code
stringlengths
2k
1.04M
repo_path
stringlengths
5
517
parsed_code
stringlengths
0
1.04M
quality_prob
float64
0.02
0.95
learning_prob
float64
0.02
0.93
@import url('https://fonts.googleapis.com/css2?family=Nunito:ital,wght@0,300;0,400;0,600;0,700;0,800;0,900;1,300;1,400;1,600;1,700;1,800;1,900&display=swap'); .dropdown-menu { font-size: 0.875rem; } .mySlides {display:none;} dl, dt, dd, ol, ul, li { margin: 0; padding: 0; } .clear { clear: both; display: block; font-size: 0px; height: 0px; line-height: 0; width: 100%; overflow: hidden; } ::selection { background: #0073ff; color: #FFF; text-shadow: none; } ::-moz-selection { background: #0073ff; color: #FFF; text-shadow: none; } ::-webkit-selection { background: #0073ff; color: #FFF; text-shadow: none; } :active, :focus { outline: none !important; } body { font-family: 'Nunito', sans-serif; } a { text-decoration: none !important; color: #0073ff; } a:hover { color: #222; } a img { border: none; } img { max-width: 100%; } iframe { border: none !important; } h1, h2, h3, h4, h5, h6 { font-weight: 600; line-height: 1.5; font-family: 'Nunito', sans-serif; } h1 { font-size: 36px; } h2 { font-size: 30px; } h3 { font-size: 24px; } h4 { font-size: 18px; } h5 { font-size: 14px; } h6 { font-size: 12px; } h4 { font-weight: 600; } h5, h6 { font-weight: bold; } h1 > span:not(.nocolor):not(.badge), h2 > span:not(.nocolor):not(.badge), h3 > span:not(.nocolor):not(.badge), h4 > span:not(.nocolor):not(.badge), h5 > span:not(.nocolor):not(.badge), h6 > span:not(.nocolor):not(.badge) { color: #0073ff; } small { font-family: 'Nunito', sans-serif; } b, strong { font-weight: 700; } #wrapper { position: relative; float: none; width: 1220px; margin: 0 auto; background-color: #fafafa; } .line, .double-line { clear: both; position: relative; width: 100%; margin: 60px 0; border-top: 1px solid #EEE; } .line.line-sm { margin: 30px 0; } span.middot { display: inline-block; margin: 0 5px; } .double-line { border-top: 3px double #E5E5E5; } .emptydiv { display: block !important; position: relative !important; } .header-stick { margin-top: -50px !important; } .content-wrap .header-stick { margin-top: -80px !important; } .footer-stick { margin-bottom: -50px !important; } .content-wrap .footer-stick { margin-bottom: -80px !important; } .inline-block { float: none !important; display: inline-block !important; } .divcenter { position: relative !important; float: none !important; margin-left: auto !important; margin-right: auto !important; } .bgcolor, .bgcolor #header-wrap { background-color: #0073ff !important; } .nobg { background: none !important; } .nobgcolor { background-color: transparent !important; } .bgicon { display: block; position: absolute; bottom: -60px; right: -50px; font-size: 210px; color: rgba(0, 0, 0, 0.1); } .imagescale, .imagescalein { display: block; overflow: hidden; } .imagescale img, .imagescalein img { -webkit-transform: scale(1.1); transform: scale(1.1); -webkit-transition: all 1s ease; transition: all 1s ease; } .imagescale:hover img { -webkit-transform: scale(1); transform: scale(1); } .imagescalein img { -webkit-transform: scale(1); transform: scale(1); } .imagescalein:hover img { -webkit-transform: scale(1.1); transform: scale(1.1); } .grayscale { filter: brightness(80%) grayscale(1) contrast(90%); -webkit-filter: brightness(80%) grayscale(1) contrast(90%); -moz-filter: brightness(80%) grayscale(1) contrast(90%); -o-filter: brightness(80%) grayscale(1) contrast(90%); -ms-filter: brightness(80%) grayscale(1) contrast(90%); transition: 1s filter ease; -webkit-transition: 1s -webkit-filter ease; -moz-transition: 1s -moz-filter ease; -ms-transition: 1s -ms-filter ease; -o-transition: 1s -o-filter ease; } .grayscale:hover { filter: brightness(100%) grayscale(0); -webkit-filter: brightness(100%) grayscale(0); -moz-filter: brightness(100%) grayscale(0); -o-filter: brightness(100%) grayscale(0); -ms-filter: brightness(100%) grayscale(0); } .bganimate { -webkit-animation: BgAnimated 30s infinite linear; -moz-animation: BgAnimated 30s infinite linear; -ms-animation: BgAnimated 30s infinite linear; -o-animation: BgAnimated 30s infinite linear; animation: BgAnimated 30s infinite linear; } @-webkit-keyframes BgAnimated { from { background-position: 0 0; } to { background-position: 0 400px; } } @-moz-keyframes BgAnimated { from { background-position: 0 0; } to { background-position: 0 400px; } } @-ms-keyframes BgAnimated { from { background-position: 0 0; } to { background-position: 0 400px; } } @-o-keyframes BgAnimated { from { background-position: 0 0; } to { background-position: 0 400px; } } @keyframes BgAnimated { from { background-position: 0 0; } to { background-position: 0 400px; } } .input-block-level { display: block; width: 100% !important; min-height: 30px; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; } .vertical-middle { height: auto !important; left: 0; max-width: none !important; z-index: 2; } .vertical-middle+.video-wrap { z-index: 1 !important; } .magnific-max-width .mfp-content { max-width: 800px; } .section { position: relative; margin: 60px 0; padding: 60px 0; background-color: #F9F9F9; overflow: hidden; } .parallax { background-color: transparent; background-attachment: fixed; background-position: 50% 0; background-repeat: no-repeat; overflow: hidden; will-change: transform; } .mobile-parallax, .video-placeholder { background-size: cover !important; background-attachment: scroll !important; background-position: center center !important; } .section .container { z-index: 2; } .section .container+.video-wrap { z-index: 1; } .revealer-image { position: relative; bottom: -100px; transition: bottom .3s ease-in-out; -webkit-transition: bottom .3s ease-in-out; -o-transition: bottom .3s ease-in-out; } .section:hover .revealer-image { bottom: -50px; } .postcontent.bothsidebar { width: 48%; } .sidebar { width: 22%; } .postcontent { width: 74%; } body.stretched .container-fullwidth { position: relative; padding: 0 60px; width: 100%; } .postcontent, .sidebar { display: block; position: relative; margin-right: 4%; margin-bottom: 50px; float: left; } .fslider, .fslider .slider-wrap, .fslider .slide, .fslider .slide > a, .fslider .slide > img, .fslider .slide > a > img { position: relative; display: block; width: 100%; height: auto; overflow: hidden; -webkit-backface-visibility: hidden; backface-visibility: hidden; } .fslider { min-height: 32px; } .slider-wrap { margin: 0; padding: 0; list-style: none; border: none; } .slider-wrap:after { content: "\0020"; display: block; clear: both; visibility: hidden; line-height: 0; height: 0; } html[xmlns] .slider-wrap { display: block; } * html .slider-wrap { height: 1%; } .no-js .slider-wrap > .slide:first-child { display: block; } #top-bar { position: relative; background-color: #fff; border-bottom: 1px solid #f5f5f5; height: 45px; line-height: 44px; font-size: 13px; } .top-links { position: relative; float: left; } .top-links ul { margin: 0; list-style: none; } .top-links ul li { float: left; position: relative; height: 44px; border-left: 1px solid #f5f5f5; } .top-links ul li:first-child, .top-links ul ul li { border-left: 0 !important; } .top-links li > a { display: block; padding: 0 12px; font-size: 12px; font-weight: 700; text-transform: uppercase; height: 44px; color: #666; } .top-links li i { vertical-align: top; } .top-links li i.icon-angle-down { margin: 0 0 0 5px !important; } .top-links li i:first-child { margin-right: 3px; } .top-links li.full-icon i { top: 2px; font-size: 14px; margin: 0; } .top-links li:hover { background-color: #EEE; } .top-links ul ul, .top-links ul div.top-link-section { display: none; pointer-events: none; position: absolute; z-index: 210; line-height: 1.5; background: #FFF; border: 0; top: 44px; left: 0; width: 140px; margin: 0; border-top: 1px solid #0073ff; border-bottom: 1px solid #EEE; box-shadow: 0 0 5px -1px rgba(0, 0, 0, 0.2); -moz-box-shadow: 0 0 5px -1px rgba(0, 0, 0, 0.2); -webkit-box-shadow: 0 0 5px -1px rgba(0, 0, 0, 0.2); } .top-links li:hover ul, .top-links li:hover div.top-link-section { pointer-events: auto; } .top-links ul ul li { float: none; height: 36px; border-top: 1px solid #F5F5F5; border-left: 1px solid #EEE; } .top-links ul ul li:hover { background-color: #F9F9F9; } .top-links ul ul li:first-child { border-top: none !important; border-left: 1px solid #EEE; } .top-links ul ul a { height: 36px; line-height: 36px; font-size: 12px; } .top-links ul ul img { display: inline-block; position: relative; top: -1px; width: 16px; height: 16px; margin-right: 4px; } .top-links ul ul.top-demo-lang img { top: 4px; width: 16px; height: 16px; } .top-links ul div.top-link-section { padding: 25px; left: 0; width: 280px; } .fright .top-links ul div.top-link-section, .top-links.fright ul div.top-link-section { left: auto; right: 0; } #top-social, #top-social ul { margin: 0; } #top-social li, #top-social li a, #top-social li .ts-icon, #top-social li .ts-text { display: block; position: relative; float: left; width: auto; overflow: hidden; height: 44px; line-height: 44px; } #top-social.right li { float: right; } #top-social li { border-right: 1px solid #f5f5f5; } #top-social li:first-child { border-left: 0 !important; } #top-social li a { float: none; width: 40px; font-weight: bold; color: #666; -webkit-transition: color .3s ease-in-out, background-color .3s ease-in-out, width .3s ease-in-out; -o-transition: color .3s ease-in-out, background-color .3s ease-in-out, width .3s ease-in-out; transition: color .3s ease-in-out, background-color .3s ease-in-out, width .3s ease-in-out; } #top-social li a:hover { color: #FFF !important; text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.2); } #top-social li .ts-icon { width: 40px; text-align: center; font-size: 14px; } #top-login { margin-bottom: 0; } #top-login .checkbox { margin-bottom: 10px; } #top-login .form-control { position: relative; } #top-login .form-control:focus { border-color: #CCC; } #top-login .input-group#top-login-username { margin-bottom: -1px; } #top-login #top-login-username input, #top-login #top-login-username .input-group-addon { border-bottom-right-radius: 0; border-bottom-left-radius: 0; } #top-login .input-group#top-login-password { margin-bottom: 10px; } #top-login #top-login-password input, #top-login #top-login-password .input-group-addon { border-top-left-radius: 0; border-top-right-radius: 0; } .container-headerq{ position: absolute; border:0px solid; width: 100%; padding:25px; } .title1{ font-size:45px; } #header { position: relative; z-index: 199; background-color: #fff; border-bottom: 1px solid #fafafa; box-shadow: 0px 20px 20px 0 rgb(0 0 0 / 2%); border-radius:10px; } #header .container { position: relative; } #header.transparent-header { background: transparent; border-bottom: none; z-index: 199; } #header.semi-transparent { background-color: rgba(255, 255, 255, 0.8); } #header.transparent-header.floating-header { margin-top: 60px; } #header.transparent-header.floating-header .container { width: 1190px; max-width: 1190px; background-color: #FFF; padding: 0 40px; border-radius: 2px; } #header.transparent-header.floating-header.sticky-header .container { width: 1140px; max-width: 1140px; padding: 0 15px; } #header.transparent-header+#slider, #header.transparent-header+#page-title.page-title-parallax, #header.transparent-header+#google-map, #slider+#header.transparent-header { top: -100px; margin-bottom: -100px; } #header.transparent-header.floating-header+#slider, #header.transparent-header.floating-header+#google-map { top: -160px; margin-bottom: -160px; } #header.transparent-header+#page-title.page-title-parallax .container { z-index: 5; padding-top: 100px; } #header.full-header { border-bottom-color: #EEE; } body.stretched #header.full-header .container { width: 100%; max-width: none; padding: 0 30px; } #header.transparent-header.full-header #header-wrap { border-bottom: 1px solid rgba(0, 0, 0, 0.1); } #slider+#header.transparent-header.full-header #header-wrap { border-top: 1px solid rgba(0, 0, 0, 0.1); border-bottom: none; } #logo { position: relative; float: left; font-family: 'Nunito', sans-serif; font-size: 36px; line-height: 100%; margin-right: 40px; } #header.full-header #logo { padding-right: 30px; margin-right: 30px; border-right: 1px solid #EEE; } #header.transparent-header.full-header #logo { border-right-color: rgba(0, 0, 0, 0.1); } #logo a { display: block; color: #000; } #logo img { display: block; max-width: 164px; height: auto; } #logo a.standard-logo { display: block; } #logo a.retina-logo { display: none; } .header-extras { float: right; margin: 30px 0 0; } .header-extras li { float: left; margin-left: 20px; height: 40px; overflow: hidden; list-style: none; } .header-extras li i { margin-top: 3px !important; } .header-extras li:first-child { margin-left: 0; } .header-extras li .he-text { float: left; padding-left: 10px; font-weight: bold; font-size: 14px; line-height: 1.43; } .header-extras li .he-text span { display: block; font-weight: 400; color: #0073ff; } #primary-menu { float: right; } #primary-menu ul.mobile-primary-menu { display: none; } #header.full-header #primary-menu > ul { float: left; padding-right: 15px; margin-right: 15px; border-right: 1px solid #EEE; } #header.transparent-header.full-header #primary-menu > ul { border-right-color: rgba(0, 0, 0, 0.1); } #primary-menu-trigger, #page-submenu-trigger { opacity: 0; pointer-events: none; cursor: pointer; font-size: 14px; position: absolute; top: 50%; margin-top: -25px; width: 32px; height: 32px; line-height: 32px; text-align: center; -webkit-transition: opacity .3s ease; -o-transition: opacity .3s ease; transition: opacity .3s ease; } #primary-menu ul { list-style: none; margin: 0; } #primary-menu > ul { float: left; } #primary-menu ul li { position: relative; } #primary-menu ul li.mega-menu { position: inherit; } #primary-menu ul > li { float: left; margin-left: 2px; } #primary-menu > ul > li:first-child { margin-left: 0; } #primary-menu ul li > a { display: block; line-height: 22px; padding: 31.5px 8px; color: #666; font-weight: 600; font-size: 13px; letter-spacing: .5px; text-transform: uppercase; font-family: 'Nunito', sans-serif; -webkit-transition: margin .4s ease, padding .4s ease; -o-transition: margin .4s ease, padding .4s ease; transition: margin .4s ease, padding .4s ease; } #primary-menu ul li > a.user--link { background-color: #0073ff; color: #fff !important; padding: 10px 20px; margin: 21.5px 0 21.5px 8px; border-radius: 30px; } #primary-menu ul li > a span { display: none; } #primary-menu ul li > a i { position: relative; top: -1px; font-size: 14px; width: 16px; text-align: center; margin-right: 6px; vertical-align: top; } #primary-menu ul li > a i.icon-angle-down:last-child { font-size: 12px; margin: 0 0 0 5px; } #primary-menu ul li:hover > a, #primary-menu ul li.current > a { color: #0073ff; } body.no-superfish #primary-menu li:hover > ul:not(.mega-menu-column), body.no-superfish #primary-menu li:hover > .mega-menu-content { display: block; } #primary-menu ul ul:not(.mega-menu-column), #primary-menu ul li .mega-menu-content { display: none; position: absolute; width: 220px; background-color: #FFF; box-shadow: 0px 13px 42px 11px rgba(0, 0, 0, 0.05); border: 1px solid #EEE; border-top: 2px solid #0073ff; height: auto; z-index: 199; top: 100%; left: 0; margin: 0; } #primary-menu ul li .mega-menu-content { display: -ms-flex; display: flex; -ms-flex-wrap: wrap; flex-wrap: wrap; -ms-flex-align: stretch; align-items: stretch; } #primary-menu.on-click ul li .mega-menu-content { display: none; } #primary-menu.on-click ul li .mega-menu-content.d-block { display: -ms-flex !important; display: flex !important; } #primary-menu ul ul:not(.mega-menu-column) ul { top: -2px !important; left: 218px; } #primary-menu ul ul.menu-pos-invert:not(.mega-menu-column), #primary-menu ul li .mega-menu-content.menu-pos-invert { left: auto; right: 0; } #primary-menu ul ul:not(.mega-menu-column) ul.menu-pos-invert { right: 218px; } #primary-menu ul ul li { float: none; margin: 0; } #primary-menu ul ul li:first-child { border-top: 0; } #primary-menu ul ul li > a { font-size: 12px; font-weight: 700; color: #666; padding-top: 10px; padding-bottom: 10px; border: 0; letter-spacing: 0; font-family: 'Nunito', sans-serif; -webkit-transition: all .2s ease-in-out; -o-transition: all .2s ease-in-out; transition: all .2s ease-in-out; } #primary-menu ul ul li > a i { vertical-align: middle; } #primary-menu ul ul li:hover > a { background-color: #F9F9F9; padding-left: 18px; color: #0073ff; } #primary-menu ul ul > li.sub-menu > a, #primary-menu ul ul > li.sub-menu:hover > a { background-image: url("../img/icons/submenu.png"); background-position: right center; background-repeat: no-repeat; } #primary-menu ul li .mega-menu-content, #primary-menu ul li.mega-menu-small .mega-menu-content { width: 720px; max-width: 400px; } #primary-menu ul li.mega-menu .mega-menu-content, .floating-header.sticky-header #primary-menu ul li.mega-menu .mega-menu-content { margin: 0 15px; width: 1140px; max-width: none; } .floating-header #primary-menu ul li.mega-menu .mega-menu-content { margin: 0; width: 1190px; } body.stretched .container-fullwidth #primary-menu ul li.mega-menu .mega-menu-content { margin: 0 60px; } body.stretched #header.full-header #primary-menu ul li.mega-menu .mega-menu-content { margin: 0 30px; } #primary-menu ul li.mega-menu .mega-menu-content.style-2 { padding: 0 10px; } #primary-menu ul li .mega-menu-content ul { display: block; position: relative; top: 0; min-width: inherit; border: 0; box-shadow: none; background-color: transparent; } #primary-menu ul li .mega-menu-content ul:not(.megamenu-dropdown) { display: block !important; opacity: 1 !important; top: 0; left: 0; } #primary-menu ul li .mega-menu-content ul.mega-menu-column { float: left; margin: 0; padding-left: 0; padding-right: 0; } #primary-menu ul li .mega-menu-content ul.mega-menu-column.col-5 { width: 20%; -ms-flex: 0 0 20%; flex: 0 0 20%; max-width: 20%; } #primary-menu ul li .mega-menu-content ul:not(.mega-menu-column) { width: 100%; } #primary-menu ul li .mega-menu-content ul.mega-menu-column:not(:first-child) { border-left: 1px solid #F2F2F2; } #primary-menu ul li .mega-menu-content.style-2 ul.mega-menu-column { padding: 30px 20px; } #primary-menu ul li .mega-menu-content.style-2 ul.mega-menu-column > li.mega-menu-title { margin-top: 20px; } #primary-menu ul li .mega-menu-content.style-2 ul.mega-menu-column > li.mega-menu-title:first-child { margin-top: 0; } #primary-menu ul li .mega-menu-content.style-2 ul.mega-menu-column > li.mega-menu-title > a { font-size: 13px; font-weight: bold; font-family: 'Nunito', sans-serif; letter-spacing: 1px; text-transform: uppercase !important; margin-bottom: 15px; color: #444; padding: 0 !important; line-height: 1.3 !important; } #primary-menu ul li .mega-menu-content.style-2 ul.mega-menu-column > li.mega-menu-title:hover > a { background-color: transparent; } #primary-menu ul li .mega-menu-content.style-2 ul.mega-menu-column > li.mega-menu-title > a:hover { color: #0073ff; } #primary-menu ul li .mega-menu-content.style-2 ul.mega-menu-column > li.mega-menu-title.sub-menu > a, #primary-menu ul li .mega-menu-content.style-2 ul.mega-menu-column > li.mega-menu-title.sub-menu:hover > a { background: none; } #primary-menu ul li .mega-menu-content.style-2 li { border: 0; } #primary-menu ul li .mega-menu-content.style-2 ul li > a { padding-left: 5px; padding-top: 7px; padding-bottom: 7px; } #primary-menu ul li .mega-menu-content.style-2 ul li > a:hover { padding-left: 12px; } .mega-menu-column .entry-meta { margin: 8px -10px 0 0 !important; border: none !important; padding: 0 !important; } .mega-menu-column .entry-meta li { float: left !important; border: none !important; margin: 0 10px 0 0 !important; } #primary-menu.style-2 { float: none; max-width: none; border-top: 1px solid #F5F5F5; } #primary-menu.style-2 > div > ul { float: left; } #primary-menu.style-2 > div > ul > li > a { padding-top: 19px; padding-bottom: 19px; } #logo+#primary-menu.style-2 { border-top: 0; } #primary-menu.style-2 > div #top-search, #primary-menu.style-2 > div #top-cart, #primary-menu.style-2 > div #side-panel-trigger { margin-top: 20px; margin-bottom: 20px; } body:not(.device-md):not(.device-sm):not(.device-xs) #primary-menu.style-2.center > ul, body:not(.device-md):not(.device-sm):not(.device-xs) #primary-menu.style-2.center > div { float: none; display: inline-block !important; width: auto; text-align: left; } #primary-menu.style-3 > ul > li > a { margin: 28px 0; padding-top: 11px; padding-bottom: 11px; border-radius: 2px; } #primary-menu.style-3 > ul > li:hover > a { color: #444; background-color: #F5F5F5; } #primary-menu.style-3 > ul > li.current > a { color: #FFF; text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.2); background-color: #0073ff; } #primary-menu.style-4 > ul > li > a { margin: 28px 0; padding-top: 10px; padding-bottom: 10px; border-radius: 2px; border: 1px solid transparent; } #primary-menu.style-4 > ul > li:hover > a, #primary-menu.style-4 > ul > li.current > a { border-color: #0073ff; } #primary-menu.style-5 > ul { padding-right: 10px; margin-right: 5px; border-right: 1px solid #EEE; } #primary-menu.style-5 > ul > li:not(:first-child) { margin-left: 15px; } #primary-menu.style-5 > ul > li > a { padding-top: 25px; padding-bottom: 25px; line-height: 14px; } #primary-menu.style-5 > ul > li > a i { display: block; width: auto; margin: 0 0 8px; font-size: 28px; line-height: 1; } #primary-menu.style-6 ul > li > a { position: relative; } #primary-menu.style-6 > ul > li > a:after, #primary-menu.style-6 > ul > li.current > a:after, #primary-menu.style-6 > div > ul > li > a:after, #primary-menu.style-6 > div > ul > li.current > a:after { content: ''; position: absolute; top: 0; left: 0; height: 2px; width: 0; border-top: 2px solid #0073ff; -webkit-transition: width .3s ease; -o-transition: width .3s ease; transition: width .3s ease; } #primary-menu.style-6 > ul > li.current > a:after, #primary-menu.style-6 > ul > li:hover > a:after, #primary-menu.style-6 > div > ul > li.current > a:after, #primary-menu.style-6 > div > ul > li:hover > a:after { width: 100%; } #primary-menu.sub-title > ul > li, #primary-menu.sub-title.style-2 > div > ul > li { background: url("../img/icons/menu-divider.png") no-repeat right center; margin-left: 1px; } #primary-menu.sub-title ul li:first-child { padding-left: 0; margin-left: 0; } #primary-menu.sub-title > ul > li > a, #primary-menu.sub-title > div > ul > li > a { line-height: 14px; padding: 27px 20px 32px; text-transform: uppercase; border-top: 5px solid transparent; } #primary-menu.sub-title > ul > li > a span, #primary-menu.sub-title > div > ul > li > a span { display: block; margin-top: 10px; line-height: 12px; font-size: 11px; font-weight: 400; color: #888; text-transform: capitalize; } #primary-menu.sub-title > ul > li:hover > a, #primary-menu.sub-title > ul > li.current > a, #primary-menu.sub-title > div > ul > li:hover > a, #primary-menu.sub-title > div > ul > li.current > a { background-color: #0073ff; color: #FFF; text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.2); border-top-color: rgba(0, 0, 0, 0.1); } #primary-menu.sub-title > ul > li:hover > a span, #primary-menu.sub-title > ul > li.current > a span, #primary-menu.sub-title.style-2 > div > ul > li:hover > a span, #primary-menu.sub-title.style-2 > div > ul > li.current > a span { color: #EEE; } #primary-menu.sub-title.style-2 ul ul span { display: none; } #primary-menu.sub-title.style-2 > div > ul > li { background-position: left center; } #primary-menu.sub-title.style-2 > div #top-search, #primary-menu.sub-title.style-2 > div #top-cart, #primary-menu.sub-title.style-2 > div #side-panel-trigger { float: right; margin-top: 30px; margin-bottom: 30px; } #primary-menu.sub-title.style-2 div ul li:first-child, #primary-menu.sub-title.style-2 > div > ul > li:hover+li, #primary-menu.sub-title.style-2 > div > ul > li.current+li { background-image: none; } #primary-menu.sub-title.style-2 > div > ul > li > a { padding-top: 17px; padding-bottom: 22px; } @media (min-width: 992px) { #header.split-menu #logo { position: absolute; width: 100%; text-align: center; margin: 0; float: none; height: 100px; } #header.split-menu #logo a.standard-logo { display: inline-block; } } #header.split-menu #primary-menu { float: none; margin: 0; } #header.split-menu #primary-menu > ul { z-index: 199; } #header.split-menu #primary-menu > ul:nth-child(1) { float: left; } #header.split-menu #primary-menu > ul:nth-child(2) { float: right; } @media (min-width: 992px) { .overlay-menu:not(.top-search-open) #primary-menu-trigger { opacity: 1; pointer-events: auto; left: auto; right: 75px; width: 20px; height: 20px; line-height: 20px; margin-top: -10px; } .overlay-menu:not(.top-search-open) .full-header #primary-menu-trigger { right: 90px; } .overlay-menu #primary-menu > #overlay-menu-close { opacity: 0; pointer-events: none; position: fixed; top: 25px; left: auto; right: 25px; width: 48px; height: 48px; line-height: 48px; font-size: 24px; text-align: center; color: #444; z-index: 300; -webkit-transform: translateY(-80px); -ms-transform: translateY(-80px); -o-transform: translateY(-80px); transform: translateY(-80px); -webkit-transition: opacity .4s ease, transform .45s .15s ease; -o-transition: opacity .4s ease, transform .45s .15s ease; transition: opacity .4s ease, transform .45s .15s ease; } .overlay-menu #primary-menu > ul { opacity: 0 !important; pointer-events: none; position: fixed; left: 0; top: 0; width: 100%; height: 100% !important; z-index: 299; background: rgba(255, 255, 255, 0.95); -webkit-transition: opacity .7s ease; -o-transition: opacity .7s ease; transition: opacity .7s ease; } .overlay-menu #primary-menu > ul.d-block { opacity: 1 !important; display: inherit !important; pointer-events: auto; } .overlay-menu #primary-menu > ul.d-block~#overlay-menu-close { opacity: 1; -webkit-transition: opacity .7s .4s ease, transform .45s .15s ease; -o-transition: opacity .7s .4s ease, transform .45s .15s ease; transition: opacity .7s .4s ease, transform .45s .15s ease; -webkit-transform: translateY(0); -ms-transform: translateY(0); -o-transform: translateY(0); transform: translateY(0); pointer-events: auto; } .overlay-menu #primary-menu > ul > li { float: none; text-align: center; max-width: 400px; margin: 0 auto; } .overlay-menu #primary-menu > ul > li > a { font-size: 24px; padding-top: 19px; padding-bottom: 19px; letter-spacing: 2px; text-transform: none; opacity: 0; -webkit-transform: translateY(-80px); -ms-transform: translateY(-80px); -o-transform: translateY(-80px); transform: translateY(-80px); -webkit-transition: opacity .7s .15s ease, transform .45s .15s ease, color .2s linear; -o-transition: opacity .7s .15s ease, transform .45s .15s ease, color .2s linear; transition: opacity .7s .15s ease, transform .45s .15s ease, color .2s linear; } .overlay-menu #primary-menu > ul.d-block > li > a { opacity: 1; -webkit-transform: translateY(0); -ms-transform: translateY(0); -o-transform: translateY(0); transform: translateY(0); } } #top-search, #top-cart, #side-panel-trigger, #top-account { float: right; margin: 40px 0 40px 15px; } #top-cart { position: relative; } #top-search a, #top-cart > a, #side-panel-trigger a { display: block; position: relative; width: 14px; height: 14px; font-size: 14px; line-height: 20px; text-align: center; color: #333; -webkit-transition: color .3s ease-in-out; -o-transition: color .3s ease-in-out; transition: color .3s ease-in-out; } #top-search a { z-index: 11; } #top-search a i { position: absolute; top: 0; left: 0; -webkit-transition: opacity .3s ease; -o-transition: opacity .3s ease; transition: opacity .3s ease; } body.top-search-open #top-search a i.icon-search3, #top-search a i.icon-line-cross { opacity: 0; } body.top-search-open #top-search a i.icon-line-cross { opacity: 1; z-index: 11; font-size: 16px; } #top-cart > a:hover { color: #0073ff; } #top-search form { opacity: 0; z-index: -2; position: absolute; width: 100% !important; height: 100% !important; padding: 0 15px; margin: 0; top: 0; left: 0; -webkit-transition: opacity .3s ease-in-out; -o-transition: opacity .3s ease-in-out; transition: opacity .3s ease-in-out; } body.top-search-open #top-search form { opacity: 1; z-index: 10; } #top-search form input { box-shadow: none !important; pointer-events: none; border-radius: 0; border: 0; outline: 0 !important; font-size: 32px; padding: 10px 80px 10px 0; height: 100%; background-color: transparent; color: #333; font-weight: 700; margin-top: 0 !important; font-family: 'Nunito', sans-serif; letter-spacing: 2px; } body:not(.device-md):not(.device-sm):not(.device-xs) #header.full-header #top-search form input { padding-left: 40px; } body:not(.device-md):not(.device-sm):not(.device-xs) .container-fullwidth #top-search form input { padding-left: 60px; } body.top-search-open #top-search form input { pointer-events: auto; } body:not(.device-md):not(.device-sm):not(.device-xs) #header.transparent-header:not(.sticky-header):not(.full-header):not(.floating-header) #top-search form input { border-bottom: 2px solid rgba(0, 0, 0, 0.1); } #top-search form input::-moz-placeholder { color: #555; opacity: 1; text-transform: uppercase; } #top-search form input:-ms-input-placeholder { color: #555; text-transform: uppercase; } #top-search form input::-webkit-input-placeholder { color: #555; text-transform: uppercase; } #primary-menu .container #top-search form input, .sticky-header #top-search form input { border: none !important; } #top-cart { margin-right: 0; } #top-cart > a > span { display: block; position: absolute; top: -7px; left: auto; right: -14px; font-size: 10px; color: #FFF; text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.2); width: 16px; height: 16px; line-height: 16px; text-align: center; background-color: #0073ff; border-radius: 50%; } #top-cart .top-cart-content { opacity: 0; z-index: -2; position: absolute; width: 280px; background-color: #FFF; box-shadow: 0px 20px 50px 10px rgba(0, 0, 0, 0.05); border: 1px solid #EEE; border-top: 2px solid #0073ff; top: 60px; right: -15px; left: auto; margin: -10000px 0 0; -webkit-transition: opacity .5s ease, top .4s ease; -o-transition: opacity .5s ease, top .4s ease; transition: opacity .5s ease, top .4s ease; } .style-2 .container #top-cart .top-cart-content { top: 40px; } .style-2.sub-title .container #top-cart .top-cart-content { top: 50px; } #top-cart.top-cart-open .top-cart-content { opacity: 1; z-index: 11; margin-top: 0; } .top-cart-title { padding: 12px 15px; border-bottom: 1px solid #EEE; } .top-cart-title h4 { margin-bottom: 0; font-size: 15px; font-weight: bold; text-transform: uppercase; letter-spacing: 1px; } .top-cart-items { padding: 15px; } .top-cart-item { padding-top: 15px; margin-top: 15px; border-top: 1px solid #F5F5F5; } .top-cart-item:first-child { padding-top: 0; margin-top: 0; border-top: 0; } .top-cart-item-image { float: left; margin-right: 15px; width: 48px !important; height: 48px !important; border: 2px solid #EEE; -webkit-transition: border-color .2s linear; -o-transition: border-color .2s linear; transition: border-color .2s linear; } .top-cart-item-image a, .top-cart-item-image img { display: block; width: 44px !important; height: 44px !important; } .top-cart-item-image:hover { border-color: #0073ff; } .top-cart-item-desc { position: relative; overflow: hidden; } .top-cart-item-desc a { max-width: 85%; display: block; text-align: left !important; font-size: 13px !important; width: auto !important; height: auto !important; color: #333; font-weight: 700; } .top-cart-item-desc a:hover { color: #0073ff !important; } .top-cart-item-desc span.top-cart-item-price { display: block; line-height: 20px; font-size: 12px !important; color: #999; } .top-cart-item-desc span.top-cart-item-quantity { display: block; position: absolute; font-size: 12px !important; right: 0; top: 2px; color: #444; } .top-cart-action { padding: 15px; border-top: 1px solid #EEE; } .top-cart-action span.top-checkout-price { font-size: 20px; color: #0073ff; } #top-account { margin: 35px 0 34px 20px; } #top-account a { -webkit-transition: color .3s ease-in-out; -o-transition: color .3s ease-in-out; transition: color .3s ease-in-out; } #top-account a span { margin-left: 5px; font-weight: 700; } #top-account a i.icon-angle-down { margin-left: 5px; font-size: 12px; } #top-account .dropdown-menu { padding: 10px 0; } #top-account .dropdown-menu li a { font-family: 'Nunito', sans-serif; font-weight: 400; text-align: left; line-height: 22px; } #top-account .dropdown-menu li a .badge { display: block; float: right; margin: 2px 0 0 0; } #top-account .dropdown-menu li a i:last-child { position: relative; top: 1px; margin-left: 5px; } #header, #header-wrap { height: 85px; -webkit-transition: height .4s ease, opacity .3s ease; -o-transition: height .4s ease, opacity .3s ease; transition: height .4s ease, opacity .3s ease; } #header.sticky-style-2 { height: 161px; } #header.sticky-style-3 { height: 181px; } #header.sticky-style-2 #header-wrap { height: 60px; } #header.sticky-style-3 #header-wrap { height: 80px; } #primary-menu > ul > li > ul, #primary-menu > ul > li > .mega-menu-content, #primary-menu > ul > li.mega-menu > .mega-menu-content { -webkit-transition: top .4s ease; -o-transition: top .4s ease; transition: top .4s ease; } #top-search, #top-cart { -webkit-transition: margin .4s ease, opacity .3s ease; -o-transition: margin .4s ease, opacity .3s ease; transition: margin .4s ease, opacity .3s ease; } body:not(.top-search-open) #header-wrap #logo, body:not(.top-search-open) #primary-menu > ul, body:not(.top-search-open) #primary-menu > .container > ul, body:not(.top-search-open) #top-cart, body:not(.top-search-open) #side-panel-trigger, body:not(.top-search-open) #top-account { opacity: 1; -webkit-transition: height .4s ease, margin .4s ease, opacity .2s .2s ease; -o-transition: height .4s ease, margin .4s ease, opacity .2s .2s ease; transition: height .4s ease, margin .4s ease, opacity .2s .2s ease; } body.top-search-open #header-wrap #logo, body.top-search-open #primary-menu > ul, body.top-search-open #primary-menu > .container > ul, body.top-search-open #top-cart, body.top-search-open #side-panel-trigger, body.top-search-open #top-account { opacity: 0; } #header.sticky-header.semi-transparent { background-color: transparent; } #header-wrap { position: relative; z-index: 199; -webkit-backface-visibility: hidden; backface-visibility: hidden; } #header.sticky-header #header-wrap { position: fixed; top: 0; left: 0; width: 100%; background-color: #FFF; box-shadow: 0px 20px 20px 0 rgb(0 0 0 / 2%); } #header.semi-transparent.sticky-header #header-wrap { background-color: rgba(255, 255, 255, 0.8) } #header.sticky-header:not(.static-sticky), #header.sticky-header:not(.static-sticky) #header-wrap { height: 60px; } #header.sticky-header:not(.static-sticky):not(.sticky-style-2):not(.sticky-style-3) #logo img { max-width: 128px; } #header.sticky-header:not(.static-sticky) #primary-menu > ul > li > a { padding-top: 19px; padding-bottom: 19px; } #header.sticky-header:not(.static-sticky) #primary-menu > ul > li > a.user--link { padding-top: 10px; padding-bottom: 10px; margin: 9px 0 9px 8px; } #header.sticky-header:not(.static-sticky).sticky-style-2, #header.sticky-header:not(.static-sticky).sticky-style-3 { height: 161px; } #header.sticky-header:not(.static-sticky).sticky-style-2 #primary-menu, #header.sticky-header:not(.static-sticky).sticky-style-3 #primary-menu { border-top: 0; } #header.sticky-header:not(.static-sticky) #top-search, #header.sticky-header:not(.static-sticky) #top-cart, #header.sticky-header:not(.static-sticky) #side-panel-trigger { margin-top: 20px !important; margin-bottom: 20px !important; } #header.sticky-header:not(.static-sticky) #top-account { margin-top: 15px !important; margin-bottom: 14px !important; } #header.sticky-header:not(.static-sticky) #top-cart .top-cart-content { top: 40px; } #header.sticky-header.sticky-style-2 #primary-menu { border-top: 0; } #header.sticky-header:not(.static-sticky) #primary-menu.style-3 > ul > li > a { margin: 0; border-radius: 0; } #header.sticky-header:not(.static-sticky) #primary-menu.style-4 > ul > li > a { padding-top: 8px; padding-bottom: 8px; margin: 10px 0; } #header.sticky-header:not(.static-sticky) #primary-menu.style-5 > ul > li { margin-left: 2px; } #header.sticky-header:not(.static-sticky) #primary-menu.style-5 > ul > li:first-child { margin-left: 0; } #header.sticky-header:not(.static-sticky) #primary-menu.style-5 > ul > li > a { line-height: 22px; padding-top: 19px; padding-bottom: 19px; } #header.sticky-header:not(.static-sticky) #primary-menu.style-5 > ul > li > a > div { padding: 0; } #header.sticky-header:not(.static-sticky) #primary-menu.style-5 > ul > li > a i { display: inline-block; width: 16px; top: -1px; margin: 0 6px 0 0; font-size: 14px; line-height: 22px; } #header.sticky-header:not(.static-sticky) #primary-menu.sub-title > ul > li, #header.sticky-header:not(.static-sticky) #primary-menu.sub-title.style-2 > div > ul > li { background: none !important; margin-left: 2px; } #header.sticky-header:not(.static-sticky) #primary-menu.sub-title > ul > li:first-child, #header.sticky-header:not(.static-sticky) #primary-menu.sub-title.style-2 > div > ul > li:first-child { margin-left: 0; } #header.sticky-header:not(.static-sticky) #primary-menu.sub-title > ul > li > a, #header.sticky-header:not(.static-sticky) #primary-menu.sub-title > div > ul > li > a { line-height: 22px; padding: 19px 15px; text-transform: none; font-size: 14px; border-top: 0; } #header.sticky-header:not(.static-sticky) #primary-menu.sub-title ul li span { display: none; } #page-menu, #page-menu-wrap { position: relative; height: 44px; line-height: 44px; text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.1); } #page-menu-wrap { z-index: 99; background-color: #0073ff; -webkit-transform: translate3d(0, 0, 0); -ms-transform: translate3d(0, 0, 0); -o-transform: translate3d(0, 0, 0); transform: translate3d(0, 0, 0); -webkit-backface-visibility: hidden; backface-visibility: hidden; } #page-menu.sticky-page-menu #page-menu-wrap { position: fixed; z-index: 99; left: 0; width: 100%; box-shadow: 0 0 15px rgba(0, 0, 0, 0.3); } #header.static-sticky~#page-menu.sticky-page-menu #page-menu-wrap, #header.static-sticky~#content #page-menu.sticky-page-menu #page-menu-wrap { top: 100px; } #header~#page-menu.sticky-page-menu #page-menu-wrap, #header.no-sticky~#page-menu.sticky-page-menu #page-menu-wrap, #header~#content #page-menu.sticky-page-menu #page-menu-wrap, #header.no-sticky~#content #page-menu.sticky-page-menu #page-menu-wrap { top: 0; } #header.sticky-header~#page-menu.sticky-page-menu #page-menu-wrap, #header.sticky-header~#content #page-menu.sticky-page-menu #page-menu-wrap { top: 60px; } #page-submenu-trigger { top: 0; margin-top: 0; left: auto; right: 15px; width: 40px; height: 44px; line-height: 44px; } #page-menu .menu-title { float: left; color: #FFF; font-size: 20px; font-weight: 300; } #page-menu .menu-title span { font-weight: 700; } #page-menu nav { position: relative; float: right; } #page-menu nav ul { margin-bottom: 0; height: 44px; } #page-menu nav li { position: relative; float: left; list-style: none; } #page-menu nav li a { display: block; height: 28px; line-height: 28px; margin: 8px 4px; padding: 0 14px; color: #FFF; font-size: 14px; border-radius: 14px; } #page-menu nav li a .icon-angle-down { margin-left: 5px; } body:not(.device-touch) #page-menu nav li a { -webkit-transition: all .2s ease-in-out; -o-transition: all .2s ease-in-out; transition: all .2s ease-in-out; } #page-menu nav li:hover a, #page-menu nav li.current a { background-color: rgba(0, 0, 0, 0.15); } #page-menu li:hover ul { display: block; } #page-menu ul ul { display: none; position: absolute; width: 150px; top: 44px; left: 0; z-index: 149; height: auto; background-color: #0073ff; } #page-menu ul ul ul { display: none !important; } #page-menu ul ul li { float: none; } #page-menu ul ul a { height: auto; line-height: 22px; margin: 0; padding: 8px 14px; border-radius: 0; background-color: rgba(0, 0, 0, 0.15); } #page-menu ul ul li:hover a, #page-menu ul ul li.current a { background-color: rgba(0, 0, 0, 0.3); } @media (min-width: 992px) { #page-menu.dots-menu, #page-menu.dots-menu #page-menu-wrap { position: fixed; z-index: 99; top: 50%; left: auto; right: 20px; width: 24px; height: auto; line-height: 1.5; background-color: transparent; text-shadow: none; } #page-menu.dots-menu #page-menu-wrap { position: relative; box-shadow: none; } #page-menu.dots-menu .menu-title { display: none; } #page-menu.dots-menu nav { float: none; width: 24px; } #page-menu.dots-menu nav ul { height: auto; } #page-menu.dots-menu nav ul li { float: none; width: 14px; height: 14px; margin: 10px 6px; } #page-menu.dots-menu nav li a { position: relative; width: 10px; height: 10px; line-height: 1.5; padding: 0; margin: 0 2px; background-color: rgba(0, 0, 0, 0.4); border-radius: 50%; color: #777; } #page-menu.dots-menu nav li a:hover { background-color: rgba(0, 0, 0, 0.7) } #page-menu.dots-menu nav li.current a { background-color: #0073ff; } #page-menu.dots-menu nav li div { position: absolute; width: auto; top: -11px; right: 25px; background-color: #0073ff; color: #FFF; padding: 5px 14px; white-space: nowrap; pointer-events: none; text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.15); border-radius: 2px; opacity: 0; } body:not(.device-touch) #page-menu.dots-menu nav li div { -webkit-transition: all .2s ease-in-out; -o-transition: all .2s ease-in-out; transition: all .2s ease-in-out; } #page-menu.dots-menu nav li div:after { position: absolute; content: ''; top: 50%; margin-top: -6px; left: auto; right: -5px; width: 0; height: 0; border-top: 7px solid transparent; border-bottom: 7px solid transparent; border-left: 6px solid #0073ff; } #page-menu.dots-menu nav li a:hover div { opacity: 1; right: 30px; } } .one-page-arrow { position: absolute; z-index: 3; bottom: 20px; left: 50%; margin-left: -16px; width: 32px; height: 32px; font-size: 24px; text-align: center; color: #222; } @media (min-width: 992px) { .side-header #header { position: fixed; top: 0; left: 0; z-index: 10; width: 260px; height: 100%; height: calc(100vh); background-color: #FFF; border: none; border-right: 1px solid #EEE; overflow: hidden; box-shadow: 0 0 15px rgba(0, 0, 0, 0.065); } .side-header #header-wrap { width: 300px; height: 100%; overflow: auto; padding-right: 40px; } .side-header #header .container { width: 260px !important; padding: 0 30px !important; margin: 0 !important; } .side-header #logo { float: none; margin: 60px 0 40px; } .side-header #logo img { height: auto !important; } .side-header #logo:not(.nobottomborder):after, .side-header #primary-menu:not(.nobottomborder):after { display: block; content: ''; width: 20%; border-bottom: 1px solid #E5E5E5; } .side-header .center #logo:after { margin: 0 auto; } .side-header #primary-menu { margin-bottom: 30px; } .side-header #primary-menu:not(.nobottomborder):after { margin-top: 40px; } .side-header #primary-menu, .side-header #primary-menu ul { float: none; height: auto; } .side-header #primary-menu ul li { float: none; margin: 15px 0 0; } .side-header #primary-menu ul li:first-child { margin-top: 0; } .side-header #primary-menu ul li a { height: 25px; line-height: 25px; padding: 0; text-transform: uppercase; } .side-header #primary-menu ul li i { line-height: 24px; } .side-header #primary-menu ul ul { position: relative; width: 100%; background-color: transparent; box-shadow: none; border: none; height: auto; z-index: 1; top: 0; left: 0; margin: 5px 0; padding-left: 12px; } .side-header #primary-menu ul ul ul { top: 0 !important; left: 0; } .side-header #primary-menu ul ul.menu-pos-invert { left: 0; right: auto; } .side-header #primary-menu ul ul ul.menu-pos-invert { right: auto; } .side-header #primary-menu ul ul li { margin: 0; border: 0; } .side-header #primary-menu ul ul li:first-child { border-top: 0; } .side-header #primary-menu ul ul a { font-size: 12px; height: auto !important; line-height: 24px !important; padding: 2px 0 !important; } .side-header #primary-menu ul ul li:hover > a { background-color: transparent !important; color: #444 !important; } .side-header #primary-menu ul > li.sub-menu > a, .side-header #primary-menu ul > li.sub-menu:hover > a { background-image: none !important; } .side-header #primary-menu ul > li.sub-menu > a:after { position: absolute; content: '\e7a5'; top: 1px; right: 0; -webkit-transition: transform .2s linear; -o-transition: transform .2s linear; transition: transform .2s linear; } .side-header #primary-menu ul > li.sub-menu:hover > a:after { filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=1); -webkit-transform: rotate(90deg); -moz-transform: rotate(90deg); -ms-transform: rotate(90deg); -o-transform: rotate(90deg); transform: rotate(90deg); } .side-header:not(.open-header) #wrapper { margin: 0 0 0 260px !important; width: auto !important; } .side-header:not(.open-header) #wrapper .container { width: auto; max-width: none; margin: 0 40px; } .side-header.open-header.push-wrapper { overflow-x: hidden; } .side-header.open-header #header { left: -260px; } .side-header.open-header.side-header-open #header { left: 0; } .side-header.open-header #wrapper { left: 0; } .side-header.open-header.push-wrapper.side-header-open #wrapper { left: 260px; } #header-trigger { display: none; } .side-header.open-header #header-trigger { display: block; position: fixed; cursor: pointer; top: 20px; left: 20px; z-index: 11; font-size: 16px; width: 32px; height: 32px; line-height: 32px; background-color: #FFF; text-align: center; border-radius: 2px; } .side-header.open-header.side-header-open #header-trigger { left: 280px; } .side-header.open-header #header-trigger i:nth-child(1), .side-header.open-header.side-header-open #header-trigger i:nth-child(2) { display: block; } .side-header.open-header.side-header-open #header-trigger i:nth-child(1), .side-header.open-header #header-trigger i:nth-child(2) { display: none; } .side-header.open-header #header, .side-header.open-header #header-trigger, .side-header.open-header.push-wrapper #wrapper { -webkit-transition: left .4s ease; -o-transition: left .4s ease; transition: left .4s ease; } .side-header.side-header-right #header { left: auto; right: 0; border: none; border-left: 1px solid #EEE; } .side-header.side-header-right:not(.open-header) #wrapper { margin: 0 260px 0 0 !important; } .side-header.side-header-right.open-header #header { left: auto; right: -260px; } .side-header.side-header-right.open-header.side-header-open #header { left: auto; right: 0; } .side-header.side-header-right.open-header.push-wrapper.side-header-open #wrapper { left: -260px; } .side-header.side-header-right.open-header #header-trigger { left: auto; right: 20px; } .side-header.side-header-right.open-header.side-header-open #header-trigger { left: auto; right: 280px; } .side-header.side-header-right.open-header #header, .side-header.side-header-right.open-header #header-trigger { -webkit-transition: right .4s ease; -o-transition: right .4s ease; transition: right .4s ease; } } body.side-push-panel { overflow-x: hidden; } #side-panel { position: fixed; top: 0; right: -300px; z-index: 399; width: 300px; height: 100%; background-color: #F5F5F5; overflow: hidden; -webkit-backface-visibility: hidden; backface-visibility: hidden; } body.side-panel-left #side-panel { left: -300px; right: auto; } body.side-push-panel.stretched #wrapper, body.side-push-panel.stretched #header.sticky-header .container { right: 0; } body.side-panel-left.side-push-panel.stretched #wrapper, body.side-panel-left.side-push-panel.stretched #header.sticky-header .container { left: 0; right: auto; } #side-panel .side-panel-wrap { position: absolute; top: 0; left: 0; bottom: 0; width: 330px; height: 100%; overflow: auto; padding: 50px 70px 50px 40px; } body.device-touch #side-panel .side-panel-wrap { overflow-y: scroll; } #side-panel .widget { margin-top: 40px; padding-top: 40px; width: 220px; border-top: 1px solid #E5E5E5; } #side-panel .widget:first-child { padding-top: 0; border-top: 0; margin: 0; } body.side-panel-open #side-panel { right: 0; } body.side-panel-left.side-panel-open #side-panel { left: 0; right: auto; } body.side-push-panel.side-panel-open.stretched #wrapper, body.side-push-panel.side-panel-open.stretched #header.sticky-header .container { right: 300px; } body.side-push-panel.side-panel-open.stretched.device-xl .slider-parallax-inner, body.side-push-panel.side-panel-open.stretched.device-lg .slider-parallax-inner { left: -300px; } body.side-panel-left.side-push-panel.side-panel-open.stretched #wrapper, body.side-panel-left.side-push-panel.side-panel-open.stretched #header.sticky-header .container, body.side-panel-left.side-push-panel.side-panel-open.stretched .slider-parallax-inner { left: 300px; right: auto; } #side-panel-trigger { display: block; cursor: pointer; z-index: 11; margin-right: 5px; } #side-panel-trigger-close a { display: none; } #side-panel, body.side-push-panel.stretched #wrapper, body.side-push-panel.stretched #header .container { -webkit-transition: right .4s ease; -o-transition: right .4s ease; transition: right .4s ease; } body.side-panel-left #side-panel, body.side-panel-left.side-push-panel.stretched #wrapper, body.side-panel-left.side-push-panel.stretched #header .container, body.side-push-panel.stretched .slider-parallax-inner { -webkit-transition: left .4s ease; -o-transition: left .4s ease; transition: left .4s ease; } .body-overlay { opacity: 0; position: fixed; top: 0; left: 0; width: 100%; height: 100%; background-color: rgba(0, 0, 0, 0.6); z-index: -1; pointer-events: none; -webkit-backface-visibility: hidden; backface-visibility: hidden; -webkit-transition: opacity .3s ease; -o-transition: opacity .3s ease; transition: opacity .3s ease; } body.side-panel-open .body-overlay { opacity: 1; z-index: 298; pointer-events: auto; } body.side-panel-open:not(.device-xs):not(.device-sm):not(.device-md) .body-overlay:hover { cursor: url('../img/icons/close.png') 15 15, default; } .slider-element { position: relative; width: 100%; overflow: hidden; } .slider-parallax { position: relative; } .slider-parallax, .slider-parallax .swiper-container { visibility: visible; -webkit-backface-visibility: hidden; backface-visibility: hidden; } .slider-parallax .slider-parallax-inner { position: fixed; width: 100%; height: 100%; } .device-touch .slider-parallax .slider-parallax-inner { position: relative; } body:not(.side-header) .slider-parallax .slider-parallax-inner { left: 0; } body:not(.stretched) .slider-parallax .slider-parallax-inner { left: auto; } #header.transparent-header+.slider-parallax .slider-parallax-inner { top: 0; } .slider-parallax .slider-parallax-inner, .slider-parallax .slider-caption { will-change: transform; -webkit-transform: translate3d(0, 0, 0); transform: translate3d(0, 0, 0); -webkit-transition: transform 0s linear; transition: transform 0s linear; -webkit-backface-visibility: hidden; backface-visibility: hidden; } .boxed-slider { padding-top: 40px; } .swiper_wrapper { width: 100%; height: 500px; overflow: hidden; } .full-screen .swiper_wrapper { height: auto; } .swiper_wrapper .swiper-container { position: relative; width: 100%; height: 100%; margin: 0; } .swiper_wrapper .swiper-slide { position: relative; margin: 0; background-position: 50% 50%; background-repeat: no-repeat; overflow: hidden; } .swiper_wrapper .swiper-slide::after { content: ""; position: absolute; height: 100%; width: 100%; display: block; top: 0; left: 0; z-index: 15; } .swiper-slide [data-caption-animate] { -webkit-backface-visibility: hidden; backface-visibility: hidden; } .swiper-slide .video-wrap, .section .video-wrap, .swiper-slide .yt-bg-player, .section .yt-bg-player { position: absolute; width: 100%; height: 100%; z-index: -1; top: 0; left: 0; } .yt-bg-player .inlinePlayButton, .yt-bg-player .loading { display: none !important; } .slider-element .container { position: relative; height: 100%; } .slider-element.canvas-slider .swiper-slide img { width: 100%; } .slider-element.canvas-slider a { display: block; height: 100%; } .swiper-pagination { position: absolute; width: 100%; z-index: 20; margin: 0; top: auto; bottom: 20px !important; text-align: center; line-height: 1; } .swiper-pagination span { display: inline-block; cursor: pointer; width: 10px; height: 10px; margin: 0 4px; opacity: 1; background-color: transparent; border: 1px solid #FFF; border-radius: 50%; -webkit-transition: all .3s ease; -o-transition: all .3s ease; transition: all .3s ease; } .swiper-pagination span:hover, .swiper-pagination span.swiper-pagination-bullet-active { background-color: #FFF !important; } .video-wrap { overflow: hidden; width: 100%; position: relative; } .video-wrap video { position: relative; z-index: 1; width: 100%; } .video-overlay, .video-placeholder { position: absolute; width: 100%; height: 100%; top: 0; left: 0; z-index: 5; background: transparent url('../img/grid.png') repeat; -webkit-backface-visibility: hidden; backface-visibility: hidden; } .video-placeholder { z-index: 4; background-repeat: no-repeat !important; } .slider-caption { position: absolute; top: 0; left: 15px; z-index: 20; max-width: 100%; color: #EEE; font-size: 1.375rem; font-weight: 300; text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.15); -webkit-transition: top .3s ease; -o-transition: top .3s ease; transition: top .3s ease; } .slider-caption:not(.dark), .slider-caption:not(.dark) h2 { color: #222; text-shadow: none; } .slider-caption h2 { font-size: 4rem; letter-spacing: 2px; text-transform: uppercase; font-weight: 700; line-height: 1; margin-bottom: 0; margin:auto auto; float:left; } .slider-caption h3 { font-size: 2rem; font-weight: 600; margin-bottom: 0; line-height: 1.3; } .slider-caption p { margin-top: 2rem; margin-bottom: 0; font-size: 1.5rem; color: white; } .slider-caption .stats { list-style: none; padding: 0; display:block; float:left; width:300px; /* adjust */ height:150px; /* adjust */ padding: 5px; /*adjust*/ } .slider-caption .stats li { flex: auto; flex-grow: 0; margin-right: 2rem; padding-right: 2rem; } .slider-caption .stats li:last-child { border-right: none; } .slider-caption .stats li strong { display: block; margin: 0; padding: 0; font-weight: 600; color: white; font-size: 1.75rem; margin-bottom: .125rem; } .slider-caption .stats li em { display: block; margin: 0; padding: 0; font-weight: 300; color: white; font-size: 1rem; font-style: normal; } .slider-caption.slider-caption-right { left: auto; right: 15px; } .slider-caption.slider-caption-center { position: relative; max-width: 800px; text-align: center; margin: 0 auto; left: 0; right: 0; } .slider-caption-bg { padding: 5px 12px; border-radius: 2px; background-color: rgba(0, 0, 0, 0.6); top: auto; bottom: 50px; left: 50px; } .slider-caption-bg.slider-caption-bg-light { background-color: rgba(255, 255, 255, 0.8); color: #333; font-weight: 400; text-shadow: none; } .slider-caption-top-left { top: 50px; bottom: auto; } .slider-caption-top-right { top: 50px; bottom: auto; left: auto; right: 50px; } .slider-caption-bottom-right { left: auto; right: 50px; } .slider-element .owl-carousel { margin: 0; } .slider-arrow-left, .slider-arrow-right, .slider-arrow-top-sm, .slider-arrow-bottom-sm { position: absolute; cursor: pointer; z-index: 10; top: 50%; left: 0; margin-top: -26px; background-color: rgba(0, 0, 0, 0.3); width: 52px; height: 52px; border: 0; border-radius: 0 3px 3px 0; -webkit-transition: background-color .3s ease-in-out; -o-transition: background-color .3s ease-in-out; transition: background-color .3s ease-in-out; } .slider-arrow-top-sm, .slider-arrow-bottom-sm { top: auto; bottom: 57px; left: auto; right: 20px; margin: 0; width: 32px; height: 32px; border-radius: 3px 3px 0 0; } .slider-arrow-bottom-sm { bottom: 20px; border-radius: 0 0 3px 3px; } .slider-arrow-right, .slider-element .owl-next { left: auto; right: 0; border-radius: 3px 0 0 3px; } .slider-arrow-left i, .slider-arrow-right i, .slider-arrow-top-sm i, .slider-arrow-bottom-sm i { line-height: 50px; width: 34px; height: 52px; color: #DDD; color: rgba(255, 255, 255, 0.8); text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.1); font-size: 34px; text-align: center; margin-left: 7px; } .slider-arrow-top-sm i, .slider-arrow-bottom-sm i { width: 32px; height: 32px; margin: 0; line-height: 30px; font-size: 18px; color: #FFF; color: rgba(255, 255, 255, 1); } .slider-element .owl-prev i { margin-left: 0; } .slider-arrow-right i { margin-left: 10px; } .slider-element .owl-next i { margin-right: 4px; } .slider-arrow-left:hover, .slider-arrow-right:hover, .slider-arrow-top-sm:hover, .slider-arrow-bottom-sm:hover { background-color: rgba(0, 0, 0, 0.6) !important; } .slide-number { position: absolute; opacity: 0; top: auto; right: 20px; bottom: 20px; z-index: 20; width: 36px; height: 40px; text-align: center; color: rgba(255, 255, 255, 0.8); text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.15); font-size: 18px; font-weight: 300; -webkit-transition: all .3s linear; -o-transition: all .3s linear; transition: all .3s linear; } .slider-element:hover .slide-number { opacity: 1; } .slide-number-current, .slide-number-total { position: absolute; line-height: 1; top: 5px; left: 0; } .slide-number-total { top: auto; bottom: 5px; left: auto; right: 0; } .slide-number span { display: block; font-size: 32px; line-height: 40px; } .slider-element .owl-dots { position: absolute; width: 100%; z-index: 20; margin: 0; top: auto; bottom: 15px; } .slider-element .owl-dots button { width: 10px; height: 10px; margin: 0 3px; opacity: 1 !important; background-color: transparent !important; border: 1px solid #FFF; } .slider-element .owl-dots .owl-dot.active, .slider-element .owl-dots .owl-dot:hover { background-color: #FFF !important; } #page-title { position: relative; padding: 30px 0; background-color: #fff; } #page-title .container { position: relative; } #page-title h1 { padding: 0; margin: 0; line-height: 1; font-weight: 600; letter-spacing: 1px; color: #333; font-size: 28px; text-transform: uppercase; } #page-title span { display: block; margin-top: 10px; font-weight: 300; color: #777; font-size: 18px; } .breadcrumb { position: absolute !important; width: auto !important; top: 50% !important; left: auto !important; right: 15px !important; margin: -10px 0 0 0 !important; background-color: transparent !important; padding: 0 !important; font-size: 12px; } body.stretched .container-fullwidth .breadcrumb { right: 60px !important; } #header.transparent-header+#page-title.page-title-parallax .breadcrumb { margin-top: 35px !important; } .breadcrumb a { color: #555; } .breadcrumb a:hover { color: #0073ff; } .breadcrumb i { width: auto !important; } #page-title.page-title-dark { background-color: #333; text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.15) !important; border-bottom: none; } #page-title.page-title-dark h1 { color: rgba(255, 255, 255, 0.9) !important; } #page-title.page-title-dark span { color: rgba(255, 255, 255, 0.7); } #page-title.page-title-dark .breadcrumb > .active { color: rgba(255, 255, 255, 0.6); } #page-title.page-title-dark .breadcrumb a { color: rgba(255, 255, 255, 0.8); } #page-title.page-title-dark .breadcrumb a:hover { color: rgba(255, 255, 255, 0.95); } #page-title.page-title-right { text-align: right; } #page-title.page-title-right .breadcrumb { left: 15px !important; right: auto !important; } #page-title.page-title-center { text-align: center; } #page-title.page-title-center span { max-width: 700px; margin-left: auto; margin-right: auto; } #page-title.page-title-center .breadcrumb { position: relative !important; top: 0 !important; left: 0 !important; right: 0 !important; margin: 20px 0 0 !important; justify-content: center; } #page-title.page-title-pattern { background-image: url('../img/pattern.png'); background-repeat: repeat; background-attachment: fixed; } #page-title.page-title-parallax { padding: 100px 0; text-shadow: none; border-bottom: none; } #page-title.page-title-parallax h1 { font-size: 40px; font-weight: 600; letter-spacing: 2px; } #page-title.page-title-parallax span { font-size: 22px; } #page-title.page-title-parallax .breadcrumb { font-size: 13px; } #page-title.page-title-parallax { background-color: transparent; background-image: url('../img/parallax/parallax-bg.jpg'); background-attachment: fixed; background-position: 50% 0; background-repeat: no-repeat; } #page-title.page-title-mini { padding: 20px 0; } #page-title.page-title-mini h1 { font-weight: 600; font-size: 18px; color: #444; } #page-title.page-title-mini span { display: none; } #page-title.page-title-nobg { background: transparent !important; border-bottom: 1px solid #F5F5F5; } #page-title.page-title-video { background: none; position: relative; overflow: hidden; } #page-title.page-title-video .container { z-index: 3; } #page-title.page-title-video .video-wrap { position: absolute; width: 100%; height: 100%; top: 0; left: 0; } #page-title.page-title-video .video-wrap video { width: 100%; } #content { position: relative; overflow: hidden; background-color: #FFF; } #content p { line-height: 1.6; } .content-wrap { position: relative; padding: 80px 0; } #content .container { position: relative; } .grid-container { position: relative; overflow: hidden; } body:not(.device-touch) .grid-container { -webkit-transition: height .4s ease; -o-transition: height .4s ease; transition: height .4s ease; } .masonry-thumbs { position: relative; } .masonry-thumbs a { position: relative; float: left; width: 25%; max-width: 100% !important; overflow: hidden; } .masonry-thumbs.grid-2 a { width: 50%; } .masonry-thumbs.grid-3 a { width: 33.30%; } .masonry-thumbs.grid-4 a { width: 25%; } .masonry-thumbs.grid-5 a { width: 20%; } .masonry-thumbs.grid-6 a { width: 16.60%; } .masonry-thumbs a, .masonry-thumbs img { display: block; height: auto !important; } .masonry-thumbs img { width: 100%; border-radius: 0 !important; padding: 0 1px 1px 0; } .masonry-thumbs .overlay { padding: 0 1px 1px 0; } .modal-padding { padding: 40px; } .ajax-modal-title { background-color: #F9F9F9; border-bottom: 1px solid #EEE; padding: 25px 40px; } .ajax-modal-title h2 { font-size: 26px; margin-bottom: 0; } #posts { position: relative; } .entry { position: relative; margin: 0 0 50px; } .entry:after { content: ''; position: relative; height: 2px; margin-top: 50px; background-color: #F5F5F5; } .entry-image { margin-bottom: 30px; } .entry-image, .entry-image > a, .entry-image .slide a, .entry-image img { display: block; position: relative; width: 100%; height: auto; } .entry-image iframe { display: block; } .entry-image video { display: block; width: 100%; } .entry-image img { border-radius: 3px; } .entry-title h2 { margin: 0; font-size: 24px; font-weight: 600; text-transform: uppercase; letter-spacing: 1px; } .entry-title h2 a { color: #333; } .entry-title h2 a:hover { color: #0073ff; } .entry-meta { margin: 10px -10px -15px 0; list-style: none; } .single-post .entry-meta { margin-bottom: 20px; } .entry-meta li { float: left; font-size: 13px; line-height: 14px; margin: 0 10px 15px 0; color: #999; font-family: 'Nunito', sans-serif; font-style: italic; } .entry-meta li:before { content: '/'; display: inline-block; margin-right: 10px; opacity: 0.5 } .entry-meta li i { position: relative; top: 1px; font-size: 14px; margin-right: 3px; } .entry-meta li a { color: #999; } .entry-meta li a:hover { color: #0073ff; } .entry-meta li:first-child:before { display: none; } .entry-meta li ins { font-weight: 700; text-decoration: none; } .entry-c { position: relative; overflow: hidden; } #posts .entry-content { margin-top: 30px; } .single-post .entry-content .entry-image { max-width: 350px; } .entry-content { position: relative; } .entry-link { display: block; width: 100%; background-color: #F5F5F5; padding: 30px 0; text-align: center; color: #444; font-family: 'Nunito', sans-serif; text-transform: uppercase; letter-spacing: 1px; font-size: 24px; font-weight: 700; border-radius: 3px; } body:not(.device-touch) .entry-link { -webkit-transition: background-color .3s ease-in-out; -o-transition: background-color .3s ease-in-out; transition: background-color .3s ease-in-out; } .entry-link:hover { color: #FFF; background-color: #0073ff; text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.2); } .entry-link span { display: block; margin-top: 5px; font-family: 'Nunito', sans-serif; font-style: italic; font-weight: normal; text-transform: none; letter-spacing: 0; font-size: 14px; color: #AAA; } .entry-link:hover span { color: #EEE; } .entry blockquote p { font-weight: 400; font-family: 'Nunito', sans-serif; font-style: italic; } .small-thumbs .entry-image, .ievent .entry-image { float: left; width: 300px; margin: 0 30px 0 0; } .small-thumbs .entry-image img, .ievent .entry-image img { border-radius: 0; } .small-thumbs .entry-c .entry-image, .ievent .entry-c .entry-image { float: none; width: 100%; margin: 0 0 20px 0; } .small-thumbs .entry-c .entry-image img, .ievent .entry-c .entry-image img { border-radius: 5px; } .small-thumbs .entry-title h2, .ievent .entry-title h2 { font-size: 20px; font-weight: 600; } .small-thumbs.alt .entry-image { float: right; margin: 0 0 0 30px; } .small-thumbs.alt .entry-c .entry-image { float: none; margin: 0 0 20px 0; } .bothsidebar .small-thumbs .entry-image { width: 200px; margin: 0 25px 0 0; } .bothsidebar .small-thumbs.alt .entry-image { margin: 0 0 0 25px; } .bothsidebar .small-thumbs .entry-c .entry-image { width: 100%; margin: 0 0 20px 0; } .bothsidebar .small-thumbs .entry-title h2 { font-size: 18px; } .post-grid { margin-right: -28px; } .post-grid .entry { float: left; width: 25%; padding-right: 28px; } .post-grid .entry-image img { border-radius: 0; } .post-grid .entry-title h2 { font-size: 17px; font-weight: 600; } .post-grid .entry-link { font-size: 24px; } .post-grid .entry-link span { font-size: 13px; } .post-grid.grid-3 { margin-right: -30px; } .post-grid.grid-3 .entry { width: 33.33333333%; padding-right: 30px; } .post-grid.grid-3 .entry-title h2 { font-size: 18px; } .postcontent .post-grid.grid-3 { margin-right: -25px; } .postcontent .post-grid.grid-3 .entry { padding-right: 25px; } .postcontent .post-grid.grid-3 .entry-title h2 { font-size: 16px; } .post-grid.grid-2 { margin-right: -40px; } .post-grid.grid-2 .entry { width: 50%; padding-right: 40px; } .post-grid.grid-2 .entry-title h2 { font-size: 20px; } .postcontent .post-grid.grid-2 .entry-title h2 { font-size: 18px; } .bothsidebar .post-grid.grid-2 .entry-title h2 { font-size: 16px; } .post-masonry .entry-image, .post-masonry .entry-image img { height: auto !important; } .post-masonry-full { margin: -80px 0 -80px -1px !important; } .post-masonry-full .entry { width: 24.9% !important; margin: 0 !important; padding: 40px 30px; border-bottom: 1px dashed; border-left: 1px dashed; border-color: #E5E5E5; } .post-masonry-full .entry:after { display: none; } .post-masonry-full.grid-3 .entry { width: 33.30% !important; } .timeline-border { position: absolute; top: 0; left: 50%; margin-left: -71px; width: 0; border-left: 1px dashed #CCC; height: 100%; } .post-timeline { margin-right: -140px !important; } .post-timeline .entry { width: 500px !important; margin-right: 140px !important; padding-right: 0 !important; } .entry.entry-date-section { width: 100% !important; margin: 50px -70px 80px; padding: 0; border: 0; text-align: center; } .entry.entry-date-section span { display: inline-block; padding: 10px 15px; background-color: #FFF; border: 2px solid #EEE; font-size: 18px; font-weight: bold; letter-spacing: 1px; text-transform: uppercase; font-family: 'Nunito', sans-serif; } .post-timeline .entry-timeline { display: none; position: absolute; border: 2px solid #CCC; background-color: #FFF; padding-top: 0; text-indent: -9999px; top: 40px; left: auto; right: -76px; width: 13px; height: 13px; border-radius: 50%; font-size: 26px; font-weight: bold; color: #AAA; text-align: center; line-height: 1; -webkit-transition: all .3s ease-in-out; -o-transition: all .3s ease-in-out; transition: all .3s ease-in-out; } .post-timeline .entry-timeline div.timeline-divider { position: absolute; top: 4px; left: -58px; width: 50px; height: 0; border-top: 1px dashed #CCC; -webkit-transition: all .3s ease-in-out; -o-transition: all .3s ease-in-out; transition: all .3s ease-in-out; } .post-timeline .alt .entry-timeline { right: auto; left: -77px; } .post-timeline .alt .entry-timeline div.timeline-divider { left: auto; right: -58px; } .post-timeline .entry-timeline span { display: block; margin-top: 3px; font-size: 13px; font-weight: normal; } .post-timeline .entry:hover .entry-timeline, .post-timeline .entry:hover .timeline-divider { border-color: #0073ff; color: #0073ff; } .postcontent .timeline-border { left: -68px; margin-left: 0; } .postcontent .post-timeline { padding-left: 0; margin-left: 100px; margin-right: 0 !important; overflow: visible; } .postcontent .post-timeline .entry { width: 100% !important; margin-right: 0 !important; } .postcontent .post-timeline .entry-timeline { display: block; border: 3px solid #CCC; background-color: #FFF; padding-top: 10px; text-indent: 0; top: 20px; left: -100px; right: auto; width: 64px; height: 64px; font-size: 24px; } .postcontent .post-timeline .entry-timeline div.timeline-divider { top: 29px; left: 64px; width: 32px; } .ipost .entry-image img { border-radius: 0; } .ipost .entry-title h3, .ipost .entry-title h4 { margin: 0; font-size: 16px; font-weight: 600; } .ipost .entry-title h4 { font-size: 15px; } .ipost .entry-title h3 a, .ipost .entry-title h4 a { color: #333; } .ipost .entry-title h3 a:hover, .ipost .entry-title h4 a:hover { color: #0073ff; } .ipost .entry-meta { margin-right: -10px; } .ipost .entry-meta li { font-size: 13px; margin-right: 10px; } .ipost .entry-content { margin-top: 20px; } .ipost .entry-content p { margin-bottom: 0; } .more-link { display: inline-block; border-bottom: 1px solid #0073ff; padding: 0 2px; font-family: 'Nunito', sans-serif; font-style: italic; } .more-link:hover { border-bottom-color: #555; } .overlay-icon { position: absolute; left: auto; right: 0; top: auto; bottom: 0; width: 48px; height: 48px; background-color: rgba(0, 0, 0, 0.2); text-align: center; } .overlay-icon i { line-height: 48px; font-size: 28px; color: #FFF; text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.2); } .spost, .mpost { margin-top: 20px; padding-top: 20px; border-top: 1px dashed #E5E5E5; } .mpost { margin-top: 25px; padding-top: 25px; } .spost:first-child, .mpost:first-child { margin-top: 0; padding-top: 0; border-top: 0; } .spost .entry-image, .mpost .entry-image { float: left; margin: 0 15px 0 0; text-align: center; } .spost .entry-image, .spost .entry-image a, .spost .entry-image img, .spost .entry-image i { width: 48px; height: 48px; } .spost .entry-image a i, .mpost .entry-image a i { font-size: 28px; line-height: 48px; color: #666; background-color: #EEE; } .spost .entry-title h4, .mpost .entry-title h4 { margin: 0; font-size: 14px; font-weight: 600; } .spost .entry-title h4 a, .mpost .entry-title h4 a { color: #333; } .spost .entry-title h4 a:hover, .mpost .entry-title h4 a:hover { color: #0073ff; } .spost .entry-meta { margin: 8px -10px 0 0; } .spost .entry-meta li, .mpost .entry-meta li { font-size: 13px; margin: 0 10px 0 0; } .mpost .entry-image { margin-right: 20px; } .mpost .entry-image, .mpost .entry-image a, .mpost .entry-image img, .mpost .entry-image i { width: 170px; height: 128px; } .mpost .entry-image a, .mpost .entry-image img { border-radius: 2px; } .mpost .entry-image a i { font-size: 42px; line-height: 128px; } .mpost .entry-title h4 { margin: 0; font-size: 17px; font-weight: 600; } .mpost .entry-meta { margin-top: 5px; } .mpost .entry-meta li i { margin-right: 2px; } .mpost .entry-content { margin-top: 15px; } .post-navigation+.line { margin: 40px 0 50px; } .author-image { float: left; width: 64px; height: 64px; margin-right: 15px; } .author-image img { width: 64px; height: 64px; } .author-desc { position: relative; overflow: hidden; } #comments { position: relative; margin-top: 50px; padding-top: 50px; border-top: 1px solid #EEE; } .commentlist { list-style: none; padding-bottom: 50px; margin: 0 0 50px; border-bottom: 1px solid #EEE; } #reviews .commentlist { padding-bottom: 30px; margin: 0 0 20px; } .commentlist ul { list-style: none; } .commentlist li, .commentlist li ul, .commentlist li ul li { margin: 30px 0 0 0; } .commentlist ul:first-child { margin-top: 0; } .commentlist li { position: relative; margin: 30px 0 0 30px; } #reviews .commentlist li { margin-top: 20px; } .comment-wrap { position: relative; border: 1px solid #E5E5E5; border-radius: 5px; padding: 20px 20px 20px 35px; } .commentlist ul .comment-wrap { margin-left: 25px; padding-left: 20px; } #reviews .comment-wrap { border: 0; padding: 10px 0 0 35px; } .commentlist > li:first-child, #reviews .commentlist > li:first-child { padding-top: 0; margin-top: 0; } .commentlist li .children { margin-top: 0; } .commentlist li li .children { margin-left: 30px; } .commentlist li .comment-content, .pingback { position: relative; overflow: hidden; } .commentlist li .comment-content p, .pingback p { margin: 20px 0 0 0; } .commentlist li .comment-content { padding: 0 0 0 15px; } .commentlist li .comment-meta { float: left; margin-right: 0; line-height: 1; } .comment-avatar { position: absolute; top: 15px; left: -35px; padding: 4px; background: #FFF; border: 1px solid #E5E5E5; border-radius: 50%; } .comment-avatar img { display: block; border-radius: 50%; } .commentlist li .children .comment-avatar { left: -25px; } .comment-content .comment-author { margin-bottom: -10px; font-size: 16px; font-weight: bold; color: #555; } .comment-content .comment-author a { border: none; color: #333; } .comment-content .comment-author a:hover { color: #0073ff; } .comment-content .comment-author span { display: block; } .comment-content .comment-author span, .comment-content .comment-author span a { font-size: 12px; font-weight: normal; font-family: 'Nunito', sans-serif; font-style: italic; color: #AAA; } .comment-content .comment-author span a:hover { color: #888; } .comment-reply-link, .review-comment-ratings { display: block; position: absolute; top: 4px; left: auto; text-align: center; right: 0px; width: 14px; height: 14px; color: #CCC; font-size: 14px; line-height: 1; } .review-comment-ratings { width: auto; color: #333; } .comment-reply-link:hover { color: #888; } #respond, #respond form { margin-bottom: 0; } .commentlist li #respond { margin: 30px 0 0; } .commentlist li li #respond { margin-left: 30px; } #respond p { margin: 10px 0 0 0; } #respond p:first-child { margin-top: 0; } #respond label small { color: #999; font-weight: normal; } #respond input[type="text"], #respond textarea { margin-bottom: 0; } .fb-comments, .fb_iframe_widget, .fb-comments > span, .fb_iframe_widget > span, .fb-comments > span > iframe, .fb_iframe_widget > span > iframe { display: block !important; width: 100% !important; margin: 0; } img.alignleft, div.alignleft { float: left; margin: 5px 20px 13px 0; max-width: 100%; } div.alignleft > img, div.alignnone > img, div.aligncenter > img, div.alignright > img { display: block; float: none; } img.alignnone, img.aligncenter, div.alignnone, div.aligncenter { display: block; margin: 10px 0; float: none; } img.aligncenter, div.aligncenter, div.aligncenter img { margin-left: auto; margin-right: auto; clear: both; } img.alignright, div.alignright { float: right; margin: 5px 0 13px 20px; } .wp-caption { text-align: center; margin: 10px 20px 13px 20px; font-family: 'Lato', Georgia, "Times New Roman", Times, serif; font-style: italic; } .wp-caption img, .wp-caption img a { display: block; margin: 0; } p.wp-caption-text { display: inline-block; margin: 10px 0 0 0; padding: 5px 10px; background-color: #EEE; border-radius: 50px; } .wp-smiley { max-height: 13px; margin: 0 !important; } #infscr-loading { position: fixed; z-index: 20; top: 50%; left: 50%; width: 48px; height: 48px; margin: -24px 0 0 -24px; background-color: rgba(0, 0, 0, 0.7); border-radius: 3px; line-height: 48px; font-size: 24px; color: #FFF; text-align: center; } #infscr-loading img { display: none; width: 24px; height: 24px; margin: 12px; } .page-load-status { position: relative; display: none; padding: 30px 0; } .page-load-status .css3-spinner-ball-pulse-sync > div { background-color: #333; } .product { position: relative; } .product-image { position: relative; width: 100%; height: auto; overflow: hidden; } .product-image > a, .product-image .slide a, .product-image img { display: block; width: 100%; height: 100%; } body:not(.device-touch):not(.device-sm):not(.device-xs) .product-image > a { -webkit-transition: all .5s ease; -o-transition: all .5s ease; transition: all .5s ease; } .product-image > a:nth-of-type(2) { opacity: 0; position: absolute; z-index: -1; top: 0; left: 0; } .product-image:hover > a:nth-of-type(2) { opacity: 1; z-index: 2; } .product-desc { padding: 15px 0; font-size: 14px; } .product-title { margin-bottom: 7px; } .product-title h3 { margin: 0; font-size: 20px; } .product-title h3 a, .single-product .product-title h2 a { color: #333; } .product-title h3 a:hover, .single-product .product-title h2 a:hover { color: #0073ff; } .product-price { font-size: 18px; font-weight: 700; color: #444; margin-bottom: 4px; } .product-price del { font-weight: 400; font-size: 90%; color: #888; } .product-price ins { text-decoration: none; color: #0073ff; } .product-overlay { position: absolute; width: 100%; height: 44px; line-height: 44px; top: auto; bottom: -44px; left: 0; z-index: 6; overflow: hidden; } body:not(.device-touch):not(.device-sm):not(.device-xs) .product-overlay { -webkit-transition: bottom .3s ease-in-out; -o-transition: bottom .3s ease-in-out; transition: bottom .3s ease-in-out; } .product:hover .product-overlay { bottom: 0; } .product-overlay a { display: block; float: left; width: 50%; font-size: 13px; color: #333; background-color: #F5F5F5; text-align: center; border-right: 1px solid rgba(0, 0, 0, 0.1); } body:not(.device-touch):not(.device-sm):not(.device-xs) .product-overlay a { -webkit-transition: all .3s ease-in-out; -o-transition: all .3s ease-in-out; transition: all .3s ease-in-out; } .product-overlay a.item-quick-view { border-right: 0; } .product-overlay a i { position: relative; top: 1px; font-size: 14px; margin-right: 3px; } .product-overlay a:hover { background-color: #333; color: #FFF; text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.2); } .sale-flash { position: absolute; top: 10px; left: 10px; padding: 6px 10px; background-color: #0073ff; color: #FFF; text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.2); border-radius: 2px; z-index: 5; } .sale-flash.out-of-stock { background-color: #777; } .product-3 .product { padding: 0 30px 30px 0; width: 33.33333333%; } .postcontent .product-3 .product { padding: 0 25px 25px 0; } .postcontent .product-2 .product { padding: 0 40px 40px 0; width: 50%; } .bothsidebar .product-2 .product { padding: 0 40px 20px 0; } .product-1 .product { float: none; margin: 0 0 40px 0; padding: 0; width: 100%; } .product-1 .product-image { float: left; width: 300px; height: 400px; margin-right: 30px; } .product-1 .product.alt .product-image { float: right; margin: 0 0 0 30px; } .product-1 .product-desc { padding: 0; position: relative; overflow: hidden; } .product-1 .product-title h3 { font-size: 22px; } .product-1 .product-desc .product-price { font-size: 20px; } .product-1 .product-desc .product-rating { margin-bottom: 15px; } .bothsidebar .product-1 .product { border-top: 1px solid #F5F5F5; padding-top: 40px; } .bothsidebar .product-1 .product:first-child { border-top: 0; padding-top: 0; } .bothsidebar .product-1 .product-image { width: 240px; height: 320px; } .bothsidebar .product-1 .product-title h3 { font-size: 20px; } .bothsidebar .product-1 .product-desc .product-price { font-size: 16px; } .single-product .product { width: 100%; margin: 0; } .single-product .product-image, .single-product .product-image img { height: auto; } .single-product .product-desc { padding: 0; } .single-product .product-title h2 { font-size: 28px; margin-bottom: 8px; } .single-product .product-price { float: left; font-size: 24px; color: #0073ff; margin-bottom: 0; } .single-product .product-rating { float: right; position: relative; top: 9px; } .single-product .product-desc .line { margin: 20px 0; } .quantity { float: left; margin-right: 30px; } .quantity input[type=number]::-webkit-inner-spin-button, .quantity input[type=number]::-webkit-outer-spin-button { -webkit-appearance: none; -moz-appearance: none; appearance: none; margin: 0; } .quantity .qty { float: left; width: 50px; height: 40px; line-height: 40px; border: 0; border-left: 1px solid #DDD; border-right: 1px solid #DDD; background-color: #EEE; text-align: center; margin-bottom: 0; } .quantity .plus, .quantity .minus { display: block; float: left; cursor: pointer; border: 0px transparent; padding: 0; width: 36px; height: 40px; line-height: 40px; text-align: center; background-color: #EEE; font-size: 16px; font-weight: bold; transition: background-color .2s linear; -webkit-transition: background-color .2s linear; -o-transition: background-color .2s linear; } .quantity .plus:hover, .quantity .minus:hover { background-color: #DDD; } .quantity .qty:focus, .quantity .plus:focus, .quantity .minus:focus { box-shadow: none !important; outline: 0 !important; } .single-product .add-to-cart.button { height: 40px; line-height: 40px; } .product-meta { font-size: 13px; color: #777; } .product-meta > .panel-body { margin-bottom: -5px; } .product-meta > .panel-body > span { display: block; margin-bottom: 5px; } .single-product .feature-box.fbox-plain.fbox-small { padding-left: 26px; } .single-product .feature-box.fbox-plain.fbox-small .fbox-icon { width: 20px; } .single-product .feature-box.fbox-plain.fbox-small h3 { font-size: 15px; font-weight: bold; line-height: 18px; margin-bottom: 7px; } .single-product .feature-box.fbox-plain.fbox-small p { margin-left: -26px; } .single-product .feature-box.fbox-plain.fbox-small .fbox-icon i { font-size: 18px; } .product.iproduct { float: none; margin: 0; padding: 0; width: 100%; } .iproduct .product-image, .iproduct .product-image a, .iproduct .product-image img { height: auto; } .cart .remove { font-size: 14px; color: #FF0000; } .cart .remove:hover { color: #000; } .cart th { padding: 12px 15px !important; font-size: 14px; color: #555; } .cart td { padding: 12px 15px !important; vertical-align: middle !important; border-color: #E5E5E5 !important; } .cart-product-thumbnail a { display: block; width: 68px; } .cart-product-thumbnail img { display: block; width: 64px; height: 64px; border: 2px solid #EEE; } .cart-product-thumbnail img:hover { border-color: #0073ff; } .cart-product-name a, .product-name a { font-weight: bold; font-size: 13px; color: #333; } .cart-product-name a:hover, .product-name a:hover { color: #666; } .cart-product-price, .cart-product-quantity, .cart-product-subtotal { text-align: center !important; } .cart-product-quantity .quantity { display: inline-block; margin: 0; float: none; } td.actions { padding: 20px 15px !important; vertical-align: top !important; background-color: #F5F5F5; } .events .entry, .ievent { padding: 20px; background-color: #F9F9F9; border-bottom: 3px solid #EEE; } .events .entry:after { display: none !important; } .events .entry-image .entry-date, .ievent .entry-image .entry-date { position: absolute; top: 10px; left: 10px; background-color: rgba(0, 0, 0, 0.7); color: #FFF; text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.2); width: 60px; height: 64px; text-align: center; padding-top: 9px; font-size: 26px; line-height: 1; } .events .entry-image .entry-date span, .ievent .entry-image .entry-date span { display: block; font-size: 12px; margin-top: 7px; } .events .entry-c, .ievent .entry-c { padding: 5px 0; } .single-event .entry-image img { border-radius: 0; } .single-event .events-meta { font-size: 14px; } .single-event .events-meta .iconlist li, .parallax .iconlist li { margin: 5px 0; } .single-event .entry-overlay, .parallax .entry-overlay-meta { position: absolute; top: auto; bottom: 0; left: 0; width: 100%; height: 80px; background-color: rgba(0, 0, 0, 0.85); text-align: center; line-height: 80px; font-size: 22px; color: #FFF; text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.3); z-index: 5; } .single-event .countdown { display: inline-block; position: relative; top: 7px; } .single-event .countdown-section { padding: 0 15px; border-left-color: rgba(255, 255, 255, 0.3); color: #CCC; } .single-event .countdown-amount { color: #FFF; } .parallax .entry-overlay, .parallax .entry-overlay-meta { background: transparent; width: auto; text-align: right; bottom: 30px; left: auto; right: 30px; } .parallax .entry-overlay-meta { padding: 20px; font-size: 14px; text-align: left; right: 38px; bottom: 130px; width: 368px; height: auto; line-height: inherit; background-color: rgba(0, 0, 0, 0.7); border-radius: 3px; } .parallax.overlay-left .entry-overlay, .parallax.overlay-left .entry-overlay-meta { right: auto; left: 30px; } .parallax.overlay-left .entry-overlay-meta { left: 38px; } .parallax.overlay-center .entry-overlay, .parallax.overlay-center .entry-overlay-meta { bottom: 100px; right: auto; left: 50%; margin-left: -192px; } .parallax.overlay-center .entry-overlay-meta { top: 100px; bottom: auto; margin-left: -184px; } .parallax .entry-overlay-meta h2 { font-size: 20px; text-transform: uppercase; border-bottom: 1px dashed rgba(255, 255, 255, 0.2); padding-bottom: 17px; } .parallax .entry-overlay-meta h2 a { color: #FFF; } .parallax .entry-overlay-meta h2 a:hover { color: #DDD; } .parallax .countdown { top: 0; } .parallax .countdown-section { border-left: 0; width: 80px; height: 80px; margin: 0 8px; font-size: 13px; background-color: rgba(0, 0, 0, 0.7); border-radius: 3px; padding-top: 14px; } .parallax .countdown-amount { font-size: 28px; margin-bottom: 6px; } .ievent { position: relative; margin-top: 20px; } .ievent:first-child { margin-top: 0; } .ievent .entry-image { width: 30%; margin-right: 20px; } .ievent .entry-content { margin-top: 20px; } .ievent .entry-title h2 { font-size: 18px; } .ievent .entry-meta { margin-right: -10px; } .ievent .entry-meta li { font-size: 13px; margin-right: 10px; padding-left: 10px; } .ievent .entry-meta li:first-child { padding-left: 0; } .countdown { display: block; } .countdown-row { display: block; position: relative; text-align: center; } .countdown-section { display: inline-block; font-size: 11px; line-height: 1; text-align: center; width: 25%; border-left: 1px dotted #BBB; color: #888; text-transform: capitalize; } .countdown-section:first-child { border-left: 0; } .countdown-amount { display: block; font-size: 20px; color: #333; margin-bottom: 5px; } .countdown-descr { display: block; width: 100%; } .countdown-medium .countdown-section { font-size: 14px; } .countdown-medium .countdown-amount { font-size: 30px; margin-bottom: 7px; } .countdown-large .countdown-section { font-size: 18px; } .countdown-large .countdown-amount { font-size: 44px; font-weight: 700; margin-bottom: 8px; } .countdown.countdown-inline { display: inline-block; } .countdown.countdown-inline .countdown-row { display: inline-block; text-align: center; } .countdown.countdown-inline .countdown-section { display: inline-block; font-size: inherit; line-height: inherit; width: auto; border: none; color: inherit; margin-left: 7px; text-transform: inherit; } .countdown.countdown-inline .countdown-section:first-child { margin-left: 0; } .countdown.countdown-inline .countdown-amount { display: inline-block; font-size: inherit; color: inherit; font-weight: bold; margin: 0 3px 0 0; } .countdown.countdown-inline .countdown-descr { display: inline-block; width: auto; } body:not(.device-sm):not(.device-xs) .countdown.countdown-large.coming-soon .countdown-section { border: none; padding: 15px; } body:not(.device-sm):not(.device-xs) .countdown.countdown-large.coming-soon .countdown-amount { height: 140px; line-height: 140px; border-radius: 50%; background-color: rgba(0, 0, 0, 0.2); margin-bottom: 15px !important; } .button { display: inline-block; position: relative; cursor: pointer; outline: none; white-space: nowrap; margin: 5px; padding: 0 22px; font-size: 14px; height: 40px; line-height: 40px; background-color: #0073ff; color: #FFF; font-weight: 600; text-transform: uppercase; letter-spacing: .5px; border: none; text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.2); } body:not(.device-touch) .button { -webkit-transition: all .2s ease-in-out; -o-transition: all .2s ease-in-out; transition: all .2s ease-in-out; } .button-dark { background-color: #444; } .button-light { background-color: #EEE; color: #333; text-shadow: none !important; } .button:hover { background-color: #444; color: #FFF; text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.2); } .button.button-dark:hover { background-color: #0073ff; } .button.button-mini { padding: 0 14px; font-size: 11px; height: 28px; line-height: 28px; } .button.button-small { padding: 0 17px; font-size: 12px; height: 34px; line-height: 34px; } .button.button-large { padding: 0 26px; font-size: 16px; height: 46px; line-height: 46px; } .button.button-xlarge { padding: 0 32px; font-size: 18px; letter-spacing: 2px; height: 52px; line-height: 52px; } .button.button-desc { text-align: left; padding: 24px 34px; font-size: 22px; height: auto; line-height: 1; font-family: 'Nunito', sans-serif; } .button.button-desc span { display: block; margin-top: 10px; font-size: 14px; font-weight: 400; letter-spacing: 1px; font-family: 'Nunito', sans-serif; font-style: italic; text-transform: none; } .button i { position: relative; top: 1px; line-height: 1; margin-right: 5px; width: 16px; text-align: center; } .button.tright i { margin: 0 0 0 5px; } .button-mini i { margin-right: 3px; } .button-mini.tright i { margin: 0 0 0 3px; } .button-small i { margin-right: 4px; } .button-small.tright i { margin: 0 0 0 4px; } .button-xlarge i { top: 2px; margin-right: 8px; } .button-xlarge.tright i { margin: 0 0 0 8px; } .button.button-desc i { top: 1px; font-size: 48px; width: 48px; text-align: center; margin-right: 12px; } .button.button-desc.tright i { margin: 0 0 0 12px; } .button.button-desc div { display: inline-block; } .button.button-rounded { border-radius: 3px; } .button.button-border { border: 2px solid #444; background-color: transparent; color: #333; line-height: 36px; font-weight: 600; text-shadow: none; } .button.button-border-thin { border-width: 1px; line-height: 38px; } .button.button-border.button-mini { line-height: 24px; } .button.button-border.button-small { line-height: 30px; } .button.button-border.button-large { line-height: 42px; } .button.button-border.button-xlarge { line-height: 48px; } .button.button-border-thin.button-mini { line-height: 26px; } .button.button-border-thin.button-small { line-height: 32px; } .button.button-border-thin.button-large { line-height: 44px; } .button.button-border-thin.button-xlarge { line-height: 50px; } .button.button-border.button-desc { line-height: 1; } .button.button-border:not(.button-fill):hover { background-color: #444; color: #FFF; border-color: transparent !important; text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.2); } .button.button-border.button-light { border-color: #EEE; color: #EEE; } .button.button-border.button-light:hover { background-color: #EEE; color: #333; text-shadow: none; } .button.button-3d { border-radius: 3px; border-bottom: 3px solid rgba(0, 0, 0, 0.15); -webkit-transition: none; -o-transition: none; transition: none; } .button.button-3d:hover { background-color: #0073ff !important; opacity: 0.9; } .button.button-3d.button-light:hover, .button.button-reveal.button-light:hover { text-shadow: none; color: #333; } .button.button-reveal { padding: 0 28px; overflow: hidden; } .button.button-reveal i { display: block; position: absolute; top: 0; left: -32px; width: 32px; height: 40px; line-height: 40px; margin: 0; text-align: center; background-color: rgba(0, 0, 0, 0.1); } .button.button-reveal.button-border i { top: -2px; } .button.button-reveal.tright i { left: auto; right: -32px; } .button.button-reveal.button-3d i, .button.button-reveal.button-rounded i { border-radius: 3px 0 0 3px; } .button.button-reveal.button-3d.tright i, .button.button-reveal.button-rounded.tright i { border-radius: 0 3px 3px 0; } .button.button-reveal span { display: inline-block; position: relative; left: 0; } body:not(.device-touch) .button.button-reveal i, body:not(.device-touch) .button.button-reveal span { -webkit-transition: left 0.3s ease, right 0.3s ease; -o-transition: left 0.3s ease, right 0.3s ease; transition: left 0.3s ease, right 0.3s ease; } .button.button-reveal.button-mini { padding: 0 17px; } .button.button-reveal.button-mini i { left: -22px; width: 22px; height: 28px; line-height: 28px; } .button.button-reveal.button-mini.tright i { left: auto; right: -22px; } .button.button-reveal.button-small { padding: 0 22px; } .button.button-reveal.button-small i { left: -26px; width: 26px; height: 34px; line-height: 34px; } .button.button-reveal.button-small.tright i { left: auto; right: -26px; } .button.button-reveal.button-large { padding: 0 32px; } .button.button-reveal.button-large i { left: -38px; width: 38px; height: 46px; line-height: 46px; } .button.button-reveal.button-large.tright i { left: auto; right: -38px; } .button.button-reveal.button-xlarge { padding: 0 40px; } .button.button-reveal.button-xlarge i { left: -44px; width: 44px; height: 52px; line-height: 52px; } .button.button-reveal.button-xlarge.tright i { left: auto; right: -44px; } .button.button-reveal:hover i { left: 0; } .button.button-reveal.tright:hover i { left: auto; right: 0; } .button.button-reveal:hover span { left: 16px; } .button.button-reveal.button-mini:hover span { left: 11px; } .button.button-reveal.button-small:hover span { left: 13px; } .button.button-reveal.button-large:hover span { left: 19px; } .button.button-reveal.button-xlarge:hover span { left: 22px; } .button.button-reveal.tright:hover span { left: -16px; } .button.button-reveal.button-mini.tright:hover span { left: -11px; } .button.button-reveal.button-small.tright:hover span { left: -13px; } .button.button-reveal.button-large.tright:hover span { left: -19px; } .button.button-reveal.button-xlarge.tright:hover span { left: -22px; } .button.button-full { display: block; width: 100%; white-space: normal; margin: 0; height: auto; line-height: 1.6; padding: 30px 0; font-size: 30px; font-weight: 300; text-transform: none; border-radius: 0; text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.1); } .button.button-full.button-light { border-bottom: 1px solid rgba(0, 0, 0, 0.15); } .button.button-full strong { font-weight: 700; border-bottom: 2px solid #EEE; } body:not(.device-touch) .button.button-full strong { -webkit-transition: border .2s ease-in-out; -o-transition: border .2s ease-in-out; transition: border .2s ease-in-out; } .button.button-full.button-light strong { border-bottom-color: #333; } .button.button-full.button-light:hover strong { border-bottom-color: #EEE; } .button.button-circle { border-radius: 20px; } .button.button-mini.button-circle { border-radius: 14px; } .button.button-small.button-circle { border-radius: 17px; } .button.button-large.button-circle { border-radius: 23px; } .button.button-xlarge.button-circle { border-radius: 26px; } .button.button-border.button-fill { overflow: hidden; transform-style: preserve-3d; -webkit-mask-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAEAAAABCAIAAACQd1PeAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAA5JREFUeNpiYGBgAAgwAAAEAAGbA+oJAAAAAElFTkSuQmCC); mask-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAEAAAABCAIAAACQd1PeAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAA5JREFUeNpiYGBgAAgwAAAEAAGbA+oJAAAAAElFTkSuQmCC); -webkit-backface-visibility: hidden; backface-visibility: hidden; } .button.button-border.button-fill span { position: relative; } .button.button-border.button-fill:hover { background-color: transparent !important; color: #FFF; text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.2); } .button.button-border.button-fill.button-light:hover { border-color: #EEE !important; color: #333 !important; text-shadow: none; } .button.button-border.button-fill:before { content: ''; position: absolute; background-color: #444; top: 0; left: 0; width: 0; height: 100%; -webkit-transition: all .4s ease; -o-transition: all .4s ease; transition: all .4s ease; -webkit-backface-visibility: hidden; backface-visibility: hidden; } .button.button-border.button-fill.button-light:before { background-color: #EEE; } .button.button-border.button-fill.fill-from-right:before { left: auto; right: 0; } .button.button-border.button-fill:hover:before { width: 100%; } .button.button-border.button-fill.fill-from-top:before, .button.button-border.button-fill.fill-from-bottom:before { -webkit-transition: all .3s ease; -o-transition: all .3s ease; transition: all .3s ease; } .button.button-border.button-fill.fill-from-top:before { width: 100%; height: 0; } .button.button-border.button-fill.fill-from-top:hover:before { height: 100%; } .button.button-border.button-fill.fill-from-bottom:before { width: 100%; height: 0; top: auto; bottom: 0; } .button.button-border.button-fill.fill-from-bottom:hover:before { height: 100%; } .button-red { background-color: #C02942; } .button-3d.button-red:hover, .button-reveal.button-red:hover, .button-border.button-red:hover, .button-border.button-red.button-fill:before { background-color: #C02942 !important; } .button-border.button-red { color: #C02942; border-color: #C02942; } .button-teal { background-color: #53777A; } .button-3d.button-teal:hover, .button-reveal.button-teal:hover, .button-border.button-teal:hover, .button-border.button-teal.button-fill:before { background-color: #53777A !important; } .button-border.button-teal { color: #53777A; border-color: #53777A; } .button-yellow { background-color: #ECD078; } .button-3d.button-yellow:hover, .button-reveal.button-yellow:hover, .button-border.button-yellow:hover, .button-border.button-yellow.button-fill:before { background-color: #ECD078 !important; } .button-border.button-yellow, .button-border.button-yellow.button-fill.button-light:hover { color: #ECD078 !important; border-color: #ECD078 !important; } .button-border.button-yellow:hover, .button-border.button-yellow.button-fill.button-light:hover { color: #333 !important; } .button-green { background-color: #59BA41; } .button-3d.button-green:hover, .button-reveal.button-green:hover, .button-border.button-green:hover, .button-border.button-green.button-fill:before { background-color: #59BA41 !important; } .button-border.button-green { color: #59BA41; border-color: #59BA41; } .button-brown { background-color: #774F38; } .button-3d.button-brown:hover, .button-reveal.button-brown:hover, .button-border.button-brown:hover, .button-border.button-brown.button-fill:before { background-color: #774F38 !important; } .button-border.button-brown { color: #774F38; border-color: #774F38; } .button-aqua { background-color: #40C0CB; } .button-3d.button-aqua:hover, .button-reveal.button-aqua:hover, .button-border.button-aqua:hover, .button-border.button-aqua.button-fill:before { background-color: #40C0CB !important; } .button-border.button-aqua { color: #40C0CB; border-color: #40C0CB; } .button-lime { background-color: #AEE239; } .button-3d.button-lime:hover, .button-reveal.button-lime:hover, .button-border.button-lime:hover, .button-border.button-lime.button-fill:before { background-color: #AEE239 !important; } .button-border.button-lime { color: #AEE239; border-color: #AEE239; } .button-purple { background-color: #5D4157; } .button-3d.button-purple:hover, .button-reveal.button-purple:hover, .button-border.button-purple:hover, .button-border.button-purple.button-fill:before { background-color: #5D4157 !important; } .button-border.button-purple { color: #5D4157; border-color: #5D4157; } .button-leaf { background-color: #A8CABA; } .button-3d.button-leaf:hover, .button-reveal.button-leaf:hover, .button-border.button-leaf:hover, .button-border.button-leaf.button-fill:before { background-color: #A8CABA !important; } .button-border.button-leaf { color: #A8CABA; border-color: #A8CABA; } .button-pink { background-color: #F89FA1; } .button-3d.button-pink:hover, .button-reveal.button-pink:hover, .button-border.button-pink:hover, .button-border.button-pink.button-fill:before { background-color: #F89FA1 !important; } .button-border.button-pink { color: #F89FA1; border-color: #F89FA1; } .button-dirtygreen { background-color: #1693A5; } .button-3d.button-dirtygreen:hover, .button-reveal.button-dirtygreen:hover, .button-border.button-dirtygreen:hover, .button-border.button-dirtygreen.button-fill:before { background-color: #1693A5 !important; } .button-border.button-dirtygreen { color: #1693A5; border-color: #1693A5; } .button-blue { background-color: #1265A8; } .button-3d.button-blue:hover, .button-reveal.button-blue:hover, .button-border.button-blue:hover, .button-border.button-blue.button-fill:before { background-color: #1265A8 !important; } .button-border.button-blue { color: #1265A8; border-color: #1265A8; } .button-amber { background-color: #EB9C4D; } .button-3d.button-amber:hover, .button-reveal.button-amber:hover, .button-border.button-amber:hover, .button-border.button-amber.button-fill:before { background-color: #EB9C4D !important; } .button-border.button-amber { color: #EB9C4D; border-color: #EB9C4D; } .button-black { background-color: #111; } .button-3d.button-black:hover, .button-reveal.button-black:hover, .button-border.button-black:hover, .button-border.button-black.button-fill:before { background-color: #111 !important; } .button-border.button-black { color: #111; border-color: #111; } .button-white { background-color: #F9F9F9; } .button-3d.button-white:hover, .button-reveal.button-white:hover { background-color: #F9F9F9 !important; } .button.button-nohover:hover { opacity: inherit !important; background-color: inherit !important; color: inherit !important; border-color: inherit !important; } .feature-box { position: relative; margin-top: 20px; padding: 0 0 0 80px; } .feature-box:first-child { margin-top: 0; } .feature-box .fbox-icon { display: block; position: absolute; width: 64px; height: 64px; top: 0; left: 0; } .feature-box .fbox-icon a, .feature-box .fbox-icon i, .feature-box .fbox-icon img { display: block; position: relative; width: 100%; height: 100%; color: #FFF; } .feature-box .fbox-icon i, .feature-box .fbox-icon img { border-radius: 50%; background-color: #0073ff; } .feature-box .fbox-icon i { font-style: normal; font-size: 28px; text-align: center; line-height: 64px; } .feature-box h3 { font-size: 16px; font-weight: 700; text-transform: uppercase; letter-spacing: normal; margin-bottom: 0; color: #333; } .feature-box p { margin: 8px 0 0 0; color: #999; } .feature-box .before-heading { font-size: 14px; } .feature-box.fbox-large { padding: 0 0 0 115px; } .feature-box.fbox-large .fbox-icon { width: 96px; height: 96px; } .feature-box.fbox-large .fbox-icon i { font-size: 42px; line-height: 96px; } .feature-box.fbox-outline .fbox-icon { border: 1px solid #0073ff; border-radius: 50%; padding: 3px; } .feature-box.fbox-outline .fbox-icon i { line-height: 56px; } .feature-box.fbox-outline.fbox-large .fbox-icon { padding: 4px; } .feature-box.fbox-outline.fbox-large .fbox-icon i { line-height: 86px; } .feature-box.fbox-rounded .fbox-icon { border-radius: 3px !important; } .feature-box.fbox-rounded .fbox-icon i, .feature-box.fbox-rounded .fbox-icon img { border-radius: 3px !important; } .feature-box.fbox-rounded.fbox-large .fbox-icon { border-radius: 4px !important; } .feature-box.fbox-rounded.fbox-large .fbox-icon i, .feature-box.fbox-rounded.fbox-large .fbox-icon img { border-radius: 4px !important; } .feature-box.fbox-light.fbox-outline .fbox-icon { border-color: #E5E5E5; } .feature-box.fbox-light .fbox-icon i, .feature-box.fbox-light .fbox-icon img { border: 1px solid #E5E5E5; background-color: #F5F5F5; color: #444; } .feature-box.fbox-light .fbox-icon i { line-height: 62px; } .feature-box.fbox-light.fbox-outline .fbox-icon i { line-height: 54px; } .feature-box.fbox-light.fbox-large .fbox-icon i { line-height: 96px; } .feature-box.fbox-light.fbox-outline.fbox-large .fbox-icon i { line-height: 84px; } .feature-box.fbox-dark.fbox-outline .fbox-icon { border-color: #444; } .feature-box.fbox-dark .fbox-icon i, .feature-box.fbox-dark .fbox-icon img { background-color: #333; } .feature-box.fbox-border .fbox-icon { border: 1px solid #0073ff; border-radius: 50%; } .feature-box.fbox-border .fbox-icon i, .feature-box.fbox-border .fbox-icon img { border: none; background-color: transparent !important; color: #0073ff; } .feature-box.fbox-border .fbox-icon { padding: 0; } .feature-box.fbox-border .fbox-icon i { line-height: 62px !important; } .feature-box.fbox-border.fbox-large .fbox-icon i { line-height: 94px !important; } .feature-box.fbox-border.fbox-light .fbox-icon { border-color: #E5E5E5; } .feature-box.fbox-border.fbox-light .fbox-icon i, .feature-box.fbox-border.fbox-light .fbox-icon img { color: #888; } .feature-box.fbox-border.fbox-dark .fbox-icon { border-color: #333; } .feature-box.fbox-border.fbox-dark .fbox-icon i, .feature-box.fbox-border.fbox-dark .fbox-icon img { color: #444; } .feature-box.fbox-plain .fbox-icon { border: none !important; height: auto !important; } .feature-box.fbox-plain .fbox-icon i, .feature-box.fbox-plain .fbox-icon img { border: none !important; background-color: transparent !important; color: #0073ff; border-radius: 0; } .feature-box.fbox-plain .fbox-icon i { font-size: 48px; line-height: 1 !important; } .feature-box.fbox-plain .fbox-icon img { height: 64px; } .feature-box.fbox-plain.fbox-image .fbox-icon { width: auto; } .feature-box.fbox-plain.fbox-image .fbox-icon img { width: auto; display: inline-block; } .feature-box.fbox-plain.fbox-small { padding-left: 42px; } .feature-box.fbox-plain.fbox-small .fbox-icon { width: 28px; } .feature-box.fbox-plain.fbox-small h3 { font-size: 15px; line-height: 26px; margin-bottom: 10px; } .feature-box.fbox-plain.fbox-small p { margin-left: -42px; } .feature-box.fbox-plain.fbox-small .fbox-icon i { font-size: 28px; } .feature-box.fbox-plain.fbox-small .fbox-icon img { height: 28px; } .feature-box.fbox-plain.fbox-large .fbox-icon i { font-size: 72px; } .feature-box.fbox-plain.fbox-large .fbox-icon img { height: 96px; } .feature-box.fbox-plain.fbox-light .fbox-icon i, .feature-box.fbox-plain.fbox-light .fbox-icon img { color: #888; } .feature-box.fbox-plain.fbox-dark .fbox-icon i, .feature-box.fbox-plain.fbox-dark .fbox-icon img { color: #444; } .feature-box.fbox-center { padding: 0; text-align: center; } .feature-box.fbox-center.fbox-small { padding-left: 0 !important; } .feature-box.fbox-center .fbox-icon { position: relative; width: 96px; height: 96px; margin: 0 auto 30px; } .feature-box.fbox-center .fbox-icon i { font-size: 42px; line-height: 96px; } .feature-box.fbox-center.fbox-outline .fbox-icon i { line-height: 88px; } .feature-box.fbox-center p { font-size: 14px; margin-top: 15px; } .feature-box.fbox-center.fbox-large .fbox-icon { width: 128px; height: 128px; } .feature-box.fbox-center.fbox-large .fbox-icon i { font-size: 70px; line-height: 128px; } .feature-box.fbox-center.fbox-large.fbox-outline .fbox-icon i { line-height: 118px; } .feature-box.fbox-center.fbox-light .fbox-icon i { line-height: 94px; } .feature-box.fbox-center.fbox-light.fbox-outline .fbox-icon i { line-height: 86px; } .feature-box.fbox-center.fbox-light.fbox-outline.fbox-large .fbox-icon i { line-height: 114px; } .feature-box.fbox-center.fbox-border .fbox-icon i { line-height: 94px !important; } .feature-box.fbox-center.fbox-large.fbox-border .fbox-icon i { line-height: 126px !important; } .feature-box.fbox-center.fbox-plain .fbox-icon i { font-size: 84px; } .feature-box.fbox-center.fbox-plain .fbox-icon img { height: 96px; } .feature-box.fbox-center.fbox-large.fbox-plain .fbox-icon i { font-size: 112px; } .feature-box.fbox-center.fbox-large.fbox-plain .fbox-icon img { height: 128px; } .feature-box.fbox-center.fbox-small .fbox-icon { width: 64px; height: 64px; } .feature-box.fbox-center.fbox-small .fbox-icon i { font-size: 28px; line-height: 64px; } .feature-box.fbox-center.fbox-small.fbox-outline .fbox-icon i { line-height: 58px; } .feature-box.fbox-center.fbox-light.fbox-outline.fbox-small .fbox-icon i { line-height: 54px; } .feature-box.fbox-center.fbox-small.fbox-border .fbox-icon i { line-height: 62px !important; } .feature-box.fbox-center.fbox-small.fbox-plain .fbox-icon i { font-size: 56px; } .feature-box.fbox-center.fbox-small.fbox-plain .fbox-icon img { height: 64px; } .feature-box.fbox-center.fbox-small p { font-size: 14px; margin-top: 10px; } .feature-box.fbox-center.fbox-plain.fbox-small p { margin-left: 0; } .feature-box.fbox-right { padding: 0 80px 0 0; text-align: right; } .feature-box.fbox-right.fbox-large { padding-right: 115px; } .feature-box.fbox-right .fbox-icon { left: auto; right: 0; } .feature-box.fbox-right.fbox-plain.fbox-small { padding: 0 42px 0 0; } .feature-box.fbox-right.fbox-plain.fbox-small p { margin: 0 -42px 0 0; } .feature-box h3+.fbox-icon { margin-top: 20px !important; } .feature-box h3 span.subtitle { display: block; margin-top: 5px; color: #444; font-weight: 300; text-transform: none; } .feature-box.fbox-center:not(.fbox-bg) h3:after { content: ''; display: block; margin: 20px auto; width: 30px; border-top: 2px solid #555; -webkit-transition: width .3s ease; -o-transition: width .3s ease; transition: width .3s ease; } .feature-box.fbox-center:not(.fbox-bg):hover h3:after { width: 50px; } .feature-box.fbox-center.noborder:not(.fbox-bg) h3:after, .feature-box.fbox-center.nobottomborder:not(.fbox-bg) h3:after { display: none; } .feature-box.fbox-center.fbox-italic p { font-style: italic; font-family: 'Nunito', sans-serif; } .feature-box.fbox-bg.fbox-center { margin-top: 68px; padding: 68px 30px 30px; background-color: #FFF; border: 1px solid #E5E5E5; border-radius: 5px; } .feature-box.fbox-bg.fbox-center:first-child { margin-top: 48px; } .feature-box.fbox-bg.fbox-center.fbox-large { margin-top: 84px; padding-top: 84px; } .feature-box.fbox-bg.fbox-center.fbox-large:first-child { margin-top: 64px; } .feature-box.fbox-bg.fbox-center .fbox-icon { position: absolute; top: -48px; left: 50%; margin: 0 0 0 -48px; } .feature-box.fbox-bg.fbox-center.fbox-large .fbox-icon { top: -64px; left: 50%; margin-left: -64px; } .feature-box.fbox-bg.fbox-center.fbox-plain .fbox-icon, .feature-box.fbox-bg.fbox-center.fbox-border .fbox-icon, .feature-box.fbox-bg.fbox-center.fbox-outline .fbox-icon { background-color: #FFF; } .fbox-effect .fbox-icon i { z-index: 1; } .fbox-effect .fbox-icon i:after { pointer-events: none; position: absolute; width: 100%; height: 100%; border-radius: 50%; content: ''; -webkit-box-sizing: content-box; -moz-box-sizing: content-box; box-sizing: content-box; } .fbox-rounded.fbox-effect .fbox-icon i:after { border-radius: 3px; } .fbox-effect .fbox-icon i { -webkit-transition: background-color 0.3s, color 0.3s; -o-transition: background-color 0.3s, color 0.3s; transition: background-color 0.3s, color 0.3s; } .fbox-effect .fbox-icon i:after { top: -3px; left: -3px; padding: 3px; box-shadow: 0 0 0 2px #333; -webkit-transition: -webkit-transform 0.3s, opacity 0.3s; -webkit-transform: scale(.8); -moz-transition: -moz-transform 0.3s, opacity 0.3s; -moz-transform: scale(.8); -ms-transform: scale(.8); transition: transform 0.3s, opacity 0.3s; transform: scale(.8); opacity: 0; } .fbox-effect .fbox-icon i:hover, .fbox-effect:hover .fbox-icon i { background-color: #333; color: #FFF; } .fbox-effect.fbox-dark .fbox-icon i:after { box-shadow: 0 0 0 2px #0073ff; } .fbox-effect.fbox-dark .fbox-icon i:hover, .fbox-effect.fbox-dark:hover .fbox-icon i { background-color: #0073ff; } .fbox-effect .fbox-icon i:hover:after, .fbox-effect:hover .fbox-icon i:after { -webkit-transform: scale(1); -moz-transform: scale(1); -ms-transform: scale(1); transform: scale(1); opacity: 1; } .fbox-border.fbox-effect .fbox-icon i { -webkit-transition: color 0.5s, box-shadow 0.5s, background-color 0.5s; -o-transition: color 0.5s, box-shadow 0.5s, background-color 0.5s; transition: color 0.5s, box-shadow 0.5s, background-color 0.5s; } .fbox-border.fbox-effect .fbox-icon i:after { top: -2px; left: -2px; padding: 2px; z-index: -1; box-shadow: none; background-image: url('../img/icons/iconalt.svg'); background-position: center center; background-size: 100% 100%; -webkit-transition: -webkit-transform 0.5s, opacity 0.5s, background-color 0.5s; -o-transition: -moz-transform 0.5s, opacity 0.5s, background-color 0.5s; transition: transform 0.5s, opacity 0.5s, background-color 0.5s; } .fbox-border.fbox-rounded.fbox-effect .fbox-icon i:after { border-radius: 3px; } .fbox-border.fbox-effect .fbox-icon i:hover, .fbox-border.fbox-effect:hover .fbox-icon i { color: #FFF; box-shadow: 0 0 0 1px #333; } .fbox-border.fbox-effect .fbox-icon i:after { -webkit-transform: scale(1.3); -moz-transform: scale(1.3); -ms-transform: scale(1.3); transform: scale(1.3); opacity: 0; background-color: #333; } .fbox-border.fbox-effect.fbox-dark .fbox-icon i:hover, .fbox-border.fbox-effect.fbox-dark:hover .fbox-icon i { box-shadow: 0 0 0 1px #0073ff; } .fbox-border.fbox-effect.fbox-dark .fbox-icon i:after { background-color: #0073ff; } .fbox-border.fbox-effect .fbox-icon i:hover:after, .fbox-border.fbox-effect:hover .fbox-icon i:after { -webkit-transform: scale(1); -moz-transform: scale(1); -ms-transform: scale(1); transform: scale(1); opacity: 1; } .feature-box.media-box { padding: 0; } .feature-box.media-box .fbox-media { margin: 0 0 25px; } .feature-box.media-box .fbox-media, .feature-box.media-box .fbox-media a, .feature-box.media-box .fbox-media img { position: relative; display: block; width: 100%; height: auto; } .feature-box.media-box .fbox-media iframe { display: block; } .feature-box.media-box p { margin-top: 17px; } .feature-box.media-box.fbox-bg .fbox-media { margin: 0; } .feature-box.media-box.fbox-bg .fbox-desc { padding: 25px; background-color: #FFF; border: 1px solid #E5E5E5; border-top: 0; border-radius: 0 0 5px 5px; } .feature-box.media-box.fbox-bg .fbox-media img { border-radius: 5px 5px 0 0; } .flipbox { perspective: 1000px; } .flipbox-inner { transition: 0.5s; transition-timing-function: ease; position: relative; transform-style: preserve-3d; } .flipbox-front, .flipbox-back { -webkit-backface-visibility: hidden; backface-visibility: hidden; } .flipbox-front { z-index: 2; } .flipbox-back { position: absolute; width: 100%; height: 100%; top: 0; left: 0; } .flipbox:not(.flipbox-vertical) .flipbox-front { transform: rotateY(0deg); } .flipbox:not(.flipbox-vertical) .flipbox-back { transform: rotateY(-180deg); } .flipbox.flipbox-vertical .flipbox-front { transform: rotateX(0deg); } .flipbox.flipbox-vertical .flipbox-back { transform: rotateX(-180deg); } .flipbox:not(.flipbox-vertical):hover .flipbox-inner, .flipbox:not(.flipbox-vertical).hover .flipbox-inner { transform: rotateY(180deg); } .flipbox.flipbox-vertical:hover .flipbox-inner, .flipbox.flipbox-vertical.hover .flipbox-inner { transform: rotateX(180deg); } .process-steps { margin: 0 0 40px; list-style: none; } .process-steps li { float: left; position: relative; width: 25%; text-align: center; overflow: hidden; } .process-steps.process-2 li { width: 50%; } .process-steps.process-3 li { width: 33.33%; } .process-steps.process-5 li { width: 20%; } .process-steps li .i-circled { margin-bottom: 0 !important; } .process-steps li .i-bordered { background-color: #FFF; } .process-steps li h5 { margin: 15px 0 0 0; font-size: 16px; font-weight: 300; } .process-steps li.active h5, .process-steps li.ui-tabs-active h5 { font-weight: 600; color: #0073ff; } .process-steps li.active a, .process-steps li.ui-tabs-active a { background-color: #0073ff !important; color: #FFF; text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.2); border-color: #0073ff !important; } .process-steps li:before, .process-steps li:after { content: ''; position: absolute; top: 30px; left: 0; margin-left: -26px; width: 50%; border-top: 1px dashed #DDD; } .process-steps li:after { left: auto; right: 0; margin: 0 -26px 0 0; } .process-steps li:first-child:before, .process-steps li:last-child:after { display: none; } .style-msg, .style-msg2 { position: relative; display: block; color: #444; border-left: 4px solid rgba(0, 0, 0, 0.1); margin-bottom: 20px; } .style-msg2 { border-left: 4px solid rgba(0, 0, 0, 0.2); } .successmsg { background: #C5EBD4; color: #184B21; } .errormsg { background: #FFCCCC; color: #740D0A; } .infomsg { background: #B9DFF4; color: #124F70; } .alertmsg { background: #FCE0B6; color: #975E06; } .style-msg .sb-msg, .style-msg2 .msgtitle, .style-msg2 .sb-msg { display: block; padding: 15px; border-left: 1px solid rgba(255, 255, 255, 0.5); font-size: 14px; text-shadow: 1px 1px 1px rgba(255, 255, 255, 0.6); } .style-msg2 .msgtitle { background: rgba(0, 0, 0, 0.15); border-top: none; border-bottom: none; font-size: 15px; font-weight: bold; } .style-msg-light .sb-msg, .style-msg-light .msgtitle { color: #FFF; text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.3); } .style-msg2 .sb-msg { font-weight: normal; } .style-msg2 ol, .style-msg2 ul { margin: 0 0 0 30px; } .style-msg2 ol { list-style-type: decimal; } .style-msg2 ul { list-style-type: disc; } .alert i, .sb-msg i, .msgtitle i { position: relative; top: 1px; font-size: 14px; width: 14px; text-align: center; margin-right: 5px; } .style-msg .close { position: absolute; top: 10px; left: auto; right: 10px; } .i-rounded, .i-plain, .i-circled, .i-bordered, .social-icon { display: block; float: left; margin: 4px 11px 7px 0; text-align: center !important; font-size: 28px; color: #FFF; text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.3); cursor: pointer; font-style: normal; } body:not(.device-touch) .i-rounded, body:not(.device-touch) .i-plain, body:not(.device-touch) .i-circled, body:not(.device-touch) .i-bordered, body:not(.device-touch) .social-icon { -webkit-transition: all .3s ease; -o-transition: all .3s ease; transition: all .3s ease; } .i-rounded, .i-circled, .i-bordered { width: 52px !important; height: 52px !important; line-height: 52px !important; background-color: #444; border-radius: 3px; } .i-bordered { border: 1px solid #555; line-height: 50px !important; background-color: transparent !important; color: #444; text-shadow: none; } .i-plain { width: 36px !important; height: 36px !important; font-size: 28px; line-height: 36px !important; color: #444; text-shadow: 1px 1px 1px #FFF; } .i-plain:hover { color: #777; } .i-circled { border-radius: 50%; } .i-light { background-color: #F5F5F5; color: #444; text-shadow: 1px 1px 1px #FFF; box-shadow: inset 0 0 15px rgba(0, 0, 0, 0.2); } .i-alt { background-image: url('../img/icons/iconalt.svg'); background-position: center center; background-size: 100% 100%; } .i-rounded:hover, .i-circled:hover { background-color: #0073ff; color: #FFF; text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.3); box-shadow: 0 0 0 rgba(0, 0, 0, 0.2); } .i-bordered:hover { background-color: #444 !important; color: #FFF; border-color: #444; } .i-small.i-rounded, .i-small.i-plain, .i-small.i-circled, .i-small.i-bordered { margin: 4px 11px 7px 0; font-size: 14px; } .i-small.i-rounded, .i-small.i-circled, .i-small.i-bordered { width: 28px !important; height: 28px !important; line-height: 28px !important; } .i-small.i-bordered { line-height: 26px !important; } .i-small.i-plain { width: 18px !important; height: 18px !important; font-size: 14px; line-height: 18px !important; } .i-medium.i-rounded, .i-medium.i-plain, .i-medium.i-circled, .i-medium.i-bordered { margin: 6px 13px 9px 0; font-size: 21px; } .i-medium.i-rounded, .i-medium.i-circled, .i-medium.i-bordered { width: 36px !important; height: 36px !important; line-height: 36px !important; } .i-medium.i-bordered { line-height: 34px !important; } .i-medium.i-plain { width: 28px !important; height: 28px !important; font-size: 20px; line-height: 28px !important; } .i-large.i-rounded, .i-large.i-plain, .i-large.i-circled, .i-large.i-bordered { margin: 4px 11px 7px 0; font-size: 42px; } .i-large.i-rounded, .i-large.i-circled, .i-large.i-bordered { width: 64px !important; height: 64px !important; line-height: 64px !important; } .i-large.i-bordered { line-height: 62px !important; } .i-large.i-plain { width: 48px !important; height: 48px !important; font-size: 42px; line-height: 48px !important; } .i-xlarge.i-rounded, .i-xlarge.i-plain, .i-xlarge.i-circled, .i-xlarge.i-bordered { margin: 4px 11px 7px 0; font-size: 56px; } .i-xlarge.i-rounded, .i-xlarge.i-circled, .i-xlarge.i-bordered { width: 84px !important; height: 84px !important; line-height: 84px !important; } .i-xlarge.i-bordered { line-height: 82px !important; } .i-xlarge.i-plain { width: 64px !important; height: 64px !important; font-size: 56px; line-height: 64px !important; } .i-xxlarge.i-rounded, .i-xxlarge.i-plain, .i-xxlarge.i-circled, .i-xxlarge.i-bordered { margin: 6px 15px 10px 0; font-size: 64px; } .i-xxlarge.i-rounded, .i-xxlarge.i-circled, .i-xxlarge.i-bordered { width: 96px !important; height: 96px !important; line-height: 96px !important; } .i-xxlarge.i-bordered { line-height: 94px !important; } .i-xxlarge.i-plain { width: 80px !important; height: 80px !important; font-size: 64px; line-height: 80px !important; } .i-overlay, .i-overlay a { display: block; position: absolute; width: 100% !important; height: 100% !important; top: 0; left: 0; text-align: center; background: rgba(0, 0, 0, 0.2) url('../img/grid.png') repeat; } .i-overlay a { background: transparent; } .i-overlay img, .i-overlay i { display: block; position: absolute; top: 50%; left: 50%; margin: -24px 0 0 -24px; width: 48px !important; height: 48px !important; font-size: 48px; line-height: 1; color: #E5E5E5; text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.15); } .i-overlay i { margin: -18px 0 0 -18px; width: 36px !important; height: 36px !important; line-height: 36px; font-size: 24px; } .on-hover.i-overlay { opacity: 0; } body:not(.device-touch) .on-hover.i-overlay { -webkit-transition: opacity 0.3s linear; -o-transition: opacity 0.3s linear; transition: opacity 0.3s linear; } .on-hover.i-overlay:hover { opacity: 1; } .social-icon { margin: 0 5px 5px 0; width: 40px; height: 40px; font-size: 20px; line-height: 38px !important; color: #555; text-shadow: none; border: 1px solid #AAA; border-radius: 3px; overflow: hidden; } .si-rounded { border-radius: 50%; } .si-borderless { border-color: transparent !important; } .si-dark { background-color: #444; color: #FFF !important; border-color: transparent; } .si-light { background-color: rgba(0, 0, 0, 0.05); color: #666 !important; border-color: transparent; } .si-colored { border-color: transparent !important; } .si-colored i { color: #FFF; } .social-icon.si-large { margin: 0 10px 10px 0; width: 56px; height: 56px; font-size: 30px; line-height: 54px !important; } .social-icon.si-small { width: 32px; height: 32px; font-size: 14px; line-height: 30px !important; } .social-icon i { display: block; position: relative; line-height: inherit; } body:not(.device-touch) .social-icon i { -webkit-transition: all .3s ease; -o-transition: all .3s ease; transition: all .3s ease; } .social-icon i:last-child { color: #FFF !important; } .social-icon:hover i:first-child { margin-top: -38px; } .social-icon.si-large:hover i:first-child { margin-top: -54px; } .social-icon.si-small:hover i:first-child { margin-top: -30px; } .social-icon:hover { color: #555; border-color: transparent; } .si-colored.social-icon { border-color: transparent; } .si-sticky { position: fixed; top: 50%; left: 5px; width: 36px; z-index: 100; } .si-sticky.si-sticky-right { left: auto; right: 8px; } .si-share { position: relative; padding-left: 5px; border-top: 1px solid #EEE; border-bottom: 1px solid #EEE; } .si-share span { line-height: 36px; font-weight: bold; font-size: 13px; } .si-share div { float: right; } .si-share .social-icon { margin: -1px 0; border-radius: 0; font-size: 15px; } .si-facebook:hover, .si-colored.si-facebook { background-color: #3B5998 !important; } .si-delicious:hover, .si-colored.si-delicious { background-color: #205CC0 !important; } .si-paypal:hover, .si-colored.si-paypal { background-color: #00588B !important; } .si-flattr:hover, .si-colored.si-flattr { background-color: #F67C1A !important; } .si-android:hover, .si-colored.si-android { background-color: #A4C639 !important; } .si-smashmag:hover, .si-colored.si-smashmag { background-color: #E53B2C !important; } .si-gplus:hover, .si-colored.si-gplus { background-color: #DD4B39 !important; } .si-wikipedia:hover, .si-colored.si-wikipedia { background-color: #333 !important; } .si-stumbleupon:hover, .si-colored.si-stumbleupon { background-color: #F74425 !important; } .si-foursquare:hover, .si-colored.si-foursquare { background-color: #25A0CA !important; } .si-call:hover, .si-colored.si-call { background-color: #444 !important; } .si-ninetyninedesigns:hover, .si-colored.si-ninetyninedesigns { background-color: #F26739 !important; } .si-forrst:hover, .si-colored.si-forrst { background-color: #5B9A68 !important; } .si-digg:hover, .si-colored.si-digg { background-color: #191919 !important; } .si-spotify:hover, .si-colored.si-spotify { background-color: #81B71A !important; } .si-reddit:hover, .si-colored.si-reddit { background-color: #C6C6C6 !important; } .si-blogger:hover, .si-colored.si-blogger { background-color: #FC4F08 !important; } .si-cc:hover, .si-colored.si-cc { background-color: #688527 !important; } .si-dribbble:hover, .si-colored.si-dribbble { background-color: #EA4C89 !important; } .si-evernote:hover, .si-colored.si-evernote { background-color: #5BA525 !important; } .si-flickr:hover, .si-colored.si-flickr { background-color: #FF0084 !important; } .si-google:hover, .si-colored.si-google { background-color: #DD4B39 !important; } .si-instapaper:hover, .si-colored.si-instapaper { background-color: #333 !important; } .si-klout:hover, .si-colored.si-klout { background-color: #FF5F52 !important; } .si-linkedin:hover, .si-colored.si-linkedin { background-color: #0E76A8 !important; } .si-vk:hover, .si-colored.si-vk { background-color: #2B587A !important; } .si-rss:hover, .si-colored.si-rss { background-color: #EE802F !important; } .si-skype:hover, .si-colored.si-skype { background-color: #00AFF0 !important; } .si-twitter:hover, .si-colored.si-twitter { background-color: #00ACEE !important; } .si-youtube:hover, .si-colored.si-youtube { background-color: #C4302B !important; } .si-vimeo:hover, .si-colored.si-vimeo { background-color: #86C9EF !important; } .si-aim:hover, .si-colored.si-aim { background-color: #FCD20B !important; } .si-yahoo:hover, .si-colored.si-yahoo { background-color: #720E9E !important; } .si-email3:hover, .si-colored.si-email3 { background-color: #6567A5 !important; } .si-macstore:hover, .si-colored.si-macstore { background-color: #333333 !important; } .si-myspace:hover, .si-colored.si-myspace { background-color: #666666 !important; } .si-podcast:hover, .si-colored.si-podcast { background-color: #E4B21B !important; } .si-cloudapp:hover, .si-colored.si-cloudapp { background-color: #525557 !important; } .si-dropbox:hover, .si-colored.si-dropbox { background-color: #3D9AE8 !important; } .si-ebay:hover, .si-colored.si-ebay { background-color: #89C507 !important; } .si-github:hover, .si-colored.si-github { background-color: #171515 !important; } .si-googleplay:hover, .si-colored.si-googleplay { background-color: #DD4B39 !important; } .si-itunes:hover, .si-colored.si-itunes { background-color: #222 !important; } .si-plurk:hover, .si-colored.si-plurk { background-color: #CF5A00 !important; } .si-pinboard:hover, .si-colored.si-pinboard { background-color: #0000E6 !important; } .si-soundcloud:hover, .si-colored.si-soundcloud { background-color: #FF7700 !important; } .si-tumblr:hover, .si-colored.si-tumblr { background-color: #34526F !important; } .si-wordpress:hover, .si-colored.si-wordpress { background-color: #1E8CBE !important; } .si-yelp:hover, .si-colored.si-yelp { background-color: #C41200 !important; } .si-intensedebate:hover, .si-colored.si-intensedebate { background-color: #009EE4 !important; } .si-eventbrite:hover, .si-colored.si-eventbrite { background-color: #F16924 !important; } .si-scribd:hover, .si-colored.si-scribd { background-color: #666666 !important; } .si-stripe:hover, .si-colored.si-stripe { background-color: #008CDD !important; } .si-print:hover, .si-colored.si-print { background-color: #111 !important; } .si-dwolla:hover, .si-colored.si-dwolla { background-color: #FF5C03 !important; } .si-statusnet:hover, .si-colored.si-statusnet { background-color: #131A30 !important; } .si-acrobat:hover, .si-colored.si-acrobat { background-color: #D3222A !important; } .si-drupal:hover, .si-colored.si-drupal { background-color: #27537A !important; } .si-buffer:hover, .si-colored.si-buffer { background-color: #333333 !important; } .si-pocket:hover, .si-colored.si-pocket { background-color: #EE4056 !important; } .si-bitbucket:hover, .si-colored.si-bitbucket { background-color: #0E4984 !important; } .si-stackoverflow:hover, .si-colored.si-stackoverflow { background-color: #EF8236 !important; } .si-hackernews:hover, .si-colored.si-hackernews { background-color: #FF6600 !important; } .si-xing:hover, .si-colored.si-xing { background-color: #126567 !important; } .si-instagram:hover, .si-colored.si-instagram { background-color: #3F729B !important; } .si-quora:hover, .si-colored.si-quora { background-color: #A82400 !important; } .si-openid:hover, .si-colored.si-openid { background-color: #E16309 !important; } .si-steam:hover, .si-colored.si-steam { background-color: #111 !important; } .si-amazon:hover, .si-colored.si-amazon { background-color: #E47911 !important; } .si-disqus:hover, .si-colored.si-disqus { background-color: #E4E7EE !important; } .si-plancast:hover, .si-colored.si-plancast { background-color: #222 !important; } .si-appstore:hover, .si-colored.si-appstore { background-color: #000 !important; } .si-pinterest:hover, .si-colored.si-pinterest { background-color: #C8232C !important; } .si-fivehundredpx:hover, .si-colored.si-fivehundredpx { background-color: #111 !important; } .si-text-color.si-facebook i { color: #3B5998; } .si-text-color.si-delicious i { color: #205CC0; } .si-text-color.si-paypal i { color: #00588B; } .si-text-color.si-flattr i { color: #F67C1A; } .si-text-color.si-android i { color: #A4C639; } .si-text-color.si-smashmag i { color: #E53B2C; } .si-text-color.si-gplus i { color: #DD4B39; } .si-text-color.si-wikipedia i { color: #333; } .si-text-color.si-stumbleupon i { color: #F74425; } .si-text-color.si-foursquare i { color: #25A0CA; } .si-text-color.si-call i { color: #444; } .si-text-color.si-ninetyninedesigns i { color: #F26739; } .si-text-color.si-forrst i { color: #5B9A68; } .si-text-color.si-digg i { color: #191919; } .si-text-color.si-spotify i { color: #81B71A; } .si-text-color.si-reddit i { color: #C6C6C6; } .si-text-color.si-blogger i { color: #FC4F08; } .si-text-color.si-cc i { color: #688527; } .si-text-color.si-dribbble i { color: #EA4C89; } .si-text-color.si-evernote i { color: #5BA525; } .si-text-color.si-flickr i { color: #FF0084; } .si-text-color.si-google i { color: #DD4B39; } .si-text-color.si-instapaper i { color: #333; } .si-text-color.si-klout i { color: #FF5F52; } .si-text-color.si-linkedin i { color: #0E76A8; } .si-text-color.si-vk i { color: #2B587A; } .si-text-color.si-rss i { color: #EE802F; } .si-text-color.si-skype i { color: #00AFF0; } .si-text-color.si-twitter i { color: #00ACEE; } .si-text-color.si-youtube i { color: #C4302B; } .si-text-color.si-vimeo i { color: #86C9EF; } .si-text-color.si-aim i { color: #FCD20B; } .si-text-color.si-yahoo i { color: #720E9E; } .si-text-color.si-email3 i { color: #6567A5; } .si-text-color.si-macstore i { color: #333333; } .si-text-color.si-myspace i { color: #666666; } .si-text-color.si-podcast i { color: #E4B21B; } .si-text-color.si-cloudapp i { color: #525557; } .si-text-color.si-dropbox i { color: #3D9AE8; } .si-text-color.si-ebay i { color: #89C507; } .si-text-color.si-github i { color: #171515; } .si-text-color.si-googleplay i { color: #DD4B39; } .si-text-color.si-itunes i { color: #222; } .si-text-color.si-plurk i { color: #CF5A00; } .si-text-color.si-pinboard i { color: #0000E6; } .si-text-color.si-soundcloud i { color: #FF7700; } .si-text-color.si-tumblr i { color: #34526F; } .si-text-color.si-wordpress i { color: #1E8CBE; } .si-text-color.si-yelp i { color: #C41200; } .si-text-color.si-intensedebate i { color: #009EE4; } .si-text-color.si-eventbrite i { color: #F16924; } .si-text-color.si-scribd i { color: #666666; } .si-text-color.si-stripe i { color: #008CDD; } .si-text-color.si-print i { color: #111; } .si-text-color.si-dwolla i { color: #FF5C03; } .si-text-color.si-statusnet i { color: #131A30; } .si-text-color.si-acrobat i { color: #D3222A; } .si-text-color.si-drupal i { color: #27537A; } .si-text-color.si-buffer i { color: #333333; } .si-text-color.si-pocket i { color: #EE4056; } .si-text-color.si-bitbucket i { color: #0E4984; } .si-text-color.si-stackoverflow i { color: #EF8236; } .si-text-color.si-hackernews i { color: #FF6600; } .si-text-color.si-xing i { color: #126567; } .si-text-color.si-instagram i { color: #3F729B; } .si-text-color.si-quora i { color: #A82400; } .si-text-color.si-openid i { color: #E16309; } .si-text-color.si-steam i { color: #111; } .si-text-color.si-amazon i { color: #E47911; } .si-text-color.si-disqus i { color: #E4E7EE; } .si-text-color.si-plancast i { color: #222; } .si-text-color.si-appstore i { color: #000; } .si-text-color.si-pinterest i { color: #C8232C; } .si-text-color.si-fivehundredpx i { color: #111; } .si-text-color:hover { color: #FFF; } .toggle { display: block; position: relative; margin: 0 0 20px 0; } .toggle .togglet, .toggle .toggleta { display: block; position: relative; line-height: 24px; padding: 0 0 0 24px; margin: 0; font-size: 16px; font-weight: 700; color: #444; cursor: pointer; } .toggle .togglet i { position: absolute; top: 0; left: 0; width: 16px; text-align: center; font-size: 16px; line-height: 24px; } .toggle .toggleta { font-weight: bold; } .toggle .togglet i.toggle-open, .toggle .toggleta i.toggle-closed { display: none; } .toggle .toggleta i.toggle-open { display: block; } .toggle .togglet:not(.toggleta) span.toggle-open, .toggle .togglet.toggleta span.toggle-closed { display: none; } .toggle .togglet.toggleta span.toggle-open, .toggle .togglet:not(.toggleta) span.toggle-closed { display: block; } .toggle .togglec { display: block; position: relative; padding: 10px 0 0 24px; } .toggle.toggle-bg .togglet, .toggle.toggle-bg .toggleta { background-color: #EEE; line-height: 44px; padding: 0 0 0 36px; border-radius: 2px; } .toggle.toggle-bg .togglet i { left: 14px; line-height: 44px; } .toggle.toggle-bg .togglec { padding: 12px 0 0 36px; } .toggle.toggle-border { border: 1px solid #CCC; border-radius: 4px; } .toggle.toggle-border .togglet, .toggle.toggle-border .toggleta { line-height: 44px; padding: 0 15px 0 36px; } .toggle.toggle-border .togglet i { left: 14px; line-height: 44px; } .toggle.toggle-border .togglec { padding: 0 15px 15px 36px; } .faqs .toggle { border-bottom: 1px solid #EEE; padding-bottom: 12px; margin-bottom: 12px; } .faqs .toggle .togglet, .faqs .toggle .toggleta { font-size: 15px; } .faqs .toggle .togglet i { top: 1px; font-size: 14px; } .faqs .toggle .togglec { padding-bottom: 10px; } .accordion { margin-bottom: 20px; } .acctitle { display: block; position: relative; line-height: 24px; margin: 0; font-size: 14px; font-weight: bold; color: #444; cursor: pointer; border-top: 1px dotted #DDD; padding: 10px 0 10px 20px; } .acctitlec { cursor: auto; } .acctitle:first-child { border-top: none; } .acctitle i { position: absolute; top: 0; left: 0; width: 14px; text-align: center; font-size: 14px; line-height: 44px; } .acctitle i.acc-open, .acctitlec i.acc-closed { display: none; } .acctitlec i.acc-open { display: block; } .acc_content { position: relative; padding: 0 0 15px 20px; } .accordion.accordion-bg .acctitle, .accordion.accordion-bg .acctitlec { background-color: #EEE; line-height: 44px; padding: 0 0 0 36px; margin-bottom: 5px; border-top: 0; } .accordion.accordion-bg .acctitle i { left: 14px; line-height: 44px; } .accordion.accordion-bg .acc_content { padding: 10px 0 15px 36px; } .accordion.accordion-border { border: 1px solid #DDD; border-radius: 4px; } .accordion.accordion-border .acctitle, .accordion.accordion-border .acctitlec { border-color: #CCC; line-height: 44px; padding: 0 15px 0 36px; } .accordion.accordion-border .acctitle i { left: 14px; line-height: 44px; } .accordion.accordion-border .acc_content { padding: 0 15px 15px 36px; } .accordion.accordion-lg .acctitle { font-size: 23px; line-height: 44px; padding-left: 30px; font-weight: 400; } .accordion.accordion-lg .acctitle i { width: 20px; font-size: 20px; line-height: 64px; } .accordion.accordion-lg .acc_content { padding: 10px 0 30px 30px; } .tabs { position: relative; margin: 0 0 30px 0; } ul.tab-nav:not(.tab-nav-lg) { margin: 0; border-bottom: 1px solid #DDD; list-style: none; } ul.tab-nav:not(.tab-nav-lg) li { float: left; border: 1px solid #DDD; border-bottom: 0; border-left: 0; height: 35px; text-align: center; } ul.tab-nav:not(.tab-nav-lg) li:first-child { margin-left: 15px; border-left: 1px solid #DDD; } ul.tab-nav:not(.tab-nav-lg) li a { display: block; padding: 0 1rem; color: #444; height: 35px; line-height: 35px; background-color: #F2F2F2; font-size: .875rem; font-weight: 700; } ul.tab-nav:not(.tab-nav-lg) li.ui-tabs-active a { position: relative; top: 1px; background-color: #FFF; } .tabs.tabs-alt ul.tab-nav li { border-color: transparent; } .tabs.tabs-alt ul.tab-nav li:first-child { border-left: 0; } .tabs.tabs-alt ul.tab-nav li a { background-color: #FFF; } .tabs.tabs-alt ul.tab-nav li.ui-tabs-active a { border: 1px solid #DDD; border-bottom: 0; } .tabs.tabs-tb ul.tab-nav li.ui-tabs-active a { top: -1px; height: 43px; line-height: 38px; border-top: 2px solid #0073ff; } .tabs.tabs-alt.tabs-tb ul.tab-nav li.ui-tabs-active a { height: 42px; } .tabs.tabs-bb ul.tab-nav li { border: 0; margin: 0; } .tabs.tabs-bb ul.tab-nav li a { background-color: transparent; border-bottom: 2px solid transparent; } .tabs.tabs-bb ul.tab-nav li.ui-tabs-active a { border-bottom: 2px solid #0073ff; top: -2px; height: 44px; line-height: 44px; } ul.tab-nav.tab-nav2 { border-bottom: 0; } ul.tab-nav.tab-nav2 li { border: 0; margin-left: 10px; } ul.tab-nav.tab-nav2 li:first-child { margin-left: 0; border-left: 0; } ul.tab-nav.tab-nav2 li a { background-color: #F5F5F5; border-radius: 2px; box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1); } ul.tab-nav.tab-nav2 li.ui-state-active a { top: 0; background-color: #0073ff; color: #FFF; } ul.tab-nav-lg { margin-bottom: 20px; list-style: none; } ul.tab-nav-lg li { float: left; position: relative; text-align: center; padding: 15px; } ul.tab-nav-lg li a { display: inline-block; color: #444; font-family: 'Nunito', sans-serif; font-size: 13px; font-weight: bold; text-transform: uppercase; letter-spacing: 2px; } ul.tab-nav.tab-nav-lg li i { display: block; font-size: 28px; margin: 0 0 7px; } ul.tab-nav-lg li.ui-tabs-active a { color: #0073ff; } ul.tab-nav-lg.tab-nav-section li.ui-tabs-active:before, ul.tab-nav-lg.tab-nav-section li.ui-tabs-active:after { content: ''; position: absolute; z-index: 2; top: auto; bottom: -50px; border: solid transparent; } ul.tab-nav-lg.tab-nav-section li.ui-tabs-active:after { border-top-color: #FFF; border-width: 16px; left: 50%; margin-left: -16px; } ul.tab-nav-lg.tab-nav-section li.ui-tabs-active:before { border-top-color: #FFF; border-width: 16px; left: 50%; margin-left: -16px; } .tab-container { position: relative; padding: 2rem 0 0; } ul.tab-nav li a i { position: relative; top: 1px; font-size: 14px; margin-right: 3px; } .tabs-bordered ul.tab-nav li:first-child { margin-left: 0; } .tabs-bordered .tab-container { border: 1px solid #DDD; border-top: 0; padding: 20px; } .side-tabs ul.tab-nav { float: left; width: 200px; padding: 20px 0; border-bottom: 0; border-right: 1px solid #DDD; } .side-tabs ul.tab-nav li { float: none; border: 1px solid #DDD; border-right: 0; border-top: 0; height: auto; text-align: left; } .side-tabs ul.tab-nav li:first-child { margin-left: 0; border-top: 1px solid #DDD; border-left: 1px solid #DDD; } .side-tabs ul.tab-nav li a { height: auto; line-height: 44px; } .side-tabs ul.tab-nav li.ui-tabs-active a { top: 0; right: -1px; } .side-tabs .tab-container { overflow: hidden; padding: 15px 0 0 20px; } .ui-tabs .ui-tabs-hide { position: absolute !important; left: -10000px !important; display: block !important; } .side-tabs ul.tab-nav.tab-nav2 { border: 0; } .side-tabs ul.tab-nav.tab-nav2 li { border: 0; margin: 6px 0 0; } .side-tabs ul.tab-nav.tab-nav2 li:first-child { margin-top: 0; } .side-tabs ul.tab-nav.tab-nav2 li a { box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.1); } .side-tabs ul.tab-nav.tab-nav2 li.ui-state-active a { right: 0; } .tabs-bordered.side-tabs ul.tab-nav { position: relative; padding: 0; z-index: 2; margin-right: -1px; } .tabs-bordered.side-tabs ul.tab-nav li a { height: auto; line-height: 44px; } .tabs-bordered.side-tabs ul.tab-nav li.ui-tabs-active a { right: -1px; border-right: 1px solid #FFF; } .tabs-bordered.side-tabs .tab-container { overflow: hidden; padding: 20px; border-top: 1px solid #DDD; } .sidenav { width: 100%; padding: 0; background-color: #FFF; border-radius: 4px; } .sidenav li { list-style-type: none; } .sidenav li a { display: block; position: relative; margin: 0 0 -1px; padding: 11px 20px 11px 14px; font-size: 14px; border: 1px solid #E5E5E5; border-right-width: 2px; color: #666; } .sidenav > li:first-child > a { border-radius: 4px 4px 0 0; } .sidenav > li:last-child > a { border-radius: 0 0 4px 4px; border-bottom-width: 2px; } .sidenav > .ui-tabs-active > a, .sidenav > .ui-tabs-active > a:hover { position: relative; z-index: 2; border-color: rgba(0, 0, 0, 0.1) !important; color: #FFF !important; font-weight: 700; background-color: #0073ff !important; text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.2); } .sidenav li ul { display: none; } .sidenav li.ui-tabs-active ul { display: block; } .sidenav li li a { padding: 6px 20px 6px 35px; font-size: 14px; border-top: none; border-bottom: none; } .sidenav li li:first-child a { padding-top: 20px; } .sidenav li li:last-child a { padding-bottom: 20px; } .sidenav li i { position: relative; top: 1px; margin-right: 6px; font-size: 14px; text-align: center; width: 16px; } .sidenav .icon-chevron-right { position: absolute; width: 14px; height: 14px; top: 50%; left: auto; right: 6px; margin-top: -8px; margin-right: 0; opacity: .4; font-size: 12px !important; } .sidenav > li > a:hover { background-color: #F5F5F5; color: #222; } .sidenav a:hover .icon-chevron-right { opacity: .5; } .sidenav .ui-tabs-active .icon-chevron-right, .sidenav .ui-tabs-active a:hover .icon-chevron-right { opacity: 1; } .faqlist li { margin-bottom: 5px; font-size: 15px; } .faqlist li a { color: #444; } .faqlist li a:hover { color: #0073ff !important; } .clients-grid, .testimonials-grid { list-style: none; overflow: hidden; } .clients-grid li, .testimonials-grid li { float: left; position: relative; width: 20%; padding: 20px 0; -webkit-backface-visibility: hidden; backface-visibility: hidden; } .clients-grid.grid-2 li { width: 50%; padding: 25px 0; } .clients-grid.grid-3 li { width: 33.33%; } .clients-grid.grid-4 li { width: 25%; } .clients-grid.grid-6 li { width: 16.66%; } .clients-grid li a { opacity: 0.6; } body:not(.device-touch) .clients-grid li a { -webkit-transition: all .5s ease; -o-transition: all .5s ease; transition: all .5s ease; } .clients-grid li a:hover { opacity: 1; } .clients-grid li a, .clients-grid li img { display: block; width: 75%; margin-left: auto; margin-right: auto; } .clients-grid li a img { width: 100%; } .clients-grid li:before, .clients-grid li:after, .testimonials-grid li:before, .testimonials-grid li:after { content: ''; position: absolute; } .clients-grid li:before, .testimonials-grid li:before { height: 100%; top: 0; left: -1px; border-left: 1px dashed #DDD; } .clients-grid li:after, .testimonials-grid li:after { width: 100%; height: 0; top: auto; left: 0; bottom: -1px; border-bottom: 1px dashed #DDD; } .testimonials-grid li { width: 50%; padding: 25px; } .testimonials-grid.grid-3 li { width: 33.33%; } .testimonials-grid.grid-1 li { width: 100%; } .testimonials-grid li .testimonial { padding: 0; background-color: transparent !important; border: 0 !important; box-shadow: none !important; } .testimonial { position: relative; padding: 1.75rem 1.25rem; display: flex; flex-direction: column; align-items: center; background-color: #FFF; border-radius: .25rem; box-shadow: 0px 5px 20px #0000000d; } .testimonial .testi-image { display: block; width: 64px; height: 64px; margin-bottom: 1rem; border-radius: 100%; background-size: cover; background-position: center center; background-repeat: no-repeat; box-shadow: 0 0 0 5px #0073ff1a; } .testimonial .testi-image i { display: block; width: 64px; height: 64px; text-align: center; background-color: #EEE; border-radius: 50%; line-height: 64px; font-size: 28px; color: #888; text-shadow: 1px 1px 1px #FFF; } .testimonial .testi-content { position: relative; overflow: hidden; width: 100%; } .testimonial .testi-content p { margin-bottom: 0; font-family: 'Nunito', sans-serif; font-style: italic; font-size: .9375rem; max-height: 96px; min-height: 96px; color: #666; } .testimonial .testi-content p:before, .testimonial .testi-content p:after { content: '"'; } .testimonial .testi-meta { margin-top: .625rem; font-size: .8125rem; font-weight: bold; text-transform: uppercase; overflow: hidden; } .testimonial .testi-meta:before { content: '\2013'; } .testimonial .testi-meta span { display: block; font-weight: normal; color: #999; font-size: .75rem; text-transform: none; padding-left: 0; overflow: hidden; white-space: nowrap; text-overflow: ellipsis; } .testimonial .testi-meta span i { display: inline-block; margin-right: .25rem; } .testimonial.twitter-scroll .testi-content p:before, .testimonial.twitter-scroll .testi-content p:after, .testimonial.twitter-scroll .testi-meta:before { content: ''; } .testimonial.twitter-scroll .testi-meta span { padding-left: 0; } .testimonial.twitter-scroll .testi-meta span a { color: #999; } .testimonial.twitter-scroll .testi-meta span a:hover { color: #222; } .testimonial.testimonial-full { padding: 30px; } .testimonial.testimonial-full[data-animation="fade"] { padding: 30px; } .testimonial-full .testi-image { float: none; margin: 0 auto 20px; } .testimonial-full .testi-image, .testimonial-full .testi-image a, .testimonial-full .testi-image img, .testimonial-full .testi-image i { display: block; width: 72px; height: 72px; } .testimonial-full .testi-image i { line-height: 72px; } .testimonial-full .testi-content { text-align: center; font-size: 18px; } .testimonial-full .testi-meta { margin-top: 15px; } .testimonial-full .testi-meta span { padding-left: 0; } .section > .testimonial { padding: 0; background-color: transparent !important; border: 0 !important; box-shadow: none !important; max-width: 800px; margin: 0 auto; } .section > .testimonial[data-animation="fade"] { padding: 0; } .section > .testimonial .testi-content { font-size: 22px; } .section > .testimonial .testi-meta, .section > .testimonial .testi-meta span { font-size: 14px; } .pricing { position: relative; } .pricing [class^=col-] { padding: 0; margin-top: 20px; } .pricing-box { position: relative; border: 1px solid rgba(0, 0, 0, 0.075); border-radius: 3px; text-align: center; box-shadow: 0 1px 1px rgba(0, 0, 0, 0.1); background-color: #F5F5F5; } .pricing-title { padding: 15px 0; background-color: #F9F9F9; border-radius: 3px 3px 0 0; text-shadow: 1px 1px 1px #FFF; border-bottom: 1px solid rgba(0, 0, 0, 0.05); } .pricing-title h3 { margin: 0; font-size: 20px; letter-spacing: 1px; font-weight: bold; text-transform: uppercase; color: #555; } .pricing-title span { display: block; color: #999; font-weight: 300; font-size: 14px; margin-top: 3px; text-transform: uppercase; } .pricing-price { position: relative; padding: 25px 0; color: #333; font-weight: 300; font-size: 64px; line-height: 1; } .pricing-price:after { content: ''; position: absolute; width: 100px; border-top: 1px solid rgba(0, 0, 0, 0.1); top: auto; bottom: 0; left: 50%; margin-left: -50px; } .pricing-price span { display: inline-block; vertical-align: top; margin: 7px 3px 0 0; font-size: 28px; font-weight: normal; } .pricing-price span.price-tenure { vertical-align: baseline; font-size: 16px; font-weight: normal; color: #999; margin: 0 0 0 3px; } .pricing-features { border-bottom: 1px solid rgba(0, 0, 0, 0.075); } .pricing-features ul { margin: 0; padding: 15px 0; list-style: none; } .pricing-features li { padding: 6px 0; font-size: 14px; } .pricing-action { padding: 15px 30px; } .pricing-box.best-price { background-color: #FFF; box-shadow: 0 0 8px rgba(0, 0, 0, 0.1); z-index: 10; } .pricing-box.best-price { margin: -20px -1px 0 -1px; } .pricing-box.best-price .pricing-title { background-color: #FFF; padding: 20px 0; } .pricing-box.best-price .pricing-title h3 { font-size: 22px; } .pricing-box.best-price .pricing-price { color: #0073ff; font-size: 72px; } .pricing-box.pricing-minimal .pricing-price { background-color: #FFF; border-bottom: 1px solid rgba(0, 0, 0, 0.075); } .pricing-box.pricing-minimal .pricing-price:after { display: none; } .pricing.pricing-5 .pricing-box { float: left; width: 20%; margin-top: 20px; } .pricing.pricing-5 .pricing-box.best-price { margin-top: 0; } .pricing.pricing-5 .pricing-box:nth-child(5) { margin-left: -1px; } .pricing.pricing-5 .pricing-title h3 { font-size: 18px; } .pricing.pricing-5 .best-price .pricing-title h3 { font-size: 20px; } .pricing-box.pricing-extended { background-color: #FFF; text-align: left; } .pricing-box.pricing-extended .pricing-desc { float: left; width: 75%; padding: 25px; } .pricing-box.pricing-extended .pricing-title { background-color: transparent; padding-top: 0; text-align: left; } .pricing-box.pricing-extended .pricing-features { border: 0; } .pricing-box.pricing-extended .pricing-features ul { padding: 15px 0 0 0; } .pricing-box.pricing-extended .pricing-features li { padding: 6px 0; font-size: 15px; width: 50%; float: left; } .pricing-box.pricing-extended .pricing-features ul li i { position: relative; top: 1px; width: 16px; margin-right: 2px; } .pricing-box.pricing-extended .pricing-action-area { position: absolute; top: 0; left: auto; right: 0; width: 25%; height: 100%; border-left: 1px solid rgba(0, 0, 0, 0.05); background-color: #F9F9F9; padding: 30px; border-radius: 0 3px 3px 0; text-align: center; } .pricing-box.pricing-extended .pricing-action-area .pricing-price, .pricing-box.pricing-extended .pricing-action-area .pricing-action { padding: 0; } .pricing-box.pricing-extended .pricing-action-area .pricing-price { padding-bottom: 20px; } .pricing-box.pricing-extended .pricing-action-area .pricing-price:after { display: none; } .pricing-box.pricing-extended .pricing-action-area .pricing-price span.price-tenure { display: block; margin: 10px 0 0 0; font-weight: 300; text-transform: uppercase; font-size: 14px; } .pricing-box.pricing-extended .pricing-meta { color: #999; font-weight: 300; font-size: 14px; letter-spacing: 1px; text-transform: uppercase; padding-bottom: 10px; } .table-comparison, .table-comparison th { text-align: center; } .table-comparison th:first-child, .table-comparison td:first-child { text-align: left; font-weight: bold; } .counter { font-size: 42px; font-weight: 600; font-family: 'Nunito', sans-serif; } .counter.counter-small { font-size: 28px; } .counter.counter-large { font-size: 56px; } .counter.counter-xlarge { font-size: 64px; font-weight: 400; } .counter.counter-inherit { font-size: inherit; font-weight: inherit; } .counter+h5 { font-weight: 400; text-transform: uppercase; letter-spacing: 1px; margin-top: 10px; } .counter.counter-lined+h5:before { display: block; position: relative; margin: 20px auto 25px auto; content: ''; width: 15%; border-top: 2px solid #444; opacity: 0.9; } .counter.counter-small+h5 { font-size: 13px; } .counter.counter-large+h5, .counter.counter-xlarge+h5 { font-size: 15px; font-weight: 300; } .widget .counter+h5 { opacity: 0.7; } .rounded-skill { display: inline-block; margin: 0 15px 15px; display: inline-block; position: relative; text-align: center; font-size: 22px; font-weight: bold; color: #333; } body:not(.device-touch) .rounded-skill { -webkit-transition: opacity .4s ease; -o-transition: opacity .4s ease; transition: opacity .4s ease; } .rounded-skill+h5 { margin-bottom: 0; } .rounded-skill i { font-size: 42px; } .rounded-skill canvas { position: absolute; top: 0; left: 0; } .skills { margin: 0; list-style: none; padding-top: 25px; } .skills li { position: relative; margin-top: 38px; height: 4px; background-color: #F5F5F5; box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1); border-radius: 2px; } .skills li:first-child { margin-top: 0; } .skills li .progress { position: absolute; top: 0; left: 0; width: 0; height: 100%; background-color: #0073ff; overflow: visible !important; border-radius: 2px; -webkit-transition: width 1.2s ease-in-out; -o-transition: width 1.2s ease-in-out; transition: width 1.2s ease-in-out; } .skills li .progress-percent { position: absolute; top: -28px; right: 0; background-color: #333; color: #F9F9F9; text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.2); height: 22px; line-height: 22px; padding: 0px 5px; font-size: 11px; border-radius: 2px; } .skills li .progress-percent .counter { font-weight: 400; font-family: 'Nunito', sans-serif; } .progress-percent:after, .progress-percent:before { top: 100%; border: solid transparent; content: " "; height: 0; width: 0; position: absolute; pointer-events: none; } .progress-percent:after { border-top-color: #333; border-width: 4px; left: 50%; margin-left: -4px; } .progress-percent:before { border-top-color: #333; border-width: 5px; left: 50%; margin-left: -5px; } .skills li > span { position: absolute; z-index: 1; top: -23px; left: 0; line-height: 20px; font-size: 12px; font-weight: bold; text-transform: uppercase; color: #222; } blockquote p { margin-bottom: 15px; } blockquote { padding: 10px 20px; margin: 0 0 20px; font-size: 17px; border-left: 5px solid #EEE; } .blockquote-reverse { padding-right: 15px; padding-left: 0; border-right: 5px solid #EEE; border-left: 0; text-align: right; } blockquote.float-left { max-width: 300px; margin: 5px 20px 10px 0; padding-right: 0; } blockquote.float-right { max-width: 300px; margin: 5px 0 10px 20px; padding-left: 0; } .quote { border: none !important; position: relative; } .quote p { position: relative; } .quote:before { font-family: 'font-icons'; font-style: normal; font-weight: normal; font-variant: normal; content: "\e7ad"; position: absolute; width: 48px; height: 48px; line-height: 48px; font-size: 42px; top: 0; left: 0; color: #EEE; } .quote.blockquote-reverse:before { content: "\e7ae"; left: auto; right: 0; } .dropcap { float: left; font-size: 42px; line-height: 1; margin: 0 5px 0 0; text-transform: uppercase; } .highlight { padding: 2px 5px; background-color: #444; color: #FFF; border-radius: 2px; } .owl-carousel .animated { -webkit-animation-duration: 1000ms; animation-duration: 1000ms; -webkit-animation-fill-mode: both; animation-fill-mode: both; } .owl-carousel .owl-animated-in { z-index: 0; } .owl-carousel .owl-animated-out { z-index: 1; } .owl-carousel .fadeOut { -webkit-animation-name: fadeOut; animation-name: fadeOut; } @-webkit-keyframes fadeOut { 0% { opacity: 1; } 100% { opacity: 0; } } @keyframes fadeOut { 0% { opacity: 1; } 100% { opacity: 0; } } .owl-height { -webkit-transition: height 500ms ease-in-out; -o-transition: height 500ms ease-in-out; transition: height 500ms ease-in-out } .owl-carousel { display: none; -webkit-tap-highlight-color: transparent; position: relative; z-index: 1; width: 100%; } .owl-carousel .owl-stage { position: relative; -ms-touch-action: pan-Y; touch-action: pan-Y; } .owl-carousel .owl-stage:after { content: "."; display: block; clear: both; visibility: hidden; line-height: 0; height: 0 } .owl-carousel .owl-stage-outer { position: relative; overflow: hidden; -webkit-transform: translate3d(0, 0, 0); transform: translate3d(0, 0, 0); } .owl-carousel.owl-loaded { display: block } .owl-carousel.owl-loading { display: block; min-height: 100px; background: url('../img/preloader.gif') no-repeat center center } .owl-carousel .owl-refresh .owl-item { display: none } .owl-carousel .owl-item { position: relative; min-height: 1px; float: left; -webkit-tap-highlight-color: transparent; -webkit-touch-callout: none; } .owl-carousel .owl-item img { display: block; width: 100%; -webkit-transform-style: preserve-3d; transform-style: preserve-3d; } .slider-element .owl-carousel .owl-item img { -webkit-transform-style: preserve-3d; transform-style: preserve-3d; } .owl-carousel .owl-nav.disabled, .owl-carousel .owl-dots.disabled { display: none; } .owl-nav .owl-prev, .owl-nav .owl-next, .owl-dot, .owl-dots button { cursor: pointer; cursor: hand; padding: 0; border: 0; -webkit-user-select: none; -khtml-user-select: none; -moz-user-select: none; -ms-user-select: none; user-select: none; } .owl-carousel.owl-loaded { display: block; } .owl-carousel.owl-loading { opacity: 0; display: block; } .owl-carousel.owl-hidden { opacity: 0; } .mega-menu-content .owl-carousel.owl-hidden { opacity: 1; } .owl-carousel.owl-refresh .owl-item { display: none; } .owl-carousel.owl-drag .owl-item { -webkit-user-select: none; -moz-user-select: none; -ms-user-select: none; user-select: none; } .owl-carousel.owl-grab { cursor: move; cursor: -webkit-grab; cursor: -o-grab; cursor: -ms-grab; cursor: grab; } .owl-carousel.owl-rtl { direction: rtl; } .owl-carousel.owl-rtl .owl-item { float: right; } .no-js .owl-carousel { display: block; } .owl-carousel .owl-item .owl-lazy { opacity: 0; -webkit-transition: opacity 400ms ease; -o-transition: opacity 400ms ease; transition: opacity 400ms ease } .owl-carousel .owl-item img { transform-style: preserve-3d } .owl-carousel .owl-video-wrapper { position: relative; height: 100%; background: #111 } .owl-carousel .owl-video-play-icon { position: absolute; height: 64px; width: 64px; left: 50%; top: 50%; margin-left: -32px; margin-top: -32px; background: url("../img/icons/play.png") no-repeat; cursor: pointer; z-index: 1; -webkit-backface-visibility: hidden; backface-visibility: hidden; -webkit-transition: scale 100ms ease; -o-transition: scale 100ms ease; transition: scale 100ms ease; } .owl-carousel .owl-video-play-icon:hover { -webkit-transition: scale(1.3, 1.3); -o-transition: scale(1.3, 1.3); transition: scale(1.3, 1.3) } .owl-carousel .owl-video-playing .owl-video-play-icon, .owl-carousel .owl-video-playing .owl-video-tn { display: none } .owl-carousel .owl-video-tn { opacity: 0; height: 100%; background-position: center center; background-repeat: no-repeat; -webkit-background-size: contain; -moz-background-size: contain; -o-background-size: contain; background-size: contain; -webkit-transition: opacity 400ms ease; -o-transition: opacity 400ms ease; transition: opacity 400ms ease } .owl-carousel .owl-video-frame { position: relative; z-index: 1; height: 100%; width: 100%; } .owl-carousel .owl-dots, .owl-carousel .owl-nav { text-align: center; -webkit-tap-highlight-color: transparent; line-height: 1; } .owl-carousel .owl-nav [class*=owl-] { position: absolute; top: 50%; margin-top: -18px; left: -36px; zoom: 1; width: 36px; height: 36px; line-height: 36px; color: #666; background-color: #FFF; font-size: .875rem; border-radius: 50%; opacity: 0; box-shadow: 0px 5px 20px #0000000d; -webkit-transition: all .3s ease; -o-transition: all .3s ease; transition: all .3s ease; } .owl-carousel.with-carousel-dots .owl-nav [class*=owl-] { margin-top: -38px; } .slider-element .owl-nav [class*=owl-], .owl-carousel-full .owl-nav [class*=owl-] { margin-top: -30px; left: 0 !important; height: 60px; line-height: 60px; border: none; color: #EEE; background-color: rgba(0, 0, 0, 0.4); font-size: 28px; border-radius: 0 3px 3px 0; } .owl-carousel-full .with-carousel-dots .owl-nav [class*=owl-] { margin-top: -50px; } .owl-carousel .owl-nav .owl-next { left: auto; right: -36px; } .slider-element .owl-nav .owl-next, .owl-carousel-full .owl-nav .owl-next { left: auto !important; right: 0 !important; border-radius: 3px 0 0 3px; } .owl-carousel:hover .owl-nav [class*=owl-] { opacity: 1; left: -18px; } .owl-carousel:hover .owl-nav .owl-next { left: auto; right: -18px; } .owl-carousel .owl-nav [class*=owl-]:hover { background-color: #0073ff !important; color: #FFF !important; text-decoration: none; } .owl-carousel .owl-nav .disabled { display: none !important; } .owl-carousel .owl-dots .owl-dot { display: inline-block; zoom: 1; width: 8px; height: 8px; margin: 30px 4px 0 4px; opacity: 0.5; border-radius: 50%; background-color: #0073ff; -webkit-transition: all .3s ease; -o-transition: all .3s ease; transition: all .3s ease; } .owl-carousel .owl-dots .owl-dot.active, .owl-carousel .owl-dots .owl-dot:hover { opacity: 1; } .flip-card { -webkit-transform-style: preserve-3d; transform-style: preserve-3d; -webkit-perspective: 1000px; perspective: 1000px; } .flip-card-front, .flip-card-back { background-size: cover; background-position: center; -webkit-transition: -webkit-transform 0.7s cubic-bezier(0.4, 0.2, 0.2, 1); transition: -webkit-transform 0.7s cubic-bezier(0.4, 0.2, 0.2, 1); -o-transition: transform 0.7s cubic-bezier(0.4, 0.2, 0.2, 1); transition: transform 0.7s cubic-bezier(0.4, 0.2, 0.2, 1); transition: transform 0.7s cubic-bezier(0.4, 0.2, 0.2, 1), -webkit-transform 0.7s cubic-bezier(0.4, 0.2, 0.2, 1); -webkit-backface-visibility: hidden; backface-visibility: hidden; width: 100%; height: 280px; border-radius: 6px; color: #FFF; font-size: 1.5rem; } .flip-card-back { background-color: #666; } .flip-card-front.no-after:after, .flip-card-back.no-after:after { content: none } .flip-card-front:after, .flip-card-back:after { position: absolute; top: 0; left: 0; z-index: 1; width: 100%; height: 100%; content: ""; display: block; opacity: 0.6; background-color: #000; -webkit-backface-visibility: hidden; backface-visibility: hidden; border-radius: 6px; } .flip-card:hover .flip-card-front, .flip-card:hover .flip-card-back { -webkit-transition: -webkit-transform 0.7s cubic-bezier(0.4, 0.2, 0.2, 1); transition: -webkit-transform 0.7s cubic-bezier(0.4, 0.2, 0.2, 1); -o-transition: transform 0.7s cubic-bezier(0.4, 0.2, 0.2, 1); transition: transform 0.7s cubic-bezier(0.4, 0.2, 0.2, 1); transition: transform 0.7s cubic-bezier(0.4, 0.2, 0.2, 1), -webkit-transform 0.7s cubic-bezier(0.4, 0.2, 0.2, 1); } .flip-card-back { position: absolute; top: 0; left: 0; width: 100%; } .flip-card-inner { -webkit-transform: translateY(-50%) translateZ(60px) scale(0.94); transform: translateY(-50%) translateZ(60px) scale(0.94); top: 50%; position: absolute; left: 0; width: 100%; padding: 2rem; -webkit-box-sizing: border-box; box-sizing: border-box; outline: 1px solid transparent; -webkit-perspective: inherit; perspective: inherit; z-index: 2; } .flip-card-back { -webkit-transform: rotateY(180deg); transform: rotateY(180deg); -webkit-transform-style: preserve-3d; transform-style: preserve-3d; } .flip-card-front, .flip-card:hover .flip-card-back { -webkit-transform: rotateY(0deg); transform: rotateY(0deg); -webkit-transform-style: preserve-3d; transform-style: preserve-3d; } .flip-card:hover .flip-card-front { -webkit-transform: rotateY(-180deg); transform: rotateY(-180deg); -webkit-transform-style: preserve-3d; transform-style: preserve-3d; } .top-to-bottom .flip-card-back { -webkit-transform: rotateX(180deg); transform: rotateX(180deg); -webkit-transform-style: preserve-3d; transform-style: preserve-3d; } .top-to-bottom .flip-card-front, .top-to-bottom:hover .flip-card-back { -webkit-transform: rotateX(0deg); transform: rotateX(0deg); -webkit-transform-style: preserve-3d; transform-style: preserve-3d; } .top-to-bottom:hover .flip-card-front { -webkit-transform: rotateX(-180deg); transform: rotateX(-180deg); -webkit-transform-style: preserve-3d; transform-style: preserve-3d; } .flip-card-inner span { font-size: 18px; line-height: 20px; font-weight: 300; } .flip-card-inner p { position: relative; font-size: 16px; margin-bottom: 0; color: rgba(255, 255, 255, 0.7); } .overlay { position: absolute; top: 0; left: 0; width: 100%; height: 100%; } .overlay .overlay-wrap, .text-overlay { opacity: 0; position: relative; width: 100%; height: 100%; background-color: rgba(0, 0, 0, 0.6); } body:not(.device-touch) .overlay .overlay-wrap, body:not(.device-touch) .text-overlay { -webkit-transition: all .3s ease-in-out; -o-transition: all .3s ease-in-out; transition: all .3s ease-in-out; } .overlay .overlay-wrap i { position: absolute; opacity: 0.8; font-size: 24px; line-height: 1; width: 24px; height: 24px; text-align: center; top: 50%; margin-top: -12px; left: 50%; margin-left: -12px; color: #FFF; } .overlay:hover .overlay-wrap, .overlay:hover .text-overlay { opacity: 1; } .text-overlay { position: absolute; opacity: 0.85; top: auto; bottom: 0; height: auto; padding: 40px 15px 15px; text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.3); background: -moz-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.85) 100%); background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(0, 0, 0, 0)), color-stop(100%, rgba(0, 0, 0, 0.85))); background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.85) 100%); background: -o-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.85) 100%); background: -ms-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.85) 100%); background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.85) 100%); filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#a6000000', GradientType=0); backface-visibility: hidden; } .text-overlay-title h2, .text-overlay-title h3, .text-overlay-title h4 { margin: 0; color: #F5F5F5; } .text-overlay-title h2 { font-size: 28px; } .text-overlay-title h3 { font-size: 17px; font-weight: 600; } .text-overlay-title h2, .text-overlay-title h3, .text-overlay-title h4, .text-overlay-meta { max-width: 100%; text-overflow: ellipsis; white-space: nowrap; overflow: hidden; } .text-overlay-meta { color: #CCC; font-size: 13px; } .text-overlay-meta span i { position: relative; top: 1px; font-size: 14px; } .news-carousel .text-overlay { padding: 40px 30px 25px; } .news-carousel .text-overlay-title { margin: 15px 0 10px; } .news-carousel .text-overlay-title h2, .news-carousel .text-overlay-title h3, .news-carousel .text-overlay-title h4 { line-height: 1.2; text-overflow: none; white-space: normal; } .news-carousel .text-overlay-meta { font-size: 14px; } .news-carousel .rounded-skill { position: absolute; margin: 0 !important; top: 30px; right: 30px; color: #FFF; font-weight: 700; } .form-control { border-radius: 0; border: 1px solid #d1d1d1; } .form-control:active, .form-control:focus { border-color: #999; box-shadow: none; } label { display: inline-block; font-size: .875rem; font-weight: 700; font-family: 'Nunito', sans-serif; text-transform: uppercase; color: #555; margin-bottom: 10px; cursor: pointer; } label.label-muted { color: #999; font-weight: normal; margin-right: 5px; } #contact-form-overlay, #contact-form-overlay-mini { position: relative; max-width: 800px; background-color: #FFF; padding: 40px; margin: 0 auto; z-index: 10; border-radius: 4px; box-shadow: 0 1px 10px rgba(0, 0, 0, 0.15); } #contact-form-overlay-mini { float: right; width: 380px; margin: 0; } label.error { margin-top: 5px; color: #E42C3E; font-weight: 400; } label.error { display: none !important; } .show-error-msg+label.error { display: block !important; } input[type=checkbox]:not(:checked)+label.error { display: block !important; } .form-control.error { border-color: #E42C3E; } #google-map { position: relative; width: 100%; height: 450px; } .gmap img { max-width: none !important; } .gm-style .gm-style-iw h3 span { font-size: inherit; font-family: inherit; } #map-overlay { position: relative; padding: 100px 0; } #map-overlay #google-map { position: absolute; height: 100%; top: 0; left: 0; } #content .cse .gsc-control-cse, #content .gsc-control-cse, #content .gsc-above-wrapper-area, #content .gsc-adBlock, #content .gsc-thumbnail-inside, #content .gsc-url-top, #content .gsc-table-result, #content .gsc-webResult, #content .gsc-result { padding: 0 !important; } #content .gsc-selected-option-container { width: auto !important; } #content .gsc-result-info { padding-left: 0 !important; } #content .gsc-above-wrapper-area-container, #content .gsc-table-result { margin-bottom: 10px; } #content .gcsc-branding { display: none; } #content .gsc-results, #content .gsc-webResult { width: 100% !important; } #content .gs-no-results-result .gs-snippet, #content .gs-error-result .gs-snippet { margin: 0 !important; } .title-block { padding: 2px 0 3px 20px; border-left: 7px solid #0073ff; margin-bottom: 30px; } .title-block-right { padding: 2px 20px 3px 0; border-left: 0; border-right: 7px solid #0073ff; text-align: right; } .title-block h1, .title-block h2, .title-block h3, .title-block h4 { margin-bottom: 0; } .title-block > span { display: block; margin-top: 4px; color: #555; font-weight: 300; } .title-block h1+span { font-size: 22px; } .title-block h2+span { font-size: 19px; } .title-block h3+span { font-size: 17px; } .title-block h4+span { font-size: 15px; margin-top: 3px; } .heading-block { margin-bottom: 50px; } .heading-block h1, .heading-block h2, .heading-block h3, .heading-block h4, .emphasis-title h1, .emphasis-title h2 { margin-bottom: 0; font-weight: 700; text-transform: uppercase; letter-spacing: 1px; color: #333; } .emphasis-title h1, .emphasis-title h2 { font-weight: 400; letter-spacing: 0; text-transform: none; } .heading-block h1 { font-size: 32px; } .heading-block h2 { font-size: 30px; } .heading-block h3 { font-size: 26px; } .heading-block h4 { font-size: 20px; font-weight: 700; } .heading-block > span:not(.before-heading) { display: block; margin-top: 10px; font-weight: 300; color: #777; } .heading-block .before-heading { margin-bottom: 7px; } .heading-block.center > span, .heading-block.title-center > span, .center .heading-block > span { max-width: 700px; margin-left: auto; margin-right: auto; } .heading-block h1+span { font-size: 24px; } .heading-block h2+span { font-size: 22px; } .heading-block h3+span, .heading-block h4+span { font-size: 20px; } .heading-block~p:not(.lead) { font-size: 15px; } .heading-block:after { content: ''; display: block; margin-top: 30px; width: 40px; border-top: 2px solid #444; } .center .heading-block:after, .heading-block.center:after, .heading-block.title-center:after { margin: 30px auto 0; } .tright .heading-block, .heading-block.tright, .heading-block.title-right { direction: rtl; } .heading-block.noborder:after, .heading-block.nobottomborder:after { display: none; } .heading-block.border-color:after { border-color: #0073ff; } .emphasis-title { margin: 0 0 50px; } .emphasis-title h1, .emphasis-title h2 { font-size: 64px; letter-spacing: -2px; } .emphasis-title h1 strong, .emphasis-title h2 strong { font-weight: 700; } .fancy-title { position: relative; margin-bottom: 30px; } .fancy-title h1, .fancy-title h2, .fancy-title h3, .fancy-title h4, .fancy-title h5, .fancy-title h6 { position: relative; display: inline-block; background-color: #FFF; padding-right: 15px; margin-bottom: 0; } .fancy-title h4, .fancy-title h5, .fancy-title h6 { padding-right: 10px; } .fancy-title.title-double-border:before, .fancy-title.title-border:before, .fancy-title.title-border-color:before { content: ''; position: absolute; width: 100%; height: 0; border-top: 3px double #E5E5E5; left: auto; top: 46%; right: 0; } .fancy-title.title-border:before { top: 49%; border-top: 1px solid #EEE; } .fancy-title.title-border-color:before { top: 49%; border-top: 1px solid #0073ff; opacity: 0.6; } .title-center { text-align: center; } .title-center h1, .title-center h2, .title-center h3 { padding: 0 15px; } .title-center h4, .title-center h5, .title-center h6 { padding: 0 10px; } .title-right { text-align: right; } .title-right h1, .title-right h2, .title-right h3 { padding: 0 0 0 15px; } .title-right h4, .title-right h5, .title-right h6 { padding: 0 0 0 10px; } .fancy-title.title-bottom-border h1, .fancy-title.title-bottom-border h2, .fancy-title.title-bottom-border h3, .fancy-title.title-bottom-border h4, .fancy-title.title-bottom-border h5, .fancy-title.title-bottom-border h6 { display: block; background: transparent; padding: 0 0 10px; border-bottom: 2px solid #0073ff; } .fancy-title.title-dotted-border { background: url('../img/icons/dotted.png') repeat-x center; } .before-heading { display: block; margin: 0 0 5px; font-size: 16px; font-family: 'Nunito', sans-serif; font-style: italic; font-weight: 400; color: #999; } .divider { position: relative; overflow: hidden; margin: 35px 0; color: #E5E5E5; width: 100%; } .divider.divider-margin { margin: 70px 0; } .divider:after, .divider.divider-center:before, .divider.divider-center.divider-short:before { content: ''; position: absolute; width: 100%; top: 8px; left: 30px; height: 0; border-top: 1px solid #EEE; } .divider.divider-thick:after, .divider.divider-center.divider-thick:before, .divider.divider-center.divider-short.divider-thick:before { border-top-width: 3px; } .divider.divider-short:after { width: 30%; } .divider.divider-vshort:after { width: 12%; } .divider i { position: relative; width: 18px; height: 18px; line-height: 1; font-size: 18px !important; text-align: center; } .divider a { position: relative; display: inline-block; color: inherit; -webkit-transition: all .3s ease; -o-transition: all .3s ease; transition: all .3s ease; } .divider a:hover { color: #888; } .divider.divider-right { text-align: right; } .divider.divider-right:after { left: auto; right: 30px; } .divider.divider-center, .divider.divider-center.divider-short { text-align: center; } .divider.divider-center:before { left: -50% !important; right: 0; margin-left: -20px; } .divider.divider-center:after { left: 50% !important; right: 0; margin-left: 20px; } .divider.divider-center.divider-short:before { left: auto !important; right: 50%; margin-right: 20px; width: 15%; } .divider.divider-center.divider-short:after { left: 50% !important; right: auto !important; margin-left: 20px; width: 15%; } .divider.divider-center.divider-vshort:before, .divider.divider-center.divider-vshort:after { width: 6%; } .divider.divider-rounded { color: #BBB; } .divider.divider-rounded:after, .divider.divider-rounded.divider-center:before, .divider.divider-rounded.divider-short:before, .divider.divider-border:after, .divider.divider-border.divider-center:before, .divider.divider-border.divider-short:before { top: 19px; left: 40px; } .divider.divider-rounded i, .divider.divider-border i { width: 40px; height: 40px; line-height: 40px; background-color: #F5F5F5; border-radius: 50%; } .divider.divider-rounded.divider-right:after, .divider.divider-border.divider-right:after { left: auto; right: 40px; } .divider.divider-border { color: #E5E5E5; } .divider.divider-border i { line-height: 38px; background-color: transparent; border: 1px solid #EEE; } .divider.divider-line:before, .divider.divider-line:after { margin-left: 0 !important; margin-right: 0 !important; } .top-advert { float: right; padding: 5px; border-left: 1px solid #EEE; border-right: 1px solid #EEE; } .top-advert a, .top-advert img { display: block; } #gotoTop { display: none; z-index: 299; position: fixed; width: 32px; height: 32px; background-color: #333; background-color: rgba(0, 0, 0, 0.3); font-size: .875rem; line-height: 32px; text-align: center; color: #fff; top: auto; left: auto; right: 30px; bottom: 50px; cursor: pointer; border-radius: .25rem; } body:not(.device-touch) #gotoTop { transition: background-color .2s linear; -webkit-transition: background-color .2s linear; -o-transition: background-color .2s linear; } .stretched #gotoTop { bottom: 30px; } #gotoTop:hover { background-color: #0073ff; } .error404 { display: block; font-size: 216px; font-weight: 700; color: #DDD; line-height: 1.35; letter-spacing: 4px; } .error404-wrap .container { z-index: 7; } .error404-wrap .error404 { line-height: 0.9; margin-bottom: 40px; font-weight: bold; font-size: 244px; color: #FFF !important; opacity: 0.2; text-shadow: 1px 1px 5px rgba(0, 0, 0, 0.4); } .error404-wrap .heading-block h4 { font-weight: 300; margin-bottom: 8px; } .error404-wrap .heading-block span { font-size: 17px; } .error404-wrap form { max-width: 500px; } .landing-wide-form { background: rgba(0, 0, 0, 0.3); padding: 30px; border-radius: 3px; } .landing-form-overlay { position: absolute; z-index: 10; top: auto; left: auto; right: 0; bottom: -154px; background-color: rgba(0, 0, 0, 0.6); border-radius: 3px 3px 0 0; } .landing-video { z-index: 1; width: 560px; height: 315px; margin: 22px 0 0 95px; overflow: hidden; } .preloader, .preloader2, .form-process { display: block; width: 100%; height: 100%; background: url("../img/preloader.gif") center center no-repeat #FFF; } .preloader2 { background-color: transparent; } .form-process { display: none; position: absolute; z-index: 3; background-color: rgba(255, 255, 255, 0.7); } .toast-title { font-weight: bold; } .toast-message { -ms-word-wrap: break-word; word-wrap: break-word; } .toast-message a, .toast-message label { color: #FFFFFF; } .toast-message a:hover { color: #CCCCCC; text-decoration: none; } .toast-close-button { position: relative; right: -0.3em; top: -0.3em; float: right; font-size: 20px; font-weight: bold; color: #FFFFFF; -webkit-text-shadow: 0 1px 0 #ffffff; text-shadow: 0 1px 0 #ffffff; opacity: 0.8; -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=80); filter: alpha(opacity=80); line-height: 1; } .toast-close-button:hover, .toast-close-button:focus { color: #000000; text-decoration: none; cursor: pointer; opacity: 0.4; -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=40); filter: alpha(opacity=40); } .rtl .toast-close-button { left: -0.3em; float: left; right: 0.3em; } button.toast-close-button { padding: 0; cursor: pointer; background: transparent; border: 0; -webkit-appearance: none; } .toast-top-center { top: 0; right: 0; width: 100%; } .toast-bottom-center { bottom: 0; right: 0; width: 100%; } .toast-top-full-width { top: 0; right: 0; width: 100%; } .toast-bottom-full-width { bottom: 0; right: 0; width: 100%; } .toast-top-left { top: 12px; left: 12px; } .toast-top-right { top: 12px; right: 12px; } .toast-bottom-right { right: 12px; bottom: 12px; } .toast-bottom-left { bottom: 12px; left: 12px; } #toast-container { position: fixed; z-index: 999999; pointer-events: none; } #toast-container * { -moz-box-sizing: border-box; -webkit-box-sizing: border-box; box-sizing: border-box; } #toast-container > div { position: relative; pointer-events: auto; overflow: hidden; margin: 0 0 6px; padding: 20px 25px; width: 300px; -moz-border-radius: 3px 3px 3px 3px; -webkit-border-radius: 3px 3px 3px 3px; border-radius: 3px 3px 3px 3px; background-repeat: no-repeat; -moz-box-shadow: 0 0 12px #999999; -webkit-box-shadow: 0 0 12px #999999; box-shadow: 0 0 12px #999999; color: #FFFFFF; opacity: 0.8; -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=80); filter: alpha(opacity=80); } #toast-container > div.rtl { direction: rtl; } #toast-container > div:hover { -moz-box-shadow: 0 0 12px #000000; -webkit-box-shadow: 0 0 12px #000000; box-shadow: 0 0 12px #000000; opacity: 1; -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100); filter: alpha(opacity=100); cursor: pointer; } #toast-container.toast-top-center > div, #toast-container.toast-bottom-center > div { width: 300px; margin-left: auto; margin-right: auto; } #toast-container.toast-top-full-width > div, #toast-container.toast-bottom-full-width > div { width: 96%; margin-left: auto; margin-right: auto; } .toast { background-color: #030303; } .toast-success { background-color: #51A351; } .toast-error { background-color: #BD362F; } .toast-info { background-color: #2F96B4; } .toast-warning { background-color: #F89406; } .toast-progress { position: absolute; left: 0; bottom: 0; height: 4px; background-color: #000000; opacity: 0.4; -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=40); filter: alpha(opacity=40); } @media all and (max-width: 240px) { #toast-container > div { padding: 10px 15px; width: 11em; } #toast-container .toast-close-button { right: -0.2em; top: -0.2em; } #toast-container .rtl .toast-close-button { left: -0.2em; right: 0.2em; } } @media all and (min-width: 241px) and (max-width: 480px) { #toast-container > div { padding: 10px 15px; width: 18em; } #toast-container .toast-close-button { right: -0.2em; top: -0.2em; } #toast-container .rtl .toast-close-button { left: -0.2em; right: 0.2em; } } @media all and (min-width: 481px) and (max-width: 768px) { #toast-container > div { padding: 15px 20px; width: 25em; } } #footer { position: relative; background-color: #303030; color: #c0c0c0; } .device-xl.sticky-footer #top-bar, .device-lg.sticky-footer #top-bar { z-index: 299; } .device-xl.sticky-footer #header, .device-lg.sticky-footer #header { z-index: 199; } .device-xl.sticky-footer #slider:not(.slider-parallax-invisible), .device-xl.sticky-footer #page-submenu, .device-xl.sticky-footer #page-title, .device-xl.sticky-footer #content, .device-lg.sticky-footer #slider:not(.slider-parallax-invisible), .device-lg.sticky-footer #page-submenu, .device-lg.sticky-footer #page-title, .device-lg.sticky-footer #content { z-index: 2; } .device-xl.sticky-footer #footer, .device-lg.sticky-footer #footer { position: fixed; top: auto; bottom: 0; left: 0; width: 100%; z-index: 1; } .device-xl.sticky-footer:not(.stretched) #footer, .device-lg.sticky-footer:not(.stretched) #footer { left: 50%; margin-left: -610px; width: 1220px; } .device-lg.sticky-footer:not(.stretched) #footer { margin-left: -500px; width: 1000px; } #footer .footer-widgets-wrap { position: relative; padding: 80px 0; } #copyrights { padding: 40px 0; background-color: #DDD; font-size: 14px; line-height: 1.8; } #copyrights i.footer-icon { position: relative; top: 1px; font-size: 14px; width: 14px; text-align: center; margin-right: 3px; } .copyright-links a { display: inline-block; margin: 0 3px; color: #333; border-bottom: 1px dotted #444; } .copyright-links a:hover { color: #555; border-bottom: 1px solid #666; } .copyrights-menu { margin-bottom: 10px; } .copyrights-menu a { font-size: 14px; margin: 0 10px; border-bottom: 0 !important; } #copyrights a:first-child { margin-left: 0; } #copyrights .tright a:last-child { margin-right: 0; } .footer-logo { display: block; margin-bottom: 0; } .widget { position: relative; margin-top: 50px; } .widget p { line-height: 1.7; } .sidebar-widgets-wrap .widget { padding-top: 50px; border-top: 1px solid #EEE; } .widget:first-child { margin-top: 0; } .sidebar-widgets-wrap .widget:first-child { padding-top: 0; border-top: 0; } .widget > h4 { margin-bottom: 25px; font-size: 15px; font-weight: 600; letter-spacing: 2px; text-transform: uppercase; } .sidebar-widgets-wrap .widget > h4 { letter-spacing: 1px; } .widget p:not(.lead) { font-size: 14px; } .tagcloud { margin-bottom: -2px; } .tagcloud a { display: block; float: left; margin-right: 4px; margin-bottom: 4px; padding: 3px 6px; border: 1px solid #E5E5E5; font-size: 13px !important; color: #666; border-radius: 2px; } body:not(.device-touch) .tagcloud a { -webkit-transition: all .3s ease-in-out; -o-transition: all .3s ease-in-out; transition: all .3s ease-in-out; } .tagcloud a:hover { border-color: #0073ff !important; color: #0073ff !important; } .widget_nav_menu ul, .widget_nav_menu li, .widget_links ul, .widget_links li, .widget_meta ul, .widget_meta li, .widget_archive ul, .widget_archive li, .widget_recent_comments ul, .widget_recent_comments li, .widget_recent_entries ul, .widget_recent_entries li, .widget_categories ul, .widget_categories li, .widget_pages ul, .widget_pages li, .widget_rss ul, .widget_rss li { list-style: none; margin: 0; } .widget_nav_menu li, .widget_links li, .widget_meta li, .widget_archive li, .widget_recent_comments li, .widget_recent_entries li, .widget_categories li, .widget_pages li, .widget_rss li { padding: 4px; } .widget_nav_menu li a, .widget_links li a, .widget_meta li a, .widget_archive li a, .widget_recent_entries li a, .widget_categories li a, .widget_pages li a, .widget_rss li a, .widget_recent_comments li { display: inline-block; padding: 0 3px 0 12px; } .widget_recent_comments li { display: block; background: url("../img/icons/widget-comment.png") left top no-repeat; padding: 4px 0 4px 20px; } .widget_nav_menu li a, .widget_links li a, .widget_meta li a, .widget_archive li a, .widget_recent_entries li a, .widget_categories li a, .widget_pages li a, .widget_rss li a, .widget_recent_comments li a { background: url("../img/icons/widget-link.png") left top no-repeat; border: none !important; color: #444; font-size: 14px; } .widget_nav_menu li a:hover, .widget_links li a:hover, .widget_meta li a:hover, .widget_archive li a:hover, .widget_recent_entries li a:hover, .widget_categories li a:hover, .widget_pages li a:hover, .widget_rss li a:hover, .widget_recent_comments li a:hover { color: #000; } .widget_recent_comments li a { display: inline; padding: 0; background: none !important; } .widget_nav_menu > ul > li:first-child, .widget_links > ul > li:first-child, .widget_meta > ul > li:first-child, .widget_archive > ul > li:first-child, .widget_recent_comments > ul > li:first-child, .widget_recent_entries > ul > li:first-child, .widget_categories > ul > li:first-child, .widget_pages > ul > li:first-child, .widget_rss > ul > li:first-child { border-top: 0 !important; } .widget_nav_menu > ul, .widget_links > ul, .widget_meta > ul, .widget_archive > ul, .widget_recent_comments > ul, .widget_recent_entries > ul, .widget_categories > ul, .widget_pages > ul, .widget_rss > ul { margin-top: -4px !important; } .widget_nav_menu ul ul, .widget_links ul ul, .widget_meta ul ul, .widget_archive ul ul, .widget_recent_comments ul ul, .widget_recent_entries ul ul, .widget_categories ul ul, .widget_pages ul ul, .widget_rss ul ul { margin-left: 15px; } .widget .testimonial.no-image .testi-image { display: none; } .widget .testimonial.twitter-scroll .testi-image { margin-right: 10px; } .widget .testimonial:not(.twitter-scroll) .testi-image, .widget .testimonial:not(.twitter-scroll) .testi-image a, .widget .testimonial:not(.twitter-scroll) .testi-image img { width: 42px; height: 42px; } .widget .testimonial.twitter-scroll .testi-image, .widget .testimonial.twitter-scroll .testi-image a, .widget .testimonial.twitter-scroll .testi-image img, .widget .testimonial.twitter-scroll .testi-image i { width: 28px; height: 28px; } .widget .testimonial.twitter-scroll .testi-image i { background-color: #EEE; line-height: 28px; font-size: 14px; color: #888; } .widget .testimonial p { font-size: 14px; } .quick-contact-widget.form-widget .form-control, .quick-contact-widget.form-widget .input-group { margin-bottom: 10px; } .quick-contact-widget.form-widget .input-group .form-control { margin-bottom: 0; } .quick-contact-widget.form-widget form, #template-contactform { position: relative; } .subscribe-widget h5 { font-weight: 300; font-size: 14px; line-height: 1.5; } .widget-twitter-feed li { margin: 15px 0 0 0; } .widget-twitter-feed li:first-child { margin-top: 0; } .widget-twitter-feed small { display: block; margin-top: 3px; } .widget-twitter-feed small a { color: #999; } .widget-twitter-feed .twitter-feed:not(.twitter-feed-avatar) a.twitter-avatar { display: none; } .widget-twitter-feed .twitter-feed.twitter-feed-avatar i.icon-twitter { display: none; } .widget-twitter-feed .twitter-feed-avatar { margin-left: 44px; } .widget-twitter-feed .twitter-feed-avatar > li a.twitter-avatar { display: block; position: absolute; left: -44px; text-align: center; top: 2px; width: 32px; height: 32px; } .twitter-feed-avatar a.twitter-avatar img { border-radius: 50%; } .widget-filter-links ul { list-style: none; margin-bottom: 0; } .widget-filter-links .widget-filter-reset { position: absolute; top: 0; left: auto; right: 0; font-size: 12px; line-height: 22px; } .widget:not(:first-child) .widget-filter-reset { top: 50px; } .widget-filter-links .widget-filter-reset a { color: red; } .widget-filter-links .widget-filter-reset.active-filter { display: none; } .widget-filter-links li { position: relative; font-size: 15px; line-height: 24px; } .widget-filter-links li:not(:first-child) { margin-top: 10px; } .widget-filter-links li a { display: block; color: #444; font-family: 'Nunito', sans-serif; font-weight: 500; } .widget-filter-links li span { position: absolute; top: 1px; left: auto; right: 0; font-size: 11px; width: 22px; height: 22px; line-height: 22px; text-align: center; color: #777; background-color: #EEE; border-radius: 50%; } .widget-filter-links li:hover a { color: #777; } .widget-filter-links li.active-filter a { font-weight: 700; } .widget-filter-links li.active-filter span { color: #FFF; background-color: #0073ff; text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.1); } .nav-tree { position: relative; margin-bottom: 40px; } .nav-tree ul { margin-bottom: 0; list-style: none; } .nav-tree > ul { margin: -8px 0; } .nav-tree li { position: relative; } .nav-tree li a { display: block; padding: 8px 0; color: #333; text-transform: uppercase; font-size: 13px; font-weight: 700; letter-spacing: 2px; font-family: 'Nunito', sans-serif; } .nav-tree li i { font-size: 14px; width: 16px; text-align: center; } .nav-tree li i:not(.fa-chevron-down) { margin-right: 0; position: relative; top: 0; } .nav-tree li a i.fa-chevron-down, .nav-tree li a i.fa-chevron-right { width: auto; font-size: .75rem; margin-left: 2px; } .nav-tree li a i.fa-chevron-right { transform: rotate(0); } .nav-tree li.sub-menu.active a i.fa-chevron-right { transform: rotate(90deg); } .nav-tree li:hover > a, .nav-tree li.current > a, .nav-tree li.active > a { color: #0073ff !important; } .nav-tree ul ul { display: none; } .nav-tree li.current > ul { display: block; } .nav-tree ul ul a { font-size: 12px; padding: 6px 0; letter-spacing: 1px; font-family: 'Nunito', sans-serif; } .nav-tree ul ul a i.icon-angle-down { font-size: 12px; } .nav-tree ul ul a { padding-left: 20px; } .nav-tree ul ul ul a { padding-left: 40px; } .nav-tree ul ul ul ul a { padding-left: 60px; } .nav-tree ul ul ul ul ul a { padding-left: 80px; } .pagination.pagination-circle .page-item .page-link { width: 35px; height: 35px; line-height: 33px; text-align: center; padding: 0; border-radius: 50%; } .pagination.pagination-circle.pagination-lg .page-item .page-link { width: 56px; height: 56px; line-height: 54px; } .pagination.pagination-circle.pagination-sm .page-item .page-link { width: 26px; height: 26px; line-height: 24px; } .pagination.pagination-rounded .page-item .page-link { border-radius: 4px; } .pagination.pagination-circle .page-item:not(:first-child) .page-link, .pagination.pagination-rounded .page-item:not(:first-child) .page-link { margin-left: 5px; } .pagination.pagination-circle.pagination-lg .page-item:not(:first-child) .page-link, .pagination.pagination-rounded.pagination-lg .page-item:not(:first-child) .page-link { margin-left: 8px; } .pagination.pagination-circle.pagination-sm .page-item:not(:first-child) .page-link, .pagination.pagination-rounded.pagination-sm .page-item:not(:first-child) .page-link { margin-left: 3px; } .pagination.pagination-3d .page-item .page-link { border-bottom: 3px solid rgba(0, 0, 0, 0.15) !important; } .pagination.pagination-transparent .page-item .page-link { border: 0; color: #666; } .pagination.pagination-inside-transparent .page-item .page-link:not(:hover) { color: #222; } .pagination.pagination-inside-transparent .page-item:not(:first-child):not(:nth-child(2)):not(:nth-last-child(1)) .page-link { border-left: 0; } .pagination.pagination-inside-transparent .page-item.active .page-link, .pagination.pagination-inside-transparent .page-link:hover, .pagination.pagination-inside-transparent .page-link:focus { border-color: transparent !important; } .pagination.pagination-inside-transparent.pagination-button .page-item:not(:first-child):not(:nth-last-child(1)) .page-link { border: 0; } .pagination.pagination-pill .page-item:first-child .page-link { border-top-left-radius: 10rem; border-bottom-left-radius: 10rem; } .pagination.pagination-pill .page-item:last-child .page-link { border-top-right-radius: 10rem; border-bottom-right-radius: 10rem; } .pagination.pagination-primary .page-item .page-link { background-color: #007bff; background-color: var(--primary); border-color: #007bff; border-color: var(--primary); color: #FFF; } .pagination.pagination-secondary .page-item .page-link { background-color: #6c757d; background-color: var(--secondary); border-color: #6c757d; border-color: var(--secondary); color: #FFF; } .pagination.pagination-success .page-item .page-link { background-color: #28a745; background-color: var(--success); border-color: #28a745; border-color: var(--success); color: #FFF; } .pagination.pagination-danger .page-item .page-link { background-color: #dc3545; background-color: var(--danger); border-color: #dc3545; border-color: var(--danger); color: #FFF; } .pagination.pagination-info .page-item .page-link { background-color: #17a2b8; background-color: var(--info); border-color: #17a2b8; border-color: var(--info); color: #FFF; } .pagination.pagination-dark .page-item .page-link { background-color: #343a40; background-color: var(--dark); border-color: #343a40; border-color: var(--dark); color: #FFF; } .pagination.pagination-light .page-item .page-link { background-color: #f8f9fa; background-color: var(--light); border-color: #f8f9fa; border-color: var(--light); color: #222; } .pagination.pagination-primary .page-item.active .page-link, .pagination.pagination-primary .page-link:hover, .pagination.pagination-primary .page-link:focus, .pagination.pagination-secondary .page-item.active .page-link, .pagination.pagination-secondary .page-link:hover, .pagination.pagination-secondary .page-link:focus, .pagination.pagination-success .page-item.active .page-link, .pagination.pagination-success .page-link:hover, .pagination.pagination-success .page-link:focus, .pagination.pagination-danger .page-item.active .page-link, .pagination.pagination-danger .page-link:hover, .pagination.pagination-danger .page-link:focus, .pagination.pagination-info .page-item.active .page-link, .pagination.pagination-info .page-link:hover, .pagination.pagination-info .page-link:focus, .pagination.pagination-light .page-item.active .page-link, .pagination.pagination-light .page-link:hover, .pagination.pagination-light .page-link:focus { background-color: #222 !important; border-color: #222 !important; color: #FFF; } .table .success { color: #3c763d; } .table .info { color: #31708f; } .table .warning { color: #8a6d3b; } .table .danger { color: #a94442; } .btn-link, .page-link, .page-link:hover, .page-link:focus { color: #0073ff; } .btn-link:hover, .btn-link:focus { color: #222; } .boot-tabs { margin-bottom: 20px !important; } .carousel-control .icon-chevron-left, .carousel-control .icon-chevron-right { position: absolute; top: 47.5%; z-index: 5; display: inline-block; } .carousel-control .icon-chevron-left { left: 50%; } .carousel-control .icon-chevron-right { right: 50%; } .responsive-utilities th small { display: block; font-weight: 400; color: #999; } .show-grid [class^=col-] { padding-top: 10px; padding-bottom: 10px; background-color: #EEE; border: 1px solid #DDD; } .img-circle { border-radius: 50% !important; } .page-item.active .page-link, .page-link:hover, .page-link:focus { color: #FFF !important; background-color: #0073ff !important; border-color: #0073ff !important; } .nav-pills > li.active > a, .nav-pills > li.active > a:hover, .nav-pills > li.active > a:focus { background-color: #0073ff; } label.radio, label.checkbox { padding-left: 20px; } .input-group-lg > .input-group-addon { line-height: 1; } #cookie-notification { position: fixed; opacity: 0; top: auto; bottom: -70px; left: 0; width: 100%; padding: 20px 0; line-height: 24px; background-color: #EEE; color: #444; z-index: 99; -webkit-box-shadow: 0px -1px 4px 0px rgba(0, 0, 0, 0.15); -moz-box-shadow: 0px -1px 4px 0px rgba(0, 0, 0, 0.15); box-shadow: 0px -1px 4px 0px rgba(0, 0, 0, 0.15); -webkit-transition: all .4s ease; -o-transition: all .4s ease; transition: all .4s ease; } #cookie-notification .container { padding-right: 100px; position: relative; } #cookie-notification .cookie-noti-btn { position: absolute; top: 0; left: auto; right: 0; } .stretched #wrapper { width: 100%; margin: 0; box-shadow: none; } body:not(.no-transition) #wrapper, .animsition-overlay { position: relative; opacity: 0; -webkit-animation-fill-mode: both; animation-fill-mode: both; } .page-transition-wrap, .css3-spinner { position: fixed; width: 100%; height: 100%; top: 0; left: 0; z-index: 1000; text-align: center; background-color: #FFF; -webkit-animation-fill-mode: both; animation-fill-mode: both; -webkit-perspective: 1000; perspective: 1000; } .css3-spinner { position: absolute; z-index: auto; background-color: transparent; } .css3-spinner > div { position: absolute; top: 50%; left: 50%; margin-top: -9px; margin-left: 13px; width: 18px; height: 18px; background-color: #DDD; border-radius: 100%; display: inline-block; -webkit-animation: bouncedelay 1.4s infinite ease-in-out; animation: bouncedelay 1.4s infinite ease-in-out; -webkit-animation-fill-mode: both; animation-fill-mode: both; } .css3-spinner .css3-spinner-bounce1 { margin-left: -31px; -webkit-animation-delay: -0.32s; animation-delay: -0.32s; } .css3-spinner .css3-spinner-bounce2 { margin-left: -9px; -webkit-animation-delay: -0.16s; animation-delay: -0.16s; } @-webkit-keyframes bouncedelay { 0%, 80%, 100% { -webkit-transform: scale(0.0) } 40% { -webkit-transform: scale(1.0) } } @keyframes bouncedelay { 0%, 80%, 100% { transform: scale(0.0); -webkit-transform: scale(0.0); } 40% { transform: scale(1.0); -webkit-transform: scale(1.0); } } .css3-spinner > .css3-spinner-flipper { width: 32px; height: 32px; margin-top: -16px; margin-left: -16px; border-radius: 0; -webkit-animation: rotateplane 1.2s infinite ease-in-out; animation: rotateplane 1.2s infinite ease-in-out; } @-webkit-keyframes rotateplane { 0% { -webkit-transform: perspective(120px) } 50% { -webkit-transform: perspective(120px) rotateY(180deg) } 100% { -webkit-transform: perspective(120px) rotateY(180deg) rotateX(180deg) } } @keyframes rotateplane { 0% { transform: perspective(120px) rotateX(0deg) rotateY(0deg); -webkit-transform: perspective(120px) rotateX(0deg) rotateY(0deg) } 50% { transform: perspective(120px) rotateX(-180.1deg) rotateY(0deg); -webkit-transform: perspective(120px) rotateX(-180.1deg) rotateY(0deg) } 100% { transform: perspective(120px) rotateX(-180deg) rotateY(-179.9deg); -webkit-transform: perspective(120px) rotateX(-180deg) rotateY(-179.9deg); } } .css3-spinner > .css3-spinner-double-bounce1, .css3-spinner > .css3-spinner-double-bounce2 { width: 40px; height: 40px; margin-top: -20px; margin-left: -20px; border-radius: 50%; opacity: 0.6; -webkit-animation: cssspinnerbounce 2.0s infinite ease-in-out; animation: cssspinnerbounce 2.0s infinite ease-in-out; } .css3-spinner > .css3-spinner-double-bounce2 { -webkit-animation-delay: -1.0s; animation-delay: -1.0s; } @-webkit-keyframes cssspinnerbounce { 0%, 100% { -webkit-transform: scale(0.0) } 50% { -webkit-transform: scale(1.0) } } @keyframes cssspinnerbounce { 0%, 100% { transform: scale(0.0); -webkit-transform: scale(0.0); } 50% { transform: scale(1.0); -webkit-transform: scale(1.0); } } .css3-spinner > .css3-spinner-rect1, .css3-spinner > .css3-spinner-rect2, .css3-spinner > .css3-spinner-rect3, .css3-spinner > .css3-spinner-rect4, .css3-spinner > .css3-spinner-rect5 { height: 30px; width: 6px; margin-top: -15px; margin-left: -21px; border-radius: 0; -webkit-animation: stretchdelay 1.2s infinite ease-in-out; animation: stretchdelay 1.2s infinite ease-in-out; } .css3-spinner > .css3-spinner-rect2 { margin-left: -12px; -webkit-animation-delay: -1.1s; animation-delay: -1.1s; } .css3-spinner > .css3-spinner-rect3 { margin-left: -3px; -webkit-animation-delay: -1.0s; animation-delay: -1.0s; } .css3-spinner > .css3-spinner-rect4 { margin-left: 6px; -webkit-animation-delay: -0.9s; animation-delay: -0.9s; } .css3-spinner > .css3-spinner-rect5 { margin-left: 15px; -webkit-animation-delay: -0.8s; animation-delay: -0.8s; } @-webkit-keyframes stretchdelay { 0%, 40%, 100% { -webkit-transform: scaleY(0.4) } 20% { -webkit-transform: scaleY(1.0) } } @keyframes stretchdelay { 0%, 40%, 100% { transform: scaleY(0.4); -webkit-transform: scaleY(0.4); } 20% { transform: scaleY(1.0); -webkit-transform: scaleY(1.0); } } .css3-spinner > .css3-spinner-cube1, .css3-spinner > .css3-spinner-cube2 { width: 16px; height: 16px; border-radius: 0; margin-top: -20px; margin-left: -20px; -webkit-animation: cubemove 1.8s infinite ease-in-out; animation: cubemove 1.8s infinite ease-in-out; } .css3-spinner > .css3-spinner-cube2 { -webkit-animation-delay: -0.9s; animation-delay: -0.9s; } @-webkit-keyframes cubemove { 25% { -webkit-transform: translateX(42px) rotate(-90deg) scale(0.5) } 50% { -webkit-transform: translateX(42px) translateY(42px) rotate(-180deg) } 75% { -webkit-transform: translateX(0px) translateY(42px) rotate(-270deg) scale(0.5) } 100% { -webkit-transform: rotate(-360deg) } } @keyframes cubemove { 25% { transform: translateX(42px) rotate(-90deg) scale(0.5); -webkit-transform: translateX(42px) rotate(-90deg) scale(0.5); } 50% { transform: translateX(42px) translateY(42px) rotate(-179deg); -webkit-transform: translateX(42px) translateY(42px) rotate(-179deg); } 50.1% { transform: translateX(42px) translateY(42px) rotate(-180deg); -webkit-transform: translateX(42px) translateY(42px) rotate(-180deg); } 75% { transform: translateX(0px) translateY(42px) rotate(-270deg) scale(0.5); -webkit-transform: translateX(0px) translateY(42px) rotate(-270deg) scale(0.5); } 100% { transform: rotate(-360deg); -webkit-transform: rotate(-360deg); } } .css3-spinner > .css3-spinner-scaler { width: 40px; height: 40px; margin-top: -20px; margin-left: -20px; -webkit-animation: scaleout 1.0s infinite ease-in-out; animation: scaleout 1.0s infinite ease-in-out; } @-webkit-keyframes scaleout { 0% { -webkit-transform: scale(0.0) } 100% { -webkit-transform: scale(1.0); opacity: 0; } } @keyframes scaleout { 0% { transform: scale(0.0); -webkit-transform: scale(0.0); } 100% { transform: scale(1.0); -webkit-transform: scale(1.0); opacity: 0; } } .css3-spinner > .css3-spinner-grid-pulse { width: 48px; height: 48px; margin-top: -24px; margin-left: -24px; background-color: transparent !important; -webkit-animation: none; animation: none; } .css3-spinner-grid-pulse > div { background-color: #DDD; width: 12px; height: 12px; border-radius: 100%; margin: 2px; -webkit-animation-fill-mode: both; animation-fill-mode: both; float: left; -webkit-animation-name: ball-grid-pulse; animation-name: ball-grid-pulse; -webkit-animation-iteration-count: infinite; animation-iteration-count: infinite; -webkit-animation-delay: 0; animation-delay: 0; } .css3-spinner-grid-pulse > div:nth-child(1) { -webkit-animation-delay: 0.73s; animation-delay: 0.73s; -webkit-animation-duration: 1.3s; animation-duration: 1.3s; } .css3-spinner-grid-pulse > div:nth-child(2) { -webkit-animation-delay: 0.32s; animation-delay: 0.32s; -webkit-animation-duration: 1.3s; animation-duration: 1.3s; } .css3-spinner-grid-pulse > div:nth-child(3) { -webkit-animation-delay: 0.71s; animation-delay: 0.71s; -webkit-animation-duration: 0.88s; animation-duration: 0.88s; } .css3-spinner-grid-pulse > div:nth-child(4) { -webkit-animation-delay: 0.62s; animation-delay: 0.62s; -webkit-animation-duration: 1.06s; animation-duration: 1.06s; } .css3-spinner-grid-pulse > div:nth-child(5) { -webkit-animation-delay: 0.31s; animation-delay: 0.31s; -webkit-animation-duration: 0.62s; animation-duration: 0.62s; } .css3-spinner-grid-pulse > div:nth-child(6) { -webkit-animation-delay: -0.14s; animation-delay: -0.14s; -webkit-animation-duration: 1.48s; animation-duration: 1.48s; } .css3-spinner-grid-pulse > div:nth-child(7) { -webkit-animation-delay: -0.1s; animation-delay: -0.1s; -webkit-animation-duration: 1.47s; animation-duration: 1.47s; } .css3-spinner-grid-pulse > div:nth-child(8) { -webkit-animation-delay: 0.4s; animation-delay: 0.4s; -webkit-animation-duration: 1.49s; animation-duration: 1.49s; } .css3-spinner-grid-pulse > div:nth-child(9) { -webkit-animation-delay: 0.73s; animation-delay: 0.73s; -webkit-animation-duration: 0.7s; animation-duration: 0.7s; } @-webkit-keyframes ball-grid-pulse { 0% { -webkit-transform: scale(1); transform: scale(1); } 50% { -webkit-transform: scale(0.5); transform: scale(0.5); opacity: 0.7; } 100% { -webkit-transform: scale(1); transform: scale(1); opacity: 1; } } @keyframes ball-grid-pulse { 0% { -webkit-transform: scale(1); transform: scale(1); } 50% { -webkit-transform: scale(0.5); transform: scale(0.5); opacity: 0.7; } 100% { -webkit-transform: scale(1); transform: scale(1); opacity: 1; } } .css3-spinner > .css3-spinner-clip-rotate { width: 33px; height: 33px; margin-top: -17px; margin-left: -17px; background-color: transparent !important; -webkit-animation: none; animation: none; } .css3-spinner-clip-rotate > div { border-radius: 100%; border: 2px solid #DDD; border-bottom-color: transparent !important; height: 33px; width: 33px; background: transparent !important; -webkit-animation: rotate 1s 0s linear infinite; animation: rotate 1s 0s linear infinite; } @keyframes rotate { 0% { -webkit-transform: rotate(0deg) scale(1); transform: rotate(0deg) scale(1); } 50% { -webkit-transform: rotate(180deg) scale(0.6); transform: rotate(180deg) scale(0.6); } 100% { -webkit-transform: rotate(360deg) scale(1); transform: rotate(360deg) scale(1); } } .css3-spinner > .css3-spinner-ball-rotate { width: 12px; height: 12px; margin-top: -6px; margin-left: -6px; background-color: transparent !important; -webkit-animation: ballrotate 1s 0s cubic-bezier(.7, -.13, .22, .86) infinite; animation: ballrotate 1s 0s cubic-bezier(.7, -.13, .22, .86) infinite; } .css3-spinner-ball-rotate > div { background-color: #DDD; width: 12px; height: 12px; border-radius: 100%; position: relative; } .css3-spinner-ball-rotate > div:nth-child(1), .css3-spinner-ball-rotate > div:nth-child(3) { width: 12px; height: 12px; border-radius: 100%; content: ""; position: absolute; opacity: 0.7; } .css3-spinner-ball-rotate > div:nth-child(1) { top: 0px; left: -22px; } .css3-spinner-ball-rotate > div:nth-child(3) { top: 0px; left: 22px; } @-webkit-keyframes ballrotate { 0% { -webkit-transform: rotate(0deg); transform: rotate(0deg); } 50% { -webkit-transform: rotate(180deg); transform: rotate(180deg); } 100% { -webkit-transform: rotate(360deg); transform: rotate(360deg); } } @keyframes ballrotate { 0% { -webkit-transform: rotate(0deg); transform: rotate(0deg); } 50% { -webkit-transform: rotate(180deg); transform: rotate(180deg); } 100% { -webkit-transform: rotate(360deg); transform: rotate(360deg); } } .css3-spinner > .css3-spinner-zig-zag { background-color: transparent !important; -webkit-transform: translate(-15px, -15px); -ms-transform: translate(-15px, -15px); transform: translate(-15px, -15px); -webkit-animation: none; animation: none; } .css3-spinner-zig-zag > div { background-color: #DDD; width: 12px; height: 12px; border-radius: 100%; position: absolute; margin-left: 15px; top: 4px; left: -7px; -webkit-animation-fill-mode: both; animation-fill-mode: both; } .css3-spinner-zig-zag > div:first-child { -webkit-animation: ball-zig-deflect 1.5s 0s infinite linear; animation: ball-zig-deflect 1.5s 0s infinite linear; } .css3-spinner-zig-zag > div:last-child { -webkit-animation: ball-zag-deflect 1.5s 0s infinite linear; animation: ball-zag-deflect 1.5s 0s infinite linear; } @-webkit-keyframes ball-zig-deflect { 17% { -webkit-transform: translate(-15px, -30px); transform: translate(-15px, -30px); } 34% { -webkit-transform: translate(15px, -30px); transform: translate(15px, -30px); } 50% { -webkit-transform: translate(0, 0); transform: translate(0, 0); } 67% { -webkit-transform: translate(15px, -30px); transform: translate(15px, -30px); } 84% { -webkit-transform: translate(-15px, -30px); transform: translate(-15px, -30px); } 100% { -webkit-transform: translate(0, 0); transform: translate(0, 0); } } @keyframes ball-zig-deflect { 17% { -webkit-transform: translate(-15px, -30px); transform: translate(-15px, -30px); } 34% { -webkit-transform: translate(15px, -30px); transform: translate(15px, -30px); } 50% { -webkit-transform: translate(0, 0); transform: translate(0, 0); } 67% { -webkit-transform: translate(15px, -30px); transform: translate(15px, -30px); } 84% { -webkit-transform: translate(-15px, -30px); transform: translate(-15px, -30px); } 100% { -webkit-transform: translate(0, 0); transform: translate(0, 0); } } @-webkit-keyframes ball-zag-deflect { 17% { -webkit-transform: translate(15px, 30px); transform: translate(15px, 30px); } 34% { -webkit-transform: translate(-15px, 30px); transform: translate(-15px, 30px); } 50% { -webkit-transform: translate(0, 0); transform: translate(0, 0); } 67% { -webkit-transform: translate(-15px, 30px); transform: translate(-15px, 30px); } 84% { -webkit-transform: translate(15px, 30px); transform: translate(15px, 30px); } 100% { -webkit-transform: translate(0, 0); transform: translate(0, 0); } } @keyframes ball-zag-deflect { 17% { -webkit-transform: translate(15px, 30px); transform: translate(15px, 30px); } 34% { -webkit-transform: translate(-15px, 30px); transform: translate(-15px, 30px); } 50% { -webkit-transform: translate(0, 0); transform: translate(0, 0); } 67% { -webkit-transform: translate(-15px, 30px); transform: translate(-15px, 30px); } 84% { -webkit-transform: translate(15px, 30px); transform: translate(15px, 30px); } 100% { -webkit-transform: translate(0, 0); transform: translate(0, 0); } } .css3-spinner > .css3-spinner-ball-scale-multiple { width: 60px; height: 60px; margin-left: -30px; margin-top: -30px; background-color: transparent !important; -webkit-animation: none; animation: none; } .css3-spinner-ball-scale-multiple > div { background-color: #DDD; border-radius: 100%; position: absolute; left: 0; top: 0; opacity: 0; width: 60px; height: 60px; -webkit-animation: ball-scale-multiple 1.25s 0s linear infinite; animation: ball-scale-multiple 1.25s 0s linear infinite; } .css3-spinner-ball-scale-multiple > div:nth-child(2) { -webkit-animation-delay: -0.4s; animation-delay: -0.4s; } .css3-spinner-ball-scale-multiple > div:nth-child(3) { -webkit-animation-delay: -0.2s; animation-delay: -0.2s; } @-webkit-keyframes ball-scale-multiple { 0% { -webkit-transform: scale(0); transform: scale(0); opacity: 0; } 5% { opacity: 1; } 100% { -webkit-transform: scale(1); transform: scale(1); opacity: 0; } } @keyframes ball-scale-multiple { 0% { -webkit-transform: scale(0); transform: scale(0); opacity: 0; } 5% { opacity: 1; } 100% { -webkit-transform: scale(1); transform: scale(1); opacity: 0; } } .css3-spinner > .css3-spinner-triangle-path { background-color: transparent !important; -webkit-transform: translate(-29.994px, -37.50938px); -ms-transform: translate(-29.994px, -37.50938px); transform: translate(-29.994px, -37.50938px); -webkit-animation: none; animation: none; } .css3-spinner-triangle-path > div { -webkit-animation-fill-mode: both; animation-fill-mode: both; position: absolute; width: 10px; height: 10px; border-radius: 100%; background-color: #DDD; } .css3-spinner-triangle-path > div:nth-child(1) { -webkit-animation: ball-triangle-path-1 2s 0s ease-in-out infinite; animation: ball-triangle-path-1 2s 0s ease-in-out infinite; } .css3-spinner-triangle-path > div:nth-child(2) { -webkit-animation: ball-triangle-path-2 2s 0s ease-in-out infinite; animation: ball-triangle-path-2 2s 0s ease-in-out infinite; } .css3-spinner-triangle-path > div:nth-child(3) { -webkit-animation: ball-triangle-path-3 2s 0s ease-in-out infinite; animation: ball-triangle-path-3 2s 0s ease-in-out infinite; } .css3-spinner-triangle-path > div:nth-of-type(1) { top: 50px; } .css3-spinner-triangle-path > div:nth-of-type(2) { left: 25px; } .css3-spinner-triangle-path > div:nth-of-type(3) { top: 50px; left: 50px; } @-webkit-keyframes ball-triangle-path-1 { 33% { -webkit-transform: translate(25px, -50px); transform: translate(25px, -50px); } 66% { -webkit-transform: translate(50px, 0px); transform: translate(50px, 0px); } 100% { -webkit-transform: translate(0px, 0px); transform: translate(0px, 0px); } } @keyframes ball-triangle-path-1 { 33% { -webkit-transform: translate(25px, -50px); transform: translate(25px, -50px); } 66% { -webkit-transform: translate(50px, 0px); transform: translate(50px, 0px); } 100% { -webkit-transform: translate(0px, 0px); transform: translate(0px, 0px); } } @-webkit-keyframes ball-triangle-path-2 { 33% { -webkit-transform: translate(25px, 50px); transform: translate(25px, 50px); } 66% { -webkit-transform: translate(-25px, 50px); transform: translate(-25px, 50px); } 100% { -webkit-transform: translate(0px, 0px); transform: translate(0px, 0px); } } @keyframes ball-triangle-path-2 { 33% { -webkit-transform: translate(25px, 50px); transform: translate(25px, 50px); } 66% { -webkit-transform: translate(-25px, 50px); transform: translate(-25px, 50px); } 100% { -webkit-transform: translate(0px, 0px); transform: translate(0px, 0px); } } @-webkit-keyframes ball-triangle-path-3 { 33% { -webkit-transform: translate(-50px, 0px); transform: translate(-50px, 0px); } 66% { -webkit-transform: translate(-25px, -50px); transform: translate(-25px, -50px); } 100% { -webkit-transform: translate(0px, 0px); transform: translate(0px, 0px); } } @keyframes ball-triangle-path-3 { 33% { -webkit-transform: translate(-50px, 0px); transform: translate(-50px, 0px); } 66% { -webkit-transform: translate(-25px, -50px); transform: translate(-25px, -50px); } 100% { -webkit-transform: translate(0px, 0px); transform: translate(0px, 0px); } } .css3-spinner > .css3-spinner-ball-pulse-sync { width: 70px; height: 34px; margin-left: -35px; margin-top: -17px; background-color: transparent !important; -webkit-animation: none; animation: none; } .css3-spinner-ball-pulse-sync > div { display: inline-block; background-color: #DDD; width: 14px; height: 14px; margin: 10px 3px 0; border-radius: 100%; -webkit-animation-fill-mode: both; animation-fill-mode: both; } .css3-spinner-ball-pulse-sync > div:nth-child(0) { -webkit-animation: ball-pulse-sync 0.7s -0.21s infinite ease-in-out; animation: ball-pulse-sync 0.7s -0.21s infinite ease-in-out; } .css3-spinner-ball-pulse-sync > div:nth-child(1) { -webkit-animation: ball-pulse-sync 0.7s -0.14s infinite ease-in-out; animation: ball-pulse-sync 0.7s -0.14s infinite ease-in-out; } .css3-spinner-ball-pulse-sync > div:nth-child(2) { -webkit-animation: ball-pulse-sync 0.7s -0.07s infinite ease-in-out; animation: ball-pulse-sync 0.7s -0.07s infinite ease-in-out; } .css3-spinner-ball-pulse-sync > div:nth-child(3) { -webkit-animation: ball-pulse-sync 0.7s 0s infinite ease-in-out; animation: ball-pulse-sync 0.7s 0s infinite ease-in-out; } @-webkit-keyframes ball-pulse-sync { 33% { -webkit-transform: translateY(10px); transform: translateY(10px); opacity: 0.85; } 66% { -webkit-transform: translateY(-10px); transform: translateY(-10px); opacity: 0.7; } 100% { -webkit-transform: translateY(0); transform: translateY(0); opacity: 1; } } @keyframes ball-pulse-sync { 33% { -webkit-transform: translateY(10px); transform: translateY(10px); opacity: 0.85; } 66% { -webkit-transform: translateY(-10px); transform: translateY(-10px); opacity: 0.7; } 100% { -webkit-transform: translateY(0); transform: translateY(0); opacity: 1; } } .css3-spinner > .css3-spinner-scale-ripple { width: 50px; height: 50px; margin-left: -25px; margin-top: -25px; background-color: transparent !important; -webkit-animation: none; animation: none; } .css3-spinner-scale-ripple > div { -webkit-animation-fill-mode: both; animation-fill-mode: both; position: absolute; top: 0; width: 50px; height: 50px; border-radius: 100%; border: 2px solid #DDD; -webkit-animation: ball-scale-ripple-multiple 1.4s 0s infinite cubic-bezier(.21, .53, .56, .8); animation: ball-scale-ripple-multiple 1.4s 0s infinite cubic-bezier(.21, .53, .56, .8); } .css3-spinner-scale-ripple > div:nth-child(0) { -webkit-animation-delay: -0.8s; animation-delay: -0.8s; } .css3-spinner-scale-ripple > div:nth-child(1) { -webkit-animation-delay: -0.6s; animation-delay: -0.6s; } .css3-spinner-scale-ripple > div:nth-child(2) { -webkit-animation-delay: -0.4s; animation-delay: -0.4s; } .css3-spinner-scale-ripple > div:nth-child(3) { -webkit-animation-delay: -0.2s; animation-delay: -0.2s; } @-webkit-keyframes ball-scale-ripple-multiple { 0% { -webkit-transform: scale(0.1); transform: scale(0.1); opacity: 1; } 70% { -webkit-transform: scale(1); transform: scale(1); opacity: 0.7; } 100% { opacity: 0.0; } } @keyframes ball-scale-ripple-multiple { 0% { -webkit-transform: scale(0.1); transform: scale(0.1); opacity: 1; } 70% { -webkit-transform: scale(1); transform: scale(1); opacity: 0.7; } 100% { opacity: 0.0; } } .datepicker td, .datepicker th { padding: 5px; } .rating-xl { font-size: 3rem !important; } .rating-lg { font-size: 2.5rem !important; } .rating-md { font-size: 2rem !important; } .rating-sm { font-size: 1.75rem !important; } .rating-xs { font-size: 1.25rem !important; } .rating-container .star { margin: 0 2px !important; } .rating-container .filled-stars { -webkit-text-stroke: 0px !important; text-shadow: none !important; } #header .button { margin: 23.5px 0 23.5px 8px; padding: 0 22px !important; height: 40px; line-height: 40px; color: #FFF !important; transition: all .4s ease; } #header .button.button-border { border: 2px solid #444 !important; background-color: transparent !important; color: #333 !important; line-height: 36px; font-weight: 600; text-shadow: none; } #header .button.button-border:not(.button-fill):hover { background-color: #444 !important; color: #FFF !important; border-color: transparent !important; text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.2); } #header.sticky-header .button { margin: 11px 0 11px 8px; } #header .button i { vertical-align: middle; width: auto; } .listed { padding-left: 22px !important; } .title { position: relative; display: flex; justify-content: space-between; margin-bottom: 1rem; } .title.with--border { flex-direction: column; margin-bottom: 2rem; } .title.with--border::after { content: ''; display: block; margin-top: 0; width: 40px; border-top: 2px solid #666; } .title.with--centered { text-align: center; } .title.with--centered::after { margin-left: auto; margin-right: auto; } .title h1, .title h2, .title h3 { text-transform: uppercase; margin-bottom: 0; } .title h4 { font-size: 1.25rem; text-transform: uppercase; margin-bottom: 0; } .title .more { margin: 0; color: #0073ff; background-color: transparent; border: 1px solid #ececec; display: block; padding: 0 1rem; line-height: 28px; border-radius: 20px; text-transform: uppercase; font-size: .75rem; font-weight: 600; -webkit-transition: all .3s ease-in-out; transition: all .3s ease-in-out; } .title .more:hover { color: #fff; background-color: #0073ff; border-color: #0073ff; } .title i{ color: #0073ff; } .title i:hover{ color: #fff; } .scroll-bar-wrap { position: absolute; bottom: 0; right: 0; left: 0; margin: auto; width: calc(100% - 30px); height: calc(100% - 46px); box-shadow: 0px 5px 20px #0000000d; } .jawaban1 .imag1{ background-size: cover; background-position: center; background-repeat: no-repeat; min-width: 40px; height: 40px; margin-right: 1rem; border-radius: 100%; box-shadow: 0 0 0 2px #f5f5f5; } .scroll-box { width: 100%; height: 100%; overflow-y: scroll; } .scroll-box::-webkit-scrollbar { width: .4em; } .scroll-box::-webkit-scrollbar, .scroll-box::-webkit-scrollbar-thumb { overflow: visible; border-radius: 4px; } .scroll-box::-webkit-scrollbar-thumb { background: rgba(0, 0, 0, .2); } .btn-book{ color: red; } .cover-bar { position: absolute; background: #fff; ; height: 100%; top: 0; right: 0; width: .4em; -webkit-transition: all .3s ease-in-out; transition: all .3s ease-in-out; opacity: 1; } .scroll-bar-wrap:hover .cover-bar { opacity: 0; } .top-info { position: relative; display: block; } .top-info ul { padding: 0; margin: 0; list-style: none; } .top-info ul li { display: inline-block; margin-right: 1rem; } .top-info ul li a { display: block; color: #666; transition: all .3s ease-in-out; } .top-info ul li a:hover { color: #0073ff; } .top-info ul li a i { margin-right: .25rem; } .project-list { list-style: none; padding: 0; margin: 0; box-shadow: 0px 5px 20px #0000000d; } .project-list li { display: block; padding: 1rem; } .project-list li:nth-child(odd) { background-color: #fff; } .project-list li:nth-child(even) { background-color: #f9f9f9; } .project-list li > a { display: flex; } .project-list li .image { background-size: cover; background-position: center; background-repeat: no-repeat; min-width: 48px; height: 48px; margin-right: 1rem; border-radius: 100%; box-shadow: 0 0 0 2px #f5f5f5; } .project-list li .imag { background-size: cover; background-position: center; background-repeat: no-repeat; min-width: 45px; height: 45px; margin-right: 1rem; border-radius: 100%; box-shadow: 0 0 0 2px #f5f5f5; } .list-question li .imag { background-size: cover; background-position: center; background-repeat: no-repeat; min-width: 45px; height: 45px; margin-right: 1rem; border-radius: 100%; box-shadow: 0 0 0 2px #f5f5f5; } .detail-list .imag{ background-size: cover; background-position: center; background-repeat: no-repeat; min-width: 48px; height: 48px; margin-right: 1rem; border-radius: 100%; box-shadow: 0 0 0 2px #f5f5f5; } #judul-1{ font-weight: 700; } .project-list li .imag1 { background-size: cover; background-position: center; background-repeat: no-repeat; min-width: 40px; height: 40px; margin-right: 1rem; border-radius: 100%; box-shadow: 0 0 0 2px #f5f5f5; } .project-list li .desc { width: 100%; overflow: hidden; } .project-list li .desc .prof { display: block; font-size: .9375rem; color: #666; font-weight: 300; } .project-list li .desc h4 { white-space: nowrap; overflow: hidden; text-overflow: ellipsis; font-size: 1.25rem; line-height: 1.4; margin-bottom: 0; -webkit-transition: all .3s ease-in-out; transition: all .3s ease-in-out; } .project-list li:hover .desc h4 { color: #0073ff; text-decoration: underline; } .project-list li .desc h5 { display: -webkit-box; -webkit-line-clamp: 2; -webkit-box-orient: vertical; overflow: hidden; text-overflow: ellipsis; max-height: 42px; font-size: .9375rem; line-height: 1.4; margin-bottom: .5rem; -webkit-transition: all .3s ease-in-out; transition: all .3s ease-in-out; } .project-list li:hover .desc h5 { color: #0073ff; text-decoration: underline; } .project-list li .desc p { display: flex; justify-content: space-between; margin: 0; font-size: .8125rem; color: #666; line-height: 1.4 !important; } .project-list li .desc p .stars { display: block; color: #f9af01; } .project-list li .desc p .stars i { display: inline-block; margin-right: .25rem; } .success-story { position: relative; width: 100%; } .success-story .image { width: 96px; height: 96px; margin: 0 auto 1rem; border-radius: 100%; background-size: cover; background-position: center center; background-repeat: no-repeat; } .success-story .desc { padding: 0; } .success-story .desc h4 { text-align: center; line-height: 1.4; margin-bottom: .5rem; font-size: 1.5rem; } .success-story .desc h4 span { display: block; font-size: .875rem; } .success-story .desc p { font-size: .875rem; margin-bottom: 0; } .npost { display: flex; align-items: flex-end; position: relative; min-height: 350px; background-size: cover; background-repeat: no-repeat; background-position: center center; overflow: hidden; border-radius: .25rem; width: 100%; } .npost::before { content: ''; position: absolute; width: 100%; height: 100%; top: 0; bottom: 0; left: 0; right: 0; opacity: 0; background: rgb(0, 0, 0); background: linear-gradient(0deg, rgba(0, 0, 0, 1) 0%, rgba(0, 0, 0, 0) 100%); transition: all .3s ease-in-out; } .npost:hover::before { opacity: 1; } .npost .date { position: absolute; top: 0; left: 0; background-color: #0073ff; color: #fff; width: 42px; height: 42px; font-size: 1rem; line-height: 1; display: flex; flex-direction: column; justify-content: center; align-items: center; font-weight: 700; box-shadow: 5px 5px 20px #0073ffa6; } .npost .date span { display: block; font-size: .75rem; } .npost .desc { width: 100%; position: relative; z-index: 10; padding: 1.5rem; } .npost .desc h4 { margin-bottom: 0; color: #fff; line-height: 1.2; transition: all .3s ease-in-out; } .npost .desc h4:hover { color: #0073ff; } .ncontent { position: relative; width: 100%; } .nsidebar { position: relative; width: 100%; } .project-lists { display: block; margin-top: 2rem; } .project-lists .project__item { position: relative; display: flex; padding: 1.5rem 1.5rem 4rem; flex-wrap: nowrap; border-radius: .25rem; background-color: #ffffff; margin-bottom: 2rem; overflow: hidden; } .project-lists .project__item .user { overflow: hidden; position: relative; margin-right: 1.5rem; min-width: 128px; } .project-lists .project__item .user .image { position: relative; width: 128px; height: 128px; border: 1px solid #f5f5f5; background-size: cover; background-position: center center; background-repeat: no-repeat; border-radius: 100%; } .project-lists .project__item .user .image em { width: 18px; height: 18px; color: #fff; position: absolute; right: 6px; bottom: 10px; border-radius: 100%; border: 2px solid #fff; } .project-lists .project__item .user .image .online { background-color: #35aa47; } .project-lists .project__item .user .image .offline { background-color: #666; } .project-lists .project__item .user h4 { max-width: 128px; font-size: 1rem; margin-top: 1rem; margin-bottom: 0; width: 100%; line-height: 1; white-space: nowrap; text-overflow: ellipsis; overflow: hidden; } .project-lists .project__item .user h4 a { display: block; color: #666; white-space: nowrap; text-overflow: ellipsis; overflow: hidden; transition: all .3s ease-in-out; } .project-lists .project__item .user h4 a:hover { color: #0073ff; } .project-lists .project__item .user .city, .project-lists .project__item .user .owner { display: block; font-size: .8125rem; color: #9a9a9a; font-weight: 400; margin-bottom: .125rem; } .project-lists .project__item .user div > p { margin-bottom: 0; line-height: 1.4 !important; font-size: .875rem; } .project-lists .project__item .user div > p b { font-weight: 600; } .project-lists .project__item .desc { width: 100%; } .project-lists .project__item .desc h3 { line-height: 1.4; font-size: 1.25rem; margin-bottom: 1rem; } .project-lists .project__item .desc h3 a { display: inline-block; color: #666; transition: all .3s ease-in-out; } .project-lists .project__item .desc h3 a:hover { color: #0073ff; } .project-lists .project__item .desc p { margin-bottom: 0; word-break: break-word; } .project-lists .project__item .actions { width: 100%; position: absolute; bottom: 0; left: 0; right: 0; margin: auto; height: 40px; background-color: #f5f5f5; padding: 0 1.5rem; display: flex; justify-content: space-between; } .project-lists .project__item .actions a { height: 40px; width: 100%; line-height: 40px; text-align: center; font-size: .9375rem; padding: 0 1.5rem; background-color: #f5f5f5; display: inline-block; color: #666; transition: all .3s ease-in-out; } .project-lists .project__item .actions a:hover { color: #0073ff; background-color: #f9f9f9; } .project-lists .project__item .actions a:first-child { background-color: #0073ff !important; color: #fff !important; } .ratings { display: block; font-size: .75rem; } .ratings i { display: inline-block; margin-right: .125rem; } .ratings i.full, .ratings i.half { color: #f4b411; } .ratings i.empty { color: #ccc; } .tags { display: flex; flex-wrap: wrap; margin-top: 1rem; } .tags a { display: block; background-color: #fbfbfb; color: #666; padding: .25rem .75rem; border-radius: .25rem; font-size: .8125rem; font-weight: 600; margin-right: .5rem; margin-bottom: .5rem; border: 1px solid #f9f9f9; transition: all .3s ease-in-out; } .tags a:hover { background-color: #0073ff; color: #fff; } .tags.no--action a { background-color: #c6c6c6; color: #f9f9f9; pointer-events: none; } .summary { padding-top: 1.5rem; margin-top: 1.5rem; display: block; border-top: 1px solid #f9f9f9; } .summary p { font-size: .875rem; margin-bottom: 0; display: flex; align-items: center; justify-content: space-between; } .summary p b { font-weight: 600; } .summary p b.badge { font-size: .875rem; } .nfilters { display: flex; flex-wrap: nowrap; justify-content: space-between; } .nfilters > a { border-radius: .25rem; margin: 0; padding: 0 1rem; margin-right: .5rem; height: 35px; line-height: 35px; } .nfilters > .custom-select { min-width: 156px; width: 156px; height: 35px; border-radius: .25rem; border: none; font-size: .875rem; } .ncategory { position: relative; background-color: #fff; padding: 1rem; margin-bottom: 2rem; border-radius: .25rem; margin-top: 0; } .ncategory .nav-tree li a { display: flex; justify-content: space-between; align-items: center; padding: .5rem 0; text-transform: none; font-size: .8125rem; font-weight: 700; letter-spacing: .5px; } .ncategory .nav-tree ul ul { padding-left: 0; } .ncategory .nav-tree ul ul a { font-size: .8125rem; padding: .25rem 0; letter-spacing: normal; color: #666; font-weight: 600; } .ncategory .nav-tree ul ul a span { display: block; background-color: #fff; padding: .125rem .5rem; border-radius: .5rem; font-size: .75rem; font-weight: 600; } .nsearch { position: relative; margin-right: .5rem; width: 100%; } .nsearch input { height: 35px; line-height: 35px; border-radius: .25rem; border: none; font-size: .875rem; } .nsearch i { position: absolute; right: 0; top: 0; width: 35px; height: 35px; color: #ccc; line-height: 35px; background-color: #fff; bottom: 0; margin: auto; font-size: .8125rem; text-align: center; border-top-right-radius: .25rem; border-bottom-right-radius: .25rem; } .detail-project { position: relative; width: 100%; } .detail-project > p { margin-bottom: 1rem; } .detail-project ol, .detail-project ol ol { padding-left: 22px; margin-bottom: 1rem; } .detail-project .summary { background-color: #f9f9f9; padding: 1.5rem; border-radius: .25rem; border: none; } .project-worker { position: relative; width: 100%; margin-top: 2rem; } .project-worker .item__worker { display: flex; padding: 1rem; background-color: #fff; border-radius: .25rem; } .project-worker .item__worker .image { position: relative; width: 127px; min-width: 127px; height: 127px; border: 1px solid #f5f5f5; background-size: cover; background-position: center center; background-repeat: no-repeat; border-radius: 100%; margin-right: 1rem; } .project-worker .item__worker .image em { width: 18px; height: 18px; color: #fff; position: absolute; right: 5px; bottom: 15px; border-radius: 100%; border: 2px solid #fff; } .project-worker .item__worker .image .online { background-color: #35aa47; } .project-worker .item__worker .image .offline { background-color: #666; } .project-worker .item__worker .desc { width: 100%; display: block; } .project-worker .item__worker .desc h5 { margin-bottom: .25rem; font-size: 1.125rem; line-height: 1.4; letter-spacing: 1px; transition: all .3s ease-in-out; } .project-worker .item__worker .desc h5:hover { color: #0073ff; } .project-worker .item__worker .desc h5 span { display: block; font-size: .75rem; font-weight: 700; color: #555 !important; letter-spacing: normal; } .project-worker .item__worker .desc p { color: #666; margin-bottom: 0; font-size: .8125rem; } .user-bids { position: relative; width: 100%; margin-top: 2rem; } .user-bids .item__bid { display: flex; flex-direction: column; padding: .75rem; background-color: #fff; border-radius: .25rem; } .user-bids .item__bid .image { position: relative; width: 76px; height: 76px; display: block; border: 1px solid #f5f5f5; margin: 0 auto 1rem; background-size: cover; background-position: center center; background-repeat: no-repeat; border-radius: 100%; } .user-bids .item__bid .image em { width: 14px; height: 14px; color: #fff; position: absolute; right: 0; bottom: 5px; border-radius: 100%; border: 2px solid #fff; } .user-bids .item__bid .image .online { background-color: #35aa47; } .user-bids .item__bid .image .offline { background-color: #666; } .user-bids .item__bid .desc { width: 100%; display: block; } .user-bids .item__bid .desc h5 { overflow: hidden; white-space: nowrap; text-overflow: ellipsis; margin-bottom: .25rem; font-size: .9375rem; line-height: 1.4; letter-spacing: normal; transition: all .3s ease-in-out; } .user-bids .item__bid .desc h5:hover { color: #0073ff; } .user-bids .item__bid .desc .ratings { display: block; font-size: .6875rem; } .user-bids .item__bid .desc .ratings i { display: inline-block; margin-right: 0; } .user-bids .item__bid .desc p { color: #666; margin-bottom: 0; font-size: .8125rem; } .transactions .actions { display: flex; justify-content: center; } .transactions .actions a { padding: 0; width: 36px; height: 36px; line-height: 36px; text-align: center; margin: .25rem; } .invoice-wrap { position: relative; width: 100%; overflow-x: auto; } .invoice { position: relative; border-radius: .25rem; background-color: #ffffff; margin-top: 2rem; overflow: hidden; min-width: 640px; } .invoice .head__mail { padding: 1.5rem; background-color: #f5f5f5; border-bottom: 2px solid #0072fd; } .invoice .head__mail img { max-width: 150px; display: block; } .invoice .head__mail p { font-size: .875rem; margin-bottom: 0; } .invoice .body__mail { padding: 1.5rem; } .invoice .body__mail h6 { font-weight: 400; margin-bottom: 0; } .invoice .body__mail p { font-size: .875rem; margin-bottom: 0; } .invoice .body__mail .table { margin-top: 2rem; margin-bottom: 2rem; } .invoice .body__mail .table .thank__table { vertical-align: middle; font-size: 1.25rem; text-align: center; font-weight: 700; color: #ffffff; background-color: #0073ff; } .invoice .body__mail .notices { border-left: 2px solid #0073ff; display: block; width: 100%; padding-left: 1rem; } #footer { background-color: #303030; color: #c0c0c0; } .footer-top-section { border-bottom: 1px solid #484848; } .footer-top-section .footer-logo img { max-height: 56px; } .footer-rows-container { display: block; position: relative; z-index: 100; padding: 25px 0; } .footer-middle-section { padding: 60px 0; position: relative; z-index: 10; } #footer h3, #footer h2, .footer-links h3 { font-size: 18px; color: #fff; margin: 0 0 15px 0; padding: 0; display: block } #footer h3 i { position: relative; margin-right: 5px; top: 2px; font-size: 20px; font-weight: 400 !important; } .footer-links ul { list-style: none; text-align: left; margin: 0; padding: 0; } .footer-links ul li { margin-bottom: 0; display: block; } .footer-links ul li:first-child a { padding-top: 0; } .footer-links ul li:last-child a { padding-bottom: 0; } .footer-links ul li a { color: #c0c0c0; display: block; line-height: 25px; position: relative; z-index: 100; padding: 4px 0; } .footer-links ul li a span { display: inline-block; position: relative; } .footer-links ul li a:hover { color: #fff; } .footer-links ul li a span:before { content: ""; position: absolute; left: 0; bottom: 0; background-color: #66676b; height: 2px; display: block; transition: all 0.25s, opacity 0.2s; z-index: -1; border-radius: 3px; opacity: 0.5; width: 0; } .footer-links ul li a:hover span:before { width: 100%; opacity: 1; } .newsletter { display: flex; margin-top: 20px; } .newsletter input, .newsletter button { display: flex; flex-wrap: wrap; align-items: flex-start; } .newsletter input { height: 48px; line-height: 48px; padding: 0 20px; outline: none; font-size: 16px; color: #808080; margin-bottom: 0; max-width: 100%; width: 100%; box-sizing: border-box; display: block; background: #262626; font-weight: 500; opacity: 1; border-radius: 4px; border: none; box-shadow: none; transition: all 0.1s ease-in-out; } .newsletter input:focus { box-shadow: none; } .newsletter button { background-color: #0073ff; border-radius: 4px; height: 48px; min-width: 48px; max-width: 48px; text-align: center; line-height: 48px; font-size: 18px; color: #fff; margin-left: 10px; border: none; outline: none; transition: all .3s ease-in-out; } .newsletter button:hover { background-color: #fff; color: #333; } .newsletter button i { width: 100%; line-height: 48px; } .footer-bottom-section { padding: 25px 0; border-top: 1px solid #484848; text-align: center; } .footer-bottom-section strong { color: #fff; font-weight: 500; } @media (max-width: 992px) { #footer h3 { margin-top: 45px; } .footer-middle-section { padding-top: 0; padding-bottom: 45px } } @media (max-width: 768px) { .content-left-offset { padding-left: 15px; } .content-right-offset { padding-left: 15px; } .footer-rows-container { height: auto; padding: 20px 0 40px 0; } .footer-rows-left, .footer-rows-right { float: none; height: auto; } .footer-row-inner.footer-logo img { top: 0; } .footer-row-inner { position: relative; top: 0; transform: translateY(0); } .footer-row-inner.footer-logo { top: 0; position: relative; height: 46px; } #footer .footer-row { padding: 0; float: none; padding: 20px 0 0 0; display: block; width: 100%; border: none; } .footer-rows-container .footer-rows-left, .footer-rows-container .footer-rows-right { display: block } } .social-footer { display: flex; justify-content: flex-end; } .pagination-sm .page-link { padding: .438rem .625rem; min-width: 35px; text-align: center; } .ngmap { width: calc(100% - 30px); height: 100%; position: absolute; top: 0; left: 0; right: 0; bottom: 0; overflow: hidden; margin: auto; } .ngmap iframe { width: 100%; height: 100%; position: absolute; top: 0; left: 0; right: 0; bottom: 0; } .nbox { position: relative; display: block; padding: 1.5rem; border-radius: .25rem; background-color: #ffffff; } .btn-file { border-radius: 0; } .col-form-label, .input-group-text { font-size: .875rem; } .breadcrumb-other { text-align: right; position: relative !important; top: 0 !important; left: auto !important; right: 0 !important; justify-content: flex-end; margin-bottom: 1rem !important; } .ms-container { background: transparent url('../img/icons/switch.png') no-repeat 50% 50%; width: 100%; } .ms-container:after { content: "."; display: block; height: 0; line-height: 0; font-size: 0; clear: both; min-height: 0; visibility: hidden; } .ms-container .ms-selectable, .ms-container .ms-selection { background: #fff; color: #666; float: left; width: 45%; } .ms-container .ms-selection { float: right; } .ms-container .ms-list { border: 1px solid #d1d1d1; border-top: none; border-radius: 0; position: relative; height: 200px; padding: 0; overflow-y: auto; box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075); transition: border linear 0.2s, box-shadow linear 0.2s; } .ms-container .ms-list.ms-focus { border-color: rgba(82, 168, 236, 0.8); outline: 0; outline: thin dotted \9; box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(82, 168, 236, 0.6); } .ms-container ul { margin: 0; list-style-type: none; padding: 0; } .ms-container .ms-optgroup-container { width: 100%; } .ms-container .ms-optgroup-label { margin: 0; padding: 5px 0px 0px 5px; cursor: pointer; color: #999; } .ms-container .ms-selectable li.ms-elem-selectable, .ms-container .ms-selection li.ms-elem-selection { border-bottom: 1px #eee solid; padding: 2px 10px; color: #666; font-size: 14px; } .ms-container .ms-selectable li.ms-hover, .ms-container .ms-selection li.ms-hover { cursor: pointer; color: #fff; text-decoration: none; background-color: #0073ff; } .ms-container .ms-selectable li.disabled, .ms-container .ms-selection li.disabled { background-color: #eee; color: #aaa; cursor: text; } .count-box { position: relative; padding: 1rem; border-radius: .25rem; display: flex; min-height: 121px; flex-direction: column; justify-content: center; overflow: hidden; margin-bottom: 1.75rem; } .count-box .bg__icon { position: absolute; font-size: 7rem; left: -20px; bottom: -20px; color: rgb(255 255 255 / 0.1); } .count-box h4 { position: relative; z-index: 10; margin-bottom: .5rem; color: #fff; display: block; line-height: 1.2; text-align: right; font-size: 1rem; letter-spacing: normal; } .count-box h4 span { display: block; font-size: 1.75rem; color: #fff !important; font-weight: 700; } .count-box .link__box { position: relative; z-index: 10; color: #fff; width: 24px; height: 24px; display: block; margin: 0 0 0 auto; text-align: center; line-height: 20px; border: 2px solid #fff; background-color: transparent; border-radius: 100%; font-size: .625rem; transition: all .3s ease-in-out; } .count-box .link__box:hover { color: #666; background-color: #fff; } .notification-lists { margin-top: 1.75rem; width: 100%; } .notification-lists ul { padding: 0; margin: 0; list-style: none; } .notification-lists ul li { display: flex; margin-bottom: 1rem; } .notification-lists ul li:last-child { margin-bottom: 0; } .notification-lists ul li .image { min-width: 64px; height: 64px; width: 64px; margin-right: 1rem; border-radius: 100%; background-size: cover; background-position: center center; background-repeat: no-repeat; } .notification-lists ul li .desc { position: relative; padding: 1rem; background-color: #fff; border-left: 2px solid #0073ff; } .notification-lists ul li .desc::before { content: ''; position: absolute; top: 25px; left: -10px; width: 0; height: 0; border-top: 6px solid transparent; border-right: 8px solid #0073ff; border-bottom: 6px solid transparent; } .notification-lists ul li .desc h5 { font-size: .875rem; margin-bottom: 0; } .notification-lists ul li .desc p { margin-bottom: .625rem; font-size: .875rem; line-height: 1.4 !important; } .notification-lists ul li .desc p:last-of-type { margin-bottom: 0; } .bid-lists { display: block; margin-top: 2rem; } .bid-lists .bid__item { position: relative; display: flex; padding: 1.5rem 1.5rem 4rem; flex-wrap: nowrap; border-radius: .25rem; background-color: #ffffff; margin-bottom: 2rem; overflow: hidden; } .bid-lists .bid__item.bid--noaction { background-color: #f5f5f5; } .bid-lists .bid__item .user { overflow: hidden; position: relative; margin-right: 1.5rem; min-width: 128px; } .bid-lists .bid__item .user .image { position: relative; width: 128px; height: 128px; border: 1px solid #f5f5f5; background-size: cover; background-position: center center; background-repeat: no-repeat; border-radius: 100%; } .bid-lists .bid__item .user .image em { width: 18px; height: 18px; color: #fff; position: absolute; right: 6px; bottom: 10px; border-radius: 100%; border: 2px solid #fff; } .bid-lists .bid__item .user .image .online { background-color: #35aa47; } .bid-lists .bid__item .user .image .offline { background-color: #666; } .bid-lists .bid__item .user h4 { max-width: 128px; font-size: 1rem; margin-top: 1rem; margin-bottom: 0; width: 100%; line-height: 1; white-space: nowrap; text-overflow: ellipsis; overflow: hidden; } .bid-lists .bid__item .user h4 a { display: block; color: #666; white-space: nowrap; text-overflow: ellipsis; overflow: hidden; transition: all .3s ease-in-out; } .bid-lists .bid__item .user h4 a:hover { color: #0073ff; } .bid-lists .bid__item .user .freelancer { display: block; font-size: .8125rem; color: #9a9a9a; font-weight: 400; margin-bottom: .125rem; } .bid-lists .bid__item .user div > p { margin-bottom: 0; line-height: 1.4 !important; font-size: .875rem; } .bid-lists .bid__item .user div > p b { font-weight: 600; } .bid-lists .bid__item .desc { width: 100%; } .bid-lists .bid__item .desc h3 { line-height: 1.4; font-size: 1.25rem; margin-bottom: 0; } .bid-lists .bid__item .desc h3 a { display: inline-block; color: #666; transition: all .3s ease-in-out; } .bid-lists .bid__item .desc h3 a:hover { color: #0073ff; } .bid-lists .bid__item h4 { font-weight: 700; font-size: 1rem; margin-bottom: 1rem; } .bid-lists .bid__item .desc p { font-size: .875rem; margin-bottom: .625rem; } .bid-lists .bid__item .desc h6 { display: flex; font-size: .875rem; margin-bottom: .625rem; } .bid-lists .bid__item .desc h6:last-of-type { margin-bottom: 0; } .bid-lists .bid__item .desc h6 span { margin-left: .25rem; color: #666 !important; } .bid-lists .bid__item .desc h6 span.badge { font-size: .875rem; color: #fff !important; font-weight: 400; } .bid-lists .bid__item .actions { width: 100%; position: absolute; bottom: 0; left: 0; right: 0; margin: auto; height: 40px; background-color: #f5f5f5; padding: 0 1.5rem; display: flex; justify-content: space-between; } .bid-lists .bid__item .actions a { height: 40px; width: 100%; line-height: 40px; text-align: center; font-size: .9375rem; padding: 0 1.5rem; background-color: #f5f5f5; display: inline-block; color: #666; transition: all .3s ease-in-out; } .bid-lists .bid__item.bid--noaction .actions, .bid-lists .bid__item.bid--noaction .actions a { background-color: #ececec; } .bid-lists .bid__item .actions a:hover { color: #0073ff; background-color: #f9f9f9; } .bid-lists .bid__item .actions a:first-child { background-color: #0073ff !important; color: #fff !important; } .finance { width: 100%; display: block; margin-top: 2rem; } .finance .finance-info { position: relative; padding: 1.5rem; border-radius: .25rem; background-color: #ffffff; margin-bottom: 2rem; } .finance .finance-info p { font-size: 1rem; margin-bottom: 0; display: flex; align-items: center; justify-content: space-between; } .finance .finance-info p b { font-weight: 600; } .finance .finance-info p b.badge { font-size: 1rem; } .points { width: 100%; display: block; margin-top: 0; } .about-profile { position: relative; display: flex; padding: 1.5rem; flex-wrap: nowrap; border-radius: .25rem; background-color: #ffffff; margin-bottom: 2rem; } .about-profile .user { overflow: hidden; position: relative; margin-right: 1.5rem; min-width: 128px; } .about-profile .user .image { position: relative; width: 128px; height: 128px; border: 1px solid #f5f5f5; background-size: cover; background-position: center center; background-repeat: no-repeat; border-radius: 100%; } .about-profile .user h4 { max-width: 128px; font-size: 1rem; margin-top: 1rem; margin-bottom: 0; width: 100%; line-height: 1; white-space: nowrap; text-overflow: ellipsis; overflow: hidden; } .about-profile .user h4 a { display: block; color: #666; white-space: nowrap; text-overflow: ellipsis; overflow: hidden; transition: all .3s ease-in-out; } .about-profile .user h4 a:hover { color: #0073ff; } .about-profile .user .city, .about-profile .user .owner { display: block; font-size: .8125rem; color: #9a9a9a; font-weight: 400; margin-bottom: .125rem; } .about-profile .user div > p { margin-bottom: 0; line-height: 1.4 !important; font-size: .875rem; } .about-profile .user div > p b { font-weight: 600; } .about-profile .desc { width: 100%; } .about-profile .desc h3 { line-height: 1.4; font-size: 1.625rem; margin-bottom: 1rem; } .about-profile .desc h3 a { display: inline-block; color: #666; transition: all .3s ease-in-out; } .about-profile .desc h3 a:hover { color: #0073ff; } .about-profile .desc > p { margin-bottom: .625rem; } .about-profile .desc > p:last-of-type { margin-bottom: 0; } .full-info-profile { position: relative; padding: 1.5rem 1.5rem 4rem; border-radius: .25rem; background-color: #ffffff; margin-bottom: 2rem; } .full-info-profile p { display: block; font-size: 1rem; margin-bottom: .875rem; } .full-info-profile p b { display: block; font-weight: 600; } .full-info-profile p b.badge { font-size: .875rem; } .full-info-profile .actions { width: 100%; position: absolute; bottom: 0; left: 0; right: 0; margin: auto; height: 40px; background-color: #f5f5f5; padding: 0 1.5rem; display: flex; justify-content: space-between; } .full-info-profile .actions a { height: 40px; width: 100%; line-height: 40px; text-align: center; font-size: .9375rem; padding: 0 1.5rem; background-color: #f5f5f5; display: inline-block; color: #666; transition: all .3s ease-in-out; } .full-info-profile .actions a:hover { color: #0073ff; background-color: #f9f9f9; } .full-info-profile .actions a:first-child { background-color: #0073ff !important; color: #fff !important; } .worker-lists { display: block; margin-top: 2rem; } .worker-lists .worker__item { position: relative; display: flex; padding: 1.5rem; flex-wrap: nowrap; border-radius: .25rem; background-color: #ffffff; margin-bottom: 2rem; } .worker-lists .worker__item .user { overflow: hidden; position: relative; margin-right: 1.5rem; min-width: 128px; } .worker-lists .worker__item .user .image { position: relative; width: 128px; height: 128px; border: 1px solid #f5f5f5; background-size: cover; background-position: center center; background-repeat: no-repeat; border-radius: 100%; } .worker-lists .worker__item .user .image em { width: 18px; height: 18px; color: #fff; position: absolute; right: 6px; bottom: 10px; border-radius: 100%; border: 2px solid #fff; } .worker-lists .worker__item .user .image .online { background-color: #35aa47; } .worker-lists .worker__item .user .image .offline { background-color: #666; } .worker-lists .worker__item .desc { width: 100%; } .worker-lists .worker__item .desc h3 { line-height: 1.4; font-size: 1.5rem; margin-bottom: .625rem; } .worker-lists .worker__item .desc h3 a { display: inline-block; color: #666; transition: all .3s ease-in-out; } .worker-lists .worker__item .desc h3 a:hover { color: #0073ff; } .worker-lists .worker__item .desc > p { font-size: .875rem; margin-bottom: 1rem; } .worker-lists .worker__item .desc .tags { margin-bottom: 1rem; } .worker-lists .worker__item .desc .worker__rating { overflow: hidden; position: relative; margin-right: 1.5rem; min-width: 128px; } .worker-lists .worker__item .desc .worker__rating h4 { max-width: 128px; font-size: .75rem; margin-bottom: .25rem; width: 100%; line-height: 1; white-space: nowrap; text-overflow: ellipsis; overflow: hidden; text-transform: uppercase; font-weight: 700; } .worker-lists .worker__item .desc .worker__rating > p { margin-bottom: 0; line-height: 1.4 !important; font-size: .875rem; } .worker-lists .worker__item .desc .worker__rating > p b { font-weight: 600; } .worker-lists .worker__item .actions { width: 100%; position: relative; bottom: 0; left: 0; right: 0; margin: auto; height: auto; padding: 0 1.5rem; display: flex; flex-wrap: wrap; justify-content: space-between; } .worker-lists .worker__item .actions a { height: 35px; width: 100%; line-height: 35px; text-align: left; font-size: .875rem; padding: 0 1.5rem; background-color: #f5f5f5; display: block; color: #666; border-radius: .25rem; margin-bottom: .45rem; transition: all .3s ease-in-out; } .worker-lists .worker__item .actions a:hover { color: #0073ff; background-color: #f9f9f9; } .worker-lists .worker__item .actions a:first-child { background-color: #0073ff !important; color: #fff !important; } .worker-lists .worker__item .actions a:last-child { margin-bottom: 0; } .my-profile { position: relative; display: block; padding: 1.5rem; border-radius: .25rem; background-color: #ffffff; margin-bottom: 2rem; } .my-profile .image { position: relative; width: 136px; height: 136px; margin: 0 auto 1rem; border: 1px solid #f5f5f5; background-size: cover; background-position: center center; background-repeat: no-repeat; border-radius: 100%; } .my-profile .image em { width: 18px; height: 18px; color: #fff; position: absolute; right: 6px; bottom: 10px; border-radius: 100%; border: 2px solid #fff; } .my-profile .image .online { background-color: #35aa47; } .my-profile .image .offline { background-color: #666; } .my-profile .actions { width: 100%; position: relative; display: block; } .my-profile .actions a { height: auto; width: 100%; line-height: 1.4; text-align: center; font-size: .875rem; padding: .5rem 1.25rem; background-color: #f5f5f5; display: block; color: #666; font-weight: 700; letter-spacing: normal; border-radius: .25rem; margin: 0 0 .45rem; text-shadow: none; transition: all .3s ease-in-out; } .my-profile .actions a span { display: block; font-size: .75rem; font-weight: 400; letter-spacing: normal; } .my-profile .actions a:hover { color: #0073ff; background-color: #f9f9f9; } .my-profile .actions a:first-child { background-color: #0073ff !important; color: #fff !important; } .my-profile .actions a:last-child { margin-bottom: 0; } .my-profile .detail { position: relative; margin-top: 1rem; } .my-profile .detail p { display: flex; justify-content: space-between; margin: 0; font-size: 1rem; color: #666; } .my-profile .detail p b { font-weight: 700; } .profile-desc { position: relative; width: 100%; background-color: #fff; padding: 1.5rem; border-radius: .25rem; margin-bottom: 2rem; } .profile-desc p { font-size: 1rem; margin-bottom: .625rem; } .my-profile-rating { overflow: hidden; position: relative; background-color: #fff; padding: 1.5rem; border-radius: .25rem; } .my-profile-rating h4 { font-size: .875rem; margin-bottom: .25rem; width: 100%; line-height: 1; white-space: nowrap; text-overflow: ellipsis; overflow: hidden; text-transform: uppercase; font-weight: 700; } .my-profile-rating > p { margin-bottom: 0; line-height: 1.4 !important; font-size: .875rem; } .my-profile-rating > p b { font-weight: 600; } .nportfolio { width: 100%; position: relative; margin-top: -2rem; } .nportfolio a { display: block; position: relative; margin-top: 1.75rem; } .nportfolio a .image { position: relative; background-size: cover; background-position: center center; background-repeat: no-repeat; min-height: 183.75px; width: 100%; } .nportfolio a .overlay { height: calc(100% - 55px); } .nportfolio a .overlay .overlay-wrap i { font-size: 1rem; line-height: 24px; } .nportfolio a h4 { margin-bottom: 0; line-height: 1.4; font-size: .75rem; padding: .625rem; display: block; color: #888; } .nportfolio a h4 span { display: block; font-size: .875rem; white-space: nowrap; text-overflow: ellipsis; overflow: hidden; color: #666 !important; } .nreviews { position: relative; margin-top: 0; } .nreviews .review__item { background-color: #fff; display: block; padding: 1.5rem; border-radius: .25rem; margin-top: 1.75rem; } .nreviews .review__item .user { display: flex; align-items: center; padding-bottom: 1rem; margin-bottom: 1rem; border-bottom: 1px solid #f5f5f5; } .nreviews .review__item .user .image { min-width: 64px; height: 64px; width: 64px; background-size: cover; border-radius: 100%; margin-right: 1rem; border: 1px solid #e1e1e1; } .nreviews .review__item .user .info { width: 100%; } .nreviews .review__item .user .info h4 { margin-bottom: 0; font-size: 1.25rem; display: flex; justify-content: space-between; } .nreviews .review__item .user .info h4 a { display: inline-block; } .nreviews .review__item .user .info h4 .rating-box { display: flex; align-items: center; font-size: .875rem; } .nreviews .review__item .user .info ul { margin: 0; padding: 0; list-style: none; display: flex; } .nreviews .review__item .user .info ul li { margin-right: 1rem; font-size: .875rem; } .nreviews .review__item .desc { display: block; } .nreviews .review__item .desc p { margin-bottom: 0; } .narbitrase { position: relative; margin-top: 0; } .narbitrase .arbitrase__item { background-color: #fff; display: block; padding: 1.5rem; border-radius: .25rem; margin-top: 1.75rem; } .narbitrase .arbitrase__item h3 { position: relative; padding-right: 128px; margin-bottom: 1rem; padding-bottom: 1rem; border-bottom: 1px solid #f9f9f9; } .narbitrase .arbitrase__item h3 a { color: #666; display: inline-block; } .narbitrase .arbitrase__item h3 .button { margin: 0; position: absolute; right: 0; top: 0; font-size: .75rem; padding: 0 .875rem; background-color: #303030; } .narbitrase .arbitrase__item .users { width: 100%; margin-bottom: 1rem; } .narbitrase .arbitrase__item .users .user__item { display: flex; padding: 1.5rem; background-color: #f9f9f9; border-radius: .25rem; } .narbitrase .arbitrase__item .users .user__item .image { min-width: 96px; height: 96px; width: 96px; background-size: cover; border-radius: 100%; margin-right: 1rem; border: 1px solid #e1e1e1; } .narbitrase .arbitrase__item .users .user__item .info { width: 100%; display: block; } .narbitrase .arbitrase__item .users .user__item .info p { font-size: .875rem; margin-bottom: .625rem; } .narbitrase .arbitrase__item .users .user__item .info p span { display: block; } .narbitrase .arbitrase__item .users .user__item .info p:last-of-type { margin-bottom: 0; } .narbitrase .arbitrase__item .users .user__desc { margin-top: 1rem; } .narbitrase .arbitrase__item .users .user__desc h5 { margin-bottom: 0; display: block; } .narbitrase .arbitrase__item .users .user__desc p { font-size: .875rem; margin-bottom: .625rem; } .narbitrase .arbitrase__item .toggle { margin-bottom: 1rem; } .narbitrase .arbitrase__item .toggle:last-of-type { margin-bottom: 0; } .narbitrase .arbitrase__item .toggle.toggle-bg .togglet, .narbitrase .arbitrase__item .toggle.toggle-bg .toggleta { background-color: #f5f5f5; line-height: 44px; padding: 0 0 0 1.5rem; border-radius: 2px; } .narbitrase .arbitrase__item .toggle.toggle-bg .togglet i { left: auto; right: 24px; line-height: 44px; } .narbitrase .arbitrase__item .toggle.toggle-bg .togglec { padding: 1.5rem; } .narbitrase .arbitrase__item .toggle.toggle-bg .togglec p { margin-bottom: .625rem; font-size: .875rem; } .narbitrase .arbitrase__item .toggle.toggle-bg .togglec ul { padding-left: 22px; margin-bottom: .625rem; } .narbitrase .arbitrase__item .toggle.toggle-bg .togglec ul li { font-size: .875rem; } .narbitrase .arbitrase__item .toggle.toggle-bg .togglec blockquote { font-size: .875rem; } .col-form-label { text-align: right; } .table td, .table th { padding: .625rem; font-size: .875rem; } .npagination { width: 100%; margin-top: 2rem; } .npagination p { font-size: .875rem; } .mfp-bg { top: 0; left: 0; width: 100%; height: 100%; z-index: 1042; overflow: hidden; position: fixed; background: #0b0b0b; opacity: 0.8; } .mfp-wrap { top: 0; left: 0; width: 100%; height: 100%; z-index: 1043; position: fixed; outline: none !important; -webkit-backface-visibility: hidden; backface-visibility: hidden; } .mfp-container { text-align: center; position: absolute; width: 100%; height: 100%; left: 0; top: 0; padding: 0 8px; box-sizing: border-box; } .mfp-container:before { content: ''; display: inline-block; height: 100%; vertical-align: middle; } .mfp-align-top .mfp-container:before { display: none; } .mfp-content { position: relative; display: inline-block; vertical-align: middle; margin: 0 auto; text-align: left; z-index: 1045; } .mfp-inline-holder .mfp-content, .mfp-ajax-holder .mfp-content { width: 100%; cursor: auto; } .mfp-ajax-cur { cursor: progress; } .mfp-zoom-out-cur, .mfp-zoom-out-cur .mfp-image-holder .mfp-close { cursor: -moz-zoom-out; cursor: -webkit-zoom-out; cursor: zoom-out; } .mfp-zoom { cursor: pointer; cursor: -webkit-zoom-in; cursor: -moz-zoom-in; cursor: zoom-in; } .mfp-auto-cursor .mfp-content { cursor: auto; } .mfp-close, .mfp-arrow, .mfp-preloader, .mfp-counter { -webkit-user-select: none; -moz-user-select: none; user-select: none; } .mfp-loading.mfp-figure { display: none; } .mfp-hide { display: none !important; } .mfp-preloader { color: #CCC; position: absolute; top: 50%; left: 50%; width: 24px; height: 24px; background: url("../img/preloader-dark.gif") center center no-repeat; text-align: center; margin-top: -12px; margin-left: -12px; z-index: 1044; text-indent: -9999px; } .mfp-preloader a { color: #CCC; } .mfp-preloader a:hover { color: #FFF; } .mfp-s-ready .mfp-preloader { display: none; } .mfp-s-error .mfp-content { display: none; } button.mfp-close, button.mfp-arrow { overflow: visible; cursor: pointer; background: transparent; border: 0; -webkit-appearance: none; display: block; outline: none; padding: 0; z-index: 1046; box-shadow: none; touch-action: manipulation; } button::-moz-focus-inner { padding: 0; border: 0; } .mfp-close { width: 44px; height: 44px; line-height: 44px; position: absolute; right: 0; top: 0; text-decoration: none; text-align: center; opacity: 0.65; padding: 0 0 18px 10px; color: #FFF; font-style: normal; font-size: 28px; font-family: Arial, Baskerville, monospace; } .mfp-close:hover, .mfp-close:focus { opacity: 1; } .mfp-close:active { top: 1px; } .mfp-close-btn-in .mfp-close { color: #333; } .mfp-image-holder .mfp-close, .mfp-iframe-holder .mfp-close { color: #FFF; right: -6px; text-align: right; padding-right: 6px; width: 100%; } .mfp-counter { position: absolute; top: 0; right: 0; color: #CCC; font-size: 12px; line-height: 18px; white-space: nowrap; } .mfp-arrow { position: absolute; opacity: 0.65; margin: 0; top: 50%; margin-top: -55px; padding: 0; width: 90px; height: 110px; -webkit-tap-highlight-color: transparent; } .mfp-arrow:active { margin-top: -54px; } .mfp-arrow:hover, .mfp-arrow:focus { opacity: 1; } .mfp-arrow:before, .mfp-arrow:after { content: ''; display: block; width: 0; height: 0; position: absolute; left: 0; top: 0; margin-top: 35px; margin-left: 35px; border: medium inset transparent; } .mfp-arrow:after { border-top-width: 13px; border-bottom-width: 13px; top: 8px; } .mfp-arrow:before { border-top-width: 21px; border-bottom-width: 21px; opacity: 0.7; } .mfp-arrow-left { left: 0; } .mfp-arrow-left:after { border-right: 17px solid #FFF; margin-left: 31px; } .mfp-arrow-left:before { margin-left: 25px; border-right: 27px solid #3F3F3F; } .mfp-arrow-right { right: 0; } .mfp-arrow-right:after { border-left: 17px solid #FFF; margin-left: 39px; } .mfp-arrow-right:before { border-left: 27px solid #3F3F3F; } .mfp-iframe-holder { padding-top: 40px; padding-bottom: 40px; } .mfp-iframe-holder .mfp-content { line-height: 0; width: 100%; max-width: 900px; } .mfp-iframe-holder .mfp-close { top: -40px; } .mfp-iframe-scaler { width: 100%; height: 0; overflow: hidden; padding-top: 56.25%; } .mfp-iframe-scaler iframe { position: absolute; display: block; top: 0; left: 0; width: 100%; height: 100%; background: #000; } img.mfp-img { width: auto; max-width: 100%; height: auto; display: block; line-height: 0; box-sizing: border-box; padding: 40px 0 40px; margin: 0 auto; } .mfp-figure { line-height: 0; } .mfp-figure:after { content: ''; position: absolute; left: 0; top: 40px; bottom: 40px; display: block; right: 0; width: auto; height: auto; z-index: -1; box-shadow: 0 0 8px rgba(0, 0, 0, 0.6); background: #444; } .mfp-figure small { color: #BDBDBD; display: block; font-size: 12px; line-height: 14px; } .mfp-figure figure { margin: 0; } .mfp-bottom-bar { margin-top: -36px; position: absolute; top: 100%; left: 0; width: 100%; cursor: auto; } .mfp-title { text-align: left; line-height: 18px; color: #F3F3F3; word-wrap: break-word; padding-right: 36px; } .mfp-image-holder .mfp-content { max-width: 100%; } .mfp-gallery .mfp-image-holder .mfp-figure { cursor: pointer; } @media screen and (max-width: 800px) and (orientation: landscape), screen and (max-height: 300px) { .mfp-img-mobile .mfp-image-holder { padding-left: 0; padding-right: 0; } .mfp-img-mobile img.mfp-img { padding: 0; } .mfp-img-mobile .mfp-figure:after { top: 0; bottom: 0; } .mfp-img-mobile .mfp-figure small { display: inline; margin-left: 5px; } .mfp-img-mobile .mfp-bottom-bar { background: rgba(0, 0, 0, 0.6); bottom: 0; margin: 0; top: auto; padding: 3px 5px; position: fixed; box-sizing: border-box; } .mfp-img-mobile .mfp-bottom-bar:empty { padding: 0; } .mfp-img-mobile .mfp-counter { right: 5px; top: 3px; } .mfp-img-mobile .mfp-close { top: 0; right: 0; width: 35px; height: 35px; line-height: 35px; background: rgba(0, 0, 0, 0.6); position: fixed; text-align: center; padding: 0; } } @media all and (max-width: 900px) { .mfp-arrow { -webkit-transform: scale(0.75); transform: scale(0.75); } .mfp-arrow-left { -webkit-transform-origin: 0; transform-origin: 0; } .mfp-arrow-right { -webkit-transform-origin: 100%; transform-origin: 100%; } .mfp-container { padding-left: 6px; padding-right: 6px; } } .mfp-fade.mfp-bg { opacity: 0; -webkit-transition: all 0.25s ease-out; -moz-transition: all 0.25s ease-out; transition: all 0.25s ease-out; } .mfp-fade.mfp-bg.mfp-ready { opacity: 0.8; } .mfp-fade.mfp-bg.mfp-removing { opacity: 0; } .mfp-fade.mfp-wrap .mfp-content { opacity: 0; -webkit-transition: all 0.25s ease-out; -moz-transition: all 0.25s ease-out; transition: all 0.25s ease-out; } .mfp-fade.mfp-wrap.mfp-ready .mfp-content { opacity: 1; } .mfp-fade.mfp-wrap.mfp-removing .mfp-content { opacity: 0; } @media (max-width: 1199.98px) { canvas { max-width: 100%; height: auto !important; } } @media (min-width: 992px) and (max-width: 1199.98px) { #wrapper { width: 1000px; } #header.transparent-header.floating-header .container { width: 1030px; padding: 0 30px; } #header.transparent-header.floating-header.sticky-header .container { width: 970px; padding: 0 15px; } #primary-menu.sub-title ul > li > a { padding-left: 15px; padding-right: 15px; } #primary-menu ul li.mega-menu .mega-menu-content, .floating-header.sticky-header #primary-menu ul li.mega-menu .mega-menu-content { width: 940px; } .floating-header #primary-menu ul li.mega-menu .mega-menu-content { width: 1030px; } .testi-image, .testi-image a, .testi-image img, .testi-image i { display: block; width: 36px; height: 36px; } .testi-image i { line-height: 36px; font-size: 20px; } .postcontent .small-thumbs .entry-image { width: 200px; } .bothsidebar .small-thumbs .entry-image { width: 120px; } .post-timeline .entry { width: 400px !important; } .post-timeline .entry.entry-date-section { width: 100% !important; } .mpost .entry-image, .mpost .entry-image a, .mpost .entry-image img, .mpost .entry-image i { width: 120px; height: 90px; } .mpost .entry-image a i { line-height: 90px; } .bothsidebar .product-1 .product-image { width: 200px; height: 267px; } .product-title h3 { font-size: 18px; } .landing-video { width: 465px; height: 262px; margin: 19px 0 0 75px; } .landing-form-overlay { bottom: -142px; } } @media (max-width: 991.98px) { #wrapper { width: 100%; margin: 0; box-shadow: none; } #header.full-header .container, .container-fullwidth { padding: 0 15px !important; margin: 0 auto; width: 750px !important; } .container.vertical-middle { width: 100% !important; } .vertical-middle+.video-wrap { position: absolute; width: 100%; height: 100%; top: 0; left: 0; } .postcontent, .postcontent.bothsidebar, .sidebar { width: 100%; margin-right: 0; float: none !important; margin-bottom: 40px !important; padding-bottom: 40px; border-bottom: 1px solid #EEE; } #header, #header-wrap, #header.sticky-style-2, #header.sticky-style-3, #header.sticky-style-2 #header-wrap, #header.sticky-style-3 #header-wrap { height: auto !important; } #header.sticky-style-2 #header-wrap, #header.sticky-style-3 #header-wrap { min-height: 60px; } #header.sticky-header #header-wrap { position: relative; } #header.transparent-header, #header.semi-transparent { background: #FFF; border-bottom: 1px solid #F5F5F5; z-index: auto; } #header.dark.transparent-header, #header.dark.semi-transparent { background-color: #333; border-bottom: 1px solid rgba(0, 0, 0, 0.1); } #header.transparent-header.floating-header { margin-top: 0; } #header.transparent-header.floating-header .container { width: 750px; padding: 0 15px; border-radius: 0; } #header.transparent-header+#slider, #header.transparent-header+#page-title.page-title-parallax, #slider+#header.transparent-header, #header.transparent-header.floating-header+#slider, #header.transparent-header+#google-map { top: 0; margin-bottom: 0; } .slider-parallax .slider-parallax-inner { position: relative; } #header.transparent-header+#page-title.page-title-parallax .container { padding-top: 0; } body:not(.primary-menu-open) #header.dark.transparent-header-responsive, body:not(.primary-menu-open) #header.transparent-header-responsive { background-color: transparent; border: none; } body:not(.primary-menu-open) #header.semi-transparent.transparent-header-responsive { background-color: rgba(255, 255, 255, 0.8); z-index: 1; } body:not(.primary-menu-open) #header.transparent-header-responsive+#slider, body:not(.primary-menu-open) #header.transparent-header-responsive+#page-title.page-title-parallax, body:not(.primary-menu-open) #slider+#header.transparent-header-responsive, body:not(.primary-menu-open) #header.transparent-header-responsive.floating-header+#slider, body:not(.primary-menu-open) #header.transparent-header-responsive+#google-map { top: -101px; margin-bottom: -101px; } #header-trigger, .top-advert, .header-extras { display: none; } #logo { display: block; height: 65px; float: none; margin: 0 auto 0 !important; max-width: none; text-align: left; border: 0 !important; padding: 0 !important; } #logo a.standard-logo { display: inline-block; } #logo img { max-width: 110px; margin-top: 12px; } #primary-menu { display: block; float: none; } #primary-menu-trigger { opacity: 1; pointer-events: auto; top: 17px; margin-top: 0; left: 0; z-index: 1; } #primary-menu .container #primary-menu-trigger { top: 5px; left: 0; } #primary-menu > ul, #primary-menu > div > ul { display: none; float: none !important; border: 0 !important; padding: 0 !important; margin: 0 !important; -webkit-transition: none; -o-transition: none; transition: none; } #primary-menu > div > ul { padding-top: 60px !important; } body:not(.top-search-open) #primary-menu-trigger { opacity: 1; -webkit-transition: opacity .2s .2s ease, top .4s ease; -o-transition: opacity .2s .2s ease, top .4s ease; transition: opacity .2s .2s ease, top .4s ease; } body.top-search-open #primary-menu-trigger { opacity: 0; } body.side-push-panel #side-panel-trigger-close a { display: block; position: absolute; z-index: 12; top: 0; left: auto; right: 0; width: 40px; height: 40px; font-size: 18px; line-height: 40px; color: #444; text-align: center; background-color: rgba(0, 0, 0, 0.1); border-radius: 0 0 0 2px; } #primary-menu.style-5 > ul { padding-right: 0; margin-right: 0; border-right: 0; } #primary-menu ul li { float: none; margin: 0 !important; text-align: left !important; border-top: 1px solid #EEE; } #header.split-menu #primary-menu:not(.mobile-menu-off-canvas) > ul:not(:first-child) > li:first-child { border-top: 1px solid #EEE; } #primary-menu ul li:first-child { border-top: 0; } #primary-menu ul > li > a, #primary-menu.style-2 > div > ul > li > a { padding: 14px 5px !important; border: none !important; margin: 0 !important; } #primary-menu ul > li > a.user--link { padding: 14px 24px !important; margin: 0 !important; border-radius: .25rem; } #primary-menu ul > li > a.user--link .d-flex { justify-content: center !important; } #primary-menu.style-5 > ul > li > a > div { line-height: 22px; } #primary-menu.style-5 > ul > li > a > div i { display: inline-block; margin: 0 6px 0 0; top: -1px; width: 16px; font-size: 14px; line-height: inherit; } #primary-menu.style-6 > ul > li > a:after, #primary-menu.style-6 > ul > li.current > a:after { display: none; } #primary-menu.sub-title > ul > li, #primary-menu.sub-title.style-2 > div > ul > li { background: none !important; margin-left: 0; } #primary-menu.sub-title > ul > li > a, #primary-menu.sub-title > div > ul > li > a { line-height: 22px; font-size: 13px; border-top: none; } #primary-menu.sub-title ul li > a span { display: none !important; } #primary-menu.sub-title ul li:hover > a, #primary-menu.sub-title ul li.current > a, #primary-menu.sub-title div ul > li:hover > a, #primary-menu.sub-title div ul > li.current > a, #primary-menu.style-3 ul li:hover > a, #primary-menu.style-3 ul li.current > a { background-color: transparent !important; color: #444; text-shadow: none; } #primary-menu ul:not(.windows-mobile-menu) li > a i.icon-angle-down:last-child { display: none; } #primary-menu > ul > li.sub-menu > a, #primary-menu > .container > ul > li.sub-menu > a { background-image: url("../images/icons/submenu.png"); background-position: right center; background-repeat: no-repeat; } #primary-menu ul li.mega-menu { position: relative; } #primary-menu ul ul:not(.mega-menu-column), #primary-menu ul li .mega-menu-content { position: relative; width: auto; max-width: none; background: transparent !important; box-shadow: none; border: 0; border-top: 1px solid #EEE; z-index: 1; top: 0; padding-left: 15px; } #primary-menu ul li .mega-menu-content { padding-left: 0; display: none; } #primary-menu.on-click ul li .mega-menu-content.d-block { display: block !important; } #primary-menu ul ul:not(.mega-menu-column) ul { top: 0 !important; left: 0; } #primary-menu ul ul.menu-pos-invert:not(.mega-menu-column), #primary-menu ul li .mega-menu-content.menu-pos-invert { left: 0; right: 0; } #primary-menu ul ul:not(.mega-menu-column) ul.menu-pos-invert { right: 0; } #primary-menu ul ul li { float: none; margin: 0; border-top: 1px solid #EEE; } #primary-menu ul ul li > a { padding: 11px 5px !important; font-size: 13px; text-transform: none; font-weight: 400; } #primary-menu ul ul li:hover > a { background-color: transparent !important; font-weight: 700; padding-left: 5px; color: #1ABC9C; } #primary-menu ul li .mega-menu-content, #primary-menu ul li.mega-menu-small .mega-menu-content, #primary-menu ul li.mega-menu .mega-menu-content, .floating-header.sticky-header #primary-menu ul li.mega-menu .mega-menu-content, .floating-header #primary-menu ul li.mega-menu .mega-menu-content { width: auto; margin: 0; top: 0; } .container-fullwidth #primary-menu ul li.mega-menu .mega-menu-content, #header.full-header #primary-menu ul li.mega-menu .mega-menu-content { width: auto !important; margin: 0 !important; } #primary-menu ul li.mega-menu .mega-menu-content.style-2 { padding: 0; } #primary-menu ul li .mega-menu-content ul { display: block !important; position: relative; opacity: 1 !important; top: 0; left: 0; min-width: inherit; } #primary-menu ul li .mega-menu-content ul ul { border-top: 1px solid #EEE; } #primary-menu ul li .mega-menu-content ul.mega-menu-column { float: none; width: auto !important; -ms-flex: 0 0 100% !important; flex: 0 0 100% !important; max-width: 100% !important; margin: 0; border-left: 0 !important; padding-left: 15px; border-top: 1px solid #EEE; } #primary-menu ul li .mega-menu-content ul.mega-menu-column:first-child { border: 0; } #primary-menu ul li .mega-menu-content ul { width: 100% !important; } #primary-menu ul li .mega-menu-content.style-2 ul.mega-menu-column { padding: 0 0 0 15px; } #primary-menu ul li .mega-menu-content.style-2 ul.mega-menu-column > li.mega-menu-title { margin: 0; } #primary-menu ul li .mega-menu-content.style-2 ul.mega-menu-column > li.mega-menu-title > a { font-size: 13px; font-weight: 700; text-transform: none !important; padding: 11px 5px !important; line-height: 22px !important; color: #444 !important; } #primary-menu ul li .mega-menu-content.style-2 ul.mega-menu-column > li.mega-menu-title:hover > a { background-color: transparent; color: #1ABC9C !important; } #primary-menu ul li .mega-menu-content.style-2 ul.mega-menu-column > li.mega-menu-title > a:hover { color: #1ABC9C !important; } #primary-menu ul li .mega-menu-content.style-2 li { border-top: 1px solid #EEE; } #primary-menu ul li .mega-menu-content.style-2 li:first-child { border-top: 0; } #primary-menu ul li .mega-menu-content.style-2 ul > li > a:hover { padding-left: 5px; } .mega-menu-column .widget { padding: 30px 0; margin: 0 !important; } #top-search { margin: 0 !important; } #top-search a, #top-cart, #side-panel-trigger, #top-account { position: absolute; top: 0; left: auto; right: 15px; margin: 40px 0; -webkit-transition: margin .4s ease; -o-transition: margin .4s ease; transition: margin .4s ease; } #primary-menu > div > #top-search a, #primary-menu > div > #top-cart, #primary-menu > div > #side-panel-trigger { margin: 20px 0 !important; } #primary-menu ul.windows-mobile-menu li.sub-menu { position: relative; } #primary-menu ul.windows-mobile-menu li.sub-menu a { background-image: none !important; } #primary-menu ul.windows-mobile-menu li.sub-menu a.wn-submenu-trigger { position: absolute; cursor: pointer; width: 32px; height: 50px; line-height: 51px; top: 0; right: 0; z-index: 1; padding: 0 !important; text-align: center !important; } #primary-menu ul.windows-mobile-menu .mega-menu-content a.wn-submenu-trigger { display: none; } #primary-menu ul.windows-mobile-menu li.sub-menu a.wn-submenu-trigger i { margin: 0 !important; } #primary-menu ul.windows-mobile-menu ul li.sub-menu a.wn-submenu-trigger { text-align: center !important; height: 45px; line-height: 45px; } #primary-menu ul.windows-mobile-menu ul li.sub-menu a.wn-submenu-trigger i { display: inline-block; line-height: 45px; } #header.sticky-style-3 #top-cart .top-cart-content { top: 40px; } #top-search a { right: 43px; } #top-search form { height: 100px !important; } #primary-menu > div > #top-search form { height: 60px !important; } #top-search form input { font-size: 24px; } #side-panel-trigger { right: 71px; } #top-account { margin: 33px 0 32px; right: 75px; } #top-account a.btn span { display: none; } body:not(.sticky-responsive-pagemenu) #page-menu #page-menu-wrap { position: relative !important; top: 0 !important; } #page-submenu-trigger { opacity: 1; pointer-events: auto; color: #FFF; } #page-menu.pagemenu-active #page-submenu-trigger { background-color: rgba(0, 0, 0, 0.2); } #page-menu nav { display: none; position: absolute; float: none; width: 200px; top: 43px; left: auto; right: 15px; height: auto; background-color: #1ABC9C; z-index: 11; } #page-menu.pagemenu-active nav { display: block; } #page-menu nav ul { height: auto; background-color: rgba(0, 0, 0, 0.2); } #page-menu nav li { float: none; } #page-menu nav li a { height: 40px; line-height: 40px; margin: 0; padding: 0 15px; border-radius: 0; } #page-menu ul ul { position: relative; width: auto; top: 0; background-color: transparent; } #page-menu ul ul a { padding-left: 25px; } .sticky-responsive-menu #header { min-height: 100px; -webkit-transition: min-height .4s ease; -o-transition: min-height .4s ease; transition: min-height .4s ease; } .sticky-responsive-menu #header-wrap { -webkit-transform: translate3d(0, 0, 0); transform: translate3d(0, 0, 0); } .sticky-responsive-menu #header.sticky-style-2, .sticky-responsive-menu #header.sticky-style-3 { min-height: 160px; } .sticky-responsive-menu.device-touch #header, .sticky-responsive-menu.device-touch #header-wrap, .sticky-responsive-menu.device-touch #logo, .sticky-responsive-menu.device-touch #logo img, .sticky-responsive-menu.device-touch #top-search a, .sticky-responsive-menu.device-touch #primary-menu-trigger, .sticky-responsive-menu.device-touch #top-cart, .sticky-responsive-menu.device-touch #side-panel-trigger, .sticky-responsive-menu.device-touch #top-account { -webkit-transition: none !important; -o-transition: none !important; transition: none !important; } #header.responsive-sticky-header:not(.sticky-style-2):not(.sticky-style-3):not(.static-sticky) { min-height: 60px; } .responsive-sticky-header #header-wrap { z-index: 199; position: fixed; top: 0; left: 0; width: 100%; background-color: #FFF; border-bottom: 1px solid #EEE; -webkit-backface-visibility: hidden; backface-visibility: hidden; } .responsive-sticky-header:not(.static-sticky) #logo, .responsive-sticky-header:not(.static-sticky) #logo img { height: 60px; } .responsive-sticky-header:not(.static-sticky) #primary-menu-trigger { top: 5px; } .responsive-sticky-header #primary-menu > ul, .responsive-sticky-header #primary-menu > .container > ul { max-height: 300px; overflow-y: scroll; } .responsive-sticky-header #primary-menu > ul, .responsive-sticky-header #primary-menu > .container > ul { margin-bottom: 20px !important; } .responsive-sticky-header:not(.static-sticky) #top-search a, .responsive-sticky-header:not(.static-sticky) #top-cart, .responsive-sticky-header:not(.static-sticky) #side-panel-trigger { margin: 20px 0; } .responsive-sticky-header:not(.static-sticky) #top-search form { height: 60px !important; } .responsive-sticky-header:not(.static-sticky) #top-cart .top-cart-content { top: 40px; } #header.responsive-sticky-header:not(.static-sticky)~#page-menu.sticky-page-menu #page-menu-wrap { top: 60px; } body:not(.sticky-responsive-menu) #primary-menu.mobile-menu-off-canvas > ul, body:not(.sticky-responsive-menu) #primary-menu.mobile-menu-off-canvas > div > ul { position: fixed; display: block; z-index: 499; width: 280px; height: 100%; height: calc(100vh); max-height: none !important; margin: 0 !important; left: 0 !important; top: 0 !important; padding: 35px 25px 60px !important; background-color: #FFF; border-right: 1px solid #EEE !important; overflow-y: scroll; -webkit-overflow-scrolling: touch; -webkit-transform: translate3d(-280px, 0, 0); -o-transform: translate3d(-280px, 0, 0); transform: translate3d(-280px, 0, 0); -webkit-backface-visibility: hidden; backface-visibility: hidden; transform-style: preserve-3d; } body:not(.sticky-responsive-menu) #primary-menu.mobile-menu-off-canvas.from-right > ul, body:not(.sticky-responsive-menu) #primary-menu.mobile-menu-off-canvas.from-right > div > ul { left: auto !important; right: 0; border-right: 0 !important; border-left: 1px solid #EEE !important; -webkit-transform: translate3d(280px, 0, 0); -o-transform: translate3d(280px, 0, 0); transform: translate3d(280px, 0, 0); } body:not(.sticky-responsive-menu) #primary-menu.mobile-menu-off-canvas > ul, body:not(.sticky-responsive-menu) #primary-menu.mobile-menu-off-canvas > div > ul { -webkit-transition: -webkit-transform .3s ease-in-out, opacity .2s ease !important; -o-transition: -o-transform .3s ease-in-out, opacity .2s ease !important; transition: transform .3s ease-in-out, opacity .2s ease !important; } body:not(.sticky-responsive-menu) #primary-menu.mobile-menu-off-canvas > ul.d-block, body:not(.sticky-responsive-menu) #primary-menu.mobile-menu-off-canvas > div > ul.d-block { -webkit-transform: translate3d(0, 0, 0); -o-transform: translate3d(0, 0, 0); transform: translate3d(0, 0, 0); } .small-thumbs .entry-title h2, .ievent .entry-title h2 { font-size: 18px; } .entry-meta li { font-size: 12px; margin: 0 10px 10px 0; } .post-grid { margin-right: -20px; } .post-grid .entry { width: 33.33333333%; padding-right: 20px; } .post-grid.grid-2, .post-grid.grid-3 { margin-right: -30px; } .post-grid.grid-2 .entry, .post-grid.grid-3 .entry { width: 50%; padding-right: 30px; } .post-masonry-full .entry { width: 33.30% !important; } .post-masonry-full.grid-3 .entry { width: 50% !important; } .post-timeline .entry { width: 290px !important; } .post-timeline .entry.entry-date-section { width: 100% !important; } .product { width: 33.33333333%; } .product:not(.product-2):not(.product-3) .product-title h3 { font-size: 18px; } .pricing [class^=col-md-] .pricing-box.best-price { margin-top: 0; } .pricing.pricing-5 .pricing-box.best-price { margin-top: 20px; } .device-md .pricing.pricing-5 .pricing-title h3, .device-md .pricing.pricing-5 .best-price .pricing-title h3 { font-size: 14px; } .device-md .pricing.pricing-5 .pricing-title span { font-size: 12px; } .device-md .pricing.pricing-5 .pricing-price { font-size: 48px; } .device-md .pricing.pricing-5 .pricing-price span { font-size: 20px; } .device-md .pricing.pricing-5 .pricing-price span.price-tenure { font-size: 12px; } .device-md .pricing.pricing-5 .pricing-box.best-price .pricing-title { padding: 15px 0; } .pricing-box.pricing-extended .pricing-desc, .pricing-box.pricing-extended .pricing-action-area { position: relative; float: none; width: auto; padding: 25px; } .pricing-box.pricing-extended .pricing-action-area { height: auto; border-left: 0; border-top: 1px solid rgba(0, 0, 0, 0.05); border-radius: 0 0 3px 3px; } .testimonials-grid.grid-3 li { width: 50%; } .section > .testimonial { padding: 0 40px !important; max-width: none; } #contact-form-overlay-mini { float: none; width: auto; max-width: 380px; margin: 0 auto; } .button.button-full { font-size: 22px; } .button.button-full i { top: 3px !important; } .error404 { font-size: 180px; } .landing-form-overlay { position: absolute; width: 100%; max-width: 400px; right: auto; left: 50%; margin-left: -200px; bottom: 0; } #header .button { margin: .25rem 0 !important; } #header .button .d-flex { justify-content: center; } #primary-menu ul li.sub-menu .d-flex { justify-content: space-between; } } @media (min-width: 768px) and (max-width: 991.98px) { .swiper_wrapper:not(.full-screen):not(.canvas-slider-grid), .swiper_wrapper:not(.full-screen):not(.canvas-slider-grid) .swiper-slide { height: 400px !important; } .sidebar-widgets-wrap { position: relative; margin: 0 -20px -40px -20px; } .sidebar-widgets-wrap .widget { display: inline-block; vertical-align: top; float: none; width: 49.6%; margin: 0 0 40px 0; padding-top: 0; padding-left: 20px; padding-right: 20px; border-top: 0; } .landing-video { width: 352px; height: 199px; margin: 14px 0 0 60px; } } @media (max-width: 767.98px) { body { padding: 0 !important; } #wrapper { width: 100% !important; } .container-fullwidth { margin: 0 auto; padding: 0 15px !important; } h1 { font-size: 28px; } h2 { font-size: 24px; } h3 { font-size: 20px; } h4 { font-size: 16px; } .one-page-arrow { display: none !important; } #top-bar { height: auto; display: none; } .top-links, .top-links > ul > li { float: none !important; } .top-links > ul { text-align: center; } .top-links > ul > li { display: inline-block; } .top-links > ul > li { margin-right: -4px; } .top-links ul ul, .top-links ul div.top-link-section { text-align: left; } .top-links ul div.top-link-section { left: auto; right: 0; padding: 20px 15px; } #top-social { display: none !important; } .postcontent, .postcontent.bothsidebar, .sidebar { width: 100%; margin-right: 0; float: none; margin-bottom: 50px !important; } #page-title { padding: 20px 0 25px; text-align: center; } #page-title h1 { line-height: 1.5; font-size: 24px; } #page-title .breadcrumb { position: relative !important; top: 0 !important; left: 0 !important; right: 0 !important; margin: 0 !important; justify-content: center; } .small-thumbs .entry-image, .ievent .entry-image { float: none !important; width: 100% !important; margin: 0 0 20px !important; } .entry-title h2, .post-grid .entry-title h2 { font-size: 18px !important; font-weight: 600; } .entry-meta li { font-size: 11px; margin: 0 10px 10px 0; } #posts .entry-meta li i { display: none; } #posts.post-grid .entry-meta li i, #posts .entry-meta li:last-child i { display: inline-block; } .post-grid { margin-right: 0 !important; } .post-grid .entry, .post-masonry-full.grid-3 .entry { float: none !important; width: 100% !important; margin-right: 0 !important; border-right: 0 !important; } .post-timeline .entry.entry-date-section { margin-left: 0; } .postcontent .post-timeline { margin: 0; } .timeline-border, .post-timeline .entry-timeline { display: none !important; } .postcontent .post-timeline { padding-left: 0; } .post-masonry-full .entry { padding: 40px !important; } .product-1 .product { width: 100%; } .product-1 .product-image { float: none !important; width: 100% !important; height: auto !important; margin: 0 0 20px !important; } .product-1 .product-title h3 { font-size: 19px; } .product-1 p { display: none; } .pricing-box.best-price { margin-top: 0; } .pricing.pricing-5 .pricing-box { float: none; width: 100%; } .pricing-box.pricing-extended .pricing-features li { width: auto; float: none; } table.cart .quantity { display: block; } table.cart .quantity .qty, table.cart .quantity .plus, table.cart .quantity .minus { float: none; width: 100%; } table.cart .quantity .qty { border: 0; border-top: 1px solid #DDD; border-bottom: 1px solid #DDD; } .button.button-desc { padding: 20px 17px; font-size: 15px; max-width: 100%; } .button.button-desc span { font-size: 11px; } .process-steps li { float: none; width: auto !important; margin-top: 20px; } .process-steps li:first-child { margin-top: 0; } .process-steps li h5 { margin: 10px 0 0 0; } .process-steps li:before, .process-steps li:after { display: none; } .tabs-responsive .tab-container { padding: 0 !important; } .tabs-responsive .tab-container:not(.accordion-border) { border: 0; } .testimonials-grid li { float: none; width: auto !important; padding-left: 0; padding-right: 0; } .title-block { padding: 2px 0 3px 15px; border-left-width: 5px; } .title-block-right { padding: 2px 15px 3px 0; border-right-width: 5px; } .title-block h1+span { font-size: 18px; } .title-block h2+span { font-size: 17px; } .title-block h3+span { font-size: 15px; } .title-block h4+span { font-size: 13px; } .heading-block h1 { font-size: 30px; } .heading-block h2 { font-size: 26px; } .heading-block h3 { font-size: 22px; } .heading-block h4 { font-size: 19px; } .heading-block h1+span { font-size: 20px; } .heading-block h2+span { font-size: 18px; } .heading-block h3+span, .heading-block h4+span { font-size: 17px; } .heading-block~p:not(.lead) { font-size: 15px; } .emphasis-title h1, .emphasis-title h2 { font-size: 44px !important; } .news-carousel .overlay { display: none; } .landing-video { position: relative; top: 14px; width: 76%; height: auto; margin: 19px auto 0; } #cookie-notification .container { padding-right: 15px; } #cookie-notification .cookie-noti-btn { position: relative; left: 0; display: block; margin-top: 20px; } #copyrights .footer-logo { margin-left: auto; margin-right: auto; } .section { margin: 30px 0; padding: 30px 0; } #page-title span { display: none; } .slider-caption h3 { font-size: 1.25rem; } .slider-caption .stats { margin: 1rem 0 0; } .slider-caption .stats li { margin-right: .625rem; padding-right: .625rem; } .slider-caption .stats li strong { font-size: 1.25rem; } .slider-caption .stats li em { font-size: .75rem; } .project-list { margin: 0 0 2rem; } .scroll-bar-wrap { position: relative; width: 100%; height: 400px; } .testimonials-carousel { margin-bottom: 2rem; } #homeBlogs .h5 { font-size: 1rem; margin-bottom: 1rem !important; } .nfilters { margin-bottom: 1rem; } .npagination p { display: none; } .ngmap { width: 100%; height: 350px; position: relative; margin: auto auto 1rem; } .nsidebar { display: none; } .footer-logo { text-align: center; } .social-footer { justify-content: center; } .sm-flex-column { flex-direction: column-reverse; } .sm-mb-3 { margin-bottom: 1rem !important; } ul.tab-nav.tab-nav2 { display: flex; flex-wrap: nowrap; overflow-x: auto; } ul.tab-nav.tab-nav2 li a { white-space: nowrap; } #invoice .title { margin-bottom: 1rem !important; } #invoice .title h4 { min-width: 180px; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; } .invoice { margin-top: 0; } } @media (min-width: 576px) and (max-width: 767.98px) { #header.full-header .container, .container-fullwidth { width: 540px !important; } .container.vertical-middle { width: 100% !important; } .full-screen:not(.force-full-screen) .container.vertical-middle { width: 540px !important; } #top-search form input { padding-right: 60px; } .swiper_wrapper:not(.force-full-screen), .swiper_wrapper:not(.force-full-screen):not(.canvas-slider-grid) .swiper-slide { height: 300px !important; } .swiper_wrapper .slider-caption h2 { font-size: 2.25rem; } .swiper_wrapper .slider-caption p { font-size: 1.25rem; } #header.transparent-header.floating-header .container { width: 540px; padding: 0 15px; } .post-grid:not(.post-masonry) .entry-image iframe { height: 246px; } .clients-grid:not(.grid-3):not(.grid-2) li, .clients-grid.grid-4 li, .clients-grid.grid-6 li { width: 33.33%; } .button.button-full { font-size: 18px; } .button.button-full i { top: 2px !important; margin-left: 3px !important; } .error404, .error404-wrap .error404 { font-size: 160px; } } @media (max-width: 575.98px) { .container, #header.full-header .container, .container-fullwidth { width: 100% !important; } #primary-menu-trigger { left: auto; right: 15px; } #top-cart { display: none; } #top-search a { right: 40px; } #top-search form input { padding-right: 55px; } #side-panel-trigger { right: 68px; } #top-account { right: 68px; } #top-account a.btn { padding-left: 8px; padding-right: 8px; } #top-account a.btn i:last-child { display: none; } .swiper_wrapper:not(.force-full-screen), .swiper_wrapper:not(.force-full-screen):not(.canvas-slider-grid) .swiper-slide { height: 250px !important; } .swiper_wrapper .slider-caption h2 { font-size: 1.75rem; } .swiper_wrapper .slider-caption p { font-size: 1rem; } #header.transparent-header.floating-header .container { width: 310px; padding: 0 15px; } .post-grid:not(.post-masonry) .entry-image iframe { height: 157px; } .mpost .entry-image { float: none; margin: 0 0 20px 0; } .mpost .entry-image, .mpost .entry-image a, .mpost .entry-image img, .mpost .entry-image i { width: 100%; height: auto; } .mpost .entry-image i { height: 150px; line-height: 150px; } .si-share span { display: none; } .parallax .entry-overlay-meta, .parallax .entry-overlay { left: 50% !important; right: 0 !important; margin: 0 0 0 -140px !important; width: 280px !important; } .parallax .entry-overlay { width: 288px !important; } .parallax .countdown-section { width: 64px; height: 64px; margin: 0 8px 0 0; font-size: 11px; padding: 0; padding-top: 12px; } .parallax .countdown-amount { font-size: 20px; } .countdown-large .countdown-section { display: block; width: auto; margin: 30px 0 0; border: 0; } .countdown-large .countdown-section:first-child { margin-top: 0; } .testi-image, .testi-image a, .testi-image img, .testi-image i { width: 36px; height: 36px; } .testi-image i { line-height: 36px; font-size: 20px; } .clients-grid:not(.grid-3):not(.grid-2) li, .clients-grid.grid-4 li, .clients-grid.grid-6 li { width: 50%; } .button.button-full { font-size: 16px; } .button.button-full i { top: 2px !important; margin-left: 3px !important; } .emphasis-title h1, .emphasis-title h2 { font-size: 40px !important; } .error404, .error404-wrap .error404 { font-size: 120px; } .landing-form-overlay { margin-left: -155px; } .button.button-desc { padding: 20px 17px; font-size: 15px; max-width: 100%; } .button.button-desc span { font-size: 11px; } .count-box h4 span { font-size: 1.5rem; } .notification-lists ul li .image { min-width: 42px; height: 42px; width: 42px; } .notification-lists ul li .desc::before { top: 16px; left: -9px; } .nfilters .button span { display: none; } .nfilters .button i { margin-right: 0 !important; } .nfilters > a.button--project { position: fixed; bottom: 20px; width: 48px !important; height: 48px !important; line-height: 48px; z-index: 10; right: 20px; text-align: center; padding: 0; font-size: 1rem; border-radius: 100%; } .nfilters > a.button--project span { display: none; } .finance { margin-top: 1rem; } .dataTables_info { display: none !important; } .about-profile { flex-direction: column; padding: 1rem; } .about-profile .user { margin-right: 0; min-width: 100%; display: flex; align-items: center; margin-bottom: 2rem; } .about-profile .user .image { min-width: 128px; margin-right: 1rem; } .full-info-profile .actions a i { margin-right: 0 !important; } .full-info-profile .actions a span { display: none; } .bid-lists .bid__item { padding: 1rem 1rem 4rem; flex-wrap: nowrap; margin-bottom: 1rem; flex-direction: column; } .bid-lists .bid__item .user { margin-right: 0; min-width: 100%; margin-bottom: 1rem; display: flex; align-items: center; } .bid-lists .bid__item .user .image { min-width: 128px; margin-right: 1rem; } .bid-lists .bid__item .actions { padding: 0; } .bid-lists .bid__item .actions a i { margin-right: 0 !important; } .bid-lists .bid__item .actions a span { display: none; } .col-form-label { text-align: left; } #projects .button { width: 100%; } .project-lists .project__item { padding: 1rem 1rem 4rem; flex-wrap: nowrap; margin-bottom: 1rem; flex-direction: column; } .project-lists .project__item .user { margin-right: 0; min-width: 100%; margin-bottom: 1rem; display: flex; align-items: center; } .project-lists .project__item .user .image { min-width: 128px; margin-right: 1rem; } .project-lists .project__item .actions { padding: 0; } .project-lists .project__item .actions a { padding: 0 1rem; } .project-lists .project__item .actions a i { margin-right: 0 !important; } .project-lists .project__item .actions a span { display: none; } #draftButton { margin-bottom: .625rem !important; } .breadcrumb-other { text-align: center; justify-content: center; } .detail-project .summary { padding: 1rem; margin-top: 1rem; } .detail-project .summary p, .my-profile .detail p { margin-bottom: .5rem; flex-direction: column; align-items: flex-start; } .project-worker .col-sm-6:first-child { margin-bottom: 2rem; } .user-bids .item__bid { margin-bottom: 2rem; text-align: center; } .my-profile, .profile-desc, .my-profile-rating { padding: 1rem; } .nreviews .review__item .user { align-items: flex-start; } .nreviews .review__item .user .info h4 { margin-bottom: .5rem; flex-direction: column; } .nreviews .review__item .user .info h4 .rating-box { align-items: flex-start; flex-direction: column; } .nreviews .review__item .user .info ul { flex-direction: column; margin-left: -80px; } .nreviews .review__item .user .info ul li { margin-right: 0; } .narbitrase .arbitrase__item h3 { padding-right: 0; } .narbitrase .arbitrase__item h3 .button { position: relative; margin-top: .5rem; } .narbitrase .arbitrase__item .users .user__item { padding: 1rem; } .narbitrase .arbitrase__item .users .user__item .image { min-width: 48px; height: 48px; width: 48px; margin-right: .5rem; } .narbitrase .arbitrase__item .users .user__item .info p { margin-bottom: .25rem; } .narbitrase .arbitrase__item .toggle.toggle-bg .togglet, .narbitrase .arbitrase__item .toggle.toggle-bg .toggleta { padding: 0 0 0 1rem; } .narbitrase .arbitrase__item .toggle.toggle-bg .togglec { padding: 1rem; } .worker-lists .worker__item { padding: 1rem; margin-bottom: 1rem; flex-direction: column; } .worker-lists .worker__item .user { margin-right: 0; min-width: 100%; } .worker-lists .worker__item .user .image { margin: 0 auto 1rem; } .worker-lists .worker__item .desc h3 { text-align: center; } .worker-lists .worker__item .actions { margin: 1rem auto 0; padding: 0; } #gotoTop { display: none !important; } }
assets/css/css/style.css
@import url('https://fonts.googleapis.com/css2?family=Nunito:ital,wght@0,300;0,400;0,600;0,700;0,800;0,900;1,300;1,400;1,600;1,700;1,800;1,900&display=swap'); .dropdown-menu { font-size: 0.875rem; } .mySlides {display:none;} dl, dt, dd, ol, ul, li { margin: 0; padding: 0; } .clear { clear: both; display: block; font-size: 0px; height: 0px; line-height: 0; width: 100%; overflow: hidden; } ::selection { background: #0073ff; color: #FFF; text-shadow: none; } ::-moz-selection { background: #0073ff; color: #FFF; text-shadow: none; } ::-webkit-selection { background: #0073ff; color: #FFF; text-shadow: none; } :active, :focus { outline: none !important; } body { font-family: 'Nunito', sans-serif; } a { text-decoration: none !important; color: #0073ff; } a:hover { color: #222; } a img { border: none; } img { max-width: 100%; } iframe { border: none !important; } h1, h2, h3, h4, h5, h6 { font-weight: 600; line-height: 1.5; font-family: 'Nunito', sans-serif; } h1 { font-size: 36px; } h2 { font-size: 30px; } h3 { font-size: 24px; } h4 { font-size: 18px; } h5 { font-size: 14px; } h6 { font-size: 12px; } h4 { font-weight: 600; } h5, h6 { font-weight: bold; } h1 > span:not(.nocolor):not(.badge), h2 > span:not(.nocolor):not(.badge), h3 > span:not(.nocolor):not(.badge), h4 > span:not(.nocolor):not(.badge), h5 > span:not(.nocolor):not(.badge), h6 > span:not(.nocolor):not(.badge) { color: #0073ff; } small { font-family: 'Nunito', sans-serif; } b, strong { font-weight: 700; } #wrapper { position: relative; float: none; width: 1220px; margin: 0 auto; background-color: #fafafa; } .line, .double-line { clear: both; position: relative; width: 100%; margin: 60px 0; border-top: 1px solid #EEE; } .line.line-sm { margin: 30px 0; } span.middot { display: inline-block; margin: 0 5px; } .double-line { border-top: 3px double #E5E5E5; } .emptydiv { display: block !important; position: relative !important; } .header-stick { margin-top: -50px !important; } .content-wrap .header-stick { margin-top: -80px !important; } .footer-stick { margin-bottom: -50px !important; } .content-wrap .footer-stick { margin-bottom: -80px !important; } .inline-block { float: none !important; display: inline-block !important; } .divcenter { position: relative !important; float: none !important; margin-left: auto !important; margin-right: auto !important; } .bgcolor, .bgcolor #header-wrap { background-color: #0073ff !important; } .nobg { background: none !important; } .nobgcolor { background-color: transparent !important; } .bgicon { display: block; position: absolute; bottom: -60px; right: -50px; font-size: 210px; color: rgba(0, 0, 0, 0.1); } .imagescale, .imagescalein { display: block; overflow: hidden; } .imagescale img, .imagescalein img { -webkit-transform: scale(1.1); transform: scale(1.1); -webkit-transition: all 1s ease; transition: all 1s ease; } .imagescale:hover img { -webkit-transform: scale(1); transform: scale(1); } .imagescalein img { -webkit-transform: scale(1); transform: scale(1); } .imagescalein:hover img { -webkit-transform: scale(1.1); transform: scale(1.1); } .grayscale { filter: brightness(80%) grayscale(1) contrast(90%); -webkit-filter: brightness(80%) grayscale(1) contrast(90%); -moz-filter: brightness(80%) grayscale(1) contrast(90%); -o-filter: brightness(80%) grayscale(1) contrast(90%); -ms-filter: brightness(80%) grayscale(1) contrast(90%); transition: 1s filter ease; -webkit-transition: 1s -webkit-filter ease; -moz-transition: 1s -moz-filter ease; -ms-transition: 1s -ms-filter ease; -o-transition: 1s -o-filter ease; } .grayscale:hover { filter: brightness(100%) grayscale(0); -webkit-filter: brightness(100%) grayscale(0); -moz-filter: brightness(100%) grayscale(0); -o-filter: brightness(100%) grayscale(0); -ms-filter: brightness(100%) grayscale(0); } .bganimate { -webkit-animation: BgAnimated 30s infinite linear; -moz-animation: BgAnimated 30s infinite linear; -ms-animation: BgAnimated 30s infinite linear; -o-animation: BgAnimated 30s infinite linear; animation: BgAnimated 30s infinite linear; } @-webkit-keyframes BgAnimated { from { background-position: 0 0; } to { background-position: 0 400px; } } @-moz-keyframes BgAnimated { from { background-position: 0 0; } to { background-position: 0 400px; } } @-ms-keyframes BgAnimated { from { background-position: 0 0; } to { background-position: 0 400px; } } @-o-keyframes BgAnimated { from { background-position: 0 0; } to { background-position: 0 400px; } } @keyframes BgAnimated { from { background-position: 0 0; } to { background-position: 0 400px; } } .input-block-level { display: block; width: 100% !important; min-height: 30px; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; } .vertical-middle { height: auto !important; left: 0; max-width: none !important; z-index: 2; } .vertical-middle+.video-wrap { z-index: 1 !important; } .magnific-max-width .mfp-content { max-width: 800px; } .section { position: relative; margin: 60px 0; padding: 60px 0; background-color: #F9F9F9; overflow: hidden; } .parallax { background-color: transparent; background-attachment: fixed; background-position: 50% 0; background-repeat: no-repeat; overflow: hidden; will-change: transform; } .mobile-parallax, .video-placeholder { background-size: cover !important; background-attachment: scroll !important; background-position: center center !important; } .section .container { z-index: 2; } .section .container+.video-wrap { z-index: 1; } .revealer-image { position: relative; bottom: -100px; transition: bottom .3s ease-in-out; -webkit-transition: bottom .3s ease-in-out; -o-transition: bottom .3s ease-in-out; } .section:hover .revealer-image { bottom: -50px; } .postcontent.bothsidebar { width: 48%; } .sidebar { width: 22%; } .postcontent { width: 74%; } body.stretched .container-fullwidth { position: relative; padding: 0 60px; width: 100%; } .postcontent, .sidebar { display: block; position: relative; margin-right: 4%; margin-bottom: 50px; float: left; } .fslider, .fslider .slider-wrap, .fslider .slide, .fslider .slide > a, .fslider .slide > img, .fslider .slide > a > img { position: relative; display: block; width: 100%; height: auto; overflow: hidden; -webkit-backface-visibility: hidden; backface-visibility: hidden; } .fslider { min-height: 32px; } .slider-wrap { margin: 0; padding: 0; list-style: none; border: none; } .slider-wrap:after { content: "\0020"; display: block; clear: both; visibility: hidden; line-height: 0; height: 0; } html[xmlns] .slider-wrap { display: block; } * html .slider-wrap { height: 1%; } .no-js .slider-wrap > .slide:first-child { display: block; } #top-bar { position: relative; background-color: #fff; border-bottom: 1px solid #f5f5f5; height: 45px; line-height: 44px; font-size: 13px; } .top-links { position: relative; float: left; } .top-links ul { margin: 0; list-style: none; } .top-links ul li { float: left; position: relative; height: 44px; border-left: 1px solid #f5f5f5; } .top-links ul li:first-child, .top-links ul ul li { border-left: 0 !important; } .top-links li > a { display: block; padding: 0 12px; font-size: 12px; font-weight: 700; text-transform: uppercase; height: 44px; color: #666; } .top-links li i { vertical-align: top; } .top-links li i.icon-angle-down { margin: 0 0 0 5px !important; } .top-links li i:first-child { margin-right: 3px; } .top-links li.full-icon i { top: 2px; font-size: 14px; margin: 0; } .top-links li:hover { background-color: #EEE; } .top-links ul ul, .top-links ul div.top-link-section { display: none; pointer-events: none; position: absolute; z-index: 210; line-height: 1.5; background: #FFF; border: 0; top: 44px; left: 0; width: 140px; margin: 0; border-top: 1px solid #0073ff; border-bottom: 1px solid #EEE; box-shadow: 0 0 5px -1px rgba(0, 0, 0, 0.2); -moz-box-shadow: 0 0 5px -1px rgba(0, 0, 0, 0.2); -webkit-box-shadow: 0 0 5px -1px rgba(0, 0, 0, 0.2); } .top-links li:hover ul, .top-links li:hover div.top-link-section { pointer-events: auto; } .top-links ul ul li { float: none; height: 36px; border-top: 1px solid #F5F5F5; border-left: 1px solid #EEE; } .top-links ul ul li:hover { background-color: #F9F9F9; } .top-links ul ul li:first-child { border-top: none !important; border-left: 1px solid #EEE; } .top-links ul ul a { height: 36px; line-height: 36px; font-size: 12px; } .top-links ul ul img { display: inline-block; position: relative; top: -1px; width: 16px; height: 16px; margin-right: 4px; } .top-links ul ul.top-demo-lang img { top: 4px; width: 16px; height: 16px; } .top-links ul div.top-link-section { padding: 25px; left: 0; width: 280px; } .fright .top-links ul div.top-link-section, .top-links.fright ul div.top-link-section { left: auto; right: 0; } #top-social, #top-social ul { margin: 0; } #top-social li, #top-social li a, #top-social li .ts-icon, #top-social li .ts-text { display: block; position: relative; float: left; width: auto; overflow: hidden; height: 44px; line-height: 44px; } #top-social.right li { float: right; } #top-social li { border-right: 1px solid #f5f5f5; } #top-social li:first-child { border-left: 0 !important; } #top-social li a { float: none; width: 40px; font-weight: bold; color: #666; -webkit-transition: color .3s ease-in-out, background-color .3s ease-in-out, width .3s ease-in-out; -o-transition: color .3s ease-in-out, background-color .3s ease-in-out, width .3s ease-in-out; transition: color .3s ease-in-out, background-color .3s ease-in-out, width .3s ease-in-out; } #top-social li a:hover { color: #FFF !important; text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.2); } #top-social li .ts-icon { width: 40px; text-align: center; font-size: 14px; } #top-login { margin-bottom: 0; } #top-login .checkbox { margin-bottom: 10px; } #top-login .form-control { position: relative; } #top-login .form-control:focus { border-color: #CCC; } #top-login .input-group#top-login-username { margin-bottom: -1px; } #top-login #top-login-username input, #top-login #top-login-username .input-group-addon { border-bottom-right-radius: 0; border-bottom-left-radius: 0; } #top-login .input-group#top-login-password { margin-bottom: 10px; } #top-login #top-login-password input, #top-login #top-login-password .input-group-addon { border-top-left-radius: 0; border-top-right-radius: 0; } .container-headerq{ position: absolute; border:0px solid; width: 100%; padding:25px; } .title1{ font-size:45px; } #header { position: relative; z-index: 199; background-color: #fff; border-bottom: 1px solid #fafafa; box-shadow: 0px 20px 20px 0 rgb(0 0 0 / 2%); border-radius:10px; } #header .container { position: relative; } #header.transparent-header { background: transparent; border-bottom: none; z-index: 199; } #header.semi-transparent { background-color: rgba(255, 255, 255, 0.8); } #header.transparent-header.floating-header { margin-top: 60px; } #header.transparent-header.floating-header .container { width: 1190px; max-width: 1190px; background-color: #FFF; padding: 0 40px; border-radius: 2px; } #header.transparent-header.floating-header.sticky-header .container { width: 1140px; max-width: 1140px; padding: 0 15px; } #header.transparent-header+#slider, #header.transparent-header+#page-title.page-title-parallax, #header.transparent-header+#google-map, #slider+#header.transparent-header { top: -100px; margin-bottom: -100px; } #header.transparent-header.floating-header+#slider, #header.transparent-header.floating-header+#google-map { top: -160px; margin-bottom: -160px; } #header.transparent-header+#page-title.page-title-parallax .container { z-index: 5; padding-top: 100px; } #header.full-header { border-bottom-color: #EEE; } body.stretched #header.full-header .container { width: 100%; max-width: none; padding: 0 30px; } #header.transparent-header.full-header #header-wrap { border-bottom: 1px solid rgba(0, 0, 0, 0.1); } #slider+#header.transparent-header.full-header #header-wrap { border-top: 1px solid rgba(0, 0, 0, 0.1); border-bottom: none; } #logo { position: relative; float: left; font-family: 'Nunito', sans-serif; font-size: 36px; line-height: 100%; margin-right: 40px; } #header.full-header #logo { padding-right: 30px; margin-right: 30px; border-right: 1px solid #EEE; } #header.transparent-header.full-header #logo { border-right-color: rgba(0, 0, 0, 0.1); } #logo a { display: block; color: #000; } #logo img { display: block; max-width: 164px; height: auto; } #logo a.standard-logo { display: block; } #logo a.retina-logo { display: none; } .header-extras { float: right; margin: 30px 0 0; } .header-extras li { float: left; margin-left: 20px; height: 40px; overflow: hidden; list-style: none; } .header-extras li i { margin-top: 3px !important; } .header-extras li:first-child { margin-left: 0; } .header-extras li .he-text { float: left; padding-left: 10px; font-weight: bold; font-size: 14px; line-height: 1.43; } .header-extras li .he-text span { display: block; font-weight: 400; color: #0073ff; } #primary-menu { float: right; } #primary-menu ul.mobile-primary-menu { display: none; } #header.full-header #primary-menu > ul { float: left; padding-right: 15px; margin-right: 15px; border-right: 1px solid #EEE; } #header.transparent-header.full-header #primary-menu > ul { border-right-color: rgba(0, 0, 0, 0.1); } #primary-menu-trigger, #page-submenu-trigger { opacity: 0; pointer-events: none; cursor: pointer; font-size: 14px; position: absolute; top: 50%; margin-top: -25px; width: 32px; height: 32px; line-height: 32px; text-align: center; -webkit-transition: opacity .3s ease; -o-transition: opacity .3s ease; transition: opacity .3s ease; } #primary-menu ul { list-style: none; margin: 0; } #primary-menu > ul { float: left; } #primary-menu ul li { position: relative; } #primary-menu ul li.mega-menu { position: inherit; } #primary-menu ul > li { float: left; margin-left: 2px; } #primary-menu > ul > li:first-child { margin-left: 0; } #primary-menu ul li > a { display: block; line-height: 22px; padding: 31.5px 8px; color: #666; font-weight: 600; font-size: 13px; letter-spacing: .5px; text-transform: uppercase; font-family: 'Nunito', sans-serif; -webkit-transition: margin .4s ease, padding .4s ease; -o-transition: margin .4s ease, padding .4s ease; transition: margin .4s ease, padding .4s ease; } #primary-menu ul li > a.user--link { background-color: #0073ff; color: #fff !important; padding: 10px 20px; margin: 21.5px 0 21.5px 8px; border-radius: 30px; } #primary-menu ul li > a span { display: none; } #primary-menu ul li > a i { position: relative; top: -1px; font-size: 14px; width: 16px; text-align: center; margin-right: 6px; vertical-align: top; } #primary-menu ul li > a i.icon-angle-down:last-child { font-size: 12px; margin: 0 0 0 5px; } #primary-menu ul li:hover > a, #primary-menu ul li.current > a { color: #0073ff; } body.no-superfish #primary-menu li:hover > ul:not(.mega-menu-column), body.no-superfish #primary-menu li:hover > .mega-menu-content { display: block; } #primary-menu ul ul:not(.mega-menu-column), #primary-menu ul li .mega-menu-content { display: none; position: absolute; width: 220px; background-color: #FFF; box-shadow: 0px 13px 42px 11px rgba(0, 0, 0, 0.05); border: 1px solid #EEE; border-top: 2px solid #0073ff; height: auto; z-index: 199; top: 100%; left: 0; margin: 0; } #primary-menu ul li .mega-menu-content { display: -ms-flex; display: flex; -ms-flex-wrap: wrap; flex-wrap: wrap; -ms-flex-align: stretch; align-items: stretch; } #primary-menu.on-click ul li .mega-menu-content { display: none; } #primary-menu.on-click ul li .mega-menu-content.d-block { display: -ms-flex !important; display: flex !important; } #primary-menu ul ul:not(.mega-menu-column) ul { top: -2px !important; left: 218px; } #primary-menu ul ul.menu-pos-invert:not(.mega-menu-column), #primary-menu ul li .mega-menu-content.menu-pos-invert { left: auto; right: 0; } #primary-menu ul ul:not(.mega-menu-column) ul.menu-pos-invert { right: 218px; } #primary-menu ul ul li { float: none; margin: 0; } #primary-menu ul ul li:first-child { border-top: 0; } #primary-menu ul ul li > a { font-size: 12px; font-weight: 700; color: #666; padding-top: 10px; padding-bottom: 10px; border: 0; letter-spacing: 0; font-family: 'Nunito', sans-serif; -webkit-transition: all .2s ease-in-out; -o-transition: all .2s ease-in-out; transition: all .2s ease-in-out; } #primary-menu ul ul li > a i { vertical-align: middle; } #primary-menu ul ul li:hover > a { background-color: #F9F9F9; padding-left: 18px; color: #0073ff; } #primary-menu ul ul > li.sub-menu > a, #primary-menu ul ul > li.sub-menu:hover > a { background-image: url("../img/icons/submenu.png"); background-position: right center; background-repeat: no-repeat; } #primary-menu ul li .mega-menu-content, #primary-menu ul li.mega-menu-small .mega-menu-content { width: 720px; max-width: 400px; } #primary-menu ul li.mega-menu .mega-menu-content, .floating-header.sticky-header #primary-menu ul li.mega-menu .mega-menu-content { margin: 0 15px; width: 1140px; max-width: none; } .floating-header #primary-menu ul li.mega-menu .mega-menu-content { margin: 0; width: 1190px; } body.stretched .container-fullwidth #primary-menu ul li.mega-menu .mega-menu-content { margin: 0 60px; } body.stretched #header.full-header #primary-menu ul li.mega-menu .mega-menu-content { margin: 0 30px; } #primary-menu ul li.mega-menu .mega-menu-content.style-2 { padding: 0 10px; } #primary-menu ul li .mega-menu-content ul { display: block; position: relative; top: 0; min-width: inherit; border: 0; box-shadow: none; background-color: transparent; } #primary-menu ul li .mega-menu-content ul:not(.megamenu-dropdown) { display: block !important; opacity: 1 !important; top: 0; left: 0; } #primary-menu ul li .mega-menu-content ul.mega-menu-column { float: left; margin: 0; padding-left: 0; padding-right: 0; } #primary-menu ul li .mega-menu-content ul.mega-menu-column.col-5 { width: 20%; -ms-flex: 0 0 20%; flex: 0 0 20%; max-width: 20%; } #primary-menu ul li .mega-menu-content ul:not(.mega-menu-column) { width: 100%; } #primary-menu ul li .mega-menu-content ul.mega-menu-column:not(:first-child) { border-left: 1px solid #F2F2F2; } #primary-menu ul li .mega-menu-content.style-2 ul.mega-menu-column { padding: 30px 20px; } #primary-menu ul li .mega-menu-content.style-2 ul.mega-menu-column > li.mega-menu-title { margin-top: 20px; } #primary-menu ul li .mega-menu-content.style-2 ul.mega-menu-column > li.mega-menu-title:first-child { margin-top: 0; } #primary-menu ul li .mega-menu-content.style-2 ul.mega-menu-column > li.mega-menu-title > a { font-size: 13px; font-weight: bold; font-family: 'Nunito', sans-serif; letter-spacing: 1px; text-transform: uppercase !important; margin-bottom: 15px; color: #444; padding: 0 !important; line-height: 1.3 !important; } #primary-menu ul li .mega-menu-content.style-2 ul.mega-menu-column > li.mega-menu-title:hover > a { background-color: transparent; } #primary-menu ul li .mega-menu-content.style-2 ul.mega-menu-column > li.mega-menu-title > a:hover { color: #0073ff; } #primary-menu ul li .mega-menu-content.style-2 ul.mega-menu-column > li.mega-menu-title.sub-menu > a, #primary-menu ul li .mega-menu-content.style-2 ul.mega-menu-column > li.mega-menu-title.sub-menu:hover > a { background: none; } #primary-menu ul li .mega-menu-content.style-2 li { border: 0; } #primary-menu ul li .mega-menu-content.style-2 ul li > a { padding-left: 5px; padding-top: 7px; padding-bottom: 7px; } #primary-menu ul li .mega-menu-content.style-2 ul li > a:hover { padding-left: 12px; } .mega-menu-column .entry-meta { margin: 8px -10px 0 0 !important; border: none !important; padding: 0 !important; } .mega-menu-column .entry-meta li { float: left !important; border: none !important; margin: 0 10px 0 0 !important; } #primary-menu.style-2 { float: none; max-width: none; border-top: 1px solid #F5F5F5; } #primary-menu.style-2 > div > ul { float: left; } #primary-menu.style-2 > div > ul > li > a { padding-top: 19px; padding-bottom: 19px; } #logo+#primary-menu.style-2 { border-top: 0; } #primary-menu.style-2 > div #top-search, #primary-menu.style-2 > div #top-cart, #primary-menu.style-2 > div #side-panel-trigger { margin-top: 20px; margin-bottom: 20px; } body:not(.device-md):not(.device-sm):not(.device-xs) #primary-menu.style-2.center > ul, body:not(.device-md):not(.device-sm):not(.device-xs) #primary-menu.style-2.center > div { float: none; display: inline-block !important; width: auto; text-align: left; } #primary-menu.style-3 > ul > li > a { margin: 28px 0; padding-top: 11px; padding-bottom: 11px; border-radius: 2px; } #primary-menu.style-3 > ul > li:hover > a { color: #444; background-color: #F5F5F5; } #primary-menu.style-3 > ul > li.current > a { color: #FFF; text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.2); background-color: #0073ff; } #primary-menu.style-4 > ul > li > a { margin: 28px 0; padding-top: 10px; padding-bottom: 10px; border-radius: 2px; border: 1px solid transparent; } #primary-menu.style-4 > ul > li:hover > a, #primary-menu.style-4 > ul > li.current > a { border-color: #0073ff; } #primary-menu.style-5 > ul { padding-right: 10px; margin-right: 5px; border-right: 1px solid #EEE; } #primary-menu.style-5 > ul > li:not(:first-child) { margin-left: 15px; } #primary-menu.style-5 > ul > li > a { padding-top: 25px; padding-bottom: 25px; line-height: 14px; } #primary-menu.style-5 > ul > li > a i { display: block; width: auto; margin: 0 0 8px; font-size: 28px; line-height: 1; } #primary-menu.style-6 ul > li > a { position: relative; } #primary-menu.style-6 > ul > li > a:after, #primary-menu.style-6 > ul > li.current > a:after, #primary-menu.style-6 > div > ul > li > a:after, #primary-menu.style-6 > div > ul > li.current > a:after { content: ''; position: absolute; top: 0; left: 0; height: 2px; width: 0; border-top: 2px solid #0073ff; -webkit-transition: width .3s ease; -o-transition: width .3s ease; transition: width .3s ease; } #primary-menu.style-6 > ul > li.current > a:after, #primary-menu.style-6 > ul > li:hover > a:after, #primary-menu.style-6 > div > ul > li.current > a:after, #primary-menu.style-6 > div > ul > li:hover > a:after { width: 100%; } #primary-menu.sub-title > ul > li, #primary-menu.sub-title.style-2 > div > ul > li { background: url("../img/icons/menu-divider.png") no-repeat right center; margin-left: 1px; } #primary-menu.sub-title ul li:first-child { padding-left: 0; margin-left: 0; } #primary-menu.sub-title > ul > li > a, #primary-menu.sub-title > div > ul > li > a { line-height: 14px; padding: 27px 20px 32px; text-transform: uppercase; border-top: 5px solid transparent; } #primary-menu.sub-title > ul > li > a span, #primary-menu.sub-title > div > ul > li > a span { display: block; margin-top: 10px; line-height: 12px; font-size: 11px; font-weight: 400; color: #888; text-transform: capitalize; } #primary-menu.sub-title > ul > li:hover > a, #primary-menu.sub-title > ul > li.current > a, #primary-menu.sub-title > div > ul > li:hover > a, #primary-menu.sub-title > div > ul > li.current > a { background-color: #0073ff; color: #FFF; text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.2); border-top-color: rgba(0, 0, 0, 0.1); } #primary-menu.sub-title > ul > li:hover > a span, #primary-menu.sub-title > ul > li.current > a span, #primary-menu.sub-title.style-2 > div > ul > li:hover > a span, #primary-menu.sub-title.style-2 > div > ul > li.current > a span { color: #EEE; } #primary-menu.sub-title.style-2 ul ul span { display: none; } #primary-menu.sub-title.style-2 > div > ul > li { background-position: left center; } #primary-menu.sub-title.style-2 > div #top-search, #primary-menu.sub-title.style-2 > div #top-cart, #primary-menu.sub-title.style-2 > div #side-panel-trigger { float: right; margin-top: 30px; margin-bottom: 30px; } #primary-menu.sub-title.style-2 div ul li:first-child, #primary-menu.sub-title.style-2 > div > ul > li:hover+li, #primary-menu.sub-title.style-2 > div > ul > li.current+li { background-image: none; } #primary-menu.sub-title.style-2 > div > ul > li > a { padding-top: 17px; padding-bottom: 22px; } @media (min-width: 992px) { #header.split-menu #logo { position: absolute; width: 100%; text-align: center; margin: 0; float: none; height: 100px; } #header.split-menu #logo a.standard-logo { display: inline-block; } } #header.split-menu #primary-menu { float: none; margin: 0; } #header.split-menu #primary-menu > ul { z-index: 199; } #header.split-menu #primary-menu > ul:nth-child(1) { float: left; } #header.split-menu #primary-menu > ul:nth-child(2) { float: right; } @media (min-width: 992px) { .overlay-menu:not(.top-search-open) #primary-menu-trigger { opacity: 1; pointer-events: auto; left: auto; right: 75px; width: 20px; height: 20px; line-height: 20px; margin-top: -10px; } .overlay-menu:not(.top-search-open) .full-header #primary-menu-trigger { right: 90px; } .overlay-menu #primary-menu > #overlay-menu-close { opacity: 0; pointer-events: none; position: fixed; top: 25px; left: auto; right: 25px; width: 48px; height: 48px; line-height: 48px; font-size: 24px; text-align: center; color: #444; z-index: 300; -webkit-transform: translateY(-80px); -ms-transform: translateY(-80px); -o-transform: translateY(-80px); transform: translateY(-80px); -webkit-transition: opacity .4s ease, transform .45s .15s ease; -o-transition: opacity .4s ease, transform .45s .15s ease; transition: opacity .4s ease, transform .45s .15s ease; } .overlay-menu #primary-menu > ul { opacity: 0 !important; pointer-events: none; position: fixed; left: 0; top: 0; width: 100%; height: 100% !important; z-index: 299; background: rgba(255, 255, 255, 0.95); -webkit-transition: opacity .7s ease; -o-transition: opacity .7s ease; transition: opacity .7s ease; } .overlay-menu #primary-menu > ul.d-block { opacity: 1 !important; display: inherit !important; pointer-events: auto; } .overlay-menu #primary-menu > ul.d-block~#overlay-menu-close { opacity: 1; -webkit-transition: opacity .7s .4s ease, transform .45s .15s ease; -o-transition: opacity .7s .4s ease, transform .45s .15s ease; transition: opacity .7s .4s ease, transform .45s .15s ease; -webkit-transform: translateY(0); -ms-transform: translateY(0); -o-transform: translateY(0); transform: translateY(0); pointer-events: auto; } .overlay-menu #primary-menu > ul > li { float: none; text-align: center; max-width: 400px; margin: 0 auto; } .overlay-menu #primary-menu > ul > li > a { font-size: 24px; padding-top: 19px; padding-bottom: 19px; letter-spacing: 2px; text-transform: none; opacity: 0; -webkit-transform: translateY(-80px); -ms-transform: translateY(-80px); -o-transform: translateY(-80px); transform: translateY(-80px); -webkit-transition: opacity .7s .15s ease, transform .45s .15s ease, color .2s linear; -o-transition: opacity .7s .15s ease, transform .45s .15s ease, color .2s linear; transition: opacity .7s .15s ease, transform .45s .15s ease, color .2s linear; } .overlay-menu #primary-menu > ul.d-block > li > a { opacity: 1; -webkit-transform: translateY(0); -ms-transform: translateY(0); -o-transform: translateY(0); transform: translateY(0); } } #top-search, #top-cart, #side-panel-trigger, #top-account { float: right; margin: 40px 0 40px 15px; } #top-cart { position: relative; } #top-search a, #top-cart > a, #side-panel-trigger a { display: block; position: relative; width: 14px; height: 14px; font-size: 14px; line-height: 20px; text-align: center; color: #333; -webkit-transition: color .3s ease-in-out; -o-transition: color .3s ease-in-out; transition: color .3s ease-in-out; } #top-search a { z-index: 11; } #top-search a i { position: absolute; top: 0; left: 0; -webkit-transition: opacity .3s ease; -o-transition: opacity .3s ease; transition: opacity .3s ease; } body.top-search-open #top-search a i.icon-search3, #top-search a i.icon-line-cross { opacity: 0; } body.top-search-open #top-search a i.icon-line-cross { opacity: 1; z-index: 11; font-size: 16px; } #top-cart > a:hover { color: #0073ff; } #top-search form { opacity: 0; z-index: -2; position: absolute; width: 100% !important; height: 100% !important; padding: 0 15px; margin: 0; top: 0; left: 0; -webkit-transition: opacity .3s ease-in-out; -o-transition: opacity .3s ease-in-out; transition: opacity .3s ease-in-out; } body.top-search-open #top-search form { opacity: 1; z-index: 10; } #top-search form input { box-shadow: none !important; pointer-events: none; border-radius: 0; border: 0; outline: 0 !important; font-size: 32px; padding: 10px 80px 10px 0; height: 100%; background-color: transparent; color: #333; font-weight: 700; margin-top: 0 !important; font-family: 'Nunito', sans-serif; letter-spacing: 2px; } body:not(.device-md):not(.device-sm):not(.device-xs) #header.full-header #top-search form input { padding-left: 40px; } body:not(.device-md):not(.device-sm):not(.device-xs) .container-fullwidth #top-search form input { padding-left: 60px; } body.top-search-open #top-search form input { pointer-events: auto; } body:not(.device-md):not(.device-sm):not(.device-xs) #header.transparent-header:not(.sticky-header):not(.full-header):not(.floating-header) #top-search form input { border-bottom: 2px solid rgba(0, 0, 0, 0.1); } #top-search form input::-moz-placeholder { color: #555; opacity: 1; text-transform: uppercase; } #top-search form input:-ms-input-placeholder { color: #555; text-transform: uppercase; } #top-search form input::-webkit-input-placeholder { color: #555; text-transform: uppercase; } #primary-menu .container #top-search form input, .sticky-header #top-search form input { border: none !important; } #top-cart { margin-right: 0; } #top-cart > a > span { display: block; position: absolute; top: -7px; left: auto; right: -14px; font-size: 10px; color: #FFF; text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.2); width: 16px; height: 16px; line-height: 16px; text-align: center; background-color: #0073ff; border-radius: 50%; } #top-cart .top-cart-content { opacity: 0; z-index: -2; position: absolute; width: 280px; background-color: #FFF; box-shadow: 0px 20px 50px 10px rgba(0, 0, 0, 0.05); border: 1px solid #EEE; border-top: 2px solid #0073ff; top: 60px; right: -15px; left: auto; margin: -10000px 0 0; -webkit-transition: opacity .5s ease, top .4s ease; -o-transition: opacity .5s ease, top .4s ease; transition: opacity .5s ease, top .4s ease; } .style-2 .container #top-cart .top-cart-content { top: 40px; } .style-2.sub-title .container #top-cart .top-cart-content { top: 50px; } #top-cart.top-cart-open .top-cart-content { opacity: 1; z-index: 11; margin-top: 0; } .top-cart-title { padding: 12px 15px; border-bottom: 1px solid #EEE; } .top-cart-title h4 { margin-bottom: 0; font-size: 15px; font-weight: bold; text-transform: uppercase; letter-spacing: 1px; } .top-cart-items { padding: 15px; } .top-cart-item { padding-top: 15px; margin-top: 15px; border-top: 1px solid #F5F5F5; } .top-cart-item:first-child { padding-top: 0; margin-top: 0; border-top: 0; } .top-cart-item-image { float: left; margin-right: 15px; width: 48px !important; height: 48px !important; border: 2px solid #EEE; -webkit-transition: border-color .2s linear; -o-transition: border-color .2s linear; transition: border-color .2s linear; } .top-cart-item-image a, .top-cart-item-image img { display: block; width: 44px !important; height: 44px !important; } .top-cart-item-image:hover { border-color: #0073ff; } .top-cart-item-desc { position: relative; overflow: hidden; } .top-cart-item-desc a { max-width: 85%; display: block; text-align: left !important; font-size: 13px !important; width: auto !important; height: auto !important; color: #333; font-weight: 700; } .top-cart-item-desc a:hover { color: #0073ff !important; } .top-cart-item-desc span.top-cart-item-price { display: block; line-height: 20px; font-size: 12px !important; color: #999; } .top-cart-item-desc span.top-cart-item-quantity { display: block; position: absolute; font-size: 12px !important; right: 0; top: 2px; color: #444; } .top-cart-action { padding: 15px; border-top: 1px solid #EEE; } .top-cart-action span.top-checkout-price { font-size: 20px; color: #0073ff; } #top-account { margin: 35px 0 34px 20px; } #top-account a { -webkit-transition: color .3s ease-in-out; -o-transition: color .3s ease-in-out; transition: color .3s ease-in-out; } #top-account a span { margin-left: 5px; font-weight: 700; } #top-account a i.icon-angle-down { margin-left: 5px; font-size: 12px; } #top-account .dropdown-menu { padding: 10px 0; } #top-account .dropdown-menu li a { font-family: 'Nunito', sans-serif; font-weight: 400; text-align: left; line-height: 22px; } #top-account .dropdown-menu li a .badge { display: block; float: right; margin: 2px 0 0 0; } #top-account .dropdown-menu li a i:last-child { position: relative; top: 1px; margin-left: 5px; } #header, #header-wrap { height: 85px; -webkit-transition: height .4s ease, opacity .3s ease; -o-transition: height .4s ease, opacity .3s ease; transition: height .4s ease, opacity .3s ease; } #header.sticky-style-2 { height: 161px; } #header.sticky-style-3 { height: 181px; } #header.sticky-style-2 #header-wrap { height: 60px; } #header.sticky-style-3 #header-wrap { height: 80px; } #primary-menu > ul > li > ul, #primary-menu > ul > li > .mega-menu-content, #primary-menu > ul > li.mega-menu > .mega-menu-content { -webkit-transition: top .4s ease; -o-transition: top .4s ease; transition: top .4s ease; } #top-search, #top-cart { -webkit-transition: margin .4s ease, opacity .3s ease; -o-transition: margin .4s ease, opacity .3s ease; transition: margin .4s ease, opacity .3s ease; } body:not(.top-search-open) #header-wrap #logo, body:not(.top-search-open) #primary-menu > ul, body:not(.top-search-open) #primary-menu > .container > ul, body:not(.top-search-open) #top-cart, body:not(.top-search-open) #side-panel-trigger, body:not(.top-search-open) #top-account { opacity: 1; -webkit-transition: height .4s ease, margin .4s ease, opacity .2s .2s ease; -o-transition: height .4s ease, margin .4s ease, opacity .2s .2s ease; transition: height .4s ease, margin .4s ease, opacity .2s .2s ease; } body.top-search-open #header-wrap #logo, body.top-search-open #primary-menu > ul, body.top-search-open #primary-menu > .container > ul, body.top-search-open #top-cart, body.top-search-open #side-panel-trigger, body.top-search-open #top-account { opacity: 0; } #header.sticky-header.semi-transparent { background-color: transparent; } #header-wrap { position: relative; z-index: 199; -webkit-backface-visibility: hidden; backface-visibility: hidden; } #header.sticky-header #header-wrap { position: fixed; top: 0; left: 0; width: 100%; background-color: #FFF; box-shadow: 0px 20px 20px 0 rgb(0 0 0 / 2%); } #header.semi-transparent.sticky-header #header-wrap { background-color: rgba(255, 255, 255, 0.8) } #header.sticky-header:not(.static-sticky), #header.sticky-header:not(.static-sticky) #header-wrap { height: 60px; } #header.sticky-header:not(.static-sticky):not(.sticky-style-2):not(.sticky-style-3) #logo img { max-width: 128px; } #header.sticky-header:not(.static-sticky) #primary-menu > ul > li > a { padding-top: 19px; padding-bottom: 19px; } #header.sticky-header:not(.static-sticky) #primary-menu > ul > li > a.user--link { padding-top: 10px; padding-bottom: 10px; margin: 9px 0 9px 8px; } #header.sticky-header:not(.static-sticky).sticky-style-2, #header.sticky-header:not(.static-sticky).sticky-style-3 { height: 161px; } #header.sticky-header:not(.static-sticky).sticky-style-2 #primary-menu, #header.sticky-header:not(.static-sticky).sticky-style-3 #primary-menu { border-top: 0; } #header.sticky-header:not(.static-sticky) #top-search, #header.sticky-header:not(.static-sticky) #top-cart, #header.sticky-header:not(.static-sticky) #side-panel-trigger { margin-top: 20px !important; margin-bottom: 20px !important; } #header.sticky-header:not(.static-sticky) #top-account { margin-top: 15px !important; margin-bottom: 14px !important; } #header.sticky-header:not(.static-sticky) #top-cart .top-cart-content { top: 40px; } #header.sticky-header.sticky-style-2 #primary-menu { border-top: 0; } #header.sticky-header:not(.static-sticky) #primary-menu.style-3 > ul > li > a { margin: 0; border-radius: 0; } #header.sticky-header:not(.static-sticky) #primary-menu.style-4 > ul > li > a { padding-top: 8px; padding-bottom: 8px; margin: 10px 0; } #header.sticky-header:not(.static-sticky) #primary-menu.style-5 > ul > li { margin-left: 2px; } #header.sticky-header:not(.static-sticky) #primary-menu.style-5 > ul > li:first-child { margin-left: 0; } #header.sticky-header:not(.static-sticky) #primary-menu.style-5 > ul > li > a { line-height: 22px; padding-top: 19px; padding-bottom: 19px; } #header.sticky-header:not(.static-sticky) #primary-menu.style-5 > ul > li > a > div { padding: 0; } #header.sticky-header:not(.static-sticky) #primary-menu.style-5 > ul > li > a i { display: inline-block; width: 16px; top: -1px; margin: 0 6px 0 0; font-size: 14px; line-height: 22px; } #header.sticky-header:not(.static-sticky) #primary-menu.sub-title > ul > li, #header.sticky-header:not(.static-sticky) #primary-menu.sub-title.style-2 > div > ul > li { background: none !important; margin-left: 2px; } #header.sticky-header:not(.static-sticky) #primary-menu.sub-title > ul > li:first-child, #header.sticky-header:not(.static-sticky) #primary-menu.sub-title.style-2 > div > ul > li:first-child { margin-left: 0; } #header.sticky-header:not(.static-sticky) #primary-menu.sub-title > ul > li > a, #header.sticky-header:not(.static-sticky) #primary-menu.sub-title > div > ul > li > a { line-height: 22px; padding: 19px 15px; text-transform: none; font-size: 14px; border-top: 0; } #header.sticky-header:not(.static-sticky) #primary-menu.sub-title ul li span { display: none; } #page-menu, #page-menu-wrap { position: relative; height: 44px; line-height: 44px; text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.1); } #page-menu-wrap { z-index: 99; background-color: #0073ff; -webkit-transform: translate3d(0, 0, 0); -ms-transform: translate3d(0, 0, 0); -o-transform: translate3d(0, 0, 0); transform: translate3d(0, 0, 0); -webkit-backface-visibility: hidden; backface-visibility: hidden; } #page-menu.sticky-page-menu #page-menu-wrap { position: fixed; z-index: 99; left: 0; width: 100%; box-shadow: 0 0 15px rgba(0, 0, 0, 0.3); } #header.static-sticky~#page-menu.sticky-page-menu #page-menu-wrap, #header.static-sticky~#content #page-menu.sticky-page-menu #page-menu-wrap { top: 100px; } #header~#page-menu.sticky-page-menu #page-menu-wrap, #header.no-sticky~#page-menu.sticky-page-menu #page-menu-wrap, #header~#content #page-menu.sticky-page-menu #page-menu-wrap, #header.no-sticky~#content #page-menu.sticky-page-menu #page-menu-wrap { top: 0; } #header.sticky-header~#page-menu.sticky-page-menu #page-menu-wrap, #header.sticky-header~#content #page-menu.sticky-page-menu #page-menu-wrap { top: 60px; } #page-submenu-trigger { top: 0; margin-top: 0; left: auto; right: 15px; width: 40px; height: 44px; line-height: 44px; } #page-menu .menu-title { float: left; color: #FFF; font-size: 20px; font-weight: 300; } #page-menu .menu-title span { font-weight: 700; } #page-menu nav { position: relative; float: right; } #page-menu nav ul { margin-bottom: 0; height: 44px; } #page-menu nav li { position: relative; float: left; list-style: none; } #page-menu nav li a { display: block; height: 28px; line-height: 28px; margin: 8px 4px; padding: 0 14px; color: #FFF; font-size: 14px; border-radius: 14px; } #page-menu nav li a .icon-angle-down { margin-left: 5px; } body:not(.device-touch) #page-menu nav li a { -webkit-transition: all .2s ease-in-out; -o-transition: all .2s ease-in-out; transition: all .2s ease-in-out; } #page-menu nav li:hover a, #page-menu nav li.current a { background-color: rgba(0, 0, 0, 0.15); } #page-menu li:hover ul { display: block; } #page-menu ul ul { display: none; position: absolute; width: 150px; top: 44px; left: 0; z-index: 149; height: auto; background-color: #0073ff; } #page-menu ul ul ul { display: none !important; } #page-menu ul ul li { float: none; } #page-menu ul ul a { height: auto; line-height: 22px; margin: 0; padding: 8px 14px; border-radius: 0; background-color: rgba(0, 0, 0, 0.15); } #page-menu ul ul li:hover a, #page-menu ul ul li.current a { background-color: rgba(0, 0, 0, 0.3); } @media (min-width: 992px) { #page-menu.dots-menu, #page-menu.dots-menu #page-menu-wrap { position: fixed; z-index: 99; top: 50%; left: auto; right: 20px; width: 24px; height: auto; line-height: 1.5; background-color: transparent; text-shadow: none; } #page-menu.dots-menu #page-menu-wrap { position: relative; box-shadow: none; } #page-menu.dots-menu .menu-title { display: none; } #page-menu.dots-menu nav { float: none; width: 24px; } #page-menu.dots-menu nav ul { height: auto; } #page-menu.dots-menu nav ul li { float: none; width: 14px; height: 14px; margin: 10px 6px; } #page-menu.dots-menu nav li a { position: relative; width: 10px; height: 10px; line-height: 1.5; padding: 0; margin: 0 2px; background-color: rgba(0, 0, 0, 0.4); border-radius: 50%; color: #777; } #page-menu.dots-menu nav li a:hover { background-color: rgba(0, 0, 0, 0.7) } #page-menu.dots-menu nav li.current a { background-color: #0073ff; } #page-menu.dots-menu nav li div { position: absolute; width: auto; top: -11px; right: 25px; background-color: #0073ff; color: #FFF; padding: 5px 14px; white-space: nowrap; pointer-events: none; text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.15); border-radius: 2px; opacity: 0; } body:not(.device-touch) #page-menu.dots-menu nav li div { -webkit-transition: all .2s ease-in-out; -o-transition: all .2s ease-in-out; transition: all .2s ease-in-out; } #page-menu.dots-menu nav li div:after { position: absolute; content: ''; top: 50%; margin-top: -6px; left: auto; right: -5px; width: 0; height: 0; border-top: 7px solid transparent; border-bottom: 7px solid transparent; border-left: 6px solid #0073ff; } #page-menu.dots-menu nav li a:hover div { opacity: 1; right: 30px; } } .one-page-arrow { position: absolute; z-index: 3; bottom: 20px; left: 50%; margin-left: -16px; width: 32px; height: 32px; font-size: 24px; text-align: center; color: #222; } @media (min-width: 992px) { .side-header #header { position: fixed; top: 0; left: 0; z-index: 10; width: 260px; height: 100%; height: calc(100vh); background-color: #FFF; border: none; border-right: 1px solid #EEE; overflow: hidden; box-shadow: 0 0 15px rgba(0, 0, 0, 0.065); } .side-header #header-wrap { width: 300px; height: 100%; overflow: auto; padding-right: 40px; } .side-header #header .container { width: 260px !important; padding: 0 30px !important; margin: 0 !important; } .side-header #logo { float: none; margin: 60px 0 40px; } .side-header #logo img { height: auto !important; } .side-header #logo:not(.nobottomborder):after, .side-header #primary-menu:not(.nobottomborder):after { display: block; content: ''; width: 20%; border-bottom: 1px solid #E5E5E5; } .side-header .center #logo:after { margin: 0 auto; } .side-header #primary-menu { margin-bottom: 30px; } .side-header #primary-menu:not(.nobottomborder):after { margin-top: 40px; } .side-header #primary-menu, .side-header #primary-menu ul { float: none; height: auto; } .side-header #primary-menu ul li { float: none; margin: 15px 0 0; } .side-header #primary-menu ul li:first-child { margin-top: 0; } .side-header #primary-menu ul li a { height: 25px; line-height: 25px; padding: 0; text-transform: uppercase; } .side-header #primary-menu ul li i { line-height: 24px; } .side-header #primary-menu ul ul { position: relative; width: 100%; background-color: transparent; box-shadow: none; border: none; height: auto; z-index: 1; top: 0; left: 0; margin: 5px 0; padding-left: 12px; } .side-header #primary-menu ul ul ul { top: 0 !important; left: 0; } .side-header #primary-menu ul ul.menu-pos-invert { left: 0; right: auto; } .side-header #primary-menu ul ul ul.menu-pos-invert { right: auto; } .side-header #primary-menu ul ul li { margin: 0; border: 0; } .side-header #primary-menu ul ul li:first-child { border-top: 0; } .side-header #primary-menu ul ul a { font-size: 12px; height: auto !important; line-height: 24px !important; padding: 2px 0 !important; } .side-header #primary-menu ul ul li:hover > a { background-color: transparent !important; color: #444 !important; } .side-header #primary-menu ul > li.sub-menu > a, .side-header #primary-menu ul > li.sub-menu:hover > a { background-image: none !important; } .side-header #primary-menu ul > li.sub-menu > a:after { position: absolute; content: '\e7a5'; top: 1px; right: 0; -webkit-transition: transform .2s linear; -o-transition: transform .2s linear; transition: transform .2s linear; } .side-header #primary-menu ul > li.sub-menu:hover > a:after { filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=1); -webkit-transform: rotate(90deg); -moz-transform: rotate(90deg); -ms-transform: rotate(90deg); -o-transform: rotate(90deg); transform: rotate(90deg); } .side-header:not(.open-header) #wrapper { margin: 0 0 0 260px !important; width: auto !important; } .side-header:not(.open-header) #wrapper .container { width: auto; max-width: none; margin: 0 40px; } .side-header.open-header.push-wrapper { overflow-x: hidden; } .side-header.open-header #header { left: -260px; } .side-header.open-header.side-header-open #header { left: 0; } .side-header.open-header #wrapper { left: 0; } .side-header.open-header.push-wrapper.side-header-open #wrapper { left: 260px; } #header-trigger { display: none; } .side-header.open-header #header-trigger { display: block; position: fixed; cursor: pointer; top: 20px; left: 20px; z-index: 11; font-size: 16px; width: 32px; height: 32px; line-height: 32px; background-color: #FFF; text-align: center; border-radius: 2px; } .side-header.open-header.side-header-open #header-trigger { left: 280px; } .side-header.open-header #header-trigger i:nth-child(1), .side-header.open-header.side-header-open #header-trigger i:nth-child(2) { display: block; } .side-header.open-header.side-header-open #header-trigger i:nth-child(1), .side-header.open-header #header-trigger i:nth-child(2) { display: none; } .side-header.open-header #header, .side-header.open-header #header-trigger, .side-header.open-header.push-wrapper #wrapper { -webkit-transition: left .4s ease; -o-transition: left .4s ease; transition: left .4s ease; } .side-header.side-header-right #header { left: auto; right: 0; border: none; border-left: 1px solid #EEE; } .side-header.side-header-right:not(.open-header) #wrapper { margin: 0 260px 0 0 !important; } .side-header.side-header-right.open-header #header { left: auto; right: -260px; } .side-header.side-header-right.open-header.side-header-open #header { left: auto; right: 0; } .side-header.side-header-right.open-header.push-wrapper.side-header-open #wrapper { left: -260px; } .side-header.side-header-right.open-header #header-trigger { left: auto; right: 20px; } .side-header.side-header-right.open-header.side-header-open #header-trigger { left: auto; right: 280px; } .side-header.side-header-right.open-header #header, .side-header.side-header-right.open-header #header-trigger { -webkit-transition: right .4s ease; -o-transition: right .4s ease; transition: right .4s ease; } } body.side-push-panel { overflow-x: hidden; } #side-panel { position: fixed; top: 0; right: -300px; z-index: 399; width: 300px; height: 100%; background-color: #F5F5F5; overflow: hidden; -webkit-backface-visibility: hidden; backface-visibility: hidden; } body.side-panel-left #side-panel { left: -300px; right: auto; } body.side-push-panel.stretched #wrapper, body.side-push-panel.stretched #header.sticky-header .container { right: 0; } body.side-panel-left.side-push-panel.stretched #wrapper, body.side-panel-left.side-push-panel.stretched #header.sticky-header .container { left: 0; right: auto; } #side-panel .side-panel-wrap { position: absolute; top: 0; left: 0; bottom: 0; width: 330px; height: 100%; overflow: auto; padding: 50px 70px 50px 40px; } body.device-touch #side-panel .side-panel-wrap { overflow-y: scroll; } #side-panel .widget { margin-top: 40px; padding-top: 40px; width: 220px; border-top: 1px solid #E5E5E5; } #side-panel .widget:first-child { padding-top: 0; border-top: 0; margin: 0; } body.side-panel-open #side-panel { right: 0; } body.side-panel-left.side-panel-open #side-panel { left: 0; right: auto; } body.side-push-panel.side-panel-open.stretched #wrapper, body.side-push-panel.side-panel-open.stretched #header.sticky-header .container { right: 300px; } body.side-push-panel.side-panel-open.stretched.device-xl .slider-parallax-inner, body.side-push-panel.side-panel-open.stretched.device-lg .slider-parallax-inner { left: -300px; } body.side-panel-left.side-push-panel.side-panel-open.stretched #wrapper, body.side-panel-left.side-push-panel.side-panel-open.stretched #header.sticky-header .container, body.side-panel-left.side-push-panel.side-panel-open.stretched .slider-parallax-inner { left: 300px; right: auto; } #side-panel-trigger { display: block; cursor: pointer; z-index: 11; margin-right: 5px; } #side-panel-trigger-close a { display: none; } #side-panel, body.side-push-panel.stretched #wrapper, body.side-push-panel.stretched #header .container { -webkit-transition: right .4s ease; -o-transition: right .4s ease; transition: right .4s ease; } body.side-panel-left #side-panel, body.side-panel-left.side-push-panel.stretched #wrapper, body.side-panel-left.side-push-panel.stretched #header .container, body.side-push-panel.stretched .slider-parallax-inner { -webkit-transition: left .4s ease; -o-transition: left .4s ease; transition: left .4s ease; } .body-overlay { opacity: 0; position: fixed; top: 0; left: 0; width: 100%; height: 100%; background-color: rgba(0, 0, 0, 0.6); z-index: -1; pointer-events: none; -webkit-backface-visibility: hidden; backface-visibility: hidden; -webkit-transition: opacity .3s ease; -o-transition: opacity .3s ease; transition: opacity .3s ease; } body.side-panel-open .body-overlay { opacity: 1; z-index: 298; pointer-events: auto; } body.side-panel-open:not(.device-xs):not(.device-sm):not(.device-md) .body-overlay:hover { cursor: url('../img/icons/close.png') 15 15, default; } .slider-element { position: relative; width: 100%; overflow: hidden; } .slider-parallax { position: relative; } .slider-parallax, .slider-parallax .swiper-container { visibility: visible; -webkit-backface-visibility: hidden; backface-visibility: hidden; } .slider-parallax .slider-parallax-inner { position: fixed; width: 100%; height: 100%; } .device-touch .slider-parallax .slider-parallax-inner { position: relative; } body:not(.side-header) .slider-parallax .slider-parallax-inner { left: 0; } body:not(.stretched) .slider-parallax .slider-parallax-inner { left: auto; } #header.transparent-header+.slider-parallax .slider-parallax-inner { top: 0; } .slider-parallax .slider-parallax-inner, .slider-parallax .slider-caption { will-change: transform; -webkit-transform: translate3d(0, 0, 0); transform: translate3d(0, 0, 0); -webkit-transition: transform 0s linear; transition: transform 0s linear; -webkit-backface-visibility: hidden; backface-visibility: hidden; } .boxed-slider { padding-top: 40px; } .swiper_wrapper { width: 100%; height: 500px; overflow: hidden; } .full-screen .swiper_wrapper { height: auto; } .swiper_wrapper .swiper-container { position: relative; width: 100%; height: 100%; margin: 0; } .swiper_wrapper .swiper-slide { position: relative; margin: 0; background-position: 50% 50%; background-repeat: no-repeat; overflow: hidden; } .swiper_wrapper .swiper-slide::after { content: ""; position: absolute; height: 100%; width: 100%; display: block; top: 0; left: 0; z-index: 15; } .swiper-slide [data-caption-animate] { -webkit-backface-visibility: hidden; backface-visibility: hidden; } .swiper-slide .video-wrap, .section .video-wrap, .swiper-slide .yt-bg-player, .section .yt-bg-player { position: absolute; width: 100%; height: 100%; z-index: -1; top: 0; left: 0; } .yt-bg-player .inlinePlayButton, .yt-bg-player .loading { display: none !important; } .slider-element .container { position: relative; height: 100%; } .slider-element.canvas-slider .swiper-slide img { width: 100%; } .slider-element.canvas-slider a { display: block; height: 100%; } .swiper-pagination { position: absolute; width: 100%; z-index: 20; margin: 0; top: auto; bottom: 20px !important; text-align: center; line-height: 1; } .swiper-pagination span { display: inline-block; cursor: pointer; width: 10px; height: 10px; margin: 0 4px; opacity: 1; background-color: transparent; border: 1px solid #FFF; border-radius: 50%; -webkit-transition: all .3s ease; -o-transition: all .3s ease; transition: all .3s ease; } .swiper-pagination span:hover, .swiper-pagination span.swiper-pagination-bullet-active { background-color: #FFF !important; } .video-wrap { overflow: hidden; width: 100%; position: relative; } .video-wrap video { position: relative; z-index: 1; width: 100%; } .video-overlay, .video-placeholder { position: absolute; width: 100%; height: 100%; top: 0; left: 0; z-index: 5; background: transparent url('../img/grid.png') repeat; -webkit-backface-visibility: hidden; backface-visibility: hidden; } .video-placeholder { z-index: 4; background-repeat: no-repeat !important; } .slider-caption { position: absolute; top: 0; left: 15px; z-index: 20; max-width: 100%; color: #EEE; font-size: 1.375rem; font-weight: 300; text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.15); -webkit-transition: top .3s ease; -o-transition: top .3s ease; transition: top .3s ease; } .slider-caption:not(.dark), .slider-caption:not(.dark) h2 { color: #222; text-shadow: none; } .slider-caption h2 { font-size: 4rem; letter-spacing: 2px; text-transform: uppercase; font-weight: 700; line-height: 1; margin-bottom: 0; margin:auto auto; float:left; } .slider-caption h3 { font-size: 2rem; font-weight: 600; margin-bottom: 0; line-height: 1.3; } .slider-caption p { margin-top: 2rem; margin-bottom: 0; font-size: 1.5rem; color: white; } .slider-caption .stats { list-style: none; padding: 0; display:block; float:left; width:300px; /* adjust */ height:150px; /* adjust */ padding: 5px; /*adjust*/ } .slider-caption .stats li { flex: auto; flex-grow: 0; margin-right: 2rem; padding-right: 2rem; } .slider-caption .stats li:last-child { border-right: none; } .slider-caption .stats li strong { display: block; margin: 0; padding: 0; font-weight: 600; color: white; font-size: 1.75rem; margin-bottom: .125rem; } .slider-caption .stats li em { display: block; margin: 0; padding: 0; font-weight: 300; color: white; font-size: 1rem; font-style: normal; } .slider-caption.slider-caption-right { left: auto; right: 15px; } .slider-caption.slider-caption-center { position: relative; max-width: 800px; text-align: center; margin: 0 auto; left: 0; right: 0; } .slider-caption-bg { padding: 5px 12px; border-radius: 2px; background-color: rgba(0, 0, 0, 0.6); top: auto; bottom: 50px; left: 50px; } .slider-caption-bg.slider-caption-bg-light { background-color: rgba(255, 255, 255, 0.8); color: #333; font-weight: 400; text-shadow: none; } .slider-caption-top-left { top: 50px; bottom: auto; } .slider-caption-top-right { top: 50px; bottom: auto; left: auto; right: 50px; } .slider-caption-bottom-right { left: auto; right: 50px; } .slider-element .owl-carousel { margin: 0; } .slider-arrow-left, .slider-arrow-right, .slider-arrow-top-sm, .slider-arrow-bottom-sm { position: absolute; cursor: pointer; z-index: 10; top: 50%; left: 0; margin-top: -26px; background-color: rgba(0, 0, 0, 0.3); width: 52px; height: 52px; border: 0; border-radius: 0 3px 3px 0; -webkit-transition: background-color .3s ease-in-out; -o-transition: background-color .3s ease-in-out; transition: background-color .3s ease-in-out; } .slider-arrow-top-sm, .slider-arrow-bottom-sm { top: auto; bottom: 57px; left: auto; right: 20px; margin: 0; width: 32px; height: 32px; border-radius: 3px 3px 0 0; } .slider-arrow-bottom-sm { bottom: 20px; border-radius: 0 0 3px 3px; } .slider-arrow-right, .slider-element .owl-next { left: auto; right: 0; border-radius: 3px 0 0 3px; } .slider-arrow-left i, .slider-arrow-right i, .slider-arrow-top-sm i, .slider-arrow-bottom-sm i { line-height: 50px; width: 34px; height: 52px; color: #DDD; color: rgba(255, 255, 255, 0.8); text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.1); font-size: 34px; text-align: center; margin-left: 7px; } .slider-arrow-top-sm i, .slider-arrow-bottom-sm i { width: 32px; height: 32px; margin: 0; line-height: 30px; font-size: 18px; color: #FFF; color: rgba(255, 255, 255, 1); } .slider-element .owl-prev i { margin-left: 0; } .slider-arrow-right i { margin-left: 10px; } .slider-element .owl-next i { margin-right: 4px; } .slider-arrow-left:hover, .slider-arrow-right:hover, .slider-arrow-top-sm:hover, .slider-arrow-bottom-sm:hover { background-color: rgba(0, 0, 0, 0.6) !important; } .slide-number { position: absolute; opacity: 0; top: auto; right: 20px; bottom: 20px; z-index: 20; width: 36px; height: 40px; text-align: center; color: rgba(255, 255, 255, 0.8); text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.15); font-size: 18px; font-weight: 300; -webkit-transition: all .3s linear; -o-transition: all .3s linear; transition: all .3s linear; } .slider-element:hover .slide-number { opacity: 1; } .slide-number-current, .slide-number-total { position: absolute; line-height: 1; top: 5px; left: 0; } .slide-number-total { top: auto; bottom: 5px; left: auto; right: 0; } .slide-number span { display: block; font-size: 32px; line-height: 40px; } .slider-element .owl-dots { position: absolute; width: 100%; z-index: 20; margin: 0; top: auto; bottom: 15px; } .slider-element .owl-dots button { width: 10px; height: 10px; margin: 0 3px; opacity: 1 !important; background-color: transparent !important; border: 1px solid #FFF; } .slider-element .owl-dots .owl-dot.active, .slider-element .owl-dots .owl-dot:hover { background-color: #FFF !important; } #page-title { position: relative; padding: 30px 0; background-color: #fff; } #page-title .container { position: relative; } #page-title h1 { padding: 0; margin: 0; line-height: 1; font-weight: 600; letter-spacing: 1px; color: #333; font-size: 28px; text-transform: uppercase; } #page-title span { display: block; margin-top: 10px; font-weight: 300; color: #777; font-size: 18px; } .breadcrumb { position: absolute !important; width: auto !important; top: 50% !important; left: auto !important; right: 15px !important; margin: -10px 0 0 0 !important; background-color: transparent !important; padding: 0 !important; font-size: 12px; } body.stretched .container-fullwidth .breadcrumb { right: 60px !important; } #header.transparent-header+#page-title.page-title-parallax .breadcrumb { margin-top: 35px !important; } .breadcrumb a { color: #555; } .breadcrumb a:hover { color: #0073ff; } .breadcrumb i { width: auto !important; } #page-title.page-title-dark { background-color: #333; text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.15) !important; border-bottom: none; } #page-title.page-title-dark h1 { color: rgba(255, 255, 255, 0.9) !important; } #page-title.page-title-dark span { color: rgba(255, 255, 255, 0.7); } #page-title.page-title-dark .breadcrumb > .active { color: rgba(255, 255, 255, 0.6); } #page-title.page-title-dark .breadcrumb a { color: rgba(255, 255, 255, 0.8); } #page-title.page-title-dark .breadcrumb a:hover { color: rgba(255, 255, 255, 0.95); } #page-title.page-title-right { text-align: right; } #page-title.page-title-right .breadcrumb { left: 15px !important; right: auto !important; } #page-title.page-title-center { text-align: center; } #page-title.page-title-center span { max-width: 700px; margin-left: auto; margin-right: auto; } #page-title.page-title-center .breadcrumb { position: relative !important; top: 0 !important; left: 0 !important; right: 0 !important; margin: 20px 0 0 !important; justify-content: center; } #page-title.page-title-pattern { background-image: url('../img/pattern.png'); background-repeat: repeat; background-attachment: fixed; } #page-title.page-title-parallax { padding: 100px 0; text-shadow: none; border-bottom: none; } #page-title.page-title-parallax h1 { font-size: 40px; font-weight: 600; letter-spacing: 2px; } #page-title.page-title-parallax span { font-size: 22px; } #page-title.page-title-parallax .breadcrumb { font-size: 13px; } #page-title.page-title-parallax { background-color: transparent; background-image: url('../img/parallax/parallax-bg.jpg'); background-attachment: fixed; background-position: 50% 0; background-repeat: no-repeat; } #page-title.page-title-mini { padding: 20px 0; } #page-title.page-title-mini h1 { font-weight: 600; font-size: 18px; color: #444; } #page-title.page-title-mini span { display: none; } #page-title.page-title-nobg { background: transparent !important; border-bottom: 1px solid #F5F5F5; } #page-title.page-title-video { background: none; position: relative; overflow: hidden; } #page-title.page-title-video .container { z-index: 3; } #page-title.page-title-video .video-wrap { position: absolute; width: 100%; height: 100%; top: 0; left: 0; } #page-title.page-title-video .video-wrap video { width: 100%; } #content { position: relative; overflow: hidden; background-color: #FFF; } #content p { line-height: 1.6; } .content-wrap { position: relative; padding: 80px 0; } #content .container { position: relative; } .grid-container { position: relative; overflow: hidden; } body:not(.device-touch) .grid-container { -webkit-transition: height .4s ease; -o-transition: height .4s ease; transition: height .4s ease; } .masonry-thumbs { position: relative; } .masonry-thumbs a { position: relative; float: left; width: 25%; max-width: 100% !important; overflow: hidden; } .masonry-thumbs.grid-2 a { width: 50%; } .masonry-thumbs.grid-3 a { width: 33.30%; } .masonry-thumbs.grid-4 a { width: 25%; } .masonry-thumbs.grid-5 a { width: 20%; } .masonry-thumbs.grid-6 a { width: 16.60%; } .masonry-thumbs a, .masonry-thumbs img { display: block; height: auto !important; } .masonry-thumbs img { width: 100%; border-radius: 0 !important; padding: 0 1px 1px 0; } .masonry-thumbs .overlay { padding: 0 1px 1px 0; } .modal-padding { padding: 40px; } .ajax-modal-title { background-color: #F9F9F9; border-bottom: 1px solid #EEE; padding: 25px 40px; } .ajax-modal-title h2 { font-size: 26px; margin-bottom: 0; } #posts { position: relative; } .entry { position: relative; margin: 0 0 50px; } .entry:after { content: ''; position: relative; height: 2px; margin-top: 50px; background-color: #F5F5F5; } .entry-image { margin-bottom: 30px; } .entry-image, .entry-image > a, .entry-image .slide a, .entry-image img { display: block; position: relative; width: 100%; height: auto; } .entry-image iframe { display: block; } .entry-image video { display: block; width: 100%; } .entry-image img { border-radius: 3px; } .entry-title h2 { margin: 0; font-size: 24px; font-weight: 600; text-transform: uppercase; letter-spacing: 1px; } .entry-title h2 a { color: #333; } .entry-title h2 a:hover { color: #0073ff; } .entry-meta { margin: 10px -10px -15px 0; list-style: none; } .single-post .entry-meta { margin-bottom: 20px; } .entry-meta li { float: left; font-size: 13px; line-height: 14px; margin: 0 10px 15px 0; color: #999; font-family: 'Nunito', sans-serif; font-style: italic; } .entry-meta li:before { content: '/'; display: inline-block; margin-right: 10px; opacity: 0.5 } .entry-meta li i { position: relative; top: 1px; font-size: 14px; margin-right: 3px; } .entry-meta li a { color: #999; } .entry-meta li a:hover { color: #0073ff; } .entry-meta li:first-child:before { display: none; } .entry-meta li ins { font-weight: 700; text-decoration: none; } .entry-c { position: relative; overflow: hidden; } #posts .entry-content { margin-top: 30px; } .single-post .entry-content .entry-image { max-width: 350px; } .entry-content { position: relative; } .entry-link { display: block; width: 100%; background-color: #F5F5F5; padding: 30px 0; text-align: center; color: #444; font-family: 'Nunito', sans-serif; text-transform: uppercase; letter-spacing: 1px; font-size: 24px; font-weight: 700; border-radius: 3px; } body:not(.device-touch) .entry-link { -webkit-transition: background-color .3s ease-in-out; -o-transition: background-color .3s ease-in-out; transition: background-color .3s ease-in-out; } .entry-link:hover { color: #FFF; background-color: #0073ff; text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.2); } .entry-link span { display: block; margin-top: 5px; font-family: 'Nunito', sans-serif; font-style: italic; font-weight: normal; text-transform: none; letter-spacing: 0; font-size: 14px; color: #AAA; } .entry-link:hover span { color: #EEE; } .entry blockquote p { font-weight: 400; font-family: 'Nunito', sans-serif; font-style: italic; } .small-thumbs .entry-image, .ievent .entry-image { float: left; width: 300px; margin: 0 30px 0 0; } .small-thumbs .entry-image img, .ievent .entry-image img { border-radius: 0; } .small-thumbs .entry-c .entry-image, .ievent .entry-c .entry-image { float: none; width: 100%; margin: 0 0 20px 0; } .small-thumbs .entry-c .entry-image img, .ievent .entry-c .entry-image img { border-radius: 5px; } .small-thumbs .entry-title h2, .ievent .entry-title h2 { font-size: 20px; font-weight: 600; } .small-thumbs.alt .entry-image { float: right; margin: 0 0 0 30px; } .small-thumbs.alt .entry-c .entry-image { float: none; margin: 0 0 20px 0; } .bothsidebar .small-thumbs .entry-image { width: 200px; margin: 0 25px 0 0; } .bothsidebar .small-thumbs.alt .entry-image { margin: 0 0 0 25px; } .bothsidebar .small-thumbs .entry-c .entry-image { width: 100%; margin: 0 0 20px 0; } .bothsidebar .small-thumbs .entry-title h2 { font-size: 18px; } .post-grid { margin-right: -28px; } .post-grid .entry { float: left; width: 25%; padding-right: 28px; } .post-grid .entry-image img { border-radius: 0; } .post-grid .entry-title h2 { font-size: 17px; font-weight: 600; } .post-grid .entry-link { font-size: 24px; } .post-grid .entry-link span { font-size: 13px; } .post-grid.grid-3 { margin-right: -30px; } .post-grid.grid-3 .entry { width: 33.33333333%; padding-right: 30px; } .post-grid.grid-3 .entry-title h2 { font-size: 18px; } .postcontent .post-grid.grid-3 { margin-right: -25px; } .postcontent .post-grid.grid-3 .entry { padding-right: 25px; } .postcontent .post-grid.grid-3 .entry-title h2 { font-size: 16px; } .post-grid.grid-2 { margin-right: -40px; } .post-grid.grid-2 .entry { width: 50%; padding-right: 40px; } .post-grid.grid-2 .entry-title h2 { font-size: 20px; } .postcontent .post-grid.grid-2 .entry-title h2 { font-size: 18px; } .bothsidebar .post-grid.grid-2 .entry-title h2 { font-size: 16px; } .post-masonry .entry-image, .post-masonry .entry-image img { height: auto !important; } .post-masonry-full { margin: -80px 0 -80px -1px !important; } .post-masonry-full .entry { width: 24.9% !important; margin: 0 !important; padding: 40px 30px; border-bottom: 1px dashed; border-left: 1px dashed; border-color: #E5E5E5; } .post-masonry-full .entry:after { display: none; } .post-masonry-full.grid-3 .entry { width: 33.30% !important; } .timeline-border { position: absolute; top: 0; left: 50%; margin-left: -71px; width: 0; border-left: 1px dashed #CCC; height: 100%; } .post-timeline { margin-right: -140px !important; } .post-timeline .entry { width: 500px !important; margin-right: 140px !important; padding-right: 0 !important; } .entry.entry-date-section { width: 100% !important; margin: 50px -70px 80px; padding: 0; border: 0; text-align: center; } .entry.entry-date-section span { display: inline-block; padding: 10px 15px; background-color: #FFF; border: 2px solid #EEE; font-size: 18px; font-weight: bold; letter-spacing: 1px; text-transform: uppercase; font-family: 'Nunito', sans-serif; } .post-timeline .entry-timeline { display: none; position: absolute; border: 2px solid #CCC; background-color: #FFF; padding-top: 0; text-indent: -9999px; top: 40px; left: auto; right: -76px; width: 13px; height: 13px; border-radius: 50%; font-size: 26px; font-weight: bold; color: #AAA; text-align: center; line-height: 1; -webkit-transition: all .3s ease-in-out; -o-transition: all .3s ease-in-out; transition: all .3s ease-in-out; } .post-timeline .entry-timeline div.timeline-divider { position: absolute; top: 4px; left: -58px; width: 50px; height: 0; border-top: 1px dashed #CCC; -webkit-transition: all .3s ease-in-out; -o-transition: all .3s ease-in-out; transition: all .3s ease-in-out; } .post-timeline .alt .entry-timeline { right: auto; left: -77px; } .post-timeline .alt .entry-timeline div.timeline-divider { left: auto; right: -58px; } .post-timeline .entry-timeline span { display: block; margin-top: 3px; font-size: 13px; font-weight: normal; } .post-timeline .entry:hover .entry-timeline, .post-timeline .entry:hover .timeline-divider { border-color: #0073ff; color: #0073ff; } .postcontent .timeline-border { left: -68px; margin-left: 0; } .postcontent .post-timeline { padding-left: 0; margin-left: 100px; margin-right: 0 !important; overflow: visible; } .postcontent .post-timeline .entry { width: 100% !important; margin-right: 0 !important; } .postcontent .post-timeline .entry-timeline { display: block; border: 3px solid #CCC; background-color: #FFF; padding-top: 10px; text-indent: 0; top: 20px; left: -100px; right: auto; width: 64px; height: 64px; font-size: 24px; } .postcontent .post-timeline .entry-timeline div.timeline-divider { top: 29px; left: 64px; width: 32px; } .ipost .entry-image img { border-radius: 0; } .ipost .entry-title h3, .ipost .entry-title h4 { margin: 0; font-size: 16px; font-weight: 600; } .ipost .entry-title h4 { font-size: 15px; } .ipost .entry-title h3 a, .ipost .entry-title h4 a { color: #333; } .ipost .entry-title h3 a:hover, .ipost .entry-title h4 a:hover { color: #0073ff; } .ipost .entry-meta { margin-right: -10px; } .ipost .entry-meta li { font-size: 13px; margin-right: 10px; } .ipost .entry-content { margin-top: 20px; } .ipost .entry-content p { margin-bottom: 0; } .more-link { display: inline-block; border-bottom: 1px solid #0073ff; padding: 0 2px; font-family: 'Nunito', sans-serif; font-style: italic; } .more-link:hover { border-bottom-color: #555; } .overlay-icon { position: absolute; left: auto; right: 0; top: auto; bottom: 0; width: 48px; height: 48px; background-color: rgba(0, 0, 0, 0.2); text-align: center; } .overlay-icon i { line-height: 48px; font-size: 28px; color: #FFF; text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.2); } .spost, .mpost { margin-top: 20px; padding-top: 20px; border-top: 1px dashed #E5E5E5; } .mpost { margin-top: 25px; padding-top: 25px; } .spost:first-child, .mpost:first-child { margin-top: 0; padding-top: 0; border-top: 0; } .spost .entry-image, .mpost .entry-image { float: left; margin: 0 15px 0 0; text-align: center; } .spost .entry-image, .spost .entry-image a, .spost .entry-image img, .spost .entry-image i { width: 48px; height: 48px; } .spost .entry-image a i, .mpost .entry-image a i { font-size: 28px; line-height: 48px; color: #666; background-color: #EEE; } .spost .entry-title h4, .mpost .entry-title h4 { margin: 0; font-size: 14px; font-weight: 600; } .spost .entry-title h4 a, .mpost .entry-title h4 a { color: #333; } .spost .entry-title h4 a:hover, .mpost .entry-title h4 a:hover { color: #0073ff; } .spost .entry-meta { margin: 8px -10px 0 0; } .spost .entry-meta li, .mpost .entry-meta li { font-size: 13px; margin: 0 10px 0 0; } .mpost .entry-image { margin-right: 20px; } .mpost .entry-image, .mpost .entry-image a, .mpost .entry-image img, .mpost .entry-image i { width: 170px; height: 128px; } .mpost .entry-image a, .mpost .entry-image img { border-radius: 2px; } .mpost .entry-image a i { font-size: 42px; line-height: 128px; } .mpost .entry-title h4 { margin: 0; font-size: 17px; font-weight: 600; } .mpost .entry-meta { margin-top: 5px; } .mpost .entry-meta li i { margin-right: 2px; } .mpost .entry-content { margin-top: 15px; } .post-navigation+.line { margin: 40px 0 50px; } .author-image { float: left; width: 64px; height: 64px; margin-right: 15px; } .author-image img { width: 64px; height: 64px; } .author-desc { position: relative; overflow: hidden; } #comments { position: relative; margin-top: 50px; padding-top: 50px; border-top: 1px solid #EEE; } .commentlist { list-style: none; padding-bottom: 50px; margin: 0 0 50px; border-bottom: 1px solid #EEE; } #reviews .commentlist { padding-bottom: 30px; margin: 0 0 20px; } .commentlist ul { list-style: none; } .commentlist li, .commentlist li ul, .commentlist li ul li { margin: 30px 0 0 0; } .commentlist ul:first-child { margin-top: 0; } .commentlist li { position: relative; margin: 30px 0 0 30px; } #reviews .commentlist li { margin-top: 20px; } .comment-wrap { position: relative; border: 1px solid #E5E5E5; border-radius: 5px; padding: 20px 20px 20px 35px; } .commentlist ul .comment-wrap { margin-left: 25px; padding-left: 20px; } #reviews .comment-wrap { border: 0; padding: 10px 0 0 35px; } .commentlist > li:first-child, #reviews .commentlist > li:first-child { padding-top: 0; margin-top: 0; } .commentlist li .children { margin-top: 0; } .commentlist li li .children { margin-left: 30px; } .commentlist li .comment-content, .pingback { position: relative; overflow: hidden; } .commentlist li .comment-content p, .pingback p { margin: 20px 0 0 0; } .commentlist li .comment-content { padding: 0 0 0 15px; } .commentlist li .comment-meta { float: left; margin-right: 0; line-height: 1; } .comment-avatar { position: absolute; top: 15px; left: -35px; padding: 4px; background: #FFF; border: 1px solid #E5E5E5; border-radius: 50%; } .comment-avatar img { display: block; border-radius: 50%; } .commentlist li .children .comment-avatar { left: -25px; } .comment-content .comment-author { margin-bottom: -10px; font-size: 16px; font-weight: bold; color: #555; } .comment-content .comment-author a { border: none; color: #333; } .comment-content .comment-author a:hover { color: #0073ff; } .comment-content .comment-author span { display: block; } .comment-content .comment-author span, .comment-content .comment-author span a { font-size: 12px; font-weight: normal; font-family: 'Nunito', sans-serif; font-style: italic; color: #AAA; } .comment-content .comment-author span a:hover { color: #888; } .comment-reply-link, .review-comment-ratings { display: block; position: absolute; top: 4px; left: auto; text-align: center; right: 0px; width: 14px; height: 14px; color: #CCC; font-size: 14px; line-height: 1; } .review-comment-ratings { width: auto; color: #333; } .comment-reply-link:hover { color: #888; } #respond, #respond form { margin-bottom: 0; } .commentlist li #respond { margin: 30px 0 0; } .commentlist li li #respond { margin-left: 30px; } #respond p { margin: 10px 0 0 0; } #respond p:first-child { margin-top: 0; } #respond label small { color: #999; font-weight: normal; } #respond input[type="text"], #respond textarea { margin-bottom: 0; } .fb-comments, .fb_iframe_widget, .fb-comments > span, .fb_iframe_widget > span, .fb-comments > span > iframe, .fb_iframe_widget > span > iframe { display: block !important; width: 100% !important; margin: 0; } img.alignleft, div.alignleft { float: left; margin: 5px 20px 13px 0; max-width: 100%; } div.alignleft > img, div.alignnone > img, div.aligncenter > img, div.alignright > img { display: block; float: none; } img.alignnone, img.aligncenter, div.alignnone, div.aligncenter { display: block; margin: 10px 0; float: none; } img.aligncenter, div.aligncenter, div.aligncenter img { margin-left: auto; margin-right: auto; clear: both; } img.alignright, div.alignright { float: right; margin: 5px 0 13px 20px; } .wp-caption { text-align: center; margin: 10px 20px 13px 20px; font-family: 'Lato', Georgia, "Times New Roman", Times, serif; font-style: italic; } .wp-caption img, .wp-caption img a { display: block; margin: 0; } p.wp-caption-text { display: inline-block; margin: 10px 0 0 0; padding: 5px 10px; background-color: #EEE; border-radius: 50px; } .wp-smiley { max-height: 13px; margin: 0 !important; } #infscr-loading { position: fixed; z-index: 20; top: 50%; left: 50%; width: 48px; height: 48px; margin: -24px 0 0 -24px; background-color: rgba(0, 0, 0, 0.7); border-radius: 3px; line-height: 48px; font-size: 24px; color: #FFF; text-align: center; } #infscr-loading img { display: none; width: 24px; height: 24px; margin: 12px; } .page-load-status { position: relative; display: none; padding: 30px 0; } .page-load-status .css3-spinner-ball-pulse-sync > div { background-color: #333; } .product { position: relative; } .product-image { position: relative; width: 100%; height: auto; overflow: hidden; } .product-image > a, .product-image .slide a, .product-image img { display: block; width: 100%; height: 100%; } body:not(.device-touch):not(.device-sm):not(.device-xs) .product-image > a { -webkit-transition: all .5s ease; -o-transition: all .5s ease; transition: all .5s ease; } .product-image > a:nth-of-type(2) { opacity: 0; position: absolute; z-index: -1; top: 0; left: 0; } .product-image:hover > a:nth-of-type(2) { opacity: 1; z-index: 2; } .product-desc { padding: 15px 0; font-size: 14px; } .product-title { margin-bottom: 7px; } .product-title h3 { margin: 0; font-size: 20px; } .product-title h3 a, .single-product .product-title h2 a { color: #333; } .product-title h3 a:hover, .single-product .product-title h2 a:hover { color: #0073ff; } .product-price { font-size: 18px; font-weight: 700; color: #444; margin-bottom: 4px; } .product-price del { font-weight: 400; font-size: 90%; color: #888; } .product-price ins { text-decoration: none; color: #0073ff; } .product-overlay { position: absolute; width: 100%; height: 44px; line-height: 44px; top: auto; bottom: -44px; left: 0; z-index: 6; overflow: hidden; } body:not(.device-touch):not(.device-sm):not(.device-xs) .product-overlay { -webkit-transition: bottom .3s ease-in-out; -o-transition: bottom .3s ease-in-out; transition: bottom .3s ease-in-out; } .product:hover .product-overlay { bottom: 0; } .product-overlay a { display: block; float: left; width: 50%; font-size: 13px; color: #333; background-color: #F5F5F5; text-align: center; border-right: 1px solid rgba(0, 0, 0, 0.1); } body:not(.device-touch):not(.device-sm):not(.device-xs) .product-overlay a { -webkit-transition: all .3s ease-in-out; -o-transition: all .3s ease-in-out; transition: all .3s ease-in-out; } .product-overlay a.item-quick-view { border-right: 0; } .product-overlay a i { position: relative; top: 1px; font-size: 14px; margin-right: 3px; } .product-overlay a:hover { background-color: #333; color: #FFF; text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.2); } .sale-flash { position: absolute; top: 10px; left: 10px; padding: 6px 10px; background-color: #0073ff; color: #FFF; text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.2); border-radius: 2px; z-index: 5; } .sale-flash.out-of-stock { background-color: #777; } .product-3 .product { padding: 0 30px 30px 0; width: 33.33333333%; } .postcontent .product-3 .product { padding: 0 25px 25px 0; } .postcontent .product-2 .product { padding: 0 40px 40px 0; width: 50%; } .bothsidebar .product-2 .product { padding: 0 40px 20px 0; } .product-1 .product { float: none; margin: 0 0 40px 0; padding: 0; width: 100%; } .product-1 .product-image { float: left; width: 300px; height: 400px; margin-right: 30px; } .product-1 .product.alt .product-image { float: right; margin: 0 0 0 30px; } .product-1 .product-desc { padding: 0; position: relative; overflow: hidden; } .product-1 .product-title h3 { font-size: 22px; } .product-1 .product-desc .product-price { font-size: 20px; } .product-1 .product-desc .product-rating { margin-bottom: 15px; } .bothsidebar .product-1 .product { border-top: 1px solid #F5F5F5; padding-top: 40px; } .bothsidebar .product-1 .product:first-child { border-top: 0; padding-top: 0; } .bothsidebar .product-1 .product-image { width: 240px; height: 320px; } .bothsidebar .product-1 .product-title h3 { font-size: 20px; } .bothsidebar .product-1 .product-desc .product-price { font-size: 16px; } .single-product .product { width: 100%; margin: 0; } .single-product .product-image, .single-product .product-image img { height: auto; } .single-product .product-desc { padding: 0; } .single-product .product-title h2 { font-size: 28px; margin-bottom: 8px; } .single-product .product-price { float: left; font-size: 24px; color: #0073ff; margin-bottom: 0; } .single-product .product-rating { float: right; position: relative; top: 9px; } .single-product .product-desc .line { margin: 20px 0; } .quantity { float: left; margin-right: 30px; } .quantity input[type=number]::-webkit-inner-spin-button, .quantity input[type=number]::-webkit-outer-spin-button { -webkit-appearance: none; -moz-appearance: none; appearance: none; margin: 0; } .quantity .qty { float: left; width: 50px; height: 40px; line-height: 40px; border: 0; border-left: 1px solid #DDD; border-right: 1px solid #DDD; background-color: #EEE; text-align: center; margin-bottom: 0; } .quantity .plus, .quantity .minus { display: block; float: left; cursor: pointer; border: 0px transparent; padding: 0; width: 36px; height: 40px; line-height: 40px; text-align: center; background-color: #EEE; font-size: 16px; font-weight: bold; transition: background-color .2s linear; -webkit-transition: background-color .2s linear; -o-transition: background-color .2s linear; } .quantity .plus:hover, .quantity .minus:hover { background-color: #DDD; } .quantity .qty:focus, .quantity .plus:focus, .quantity .minus:focus { box-shadow: none !important; outline: 0 !important; } .single-product .add-to-cart.button { height: 40px; line-height: 40px; } .product-meta { font-size: 13px; color: #777; } .product-meta > .panel-body { margin-bottom: -5px; } .product-meta > .panel-body > span { display: block; margin-bottom: 5px; } .single-product .feature-box.fbox-plain.fbox-small { padding-left: 26px; } .single-product .feature-box.fbox-plain.fbox-small .fbox-icon { width: 20px; } .single-product .feature-box.fbox-plain.fbox-small h3 { font-size: 15px; font-weight: bold; line-height: 18px; margin-bottom: 7px; } .single-product .feature-box.fbox-plain.fbox-small p { margin-left: -26px; } .single-product .feature-box.fbox-plain.fbox-small .fbox-icon i { font-size: 18px; } .product.iproduct { float: none; margin: 0; padding: 0; width: 100%; } .iproduct .product-image, .iproduct .product-image a, .iproduct .product-image img { height: auto; } .cart .remove { font-size: 14px; color: #FF0000; } .cart .remove:hover { color: #000; } .cart th { padding: 12px 15px !important; font-size: 14px; color: #555; } .cart td { padding: 12px 15px !important; vertical-align: middle !important; border-color: #E5E5E5 !important; } .cart-product-thumbnail a { display: block; width: 68px; } .cart-product-thumbnail img { display: block; width: 64px; height: 64px; border: 2px solid #EEE; } .cart-product-thumbnail img:hover { border-color: #0073ff; } .cart-product-name a, .product-name a { font-weight: bold; font-size: 13px; color: #333; } .cart-product-name a:hover, .product-name a:hover { color: #666; } .cart-product-price, .cart-product-quantity, .cart-product-subtotal { text-align: center !important; } .cart-product-quantity .quantity { display: inline-block; margin: 0; float: none; } td.actions { padding: 20px 15px !important; vertical-align: top !important; background-color: #F5F5F5; } .events .entry, .ievent { padding: 20px; background-color: #F9F9F9; border-bottom: 3px solid #EEE; } .events .entry:after { display: none !important; } .events .entry-image .entry-date, .ievent .entry-image .entry-date { position: absolute; top: 10px; left: 10px; background-color: rgba(0, 0, 0, 0.7); color: #FFF; text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.2); width: 60px; height: 64px; text-align: center; padding-top: 9px; font-size: 26px; line-height: 1; } .events .entry-image .entry-date span, .ievent .entry-image .entry-date span { display: block; font-size: 12px; margin-top: 7px; } .events .entry-c, .ievent .entry-c { padding: 5px 0; } .single-event .entry-image img { border-radius: 0; } .single-event .events-meta { font-size: 14px; } .single-event .events-meta .iconlist li, .parallax .iconlist li { margin: 5px 0; } .single-event .entry-overlay, .parallax .entry-overlay-meta { position: absolute; top: auto; bottom: 0; left: 0; width: 100%; height: 80px; background-color: rgba(0, 0, 0, 0.85); text-align: center; line-height: 80px; font-size: 22px; color: #FFF; text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.3); z-index: 5; } .single-event .countdown { display: inline-block; position: relative; top: 7px; } .single-event .countdown-section { padding: 0 15px; border-left-color: rgba(255, 255, 255, 0.3); color: #CCC; } .single-event .countdown-amount { color: #FFF; } .parallax .entry-overlay, .parallax .entry-overlay-meta { background: transparent; width: auto; text-align: right; bottom: 30px; left: auto; right: 30px; } .parallax .entry-overlay-meta { padding: 20px; font-size: 14px; text-align: left; right: 38px; bottom: 130px; width: 368px; height: auto; line-height: inherit; background-color: rgba(0, 0, 0, 0.7); border-radius: 3px; } .parallax.overlay-left .entry-overlay, .parallax.overlay-left .entry-overlay-meta { right: auto; left: 30px; } .parallax.overlay-left .entry-overlay-meta { left: 38px; } .parallax.overlay-center .entry-overlay, .parallax.overlay-center .entry-overlay-meta { bottom: 100px; right: auto; left: 50%; margin-left: -192px; } .parallax.overlay-center .entry-overlay-meta { top: 100px; bottom: auto; margin-left: -184px; } .parallax .entry-overlay-meta h2 { font-size: 20px; text-transform: uppercase; border-bottom: 1px dashed rgba(255, 255, 255, 0.2); padding-bottom: 17px; } .parallax .entry-overlay-meta h2 a { color: #FFF; } .parallax .entry-overlay-meta h2 a:hover { color: #DDD; } .parallax .countdown { top: 0; } .parallax .countdown-section { border-left: 0; width: 80px; height: 80px; margin: 0 8px; font-size: 13px; background-color: rgba(0, 0, 0, 0.7); border-radius: 3px; padding-top: 14px; } .parallax .countdown-amount { font-size: 28px; margin-bottom: 6px; } .ievent { position: relative; margin-top: 20px; } .ievent:first-child { margin-top: 0; } .ievent .entry-image { width: 30%; margin-right: 20px; } .ievent .entry-content { margin-top: 20px; } .ievent .entry-title h2 { font-size: 18px; } .ievent .entry-meta { margin-right: -10px; } .ievent .entry-meta li { font-size: 13px; margin-right: 10px; padding-left: 10px; } .ievent .entry-meta li:first-child { padding-left: 0; } .countdown { display: block; } .countdown-row { display: block; position: relative; text-align: center; } .countdown-section { display: inline-block; font-size: 11px; line-height: 1; text-align: center; width: 25%; border-left: 1px dotted #BBB; color: #888; text-transform: capitalize; } .countdown-section:first-child { border-left: 0; } .countdown-amount { display: block; font-size: 20px; color: #333; margin-bottom: 5px; } .countdown-descr { display: block; width: 100%; } .countdown-medium .countdown-section { font-size: 14px; } .countdown-medium .countdown-amount { font-size: 30px; margin-bottom: 7px; } .countdown-large .countdown-section { font-size: 18px; } .countdown-large .countdown-amount { font-size: 44px; font-weight: 700; margin-bottom: 8px; } .countdown.countdown-inline { display: inline-block; } .countdown.countdown-inline .countdown-row { display: inline-block; text-align: center; } .countdown.countdown-inline .countdown-section { display: inline-block; font-size: inherit; line-height: inherit; width: auto; border: none; color: inherit; margin-left: 7px; text-transform: inherit; } .countdown.countdown-inline .countdown-section:first-child { margin-left: 0; } .countdown.countdown-inline .countdown-amount { display: inline-block; font-size: inherit; color: inherit; font-weight: bold; margin: 0 3px 0 0; } .countdown.countdown-inline .countdown-descr { display: inline-block; width: auto; } body:not(.device-sm):not(.device-xs) .countdown.countdown-large.coming-soon .countdown-section { border: none; padding: 15px; } body:not(.device-sm):not(.device-xs) .countdown.countdown-large.coming-soon .countdown-amount { height: 140px; line-height: 140px; border-radius: 50%; background-color: rgba(0, 0, 0, 0.2); margin-bottom: 15px !important; } .button { display: inline-block; position: relative; cursor: pointer; outline: none; white-space: nowrap; margin: 5px; padding: 0 22px; font-size: 14px; height: 40px; line-height: 40px; background-color: #0073ff; color: #FFF; font-weight: 600; text-transform: uppercase; letter-spacing: .5px; border: none; text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.2); } body:not(.device-touch) .button { -webkit-transition: all .2s ease-in-out; -o-transition: all .2s ease-in-out; transition: all .2s ease-in-out; } .button-dark { background-color: #444; } .button-light { background-color: #EEE; color: #333; text-shadow: none !important; } .button:hover { background-color: #444; color: #FFF; text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.2); } .button.button-dark:hover { background-color: #0073ff; } .button.button-mini { padding: 0 14px; font-size: 11px; height: 28px; line-height: 28px; } .button.button-small { padding: 0 17px; font-size: 12px; height: 34px; line-height: 34px; } .button.button-large { padding: 0 26px; font-size: 16px; height: 46px; line-height: 46px; } .button.button-xlarge { padding: 0 32px; font-size: 18px; letter-spacing: 2px; height: 52px; line-height: 52px; } .button.button-desc { text-align: left; padding: 24px 34px; font-size: 22px; height: auto; line-height: 1; font-family: 'Nunito', sans-serif; } .button.button-desc span { display: block; margin-top: 10px; font-size: 14px; font-weight: 400; letter-spacing: 1px; font-family: 'Nunito', sans-serif; font-style: italic; text-transform: none; } .button i { position: relative; top: 1px; line-height: 1; margin-right: 5px; width: 16px; text-align: center; } .button.tright i { margin: 0 0 0 5px; } .button-mini i { margin-right: 3px; } .button-mini.tright i { margin: 0 0 0 3px; } .button-small i { margin-right: 4px; } .button-small.tright i { margin: 0 0 0 4px; } .button-xlarge i { top: 2px; margin-right: 8px; } .button-xlarge.tright i { margin: 0 0 0 8px; } .button.button-desc i { top: 1px; font-size: 48px; width: 48px; text-align: center; margin-right: 12px; } .button.button-desc.tright i { margin: 0 0 0 12px; } .button.button-desc div { display: inline-block; } .button.button-rounded { border-radius: 3px; } .button.button-border { border: 2px solid #444; background-color: transparent; color: #333; line-height: 36px; font-weight: 600; text-shadow: none; } .button.button-border-thin { border-width: 1px; line-height: 38px; } .button.button-border.button-mini { line-height: 24px; } .button.button-border.button-small { line-height: 30px; } .button.button-border.button-large { line-height: 42px; } .button.button-border.button-xlarge { line-height: 48px; } .button.button-border-thin.button-mini { line-height: 26px; } .button.button-border-thin.button-small { line-height: 32px; } .button.button-border-thin.button-large { line-height: 44px; } .button.button-border-thin.button-xlarge { line-height: 50px; } .button.button-border.button-desc { line-height: 1; } .button.button-border:not(.button-fill):hover { background-color: #444; color: #FFF; border-color: transparent !important; text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.2); } .button.button-border.button-light { border-color: #EEE; color: #EEE; } .button.button-border.button-light:hover { background-color: #EEE; color: #333; text-shadow: none; } .button.button-3d { border-radius: 3px; border-bottom: 3px solid rgba(0, 0, 0, 0.15); -webkit-transition: none; -o-transition: none; transition: none; } .button.button-3d:hover { background-color: #0073ff !important; opacity: 0.9; } .button.button-3d.button-light:hover, .button.button-reveal.button-light:hover { text-shadow: none; color: #333; } .button.button-reveal { padding: 0 28px; overflow: hidden; } .button.button-reveal i { display: block; position: absolute; top: 0; left: -32px; width: 32px; height: 40px; line-height: 40px; margin: 0; text-align: center; background-color: rgba(0, 0, 0, 0.1); } .button.button-reveal.button-border i { top: -2px; } .button.button-reveal.tright i { left: auto; right: -32px; } .button.button-reveal.button-3d i, .button.button-reveal.button-rounded i { border-radius: 3px 0 0 3px; } .button.button-reveal.button-3d.tright i, .button.button-reveal.button-rounded.tright i { border-radius: 0 3px 3px 0; } .button.button-reveal span { display: inline-block; position: relative; left: 0; } body:not(.device-touch) .button.button-reveal i, body:not(.device-touch) .button.button-reveal span { -webkit-transition: left 0.3s ease, right 0.3s ease; -o-transition: left 0.3s ease, right 0.3s ease; transition: left 0.3s ease, right 0.3s ease; } .button.button-reveal.button-mini { padding: 0 17px; } .button.button-reveal.button-mini i { left: -22px; width: 22px; height: 28px; line-height: 28px; } .button.button-reveal.button-mini.tright i { left: auto; right: -22px; } .button.button-reveal.button-small { padding: 0 22px; } .button.button-reveal.button-small i { left: -26px; width: 26px; height: 34px; line-height: 34px; } .button.button-reveal.button-small.tright i { left: auto; right: -26px; } .button.button-reveal.button-large { padding: 0 32px; } .button.button-reveal.button-large i { left: -38px; width: 38px; height: 46px; line-height: 46px; } .button.button-reveal.button-large.tright i { left: auto; right: -38px; } .button.button-reveal.button-xlarge { padding: 0 40px; } .button.button-reveal.button-xlarge i { left: -44px; width: 44px; height: 52px; line-height: 52px; } .button.button-reveal.button-xlarge.tright i { left: auto; right: -44px; } .button.button-reveal:hover i { left: 0; } .button.button-reveal.tright:hover i { left: auto; right: 0; } .button.button-reveal:hover span { left: 16px; } .button.button-reveal.button-mini:hover span { left: 11px; } .button.button-reveal.button-small:hover span { left: 13px; } .button.button-reveal.button-large:hover span { left: 19px; } .button.button-reveal.button-xlarge:hover span { left: 22px; } .button.button-reveal.tright:hover span { left: -16px; } .button.button-reveal.button-mini.tright:hover span { left: -11px; } .button.button-reveal.button-small.tright:hover span { left: -13px; } .button.button-reveal.button-large.tright:hover span { left: -19px; } .button.button-reveal.button-xlarge.tright:hover span { left: -22px; } .button.button-full { display: block; width: 100%; white-space: normal; margin: 0; height: auto; line-height: 1.6; padding: 30px 0; font-size: 30px; font-weight: 300; text-transform: none; border-radius: 0; text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.1); } .button.button-full.button-light { border-bottom: 1px solid rgba(0, 0, 0, 0.15); } .button.button-full strong { font-weight: 700; border-bottom: 2px solid #EEE; } body:not(.device-touch) .button.button-full strong { -webkit-transition: border .2s ease-in-out; -o-transition: border .2s ease-in-out; transition: border .2s ease-in-out; } .button.button-full.button-light strong { border-bottom-color: #333; } .button.button-full.button-light:hover strong { border-bottom-color: #EEE; } .button.button-circle { border-radius: 20px; } .button.button-mini.button-circle { border-radius: 14px; } .button.button-small.button-circle { border-radius: 17px; } .button.button-large.button-circle { border-radius: 23px; } .button.button-xlarge.button-circle { border-radius: 26px; } .button.button-border.button-fill { overflow: hidden; transform-style: preserve-3d; -webkit-mask-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAEAAAABCAIAAACQd1PeAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAA5JREFUeNpiYGBgAAgwAAAEAAGbA+oJAAAAAElFTkSuQmCC); mask-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAEAAAABCAIAAACQd1PeAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAA5JREFUeNpiYGBgAAgwAAAEAAGbA+oJAAAAAElFTkSuQmCC); -webkit-backface-visibility: hidden; backface-visibility: hidden; } .button.button-border.button-fill span { position: relative; } .button.button-border.button-fill:hover { background-color: transparent !important; color: #FFF; text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.2); } .button.button-border.button-fill.button-light:hover { border-color: #EEE !important; color: #333 !important; text-shadow: none; } .button.button-border.button-fill:before { content: ''; position: absolute; background-color: #444; top: 0; left: 0; width: 0; height: 100%; -webkit-transition: all .4s ease; -o-transition: all .4s ease; transition: all .4s ease; -webkit-backface-visibility: hidden; backface-visibility: hidden; } .button.button-border.button-fill.button-light:before { background-color: #EEE; } .button.button-border.button-fill.fill-from-right:before { left: auto; right: 0; } .button.button-border.button-fill:hover:before { width: 100%; } .button.button-border.button-fill.fill-from-top:before, .button.button-border.button-fill.fill-from-bottom:before { -webkit-transition: all .3s ease; -o-transition: all .3s ease; transition: all .3s ease; } .button.button-border.button-fill.fill-from-top:before { width: 100%; height: 0; } .button.button-border.button-fill.fill-from-top:hover:before { height: 100%; } .button.button-border.button-fill.fill-from-bottom:before { width: 100%; height: 0; top: auto; bottom: 0; } .button.button-border.button-fill.fill-from-bottom:hover:before { height: 100%; } .button-red { background-color: #C02942; } .button-3d.button-red:hover, .button-reveal.button-red:hover, .button-border.button-red:hover, .button-border.button-red.button-fill:before { background-color: #C02942 !important; } .button-border.button-red { color: #C02942; border-color: #C02942; } .button-teal { background-color: #53777A; } .button-3d.button-teal:hover, .button-reveal.button-teal:hover, .button-border.button-teal:hover, .button-border.button-teal.button-fill:before { background-color: #53777A !important; } .button-border.button-teal { color: #53777A; border-color: #53777A; } .button-yellow { background-color: #ECD078; } .button-3d.button-yellow:hover, .button-reveal.button-yellow:hover, .button-border.button-yellow:hover, .button-border.button-yellow.button-fill:before { background-color: #ECD078 !important; } .button-border.button-yellow, .button-border.button-yellow.button-fill.button-light:hover { color: #ECD078 !important; border-color: #ECD078 !important; } .button-border.button-yellow:hover, .button-border.button-yellow.button-fill.button-light:hover { color: #333 !important; } .button-green { background-color: #59BA41; } .button-3d.button-green:hover, .button-reveal.button-green:hover, .button-border.button-green:hover, .button-border.button-green.button-fill:before { background-color: #59BA41 !important; } .button-border.button-green { color: #59BA41; border-color: #59BA41; } .button-brown { background-color: #774F38; } .button-3d.button-brown:hover, .button-reveal.button-brown:hover, .button-border.button-brown:hover, .button-border.button-brown.button-fill:before { background-color: #774F38 !important; } .button-border.button-brown { color: #774F38; border-color: #774F38; } .button-aqua { background-color: #40C0CB; } .button-3d.button-aqua:hover, .button-reveal.button-aqua:hover, .button-border.button-aqua:hover, .button-border.button-aqua.button-fill:before { background-color: #40C0CB !important; } .button-border.button-aqua { color: #40C0CB; border-color: #40C0CB; } .button-lime { background-color: #AEE239; } .button-3d.button-lime:hover, .button-reveal.button-lime:hover, .button-border.button-lime:hover, .button-border.button-lime.button-fill:before { background-color: #AEE239 !important; } .button-border.button-lime { color: #AEE239; border-color: #AEE239; } .button-purple { background-color: #5D4157; } .button-3d.button-purple:hover, .button-reveal.button-purple:hover, .button-border.button-purple:hover, .button-border.button-purple.button-fill:before { background-color: #5D4157 !important; } .button-border.button-purple { color: #5D4157; border-color: #5D4157; } .button-leaf { background-color: #A8CABA; } .button-3d.button-leaf:hover, .button-reveal.button-leaf:hover, .button-border.button-leaf:hover, .button-border.button-leaf.button-fill:before { background-color: #A8CABA !important; } .button-border.button-leaf { color: #A8CABA; border-color: #A8CABA; } .button-pink { background-color: #F89FA1; } .button-3d.button-pink:hover, .button-reveal.button-pink:hover, .button-border.button-pink:hover, .button-border.button-pink.button-fill:before { background-color: #F89FA1 !important; } .button-border.button-pink { color: #F89FA1; border-color: #F89FA1; } .button-dirtygreen { background-color: #1693A5; } .button-3d.button-dirtygreen:hover, .button-reveal.button-dirtygreen:hover, .button-border.button-dirtygreen:hover, .button-border.button-dirtygreen.button-fill:before { background-color: #1693A5 !important; } .button-border.button-dirtygreen { color: #1693A5; border-color: #1693A5; } .button-blue { background-color: #1265A8; } .button-3d.button-blue:hover, .button-reveal.button-blue:hover, .button-border.button-blue:hover, .button-border.button-blue.button-fill:before { background-color: #1265A8 !important; } .button-border.button-blue { color: #1265A8; border-color: #1265A8; } .button-amber { background-color: #EB9C4D; } .button-3d.button-amber:hover, .button-reveal.button-amber:hover, .button-border.button-amber:hover, .button-border.button-amber.button-fill:before { background-color: #EB9C4D !important; } .button-border.button-amber { color: #EB9C4D; border-color: #EB9C4D; } .button-black { background-color: #111; } .button-3d.button-black:hover, .button-reveal.button-black:hover, .button-border.button-black:hover, .button-border.button-black.button-fill:before { background-color: #111 !important; } .button-border.button-black { color: #111; border-color: #111; } .button-white { background-color: #F9F9F9; } .button-3d.button-white:hover, .button-reveal.button-white:hover { background-color: #F9F9F9 !important; } .button.button-nohover:hover { opacity: inherit !important; background-color: inherit !important; color: inherit !important; border-color: inherit !important; } .feature-box { position: relative; margin-top: 20px; padding: 0 0 0 80px; } .feature-box:first-child { margin-top: 0; } .feature-box .fbox-icon { display: block; position: absolute; width: 64px; height: 64px; top: 0; left: 0; } .feature-box .fbox-icon a, .feature-box .fbox-icon i, .feature-box .fbox-icon img { display: block; position: relative; width: 100%; height: 100%; color: #FFF; } .feature-box .fbox-icon i, .feature-box .fbox-icon img { border-radius: 50%; background-color: #0073ff; } .feature-box .fbox-icon i { font-style: normal; font-size: 28px; text-align: center; line-height: 64px; } .feature-box h3 { font-size: 16px; font-weight: 700; text-transform: uppercase; letter-spacing: normal; margin-bottom: 0; color: #333; } .feature-box p { margin: 8px 0 0 0; color: #999; } .feature-box .before-heading { font-size: 14px; } .feature-box.fbox-large { padding: 0 0 0 115px; } .feature-box.fbox-large .fbox-icon { width: 96px; height: 96px; } .feature-box.fbox-large .fbox-icon i { font-size: 42px; line-height: 96px; } .feature-box.fbox-outline .fbox-icon { border: 1px solid #0073ff; border-radius: 50%; padding: 3px; } .feature-box.fbox-outline .fbox-icon i { line-height: 56px; } .feature-box.fbox-outline.fbox-large .fbox-icon { padding: 4px; } .feature-box.fbox-outline.fbox-large .fbox-icon i { line-height: 86px; } .feature-box.fbox-rounded .fbox-icon { border-radius: 3px !important; } .feature-box.fbox-rounded .fbox-icon i, .feature-box.fbox-rounded .fbox-icon img { border-radius: 3px !important; } .feature-box.fbox-rounded.fbox-large .fbox-icon { border-radius: 4px !important; } .feature-box.fbox-rounded.fbox-large .fbox-icon i, .feature-box.fbox-rounded.fbox-large .fbox-icon img { border-radius: 4px !important; } .feature-box.fbox-light.fbox-outline .fbox-icon { border-color: #E5E5E5; } .feature-box.fbox-light .fbox-icon i, .feature-box.fbox-light .fbox-icon img { border: 1px solid #E5E5E5; background-color: #F5F5F5; color: #444; } .feature-box.fbox-light .fbox-icon i { line-height: 62px; } .feature-box.fbox-light.fbox-outline .fbox-icon i { line-height: 54px; } .feature-box.fbox-light.fbox-large .fbox-icon i { line-height: 96px; } .feature-box.fbox-light.fbox-outline.fbox-large .fbox-icon i { line-height: 84px; } .feature-box.fbox-dark.fbox-outline .fbox-icon { border-color: #444; } .feature-box.fbox-dark .fbox-icon i, .feature-box.fbox-dark .fbox-icon img { background-color: #333; } .feature-box.fbox-border .fbox-icon { border: 1px solid #0073ff; border-radius: 50%; } .feature-box.fbox-border .fbox-icon i, .feature-box.fbox-border .fbox-icon img { border: none; background-color: transparent !important; color: #0073ff; } .feature-box.fbox-border .fbox-icon { padding: 0; } .feature-box.fbox-border .fbox-icon i { line-height: 62px !important; } .feature-box.fbox-border.fbox-large .fbox-icon i { line-height: 94px !important; } .feature-box.fbox-border.fbox-light .fbox-icon { border-color: #E5E5E5; } .feature-box.fbox-border.fbox-light .fbox-icon i, .feature-box.fbox-border.fbox-light .fbox-icon img { color: #888; } .feature-box.fbox-border.fbox-dark .fbox-icon { border-color: #333; } .feature-box.fbox-border.fbox-dark .fbox-icon i, .feature-box.fbox-border.fbox-dark .fbox-icon img { color: #444; } .feature-box.fbox-plain .fbox-icon { border: none !important; height: auto !important; } .feature-box.fbox-plain .fbox-icon i, .feature-box.fbox-plain .fbox-icon img { border: none !important; background-color: transparent !important; color: #0073ff; border-radius: 0; } .feature-box.fbox-plain .fbox-icon i { font-size: 48px; line-height: 1 !important; } .feature-box.fbox-plain .fbox-icon img { height: 64px; } .feature-box.fbox-plain.fbox-image .fbox-icon { width: auto; } .feature-box.fbox-plain.fbox-image .fbox-icon img { width: auto; display: inline-block; } .feature-box.fbox-plain.fbox-small { padding-left: 42px; } .feature-box.fbox-plain.fbox-small .fbox-icon { width: 28px; } .feature-box.fbox-plain.fbox-small h3 { font-size: 15px; line-height: 26px; margin-bottom: 10px; } .feature-box.fbox-plain.fbox-small p { margin-left: -42px; } .feature-box.fbox-plain.fbox-small .fbox-icon i { font-size: 28px; } .feature-box.fbox-plain.fbox-small .fbox-icon img { height: 28px; } .feature-box.fbox-plain.fbox-large .fbox-icon i { font-size: 72px; } .feature-box.fbox-plain.fbox-large .fbox-icon img { height: 96px; } .feature-box.fbox-plain.fbox-light .fbox-icon i, .feature-box.fbox-plain.fbox-light .fbox-icon img { color: #888; } .feature-box.fbox-plain.fbox-dark .fbox-icon i, .feature-box.fbox-plain.fbox-dark .fbox-icon img { color: #444; } .feature-box.fbox-center { padding: 0; text-align: center; } .feature-box.fbox-center.fbox-small { padding-left: 0 !important; } .feature-box.fbox-center .fbox-icon { position: relative; width: 96px; height: 96px; margin: 0 auto 30px; } .feature-box.fbox-center .fbox-icon i { font-size: 42px; line-height: 96px; } .feature-box.fbox-center.fbox-outline .fbox-icon i { line-height: 88px; } .feature-box.fbox-center p { font-size: 14px; margin-top: 15px; } .feature-box.fbox-center.fbox-large .fbox-icon { width: 128px; height: 128px; } .feature-box.fbox-center.fbox-large .fbox-icon i { font-size: 70px; line-height: 128px; } .feature-box.fbox-center.fbox-large.fbox-outline .fbox-icon i { line-height: 118px; } .feature-box.fbox-center.fbox-light .fbox-icon i { line-height: 94px; } .feature-box.fbox-center.fbox-light.fbox-outline .fbox-icon i { line-height: 86px; } .feature-box.fbox-center.fbox-light.fbox-outline.fbox-large .fbox-icon i { line-height: 114px; } .feature-box.fbox-center.fbox-border .fbox-icon i { line-height: 94px !important; } .feature-box.fbox-center.fbox-large.fbox-border .fbox-icon i { line-height: 126px !important; } .feature-box.fbox-center.fbox-plain .fbox-icon i { font-size: 84px; } .feature-box.fbox-center.fbox-plain .fbox-icon img { height: 96px; } .feature-box.fbox-center.fbox-large.fbox-plain .fbox-icon i { font-size: 112px; } .feature-box.fbox-center.fbox-large.fbox-plain .fbox-icon img { height: 128px; } .feature-box.fbox-center.fbox-small .fbox-icon { width: 64px; height: 64px; } .feature-box.fbox-center.fbox-small .fbox-icon i { font-size: 28px; line-height: 64px; } .feature-box.fbox-center.fbox-small.fbox-outline .fbox-icon i { line-height: 58px; } .feature-box.fbox-center.fbox-light.fbox-outline.fbox-small .fbox-icon i { line-height: 54px; } .feature-box.fbox-center.fbox-small.fbox-border .fbox-icon i { line-height: 62px !important; } .feature-box.fbox-center.fbox-small.fbox-plain .fbox-icon i { font-size: 56px; } .feature-box.fbox-center.fbox-small.fbox-plain .fbox-icon img { height: 64px; } .feature-box.fbox-center.fbox-small p { font-size: 14px; margin-top: 10px; } .feature-box.fbox-center.fbox-plain.fbox-small p { margin-left: 0; } .feature-box.fbox-right { padding: 0 80px 0 0; text-align: right; } .feature-box.fbox-right.fbox-large { padding-right: 115px; } .feature-box.fbox-right .fbox-icon { left: auto; right: 0; } .feature-box.fbox-right.fbox-plain.fbox-small { padding: 0 42px 0 0; } .feature-box.fbox-right.fbox-plain.fbox-small p { margin: 0 -42px 0 0; } .feature-box h3+.fbox-icon { margin-top: 20px !important; } .feature-box h3 span.subtitle { display: block; margin-top: 5px; color: #444; font-weight: 300; text-transform: none; } .feature-box.fbox-center:not(.fbox-bg) h3:after { content: ''; display: block; margin: 20px auto; width: 30px; border-top: 2px solid #555; -webkit-transition: width .3s ease; -o-transition: width .3s ease; transition: width .3s ease; } .feature-box.fbox-center:not(.fbox-bg):hover h3:after { width: 50px; } .feature-box.fbox-center.noborder:not(.fbox-bg) h3:after, .feature-box.fbox-center.nobottomborder:not(.fbox-bg) h3:after { display: none; } .feature-box.fbox-center.fbox-italic p { font-style: italic; font-family: 'Nunito', sans-serif; } .feature-box.fbox-bg.fbox-center { margin-top: 68px; padding: 68px 30px 30px; background-color: #FFF; border: 1px solid #E5E5E5; border-radius: 5px; } .feature-box.fbox-bg.fbox-center:first-child { margin-top: 48px; } .feature-box.fbox-bg.fbox-center.fbox-large { margin-top: 84px; padding-top: 84px; } .feature-box.fbox-bg.fbox-center.fbox-large:first-child { margin-top: 64px; } .feature-box.fbox-bg.fbox-center .fbox-icon { position: absolute; top: -48px; left: 50%; margin: 0 0 0 -48px; } .feature-box.fbox-bg.fbox-center.fbox-large .fbox-icon { top: -64px; left: 50%; margin-left: -64px; } .feature-box.fbox-bg.fbox-center.fbox-plain .fbox-icon, .feature-box.fbox-bg.fbox-center.fbox-border .fbox-icon, .feature-box.fbox-bg.fbox-center.fbox-outline .fbox-icon { background-color: #FFF; } .fbox-effect .fbox-icon i { z-index: 1; } .fbox-effect .fbox-icon i:after { pointer-events: none; position: absolute; width: 100%; height: 100%; border-radius: 50%; content: ''; -webkit-box-sizing: content-box; -moz-box-sizing: content-box; box-sizing: content-box; } .fbox-rounded.fbox-effect .fbox-icon i:after { border-radius: 3px; } .fbox-effect .fbox-icon i { -webkit-transition: background-color 0.3s, color 0.3s; -o-transition: background-color 0.3s, color 0.3s; transition: background-color 0.3s, color 0.3s; } .fbox-effect .fbox-icon i:after { top: -3px; left: -3px; padding: 3px; box-shadow: 0 0 0 2px #333; -webkit-transition: -webkit-transform 0.3s, opacity 0.3s; -webkit-transform: scale(.8); -moz-transition: -moz-transform 0.3s, opacity 0.3s; -moz-transform: scale(.8); -ms-transform: scale(.8); transition: transform 0.3s, opacity 0.3s; transform: scale(.8); opacity: 0; } .fbox-effect .fbox-icon i:hover, .fbox-effect:hover .fbox-icon i { background-color: #333; color: #FFF; } .fbox-effect.fbox-dark .fbox-icon i:after { box-shadow: 0 0 0 2px #0073ff; } .fbox-effect.fbox-dark .fbox-icon i:hover, .fbox-effect.fbox-dark:hover .fbox-icon i { background-color: #0073ff; } .fbox-effect .fbox-icon i:hover:after, .fbox-effect:hover .fbox-icon i:after { -webkit-transform: scale(1); -moz-transform: scale(1); -ms-transform: scale(1); transform: scale(1); opacity: 1; } .fbox-border.fbox-effect .fbox-icon i { -webkit-transition: color 0.5s, box-shadow 0.5s, background-color 0.5s; -o-transition: color 0.5s, box-shadow 0.5s, background-color 0.5s; transition: color 0.5s, box-shadow 0.5s, background-color 0.5s; } .fbox-border.fbox-effect .fbox-icon i:after { top: -2px; left: -2px; padding: 2px; z-index: -1; box-shadow: none; background-image: url('../img/icons/iconalt.svg'); background-position: center center; background-size: 100% 100%; -webkit-transition: -webkit-transform 0.5s, opacity 0.5s, background-color 0.5s; -o-transition: -moz-transform 0.5s, opacity 0.5s, background-color 0.5s; transition: transform 0.5s, opacity 0.5s, background-color 0.5s; } .fbox-border.fbox-rounded.fbox-effect .fbox-icon i:after { border-radius: 3px; } .fbox-border.fbox-effect .fbox-icon i:hover, .fbox-border.fbox-effect:hover .fbox-icon i { color: #FFF; box-shadow: 0 0 0 1px #333; } .fbox-border.fbox-effect .fbox-icon i:after { -webkit-transform: scale(1.3); -moz-transform: scale(1.3); -ms-transform: scale(1.3); transform: scale(1.3); opacity: 0; background-color: #333; } .fbox-border.fbox-effect.fbox-dark .fbox-icon i:hover, .fbox-border.fbox-effect.fbox-dark:hover .fbox-icon i { box-shadow: 0 0 0 1px #0073ff; } .fbox-border.fbox-effect.fbox-dark .fbox-icon i:after { background-color: #0073ff; } .fbox-border.fbox-effect .fbox-icon i:hover:after, .fbox-border.fbox-effect:hover .fbox-icon i:after { -webkit-transform: scale(1); -moz-transform: scale(1); -ms-transform: scale(1); transform: scale(1); opacity: 1; } .feature-box.media-box { padding: 0; } .feature-box.media-box .fbox-media { margin: 0 0 25px; } .feature-box.media-box .fbox-media, .feature-box.media-box .fbox-media a, .feature-box.media-box .fbox-media img { position: relative; display: block; width: 100%; height: auto; } .feature-box.media-box .fbox-media iframe { display: block; } .feature-box.media-box p { margin-top: 17px; } .feature-box.media-box.fbox-bg .fbox-media { margin: 0; } .feature-box.media-box.fbox-bg .fbox-desc { padding: 25px; background-color: #FFF; border: 1px solid #E5E5E5; border-top: 0; border-radius: 0 0 5px 5px; } .feature-box.media-box.fbox-bg .fbox-media img { border-radius: 5px 5px 0 0; } .flipbox { perspective: 1000px; } .flipbox-inner { transition: 0.5s; transition-timing-function: ease; position: relative; transform-style: preserve-3d; } .flipbox-front, .flipbox-back { -webkit-backface-visibility: hidden; backface-visibility: hidden; } .flipbox-front { z-index: 2; } .flipbox-back { position: absolute; width: 100%; height: 100%; top: 0; left: 0; } .flipbox:not(.flipbox-vertical) .flipbox-front { transform: rotateY(0deg); } .flipbox:not(.flipbox-vertical) .flipbox-back { transform: rotateY(-180deg); } .flipbox.flipbox-vertical .flipbox-front { transform: rotateX(0deg); } .flipbox.flipbox-vertical .flipbox-back { transform: rotateX(-180deg); } .flipbox:not(.flipbox-vertical):hover .flipbox-inner, .flipbox:not(.flipbox-vertical).hover .flipbox-inner { transform: rotateY(180deg); } .flipbox.flipbox-vertical:hover .flipbox-inner, .flipbox.flipbox-vertical.hover .flipbox-inner { transform: rotateX(180deg); } .process-steps { margin: 0 0 40px; list-style: none; } .process-steps li { float: left; position: relative; width: 25%; text-align: center; overflow: hidden; } .process-steps.process-2 li { width: 50%; } .process-steps.process-3 li { width: 33.33%; } .process-steps.process-5 li { width: 20%; } .process-steps li .i-circled { margin-bottom: 0 !important; } .process-steps li .i-bordered { background-color: #FFF; } .process-steps li h5 { margin: 15px 0 0 0; font-size: 16px; font-weight: 300; } .process-steps li.active h5, .process-steps li.ui-tabs-active h5 { font-weight: 600; color: #0073ff; } .process-steps li.active a, .process-steps li.ui-tabs-active a { background-color: #0073ff !important; color: #FFF; text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.2); border-color: #0073ff !important; } .process-steps li:before, .process-steps li:after { content: ''; position: absolute; top: 30px; left: 0; margin-left: -26px; width: 50%; border-top: 1px dashed #DDD; } .process-steps li:after { left: auto; right: 0; margin: 0 -26px 0 0; } .process-steps li:first-child:before, .process-steps li:last-child:after { display: none; } .style-msg, .style-msg2 { position: relative; display: block; color: #444; border-left: 4px solid rgba(0, 0, 0, 0.1); margin-bottom: 20px; } .style-msg2 { border-left: 4px solid rgba(0, 0, 0, 0.2); } .successmsg { background: #C5EBD4; color: #184B21; } .errormsg { background: #FFCCCC; color: #740D0A; } .infomsg { background: #B9DFF4; color: #124F70; } .alertmsg { background: #FCE0B6; color: #975E06; } .style-msg .sb-msg, .style-msg2 .msgtitle, .style-msg2 .sb-msg { display: block; padding: 15px; border-left: 1px solid rgba(255, 255, 255, 0.5); font-size: 14px; text-shadow: 1px 1px 1px rgba(255, 255, 255, 0.6); } .style-msg2 .msgtitle { background: rgba(0, 0, 0, 0.15); border-top: none; border-bottom: none; font-size: 15px; font-weight: bold; } .style-msg-light .sb-msg, .style-msg-light .msgtitle { color: #FFF; text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.3); } .style-msg2 .sb-msg { font-weight: normal; } .style-msg2 ol, .style-msg2 ul { margin: 0 0 0 30px; } .style-msg2 ol { list-style-type: decimal; } .style-msg2 ul { list-style-type: disc; } .alert i, .sb-msg i, .msgtitle i { position: relative; top: 1px; font-size: 14px; width: 14px; text-align: center; margin-right: 5px; } .style-msg .close { position: absolute; top: 10px; left: auto; right: 10px; } .i-rounded, .i-plain, .i-circled, .i-bordered, .social-icon { display: block; float: left; margin: 4px 11px 7px 0; text-align: center !important; font-size: 28px; color: #FFF; text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.3); cursor: pointer; font-style: normal; } body:not(.device-touch) .i-rounded, body:not(.device-touch) .i-plain, body:not(.device-touch) .i-circled, body:not(.device-touch) .i-bordered, body:not(.device-touch) .social-icon { -webkit-transition: all .3s ease; -o-transition: all .3s ease; transition: all .3s ease; } .i-rounded, .i-circled, .i-bordered { width: 52px !important; height: 52px !important; line-height: 52px !important; background-color: #444; border-radius: 3px; } .i-bordered { border: 1px solid #555; line-height: 50px !important; background-color: transparent !important; color: #444; text-shadow: none; } .i-plain { width: 36px !important; height: 36px !important; font-size: 28px; line-height: 36px !important; color: #444; text-shadow: 1px 1px 1px #FFF; } .i-plain:hover { color: #777; } .i-circled { border-radius: 50%; } .i-light { background-color: #F5F5F5; color: #444; text-shadow: 1px 1px 1px #FFF; box-shadow: inset 0 0 15px rgba(0, 0, 0, 0.2); } .i-alt { background-image: url('../img/icons/iconalt.svg'); background-position: center center; background-size: 100% 100%; } .i-rounded:hover, .i-circled:hover { background-color: #0073ff; color: #FFF; text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.3); box-shadow: 0 0 0 rgba(0, 0, 0, 0.2); } .i-bordered:hover { background-color: #444 !important; color: #FFF; border-color: #444; } .i-small.i-rounded, .i-small.i-plain, .i-small.i-circled, .i-small.i-bordered { margin: 4px 11px 7px 0; font-size: 14px; } .i-small.i-rounded, .i-small.i-circled, .i-small.i-bordered { width: 28px !important; height: 28px !important; line-height: 28px !important; } .i-small.i-bordered { line-height: 26px !important; } .i-small.i-plain { width: 18px !important; height: 18px !important; font-size: 14px; line-height: 18px !important; } .i-medium.i-rounded, .i-medium.i-plain, .i-medium.i-circled, .i-medium.i-bordered { margin: 6px 13px 9px 0; font-size: 21px; } .i-medium.i-rounded, .i-medium.i-circled, .i-medium.i-bordered { width: 36px !important; height: 36px !important; line-height: 36px !important; } .i-medium.i-bordered { line-height: 34px !important; } .i-medium.i-plain { width: 28px !important; height: 28px !important; font-size: 20px; line-height: 28px !important; } .i-large.i-rounded, .i-large.i-plain, .i-large.i-circled, .i-large.i-bordered { margin: 4px 11px 7px 0; font-size: 42px; } .i-large.i-rounded, .i-large.i-circled, .i-large.i-bordered { width: 64px !important; height: 64px !important; line-height: 64px !important; } .i-large.i-bordered { line-height: 62px !important; } .i-large.i-plain { width: 48px !important; height: 48px !important; font-size: 42px; line-height: 48px !important; } .i-xlarge.i-rounded, .i-xlarge.i-plain, .i-xlarge.i-circled, .i-xlarge.i-bordered { margin: 4px 11px 7px 0; font-size: 56px; } .i-xlarge.i-rounded, .i-xlarge.i-circled, .i-xlarge.i-bordered { width: 84px !important; height: 84px !important; line-height: 84px !important; } .i-xlarge.i-bordered { line-height: 82px !important; } .i-xlarge.i-plain { width: 64px !important; height: 64px !important; font-size: 56px; line-height: 64px !important; } .i-xxlarge.i-rounded, .i-xxlarge.i-plain, .i-xxlarge.i-circled, .i-xxlarge.i-bordered { margin: 6px 15px 10px 0; font-size: 64px; } .i-xxlarge.i-rounded, .i-xxlarge.i-circled, .i-xxlarge.i-bordered { width: 96px !important; height: 96px !important; line-height: 96px !important; } .i-xxlarge.i-bordered { line-height: 94px !important; } .i-xxlarge.i-plain { width: 80px !important; height: 80px !important; font-size: 64px; line-height: 80px !important; } .i-overlay, .i-overlay a { display: block; position: absolute; width: 100% !important; height: 100% !important; top: 0; left: 0; text-align: center; background: rgba(0, 0, 0, 0.2) url('../img/grid.png') repeat; } .i-overlay a { background: transparent; } .i-overlay img, .i-overlay i { display: block; position: absolute; top: 50%; left: 50%; margin: -24px 0 0 -24px; width: 48px !important; height: 48px !important; font-size: 48px; line-height: 1; color: #E5E5E5; text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.15); } .i-overlay i { margin: -18px 0 0 -18px; width: 36px !important; height: 36px !important; line-height: 36px; font-size: 24px; } .on-hover.i-overlay { opacity: 0; } body:not(.device-touch) .on-hover.i-overlay { -webkit-transition: opacity 0.3s linear; -o-transition: opacity 0.3s linear; transition: opacity 0.3s linear; } .on-hover.i-overlay:hover { opacity: 1; } .social-icon { margin: 0 5px 5px 0; width: 40px; height: 40px; font-size: 20px; line-height: 38px !important; color: #555; text-shadow: none; border: 1px solid #AAA; border-radius: 3px; overflow: hidden; } .si-rounded { border-radius: 50%; } .si-borderless { border-color: transparent !important; } .si-dark { background-color: #444; color: #FFF !important; border-color: transparent; } .si-light { background-color: rgba(0, 0, 0, 0.05); color: #666 !important; border-color: transparent; } .si-colored { border-color: transparent !important; } .si-colored i { color: #FFF; } .social-icon.si-large { margin: 0 10px 10px 0; width: 56px; height: 56px; font-size: 30px; line-height: 54px !important; } .social-icon.si-small { width: 32px; height: 32px; font-size: 14px; line-height: 30px !important; } .social-icon i { display: block; position: relative; line-height: inherit; } body:not(.device-touch) .social-icon i { -webkit-transition: all .3s ease; -o-transition: all .3s ease; transition: all .3s ease; } .social-icon i:last-child { color: #FFF !important; } .social-icon:hover i:first-child { margin-top: -38px; } .social-icon.si-large:hover i:first-child { margin-top: -54px; } .social-icon.si-small:hover i:first-child { margin-top: -30px; } .social-icon:hover { color: #555; border-color: transparent; } .si-colored.social-icon { border-color: transparent; } .si-sticky { position: fixed; top: 50%; left: 5px; width: 36px; z-index: 100; } .si-sticky.si-sticky-right { left: auto; right: 8px; } .si-share { position: relative; padding-left: 5px; border-top: 1px solid #EEE; border-bottom: 1px solid #EEE; } .si-share span { line-height: 36px; font-weight: bold; font-size: 13px; } .si-share div { float: right; } .si-share .social-icon { margin: -1px 0; border-radius: 0; font-size: 15px; } .si-facebook:hover, .si-colored.si-facebook { background-color: #3B5998 !important; } .si-delicious:hover, .si-colored.si-delicious { background-color: #205CC0 !important; } .si-paypal:hover, .si-colored.si-paypal { background-color: #00588B !important; } .si-flattr:hover, .si-colored.si-flattr { background-color: #F67C1A !important; } .si-android:hover, .si-colored.si-android { background-color: #A4C639 !important; } .si-smashmag:hover, .si-colored.si-smashmag { background-color: #E53B2C !important; } .si-gplus:hover, .si-colored.si-gplus { background-color: #DD4B39 !important; } .si-wikipedia:hover, .si-colored.si-wikipedia { background-color: #333 !important; } .si-stumbleupon:hover, .si-colored.si-stumbleupon { background-color: #F74425 !important; } .si-foursquare:hover, .si-colored.si-foursquare { background-color: #25A0CA !important; } .si-call:hover, .si-colored.si-call { background-color: #444 !important; } .si-ninetyninedesigns:hover, .si-colored.si-ninetyninedesigns { background-color: #F26739 !important; } .si-forrst:hover, .si-colored.si-forrst { background-color: #5B9A68 !important; } .si-digg:hover, .si-colored.si-digg { background-color: #191919 !important; } .si-spotify:hover, .si-colored.si-spotify { background-color: #81B71A !important; } .si-reddit:hover, .si-colored.si-reddit { background-color: #C6C6C6 !important; } .si-blogger:hover, .si-colored.si-blogger { background-color: #FC4F08 !important; } .si-cc:hover, .si-colored.si-cc { background-color: #688527 !important; } .si-dribbble:hover, .si-colored.si-dribbble { background-color: #EA4C89 !important; } .si-evernote:hover, .si-colored.si-evernote { background-color: #5BA525 !important; } .si-flickr:hover, .si-colored.si-flickr { background-color: #FF0084 !important; } .si-google:hover, .si-colored.si-google { background-color: #DD4B39 !important; } .si-instapaper:hover, .si-colored.si-instapaper { background-color: #333 !important; } .si-klout:hover, .si-colored.si-klout { background-color: #FF5F52 !important; } .si-linkedin:hover, .si-colored.si-linkedin { background-color: #0E76A8 !important; } .si-vk:hover, .si-colored.si-vk { background-color: #2B587A !important; } .si-rss:hover, .si-colored.si-rss { background-color: #EE802F !important; } .si-skype:hover, .si-colored.si-skype { background-color: #00AFF0 !important; } .si-twitter:hover, .si-colored.si-twitter { background-color: #00ACEE !important; } .si-youtube:hover, .si-colored.si-youtube { background-color: #C4302B !important; } .si-vimeo:hover, .si-colored.si-vimeo { background-color: #86C9EF !important; } .si-aim:hover, .si-colored.si-aim { background-color: #FCD20B !important; } .si-yahoo:hover, .si-colored.si-yahoo { background-color: #720E9E !important; } .si-email3:hover, .si-colored.si-email3 { background-color: #6567A5 !important; } .si-macstore:hover, .si-colored.si-macstore { background-color: #333333 !important; } .si-myspace:hover, .si-colored.si-myspace { background-color: #666666 !important; } .si-podcast:hover, .si-colored.si-podcast { background-color: #E4B21B !important; } .si-cloudapp:hover, .si-colored.si-cloudapp { background-color: #525557 !important; } .si-dropbox:hover, .si-colored.si-dropbox { background-color: #3D9AE8 !important; } .si-ebay:hover, .si-colored.si-ebay { background-color: #89C507 !important; } .si-github:hover, .si-colored.si-github { background-color: #171515 !important; } .si-googleplay:hover, .si-colored.si-googleplay { background-color: #DD4B39 !important; } .si-itunes:hover, .si-colored.si-itunes { background-color: #222 !important; } .si-plurk:hover, .si-colored.si-plurk { background-color: #CF5A00 !important; } .si-pinboard:hover, .si-colored.si-pinboard { background-color: #0000E6 !important; } .si-soundcloud:hover, .si-colored.si-soundcloud { background-color: #FF7700 !important; } .si-tumblr:hover, .si-colored.si-tumblr { background-color: #34526F !important; } .si-wordpress:hover, .si-colored.si-wordpress { background-color: #1E8CBE !important; } .si-yelp:hover, .si-colored.si-yelp { background-color: #C41200 !important; } .si-intensedebate:hover, .si-colored.si-intensedebate { background-color: #009EE4 !important; } .si-eventbrite:hover, .si-colored.si-eventbrite { background-color: #F16924 !important; } .si-scribd:hover, .si-colored.si-scribd { background-color: #666666 !important; } .si-stripe:hover, .si-colored.si-stripe { background-color: #008CDD !important; } .si-print:hover, .si-colored.si-print { background-color: #111 !important; } .si-dwolla:hover, .si-colored.si-dwolla { background-color: #FF5C03 !important; } .si-statusnet:hover, .si-colored.si-statusnet { background-color: #131A30 !important; } .si-acrobat:hover, .si-colored.si-acrobat { background-color: #D3222A !important; } .si-drupal:hover, .si-colored.si-drupal { background-color: #27537A !important; } .si-buffer:hover, .si-colored.si-buffer { background-color: #333333 !important; } .si-pocket:hover, .si-colored.si-pocket { background-color: #EE4056 !important; } .si-bitbucket:hover, .si-colored.si-bitbucket { background-color: #0E4984 !important; } .si-stackoverflow:hover, .si-colored.si-stackoverflow { background-color: #EF8236 !important; } .si-hackernews:hover, .si-colored.si-hackernews { background-color: #FF6600 !important; } .si-xing:hover, .si-colored.si-xing { background-color: #126567 !important; } .si-instagram:hover, .si-colored.si-instagram { background-color: #3F729B !important; } .si-quora:hover, .si-colored.si-quora { background-color: #A82400 !important; } .si-openid:hover, .si-colored.si-openid { background-color: #E16309 !important; } .si-steam:hover, .si-colored.si-steam { background-color: #111 !important; } .si-amazon:hover, .si-colored.si-amazon { background-color: #E47911 !important; } .si-disqus:hover, .si-colored.si-disqus { background-color: #E4E7EE !important; } .si-plancast:hover, .si-colored.si-plancast { background-color: #222 !important; } .si-appstore:hover, .si-colored.si-appstore { background-color: #000 !important; } .si-pinterest:hover, .si-colored.si-pinterest { background-color: #C8232C !important; } .si-fivehundredpx:hover, .si-colored.si-fivehundredpx { background-color: #111 !important; } .si-text-color.si-facebook i { color: #3B5998; } .si-text-color.si-delicious i { color: #205CC0; } .si-text-color.si-paypal i { color: #00588B; } .si-text-color.si-flattr i { color: #F67C1A; } .si-text-color.si-android i { color: #A4C639; } .si-text-color.si-smashmag i { color: #E53B2C; } .si-text-color.si-gplus i { color: #DD4B39; } .si-text-color.si-wikipedia i { color: #333; } .si-text-color.si-stumbleupon i { color: #F74425; } .si-text-color.si-foursquare i { color: #25A0CA; } .si-text-color.si-call i { color: #444; } .si-text-color.si-ninetyninedesigns i { color: #F26739; } .si-text-color.si-forrst i { color: #5B9A68; } .si-text-color.si-digg i { color: #191919; } .si-text-color.si-spotify i { color: #81B71A; } .si-text-color.si-reddit i { color: #C6C6C6; } .si-text-color.si-blogger i { color: #FC4F08; } .si-text-color.si-cc i { color: #688527; } .si-text-color.si-dribbble i { color: #EA4C89; } .si-text-color.si-evernote i { color: #5BA525; } .si-text-color.si-flickr i { color: #FF0084; } .si-text-color.si-google i { color: #DD4B39; } .si-text-color.si-instapaper i { color: #333; } .si-text-color.si-klout i { color: #FF5F52; } .si-text-color.si-linkedin i { color: #0E76A8; } .si-text-color.si-vk i { color: #2B587A; } .si-text-color.si-rss i { color: #EE802F; } .si-text-color.si-skype i { color: #00AFF0; } .si-text-color.si-twitter i { color: #00ACEE; } .si-text-color.si-youtube i { color: #C4302B; } .si-text-color.si-vimeo i { color: #86C9EF; } .si-text-color.si-aim i { color: #FCD20B; } .si-text-color.si-yahoo i { color: #720E9E; } .si-text-color.si-email3 i { color: #6567A5; } .si-text-color.si-macstore i { color: #333333; } .si-text-color.si-myspace i { color: #666666; } .si-text-color.si-podcast i { color: #E4B21B; } .si-text-color.si-cloudapp i { color: #525557; } .si-text-color.si-dropbox i { color: #3D9AE8; } .si-text-color.si-ebay i { color: #89C507; } .si-text-color.si-github i { color: #171515; } .si-text-color.si-googleplay i { color: #DD4B39; } .si-text-color.si-itunes i { color: #222; } .si-text-color.si-plurk i { color: #CF5A00; } .si-text-color.si-pinboard i { color: #0000E6; } .si-text-color.si-soundcloud i { color: #FF7700; } .si-text-color.si-tumblr i { color: #34526F; } .si-text-color.si-wordpress i { color: #1E8CBE; } .si-text-color.si-yelp i { color: #C41200; } .si-text-color.si-intensedebate i { color: #009EE4; } .si-text-color.si-eventbrite i { color: #F16924; } .si-text-color.si-scribd i { color: #666666; } .si-text-color.si-stripe i { color: #008CDD; } .si-text-color.si-print i { color: #111; } .si-text-color.si-dwolla i { color: #FF5C03; } .si-text-color.si-statusnet i { color: #131A30; } .si-text-color.si-acrobat i { color: #D3222A; } .si-text-color.si-drupal i { color: #27537A; } .si-text-color.si-buffer i { color: #333333; } .si-text-color.si-pocket i { color: #EE4056; } .si-text-color.si-bitbucket i { color: #0E4984; } .si-text-color.si-stackoverflow i { color: #EF8236; } .si-text-color.si-hackernews i { color: #FF6600; } .si-text-color.si-xing i { color: #126567; } .si-text-color.si-instagram i { color: #3F729B; } .si-text-color.si-quora i { color: #A82400; } .si-text-color.si-openid i { color: #E16309; } .si-text-color.si-steam i { color: #111; } .si-text-color.si-amazon i { color: #E47911; } .si-text-color.si-disqus i { color: #E4E7EE; } .si-text-color.si-plancast i { color: #222; } .si-text-color.si-appstore i { color: #000; } .si-text-color.si-pinterest i { color: #C8232C; } .si-text-color.si-fivehundredpx i { color: #111; } .si-text-color:hover { color: #FFF; } .toggle { display: block; position: relative; margin: 0 0 20px 0; } .toggle .togglet, .toggle .toggleta { display: block; position: relative; line-height: 24px; padding: 0 0 0 24px; margin: 0; font-size: 16px; font-weight: 700; color: #444; cursor: pointer; } .toggle .togglet i { position: absolute; top: 0; left: 0; width: 16px; text-align: center; font-size: 16px; line-height: 24px; } .toggle .toggleta { font-weight: bold; } .toggle .togglet i.toggle-open, .toggle .toggleta i.toggle-closed { display: none; } .toggle .toggleta i.toggle-open { display: block; } .toggle .togglet:not(.toggleta) span.toggle-open, .toggle .togglet.toggleta span.toggle-closed { display: none; } .toggle .togglet.toggleta span.toggle-open, .toggle .togglet:not(.toggleta) span.toggle-closed { display: block; } .toggle .togglec { display: block; position: relative; padding: 10px 0 0 24px; } .toggle.toggle-bg .togglet, .toggle.toggle-bg .toggleta { background-color: #EEE; line-height: 44px; padding: 0 0 0 36px; border-radius: 2px; } .toggle.toggle-bg .togglet i { left: 14px; line-height: 44px; } .toggle.toggle-bg .togglec { padding: 12px 0 0 36px; } .toggle.toggle-border { border: 1px solid #CCC; border-radius: 4px; } .toggle.toggle-border .togglet, .toggle.toggle-border .toggleta { line-height: 44px; padding: 0 15px 0 36px; } .toggle.toggle-border .togglet i { left: 14px; line-height: 44px; } .toggle.toggle-border .togglec { padding: 0 15px 15px 36px; } .faqs .toggle { border-bottom: 1px solid #EEE; padding-bottom: 12px; margin-bottom: 12px; } .faqs .toggle .togglet, .faqs .toggle .toggleta { font-size: 15px; } .faqs .toggle .togglet i { top: 1px; font-size: 14px; } .faqs .toggle .togglec { padding-bottom: 10px; } .accordion { margin-bottom: 20px; } .acctitle { display: block; position: relative; line-height: 24px; margin: 0; font-size: 14px; font-weight: bold; color: #444; cursor: pointer; border-top: 1px dotted #DDD; padding: 10px 0 10px 20px; } .acctitlec { cursor: auto; } .acctitle:first-child { border-top: none; } .acctitle i { position: absolute; top: 0; left: 0; width: 14px; text-align: center; font-size: 14px; line-height: 44px; } .acctitle i.acc-open, .acctitlec i.acc-closed { display: none; } .acctitlec i.acc-open { display: block; } .acc_content { position: relative; padding: 0 0 15px 20px; } .accordion.accordion-bg .acctitle, .accordion.accordion-bg .acctitlec { background-color: #EEE; line-height: 44px; padding: 0 0 0 36px; margin-bottom: 5px; border-top: 0; } .accordion.accordion-bg .acctitle i { left: 14px; line-height: 44px; } .accordion.accordion-bg .acc_content { padding: 10px 0 15px 36px; } .accordion.accordion-border { border: 1px solid #DDD; border-radius: 4px; } .accordion.accordion-border .acctitle, .accordion.accordion-border .acctitlec { border-color: #CCC; line-height: 44px; padding: 0 15px 0 36px; } .accordion.accordion-border .acctitle i { left: 14px; line-height: 44px; } .accordion.accordion-border .acc_content { padding: 0 15px 15px 36px; } .accordion.accordion-lg .acctitle { font-size: 23px; line-height: 44px; padding-left: 30px; font-weight: 400; } .accordion.accordion-lg .acctitle i { width: 20px; font-size: 20px; line-height: 64px; } .accordion.accordion-lg .acc_content { padding: 10px 0 30px 30px; } .tabs { position: relative; margin: 0 0 30px 0; } ul.tab-nav:not(.tab-nav-lg) { margin: 0; border-bottom: 1px solid #DDD; list-style: none; } ul.tab-nav:not(.tab-nav-lg) li { float: left; border: 1px solid #DDD; border-bottom: 0; border-left: 0; height: 35px; text-align: center; } ul.tab-nav:not(.tab-nav-lg) li:first-child { margin-left: 15px; border-left: 1px solid #DDD; } ul.tab-nav:not(.tab-nav-lg) li a { display: block; padding: 0 1rem; color: #444; height: 35px; line-height: 35px; background-color: #F2F2F2; font-size: .875rem; font-weight: 700; } ul.tab-nav:not(.tab-nav-lg) li.ui-tabs-active a { position: relative; top: 1px; background-color: #FFF; } .tabs.tabs-alt ul.tab-nav li { border-color: transparent; } .tabs.tabs-alt ul.tab-nav li:first-child { border-left: 0; } .tabs.tabs-alt ul.tab-nav li a { background-color: #FFF; } .tabs.tabs-alt ul.tab-nav li.ui-tabs-active a { border: 1px solid #DDD; border-bottom: 0; } .tabs.tabs-tb ul.tab-nav li.ui-tabs-active a { top: -1px; height: 43px; line-height: 38px; border-top: 2px solid #0073ff; } .tabs.tabs-alt.tabs-tb ul.tab-nav li.ui-tabs-active a { height: 42px; } .tabs.tabs-bb ul.tab-nav li { border: 0; margin: 0; } .tabs.tabs-bb ul.tab-nav li a { background-color: transparent; border-bottom: 2px solid transparent; } .tabs.tabs-bb ul.tab-nav li.ui-tabs-active a { border-bottom: 2px solid #0073ff; top: -2px; height: 44px; line-height: 44px; } ul.tab-nav.tab-nav2 { border-bottom: 0; } ul.tab-nav.tab-nav2 li { border: 0; margin-left: 10px; } ul.tab-nav.tab-nav2 li:first-child { margin-left: 0; border-left: 0; } ul.tab-nav.tab-nav2 li a { background-color: #F5F5F5; border-radius: 2px; box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1); } ul.tab-nav.tab-nav2 li.ui-state-active a { top: 0; background-color: #0073ff; color: #FFF; } ul.tab-nav-lg { margin-bottom: 20px; list-style: none; } ul.tab-nav-lg li { float: left; position: relative; text-align: center; padding: 15px; } ul.tab-nav-lg li a { display: inline-block; color: #444; font-family: 'Nunito', sans-serif; font-size: 13px; font-weight: bold; text-transform: uppercase; letter-spacing: 2px; } ul.tab-nav.tab-nav-lg li i { display: block; font-size: 28px; margin: 0 0 7px; } ul.tab-nav-lg li.ui-tabs-active a { color: #0073ff; } ul.tab-nav-lg.tab-nav-section li.ui-tabs-active:before, ul.tab-nav-lg.tab-nav-section li.ui-tabs-active:after { content: ''; position: absolute; z-index: 2; top: auto; bottom: -50px; border: solid transparent; } ul.tab-nav-lg.tab-nav-section li.ui-tabs-active:after { border-top-color: #FFF; border-width: 16px; left: 50%; margin-left: -16px; } ul.tab-nav-lg.tab-nav-section li.ui-tabs-active:before { border-top-color: #FFF; border-width: 16px; left: 50%; margin-left: -16px; } .tab-container { position: relative; padding: 2rem 0 0; } ul.tab-nav li a i { position: relative; top: 1px; font-size: 14px; margin-right: 3px; } .tabs-bordered ul.tab-nav li:first-child { margin-left: 0; } .tabs-bordered .tab-container { border: 1px solid #DDD; border-top: 0; padding: 20px; } .side-tabs ul.tab-nav { float: left; width: 200px; padding: 20px 0; border-bottom: 0; border-right: 1px solid #DDD; } .side-tabs ul.tab-nav li { float: none; border: 1px solid #DDD; border-right: 0; border-top: 0; height: auto; text-align: left; } .side-tabs ul.tab-nav li:first-child { margin-left: 0; border-top: 1px solid #DDD; border-left: 1px solid #DDD; } .side-tabs ul.tab-nav li a { height: auto; line-height: 44px; } .side-tabs ul.tab-nav li.ui-tabs-active a { top: 0; right: -1px; } .side-tabs .tab-container { overflow: hidden; padding: 15px 0 0 20px; } .ui-tabs .ui-tabs-hide { position: absolute !important; left: -10000px !important; display: block !important; } .side-tabs ul.tab-nav.tab-nav2 { border: 0; } .side-tabs ul.tab-nav.tab-nav2 li { border: 0; margin: 6px 0 0; } .side-tabs ul.tab-nav.tab-nav2 li:first-child { margin-top: 0; } .side-tabs ul.tab-nav.tab-nav2 li a { box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.1); } .side-tabs ul.tab-nav.tab-nav2 li.ui-state-active a { right: 0; } .tabs-bordered.side-tabs ul.tab-nav { position: relative; padding: 0; z-index: 2; margin-right: -1px; } .tabs-bordered.side-tabs ul.tab-nav li a { height: auto; line-height: 44px; } .tabs-bordered.side-tabs ul.tab-nav li.ui-tabs-active a { right: -1px; border-right: 1px solid #FFF; } .tabs-bordered.side-tabs .tab-container { overflow: hidden; padding: 20px; border-top: 1px solid #DDD; } .sidenav { width: 100%; padding: 0; background-color: #FFF; border-radius: 4px; } .sidenav li { list-style-type: none; } .sidenav li a { display: block; position: relative; margin: 0 0 -1px; padding: 11px 20px 11px 14px; font-size: 14px; border: 1px solid #E5E5E5; border-right-width: 2px; color: #666; } .sidenav > li:first-child > a { border-radius: 4px 4px 0 0; } .sidenav > li:last-child > a { border-radius: 0 0 4px 4px; border-bottom-width: 2px; } .sidenav > .ui-tabs-active > a, .sidenav > .ui-tabs-active > a:hover { position: relative; z-index: 2; border-color: rgba(0, 0, 0, 0.1) !important; color: #FFF !important; font-weight: 700; background-color: #0073ff !important; text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.2); } .sidenav li ul { display: none; } .sidenav li.ui-tabs-active ul { display: block; } .sidenav li li a { padding: 6px 20px 6px 35px; font-size: 14px; border-top: none; border-bottom: none; } .sidenav li li:first-child a { padding-top: 20px; } .sidenav li li:last-child a { padding-bottom: 20px; } .sidenav li i { position: relative; top: 1px; margin-right: 6px; font-size: 14px; text-align: center; width: 16px; } .sidenav .icon-chevron-right { position: absolute; width: 14px; height: 14px; top: 50%; left: auto; right: 6px; margin-top: -8px; margin-right: 0; opacity: .4; font-size: 12px !important; } .sidenav > li > a:hover { background-color: #F5F5F5; color: #222; } .sidenav a:hover .icon-chevron-right { opacity: .5; } .sidenav .ui-tabs-active .icon-chevron-right, .sidenav .ui-tabs-active a:hover .icon-chevron-right { opacity: 1; } .faqlist li { margin-bottom: 5px; font-size: 15px; } .faqlist li a { color: #444; } .faqlist li a:hover { color: #0073ff !important; } .clients-grid, .testimonials-grid { list-style: none; overflow: hidden; } .clients-grid li, .testimonials-grid li { float: left; position: relative; width: 20%; padding: 20px 0; -webkit-backface-visibility: hidden; backface-visibility: hidden; } .clients-grid.grid-2 li { width: 50%; padding: 25px 0; } .clients-grid.grid-3 li { width: 33.33%; } .clients-grid.grid-4 li { width: 25%; } .clients-grid.grid-6 li { width: 16.66%; } .clients-grid li a { opacity: 0.6; } body:not(.device-touch) .clients-grid li a { -webkit-transition: all .5s ease; -o-transition: all .5s ease; transition: all .5s ease; } .clients-grid li a:hover { opacity: 1; } .clients-grid li a, .clients-grid li img { display: block; width: 75%; margin-left: auto; margin-right: auto; } .clients-grid li a img { width: 100%; } .clients-grid li:before, .clients-grid li:after, .testimonials-grid li:before, .testimonials-grid li:after { content: ''; position: absolute; } .clients-grid li:before, .testimonials-grid li:before { height: 100%; top: 0; left: -1px; border-left: 1px dashed #DDD; } .clients-grid li:after, .testimonials-grid li:after { width: 100%; height: 0; top: auto; left: 0; bottom: -1px; border-bottom: 1px dashed #DDD; } .testimonials-grid li { width: 50%; padding: 25px; } .testimonials-grid.grid-3 li { width: 33.33%; } .testimonials-grid.grid-1 li { width: 100%; } .testimonials-grid li .testimonial { padding: 0; background-color: transparent !important; border: 0 !important; box-shadow: none !important; } .testimonial { position: relative; padding: 1.75rem 1.25rem; display: flex; flex-direction: column; align-items: center; background-color: #FFF; border-radius: .25rem; box-shadow: 0px 5px 20px #0000000d; } .testimonial .testi-image { display: block; width: 64px; height: 64px; margin-bottom: 1rem; border-radius: 100%; background-size: cover; background-position: center center; background-repeat: no-repeat; box-shadow: 0 0 0 5px #0073ff1a; } .testimonial .testi-image i { display: block; width: 64px; height: 64px; text-align: center; background-color: #EEE; border-radius: 50%; line-height: 64px; font-size: 28px; color: #888; text-shadow: 1px 1px 1px #FFF; } .testimonial .testi-content { position: relative; overflow: hidden; width: 100%; } .testimonial .testi-content p { margin-bottom: 0; font-family: 'Nunito', sans-serif; font-style: italic; font-size: .9375rem; max-height: 96px; min-height: 96px; color: #666; } .testimonial .testi-content p:before, .testimonial .testi-content p:after { content: '"'; } .testimonial .testi-meta { margin-top: .625rem; font-size: .8125rem; font-weight: bold; text-transform: uppercase; overflow: hidden; } .testimonial .testi-meta:before { content: '\2013'; } .testimonial .testi-meta span { display: block; font-weight: normal; color: #999; font-size: .75rem; text-transform: none; padding-left: 0; overflow: hidden; white-space: nowrap; text-overflow: ellipsis; } .testimonial .testi-meta span i { display: inline-block; margin-right: .25rem; } .testimonial.twitter-scroll .testi-content p:before, .testimonial.twitter-scroll .testi-content p:after, .testimonial.twitter-scroll .testi-meta:before { content: ''; } .testimonial.twitter-scroll .testi-meta span { padding-left: 0; } .testimonial.twitter-scroll .testi-meta span a { color: #999; } .testimonial.twitter-scroll .testi-meta span a:hover { color: #222; } .testimonial.testimonial-full { padding: 30px; } .testimonial.testimonial-full[data-animation="fade"] { padding: 30px; } .testimonial-full .testi-image { float: none; margin: 0 auto 20px; } .testimonial-full .testi-image, .testimonial-full .testi-image a, .testimonial-full .testi-image img, .testimonial-full .testi-image i { display: block; width: 72px; height: 72px; } .testimonial-full .testi-image i { line-height: 72px; } .testimonial-full .testi-content { text-align: center; font-size: 18px; } .testimonial-full .testi-meta { margin-top: 15px; } .testimonial-full .testi-meta span { padding-left: 0; } .section > .testimonial { padding: 0; background-color: transparent !important; border: 0 !important; box-shadow: none !important; max-width: 800px; margin: 0 auto; } .section > .testimonial[data-animation="fade"] { padding: 0; } .section > .testimonial .testi-content { font-size: 22px; } .section > .testimonial .testi-meta, .section > .testimonial .testi-meta span { font-size: 14px; } .pricing { position: relative; } .pricing [class^=col-] { padding: 0; margin-top: 20px; } .pricing-box { position: relative; border: 1px solid rgba(0, 0, 0, 0.075); border-radius: 3px; text-align: center; box-shadow: 0 1px 1px rgba(0, 0, 0, 0.1); background-color: #F5F5F5; } .pricing-title { padding: 15px 0; background-color: #F9F9F9; border-radius: 3px 3px 0 0; text-shadow: 1px 1px 1px #FFF; border-bottom: 1px solid rgba(0, 0, 0, 0.05); } .pricing-title h3 { margin: 0; font-size: 20px; letter-spacing: 1px; font-weight: bold; text-transform: uppercase; color: #555; } .pricing-title span { display: block; color: #999; font-weight: 300; font-size: 14px; margin-top: 3px; text-transform: uppercase; } .pricing-price { position: relative; padding: 25px 0; color: #333; font-weight: 300; font-size: 64px; line-height: 1; } .pricing-price:after { content: ''; position: absolute; width: 100px; border-top: 1px solid rgba(0, 0, 0, 0.1); top: auto; bottom: 0; left: 50%; margin-left: -50px; } .pricing-price span { display: inline-block; vertical-align: top; margin: 7px 3px 0 0; font-size: 28px; font-weight: normal; } .pricing-price span.price-tenure { vertical-align: baseline; font-size: 16px; font-weight: normal; color: #999; margin: 0 0 0 3px; } .pricing-features { border-bottom: 1px solid rgba(0, 0, 0, 0.075); } .pricing-features ul { margin: 0; padding: 15px 0; list-style: none; } .pricing-features li { padding: 6px 0; font-size: 14px; } .pricing-action { padding: 15px 30px; } .pricing-box.best-price { background-color: #FFF; box-shadow: 0 0 8px rgba(0, 0, 0, 0.1); z-index: 10; } .pricing-box.best-price { margin: -20px -1px 0 -1px; } .pricing-box.best-price .pricing-title { background-color: #FFF; padding: 20px 0; } .pricing-box.best-price .pricing-title h3 { font-size: 22px; } .pricing-box.best-price .pricing-price { color: #0073ff; font-size: 72px; } .pricing-box.pricing-minimal .pricing-price { background-color: #FFF; border-bottom: 1px solid rgba(0, 0, 0, 0.075); } .pricing-box.pricing-minimal .pricing-price:after { display: none; } .pricing.pricing-5 .pricing-box { float: left; width: 20%; margin-top: 20px; } .pricing.pricing-5 .pricing-box.best-price { margin-top: 0; } .pricing.pricing-5 .pricing-box:nth-child(5) { margin-left: -1px; } .pricing.pricing-5 .pricing-title h3 { font-size: 18px; } .pricing.pricing-5 .best-price .pricing-title h3 { font-size: 20px; } .pricing-box.pricing-extended { background-color: #FFF; text-align: left; } .pricing-box.pricing-extended .pricing-desc { float: left; width: 75%; padding: 25px; } .pricing-box.pricing-extended .pricing-title { background-color: transparent; padding-top: 0; text-align: left; } .pricing-box.pricing-extended .pricing-features { border: 0; } .pricing-box.pricing-extended .pricing-features ul { padding: 15px 0 0 0; } .pricing-box.pricing-extended .pricing-features li { padding: 6px 0; font-size: 15px; width: 50%; float: left; } .pricing-box.pricing-extended .pricing-features ul li i { position: relative; top: 1px; width: 16px; margin-right: 2px; } .pricing-box.pricing-extended .pricing-action-area { position: absolute; top: 0; left: auto; right: 0; width: 25%; height: 100%; border-left: 1px solid rgba(0, 0, 0, 0.05); background-color: #F9F9F9; padding: 30px; border-radius: 0 3px 3px 0; text-align: center; } .pricing-box.pricing-extended .pricing-action-area .pricing-price, .pricing-box.pricing-extended .pricing-action-area .pricing-action { padding: 0; } .pricing-box.pricing-extended .pricing-action-area .pricing-price { padding-bottom: 20px; } .pricing-box.pricing-extended .pricing-action-area .pricing-price:after { display: none; } .pricing-box.pricing-extended .pricing-action-area .pricing-price span.price-tenure { display: block; margin: 10px 0 0 0; font-weight: 300; text-transform: uppercase; font-size: 14px; } .pricing-box.pricing-extended .pricing-meta { color: #999; font-weight: 300; font-size: 14px; letter-spacing: 1px; text-transform: uppercase; padding-bottom: 10px; } .table-comparison, .table-comparison th { text-align: center; } .table-comparison th:first-child, .table-comparison td:first-child { text-align: left; font-weight: bold; } .counter { font-size: 42px; font-weight: 600; font-family: 'Nunito', sans-serif; } .counter.counter-small { font-size: 28px; } .counter.counter-large { font-size: 56px; } .counter.counter-xlarge { font-size: 64px; font-weight: 400; } .counter.counter-inherit { font-size: inherit; font-weight: inherit; } .counter+h5 { font-weight: 400; text-transform: uppercase; letter-spacing: 1px; margin-top: 10px; } .counter.counter-lined+h5:before { display: block; position: relative; margin: 20px auto 25px auto; content: ''; width: 15%; border-top: 2px solid #444; opacity: 0.9; } .counter.counter-small+h5 { font-size: 13px; } .counter.counter-large+h5, .counter.counter-xlarge+h5 { font-size: 15px; font-weight: 300; } .widget .counter+h5 { opacity: 0.7; } .rounded-skill { display: inline-block; margin: 0 15px 15px; display: inline-block; position: relative; text-align: center; font-size: 22px; font-weight: bold; color: #333; } body:not(.device-touch) .rounded-skill { -webkit-transition: opacity .4s ease; -o-transition: opacity .4s ease; transition: opacity .4s ease; } .rounded-skill+h5 { margin-bottom: 0; } .rounded-skill i { font-size: 42px; } .rounded-skill canvas { position: absolute; top: 0; left: 0; } .skills { margin: 0; list-style: none; padding-top: 25px; } .skills li { position: relative; margin-top: 38px; height: 4px; background-color: #F5F5F5; box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1); border-radius: 2px; } .skills li:first-child { margin-top: 0; } .skills li .progress { position: absolute; top: 0; left: 0; width: 0; height: 100%; background-color: #0073ff; overflow: visible !important; border-radius: 2px; -webkit-transition: width 1.2s ease-in-out; -o-transition: width 1.2s ease-in-out; transition: width 1.2s ease-in-out; } .skills li .progress-percent { position: absolute; top: -28px; right: 0; background-color: #333; color: #F9F9F9; text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.2); height: 22px; line-height: 22px; padding: 0px 5px; font-size: 11px; border-radius: 2px; } .skills li .progress-percent .counter { font-weight: 400; font-family: 'Nunito', sans-serif; } .progress-percent:after, .progress-percent:before { top: 100%; border: solid transparent; content: " "; height: 0; width: 0; position: absolute; pointer-events: none; } .progress-percent:after { border-top-color: #333; border-width: 4px; left: 50%; margin-left: -4px; } .progress-percent:before { border-top-color: #333; border-width: 5px; left: 50%; margin-left: -5px; } .skills li > span { position: absolute; z-index: 1; top: -23px; left: 0; line-height: 20px; font-size: 12px; font-weight: bold; text-transform: uppercase; color: #222; } blockquote p { margin-bottom: 15px; } blockquote { padding: 10px 20px; margin: 0 0 20px; font-size: 17px; border-left: 5px solid #EEE; } .blockquote-reverse { padding-right: 15px; padding-left: 0; border-right: 5px solid #EEE; border-left: 0; text-align: right; } blockquote.float-left { max-width: 300px; margin: 5px 20px 10px 0; padding-right: 0; } blockquote.float-right { max-width: 300px; margin: 5px 0 10px 20px; padding-left: 0; } .quote { border: none !important; position: relative; } .quote p { position: relative; } .quote:before { font-family: 'font-icons'; font-style: normal; font-weight: normal; font-variant: normal; content: "\e7ad"; position: absolute; width: 48px; height: 48px; line-height: 48px; font-size: 42px; top: 0; left: 0; color: #EEE; } .quote.blockquote-reverse:before { content: "\e7ae"; left: auto; right: 0; } .dropcap { float: left; font-size: 42px; line-height: 1; margin: 0 5px 0 0; text-transform: uppercase; } .highlight { padding: 2px 5px; background-color: #444; color: #FFF; border-radius: 2px; } .owl-carousel .animated { -webkit-animation-duration: 1000ms; animation-duration: 1000ms; -webkit-animation-fill-mode: both; animation-fill-mode: both; } .owl-carousel .owl-animated-in { z-index: 0; } .owl-carousel .owl-animated-out { z-index: 1; } .owl-carousel .fadeOut { -webkit-animation-name: fadeOut; animation-name: fadeOut; } @-webkit-keyframes fadeOut { 0% { opacity: 1; } 100% { opacity: 0; } } @keyframes fadeOut { 0% { opacity: 1; } 100% { opacity: 0; } } .owl-height { -webkit-transition: height 500ms ease-in-out; -o-transition: height 500ms ease-in-out; transition: height 500ms ease-in-out } .owl-carousel { display: none; -webkit-tap-highlight-color: transparent; position: relative; z-index: 1; width: 100%; } .owl-carousel .owl-stage { position: relative; -ms-touch-action: pan-Y; touch-action: pan-Y; } .owl-carousel .owl-stage:after { content: "."; display: block; clear: both; visibility: hidden; line-height: 0; height: 0 } .owl-carousel .owl-stage-outer { position: relative; overflow: hidden; -webkit-transform: translate3d(0, 0, 0); transform: translate3d(0, 0, 0); } .owl-carousel.owl-loaded { display: block } .owl-carousel.owl-loading { display: block; min-height: 100px; background: url('../img/preloader.gif') no-repeat center center } .owl-carousel .owl-refresh .owl-item { display: none } .owl-carousel .owl-item { position: relative; min-height: 1px; float: left; -webkit-tap-highlight-color: transparent; -webkit-touch-callout: none; } .owl-carousel .owl-item img { display: block; width: 100%; -webkit-transform-style: preserve-3d; transform-style: preserve-3d; } .slider-element .owl-carousel .owl-item img { -webkit-transform-style: preserve-3d; transform-style: preserve-3d; } .owl-carousel .owl-nav.disabled, .owl-carousel .owl-dots.disabled { display: none; } .owl-nav .owl-prev, .owl-nav .owl-next, .owl-dot, .owl-dots button { cursor: pointer; cursor: hand; padding: 0; border: 0; -webkit-user-select: none; -khtml-user-select: none; -moz-user-select: none; -ms-user-select: none; user-select: none; } .owl-carousel.owl-loaded { display: block; } .owl-carousel.owl-loading { opacity: 0; display: block; } .owl-carousel.owl-hidden { opacity: 0; } .mega-menu-content .owl-carousel.owl-hidden { opacity: 1; } .owl-carousel.owl-refresh .owl-item { display: none; } .owl-carousel.owl-drag .owl-item { -webkit-user-select: none; -moz-user-select: none; -ms-user-select: none; user-select: none; } .owl-carousel.owl-grab { cursor: move; cursor: -webkit-grab; cursor: -o-grab; cursor: -ms-grab; cursor: grab; } .owl-carousel.owl-rtl { direction: rtl; } .owl-carousel.owl-rtl .owl-item { float: right; } .no-js .owl-carousel { display: block; } .owl-carousel .owl-item .owl-lazy { opacity: 0; -webkit-transition: opacity 400ms ease; -o-transition: opacity 400ms ease; transition: opacity 400ms ease } .owl-carousel .owl-item img { transform-style: preserve-3d } .owl-carousel .owl-video-wrapper { position: relative; height: 100%; background: #111 } .owl-carousel .owl-video-play-icon { position: absolute; height: 64px; width: 64px; left: 50%; top: 50%; margin-left: -32px; margin-top: -32px; background: url("../img/icons/play.png") no-repeat; cursor: pointer; z-index: 1; -webkit-backface-visibility: hidden; backface-visibility: hidden; -webkit-transition: scale 100ms ease; -o-transition: scale 100ms ease; transition: scale 100ms ease; } .owl-carousel .owl-video-play-icon:hover { -webkit-transition: scale(1.3, 1.3); -o-transition: scale(1.3, 1.3); transition: scale(1.3, 1.3) } .owl-carousel .owl-video-playing .owl-video-play-icon, .owl-carousel .owl-video-playing .owl-video-tn { display: none } .owl-carousel .owl-video-tn { opacity: 0; height: 100%; background-position: center center; background-repeat: no-repeat; -webkit-background-size: contain; -moz-background-size: contain; -o-background-size: contain; background-size: contain; -webkit-transition: opacity 400ms ease; -o-transition: opacity 400ms ease; transition: opacity 400ms ease } .owl-carousel .owl-video-frame { position: relative; z-index: 1; height: 100%; width: 100%; } .owl-carousel .owl-dots, .owl-carousel .owl-nav { text-align: center; -webkit-tap-highlight-color: transparent; line-height: 1; } .owl-carousel .owl-nav [class*=owl-] { position: absolute; top: 50%; margin-top: -18px; left: -36px; zoom: 1; width: 36px; height: 36px; line-height: 36px; color: #666; background-color: #FFF; font-size: .875rem; border-radius: 50%; opacity: 0; box-shadow: 0px 5px 20px #0000000d; -webkit-transition: all .3s ease; -o-transition: all .3s ease; transition: all .3s ease; } .owl-carousel.with-carousel-dots .owl-nav [class*=owl-] { margin-top: -38px; } .slider-element .owl-nav [class*=owl-], .owl-carousel-full .owl-nav [class*=owl-] { margin-top: -30px; left: 0 !important; height: 60px; line-height: 60px; border: none; color: #EEE; background-color: rgba(0, 0, 0, 0.4); font-size: 28px; border-radius: 0 3px 3px 0; } .owl-carousel-full .with-carousel-dots .owl-nav [class*=owl-] { margin-top: -50px; } .owl-carousel .owl-nav .owl-next { left: auto; right: -36px; } .slider-element .owl-nav .owl-next, .owl-carousel-full .owl-nav .owl-next { left: auto !important; right: 0 !important; border-radius: 3px 0 0 3px; } .owl-carousel:hover .owl-nav [class*=owl-] { opacity: 1; left: -18px; } .owl-carousel:hover .owl-nav .owl-next { left: auto; right: -18px; } .owl-carousel .owl-nav [class*=owl-]:hover { background-color: #0073ff !important; color: #FFF !important; text-decoration: none; } .owl-carousel .owl-nav .disabled { display: none !important; } .owl-carousel .owl-dots .owl-dot { display: inline-block; zoom: 1; width: 8px; height: 8px; margin: 30px 4px 0 4px; opacity: 0.5; border-radius: 50%; background-color: #0073ff; -webkit-transition: all .3s ease; -o-transition: all .3s ease; transition: all .3s ease; } .owl-carousel .owl-dots .owl-dot.active, .owl-carousel .owl-dots .owl-dot:hover { opacity: 1; } .flip-card { -webkit-transform-style: preserve-3d; transform-style: preserve-3d; -webkit-perspective: 1000px; perspective: 1000px; } .flip-card-front, .flip-card-back { background-size: cover; background-position: center; -webkit-transition: -webkit-transform 0.7s cubic-bezier(0.4, 0.2, 0.2, 1); transition: -webkit-transform 0.7s cubic-bezier(0.4, 0.2, 0.2, 1); -o-transition: transform 0.7s cubic-bezier(0.4, 0.2, 0.2, 1); transition: transform 0.7s cubic-bezier(0.4, 0.2, 0.2, 1); transition: transform 0.7s cubic-bezier(0.4, 0.2, 0.2, 1), -webkit-transform 0.7s cubic-bezier(0.4, 0.2, 0.2, 1); -webkit-backface-visibility: hidden; backface-visibility: hidden; width: 100%; height: 280px; border-radius: 6px; color: #FFF; font-size: 1.5rem; } .flip-card-back { background-color: #666; } .flip-card-front.no-after:after, .flip-card-back.no-after:after { content: none } .flip-card-front:after, .flip-card-back:after { position: absolute; top: 0; left: 0; z-index: 1; width: 100%; height: 100%; content: ""; display: block; opacity: 0.6; background-color: #000; -webkit-backface-visibility: hidden; backface-visibility: hidden; border-radius: 6px; } .flip-card:hover .flip-card-front, .flip-card:hover .flip-card-back { -webkit-transition: -webkit-transform 0.7s cubic-bezier(0.4, 0.2, 0.2, 1); transition: -webkit-transform 0.7s cubic-bezier(0.4, 0.2, 0.2, 1); -o-transition: transform 0.7s cubic-bezier(0.4, 0.2, 0.2, 1); transition: transform 0.7s cubic-bezier(0.4, 0.2, 0.2, 1); transition: transform 0.7s cubic-bezier(0.4, 0.2, 0.2, 1), -webkit-transform 0.7s cubic-bezier(0.4, 0.2, 0.2, 1); } .flip-card-back { position: absolute; top: 0; left: 0; width: 100%; } .flip-card-inner { -webkit-transform: translateY(-50%) translateZ(60px) scale(0.94); transform: translateY(-50%) translateZ(60px) scale(0.94); top: 50%; position: absolute; left: 0; width: 100%; padding: 2rem; -webkit-box-sizing: border-box; box-sizing: border-box; outline: 1px solid transparent; -webkit-perspective: inherit; perspective: inherit; z-index: 2; } .flip-card-back { -webkit-transform: rotateY(180deg); transform: rotateY(180deg); -webkit-transform-style: preserve-3d; transform-style: preserve-3d; } .flip-card-front, .flip-card:hover .flip-card-back { -webkit-transform: rotateY(0deg); transform: rotateY(0deg); -webkit-transform-style: preserve-3d; transform-style: preserve-3d; } .flip-card:hover .flip-card-front { -webkit-transform: rotateY(-180deg); transform: rotateY(-180deg); -webkit-transform-style: preserve-3d; transform-style: preserve-3d; } .top-to-bottom .flip-card-back { -webkit-transform: rotateX(180deg); transform: rotateX(180deg); -webkit-transform-style: preserve-3d; transform-style: preserve-3d; } .top-to-bottom .flip-card-front, .top-to-bottom:hover .flip-card-back { -webkit-transform: rotateX(0deg); transform: rotateX(0deg); -webkit-transform-style: preserve-3d; transform-style: preserve-3d; } .top-to-bottom:hover .flip-card-front { -webkit-transform: rotateX(-180deg); transform: rotateX(-180deg); -webkit-transform-style: preserve-3d; transform-style: preserve-3d; } .flip-card-inner span { font-size: 18px; line-height: 20px; font-weight: 300; } .flip-card-inner p { position: relative; font-size: 16px; margin-bottom: 0; color: rgba(255, 255, 255, 0.7); } .overlay { position: absolute; top: 0; left: 0; width: 100%; height: 100%; } .overlay .overlay-wrap, .text-overlay { opacity: 0; position: relative; width: 100%; height: 100%; background-color: rgba(0, 0, 0, 0.6); } body:not(.device-touch) .overlay .overlay-wrap, body:not(.device-touch) .text-overlay { -webkit-transition: all .3s ease-in-out; -o-transition: all .3s ease-in-out; transition: all .3s ease-in-out; } .overlay .overlay-wrap i { position: absolute; opacity: 0.8; font-size: 24px; line-height: 1; width: 24px; height: 24px; text-align: center; top: 50%; margin-top: -12px; left: 50%; margin-left: -12px; color: #FFF; } .overlay:hover .overlay-wrap, .overlay:hover .text-overlay { opacity: 1; } .text-overlay { position: absolute; opacity: 0.85; top: auto; bottom: 0; height: auto; padding: 40px 15px 15px; text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.3); background: -moz-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.85) 100%); background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(0, 0, 0, 0)), color-stop(100%, rgba(0, 0, 0, 0.85))); background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.85) 100%); background: -o-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.85) 100%); background: -ms-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.85) 100%); background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.85) 100%); filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#a6000000', GradientType=0); backface-visibility: hidden; } .text-overlay-title h2, .text-overlay-title h3, .text-overlay-title h4 { margin: 0; color: #F5F5F5; } .text-overlay-title h2 { font-size: 28px; } .text-overlay-title h3 { font-size: 17px; font-weight: 600; } .text-overlay-title h2, .text-overlay-title h3, .text-overlay-title h4, .text-overlay-meta { max-width: 100%; text-overflow: ellipsis; white-space: nowrap; overflow: hidden; } .text-overlay-meta { color: #CCC; font-size: 13px; } .text-overlay-meta span i { position: relative; top: 1px; font-size: 14px; } .news-carousel .text-overlay { padding: 40px 30px 25px; } .news-carousel .text-overlay-title { margin: 15px 0 10px; } .news-carousel .text-overlay-title h2, .news-carousel .text-overlay-title h3, .news-carousel .text-overlay-title h4 { line-height: 1.2; text-overflow: none; white-space: normal; } .news-carousel .text-overlay-meta { font-size: 14px; } .news-carousel .rounded-skill { position: absolute; margin: 0 !important; top: 30px; right: 30px; color: #FFF; font-weight: 700; } .form-control { border-radius: 0; border: 1px solid #d1d1d1; } .form-control:active, .form-control:focus { border-color: #999; box-shadow: none; } label { display: inline-block; font-size: .875rem; font-weight: 700; font-family: 'Nunito', sans-serif; text-transform: uppercase; color: #555; margin-bottom: 10px; cursor: pointer; } label.label-muted { color: #999; font-weight: normal; margin-right: 5px; } #contact-form-overlay, #contact-form-overlay-mini { position: relative; max-width: 800px; background-color: #FFF; padding: 40px; margin: 0 auto; z-index: 10; border-radius: 4px; box-shadow: 0 1px 10px rgba(0, 0, 0, 0.15); } #contact-form-overlay-mini { float: right; width: 380px; margin: 0; } label.error { margin-top: 5px; color: #E42C3E; font-weight: 400; } label.error { display: none !important; } .show-error-msg+label.error { display: block !important; } input[type=checkbox]:not(:checked)+label.error { display: block !important; } .form-control.error { border-color: #E42C3E; } #google-map { position: relative; width: 100%; height: 450px; } .gmap img { max-width: none !important; } .gm-style .gm-style-iw h3 span { font-size: inherit; font-family: inherit; } #map-overlay { position: relative; padding: 100px 0; } #map-overlay #google-map { position: absolute; height: 100%; top: 0; left: 0; } #content .cse .gsc-control-cse, #content .gsc-control-cse, #content .gsc-above-wrapper-area, #content .gsc-adBlock, #content .gsc-thumbnail-inside, #content .gsc-url-top, #content .gsc-table-result, #content .gsc-webResult, #content .gsc-result { padding: 0 !important; } #content .gsc-selected-option-container { width: auto !important; } #content .gsc-result-info { padding-left: 0 !important; } #content .gsc-above-wrapper-area-container, #content .gsc-table-result { margin-bottom: 10px; } #content .gcsc-branding { display: none; } #content .gsc-results, #content .gsc-webResult { width: 100% !important; } #content .gs-no-results-result .gs-snippet, #content .gs-error-result .gs-snippet { margin: 0 !important; } .title-block { padding: 2px 0 3px 20px; border-left: 7px solid #0073ff; margin-bottom: 30px; } .title-block-right { padding: 2px 20px 3px 0; border-left: 0; border-right: 7px solid #0073ff; text-align: right; } .title-block h1, .title-block h2, .title-block h3, .title-block h4 { margin-bottom: 0; } .title-block > span { display: block; margin-top: 4px; color: #555; font-weight: 300; } .title-block h1+span { font-size: 22px; } .title-block h2+span { font-size: 19px; } .title-block h3+span { font-size: 17px; } .title-block h4+span { font-size: 15px; margin-top: 3px; } .heading-block { margin-bottom: 50px; } .heading-block h1, .heading-block h2, .heading-block h3, .heading-block h4, .emphasis-title h1, .emphasis-title h2 { margin-bottom: 0; font-weight: 700; text-transform: uppercase; letter-spacing: 1px; color: #333; } .emphasis-title h1, .emphasis-title h2 { font-weight: 400; letter-spacing: 0; text-transform: none; } .heading-block h1 { font-size: 32px; } .heading-block h2 { font-size: 30px; } .heading-block h3 { font-size: 26px; } .heading-block h4 { font-size: 20px; font-weight: 700; } .heading-block > span:not(.before-heading) { display: block; margin-top: 10px; font-weight: 300; color: #777; } .heading-block .before-heading { margin-bottom: 7px; } .heading-block.center > span, .heading-block.title-center > span, .center .heading-block > span { max-width: 700px; margin-left: auto; margin-right: auto; } .heading-block h1+span { font-size: 24px; } .heading-block h2+span { font-size: 22px; } .heading-block h3+span, .heading-block h4+span { font-size: 20px; } .heading-block~p:not(.lead) { font-size: 15px; } .heading-block:after { content: ''; display: block; margin-top: 30px; width: 40px; border-top: 2px solid #444; } .center .heading-block:after, .heading-block.center:after, .heading-block.title-center:after { margin: 30px auto 0; } .tright .heading-block, .heading-block.tright, .heading-block.title-right { direction: rtl; } .heading-block.noborder:after, .heading-block.nobottomborder:after { display: none; } .heading-block.border-color:after { border-color: #0073ff; } .emphasis-title { margin: 0 0 50px; } .emphasis-title h1, .emphasis-title h2 { font-size: 64px; letter-spacing: -2px; } .emphasis-title h1 strong, .emphasis-title h2 strong { font-weight: 700; } .fancy-title { position: relative; margin-bottom: 30px; } .fancy-title h1, .fancy-title h2, .fancy-title h3, .fancy-title h4, .fancy-title h5, .fancy-title h6 { position: relative; display: inline-block; background-color: #FFF; padding-right: 15px; margin-bottom: 0; } .fancy-title h4, .fancy-title h5, .fancy-title h6 { padding-right: 10px; } .fancy-title.title-double-border:before, .fancy-title.title-border:before, .fancy-title.title-border-color:before { content: ''; position: absolute; width: 100%; height: 0; border-top: 3px double #E5E5E5; left: auto; top: 46%; right: 0; } .fancy-title.title-border:before { top: 49%; border-top: 1px solid #EEE; } .fancy-title.title-border-color:before { top: 49%; border-top: 1px solid #0073ff; opacity: 0.6; } .title-center { text-align: center; } .title-center h1, .title-center h2, .title-center h3 { padding: 0 15px; } .title-center h4, .title-center h5, .title-center h6 { padding: 0 10px; } .title-right { text-align: right; } .title-right h1, .title-right h2, .title-right h3 { padding: 0 0 0 15px; } .title-right h4, .title-right h5, .title-right h6 { padding: 0 0 0 10px; } .fancy-title.title-bottom-border h1, .fancy-title.title-bottom-border h2, .fancy-title.title-bottom-border h3, .fancy-title.title-bottom-border h4, .fancy-title.title-bottom-border h5, .fancy-title.title-bottom-border h6 { display: block; background: transparent; padding: 0 0 10px; border-bottom: 2px solid #0073ff; } .fancy-title.title-dotted-border { background: url('../img/icons/dotted.png') repeat-x center; } .before-heading { display: block; margin: 0 0 5px; font-size: 16px; font-family: 'Nunito', sans-serif; font-style: italic; font-weight: 400; color: #999; } .divider { position: relative; overflow: hidden; margin: 35px 0; color: #E5E5E5; width: 100%; } .divider.divider-margin { margin: 70px 0; } .divider:after, .divider.divider-center:before, .divider.divider-center.divider-short:before { content: ''; position: absolute; width: 100%; top: 8px; left: 30px; height: 0; border-top: 1px solid #EEE; } .divider.divider-thick:after, .divider.divider-center.divider-thick:before, .divider.divider-center.divider-short.divider-thick:before { border-top-width: 3px; } .divider.divider-short:after { width: 30%; } .divider.divider-vshort:after { width: 12%; } .divider i { position: relative; width: 18px; height: 18px; line-height: 1; font-size: 18px !important; text-align: center; } .divider a { position: relative; display: inline-block; color: inherit; -webkit-transition: all .3s ease; -o-transition: all .3s ease; transition: all .3s ease; } .divider a:hover { color: #888; } .divider.divider-right { text-align: right; } .divider.divider-right:after { left: auto; right: 30px; } .divider.divider-center, .divider.divider-center.divider-short { text-align: center; } .divider.divider-center:before { left: -50% !important; right: 0; margin-left: -20px; } .divider.divider-center:after { left: 50% !important; right: 0; margin-left: 20px; } .divider.divider-center.divider-short:before { left: auto !important; right: 50%; margin-right: 20px; width: 15%; } .divider.divider-center.divider-short:after { left: 50% !important; right: auto !important; margin-left: 20px; width: 15%; } .divider.divider-center.divider-vshort:before, .divider.divider-center.divider-vshort:after { width: 6%; } .divider.divider-rounded { color: #BBB; } .divider.divider-rounded:after, .divider.divider-rounded.divider-center:before, .divider.divider-rounded.divider-short:before, .divider.divider-border:after, .divider.divider-border.divider-center:before, .divider.divider-border.divider-short:before { top: 19px; left: 40px; } .divider.divider-rounded i, .divider.divider-border i { width: 40px; height: 40px; line-height: 40px; background-color: #F5F5F5; border-radius: 50%; } .divider.divider-rounded.divider-right:after, .divider.divider-border.divider-right:after { left: auto; right: 40px; } .divider.divider-border { color: #E5E5E5; } .divider.divider-border i { line-height: 38px; background-color: transparent; border: 1px solid #EEE; } .divider.divider-line:before, .divider.divider-line:after { margin-left: 0 !important; margin-right: 0 !important; } .top-advert { float: right; padding: 5px; border-left: 1px solid #EEE; border-right: 1px solid #EEE; } .top-advert a, .top-advert img { display: block; } #gotoTop { display: none; z-index: 299; position: fixed; width: 32px; height: 32px; background-color: #333; background-color: rgba(0, 0, 0, 0.3); font-size: .875rem; line-height: 32px; text-align: center; color: #fff; top: auto; left: auto; right: 30px; bottom: 50px; cursor: pointer; border-radius: .25rem; } body:not(.device-touch) #gotoTop { transition: background-color .2s linear; -webkit-transition: background-color .2s linear; -o-transition: background-color .2s linear; } .stretched #gotoTop { bottom: 30px; } #gotoTop:hover { background-color: #0073ff; } .error404 { display: block; font-size: 216px; font-weight: 700; color: #DDD; line-height: 1.35; letter-spacing: 4px; } .error404-wrap .container { z-index: 7; } .error404-wrap .error404 { line-height: 0.9; margin-bottom: 40px; font-weight: bold; font-size: 244px; color: #FFF !important; opacity: 0.2; text-shadow: 1px 1px 5px rgba(0, 0, 0, 0.4); } .error404-wrap .heading-block h4 { font-weight: 300; margin-bottom: 8px; } .error404-wrap .heading-block span { font-size: 17px; } .error404-wrap form { max-width: 500px; } .landing-wide-form { background: rgba(0, 0, 0, 0.3); padding: 30px; border-radius: 3px; } .landing-form-overlay { position: absolute; z-index: 10; top: auto; left: auto; right: 0; bottom: -154px; background-color: rgba(0, 0, 0, 0.6); border-radius: 3px 3px 0 0; } .landing-video { z-index: 1; width: 560px; height: 315px; margin: 22px 0 0 95px; overflow: hidden; } .preloader, .preloader2, .form-process { display: block; width: 100%; height: 100%; background: url("../img/preloader.gif") center center no-repeat #FFF; } .preloader2 { background-color: transparent; } .form-process { display: none; position: absolute; z-index: 3; background-color: rgba(255, 255, 255, 0.7); } .toast-title { font-weight: bold; } .toast-message { -ms-word-wrap: break-word; word-wrap: break-word; } .toast-message a, .toast-message label { color: #FFFFFF; } .toast-message a:hover { color: #CCCCCC; text-decoration: none; } .toast-close-button { position: relative; right: -0.3em; top: -0.3em; float: right; font-size: 20px; font-weight: bold; color: #FFFFFF; -webkit-text-shadow: 0 1px 0 #ffffff; text-shadow: 0 1px 0 #ffffff; opacity: 0.8; -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=80); filter: alpha(opacity=80); line-height: 1; } .toast-close-button:hover, .toast-close-button:focus { color: #000000; text-decoration: none; cursor: pointer; opacity: 0.4; -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=40); filter: alpha(opacity=40); } .rtl .toast-close-button { left: -0.3em; float: left; right: 0.3em; } button.toast-close-button { padding: 0; cursor: pointer; background: transparent; border: 0; -webkit-appearance: none; } .toast-top-center { top: 0; right: 0; width: 100%; } .toast-bottom-center { bottom: 0; right: 0; width: 100%; } .toast-top-full-width { top: 0; right: 0; width: 100%; } .toast-bottom-full-width { bottom: 0; right: 0; width: 100%; } .toast-top-left { top: 12px; left: 12px; } .toast-top-right { top: 12px; right: 12px; } .toast-bottom-right { right: 12px; bottom: 12px; } .toast-bottom-left { bottom: 12px; left: 12px; } #toast-container { position: fixed; z-index: 999999; pointer-events: none; } #toast-container * { -moz-box-sizing: border-box; -webkit-box-sizing: border-box; box-sizing: border-box; } #toast-container > div { position: relative; pointer-events: auto; overflow: hidden; margin: 0 0 6px; padding: 20px 25px; width: 300px; -moz-border-radius: 3px 3px 3px 3px; -webkit-border-radius: 3px 3px 3px 3px; border-radius: 3px 3px 3px 3px; background-repeat: no-repeat; -moz-box-shadow: 0 0 12px #999999; -webkit-box-shadow: 0 0 12px #999999; box-shadow: 0 0 12px #999999; color: #FFFFFF; opacity: 0.8; -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=80); filter: alpha(opacity=80); } #toast-container > div.rtl { direction: rtl; } #toast-container > div:hover { -moz-box-shadow: 0 0 12px #000000; -webkit-box-shadow: 0 0 12px #000000; box-shadow: 0 0 12px #000000; opacity: 1; -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100); filter: alpha(opacity=100); cursor: pointer; } #toast-container.toast-top-center > div, #toast-container.toast-bottom-center > div { width: 300px; margin-left: auto; margin-right: auto; } #toast-container.toast-top-full-width > div, #toast-container.toast-bottom-full-width > div { width: 96%; margin-left: auto; margin-right: auto; } .toast { background-color: #030303; } .toast-success { background-color: #51A351; } .toast-error { background-color: #BD362F; } .toast-info { background-color: #2F96B4; } .toast-warning { background-color: #F89406; } .toast-progress { position: absolute; left: 0; bottom: 0; height: 4px; background-color: #000000; opacity: 0.4; -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=40); filter: alpha(opacity=40); } @media all and (max-width: 240px) { #toast-container > div { padding: 10px 15px; width: 11em; } #toast-container .toast-close-button { right: -0.2em; top: -0.2em; } #toast-container .rtl .toast-close-button { left: -0.2em; right: 0.2em; } } @media all and (min-width: 241px) and (max-width: 480px) { #toast-container > div { padding: 10px 15px; width: 18em; } #toast-container .toast-close-button { right: -0.2em; top: -0.2em; } #toast-container .rtl .toast-close-button { left: -0.2em; right: 0.2em; } } @media all and (min-width: 481px) and (max-width: 768px) { #toast-container > div { padding: 15px 20px; width: 25em; } } #footer { position: relative; background-color: #303030; color: #c0c0c0; } .device-xl.sticky-footer #top-bar, .device-lg.sticky-footer #top-bar { z-index: 299; } .device-xl.sticky-footer #header, .device-lg.sticky-footer #header { z-index: 199; } .device-xl.sticky-footer #slider:not(.slider-parallax-invisible), .device-xl.sticky-footer #page-submenu, .device-xl.sticky-footer #page-title, .device-xl.sticky-footer #content, .device-lg.sticky-footer #slider:not(.slider-parallax-invisible), .device-lg.sticky-footer #page-submenu, .device-lg.sticky-footer #page-title, .device-lg.sticky-footer #content { z-index: 2; } .device-xl.sticky-footer #footer, .device-lg.sticky-footer #footer { position: fixed; top: auto; bottom: 0; left: 0; width: 100%; z-index: 1; } .device-xl.sticky-footer:not(.stretched) #footer, .device-lg.sticky-footer:not(.stretched) #footer { left: 50%; margin-left: -610px; width: 1220px; } .device-lg.sticky-footer:not(.stretched) #footer { margin-left: -500px; width: 1000px; } #footer .footer-widgets-wrap { position: relative; padding: 80px 0; } #copyrights { padding: 40px 0; background-color: #DDD; font-size: 14px; line-height: 1.8; } #copyrights i.footer-icon { position: relative; top: 1px; font-size: 14px; width: 14px; text-align: center; margin-right: 3px; } .copyright-links a { display: inline-block; margin: 0 3px; color: #333; border-bottom: 1px dotted #444; } .copyright-links a:hover { color: #555; border-bottom: 1px solid #666; } .copyrights-menu { margin-bottom: 10px; } .copyrights-menu a { font-size: 14px; margin: 0 10px; border-bottom: 0 !important; } #copyrights a:first-child { margin-left: 0; } #copyrights .tright a:last-child { margin-right: 0; } .footer-logo { display: block; margin-bottom: 0; } .widget { position: relative; margin-top: 50px; } .widget p { line-height: 1.7; } .sidebar-widgets-wrap .widget { padding-top: 50px; border-top: 1px solid #EEE; } .widget:first-child { margin-top: 0; } .sidebar-widgets-wrap .widget:first-child { padding-top: 0; border-top: 0; } .widget > h4 { margin-bottom: 25px; font-size: 15px; font-weight: 600; letter-spacing: 2px; text-transform: uppercase; } .sidebar-widgets-wrap .widget > h4 { letter-spacing: 1px; } .widget p:not(.lead) { font-size: 14px; } .tagcloud { margin-bottom: -2px; } .tagcloud a { display: block; float: left; margin-right: 4px; margin-bottom: 4px; padding: 3px 6px; border: 1px solid #E5E5E5; font-size: 13px !important; color: #666; border-radius: 2px; } body:not(.device-touch) .tagcloud a { -webkit-transition: all .3s ease-in-out; -o-transition: all .3s ease-in-out; transition: all .3s ease-in-out; } .tagcloud a:hover { border-color: #0073ff !important; color: #0073ff !important; } .widget_nav_menu ul, .widget_nav_menu li, .widget_links ul, .widget_links li, .widget_meta ul, .widget_meta li, .widget_archive ul, .widget_archive li, .widget_recent_comments ul, .widget_recent_comments li, .widget_recent_entries ul, .widget_recent_entries li, .widget_categories ul, .widget_categories li, .widget_pages ul, .widget_pages li, .widget_rss ul, .widget_rss li { list-style: none; margin: 0; } .widget_nav_menu li, .widget_links li, .widget_meta li, .widget_archive li, .widget_recent_comments li, .widget_recent_entries li, .widget_categories li, .widget_pages li, .widget_rss li { padding: 4px; } .widget_nav_menu li a, .widget_links li a, .widget_meta li a, .widget_archive li a, .widget_recent_entries li a, .widget_categories li a, .widget_pages li a, .widget_rss li a, .widget_recent_comments li { display: inline-block; padding: 0 3px 0 12px; } .widget_recent_comments li { display: block; background: url("../img/icons/widget-comment.png") left top no-repeat; padding: 4px 0 4px 20px; } .widget_nav_menu li a, .widget_links li a, .widget_meta li a, .widget_archive li a, .widget_recent_entries li a, .widget_categories li a, .widget_pages li a, .widget_rss li a, .widget_recent_comments li a { background: url("../img/icons/widget-link.png") left top no-repeat; border: none !important; color: #444; font-size: 14px; } .widget_nav_menu li a:hover, .widget_links li a:hover, .widget_meta li a:hover, .widget_archive li a:hover, .widget_recent_entries li a:hover, .widget_categories li a:hover, .widget_pages li a:hover, .widget_rss li a:hover, .widget_recent_comments li a:hover { color: #000; } .widget_recent_comments li a { display: inline; padding: 0; background: none !important; } .widget_nav_menu > ul > li:first-child, .widget_links > ul > li:first-child, .widget_meta > ul > li:first-child, .widget_archive > ul > li:first-child, .widget_recent_comments > ul > li:first-child, .widget_recent_entries > ul > li:first-child, .widget_categories > ul > li:first-child, .widget_pages > ul > li:first-child, .widget_rss > ul > li:first-child { border-top: 0 !important; } .widget_nav_menu > ul, .widget_links > ul, .widget_meta > ul, .widget_archive > ul, .widget_recent_comments > ul, .widget_recent_entries > ul, .widget_categories > ul, .widget_pages > ul, .widget_rss > ul { margin-top: -4px !important; } .widget_nav_menu ul ul, .widget_links ul ul, .widget_meta ul ul, .widget_archive ul ul, .widget_recent_comments ul ul, .widget_recent_entries ul ul, .widget_categories ul ul, .widget_pages ul ul, .widget_rss ul ul { margin-left: 15px; } .widget .testimonial.no-image .testi-image { display: none; } .widget .testimonial.twitter-scroll .testi-image { margin-right: 10px; } .widget .testimonial:not(.twitter-scroll) .testi-image, .widget .testimonial:not(.twitter-scroll) .testi-image a, .widget .testimonial:not(.twitter-scroll) .testi-image img { width: 42px; height: 42px; } .widget .testimonial.twitter-scroll .testi-image, .widget .testimonial.twitter-scroll .testi-image a, .widget .testimonial.twitter-scroll .testi-image img, .widget .testimonial.twitter-scroll .testi-image i { width: 28px; height: 28px; } .widget .testimonial.twitter-scroll .testi-image i { background-color: #EEE; line-height: 28px; font-size: 14px; color: #888; } .widget .testimonial p { font-size: 14px; } .quick-contact-widget.form-widget .form-control, .quick-contact-widget.form-widget .input-group { margin-bottom: 10px; } .quick-contact-widget.form-widget .input-group .form-control { margin-bottom: 0; } .quick-contact-widget.form-widget form, #template-contactform { position: relative; } .subscribe-widget h5 { font-weight: 300; font-size: 14px; line-height: 1.5; } .widget-twitter-feed li { margin: 15px 0 0 0; } .widget-twitter-feed li:first-child { margin-top: 0; } .widget-twitter-feed small { display: block; margin-top: 3px; } .widget-twitter-feed small a { color: #999; } .widget-twitter-feed .twitter-feed:not(.twitter-feed-avatar) a.twitter-avatar { display: none; } .widget-twitter-feed .twitter-feed.twitter-feed-avatar i.icon-twitter { display: none; } .widget-twitter-feed .twitter-feed-avatar { margin-left: 44px; } .widget-twitter-feed .twitter-feed-avatar > li a.twitter-avatar { display: block; position: absolute; left: -44px; text-align: center; top: 2px; width: 32px; height: 32px; } .twitter-feed-avatar a.twitter-avatar img { border-radius: 50%; } .widget-filter-links ul { list-style: none; margin-bottom: 0; } .widget-filter-links .widget-filter-reset { position: absolute; top: 0; left: auto; right: 0; font-size: 12px; line-height: 22px; } .widget:not(:first-child) .widget-filter-reset { top: 50px; } .widget-filter-links .widget-filter-reset a { color: red; } .widget-filter-links .widget-filter-reset.active-filter { display: none; } .widget-filter-links li { position: relative; font-size: 15px; line-height: 24px; } .widget-filter-links li:not(:first-child) { margin-top: 10px; } .widget-filter-links li a { display: block; color: #444; font-family: 'Nunito', sans-serif; font-weight: 500; } .widget-filter-links li span { position: absolute; top: 1px; left: auto; right: 0; font-size: 11px; width: 22px; height: 22px; line-height: 22px; text-align: center; color: #777; background-color: #EEE; border-radius: 50%; } .widget-filter-links li:hover a { color: #777; } .widget-filter-links li.active-filter a { font-weight: 700; } .widget-filter-links li.active-filter span { color: #FFF; background-color: #0073ff; text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.1); } .nav-tree { position: relative; margin-bottom: 40px; } .nav-tree ul { margin-bottom: 0; list-style: none; } .nav-tree > ul { margin: -8px 0; } .nav-tree li { position: relative; } .nav-tree li a { display: block; padding: 8px 0; color: #333; text-transform: uppercase; font-size: 13px; font-weight: 700; letter-spacing: 2px; font-family: 'Nunito', sans-serif; } .nav-tree li i { font-size: 14px; width: 16px; text-align: center; } .nav-tree li i:not(.fa-chevron-down) { margin-right: 0; position: relative; top: 0; } .nav-tree li a i.fa-chevron-down, .nav-tree li a i.fa-chevron-right { width: auto; font-size: .75rem; margin-left: 2px; } .nav-tree li a i.fa-chevron-right { transform: rotate(0); } .nav-tree li.sub-menu.active a i.fa-chevron-right { transform: rotate(90deg); } .nav-tree li:hover > a, .nav-tree li.current > a, .nav-tree li.active > a { color: #0073ff !important; } .nav-tree ul ul { display: none; } .nav-tree li.current > ul { display: block; } .nav-tree ul ul a { font-size: 12px; padding: 6px 0; letter-spacing: 1px; font-family: 'Nunito', sans-serif; } .nav-tree ul ul a i.icon-angle-down { font-size: 12px; } .nav-tree ul ul a { padding-left: 20px; } .nav-tree ul ul ul a { padding-left: 40px; } .nav-tree ul ul ul ul a { padding-left: 60px; } .nav-tree ul ul ul ul ul a { padding-left: 80px; } .pagination.pagination-circle .page-item .page-link { width: 35px; height: 35px; line-height: 33px; text-align: center; padding: 0; border-radius: 50%; } .pagination.pagination-circle.pagination-lg .page-item .page-link { width: 56px; height: 56px; line-height: 54px; } .pagination.pagination-circle.pagination-sm .page-item .page-link { width: 26px; height: 26px; line-height: 24px; } .pagination.pagination-rounded .page-item .page-link { border-radius: 4px; } .pagination.pagination-circle .page-item:not(:first-child) .page-link, .pagination.pagination-rounded .page-item:not(:first-child) .page-link { margin-left: 5px; } .pagination.pagination-circle.pagination-lg .page-item:not(:first-child) .page-link, .pagination.pagination-rounded.pagination-lg .page-item:not(:first-child) .page-link { margin-left: 8px; } .pagination.pagination-circle.pagination-sm .page-item:not(:first-child) .page-link, .pagination.pagination-rounded.pagination-sm .page-item:not(:first-child) .page-link { margin-left: 3px; } .pagination.pagination-3d .page-item .page-link { border-bottom: 3px solid rgba(0, 0, 0, 0.15) !important; } .pagination.pagination-transparent .page-item .page-link { border: 0; color: #666; } .pagination.pagination-inside-transparent .page-item .page-link:not(:hover) { color: #222; } .pagination.pagination-inside-transparent .page-item:not(:first-child):not(:nth-child(2)):not(:nth-last-child(1)) .page-link { border-left: 0; } .pagination.pagination-inside-transparent .page-item.active .page-link, .pagination.pagination-inside-transparent .page-link:hover, .pagination.pagination-inside-transparent .page-link:focus { border-color: transparent !important; } .pagination.pagination-inside-transparent.pagination-button .page-item:not(:first-child):not(:nth-last-child(1)) .page-link { border: 0; } .pagination.pagination-pill .page-item:first-child .page-link { border-top-left-radius: 10rem; border-bottom-left-radius: 10rem; } .pagination.pagination-pill .page-item:last-child .page-link { border-top-right-radius: 10rem; border-bottom-right-radius: 10rem; } .pagination.pagination-primary .page-item .page-link { background-color: #007bff; background-color: var(--primary); border-color: #007bff; border-color: var(--primary); color: #FFF; } .pagination.pagination-secondary .page-item .page-link { background-color: #6c757d; background-color: var(--secondary); border-color: #6c757d; border-color: var(--secondary); color: #FFF; } .pagination.pagination-success .page-item .page-link { background-color: #28a745; background-color: var(--success); border-color: #28a745; border-color: var(--success); color: #FFF; } .pagination.pagination-danger .page-item .page-link { background-color: #dc3545; background-color: var(--danger); border-color: #dc3545; border-color: var(--danger); color: #FFF; } .pagination.pagination-info .page-item .page-link { background-color: #17a2b8; background-color: var(--info); border-color: #17a2b8; border-color: var(--info); color: #FFF; } .pagination.pagination-dark .page-item .page-link { background-color: #343a40; background-color: var(--dark); border-color: #343a40; border-color: var(--dark); color: #FFF; } .pagination.pagination-light .page-item .page-link { background-color: #f8f9fa; background-color: var(--light); border-color: #f8f9fa; border-color: var(--light); color: #222; } .pagination.pagination-primary .page-item.active .page-link, .pagination.pagination-primary .page-link:hover, .pagination.pagination-primary .page-link:focus, .pagination.pagination-secondary .page-item.active .page-link, .pagination.pagination-secondary .page-link:hover, .pagination.pagination-secondary .page-link:focus, .pagination.pagination-success .page-item.active .page-link, .pagination.pagination-success .page-link:hover, .pagination.pagination-success .page-link:focus, .pagination.pagination-danger .page-item.active .page-link, .pagination.pagination-danger .page-link:hover, .pagination.pagination-danger .page-link:focus, .pagination.pagination-info .page-item.active .page-link, .pagination.pagination-info .page-link:hover, .pagination.pagination-info .page-link:focus, .pagination.pagination-light .page-item.active .page-link, .pagination.pagination-light .page-link:hover, .pagination.pagination-light .page-link:focus { background-color: #222 !important; border-color: #222 !important; color: #FFF; } .table .success { color: #3c763d; } .table .info { color: #31708f; } .table .warning { color: #8a6d3b; } .table .danger { color: #a94442; } .btn-link, .page-link, .page-link:hover, .page-link:focus { color: #0073ff; } .btn-link:hover, .btn-link:focus { color: #222; } .boot-tabs { margin-bottom: 20px !important; } .carousel-control .icon-chevron-left, .carousel-control .icon-chevron-right { position: absolute; top: 47.5%; z-index: 5; display: inline-block; } .carousel-control .icon-chevron-left { left: 50%; } .carousel-control .icon-chevron-right { right: 50%; } .responsive-utilities th small { display: block; font-weight: 400; color: #999; } .show-grid [class^=col-] { padding-top: 10px; padding-bottom: 10px; background-color: #EEE; border: 1px solid #DDD; } .img-circle { border-radius: 50% !important; } .page-item.active .page-link, .page-link:hover, .page-link:focus { color: #FFF !important; background-color: #0073ff !important; border-color: #0073ff !important; } .nav-pills > li.active > a, .nav-pills > li.active > a:hover, .nav-pills > li.active > a:focus { background-color: #0073ff; } label.radio, label.checkbox { padding-left: 20px; } .input-group-lg > .input-group-addon { line-height: 1; } #cookie-notification { position: fixed; opacity: 0; top: auto; bottom: -70px; left: 0; width: 100%; padding: 20px 0; line-height: 24px; background-color: #EEE; color: #444; z-index: 99; -webkit-box-shadow: 0px -1px 4px 0px rgba(0, 0, 0, 0.15); -moz-box-shadow: 0px -1px 4px 0px rgba(0, 0, 0, 0.15); box-shadow: 0px -1px 4px 0px rgba(0, 0, 0, 0.15); -webkit-transition: all .4s ease; -o-transition: all .4s ease; transition: all .4s ease; } #cookie-notification .container { padding-right: 100px; position: relative; } #cookie-notification .cookie-noti-btn { position: absolute; top: 0; left: auto; right: 0; } .stretched #wrapper { width: 100%; margin: 0; box-shadow: none; } body:not(.no-transition) #wrapper, .animsition-overlay { position: relative; opacity: 0; -webkit-animation-fill-mode: both; animation-fill-mode: both; } .page-transition-wrap, .css3-spinner { position: fixed; width: 100%; height: 100%; top: 0; left: 0; z-index: 1000; text-align: center; background-color: #FFF; -webkit-animation-fill-mode: both; animation-fill-mode: both; -webkit-perspective: 1000; perspective: 1000; } .css3-spinner { position: absolute; z-index: auto; background-color: transparent; } .css3-spinner > div { position: absolute; top: 50%; left: 50%; margin-top: -9px; margin-left: 13px; width: 18px; height: 18px; background-color: #DDD; border-radius: 100%; display: inline-block; -webkit-animation: bouncedelay 1.4s infinite ease-in-out; animation: bouncedelay 1.4s infinite ease-in-out; -webkit-animation-fill-mode: both; animation-fill-mode: both; } .css3-spinner .css3-spinner-bounce1 { margin-left: -31px; -webkit-animation-delay: -0.32s; animation-delay: -0.32s; } .css3-spinner .css3-spinner-bounce2 { margin-left: -9px; -webkit-animation-delay: -0.16s; animation-delay: -0.16s; } @-webkit-keyframes bouncedelay { 0%, 80%, 100% { -webkit-transform: scale(0.0) } 40% { -webkit-transform: scale(1.0) } } @keyframes bouncedelay { 0%, 80%, 100% { transform: scale(0.0); -webkit-transform: scale(0.0); } 40% { transform: scale(1.0); -webkit-transform: scale(1.0); } } .css3-spinner > .css3-spinner-flipper { width: 32px; height: 32px; margin-top: -16px; margin-left: -16px; border-radius: 0; -webkit-animation: rotateplane 1.2s infinite ease-in-out; animation: rotateplane 1.2s infinite ease-in-out; } @-webkit-keyframes rotateplane { 0% { -webkit-transform: perspective(120px) } 50% { -webkit-transform: perspective(120px) rotateY(180deg) } 100% { -webkit-transform: perspective(120px) rotateY(180deg) rotateX(180deg) } } @keyframes rotateplane { 0% { transform: perspective(120px) rotateX(0deg) rotateY(0deg); -webkit-transform: perspective(120px) rotateX(0deg) rotateY(0deg) } 50% { transform: perspective(120px) rotateX(-180.1deg) rotateY(0deg); -webkit-transform: perspective(120px) rotateX(-180.1deg) rotateY(0deg) } 100% { transform: perspective(120px) rotateX(-180deg) rotateY(-179.9deg); -webkit-transform: perspective(120px) rotateX(-180deg) rotateY(-179.9deg); } } .css3-spinner > .css3-spinner-double-bounce1, .css3-spinner > .css3-spinner-double-bounce2 { width: 40px; height: 40px; margin-top: -20px; margin-left: -20px; border-radius: 50%; opacity: 0.6; -webkit-animation: cssspinnerbounce 2.0s infinite ease-in-out; animation: cssspinnerbounce 2.0s infinite ease-in-out; } .css3-spinner > .css3-spinner-double-bounce2 { -webkit-animation-delay: -1.0s; animation-delay: -1.0s; } @-webkit-keyframes cssspinnerbounce { 0%, 100% { -webkit-transform: scale(0.0) } 50% { -webkit-transform: scale(1.0) } } @keyframes cssspinnerbounce { 0%, 100% { transform: scale(0.0); -webkit-transform: scale(0.0); } 50% { transform: scale(1.0); -webkit-transform: scale(1.0); } } .css3-spinner > .css3-spinner-rect1, .css3-spinner > .css3-spinner-rect2, .css3-spinner > .css3-spinner-rect3, .css3-spinner > .css3-spinner-rect4, .css3-spinner > .css3-spinner-rect5 { height: 30px; width: 6px; margin-top: -15px; margin-left: -21px; border-radius: 0; -webkit-animation: stretchdelay 1.2s infinite ease-in-out; animation: stretchdelay 1.2s infinite ease-in-out; } .css3-spinner > .css3-spinner-rect2 { margin-left: -12px; -webkit-animation-delay: -1.1s; animation-delay: -1.1s; } .css3-spinner > .css3-spinner-rect3 { margin-left: -3px; -webkit-animation-delay: -1.0s; animation-delay: -1.0s; } .css3-spinner > .css3-spinner-rect4 { margin-left: 6px; -webkit-animation-delay: -0.9s; animation-delay: -0.9s; } .css3-spinner > .css3-spinner-rect5 { margin-left: 15px; -webkit-animation-delay: -0.8s; animation-delay: -0.8s; } @-webkit-keyframes stretchdelay { 0%, 40%, 100% { -webkit-transform: scaleY(0.4) } 20% { -webkit-transform: scaleY(1.0) } } @keyframes stretchdelay { 0%, 40%, 100% { transform: scaleY(0.4); -webkit-transform: scaleY(0.4); } 20% { transform: scaleY(1.0); -webkit-transform: scaleY(1.0); } } .css3-spinner > .css3-spinner-cube1, .css3-spinner > .css3-spinner-cube2 { width: 16px; height: 16px; border-radius: 0; margin-top: -20px; margin-left: -20px; -webkit-animation: cubemove 1.8s infinite ease-in-out; animation: cubemove 1.8s infinite ease-in-out; } .css3-spinner > .css3-spinner-cube2 { -webkit-animation-delay: -0.9s; animation-delay: -0.9s; } @-webkit-keyframes cubemove { 25% { -webkit-transform: translateX(42px) rotate(-90deg) scale(0.5) } 50% { -webkit-transform: translateX(42px) translateY(42px) rotate(-180deg) } 75% { -webkit-transform: translateX(0px) translateY(42px) rotate(-270deg) scale(0.5) } 100% { -webkit-transform: rotate(-360deg) } } @keyframes cubemove { 25% { transform: translateX(42px) rotate(-90deg) scale(0.5); -webkit-transform: translateX(42px) rotate(-90deg) scale(0.5); } 50% { transform: translateX(42px) translateY(42px) rotate(-179deg); -webkit-transform: translateX(42px) translateY(42px) rotate(-179deg); } 50.1% { transform: translateX(42px) translateY(42px) rotate(-180deg); -webkit-transform: translateX(42px) translateY(42px) rotate(-180deg); } 75% { transform: translateX(0px) translateY(42px) rotate(-270deg) scale(0.5); -webkit-transform: translateX(0px) translateY(42px) rotate(-270deg) scale(0.5); } 100% { transform: rotate(-360deg); -webkit-transform: rotate(-360deg); } } .css3-spinner > .css3-spinner-scaler { width: 40px; height: 40px; margin-top: -20px; margin-left: -20px; -webkit-animation: scaleout 1.0s infinite ease-in-out; animation: scaleout 1.0s infinite ease-in-out; } @-webkit-keyframes scaleout { 0% { -webkit-transform: scale(0.0) } 100% { -webkit-transform: scale(1.0); opacity: 0; } } @keyframes scaleout { 0% { transform: scale(0.0); -webkit-transform: scale(0.0); } 100% { transform: scale(1.0); -webkit-transform: scale(1.0); opacity: 0; } } .css3-spinner > .css3-spinner-grid-pulse { width: 48px; height: 48px; margin-top: -24px; margin-left: -24px; background-color: transparent !important; -webkit-animation: none; animation: none; } .css3-spinner-grid-pulse > div { background-color: #DDD; width: 12px; height: 12px; border-radius: 100%; margin: 2px; -webkit-animation-fill-mode: both; animation-fill-mode: both; float: left; -webkit-animation-name: ball-grid-pulse; animation-name: ball-grid-pulse; -webkit-animation-iteration-count: infinite; animation-iteration-count: infinite; -webkit-animation-delay: 0; animation-delay: 0; } .css3-spinner-grid-pulse > div:nth-child(1) { -webkit-animation-delay: 0.73s; animation-delay: 0.73s; -webkit-animation-duration: 1.3s; animation-duration: 1.3s; } .css3-spinner-grid-pulse > div:nth-child(2) { -webkit-animation-delay: 0.32s; animation-delay: 0.32s; -webkit-animation-duration: 1.3s; animation-duration: 1.3s; } .css3-spinner-grid-pulse > div:nth-child(3) { -webkit-animation-delay: 0.71s; animation-delay: 0.71s; -webkit-animation-duration: 0.88s; animation-duration: 0.88s; } .css3-spinner-grid-pulse > div:nth-child(4) { -webkit-animation-delay: 0.62s; animation-delay: 0.62s; -webkit-animation-duration: 1.06s; animation-duration: 1.06s; } .css3-spinner-grid-pulse > div:nth-child(5) { -webkit-animation-delay: 0.31s; animation-delay: 0.31s; -webkit-animation-duration: 0.62s; animation-duration: 0.62s; } .css3-spinner-grid-pulse > div:nth-child(6) { -webkit-animation-delay: -0.14s; animation-delay: -0.14s; -webkit-animation-duration: 1.48s; animation-duration: 1.48s; } .css3-spinner-grid-pulse > div:nth-child(7) { -webkit-animation-delay: -0.1s; animation-delay: -0.1s; -webkit-animation-duration: 1.47s; animation-duration: 1.47s; } .css3-spinner-grid-pulse > div:nth-child(8) { -webkit-animation-delay: 0.4s; animation-delay: 0.4s; -webkit-animation-duration: 1.49s; animation-duration: 1.49s; } .css3-spinner-grid-pulse > div:nth-child(9) { -webkit-animation-delay: 0.73s; animation-delay: 0.73s; -webkit-animation-duration: 0.7s; animation-duration: 0.7s; } @-webkit-keyframes ball-grid-pulse { 0% { -webkit-transform: scale(1); transform: scale(1); } 50% { -webkit-transform: scale(0.5); transform: scale(0.5); opacity: 0.7; } 100% { -webkit-transform: scale(1); transform: scale(1); opacity: 1; } } @keyframes ball-grid-pulse { 0% { -webkit-transform: scale(1); transform: scale(1); } 50% { -webkit-transform: scale(0.5); transform: scale(0.5); opacity: 0.7; } 100% { -webkit-transform: scale(1); transform: scale(1); opacity: 1; } } .css3-spinner > .css3-spinner-clip-rotate { width: 33px; height: 33px; margin-top: -17px; margin-left: -17px; background-color: transparent !important; -webkit-animation: none; animation: none; } .css3-spinner-clip-rotate > div { border-radius: 100%; border: 2px solid #DDD; border-bottom-color: transparent !important; height: 33px; width: 33px; background: transparent !important; -webkit-animation: rotate 1s 0s linear infinite; animation: rotate 1s 0s linear infinite; } @keyframes rotate { 0% { -webkit-transform: rotate(0deg) scale(1); transform: rotate(0deg) scale(1); } 50% { -webkit-transform: rotate(180deg) scale(0.6); transform: rotate(180deg) scale(0.6); } 100% { -webkit-transform: rotate(360deg) scale(1); transform: rotate(360deg) scale(1); } } .css3-spinner > .css3-spinner-ball-rotate { width: 12px; height: 12px; margin-top: -6px; margin-left: -6px; background-color: transparent !important; -webkit-animation: ballrotate 1s 0s cubic-bezier(.7, -.13, .22, .86) infinite; animation: ballrotate 1s 0s cubic-bezier(.7, -.13, .22, .86) infinite; } .css3-spinner-ball-rotate > div { background-color: #DDD; width: 12px; height: 12px; border-radius: 100%; position: relative; } .css3-spinner-ball-rotate > div:nth-child(1), .css3-spinner-ball-rotate > div:nth-child(3) { width: 12px; height: 12px; border-radius: 100%; content: ""; position: absolute; opacity: 0.7; } .css3-spinner-ball-rotate > div:nth-child(1) { top: 0px; left: -22px; } .css3-spinner-ball-rotate > div:nth-child(3) { top: 0px; left: 22px; } @-webkit-keyframes ballrotate { 0% { -webkit-transform: rotate(0deg); transform: rotate(0deg); } 50% { -webkit-transform: rotate(180deg); transform: rotate(180deg); } 100% { -webkit-transform: rotate(360deg); transform: rotate(360deg); } } @keyframes ballrotate { 0% { -webkit-transform: rotate(0deg); transform: rotate(0deg); } 50% { -webkit-transform: rotate(180deg); transform: rotate(180deg); } 100% { -webkit-transform: rotate(360deg); transform: rotate(360deg); } } .css3-spinner > .css3-spinner-zig-zag { background-color: transparent !important; -webkit-transform: translate(-15px, -15px); -ms-transform: translate(-15px, -15px); transform: translate(-15px, -15px); -webkit-animation: none; animation: none; } .css3-spinner-zig-zag > div { background-color: #DDD; width: 12px; height: 12px; border-radius: 100%; position: absolute; margin-left: 15px; top: 4px; left: -7px; -webkit-animation-fill-mode: both; animation-fill-mode: both; } .css3-spinner-zig-zag > div:first-child { -webkit-animation: ball-zig-deflect 1.5s 0s infinite linear; animation: ball-zig-deflect 1.5s 0s infinite linear; } .css3-spinner-zig-zag > div:last-child { -webkit-animation: ball-zag-deflect 1.5s 0s infinite linear; animation: ball-zag-deflect 1.5s 0s infinite linear; } @-webkit-keyframes ball-zig-deflect { 17% { -webkit-transform: translate(-15px, -30px); transform: translate(-15px, -30px); } 34% { -webkit-transform: translate(15px, -30px); transform: translate(15px, -30px); } 50% { -webkit-transform: translate(0, 0); transform: translate(0, 0); } 67% { -webkit-transform: translate(15px, -30px); transform: translate(15px, -30px); } 84% { -webkit-transform: translate(-15px, -30px); transform: translate(-15px, -30px); } 100% { -webkit-transform: translate(0, 0); transform: translate(0, 0); } } @keyframes ball-zig-deflect { 17% { -webkit-transform: translate(-15px, -30px); transform: translate(-15px, -30px); } 34% { -webkit-transform: translate(15px, -30px); transform: translate(15px, -30px); } 50% { -webkit-transform: translate(0, 0); transform: translate(0, 0); } 67% { -webkit-transform: translate(15px, -30px); transform: translate(15px, -30px); } 84% { -webkit-transform: translate(-15px, -30px); transform: translate(-15px, -30px); } 100% { -webkit-transform: translate(0, 0); transform: translate(0, 0); } } @-webkit-keyframes ball-zag-deflect { 17% { -webkit-transform: translate(15px, 30px); transform: translate(15px, 30px); } 34% { -webkit-transform: translate(-15px, 30px); transform: translate(-15px, 30px); } 50% { -webkit-transform: translate(0, 0); transform: translate(0, 0); } 67% { -webkit-transform: translate(-15px, 30px); transform: translate(-15px, 30px); } 84% { -webkit-transform: translate(15px, 30px); transform: translate(15px, 30px); } 100% { -webkit-transform: translate(0, 0); transform: translate(0, 0); } } @keyframes ball-zag-deflect { 17% { -webkit-transform: translate(15px, 30px); transform: translate(15px, 30px); } 34% { -webkit-transform: translate(-15px, 30px); transform: translate(-15px, 30px); } 50% { -webkit-transform: translate(0, 0); transform: translate(0, 0); } 67% { -webkit-transform: translate(-15px, 30px); transform: translate(-15px, 30px); } 84% { -webkit-transform: translate(15px, 30px); transform: translate(15px, 30px); } 100% { -webkit-transform: translate(0, 0); transform: translate(0, 0); } } .css3-spinner > .css3-spinner-ball-scale-multiple { width: 60px; height: 60px; margin-left: -30px; margin-top: -30px; background-color: transparent !important; -webkit-animation: none; animation: none; } .css3-spinner-ball-scale-multiple > div { background-color: #DDD; border-radius: 100%; position: absolute; left: 0; top: 0; opacity: 0; width: 60px; height: 60px; -webkit-animation: ball-scale-multiple 1.25s 0s linear infinite; animation: ball-scale-multiple 1.25s 0s linear infinite; } .css3-spinner-ball-scale-multiple > div:nth-child(2) { -webkit-animation-delay: -0.4s; animation-delay: -0.4s; } .css3-spinner-ball-scale-multiple > div:nth-child(3) { -webkit-animation-delay: -0.2s; animation-delay: -0.2s; } @-webkit-keyframes ball-scale-multiple { 0% { -webkit-transform: scale(0); transform: scale(0); opacity: 0; } 5% { opacity: 1; } 100% { -webkit-transform: scale(1); transform: scale(1); opacity: 0; } } @keyframes ball-scale-multiple { 0% { -webkit-transform: scale(0); transform: scale(0); opacity: 0; } 5% { opacity: 1; } 100% { -webkit-transform: scale(1); transform: scale(1); opacity: 0; } } .css3-spinner > .css3-spinner-triangle-path { background-color: transparent !important; -webkit-transform: translate(-29.994px, -37.50938px); -ms-transform: translate(-29.994px, -37.50938px); transform: translate(-29.994px, -37.50938px); -webkit-animation: none; animation: none; } .css3-spinner-triangle-path > div { -webkit-animation-fill-mode: both; animation-fill-mode: both; position: absolute; width: 10px; height: 10px; border-radius: 100%; background-color: #DDD; } .css3-spinner-triangle-path > div:nth-child(1) { -webkit-animation: ball-triangle-path-1 2s 0s ease-in-out infinite; animation: ball-triangle-path-1 2s 0s ease-in-out infinite; } .css3-spinner-triangle-path > div:nth-child(2) { -webkit-animation: ball-triangle-path-2 2s 0s ease-in-out infinite; animation: ball-triangle-path-2 2s 0s ease-in-out infinite; } .css3-spinner-triangle-path > div:nth-child(3) { -webkit-animation: ball-triangle-path-3 2s 0s ease-in-out infinite; animation: ball-triangle-path-3 2s 0s ease-in-out infinite; } .css3-spinner-triangle-path > div:nth-of-type(1) { top: 50px; } .css3-spinner-triangle-path > div:nth-of-type(2) { left: 25px; } .css3-spinner-triangle-path > div:nth-of-type(3) { top: 50px; left: 50px; } @-webkit-keyframes ball-triangle-path-1 { 33% { -webkit-transform: translate(25px, -50px); transform: translate(25px, -50px); } 66% { -webkit-transform: translate(50px, 0px); transform: translate(50px, 0px); } 100% { -webkit-transform: translate(0px, 0px); transform: translate(0px, 0px); } } @keyframes ball-triangle-path-1 { 33% { -webkit-transform: translate(25px, -50px); transform: translate(25px, -50px); } 66% { -webkit-transform: translate(50px, 0px); transform: translate(50px, 0px); } 100% { -webkit-transform: translate(0px, 0px); transform: translate(0px, 0px); } } @-webkit-keyframes ball-triangle-path-2 { 33% { -webkit-transform: translate(25px, 50px); transform: translate(25px, 50px); } 66% { -webkit-transform: translate(-25px, 50px); transform: translate(-25px, 50px); } 100% { -webkit-transform: translate(0px, 0px); transform: translate(0px, 0px); } } @keyframes ball-triangle-path-2 { 33% { -webkit-transform: translate(25px, 50px); transform: translate(25px, 50px); } 66% { -webkit-transform: translate(-25px, 50px); transform: translate(-25px, 50px); } 100% { -webkit-transform: translate(0px, 0px); transform: translate(0px, 0px); } } @-webkit-keyframes ball-triangle-path-3 { 33% { -webkit-transform: translate(-50px, 0px); transform: translate(-50px, 0px); } 66% { -webkit-transform: translate(-25px, -50px); transform: translate(-25px, -50px); } 100% { -webkit-transform: translate(0px, 0px); transform: translate(0px, 0px); } } @keyframes ball-triangle-path-3 { 33% { -webkit-transform: translate(-50px, 0px); transform: translate(-50px, 0px); } 66% { -webkit-transform: translate(-25px, -50px); transform: translate(-25px, -50px); } 100% { -webkit-transform: translate(0px, 0px); transform: translate(0px, 0px); } } .css3-spinner > .css3-spinner-ball-pulse-sync { width: 70px; height: 34px; margin-left: -35px; margin-top: -17px; background-color: transparent !important; -webkit-animation: none; animation: none; } .css3-spinner-ball-pulse-sync > div { display: inline-block; background-color: #DDD; width: 14px; height: 14px; margin: 10px 3px 0; border-radius: 100%; -webkit-animation-fill-mode: both; animation-fill-mode: both; } .css3-spinner-ball-pulse-sync > div:nth-child(0) { -webkit-animation: ball-pulse-sync 0.7s -0.21s infinite ease-in-out; animation: ball-pulse-sync 0.7s -0.21s infinite ease-in-out; } .css3-spinner-ball-pulse-sync > div:nth-child(1) { -webkit-animation: ball-pulse-sync 0.7s -0.14s infinite ease-in-out; animation: ball-pulse-sync 0.7s -0.14s infinite ease-in-out; } .css3-spinner-ball-pulse-sync > div:nth-child(2) { -webkit-animation: ball-pulse-sync 0.7s -0.07s infinite ease-in-out; animation: ball-pulse-sync 0.7s -0.07s infinite ease-in-out; } .css3-spinner-ball-pulse-sync > div:nth-child(3) { -webkit-animation: ball-pulse-sync 0.7s 0s infinite ease-in-out; animation: ball-pulse-sync 0.7s 0s infinite ease-in-out; } @-webkit-keyframes ball-pulse-sync { 33% { -webkit-transform: translateY(10px); transform: translateY(10px); opacity: 0.85; } 66% { -webkit-transform: translateY(-10px); transform: translateY(-10px); opacity: 0.7; } 100% { -webkit-transform: translateY(0); transform: translateY(0); opacity: 1; } } @keyframes ball-pulse-sync { 33% { -webkit-transform: translateY(10px); transform: translateY(10px); opacity: 0.85; } 66% { -webkit-transform: translateY(-10px); transform: translateY(-10px); opacity: 0.7; } 100% { -webkit-transform: translateY(0); transform: translateY(0); opacity: 1; } } .css3-spinner > .css3-spinner-scale-ripple { width: 50px; height: 50px; margin-left: -25px; margin-top: -25px; background-color: transparent !important; -webkit-animation: none; animation: none; } .css3-spinner-scale-ripple > div { -webkit-animation-fill-mode: both; animation-fill-mode: both; position: absolute; top: 0; width: 50px; height: 50px; border-radius: 100%; border: 2px solid #DDD; -webkit-animation: ball-scale-ripple-multiple 1.4s 0s infinite cubic-bezier(.21, .53, .56, .8); animation: ball-scale-ripple-multiple 1.4s 0s infinite cubic-bezier(.21, .53, .56, .8); } .css3-spinner-scale-ripple > div:nth-child(0) { -webkit-animation-delay: -0.8s; animation-delay: -0.8s; } .css3-spinner-scale-ripple > div:nth-child(1) { -webkit-animation-delay: -0.6s; animation-delay: -0.6s; } .css3-spinner-scale-ripple > div:nth-child(2) { -webkit-animation-delay: -0.4s; animation-delay: -0.4s; } .css3-spinner-scale-ripple > div:nth-child(3) { -webkit-animation-delay: -0.2s; animation-delay: -0.2s; } @-webkit-keyframes ball-scale-ripple-multiple { 0% { -webkit-transform: scale(0.1); transform: scale(0.1); opacity: 1; } 70% { -webkit-transform: scale(1); transform: scale(1); opacity: 0.7; } 100% { opacity: 0.0; } } @keyframes ball-scale-ripple-multiple { 0% { -webkit-transform: scale(0.1); transform: scale(0.1); opacity: 1; } 70% { -webkit-transform: scale(1); transform: scale(1); opacity: 0.7; } 100% { opacity: 0.0; } } .datepicker td, .datepicker th { padding: 5px; } .rating-xl { font-size: 3rem !important; } .rating-lg { font-size: 2.5rem !important; } .rating-md { font-size: 2rem !important; } .rating-sm { font-size: 1.75rem !important; } .rating-xs { font-size: 1.25rem !important; } .rating-container .star { margin: 0 2px !important; } .rating-container .filled-stars { -webkit-text-stroke: 0px !important; text-shadow: none !important; } #header .button { margin: 23.5px 0 23.5px 8px; padding: 0 22px !important; height: 40px; line-height: 40px; color: #FFF !important; transition: all .4s ease; } #header .button.button-border { border: 2px solid #444 !important; background-color: transparent !important; color: #333 !important; line-height: 36px; font-weight: 600; text-shadow: none; } #header .button.button-border:not(.button-fill):hover { background-color: #444 !important; color: #FFF !important; border-color: transparent !important; text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.2); } #header.sticky-header .button { margin: 11px 0 11px 8px; } #header .button i { vertical-align: middle; width: auto; } .listed { padding-left: 22px !important; } .title { position: relative; display: flex; justify-content: space-between; margin-bottom: 1rem; } .title.with--border { flex-direction: column; margin-bottom: 2rem; } .title.with--border::after { content: ''; display: block; margin-top: 0; width: 40px; border-top: 2px solid #666; } .title.with--centered { text-align: center; } .title.with--centered::after { margin-left: auto; margin-right: auto; } .title h1, .title h2, .title h3 { text-transform: uppercase; margin-bottom: 0; } .title h4 { font-size: 1.25rem; text-transform: uppercase; margin-bottom: 0; } .title .more { margin: 0; color: #0073ff; background-color: transparent; border: 1px solid #ececec; display: block; padding: 0 1rem; line-height: 28px; border-radius: 20px; text-transform: uppercase; font-size: .75rem; font-weight: 600; -webkit-transition: all .3s ease-in-out; transition: all .3s ease-in-out; } .title .more:hover { color: #fff; background-color: #0073ff; border-color: #0073ff; } .title i{ color: #0073ff; } .title i:hover{ color: #fff; } .scroll-bar-wrap { position: absolute; bottom: 0; right: 0; left: 0; margin: auto; width: calc(100% - 30px); height: calc(100% - 46px); box-shadow: 0px 5px 20px #0000000d; } .jawaban1 .imag1{ background-size: cover; background-position: center; background-repeat: no-repeat; min-width: 40px; height: 40px; margin-right: 1rem; border-radius: 100%; box-shadow: 0 0 0 2px #f5f5f5; } .scroll-box { width: 100%; height: 100%; overflow-y: scroll; } .scroll-box::-webkit-scrollbar { width: .4em; } .scroll-box::-webkit-scrollbar, .scroll-box::-webkit-scrollbar-thumb { overflow: visible; border-radius: 4px; } .scroll-box::-webkit-scrollbar-thumb { background: rgba(0, 0, 0, .2); } .btn-book{ color: red; } .cover-bar { position: absolute; background: #fff; ; height: 100%; top: 0; right: 0; width: .4em; -webkit-transition: all .3s ease-in-out; transition: all .3s ease-in-out; opacity: 1; } .scroll-bar-wrap:hover .cover-bar { opacity: 0; } .top-info { position: relative; display: block; } .top-info ul { padding: 0; margin: 0; list-style: none; } .top-info ul li { display: inline-block; margin-right: 1rem; } .top-info ul li a { display: block; color: #666; transition: all .3s ease-in-out; } .top-info ul li a:hover { color: #0073ff; } .top-info ul li a i { margin-right: .25rem; } .project-list { list-style: none; padding: 0; margin: 0; box-shadow: 0px 5px 20px #0000000d; } .project-list li { display: block; padding: 1rem; } .project-list li:nth-child(odd) { background-color: #fff; } .project-list li:nth-child(even) { background-color: #f9f9f9; } .project-list li > a { display: flex; } .project-list li .image { background-size: cover; background-position: center; background-repeat: no-repeat; min-width: 48px; height: 48px; margin-right: 1rem; border-radius: 100%; box-shadow: 0 0 0 2px #f5f5f5; } .project-list li .imag { background-size: cover; background-position: center; background-repeat: no-repeat; min-width: 45px; height: 45px; margin-right: 1rem; border-radius: 100%; box-shadow: 0 0 0 2px #f5f5f5; } .list-question li .imag { background-size: cover; background-position: center; background-repeat: no-repeat; min-width: 45px; height: 45px; margin-right: 1rem; border-radius: 100%; box-shadow: 0 0 0 2px #f5f5f5; } .detail-list .imag{ background-size: cover; background-position: center; background-repeat: no-repeat; min-width: 48px; height: 48px; margin-right: 1rem; border-radius: 100%; box-shadow: 0 0 0 2px #f5f5f5; } #judul-1{ font-weight: 700; } .project-list li .imag1 { background-size: cover; background-position: center; background-repeat: no-repeat; min-width: 40px; height: 40px; margin-right: 1rem; border-radius: 100%; box-shadow: 0 0 0 2px #f5f5f5; } .project-list li .desc { width: 100%; overflow: hidden; } .project-list li .desc .prof { display: block; font-size: .9375rem; color: #666; font-weight: 300; } .project-list li .desc h4 { white-space: nowrap; overflow: hidden; text-overflow: ellipsis; font-size: 1.25rem; line-height: 1.4; margin-bottom: 0; -webkit-transition: all .3s ease-in-out; transition: all .3s ease-in-out; } .project-list li:hover .desc h4 { color: #0073ff; text-decoration: underline; } .project-list li .desc h5 { display: -webkit-box; -webkit-line-clamp: 2; -webkit-box-orient: vertical; overflow: hidden; text-overflow: ellipsis; max-height: 42px; font-size: .9375rem; line-height: 1.4; margin-bottom: .5rem; -webkit-transition: all .3s ease-in-out; transition: all .3s ease-in-out; } .project-list li:hover .desc h5 { color: #0073ff; text-decoration: underline; } .project-list li .desc p { display: flex; justify-content: space-between; margin: 0; font-size: .8125rem; color: #666; line-height: 1.4 !important; } .project-list li .desc p .stars { display: block; color: #f9af01; } .project-list li .desc p .stars i { display: inline-block; margin-right: .25rem; } .success-story { position: relative; width: 100%; } .success-story .image { width: 96px; height: 96px; margin: 0 auto 1rem; border-radius: 100%; background-size: cover; background-position: center center; background-repeat: no-repeat; } .success-story .desc { padding: 0; } .success-story .desc h4 { text-align: center; line-height: 1.4; margin-bottom: .5rem; font-size: 1.5rem; } .success-story .desc h4 span { display: block; font-size: .875rem; } .success-story .desc p { font-size: .875rem; margin-bottom: 0; } .npost { display: flex; align-items: flex-end; position: relative; min-height: 350px; background-size: cover; background-repeat: no-repeat; background-position: center center; overflow: hidden; border-radius: .25rem; width: 100%; } .npost::before { content: ''; position: absolute; width: 100%; height: 100%; top: 0; bottom: 0; left: 0; right: 0; opacity: 0; background: rgb(0, 0, 0); background: linear-gradient(0deg, rgba(0, 0, 0, 1) 0%, rgba(0, 0, 0, 0) 100%); transition: all .3s ease-in-out; } .npost:hover::before { opacity: 1; } .npost .date { position: absolute; top: 0; left: 0; background-color: #0073ff; color: #fff; width: 42px; height: 42px; font-size: 1rem; line-height: 1; display: flex; flex-direction: column; justify-content: center; align-items: center; font-weight: 700; box-shadow: 5px 5px 20px #0073ffa6; } .npost .date span { display: block; font-size: .75rem; } .npost .desc { width: 100%; position: relative; z-index: 10; padding: 1.5rem; } .npost .desc h4 { margin-bottom: 0; color: #fff; line-height: 1.2; transition: all .3s ease-in-out; } .npost .desc h4:hover { color: #0073ff; } .ncontent { position: relative; width: 100%; } .nsidebar { position: relative; width: 100%; } .project-lists { display: block; margin-top: 2rem; } .project-lists .project__item { position: relative; display: flex; padding: 1.5rem 1.5rem 4rem; flex-wrap: nowrap; border-radius: .25rem; background-color: #ffffff; margin-bottom: 2rem; overflow: hidden; } .project-lists .project__item .user { overflow: hidden; position: relative; margin-right: 1.5rem; min-width: 128px; } .project-lists .project__item .user .image { position: relative; width: 128px; height: 128px; border: 1px solid #f5f5f5; background-size: cover; background-position: center center; background-repeat: no-repeat; border-radius: 100%; } .project-lists .project__item .user .image em { width: 18px; height: 18px; color: #fff; position: absolute; right: 6px; bottom: 10px; border-radius: 100%; border: 2px solid #fff; } .project-lists .project__item .user .image .online { background-color: #35aa47; } .project-lists .project__item .user .image .offline { background-color: #666; } .project-lists .project__item .user h4 { max-width: 128px; font-size: 1rem; margin-top: 1rem; margin-bottom: 0; width: 100%; line-height: 1; white-space: nowrap; text-overflow: ellipsis; overflow: hidden; } .project-lists .project__item .user h4 a { display: block; color: #666; white-space: nowrap; text-overflow: ellipsis; overflow: hidden; transition: all .3s ease-in-out; } .project-lists .project__item .user h4 a:hover { color: #0073ff; } .project-lists .project__item .user .city, .project-lists .project__item .user .owner { display: block; font-size: .8125rem; color: #9a9a9a; font-weight: 400; margin-bottom: .125rem; } .project-lists .project__item .user div > p { margin-bottom: 0; line-height: 1.4 !important; font-size: .875rem; } .project-lists .project__item .user div > p b { font-weight: 600; } .project-lists .project__item .desc { width: 100%; } .project-lists .project__item .desc h3 { line-height: 1.4; font-size: 1.25rem; margin-bottom: 1rem; } .project-lists .project__item .desc h3 a { display: inline-block; color: #666; transition: all .3s ease-in-out; } .project-lists .project__item .desc h3 a:hover { color: #0073ff; } .project-lists .project__item .desc p { margin-bottom: 0; word-break: break-word; } .project-lists .project__item .actions { width: 100%; position: absolute; bottom: 0; left: 0; right: 0; margin: auto; height: 40px; background-color: #f5f5f5; padding: 0 1.5rem; display: flex; justify-content: space-between; } .project-lists .project__item .actions a { height: 40px; width: 100%; line-height: 40px; text-align: center; font-size: .9375rem; padding: 0 1.5rem; background-color: #f5f5f5; display: inline-block; color: #666; transition: all .3s ease-in-out; } .project-lists .project__item .actions a:hover { color: #0073ff; background-color: #f9f9f9; } .project-lists .project__item .actions a:first-child { background-color: #0073ff !important; color: #fff !important; } .ratings { display: block; font-size: .75rem; } .ratings i { display: inline-block; margin-right: .125rem; } .ratings i.full, .ratings i.half { color: #f4b411; } .ratings i.empty { color: #ccc; } .tags { display: flex; flex-wrap: wrap; margin-top: 1rem; } .tags a { display: block; background-color: #fbfbfb; color: #666; padding: .25rem .75rem; border-radius: .25rem; font-size: .8125rem; font-weight: 600; margin-right: .5rem; margin-bottom: .5rem; border: 1px solid #f9f9f9; transition: all .3s ease-in-out; } .tags a:hover { background-color: #0073ff; color: #fff; } .tags.no--action a { background-color: #c6c6c6; color: #f9f9f9; pointer-events: none; } .summary { padding-top: 1.5rem; margin-top: 1.5rem; display: block; border-top: 1px solid #f9f9f9; } .summary p { font-size: .875rem; margin-bottom: 0; display: flex; align-items: center; justify-content: space-between; } .summary p b { font-weight: 600; } .summary p b.badge { font-size: .875rem; } .nfilters { display: flex; flex-wrap: nowrap; justify-content: space-between; } .nfilters > a { border-radius: .25rem; margin: 0; padding: 0 1rem; margin-right: .5rem; height: 35px; line-height: 35px; } .nfilters > .custom-select { min-width: 156px; width: 156px; height: 35px; border-radius: .25rem; border: none; font-size: .875rem; } .ncategory { position: relative; background-color: #fff; padding: 1rem; margin-bottom: 2rem; border-radius: .25rem; margin-top: 0; } .ncategory .nav-tree li a { display: flex; justify-content: space-between; align-items: center; padding: .5rem 0; text-transform: none; font-size: .8125rem; font-weight: 700; letter-spacing: .5px; } .ncategory .nav-tree ul ul { padding-left: 0; } .ncategory .nav-tree ul ul a { font-size: .8125rem; padding: .25rem 0; letter-spacing: normal; color: #666; font-weight: 600; } .ncategory .nav-tree ul ul a span { display: block; background-color: #fff; padding: .125rem .5rem; border-radius: .5rem; font-size: .75rem; font-weight: 600; } .nsearch { position: relative; margin-right: .5rem; width: 100%; } .nsearch input { height: 35px; line-height: 35px; border-radius: .25rem; border: none; font-size: .875rem; } .nsearch i { position: absolute; right: 0; top: 0; width: 35px; height: 35px; color: #ccc; line-height: 35px; background-color: #fff; bottom: 0; margin: auto; font-size: .8125rem; text-align: center; border-top-right-radius: .25rem; border-bottom-right-radius: .25rem; } .detail-project { position: relative; width: 100%; } .detail-project > p { margin-bottom: 1rem; } .detail-project ol, .detail-project ol ol { padding-left: 22px; margin-bottom: 1rem; } .detail-project .summary { background-color: #f9f9f9; padding: 1.5rem; border-radius: .25rem; border: none; } .project-worker { position: relative; width: 100%; margin-top: 2rem; } .project-worker .item__worker { display: flex; padding: 1rem; background-color: #fff; border-radius: .25rem; } .project-worker .item__worker .image { position: relative; width: 127px; min-width: 127px; height: 127px; border: 1px solid #f5f5f5; background-size: cover; background-position: center center; background-repeat: no-repeat; border-radius: 100%; margin-right: 1rem; } .project-worker .item__worker .image em { width: 18px; height: 18px; color: #fff; position: absolute; right: 5px; bottom: 15px; border-radius: 100%; border: 2px solid #fff; } .project-worker .item__worker .image .online { background-color: #35aa47; } .project-worker .item__worker .image .offline { background-color: #666; } .project-worker .item__worker .desc { width: 100%; display: block; } .project-worker .item__worker .desc h5 { margin-bottom: .25rem; font-size: 1.125rem; line-height: 1.4; letter-spacing: 1px; transition: all .3s ease-in-out; } .project-worker .item__worker .desc h5:hover { color: #0073ff; } .project-worker .item__worker .desc h5 span { display: block; font-size: .75rem; font-weight: 700; color: #555 !important; letter-spacing: normal; } .project-worker .item__worker .desc p { color: #666; margin-bottom: 0; font-size: .8125rem; } .user-bids { position: relative; width: 100%; margin-top: 2rem; } .user-bids .item__bid { display: flex; flex-direction: column; padding: .75rem; background-color: #fff; border-radius: .25rem; } .user-bids .item__bid .image { position: relative; width: 76px; height: 76px; display: block; border: 1px solid #f5f5f5; margin: 0 auto 1rem; background-size: cover; background-position: center center; background-repeat: no-repeat; border-radius: 100%; } .user-bids .item__bid .image em { width: 14px; height: 14px; color: #fff; position: absolute; right: 0; bottom: 5px; border-radius: 100%; border: 2px solid #fff; } .user-bids .item__bid .image .online { background-color: #35aa47; } .user-bids .item__bid .image .offline { background-color: #666; } .user-bids .item__bid .desc { width: 100%; display: block; } .user-bids .item__bid .desc h5 { overflow: hidden; white-space: nowrap; text-overflow: ellipsis; margin-bottom: .25rem; font-size: .9375rem; line-height: 1.4; letter-spacing: normal; transition: all .3s ease-in-out; } .user-bids .item__bid .desc h5:hover { color: #0073ff; } .user-bids .item__bid .desc .ratings { display: block; font-size: .6875rem; } .user-bids .item__bid .desc .ratings i { display: inline-block; margin-right: 0; } .user-bids .item__bid .desc p { color: #666; margin-bottom: 0; font-size: .8125rem; } .transactions .actions { display: flex; justify-content: center; } .transactions .actions a { padding: 0; width: 36px; height: 36px; line-height: 36px; text-align: center; margin: .25rem; } .invoice-wrap { position: relative; width: 100%; overflow-x: auto; } .invoice { position: relative; border-radius: .25rem; background-color: #ffffff; margin-top: 2rem; overflow: hidden; min-width: 640px; } .invoice .head__mail { padding: 1.5rem; background-color: #f5f5f5; border-bottom: 2px solid #0072fd; } .invoice .head__mail img { max-width: 150px; display: block; } .invoice .head__mail p { font-size: .875rem; margin-bottom: 0; } .invoice .body__mail { padding: 1.5rem; } .invoice .body__mail h6 { font-weight: 400; margin-bottom: 0; } .invoice .body__mail p { font-size: .875rem; margin-bottom: 0; } .invoice .body__mail .table { margin-top: 2rem; margin-bottom: 2rem; } .invoice .body__mail .table .thank__table { vertical-align: middle; font-size: 1.25rem; text-align: center; font-weight: 700; color: #ffffff; background-color: #0073ff; } .invoice .body__mail .notices { border-left: 2px solid #0073ff; display: block; width: 100%; padding-left: 1rem; } #footer { background-color: #303030; color: #c0c0c0; } .footer-top-section { border-bottom: 1px solid #484848; } .footer-top-section .footer-logo img { max-height: 56px; } .footer-rows-container { display: block; position: relative; z-index: 100; padding: 25px 0; } .footer-middle-section { padding: 60px 0; position: relative; z-index: 10; } #footer h3, #footer h2, .footer-links h3 { font-size: 18px; color: #fff; margin: 0 0 15px 0; padding: 0; display: block } #footer h3 i { position: relative; margin-right: 5px; top: 2px; font-size: 20px; font-weight: 400 !important; } .footer-links ul { list-style: none; text-align: left; margin: 0; padding: 0; } .footer-links ul li { margin-bottom: 0; display: block; } .footer-links ul li:first-child a { padding-top: 0; } .footer-links ul li:last-child a { padding-bottom: 0; } .footer-links ul li a { color: #c0c0c0; display: block; line-height: 25px; position: relative; z-index: 100; padding: 4px 0; } .footer-links ul li a span { display: inline-block; position: relative; } .footer-links ul li a:hover { color: #fff; } .footer-links ul li a span:before { content: ""; position: absolute; left: 0; bottom: 0; background-color: #66676b; height: 2px; display: block; transition: all 0.25s, opacity 0.2s; z-index: -1; border-radius: 3px; opacity: 0.5; width: 0; } .footer-links ul li a:hover span:before { width: 100%; opacity: 1; } .newsletter { display: flex; margin-top: 20px; } .newsletter input, .newsletter button { display: flex; flex-wrap: wrap; align-items: flex-start; } .newsletter input { height: 48px; line-height: 48px; padding: 0 20px; outline: none; font-size: 16px; color: #808080; margin-bottom: 0; max-width: 100%; width: 100%; box-sizing: border-box; display: block; background: #262626; font-weight: 500; opacity: 1; border-radius: 4px; border: none; box-shadow: none; transition: all 0.1s ease-in-out; } .newsletter input:focus { box-shadow: none; } .newsletter button { background-color: #0073ff; border-radius: 4px; height: 48px; min-width: 48px; max-width: 48px; text-align: center; line-height: 48px; font-size: 18px; color: #fff; margin-left: 10px; border: none; outline: none; transition: all .3s ease-in-out; } .newsletter button:hover { background-color: #fff; color: #333; } .newsletter button i { width: 100%; line-height: 48px; } .footer-bottom-section { padding: 25px 0; border-top: 1px solid #484848; text-align: center; } .footer-bottom-section strong { color: #fff; font-weight: 500; } @media (max-width: 992px) { #footer h3 { margin-top: 45px; } .footer-middle-section { padding-top: 0; padding-bottom: 45px } } @media (max-width: 768px) { .content-left-offset { padding-left: 15px; } .content-right-offset { padding-left: 15px; } .footer-rows-container { height: auto; padding: 20px 0 40px 0; } .footer-rows-left, .footer-rows-right { float: none; height: auto; } .footer-row-inner.footer-logo img { top: 0; } .footer-row-inner { position: relative; top: 0; transform: translateY(0); } .footer-row-inner.footer-logo { top: 0; position: relative; height: 46px; } #footer .footer-row { padding: 0; float: none; padding: 20px 0 0 0; display: block; width: 100%; border: none; } .footer-rows-container .footer-rows-left, .footer-rows-container .footer-rows-right { display: block } } .social-footer { display: flex; justify-content: flex-end; } .pagination-sm .page-link { padding: .438rem .625rem; min-width: 35px; text-align: center; } .ngmap { width: calc(100% - 30px); height: 100%; position: absolute; top: 0; left: 0; right: 0; bottom: 0; overflow: hidden; margin: auto; } .ngmap iframe { width: 100%; height: 100%; position: absolute; top: 0; left: 0; right: 0; bottom: 0; } .nbox { position: relative; display: block; padding: 1.5rem; border-radius: .25rem; background-color: #ffffff; } .btn-file { border-radius: 0; } .col-form-label, .input-group-text { font-size: .875rem; } .breadcrumb-other { text-align: right; position: relative !important; top: 0 !important; left: auto !important; right: 0 !important; justify-content: flex-end; margin-bottom: 1rem !important; } .ms-container { background: transparent url('../img/icons/switch.png') no-repeat 50% 50%; width: 100%; } .ms-container:after { content: "."; display: block; height: 0; line-height: 0; font-size: 0; clear: both; min-height: 0; visibility: hidden; } .ms-container .ms-selectable, .ms-container .ms-selection { background: #fff; color: #666; float: left; width: 45%; } .ms-container .ms-selection { float: right; } .ms-container .ms-list { border: 1px solid #d1d1d1; border-top: none; border-radius: 0; position: relative; height: 200px; padding: 0; overflow-y: auto; box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075); transition: border linear 0.2s, box-shadow linear 0.2s; } .ms-container .ms-list.ms-focus { border-color: rgba(82, 168, 236, 0.8); outline: 0; outline: thin dotted \9; box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(82, 168, 236, 0.6); } .ms-container ul { margin: 0; list-style-type: none; padding: 0; } .ms-container .ms-optgroup-container { width: 100%; } .ms-container .ms-optgroup-label { margin: 0; padding: 5px 0px 0px 5px; cursor: pointer; color: #999; } .ms-container .ms-selectable li.ms-elem-selectable, .ms-container .ms-selection li.ms-elem-selection { border-bottom: 1px #eee solid; padding: 2px 10px; color: #666; font-size: 14px; } .ms-container .ms-selectable li.ms-hover, .ms-container .ms-selection li.ms-hover { cursor: pointer; color: #fff; text-decoration: none; background-color: #0073ff; } .ms-container .ms-selectable li.disabled, .ms-container .ms-selection li.disabled { background-color: #eee; color: #aaa; cursor: text; } .count-box { position: relative; padding: 1rem; border-radius: .25rem; display: flex; min-height: 121px; flex-direction: column; justify-content: center; overflow: hidden; margin-bottom: 1.75rem; } .count-box .bg__icon { position: absolute; font-size: 7rem; left: -20px; bottom: -20px; color: rgb(255 255 255 / 0.1); } .count-box h4 { position: relative; z-index: 10; margin-bottom: .5rem; color: #fff; display: block; line-height: 1.2; text-align: right; font-size: 1rem; letter-spacing: normal; } .count-box h4 span { display: block; font-size: 1.75rem; color: #fff !important; font-weight: 700; } .count-box .link__box { position: relative; z-index: 10; color: #fff; width: 24px; height: 24px; display: block; margin: 0 0 0 auto; text-align: center; line-height: 20px; border: 2px solid #fff; background-color: transparent; border-radius: 100%; font-size: .625rem; transition: all .3s ease-in-out; } .count-box .link__box:hover { color: #666; background-color: #fff; } .notification-lists { margin-top: 1.75rem; width: 100%; } .notification-lists ul { padding: 0; margin: 0; list-style: none; } .notification-lists ul li { display: flex; margin-bottom: 1rem; } .notification-lists ul li:last-child { margin-bottom: 0; } .notification-lists ul li .image { min-width: 64px; height: 64px; width: 64px; margin-right: 1rem; border-radius: 100%; background-size: cover; background-position: center center; background-repeat: no-repeat; } .notification-lists ul li .desc { position: relative; padding: 1rem; background-color: #fff; border-left: 2px solid #0073ff; } .notification-lists ul li .desc::before { content: ''; position: absolute; top: 25px; left: -10px; width: 0; height: 0; border-top: 6px solid transparent; border-right: 8px solid #0073ff; border-bottom: 6px solid transparent; } .notification-lists ul li .desc h5 { font-size: .875rem; margin-bottom: 0; } .notification-lists ul li .desc p { margin-bottom: .625rem; font-size: .875rem; line-height: 1.4 !important; } .notification-lists ul li .desc p:last-of-type { margin-bottom: 0; } .bid-lists { display: block; margin-top: 2rem; } .bid-lists .bid__item { position: relative; display: flex; padding: 1.5rem 1.5rem 4rem; flex-wrap: nowrap; border-radius: .25rem; background-color: #ffffff; margin-bottom: 2rem; overflow: hidden; } .bid-lists .bid__item.bid--noaction { background-color: #f5f5f5; } .bid-lists .bid__item .user { overflow: hidden; position: relative; margin-right: 1.5rem; min-width: 128px; } .bid-lists .bid__item .user .image { position: relative; width: 128px; height: 128px; border: 1px solid #f5f5f5; background-size: cover; background-position: center center; background-repeat: no-repeat; border-radius: 100%; } .bid-lists .bid__item .user .image em { width: 18px; height: 18px; color: #fff; position: absolute; right: 6px; bottom: 10px; border-radius: 100%; border: 2px solid #fff; } .bid-lists .bid__item .user .image .online { background-color: #35aa47; } .bid-lists .bid__item .user .image .offline { background-color: #666; } .bid-lists .bid__item .user h4 { max-width: 128px; font-size: 1rem; margin-top: 1rem; margin-bottom: 0; width: 100%; line-height: 1; white-space: nowrap; text-overflow: ellipsis; overflow: hidden; } .bid-lists .bid__item .user h4 a { display: block; color: #666; white-space: nowrap; text-overflow: ellipsis; overflow: hidden; transition: all .3s ease-in-out; } .bid-lists .bid__item .user h4 a:hover { color: #0073ff; } .bid-lists .bid__item .user .freelancer { display: block; font-size: .8125rem; color: #9a9a9a; font-weight: 400; margin-bottom: .125rem; } .bid-lists .bid__item .user div > p { margin-bottom: 0; line-height: 1.4 !important; font-size: .875rem; } .bid-lists .bid__item .user div > p b { font-weight: 600; } .bid-lists .bid__item .desc { width: 100%; } .bid-lists .bid__item .desc h3 { line-height: 1.4; font-size: 1.25rem; margin-bottom: 0; } .bid-lists .bid__item .desc h3 a { display: inline-block; color: #666; transition: all .3s ease-in-out; } .bid-lists .bid__item .desc h3 a:hover { color: #0073ff; } .bid-lists .bid__item h4 { font-weight: 700; font-size: 1rem; margin-bottom: 1rem; } .bid-lists .bid__item .desc p { font-size: .875rem; margin-bottom: .625rem; } .bid-lists .bid__item .desc h6 { display: flex; font-size: .875rem; margin-bottom: .625rem; } .bid-lists .bid__item .desc h6:last-of-type { margin-bottom: 0; } .bid-lists .bid__item .desc h6 span { margin-left: .25rem; color: #666 !important; } .bid-lists .bid__item .desc h6 span.badge { font-size: .875rem; color: #fff !important; font-weight: 400; } .bid-lists .bid__item .actions { width: 100%; position: absolute; bottom: 0; left: 0; right: 0; margin: auto; height: 40px; background-color: #f5f5f5; padding: 0 1.5rem; display: flex; justify-content: space-between; } .bid-lists .bid__item .actions a { height: 40px; width: 100%; line-height: 40px; text-align: center; font-size: .9375rem; padding: 0 1.5rem; background-color: #f5f5f5; display: inline-block; color: #666; transition: all .3s ease-in-out; } .bid-lists .bid__item.bid--noaction .actions, .bid-lists .bid__item.bid--noaction .actions a { background-color: #ececec; } .bid-lists .bid__item .actions a:hover { color: #0073ff; background-color: #f9f9f9; } .bid-lists .bid__item .actions a:first-child { background-color: #0073ff !important; color: #fff !important; } .finance { width: 100%; display: block; margin-top: 2rem; } .finance .finance-info { position: relative; padding: 1.5rem; border-radius: .25rem; background-color: #ffffff; margin-bottom: 2rem; } .finance .finance-info p { font-size: 1rem; margin-bottom: 0; display: flex; align-items: center; justify-content: space-between; } .finance .finance-info p b { font-weight: 600; } .finance .finance-info p b.badge { font-size: 1rem; } .points { width: 100%; display: block; margin-top: 0; } .about-profile { position: relative; display: flex; padding: 1.5rem; flex-wrap: nowrap; border-radius: .25rem; background-color: #ffffff; margin-bottom: 2rem; } .about-profile .user { overflow: hidden; position: relative; margin-right: 1.5rem; min-width: 128px; } .about-profile .user .image { position: relative; width: 128px; height: 128px; border: 1px solid #f5f5f5; background-size: cover; background-position: center center; background-repeat: no-repeat; border-radius: 100%; } .about-profile .user h4 { max-width: 128px; font-size: 1rem; margin-top: 1rem; margin-bottom: 0; width: 100%; line-height: 1; white-space: nowrap; text-overflow: ellipsis; overflow: hidden; } .about-profile .user h4 a { display: block; color: #666; white-space: nowrap; text-overflow: ellipsis; overflow: hidden; transition: all .3s ease-in-out; } .about-profile .user h4 a:hover { color: #0073ff; } .about-profile .user .city, .about-profile .user .owner { display: block; font-size: .8125rem; color: #9a9a9a; font-weight: 400; margin-bottom: .125rem; } .about-profile .user div > p { margin-bottom: 0; line-height: 1.4 !important; font-size: .875rem; } .about-profile .user div > p b { font-weight: 600; } .about-profile .desc { width: 100%; } .about-profile .desc h3 { line-height: 1.4; font-size: 1.625rem; margin-bottom: 1rem; } .about-profile .desc h3 a { display: inline-block; color: #666; transition: all .3s ease-in-out; } .about-profile .desc h3 a:hover { color: #0073ff; } .about-profile .desc > p { margin-bottom: .625rem; } .about-profile .desc > p:last-of-type { margin-bottom: 0; } .full-info-profile { position: relative; padding: 1.5rem 1.5rem 4rem; border-radius: .25rem; background-color: #ffffff; margin-bottom: 2rem; } .full-info-profile p { display: block; font-size: 1rem; margin-bottom: .875rem; } .full-info-profile p b { display: block; font-weight: 600; } .full-info-profile p b.badge { font-size: .875rem; } .full-info-profile .actions { width: 100%; position: absolute; bottom: 0; left: 0; right: 0; margin: auto; height: 40px; background-color: #f5f5f5; padding: 0 1.5rem; display: flex; justify-content: space-between; } .full-info-profile .actions a { height: 40px; width: 100%; line-height: 40px; text-align: center; font-size: .9375rem; padding: 0 1.5rem; background-color: #f5f5f5; display: inline-block; color: #666; transition: all .3s ease-in-out; } .full-info-profile .actions a:hover { color: #0073ff; background-color: #f9f9f9; } .full-info-profile .actions a:first-child { background-color: #0073ff !important; color: #fff !important; } .worker-lists { display: block; margin-top: 2rem; } .worker-lists .worker__item { position: relative; display: flex; padding: 1.5rem; flex-wrap: nowrap; border-radius: .25rem; background-color: #ffffff; margin-bottom: 2rem; } .worker-lists .worker__item .user { overflow: hidden; position: relative; margin-right: 1.5rem; min-width: 128px; } .worker-lists .worker__item .user .image { position: relative; width: 128px; height: 128px; border: 1px solid #f5f5f5; background-size: cover; background-position: center center; background-repeat: no-repeat; border-radius: 100%; } .worker-lists .worker__item .user .image em { width: 18px; height: 18px; color: #fff; position: absolute; right: 6px; bottom: 10px; border-radius: 100%; border: 2px solid #fff; } .worker-lists .worker__item .user .image .online { background-color: #35aa47; } .worker-lists .worker__item .user .image .offline { background-color: #666; } .worker-lists .worker__item .desc { width: 100%; } .worker-lists .worker__item .desc h3 { line-height: 1.4; font-size: 1.5rem; margin-bottom: .625rem; } .worker-lists .worker__item .desc h3 a { display: inline-block; color: #666; transition: all .3s ease-in-out; } .worker-lists .worker__item .desc h3 a:hover { color: #0073ff; } .worker-lists .worker__item .desc > p { font-size: .875rem; margin-bottom: 1rem; } .worker-lists .worker__item .desc .tags { margin-bottom: 1rem; } .worker-lists .worker__item .desc .worker__rating { overflow: hidden; position: relative; margin-right: 1.5rem; min-width: 128px; } .worker-lists .worker__item .desc .worker__rating h4 { max-width: 128px; font-size: .75rem; margin-bottom: .25rem; width: 100%; line-height: 1; white-space: nowrap; text-overflow: ellipsis; overflow: hidden; text-transform: uppercase; font-weight: 700; } .worker-lists .worker__item .desc .worker__rating > p { margin-bottom: 0; line-height: 1.4 !important; font-size: .875rem; } .worker-lists .worker__item .desc .worker__rating > p b { font-weight: 600; } .worker-lists .worker__item .actions { width: 100%; position: relative; bottom: 0; left: 0; right: 0; margin: auto; height: auto; padding: 0 1.5rem; display: flex; flex-wrap: wrap; justify-content: space-between; } .worker-lists .worker__item .actions a { height: 35px; width: 100%; line-height: 35px; text-align: left; font-size: .875rem; padding: 0 1.5rem; background-color: #f5f5f5; display: block; color: #666; border-radius: .25rem; margin-bottom: .45rem; transition: all .3s ease-in-out; } .worker-lists .worker__item .actions a:hover { color: #0073ff; background-color: #f9f9f9; } .worker-lists .worker__item .actions a:first-child { background-color: #0073ff !important; color: #fff !important; } .worker-lists .worker__item .actions a:last-child { margin-bottom: 0; } .my-profile { position: relative; display: block; padding: 1.5rem; border-radius: .25rem; background-color: #ffffff; margin-bottom: 2rem; } .my-profile .image { position: relative; width: 136px; height: 136px; margin: 0 auto 1rem; border: 1px solid #f5f5f5; background-size: cover; background-position: center center; background-repeat: no-repeat; border-radius: 100%; } .my-profile .image em { width: 18px; height: 18px; color: #fff; position: absolute; right: 6px; bottom: 10px; border-radius: 100%; border: 2px solid #fff; } .my-profile .image .online { background-color: #35aa47; } .my-profile .image .offline { background-color: #666; } .my-profile .actions { width: 100%; position: relative; display: block; } .my-profile .actions a { height: auto; width: 100%; line-height: 1.4; text-align: center; font-size: .875rem; padding: .5rem 1.25rem; background-color: #f5f5f5; display: block; color: #666; font-weight: 700; letter-spacing: normal; border-radius: .25rem; margin: 0 0 .45rem; text-shadow: none; transition: all .3s ease-in-out; } .my-profile .actions a span { display: block; font-size: .75rem; font-weight: 400; letter-spacing: normal; } .my-profile .actions a:hover { color: #0073ff; background-color: #f9f9f9; } .my-profile .actions a:first-child { background-color: #0073ff !important; color: #fff !important; } .my-profile .actions a:last-child { margin-bottom: 0; } .my-profile .detail { position: relative; margin-top: 1rem; } .my-profile .detail p { display: flex; justify-content: space-between; margin: 0; font-size: 1rem; color: #666; } .my-profile .detail p b { font-weight: 700; } .profile-desc { position: relative; width: 100%; background-color: #fff; padding: 1.5rem; border-radius: .25rem; margin-bottom: 2rem; } .profile-desc p { font-size: 1rem; margin-bottom: .625rem; } .my-profile-rating { overflow: hidden; position: relative; background-color: #fff; padding: 1.5rem; border-radius: .25rem; } .my-profile-rating h4 { font-size: .875rem; margin-bottom: .25rem; width: 100%; line-height: 1; white-space: nowrap; text-overflow: ellipsis; overflow: hidden; text-transform: uppercase; font-weight: 700; } .my-profile-rating > p { margin-bottom: 0; line-height: 1.4 !important; font-size: .875rem; } .my-profile-rating > p b { font-weight: 600; } .nportfolio { width: 100%; position: relative; margin-top: -2rem; } .nportfolio a { display: block; position: relative; margin-top: 1.75rem; } .nportfolio a .image { position: relative; background-size: cover; background-position: center center; background-repeat: no-repeat; min-height: 183.75px; width: 100%; } .nportfolio a .overlay { height: calc(100% - 55px); } .nportfolio a .overlay .overlay-wrap i { font-size: 1rem; line-height: 24px; } .nportfolio a h4 { margin-bottom: 0; line-height: 1.4; font-size: .75rem; padding: .625rem; display: block; color: #888; } .nportfolio a h4 span { display: block; font-size: .875rem; white-space: nowrap; text-overflow: ellipsis; overflow: hidden; color: #666 !important; } .nreviews { position: relative; margin-top: 0; } .nreviews .review__item { background-color: #fff; display: block; padding: 1.5rem; border-radius: .25rem; margin-top: 1.75rem; } .nreviews .review__item .user { display: flex; align-items: center; padding-bottom: 1rem; margin-bottom: 1rem; border-bottom: 1px solid #f5f5f5; } .nreviews .review__item .user .image { min-width: 64px; height: 64px; width: 64px; background-size: cover; border-radius: 100%; margin-right: 1rem; border: 1px solid #e1e1e1; } .nreviews .review__item .user .info { width: 100%; } .nreviews .review__item .user .info h4 { margin-bottom: 0; font-size: 1.25rem; display: flex; justify-content: space-between; } .nreviews .review__item .user .info h4 a { display: inline-block; } .nreviews .review__item .user .info h4 .rating-box { display: flex; align-items: center; font-size: .875rem; } .nreviews .review__item .user .info ul { margin: 0; padding: 0; list-style: none; display: flex; } .nreviews .review__item .user .info ul li { margin-right: 1rem; font-size: .875rem; } .nreviews .review__item .desc { display: block; } .nreviews .review__item .desc p { margin-bottom: 0; } .narbitrase { position: relative; margin-top: 0; } .narbitrase .arbitrase__item { background-color: #fff; display: block; padding: 1.5rem; border-radius: .25rem; margin-top: 1.75rem; } .narbitrase .arbitrase__item h3 { position: relative; padding-right: 128px; margin-bottom: 1rem; padding-bottom: 1rem; border-bottom: 1px solid #f9f9f9; } .narbitrase .arbitrase__item h3 a { color: #666; display: inline-block; } .narbitrase .arbitrase__item h3 .button { margin: 0; position: absolute; right: 0; top: 0; font-size: .75rem; padding: 0 .875rem; background-color: #303030; } .narbitrase .arbitrase__item .users { width: 100%; margin-bottom: 1rem; } .narbitrase .arbitrase__item .users .user__item { display: flex; padding: 1.5rem; background-color: #f9f9f9; border-radius: .25rem; } .narbitrase .arbitrase__item .users .user__item .image { min-width: 96px; height: 96px; width: 96px; background-size: cover; border-radius: 100%; margin-right: 1rem; border: 1px solid #e1e1e1; } .narbitrase .arbitrase__item .users .user__item .info { width: 100%; display: block; } .narbitrase .arbitrase__item .users .user__item .info p { font-size: .875rem; margin-bottom: .625rem; } .narbitrase .arbitrase__item .users .user__item .info p span { display: block; } .narbitrase .arbitrase__item .users .user__item .info p:last-of-type { margin-bottom: 0; } .narbitrase .arbitrase__item .users .user__desc { margin-top: 1rem; } .narbitrase .arbitrase__item .users .user__desc h5 { margin-bottom: 0; display: block; } .narbitrase .arbitrase__item .users .user__desc p { font-size: .875rem; margin-bottom: .625rem; } .narbitrase .arbitrase__item .toggle { margin-bottom: 1rem; } .narbitrase .arbitrase__item .toggle:last-of-type { margin-bottom: 0; } .narbitrase .arbitrase__item .toggle.toggle-bg .togglet, .narbitrase .arbitrase__item .toggle.toggle-bg .toggleta { background-color: #f5f5f5; line-height: 44px; padding: 0 0 0 1.5rem; border-radius: 2px; } .narbitrase .arbitrase__item .toggle.toggle-bg .togglet i { left: auto; right: 24px; line-height: 44px; } .narbitrase .arbitrase__item .toggle.toggle-bg .togglec { padding: 1.5rem; } .narbitrase .arbitrase__item .toggle.toggle-bg .togglec p { margin-bottom: .625rem; font-size: .875rem; } .narbitrase .arbitrase__item .toggle.toggle-bg .togglec ul { padding-left: 22px; margin-bottom: .625rem; } .narbitrase .arbitrase__item .toggle.toggle-bg .togglec ul li { font-size: .875rem; } .narbitrase .arbitrase__item .toggle.toggle-bg .togglec blockquote { font-size: .875rem; } .col-form-label { text-align: right; } .table td, .table th { padding: .625rem; font-size: .875rem; } .npagination { width: 100%; margin-top: 2rem; } .npagination p { font-size: .875rem; } .mfp-bg { top: 0; left: 0; width: 100%; height: 100%; z-index: 1042; overflow: hidden; position: fixed; background: #0b0b0b; opacity: 0.8; } .mfp-wrap { top: 0; left: 0; width: 100%; height: 100%; z-index: 1043; position: fixed; outline: none !important; -webkit-backface-visibility: hidden; backface-visibility: hidden; } .mfp-container { text-align: center; position: absolute; width: 100%; height: 100%; left: 0; top: 0; padding: 0 8px; box-sizing: border-box; } .mfp-container:before { content: ''; display: inline-block; height: 100%; vertical-align: middle; } .mfp-align-top .mfp-container:before { display: none; } .mfp-content { position: relative; display: inline-block; vertical-align: middle; margin: 0 auto; text-align: left; z-index: 1045; } .mfp-inline-holder .mfp-content, .mfp-ajax-holder .mfp-content { width: 100%; cursor: auto; } .mfp-ajax-cur { cursor: progress; } .mfp-zoom-out-cur, .mfp-zoom-out-cur .mfp-image-holder .mfp-close { cursor: -moz-zoom-out; cursor: -webkit-zoom-out; cursor: zoom-out; } .mfp-zoom { cursor: pointer; cursor: -webkit-zoom-in; cursor: -moz-zoom-in; cursor: zoom-in; } .mfp-auto-cursor .mfp-content { cursor: auto; } .mfp-close, .mfp-arrow, .mfp-preloader, .mfp-counter { -webkit-user-select: none; -moz-user-select: none; user-select: none; } .mfp-loading.mfp-figure { display: none; } .mfp-hide { display: none !important; } .mfp-preloader { color: #CCC; position: absolute; top: 50%; left: 50%; width: 24px; height: 24px; background: url("../img/preloader-dark.gif") center center no-repeat; text-align: center; margin-top: -12px; margin-left: -12px; z-index: 1044; text-indent: -9999px; } .mfp-preloader a { color: #CCC; } .mfp-preloader a:hover { color: #FFF; } .mfp-s-ready .mfp-preloader { display: none; } .mfp-s-error .mfp-content { display: none; } button.mfp-close, button.mfp-arrow { overflow: visible; cursor: pointer; background: transparent; border: 0; -webkit-appearance: none; display: block; outline: none; padding: 0; z-index: 1046; box-shadow: none; touch-action: manipulation; } button::-moz-focus-inner { padding: 0; border: 0; } .mfp-close { width: 44px; height: 44px; line-height: 44px; position: absolute; right: 0; top: 0; text-decoration: none; text-align: center; opacity: 0.65; padding: 0 0 18px 10px; color: #FFF; font-style: normal; font-size: 28px; font-family: Arial, Baskerville, monospace; } .mfp-close:hover, .mfp-close:focus { opacity: 1; } .mfp-close:active { top: 1px; } .mfp-close-btn-in .mfp-close { color: #333; } .mfp-image-holder .mfp-close, .mfp-iframe-holder .mfp-close { color: #FFF; right: -6px; text-align: right; padding-right: 6px; width: 100%; } .mfp-counter { position: absolute; top: 0; right: 0; color: #CCC; font-size: 12px; line-height: 18px; white-space: nowrap; } .mfp-arrow { position: absolute; opacity: 0.65; margin: 0; top: 50%; margin-top: -55px; padding: 0; width: 90px; height: 110px; -webkit-tap-highlight-color: transparent; } .mfp-arrow:active { margin-top: -54px; } .mfp-arrow:hover, .mfp-arrow:focus { opacity: 1; } .mfp-arrow:before, .mfp-arrow:after { content: ''; display: block; width: 0; height: 0; position: absolute; left: 0; top: 0; margin-top: 35px; margin-left: 35px; border: medium inset transparent; } .mfp-arrow:after { border-top-width: 13px; border-bottom-width: 13px; top: 8px; } .mfp-arrow:before { border-top-width: 21px; border-bottom-width: 21px; opacity: 0.7; } .mfp-arrow-left { left: 0; } .mfp-arrow-left:after { border-right: 17px solid #FFF; margin-left: 31px; } .mfp-arrow-left:before { margin-left: 25px; border-right: 27px solid #3F3F3F; } .mfp-arrow-right { right: 0; } .mfp-arrow-right:after { border-left: 17px solid #FFF; margin-left: 39px; } .mfp-arrow-right:before { border-left: 27px solid #3F3F3F; } .mfp-iframe-holder { padding-top: 40px; padding-bottom: 40px; } .mfp-iframe-holder .mfp-content { line-height: 0; width: 100%; max-width: 900px; } .mfp-iframe-holder .mfp-close { top: -40px; } .mfp-iframe-scaler { width: 100%; height: 0; overflow: hidden; padding-top: 56.25%; } .mfp-iframe-scaler iframe { position: absolute; display: block; top: 0; left: 0; width: 100%; height: 100%; background: #000; } img.mfp-img { width: auto; max-width: 100%; height: auto; display: block; line-height: 0; box-sizing: border-box; padding: 40px 0 40px; margin: 0 auto; } .mfp-figure { line-height: 0; } .mfp-figure:after { content: ''; position: absolute; left: 0; top: 40px; bottom: 40px; display: block; right: 0; width: auto; height: auto; z-index: -1; box-shadow: 0 0 8px rgba(0, 0, 0, 0.6); background: #444; } .mfp-figure small { color: #BDBDBD; display: block; font-size: 12px; line-height: 14px; } .mfp-figure figure { margin: 0; } .mfp-bottom-bar { margin-top: -36px; position: absolute; top: 100%; left: 0; width: 100%; cursor: auto; } .mfp-title { text-align: left; line-height: 18px; color: #F3F3F3; word-wrap: break-word; padding-right: 36px; } .mfp-image-holder .mfp-content { max-width: 100%; } .mfp-gallery .mfp-image-holder .mfp-figure { cursor: pointer; } @media screen and (max-width: 800px) and (orientation: landscape), screen and (max-height: 300px) { .mfp-img-mobile .mfp-image-holder { padding-left: 0; padding-right: 0; } .mfp-img-mobile img.mfp-img { padding: 0; } .mfp-img-mobile .mfp-figure:after { top: 0; bottom: 0; } .mfp-img-mobile .mfp-figure small { display: inline; margin-left: 5px; } .mfp-img-mobile .mfp-bottom-bar { background: rgba(0, 0, 0, 0.6); bottom: 0; margin: 0; top: auto; padding: 3px 5px; position: fixed; box-sizing: border-box; } .mfp-img-mobile .mfp-bottom-bar:empty { padding: 0; } .mfp-img-mobile .mfp-counter { right: 5px; top: 3px; } .mfp-img-mobile .mfp-close { top: 0; right: 0; width: 35px; height: 35px; line-height: 35px; background: rgba(0, 0, 0, 0.6); position: fixed; text-align: center; padding: 0; } } @media all and (max-width: 900px) { .mfp-arrow { -webkit-transform: scale(0.75); transform: scale(0.75); } .mfp-arrow-left { -webkit-transform-origin: 0; transform-origin: 0; } .mfp-arrow-right { -webkit-transform-origin: 100%; transform-origin: 100%; } .mfp-container { padding-left: 6px; padding-right: 6px; } } .mfp-fade.mfp-bg { opacity: 0; -webkit-transition: all 0.25s ease-out; -moz-transition: all 0.25s ease-out; transition: all 0.25s ease-out; } .mfp-fade.mfp-bg.mfp-ready { opacity: 0.8; } .mfp-fade.mfp-bg.mfp-removing { opacity: 0; } .mfp-fade.mfp-wrap .mfp-content { opacity: 0; -webkit-transition: all 0.25s ease-out; -moz-transition: all 0.25s ease-out; transition: all 0.25s ease-out; } .mfp-fade.mfp-wrap.mfp-ready .mfp-content { opacity: 1; } .mfp-fade.mfp-wrap.mfp-removing .mfp-content { opacity: 0; } @media (max-width: 1199.98px) { canvas { max-width: 100%; height: auto !important; } } @media (min-width: 992px) and (max-width: 1199.98px) { #wrapper { width: 1000px; } #header.transparent-header.floating-header .container { width: 1030px; padding: 0 30px; } #header.transparent-header.floating-header.sticky-header .container { width: 970px; padding: 0 15px; } #primary-menu.sub-title ul > li > a { padding-left: 15px; padding-right: 15px; } #primary-menu ul li.mega-menu .mega-menu-content, .floating-header.sticky-header #primary-menu ul li.mega-menu .mega-menu-content { width: 940px; } .floating-header #primary-menu ul li.mega-menu .mega-menu-content { width: 1030px; } .testi-image, .testi-image a, .testi-image img, .testi-image i { display: block; width: 36px; height: 36px; } .testi-image i { line-height: 36px; font-size: 20px; } .postcontent .small-thumbs .entry-image { width: 200px; } .bothsidebar .small-thumbs .entry-image { width: 120px; } .post-timeline .entry { width: 400px !important; } .post-timeline .entry.entry-date-section { width: 100% !important; } .mpost .entry-image, .mpost .entry-image a, .mpost .entry-image img, .mpost .entry-image i { width: 120px; height: 90px; } .mpost .entry-image a i { line-height: 90px; } .bothsidebar .product-1 .product-image { width: 200px; height: 267px; } .product-title h3 { font-size: 18px; } .landing-video { width: 465px; height: 262px; margin: 19px 0 0 75px; } .landing-form-overlay { bottom: -142px; } } @media (max-width: 991.98px) { #wrapper { width: 100%; margin: 0; box-shadow: none; } #header.full-header .container, .container-fullwidth { padding: 0 15px !important; margin: 0 auto; width: 750px !important; } .container.vertical-middle { width: 100% !important; } .vertical-middle+.video-wrap { position: absolute; width: 100%; height: 100%; top: 0; left: 0; } .postcontent, .postcontent.bothsidebar, .sidebar { width: 100%; margin-right: 0; float: none !important; margin-bottom: 40px !important; padding-bottom: 40px; border-bottom: 1px solid #EEE; } #header, #header-wrap, #header.sticky-style-2, #header.sticky-style-3, #header.sticky-style-2 #header-wrap, #header.sticky-style-3 #header-wrap { height: auto !important; } #header.sticky-style-2 #header-wrap, #header.sticky-style-3 #header-wrap { min-height: 60px; } #header.sticky-header #header-wrap { position: relative; } #header.transparent-header, #header.semi-transparent { background: #FFF; border-bottom: 1px solid #F5F5F5; z-index: auto; } #header.dark.transparent-header, #header.dark.semi-transparent { background-color: #333; border-bottom: 1px solid rgba(0, 0, 0, 0.1); } #header.transparent-header.floating-header { margin-top: 0; } #header.transparent-header.floating-header .container { width: 750px; padding: 0 15px; border-radius: 0; } #header.transparent-header+#slider, #header.transparent-header+#page-title.page-title-parallax, #slider+#header.transparent-header, #header.transparent-header.floating-header+#slider, #header.transparent-header+#google-map { top: 0; margin-bottom: 0; } .slider-parallax .slider-parallax-inner { position: relative; } #header.transparent-header+#page-title.page-title-parallax .container { padding-top: 0; } body:not(.primary-menu-open) #header.dark.transparent-header-responsive, body:not(.primary-menu-open) #header.transparent-header-responsive { background-color: transparent; border: none; } body:not(.primary-menu-open) #header.semi-transparent.transparent-header-responsive { background-color: rgba(255, 255, 255, 0.8); z-index: 1; } body:not(.primary-menu-open) #header.transparent-header-responsive+#slider, body:not(.primary-menu-open) #header.transparent-header-responsive+#page-title.page-title-parallax, body:not(.primary-menu-open) #slider+#header.transparent-header-responsive, body:not(.primary-menu-open) #header.transparent-header-responsive.floating-header+#slider, body:not(.primary-menu-open) #header.transparent-header-responsive+#google-map { top: -101px; margin-bottom: -101px; } #header-trigger, .top-advert, .header-extras { display: none; } #logo { display: block; height: 65px; float: none; margin: 0 auto 0 !important; max-width: none; text-align: left; border: 0 !important; padding: 0 !important; } #logo a.standard-logo { display: inline-block; } #logo img { max-width: 110px; margin-top: 12px; } #primary-menu { display: block; float: none; } #primary-menu-trigger { opacity: 1; pointer-events: auto; top: 17px; margin-top: 0; left: 0; z-index: 1; } #primary-menu .container #primary-menu-trigger { top: 5px; left: 0; } #primary-menu > ul, #primary-menu > div > ul { display: none; float: none !important; border: 0 !important; padding: 0 !important; margin: 0 !important; -webkit-transition: none; -o-transition: none; transition: none; } #primary-menu > div > ul { padding-top: 60px !important; } body:not(.top-search-open) #primary-menu-trigger { opacity: 1; -webkit-transition: opacity .2s .2s ease, top .4s ease; -o-transition: opacity .2s .2s ease, top .4s ease; transition: opacity .2s .2s ease, top .4s ease; } body.top-search-open #primary-menu-trigger { opacity: 0; } body.side-push-panel #side-panel-trigger-close a { display: block; position: absolute; z-index: 12; top: 0; left: auto; right: 0; width: 40px; height: 40px; font-size: 18px; line-height: 40px; color: #444; text-align: center; background-color: rgba(0, 0, 0, 0.1); border-radius: 0 0 0 2px; } #primary-menu.style-5 > ul { padding-right: 0; margin-right: 0; border-right: 0; } #primary-menu ul li { float: none; margin: 0 !important; text-align: left !important; border-top: 1px solid #EEE; } #header.split-menu #primary-menu:not(.mobile-menu-off-canvas) > ul:not(:first-child) > li:first-child { border-top: 1px solid #EEE; } #primary-menu ul li:first-child { border-top: 0; } #primary-menu ul > li > a, #primary-menu.style-2 > div > ul > li > a { padding: 14px 5px !important; border: none !important; margin: 0 !important; } #primary-menu ul > li > a.user--link { padding: 14px 24px !important; margin: 0 !important; border-radius: .25rem; } #primary-menu ul > li > a.user--link .d-flex { justify-content: center !important; } #primary-menu.style-5 > ul > li > a > div { line-height: 22px; } #primary-menu.style-5 > ul > li > a > div i { display: inline-block; margin: 0 6px 0 0; top: -1px; width: 16px; font-size: 14px; line-height: inherit; } #primary-menu.style-6 > ul > li > a:after, #primary-menu.style-6 > ul > li.current > a:after { display: none; } #primary-menu.sub-title > ul > li, #primary-menu.sub-title.style-2 > div > ul > li { background: none !important; margin-left: 0; } #primary-menu.sub-title > ul > li > a, #primary-menu.sub-title > div > ul > li > a { line-height: 22px; font-size: 13px; border-top: none; } #primary-menu.sub-title ul li > a span { display: none !important; } #primary-menu.sub-title ul li:hover > a, #primary-menu.sub-title ul li.current > a, #primary-menu.sub-title div ul > li:hover > a, #primary-menu.sub-title div ul > li.current > a, #primary-menu.style-3 ul li:hover > a, #primary-menu.style-3 ul li.current > a { background-color: transparent !important; color: #444; text-shadow: none; } #primary-menu ul:not(.windows-mobile-menu) li > a i.icon-angle-down:last-child { display: none; } #primary-menu > ul > li.sub-menu > a, #primary-menu > .container > ul > li.sub-menu > a { background-image: url("../images/icons/submenu.png"); background-position: right center; background-repeat: no-repeat; } #primary-menu ul li.mega-menu { position: relative; } #primary-menu ul ul:not(.mega-menu-column), #primary-menu ul li .mega-menu-content { position: relative; width: auto; max-width: none; background: transparent !important; box-shadow: none; border: 0; border-top: 1px solid #EEE; z-index: 1; top: 0; padding-left: 15px; } #primary-menu ul li .mega-menu-content { padding-left: 0; display: none; } #primary-menu.on-click ul li .mega-menu-content.d-block { display: block !important; } #primary-menu ul ul:not(.mega-menu-column) ul { top: 0 !important; left: 0; } #primary-menu ul ul.menu-pos-invert:not(.mega-menu-column), #primary-menu ul li .mega-menu-content.menu-pos-invert { left: 0; right: 0; } #primary-menu ul ul:not(.mega-menu-column) ul.menu-pos-invert { right: 0; } #primary-menu ul ul li { float: none; margin: 0; border-top: 1px solid #EEE; } #primary-menu ul ul li > a { padding: 11px 5px !important; font-size: 13px; text-transform: none; font-weight: 400; } #primary-menu ul ul li:hover > a { background-color: transparent !important; font-weight: 700; padding-left: 5px; color: #1ABC9C; } #primary-menu ul li .mega-menu-content, #primary-menu ul li.mega-menu-small .mega-menu-content, #primary-menu ul li.mega-menu .mega-menu-content, .floating-header.sticky-header #primary-menu ul li.mega-menu .mega-menu-content, .floating-header #primary-menu ul li.mega-menu .mega-menu-content { width: auto; margin: 0; top: 0; } .container-fullwidth #primary-menu ul li.mega-menu .mega-menu-content, #header.full-header #primary-menu ul li.mega-menu .mega-menu-content { width: auto !important; margin: 0 !important; } #primary-menu ul li.mega-menu .mega-menu-content.style-2 { padding: 0; } #primary-menu ul li .mega-menu-content ul { display: block !important; position: relative; opacity: 1 !important; top: 0; left: 0; min-width: inherit; } #primary-menu ul li .mega-menu-content ul ul { border-top: 1px solid #EEE; } #primary-menu ul li .mega-menu-content ul.mega-menu-column { float: none; width: auto !important; -ms-flex: 0 0 100% !important; flex: 0 0 100% !important; max-width: 100% !important; margin: 0; border-left: 0 !important; padding-left: 15px; border-top: 1px solid #EEE; } #primary-menu ul li .mega-menu-content ul.mega-menu-column:first-child { border: 0; } #primary-menu ul li .mega-menu-content ul { width: 100% !important; } #primary-menu ul li .mega-menu-content.style-2 ul.mega-menu-column { padding: 0 0 0 15px; } #primary-menu ul li .mega-menu-content.style-2 ul.mega-menu-column > li.mega-menu-title { margin: 0; } #primary-menu ul li .mega-menu-content.style-2 ul.mega-menu-column > li.mega-menu-title > a { font-size: 13px; font-weight: 700; text-transform: none !important; padding: 11px 5px !important; line-height: 22px !important; color: #444 !important; } #primary-menu ul li .mega-menu-content.style-2 ul.mega-menu-column > li.mega-menu-title:hover > a { background-color: transparent; color: #1ABC9C !important; } #primary-menu ul li .mega-menu-content.style-2 ul.mega-menu-column > li.mega-menu-title > a:hover { color: #1ABC9C !important; } #primary-menu ul li .mega-menu-content.style-2 li { border-top: 1px solid #EEE; } #primary-menu ul li .mega-menu-content.style-2 li:first-child { border-top: 0; } #primary-menu ul li .mega-menu-content.style-2 ul > li > a:hover { padding-left: 5px; } .mega-menu-column .widget { padding: 30px 0; margin: 0 !important; } #top-search { margin: 0 !important; } #top-search a, #top-cart, #side-panel-trigger, #top-account { position: absolute; top: 0; left: auto; right: 15px; margin: 40px 0; -webkit-transition: margin .4s ease; -o-transition: margin .4s ease; transition: margin .4s ease; } #primary-menu > div > #top-search a, #primary-menu > div > #top-cart, #primary-menu > div > #side-panel-trigger { margin: 20px 0 !important; } #primary-menu ul.windows-mobile-menu li.sub-menu { position: relative; } #primary-menu ul.windows-mobile-menu li.sub-menu a { background-image: none !important; } #primary-menu ul.windows-mobile-menu li.sub-menu a.wn-submenu-trigger { position: absolute; cursor: pointer; width: 32px; height: 50px; line-height: 51px; top: 0; right: 0; z-index: 1; padding: 0 !important; text-align: center !important; } #primary-menu ul.windows-mobile-menu .mega-menu-content a.wn-submenu-trigger { display: none; } #primary-menu ul.windows-mobile-menu li.sub-menu a.wn-submenu-trigger i { margin: 0 !important; } #primary-menu ul.windows-mobile-menu ul li.sub-menu a.wn-submenu-trigger { text-align: center !important; height: 45px; line-height: 45px; } #primary-menu ul.windows-mobile-menu ul li.sub-menu a.wn-submenu-trigger i { display: inline-block; line-height: 45px; } #header.sticky-style-3 #top-cart .top-cart-content { top: 40px; } #top-search a { right: 43px; } #top-search form { height: 100px !important; } #primary-menu > div > #top-search form { height: 60px !important; } #top-search form input { font-size: 24px; } #side-panel-trigger { right: 71px; } #top-account { margin: 33px 0 32px; right: 75px; } #top-account a.btn span { display: none; } body:not(.sticky-responsive-pagemenu) #page-menu #page-menu-wrap { position: relative !important; top: 0 !important; } #page-submenu-trigger { opacity: 1; pointer-events: auto; color: #FFF; } #page-menu.pagemenu-active #page-submenu-trigger { background-color: rgba(0, 0, 0, 0.2); } #page-menu nav { display: none; position: absolute; float: none; width: 200px; top: 43px; left: auto; right: 15px; height: auto; background-color: #1ABC9C; z-index: 11; } #page-menu.pagemenu-active nav { display: block; } #page-menu nav ul { height: auto; background-color: rgba(0, 0, 0, 0.2); } #page-menu nav li { float: none; } #page-menu nav li a { height: 40px; line-height: 40px; margin: 0; padding: 0 15px; border-radius: 0; } #page-menu ul ul { position: relative; width: auto; top: 0; background-color: transparent; } #page-menu ul ul a { padding-left: 25px; } .sticky-responsive-menu #header { min-height: 100px; -webkit-transition: min-height .4s ease; -o-transition: min-height .4s ease; transition: min-height .4s ease; } .sticky-responsive-menu #header-wrap { -webkit-transform: translate3d(0, 0, 0); transform: translate3d(0, 0, 0); } .sticky-responsive-menu #header.sticky-style-2, .sticky-responsive-menu #header.sticky-style-3 { min-height: 160px; } .sticky-responsive-menu.device-touch #header, .sticky-responsive-menu.device-touch #header-wrap, .sticky-responsive-menu.device-touch #logo, .sticky-responsive-menu.device-touch #logo img, .sticky-responsive-menu.device-touch #top-search a, .sticky-responsive-menu.device-touch #primary-menu-trigger, .sticky-responsive-menu.device-touch #top-cart, .sticky-responsive-menu.device-touch #side-panel-trigger, .sticky-responsive-menu.device-touch #top-account { -webkit-transition: none !important; -o-transition: none !important; transition: none !important; } #header.responsive-sticky-header:not(.sticky-style-2):not(.sticky-style-3):not(.static-sticky) { min-height: 60px; } .responsive-sticky-header #header-wrap { z-index: 199; position: fixed; top: 0; left: 0; width: 100%; background-color: #FFF; border-bottom: 1px solid #EEE; -webkit-backface-visibility: hidden; backface-visibility: hidden; } .responsive-sticky-header:not(.static-sticky) #logo, .responsive-sticky-header:not(.static-sticky) #logo img { height: 60px; } .responsive-sticky-header:not(.static-sticky) #primary-menu-trigger { top: 5px; } .responsive-sticky-header #primary-menu > ul, .responsive-sticky-header #primary-menu > .container > ul { max-height: 300px; overflow-y: scroll; } .responsive-sticky-header #primary-menu > ul, .responsive-sticky-header #primary-menu > .container > ul { margin-bottom: 20px !important; } .responsive-sticky-header:not(.static-sticky) #top-search a, .responsive-sticky-header:not(.static-sticky) #top-cart, .responsive-sticky-header:not(.static-sticky) #side-panel-trigger { margin: 20px 0; } .responsive-sticky-header:not(.static-sticky) #top-search form { height: 60px !important; } .responsive-sticky-header:not(.static-sticky) #top-cart .top-cart-content { top: 40px; } #header.responsive-sticky-header:not(.static-sticky)~#page-menu.sticky-page-menu #page-menu-wrap { top: 60px; } body:not(.sticky-responsive-menu) #primary-menu.mobile-menu-off-canvas > ul, body:not(.sticky-responsive-menu) #primary-menu.mobile-menu-off-canvas > div > ul { position: fixed; display: block; z-index: 499; width: 280px; height: 100%; height: calc(100vh); max-height: none !important; margin: 0 !important; left: 0 !important; top: 0 !important; padding: 35px 25px 60px !important; background-color: #FFF; border-right: 1px solid #EEE !important; overflow-y: scroll; -webkit-overflow-scrolling: touch; -webkit-transform: translate3d(-280px, 0, 0); -o-transform: translate3d(-280px, 0, 0); transform: translate3d(-280px, 0, 0); -webkit-backface-visibility: hidden; backface-visibility: hidden; transform-style: preserve-3d; } body:not(.sticky-responsive-menu) #primary-menu.mobile-menu-off-canvas.from-right > ul, body:not(.sticky-responsive-menu) #primary-menu.mobile-menu-off-canvas.from-right > div > ul { left: auto !important; right: 0; border-right: 0 !important; border-left: 1px solid #EEE !important; -webkit-transform: translate3d(280px, 0, 0); -o-transform: translate3d(280px, 0, 0); transform: translate3d(280px, 0, 0); } body:not(.sticky-responsive-menu) #primary-menu.mobile-menu-off-canvas > ul, body:not(.sticky-responsive-menu) #primary-menu.mobile-menu-off-canvas > div > ul { -webkit-transition: -webkit-transform .3s ease-in-out, opacity .2s ease !important; -o-transition: -o-transform .3s ease-in-out, opacity .2s ease !important; transition: transform .3s ease-in-out, opacity .2s ease !important; } body:not(.sticky-responsive-menu) #primary-menu.mobile-menu-off-canvas > ul.d-block, body:not(.sticky-responsive-menu) #primary-menu.mobile-menu-off-canvas > div > ul.d-block { -webkit-transform: translate3d(0, 0, 0); -o-transform: translate3d(0, 0, 0); transform: translate3d(0, 0, 0); } .small-thumbs .entry-title h2, .ievent .entry-title h2 { font-size: 18px; } .entry-meta li { font-size: 12px; margin: 0 10px 10px 0; } .post-grid { margin-right: -20px; } .post-grid .entry { width: 33.33333333%; padding-right: 20px; } .post-grid.grid-2, .post-grid.grid-3 { margin-right: -30px; } .post-grid.grid-2 .entry, .post-grid.grid-3 .entry { width: 50%; padding-right: 30px; } .post-masonry-full .entry { width: 33.30% !important; } .post-masonry-full.grid-3 .entry { width: 50% !important; } .post-timeline .entry { width: 290px !important; } .post-timeline .entry.entry-date-section { width: 100% !important; } .product { width: 33.33333333%; } .product:not(.product-2):not(.product-3) .product-title h3 { font-size: 18px; } .pricing [class^=col-md-] .pricing-box.best-price { margin-top: 0; } .pricing.pricing-5 .pricing-box.best-price { margin-top: 20px; } .device-md .pricing.pricing-5 .pricing-title h3, .device-md .pricing.pricing-5 .best-price .pricing-title h3 { font-size: 14px; } .device-md .pricing.pricing-5 .pricing-title span { font-size: 12px; } .device-md .pricing.pricing-5 .pricing-price { font-size: 48px; } .device-md .pricing.pricing-5 .pricing-price span { font-size: 20px; } .device-md .pricing.pricing-5 .pricing-price span.price-tenure { font-size: 12px; } .device-md .pricing.pricing-5 .pricing-box.best-price .pricing-title { padding: 15px 0; } .pricing-box.pricing-extended .pricing-desc, .pricing-box.pricing-extended .pricing-action-area { position: relative; float: none; width: auto; padding: 25px; } .pricing-box.pricing-extended .pricing-action-area { height: auto; border-left: 0; border-top: 1px solid rgba(0, 0, 0, 0.05); border-radius: 0 0 3px 3px; } .testimonials-grid.grid-3 li { width: 50%; } .section > .testimonial { padding: 0 40px !important; max-width: none; } #contact-form-overlay-mini { float: none; width: auto; max-width: 380px; margin: 0 auto; } .button.button-full { font-size: 22px; } .button.button-full i { top: 3px !important; } .error404 { font-size: 180px; } .landing-form-overlay { position: absolute; width: 100%; max-width: 400px; right: auto; left: 50%; margin-left: -200px; bottom: 0; } #header .button { margin: .25rem 0 !important; } #header .button .d-flex { justify-content: center; } #primary-menu ul li.sub-menu .d-flex { justify-content: space-between; } } @media (min-width: 768px) and (max-width: 991.98px) { .swiper_wrapper:not(.full-screen):not(.canvas-slider-grid), .swiper_wrapper:not(.full-screen):not(.canvas-slider-grid) .swiper-slide { height: 400px !important; } .sidebar-widgets-wrap { position: relative; margin: 0 -20px -40px -20px; } .sidebar-widgets-wrap .widget { display: inline-block; vertical-align: top; float: none; width: 49.6%; margin: 0 0 40px 0; padding-top: 0; padding-left: 20px; padding-right: 20px; border-top: 0; } .landing-video { width: 352px; height: 199px; margin: 14px 0 0 60px; } } @media (max-width: 767.98px) { body { padding: 0 !important; } #wrapper { width: 100% !important; } .container-fullwidth { margin: 0 auto; padding: 0 15px !important; } h1 { font-size: 28px; } h2 { font-size: 24px; } h3 { font-size: 20px; } h4 { font-size: 16px; } .one-page-arrow { display: none !important; } #top-bar { height: auto; display: none; } .top-links, .top-links > ul > li { float: none !important; } .top-links > ul { text-align: center; } .top-links > ul > li { display: inline-block; } .top-links > ul > li { margin-right: -4px; } .top-links ul ul, .top-links ul div.top-link-section { text-align: left; } .top-links ul div.top-link-section { left: auto; right: 0; padding: 20px 15px; } #top-social { display: none !important; } .postcontent, .postcontent.bothsidebar, .sidebar { width: 100%; margin-right: 0; float: none; margin-bottom: 50px !important; } #page-title { padding: 20px 0 25px; text-align: center; } #page-title h1 { line-height: 1.5; font-size: 24px; } #page-title .breadcrumb { position: relative !important; top: 0 !important; left: 0 !important; right: 0 !important; margin: 0 !important; justify-content: center; } .small-thumbs .entry-image, .ievent .entry-image { float: none !important; width: 100% !important; margin: 0 0 20px !important; } .entry-title h2, .post-grid .entry-title h2 { font-size: 18px !important; font-weight: 600; } .entry-meta li { font-size: 11px; margin: 0 10px 10px 0; } #posts .entry-meta li i { display: none; } #posts.post-grid .entry-meta li i, #posts .entry-meta li:last-child i { display: inline-block; } .post-grid { margin-right: 0 !important; } .post-grid .entry, .post-masonry-full.grid-3 .entry { float: none !important; width: 100% !important; margin-right: 0 !important; border-right: 0 !important; } .post-timeline .entry.entry-date-section { margin-left: 0; } .postcontent .post-timeline { margin: 0; } .timeline-border, .post-timeline .entry-timeline { display: none !important; } .postcontent .post-timeline { padding-left: 0; } .post-masonry-full .entry { padding: 40px !important; } .product-1 .product { width: 100%; } .product-1 .product-image { float: none !important; width: 100% !important; height: auto !important; margin: 0 0 20px !important; } .product-1 .product-title h3 { font-size: 19px; } .product-1 p { display: none; } .pricing-box.best-price { margin-top: 0; } .pricing.pricing-5 .pricing-box { float: none; width: 100%; } .pricing-box.pricing-extended .pricing-features li { width: auto; float: none; } table.cart .quantity { display: block; } table.cart .quantity .qty, table.cart .quantity .plus, table.cart .quantity .minus { float: none; width: 100%; } table.cart .quantity .qty { border: 0; border-top: 1px solid #DDD; border-bottom: 1px solid #DDD; } .button.button-desc { padding: 20px 17px; font-size: 15px; max-width: 100%; } .button.button-desc span { font-size: 11px; } .process-steps li { float: none; width: auto !important; margin-top: 20px; } .process-steps li:first-child { margin-top: 0; } .process-steps li h5 { margin: 10px 0 0 0; } .process-steps li:before, .process-steps li:after { display: none; } .tabs-responsive .tab-container { padding: 0 !important; } .tabs-responsive .tab-container:not(.accordion-border) { border: 0; } .testimonials-grid li { float: none; width: auto !important; padding-left: 0; padding-right: 0; } .title-block { padding: 2px 0 3px 15px; border-left-width: 5px; } .title-block-right { padding: 2px 15px 3px 0; border-right-width: 5px; } .title-block h1+span { font-size: 18px; } .title-block h2+span { font-size: 17px; } .title-block h3+span { font-size: 15px; } .title-block h4+span { font-size: 13px; } .heading-block h1 { font-size: 30px; } .heading-block h2 { font-size: 26px; } .heading-block h3 { font-size: 22px; } .heading-block h4 { font-size: 19px; } .heading-block h1+span { font-size: 20px; } .heading-block h2+span { font-size: 18px; } .heading-block h3+span, .heading-block h4+span { font-size: 17px; } .heading-block~p:not(.lead) { font-size: 15px; } .emphasis-title h1, .emphasis-title h2 { font-size: 44px !important; } .news-carousel .overlay { display: none; } .landing-video { position: relative; top: 14px; width: 76%; height: auto; margin: 19px auto 0; } #cookie-notification .container { padding-right: 15px; } #cookie-notification .cookie-noti-btn { position: relative; left: 0; display: block; margin-top: 20px; } #copyrights .footer-logo { margin-left: auto; margin-right: auto; } .section { margin: 30px 0; padding: 30px 0; } #page-title span { display: none; } .slider-caption h3 { font-size: 1.25rem; } .slider-caption .stats { margin: 1rem 0 0; } .slider-caption .stats li { margin-right: .625rem; padding-right: .625rem; } .slider-caption .stats li strong { font-size: 1.25rem; } .slider-caption .stats li em { font-size: .75rem; } .project-list { margin: 0 0 2rem; } .scroll-bar-wrap { position: relative; width: 100%; height: 400px; } .testimonials-carousel { margin-bottom: 2rem; } #homeBlogs .h5 { font-size: 1rem; margin-bottom: 1rem !important; } .nfilters { margin-bottom: 1rem; } .npagination p { display: none; } .ngmap { width: 100%; height: 350px; position: relative; margin: auto auto 1rem; } .nsidebar { display: none; } .footer-logo { text-align: center; } .social-footer { justify-content: center; } .sm-flex-column { flex-direction: column-reverse; } .sm-mb-3 { margin-bottom: 1rem !important; } ul.tab-nav.tab-nav2 { display: flex; flex-wrap: nowrap; overflow-x: auto; } ul.tab-nav.tab-nav2 li a { white-space: nowrap; } #invoice .title { margin-bottom: 1rem !important; } #invoice .title h4 { min-width: 180px; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; } .invoice { margin-top: 0; } } @media (min-width: 576px) and (max-width: 767.98px) { #header.full-header .container, .container-fullwidth { width: 540px !important; } .container.vertical-middle { width: 100% !important; } .full-screen:not(.force-full-screen) .container.vertical-middle { width: 540px !important; } #top-search form input { padding-right: 60px; } .swiper_wrapper:not(.force-full-screen), .swiper_wrapper:not(.force-full-screen):not(.canvas-slider-grid) .swiper-slide { height: 300px !important; } .swiper_wrapper .slider-caption h2 { font-size: 2.25rem; } .swiper_wrapper .slider-caption p { font-size: 1.25rem; } #header.transparent-header.floating-header .container { width: 540px; padding: 0 15px; } .post-grid:not(.post-masonry) .entry-image iframe { height: 246px; } .clients-grid:not(.grid-3):not(.grid-2) li, .clients-grid.grid-4 li, .clients-grid.grid-6 li { width: 33.33%; } .button.button-full { font-size: 18px; } .button.button-full i { top: 2px !important; margin-left: 3px !important; } .error404, .error404-wrap .error404 { font-size: 160px; } } @media (max-width: 575.98px) { .container, #header.full-header .container, .container-fullwidth { width: 100% !important; } #primary-menu-trigger { left: auto; right: 15px; } #top-cart { display: none; } #top-search a { right: 40px; } #top-search form input { padding-right: 55px; } #side-panel-trigger { right: 68px; } #top-account { right: 68px; } #top-account a.btn { padding-left: 8px; padding-right: 8px; } #top-account a.btn i:last-child { display: none; } .swiper_wrapper:not(.force-full-screen), .swiper_wrapper:not(.force-full-screen):not(.canvas-slider-grid) .swiper-slide { height: 250px !important; } .swiper_wrapper .slider-caption h2 { font-size: 1.75rem; } .swiper_wrapper .slider-caption p { font-size: 1rem; } #header.transparent-header.floating-header .container { width: 310px; padding: 0 15px; } .post-grid:not(.post-masonry) .entry-image iframe { height: 157px; } .mpost .entry-image { float: none; margin: 0 0 20px 0; } .mpost .entry-image, .mpost .entry-image a, .mpost .entry-image img, .mpost .entry-image i { width: 100%; height: auto; } .mpost .entry-image i { height: 150px; line-height: 150px; } .si-share span { display: none; } .parallax .entry-overlay-meta, .parallax .entry-overlay { left: 50% !important; right: 0 !important; margin: 0 0 0 -140px !important; width: 280px !important; } .parallax .entry-overlay { width: 288px !important; } .parallax .countdown-section { width: 64px; height: 64px; margin: 0 8px 0 0; font-size: 11px; padding: 0; padding-top: 12px; } .parallax .countdown-amount { font-size: 20px; } .countdown-large .countdown-section { display: block; width: auto; margin: 30px 0 0; border: 0; } .countdown-large .countdown-section:first-child { margin-top: 0; } .testi-image, .testi-image a, .testi-image img, .testi-image i { width: 36px; height: 36px; } .testi-image i { line-height: 36px; font-size: 20px; } .clients-grid:not(.grid-3):not(.grid-2) li, .clients-grid.grid-4 li, .clients-grid.grid-6 li { width: 50%; } .button.button-full { font-size: 16px; } .button.button-full i { top: 2px !important; margin-left: 3px !important; } .emphasis-title h1, .emphasis-title h2 { font-size: 40px !important; } .error404, .error404-wrap .error404 { font-size: 120px; } .landing-form-overlay { margin-left: -155px; } .button.button-desc { padding: 20px 17px; font-size: 15px; max-width: 100%; } .button.button-desc span { font-size: 11px; } .count-box h4 span { font-size: 1.5rem; } .notification-lists ul li .image { min-width: 42px; height: 42px; width: 42px; } .notification-lists ul li .desc::before { top: 16px; left: -9px; } .nfilters .button span { display: none; } .nfilters .button i { margin-right: 0 !important; } .nfilters > a.button--project { position: fixed; bottom: 20px; width: 48px !important; height: 48px !important; line-height: 48px; z-index: 10; right: 20px; text-align: center; padding: 0; font-size: 1rem; border-radius: 100%; } .nfilters > a.button--project span { display: none; } .finance { margin-top: 1rem; } .dataTables_info { display: none !important; } .about-profile { flex-direction: column; padding: 1rem; } .about-profile .user { margin-right: 0; min-width: 100%; display: flex; align-items: center; margin-bottom: 2rem; } .about-profile .user .image { min-width: 128px; margin-right: 1rem; } .full-info-profile .actions a i { margin-right: 0 !important; } .full-info-profile .actions a span { display: none; } .bid-lists .bid__item { padding: 1rem 1rem 4rem; flex-wrap: nowrap; margin-bottom: 1rem; flex-direction: column; } .bid-lists .bid__item .user { margin-right: 0; min-width: 100%; margin-bottom: 1rem; display: flex; align-items: center; } .bid-lists .bid__item .user .image { min-width: 128px; margin-right: 1rem; } .bid-lists .bid__item .actions { padding: 0; } .bid-lists .bid__item .actions a i { margin-right: 0 !important; } .bid-lists .bid__item .actions a span { display: none; } .col-form-label { text-align: left; } #projects .button { width: 100%; } .project-lists .project__item { padding: 1rem 1rem 4rem; flex-wrap: nowrap; margin-bottom: 1rem; flex-direction: column; } .project-lists .project__item .user { margin-right: 0; min-width: 100%; margin-bottom: 1rem; display: flex; align-items: center; } .project-lists .project__item .user .image { min-width: 128px; margin-right: 1rem; } .project-lists .project__item .actions { padding: 0; } .project-lists .project__item .actions a { padding: 0 1rem; } .project-lists .project__item .actions a i { margin-right: 0 !important; } .project-lists .project__item .actions a span { display: none; } #draftButton { margin-bottom: .625rem !important; } .breadcrumb-other { text-align: center; justify-content: center; } .detail-project .summary { padding: 1rem; margin-top: 1rem; } .detail-project .summary p, .my-profile .detail p { margin-bottom: .5rem; flex-direction: column; align-items: flex-start; } .project-worker .col-sm-6:first-child { margin-bottom: 2rem; } .user-bids .item__bid { margin-bottom: 2rem; text-align: center; } .my-profile, .profile-desc, .my-profile-rating { padding: 1rem; } .nreviews .review__item .user { align-items: flex-start; } .nreviews .review__item .user .info h4 { margin-bottom: .5rem; flex-direction: column; } .nreviews .review__item .user .info h4 .rating-box { align-items: flex-start; flex-direction: column; } .nreviews .review__item .user .info ul { flex-direction: column; margin-left: -80px; } .nreviews .review__item .user .info ul li { margin-right: 0; } .narbitrase .arbitrase__item h3 { padding-right: 0; } .narbitrase .arbitrase__item h3 .button { position: relative; margin-top: .5rem; } .narbitrase .arbitrase__item .users .user__item { padding: 1rem; } .narbitrase .arbitrase__item .users .user__item .image { min-width: 48px; height: 48px; width: 48px; margin-right: .5rem; } .narbitrase .arbitrase__item .users .user__item .info p { margin-bottom: .25rem; } .narbitrase .arbitrase__item .toggle.toggle-bg .togglet, .narbitrase .arbitrase__item .toggle.toggle-bg .toggleta { padding: 0 0 0 1rem; } .narbitrase .arbitrase__item .toggle.toggle-bg .togglec { padding: 1rem; } .worker-lists .worker__item { padding: 1rem; margin-bottom: 1rem; flex-direction: column; } .worker-lists .worker__item .user { margin-right: 0; min-width: 100%; } .worker-lists .worker__item .user .image { margin: 0 auto 1rem; } .worker-lists .worker__item .desc h3 { text-align: center; } .worker-lists .worker__item .actions { margin: 1rem auto 0; padding: 0; } #gotoTop { display: none !important; } }
0.31732
0.109992
@import '../fonts/WorkSans.css'; @import '../fonts/RobotoMono.css'; @import 'color.css'; @import 'wallet.css'; @import 'menu.css'; @import 'animations.css'; @import 'components.css'; #gradient-canvas { position:absolute; left:0; top:0; height: 100vh; width: 100%; z-index: 0; background-color: var(--color-bg); } habitat-color-toggle { position: sticky; transform: translateZ(1000px); top: 16px; right: 24px; float: right; } div#colorSchemeToggle { font-size: 1.5em; width: 32px; height: 32px; overflow: hidden; cursor: pointer; -webkit-user-select: none; } div#colorSchemeToggle > div > div { width: 32px; height: 32px; line-height: 33px; } div#colorSchemeToggle.light > div { margin-top: -32px; } .bgwhite { background: var(--color-bg); } .lighten { background-color: var(--color-frame); border-radius: var(--border-radius-frame); } .navLogo { display: inline-block; min-width: 240px; min-height: 111px; background-image: url('logoAnimated.svg'); background-repeat: no-repeat; background-size: contain; } html, body { display: flex; flex-direction: column; margin: 0; padding: 0; line-height: 0; top: 0; right: 0; bottom: 0; left: 0; position: absolute; color: var(--color-black); font-weight: 400; font-size: 2vh; overflow: hidden; text-align: center; background-color: var(--color-bg); -webkit-font-smoothing: subpixel-antialiased; font-smoothing: subpixel-antialiased; -webkit-tap-highlight-color: none; tap-highlight-color: none; } html, body, .button, button, input, label { font-family: var(--font-family-default), sans-serif; } section, div { display: block; margin: 0; transition: .3s ease-in; transition-property: transform, opacity; } a, p { margin: 0 auto; line-height: 1.1; font-size: 1rem; text-align: left; white-space: pre-wrap; word-break: break-word; text-decoration: none; color: var(--color-text); } a { color: var(--color-link); } span, label, pre { line-height: 1; color: var(--color-text); } p { display: block; font-weight: 400; padding: 0; margin-block-start: 0 !important; margin-block-end: 0 !important; } h1, h2, h3, h4, h5, h6 { color: var(--color-text); font-weight: 600; display: block; padding: 0; margin-block-start: 0 !important; margin-block-end: 0 !important; } h1 { font-weight: 700; font-size: 2em; line-height: 2; } h2 { font-size: 1.7em; line-height: 1.7; } h3 { font-size: 1.4em; line-height: 1.4; } h4 { font-size: 1.3em; line-height: 1.3; } h5 { font-size: 1.2em; line-height: 1.2; } h6 { font-size: 1.1em; line-height: 1.1; } img { display: block; } .flex { display: flex; flex-wrap: wrap; align-items: center; } .flexcenter { display: flex; width: 100%; justify-content: flex-end; place-self: center; flex-wrap: wrap; } .shadow { box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.25); } button, .button { display: grid; place-content: center; min-width: 6em; max-width: max-content; margin: 1rem 1rem 0 0; padding: .7em 1em; line-height: 1; text-align: center !important; color: var(--color-text); box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.25); border-radius: 1rem; vertical-align: bottom; white-space: pre-wrap; cursor: pointer; transition: .3s ease-out; animation: opacity 1s ease-out; border: 1px solid var(--color-bg-invert); background: var(--color-bg); overflow: hidden; } button.secondary, .button.secondary { border-radius: .5rem; box-shadow: 0px 1px 4px rgba(0, 0, 0, 0.25); } button:disabled, .button:disabled { opacity: .3; } .flex { display: flex; flex-direction: row; flex-wrap: wrap; } .center { place-content: center; align-items: center; margin: 0 auto; } .fit { max-width: fit-content; max-height: fit-content; } .content { margin: 0 auto; overflow-y: auto; overflow-x: hidden; -webkit-overflow-scrolling: touch; z-index: 1; } .col { flex-direction: column; } .row { flex-direction: row; } .logoShadow { background: #000000; box-shadow: 0 1px 3px var(--color-black); border-radius: 32px; } footer a { color: var(--color-text); } #tech > div { text-align: left; margin: 2rem; max-width: 30ch; } .evenly { justify-content: space-evenly; } .around { justify-content: space-around; } .flexSpaceBetween { display: flex; flex-direction: row; flex-wrap: nowrap; justify-content: space-between; } .showcase > img { margin: .3rem; } img.box { display: block; position: relative; left: -1rem; right: -1rem; width: 110vw; } section { width: 100%; } button:focus, .button:focus { outline: 1px solid; } button:hover, button:active, .button:hover, .button:active { transform: translateY(-6px); box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.5); outline: none; } .nohover:hover, .nohover:active { transform: none; box-shadow: inherit; outline: none; } button.selected, .button.selected { color: var(--color-bg); background-color: var(--color-text); } .blue { background-color: var(--color-blue); color: var(--color-black); } .purple { background-color: var(--color-purple); color: var(--color-white); } .secondary.purple { color: var(--color-purple); border-color: var(--color-purple); background: none; } .black { background-color: var(--color-black); color: var(--color-white); } .yellow { background-color: var(--color-yellow); color: var(--color-black); } .red { background-color: var(--color-red); color: var(--color-white); } .green { background-color: var(--color-green); color: var(--color-white); } .left { text-align: left; } .right { text-align: right; } .align-right > * { text-align: right; align-self: baseline; margin: 0; } .align-left > * { text-align: left; align-self: baseline; margin: 0; } .padh { padding-left: 1rem; padding-right: 1rem; } .padv { padding-top: 1rem; padding-bottom: 1rem; } img.minmax { width: 40rem; max-width: 100%; } .whitetext { color: var(--color-white); text-shadow: 0 1px 6px black; line-height: 1.2; } .grid-2 { display: grid; grid-template-columns: repeat(1, 1fr) repeat(1, 1fr); grid-gap: 1rem; padding: 0 .3rem; } /* .grid-2 > p, .grid-2 > a { margin: 0; } */ .grid-col { font-family: var(--font-family-mono); max-width: 100%; display: grid; gap: 1em; } .grid-col-2 { grid-template-columns: repeat(2, auto); } .small { font-size: .8rem; } .smaller { font-size: .7rem; } .big { font-size: 1.5rem; } .bigger { font-size: 1rem; } .item { box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25); border-radius: 3px; padding: 1rem; margin: 0 auto; background-color: var(--color-bg); width: auto; max-width: 80ch; } .listitem { min-width: auto; width: fit-content; max-width: 100%; margin: 1rem; padding: 1rem; background: var(--color-bg-item); border: 1px solid #C4C4C4; box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.1); border-radius: 20px; animation: opacity .3s ease-in; } /* .item > div, .listitem > div { display: grid; grid-template-columns: repeat(auto-fit, minmax(8rem, 1fr)); } */ .overlay { display: block; position: absolute; top: 0; right: 0; bottom: 0; left: 0; z-index: 100; background: var(--color-bg); animation: opacity .3s ease-in; overflow-y: scroll; overflow-x: hidden; } .beacon { display: block; position: absolute; bottom: 0; left: 0; z-index: 100; background: var(--color-bg); animation: opacity .3s ease-in; overflow: hidden; box-shadow: 0 4px 10px rgba(0,0,0,.3); } .overlay.alert { background: #404040aa; } .overlay > .listitem { background-color: var(--color-white); } .error { animation: shake 1s ease-in; color: var(--color-error); } label { display: block; text-align: left; font-size: .7rem; margin: 1rem auto; font-weight: bold; line-height: 1.3; } input { min-width: 42ch; max-width: 99%; display: block; background: none; padding: 1rem; border: 1px solid var(--color-bg-invert); border-radius: 3px; color: var(--color-text); box-sizing: border-box; } input::placeholder { color: var(--color-text); } input:focus { outline: none; } input:disabled { border-color: transparent; } sep { display: block; width: 100%; height: 1px; margin: .1rem 0 1rem 0; background-color: var(--color-text); } bold, .bold { font-weight: bold; } p { max-width: 80ch; } .big-emoji { font-size: 10rem; line-height: 1; } .inline { display: inline-block; } iframe { outline; none; border: none; } .text-center { text-align: center; } habitat-slider, habitat-slider #inner, habitat-slider pin { user-select: none; -webkit-user-select: none; cursor: pointer; } habitat-slider { display: block; width: 100%; border: 1px solid var(--color-purple); border-radius: 6px; background: linear-gradient(90deg, rgba(99, 91, 255, 0.5) 6.42%, rgba(59, 222, 255, 0.5) 53.21%, rgba(28, 219, 158, 0.5) 98.54%); } habitat-slider #inner { position: relative; border-radius: 6px; border: 1px solid var(--color-bg); height: 1rem; width: 100%; box-sizing: border-box; transition: all .07s linear; background: var(--color-bg); background-clip: content-box; } habitat-slider pin { display: block; position: relative; left: 0; width: .9rem; height: .9rem; max-width: .9rem; min-width: 0; margin: 0; padding: 0; margin-left: -.45rem; border-radius: 100%; box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.5); background-color: var(--color-white); cursor: pointer; } habitat-slider button:hover, habitat-slider button:focus, habitat-slider button:active { transition: none; box-shadow:none; } .auto-col-grid { display: grid; grid-template-columns: repeat(auto-fill, minmax(18em, 1fr)); gap: 8px; width: 100%; place-content: center space-evenly; } textarea { display: block; width: 64ch; max-width: 99%; min-height: 23em; max-height: 100%; padding: 1em; border: 1px solid var(--color-bg-invert); outline: none; } .flow/*, button, .button*/ { margin: 1em; max-width: min(80ch, 100%); } .flow > button { display: inline-grid; } .flow p > span { font-family: var(--font-family-mono); } .flow > input { width: 100%; } button.expanded, .button.expanded { background-color: var(--color-bg); color: var(--color-text); } space { display: block; height: 1rem; } kv { flex: 1 1 auto; margin: 0.1em; padding: 0.1em; } kv#title { flex: 100 1 auto; } kv > p { white-space: pre-line; } kv > p:nth-child(1) { color: var(--color-grey); } .tabs > div { background-color: var(--color-bg); cursor: pointer; } .tabs > div.active { background-color: transparent; } .tabcontainer { width: max-content; overflow: hidden; display: flex; flex-wrap: nowrap; transition: .5s all ease-in; } .tabcontainer > section { width: 100vw; } button, .button { display: none; } [x-loaded] button, .button { display: revert; } .alert { display: flex; flex-direction: column; justify-content: center; } .noHover:hover, .noHover:focus, .noHover:active { transform: none; box-shadow: inherit; }
web/lib/assets/base.css
@import '../fonts/WorkSans.css'; @import '../fonts/RobotoMono.css'; @import 'color.css'; @import 'wallet.css'; @import 'menu.css'; @import 'animations.css'; @import 'components.css'; #gradient-canvas { position:absolute; left:0; top:0; height: 100vh; width: 100%; z-index: 0; background-color: var(--color-bg); } habitat-color-toggle { position: sticky; transform: translateZ(1000px); top: 16px; right: 24px; float: right; } div#colorSchemeToggle { font-size: 1.5em; width: 32px; height: 32px; overflow: hidden; cursor: pointer; -webkit-user-select: none; } div#colorSchemeToggle > div > div { width: 32px; height: 32px; line-height: 33px; } div#colorSchemeToggle.light > div { margin-top: -32px; } .bgwhite { background: var(--color-bg); } .lighten { background-color: var(--color-frame); border-radius: var(--border-radius-frame); } .navLogo { display: inline-block; min-width: 240px; min-height: 111px; background-image: url('logoAnimated.svg'); background-repeat: no-repeat; background-size: contain; } html, body { display: flex; flex-direction: column; margin: 0; padding: 0; line-height: 0; top: 0; right: 0; bottom: 0; left: 0; position: absolute; color: var(--color-black); font-weight: 400; font-size: 2vh; overflow: hidden; text-align: center; background-color: var(--color-bg); -webkit-font-smoothing: subpixel-antialiased; font-smoothing: subpixel-antialiased; -webkit-tap-highlight-color: none; tap-highlight-color: none; } html, body, .button, button, input, label { font-family: var(--font-family-default), sans-serif; } section, div { display: block; margin: 0; transition: .3s ease-in; transition-property: transform, opacity; } a, p { margin: 0 auto; line-height: 1.1; font-size: 1rem; text-align: left; white-space: pre-wrap; word-break: break-word; text-decoration: none; color: var(--color-text); } a { color: var(--color-link); } span, label, pre { line-height: 1; color: var(--color-text); } p { display: block; font-weight: 400; padding: 0; margin-block-start: 0 !important; margin-block-end: 0 !important; } h1, h2, h3, h4, h5, h6 { color: var(--color-text); font-weight: 600; display: block; padding: 0; margin-block-start: 0 !important; margin-block-end: 0 !important; } h1 { font-weight: 700; font-size: 2em; line-height: 2; } h2 { font-size: 1.7em; line-height: 1.7; } h3 { font-size: 1.4em; line-height: 1.4; } h4 { font-size: 1.3em; line-height: 1.3; } h5 { font-size: 1.2em; line-height: 1.2; } h6 { font-size: 1.1em; line-height: 1.1; } img { display: block; } .flex { display: flex; flex-wrap: wrap; align-items: center; } .flexcenter { display: flex; width: 100%; justify-content: flex-end; place-self: center; flex-wrap: wrap; } .shadow { box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.25); } button, .button { display: grid; place-content: center; min-width: 6em; max-width: max-content; margin: 1rem 1rem 0 0; padding: .7em 1em; line-height: 1; text-align: center !important; color: var(--color-text); box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.25); border-radius: 1rem; vertical-align: bottom; white-space: pre-wrap; cursor: pointer; transition: .3s ease-out; animation: opacity 1s ease-out; border: 1px solid var(--color-bg-invert); background: var(--color-bg); overflow: hidden; } button.secondary, .button.secondary { border-radius: .5rem; box-shadow: 0px 1px 4px rgba(0, 0, 0, 0.25); } button:disabled, .button:disabled { opacity: .3; } .flex { display: flex; flex-direction: row; flex-wrap: wrap; } .center { place-content: center; align-items: center; margin: 0 auto; } .fit { max-width: fit-content; max-height: fit-content; } .content { margin: 0 auto; overflow-y: auto; overflow-x: hidden; -webkit-overflow-scrolling: touch; z-index: 1; } .col { flex-direction: column; } .row { flex-direction: row; } .logoShadow { background: #000000; box-shadow: 0 1px 3px var(--color-black); border-radius: 32px; } footer a { color: var(--color-text); } #tech > div { text-align: left; margin: 2rem; max-width: 30ch; } .evenly { justify-content: space-evenly; } .around { justify-content: space-around; } .flexSpaceBetween { display: flex; flex-direction: row; flex-wrap: nowrap; justify-content: space-between; } .showcase > img { margin: .3rem; } img.box { display: block; position: relative; left: -1rem; right: -1rem; width: 110vw; } section { width: 100%; } button:focus, .button:focus { outline: 1px solid; } button:hover, button:active, .button:hover, .button:active { transform: translateY(-6px); box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.5); outline: none; } .nohover:hover, .nohover:active { transform: none; box-shadow: inherit; outline: none; } button.selected, .button.selected { color: var(--color-bg); background-color: var(--color-text); } .blue { background-color: var(--color-blue); color: var(--color-black); } .purple { background-color: var(--color-purple); color: var(--color-white); } .secondary.purple { color: var(--color-purple); border-color: var(--color-purple); background: none; } .black { background-color: var(--color-black); color: var(--color-white); } .yellow { background-color: var(--color-yellow); color: var(--color-black); } .red { background-color: var(--color-red); color: var(--color-white); } .green { background-color: var(--color-green); color: var(--color-white); } .left { text-align: left; } .right { text-align: right; } .align-right > * { text-align: right; align-self: baseline; margin: 0; } .align-left > * { text-align: left; align-self: baseline; margin: 0; } .padh { padding-left: 1rem; padding-right: 1rem; } .padv { padding-top: 1rem; padding-bottom: 1rem; } img.minmax { width: 40rem; max-width: 100%; } .whitetext { color: var(--color-white); text-shadow: 0 1px 6px black; line-height: 1.2; } .grid-2 { display: grid; grid-template-columns: repeat(1, 1fr) repeat(1, 1fr); grid-gap: 1rem; padding: 0 .3rem; } /* .grid-2 > p, .grid-2 > a { margin: 0; } */ .grid-col { font-family: var(--font-family-mono); max-width: 100%; display: grid; gap: 1em; } .grid-col-2 { grid-template-columns: repeat(2, auto); } .small { font-size: .8rem; } .smaller { font-size: .7rem; } .big { font-size: 1.5rem; } .bigger { font-size: 1rem; } .item { box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25); border-radius: 3px; padding: 1rem; margin: 0 auto; background-color: var(--color-bg); width: auto; max-width: 80ch; } .listitem { min-width: auto; width: fit-content; max-width: 100%; margin: 1rem; padding: 1rem; background: var(--color-bg-item); border: 1px solid #C4C4C4; box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.1); border-radius: 20px; animation: opacity .3s ease-in; } /* .item > div, .listitem > div { display: grid; grid-template-columns: repeat(auto-fit, minmax(8rem, 1fr)); } */ .overlay { display: block; position: absolute; top: 0; right: 0; bottom: 0; left: 0; z-index: 100; background: var(--color-bg); animation: opacity .3s ease-in; overflow-y: scroll; overflow-x: hidden; } .beacon { display: block; position: absolute; bottom: 0; left: 0; z-index: 100; background: var(--color-bg); animation: opacity .3s ease-in; overflow: hidden; box-shadow: 0 4px 10px rgba(0,0,0,.3); } .overlay.alert { background: #404040aa; } .overlay > .listitem { background-color: var(--color-white); } .error { animation: shake 1s ease-in; color: var(--color-error); } label { display: block; text-align: left; font-size: .7rem; margin: 1rem auto; font-weight: bold; line-height: 1.3; } input { min-width: 42ch; max-width: 99%; display: block; background: none; padding: 1rem; border: 1px solid var(--color-bg-invert); border-radius: 3px; color: var(--color-text); box-sizing: border-box; } input::placeholder { color: var(--color-text); } input:focus { outline: none; } input:disabled { border-color: transparent; } sep { display: block; width: 100%; height: 1px; margin: .1rem 0 1rem 0; background-color: var(--color-text); } bold, .bold { font-weight: bold; } p { max-width: 80ch; } .big-emoji { font-size: 10rem; line-height: 1; } .inline { display: inline-block; } iframe { outline; none; border: none; } .text-center { text-align: center; } habitat-slider, habitat-slider #inner, habitat-slider pin { user-select: none; -webkit-user-select: none; cursor: pointer; } habitat-slider { display: block; width: 100%; border: 1px solid var(--color-purple); border-radius: 6px; background: linear-gradient(90deg, rgba(99, 91, 255, 0.5) 6.42%, rgba(59, 222, 255, 0.5) 53.21%, rgba(28, 219, 158, 0.5) 98.54%); } habitat-slider #inner { position: relative; border-radius: 6px; border: 1px solid var(--color-bg); height: 1rem; width: 100%; box-sizing: border-box; transition: all .07s linear; background: var(--color-bg); background-clip: content-box; } habitat-slider pin { display: block; position: relative; left: 0; width: .9rem; height: .9rem; max-width: .9rem; min-width: 0; margin: 0; padding: 0; margin-left: -.45rem; border-radius: 100%; box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.5); background-color: var(--color-white); cursor: pointer; } habitat-slider button:hover, habitat-slider button:focus, habitat-slider button:active { transition: none; box-shadow:none; } .auto-col-grid { display: grid; grid-template-columns: repeat(auto-fill, minmax(18em, 1fr)); gap: 8px; width: 100%; place-content: center space-evenly; } textarea { display: block; width: 64ch; max-width: 99%; min-height: 23em; max-height: 100%; padding: 1em; border: 1px solid var(--color-bg-invert); outline: none; } .flow/*, button, .button*/ { margin: 1em; max-width: min(80ch, 100%); } .flow > button { display: inline-grid; } .flow p > span { font-family: var(--font-family-mono); } .flow > input { width: 100%; } button.expanded, .button.expanded { background-color: var(--color-bg); color: var(--color-text); } space { display: block; height: 1rem; } kv { flex: 1 1 auto; margin: 0.1em; padding: 0.1em; } kv#title { flex: 100 1 auto; } kv > p { white-space: pre-line; } kv > p:nth-child(1) { color: var(--color-grey); } .tabs > div { background-color: var(--color-bg); cursor: pointer; } .tabs > div.active { background-color: transparent; } .tabcontainer { width: max-content; overflow: hidden; display: flex; flex-wrap: nowrap; transition: .5s all ease-in; } .tabcontainer > section { width: 100vw; } button, .button { display: none; } [x-loaded] button, .button { display: revert; } .alert { display: flex; flex-direction: column; justify-content: center; } .noHover:hover, .noHover:focus, .noHover:active { transform: none; box-shadow: inherit; }
0.369998
0.065785
a {color: #dc373d;text-decoration: none;} a:hover{color: #000;text-decoration: none;} body, h1, h2, h3, h4, h5, h6, p{font-weight: 400;} footer a{color: #696969;} .mb20{margin-bottom:20px !important;} .search_filter{padding:0px;-webkit-box-shadow:0 2px 3px 0 rgba(0,0,0,.16),0 2px 10px 0 rgba(0,0,0,.12);box-shadow:0 2px 3px 0 rgba(0,0,0,.16),0 2px 10px 0 rgba(0,0,0,.12)} .search_filter .form-control {background: #fbfbfb;border-radius: 4px;height: 40px;border: solid 1px #dc373d;color: #000;font-size: 16px;font-weight: 400;} .region_filter{padding:10px;border-bottom:1px solid #e7e7e7} .custom_filter_Search{padding:10px;margin-bottom:10px;border-bottom:1px solid #e7e7e7} .filter_heading{border-bottom: 1px solid #dc373d;padding: 7px 7px 4px;background: #dc373d;color: #fff;} .filter_heading a{color:#fff} .filter_heading h3{padding:0px; margin:0px; font-size:20px;text-transform: uppercase;} .second_heading{color:#dc373d; font-size:20px; font-weight:500;background: #ffe0e0;padding: 6px;border-radius: 4px;} /*Custom Radio And Checkbox*/ .search_filter input[type="checkbox"], .search_filter input[type="radio"]{position: absolute;right: 9000px;} /*Check box*/ .search_filter label{font-weight:500; font-size:15px;} .form-check{margin: 8px 0 0;padding: 0 5px;width: 100%;} .search_filter input[type="checkbox"] + .label-text:before{content: "\f096";font-family: "FontAwesome";speak: none;font-style: normal;font-weight: normal;font-variant: normal;text-transform: none;line-height: 1;-webkit-font-smoothing:antialiased;width: 1em;display: inline-block;margin-right: 5px;} .search_filter input[type="checkbox"]:checked + .label-text:before{content: "\f14a";color: #2980b9;animation: effect 250ms ease-in;} .search_filter input[type="checkbox"]:disabled + .label-text{color: #aaa;} .search_filter input[type="checkbox"]:disabled + .label-text:before{content: "\f0c8";color: #ccc;} /*Radio box*/ .search_filter input[type="radio"] + .label-text:before{content: "\f10c";font-family: "FontAwesome";speak: none;font-style: normal;font-weight: normal;font-variant: normal;text-transform: none;line-height: 1;-webkit-font-smoothing:antialiased;width: 1em;display: inline-block;margin-right: 5px;} .search_filter input[type="radio"]:checked + .label-text:before{content: "\f192";color: #dc373d;animation: effect 250ms ease-in;} .search_filter input[type="radio"]:disabled + .label-text{color: #aaa;} .search_filter input[type="radio"]:disabled + .label-text:before{content: "\f111";color: #ccc;} .mb10{margin-bottom:10px;} .mt0{margin-top:0px;} .advocate_list_box{padding:15px 10px 0px; margin-bottom:30px;box-shadow: 0 0 4px 6px #f1f1f1;border: solid 1px #d0d0d0; position:relative;} .advocate_list_box:after{content: "";position: absolute;left: 0;top: 0;height: 6px;width: 90px;background: #dc373d;z-index: 100;} .advocate_list_box p{margin:0 0 0px; font-size:15px;} .advocate_list_box hr{margin: 10px 0;} .advocate_list_box .btn{font-size: 16px;} .advocate_list_box .btn-success{background-color: #5cb85c;border-color: #4cae4c;} .advocate_list_box .btn-black{background-color: #000;border-color: #000;} .advocate_list_box .btn-black:hover{background-color: #333 !important;border-color: #333 !important;} .lawyers_thum{max-width:100%; max-height:160px;border: solid 1px #ccc;padding: 7px;border-radius: 4px;} .rating_wrap{width:110px; height:110px; line-height:30px; border-radius:50%; border:solid 2px #009a00;position: absolute;right: 20px;top: 60px; text-align:center;padding-top:20px; font-weight:600;} .rating_wrap .rating_bg{background:#009a00; color:#fff; padding:4px 6px; font-size:15px;} .rating_wrap p{font-weight:600; font-size:14px;} .shadow_box{padding:25px; margin-bottom:30px;box-shadow: 0 0 4px 6px #f1f1f1;border: solid 1px #d0d0d0; position:relative;} .shadow_box .form-group{margin-bottom:25px;} .form-control{background: #fff;border-radius: 4px;height: 44px;border: solid 1px #ababab;color: #000;font-size: 16px;font-weight: 400;} .footer-parallax-container.bg-color, .footer-parallax-container>.content, .section-empty{width:100%;margin-top: 30px;} .advs-box-top-icon:not(.boxed) .icon {background:#000; font-size: 40px;height: 90px;width: 90px;padding: 0;margin-top: -80px;line-height: 85px;color: #fff !important;} .advs-box-top-icon:hover .icon{background:#dc373d;} .advs-box-side-icon.boxed-inverse, .advs-box-top-icon.boxed-inverse{min-height:220px;box-shadow: 0 0 6px 6px #f1f1f1;border: solid 1px #eaeaea; border-radius:4px;} .advs-box-side-icon.boxed-inverse, .advs-box-top-icon.boxed-inverse:hover{background:#ffd5d5;box-shadow:0 0 6px 6px #c5c5c5;} .advs-box-side-icon.boxed-inverse, .advs-box-top-icon.boxed-inverse h3{margin-top:50px;} .dashboard .form-group{margin-bottom:40px;} .dashboard .table-responsive{max-height:450px; overflow-y:auto;} .customer_dashboard .advs-box-top-icon:hover .icon{background:#000;} .customer_dashboard .advs-box-top-icon:not(.boxed) .icon {background:#3cb765;} .customer_dashboard .advs-box-side-icon.boxed-inverse, .customer_dashboard .advs-box-top-icon.boxed-inverse:hover{background:#ddf7d8;} .btn_info{background:#3cb765 !important;} .font30{font-size:30px;} .mt5{margin-top:5px !important;} .user_profile_img span{color:#000; font-size:16px;top: 12px;position: relative;} .user_profile_img img{max-width: 100%;max-height: 250px;border: solid 1px #ececec;display: inline-block;margin: 20px 0 0 10px;} .price{list-style-type: none;border: 1px solid #eee;margin: 0;padding: 0;-webkit-transition: 0.3s;transition: 0.3s; border-radius:8px; overflow:hidden;} .price:hover {box-shadow: 0 8px 12px 0 rgba(0,0,0,0.2)} .price .header {background-color: #b3b98b;color: white;font-size: 25px;} .price li {border-bottom: 1px solid #eee;padding: 20px;text-align: center;} .price .grey {background-color: #eee;font-size: 20px;} .price .btn{padding:10px 30px; font-size:16px; text-transform:uppercase; margin:15px 0;} .header-base {min-height: 50px;padding: 10px 0px; margin-top:30px;} .header-base h1{margin:0px !important; font-size: 25px;text-transform: uppercase;} .header-base .breadcrumb {margin: 10px 0 0;} .header-base .breadcrumb li, .header-base .breadcrumb.b a {color: #999;font-size: 14px;} .header-base .breadcrumb li.active{color: #fff; opacity:1;} .pb10{padding-bottom: 10px;} .admin_user span{color:#000; font-size:16px;top: 12px;position: relative;} .admin_user img{width: 50px;height: 50px;overflow: hidden;border-radius: 50%;border: solid 1px #ececec;display: inline-block;margin: 20px 0 0 10px;} .admin_header{width:calc(100% - 70px);} .navbar-mini .navbar-left {padding-left: 277px;} .inner_page{min-height:450px;} .legal_news .flexslider .slides {width:100%!important;} .legal_news .flexslider .slides>li {width:50%!important;} .counter_box {padding:100px 0;} .mt35 {margin-top:35px!important;} textarea{min-height:80px;} .shrt_uploadedImgInput {float: left;color: #0000FF;font-size: 15px;} .shrt_uploadedImgInput span input[type="file"] {float: right;margin-right: 5px;} .shrt_fileUpload {overflow: hidden;position: relative;background: none repeat scroll 0 0 #fff;border: solid 1px #ccc;border-radius: 6px;color: #333;float: left;font-size: 14px;outline: medium none;padding: 9px 20px;cursor: pointer;} .shrt_fileUpload input.upload {cursor: pointer;margin: 0;opacity: 0;padding: 0;position: absolute;right: 0;top: 0;width: 100%;} #shrt_filename, #shrt_filename2{float: left;width: calc(100% - 134px);white-space: nowrap;overflow: hidden;text-overflow: ellipsis;padding: 8px 8px;border: solid 1px #ccc;border-radius: 0 4px 4px 0;position: absolute;margin-left: -6px;background: #fff;height: 46px;} .customer_dashboard{} /* MEDIA CSS*/ @media (max-width:1024px){ .advocate_list_box .btn {font-size: 14px;} } @media (max-width:992px){ .advocate_list_box .col-md-3{width:25%; float:left;} .advocate_list_box .col-md-9{width:75%; float:left;} .advocate_list_box .col-md-4{width:50%; float:left;} a.img-bubble{margin-bottom: 0px!important;} .navbar-mini .navbar-left{padding-left:0px;} .minisocial-group{display:none;} .admin_header {width: 100%;} } @media (max-width:767px){ .advocate_list_box .col-md-3{width:25%;} .advocate_list_box .col-md-9{width:75%;} .text-l {font-size: 22px!important;line-height: 28px !important;} body, p {font-size: 14px;line-height: 22px;} } @media (max-width:575px){ .advocate_list_box .col-md-3{width:100%; text-align:center;} .advocate_list_box .col-md-9{width:100%; text-align:center;} .advocate_list_box .col-md-4{width:100%; float:left;} .rating_wrap{top: 0;position: relative;left: 0;right: 0;margin: auto;} .col-md-3:not(.widget), .col-md-6, .col-md-9, footer .col-md-4 .col-md-6 {width: 100%;} .header-base {margin-top: 0px;} .navbar-brand{float:none;} .navbar-brand img {text-align: center;margin: auto;} } @media (max-width:480px){ .admin_header .col-xs-6{width: 100%; text-align:center;} .admin_user{width:100%; text-align:center;} .admin_user img{width: 40px;height: 40px;margin: 0 0 8px 10px;} .admin_user span{top:0px;} }
public/css/custom.css
a {color: #dc373d;text-decoration: none;} a:hover{color: #000;text-decoration: none;} body, h1, h2, h3, h4, h5, h6, p{font-weight: 400;} footer a{color: #696969;} .mb20{margin-bottom:20px !important;} .search_filter{padding:0px;-webkit-box-shadow:0 2px 3px 0 rgba(0,0,0,.16),0 2px 10px 0 rgba(0,0,0,.12);box-shadow:0 2px 3px 0 rgba(0,0,0,.16),0 2px 10px 0 rgba(0,0,0,.12)} .search_filter .form-control {background: #fbfbfb;border-radius: 4px;height: 40px;border: solid 1px #dc373d;color: #000;font-size: 16px;font-weight: 400;} .region_filter{padding:10px;border-bottom:1px solid #e7e7e7} .custom_filter_Search{padding:10px;margin-bottom:10px;border-bottom:1px solid #e7e7e7} .filter_heading{border-bottom: 1px solid #dc373d;padding: 7px 7px 4px;background: #dc373d;color: #fff;} .filter_heading a{color:#fff} .filter_heading h3{padding:0px; margin:0px; font-size:20px;text-transform: uppercase;} .second_heading{color:#dc373d; font-size:20px; font-weight:500;background: #ffe0e0;padding: 6px;border-radius: 4px;} /*Custom Radio And Checkbox*/ .search_filter input[type="checkbox"], .search_filter input[type="radio"]{position: absolute;right: 9000px;} /*Check box*/ .search_filter label{font-weight:500; font-size:15px;} .form-check{margin: 8px 0 0;padding: 0 5px;width: 100%;} .search_filter input[type="checkbox"] + .label-text:before{content: "\f096";font-family: "FontAwesome";speak: none;font-style: normal;font-weight: normal;font-variant: normal;text-transform: none;line-height: 1;-webkit-font-smoothing:antialiased;width: 1em;display: inline-block;margin-right: 5px;} .search_filter input[type="checkbox"]:checked + .label-text:before{content: "\f14a";color: #2980b9;animation: effect 250ms ease-in;} .search_filter input[type="checkbox"]:disabled + .label-text{color: #aaa;} .search_filter input[type="checkbox"]:disabled + .label-text:before{content: "\f0c8";color: #ccc;} /*Radio box*/ .search_filter input[type="radio"] + .label-text:before{content: "\f10c";font-family: "FontAwesome";speak: none;font-style: normal;font-weight: normal;font-variant: normal;text-transform: none;line-height: 1;-webkit-font-smoothing:antialiased;width: 1em;display: inline-block;margin-right: 5px;} .search_filter input[type="radio"]:checked + .label-text:before{content: "\f192";color: #dc373d;animation: effect 250ms ease-in;} .search_filter input[type="radio"]:disabled + .label-text{color: #aaa;} .search_filter input[type="radio"]:disabled + .label-text:before{content: "\f111";color: #ccc;} .mb10{margin-bottom:10px;} .mt0{margin-top:0px;} .advocate_list_box{padding:15px 10px 0px; margin-bottom:30px;box-shadow: 0 0 4px 6px #f1f1f1;border: solid 1px #d0d0d0; position:relative;} .advocate_list_box:after{content: "";position: absolute;left: 0;top: 0;height: 6px;width: 90px;background: #dc373d;z-index: 100;} .advocate_list_box p{margin:0 0 0px; font-size:15px;} .advocate_list_box hr{margin: 10px 0;} .advocate_list_box .btn{font-size: 16px;} .advocate_list_box .btn-success{background-color: #5cb85c;border-color: #4cae4c;} .advocate_list_box .btn-black{background-color: #000;border-color: #000;} .advocate_list_box .btn-black:hover{background-color: #333 !important;border-color: #333 !important;} .lawyers_thum{max-width:100%; max-height:160px;border: solid 1px #ccc;padding: 7px;border-radius: 4px;} .rating_wrap{width:110px; height:110px; line-height:30px; border-radius:50%; border:solid 2px #009a00;position: absolute;right: 20px;top: 60px; text-align:center;padding-top:20px; font-weight:600;} .rating_wrap .rating_bg{background:#009a00; color:#fff; padding:4px 6px; font-size:15px;} .rating_wrap p{font-weight:600; font-size:14px;} .shadow_box{padding:25px; margin-bottom:30px;box-shadow: 0 0 4px 6px #f1f1f1;border: solid 1px #d0d0d0; position:relative;} .shadow_box .form-group{margin-bottom:25px;} .form-control{background: #fff;border-radius: 4px;height: 44px;border: solid 1px #ababab;color: #000;font-size: 16px;font-weight: 400;} .footer-parallax-container.bg-color, .footer-parallax-container>.content, .section-empty{width:100%;margin-top: 30px;} .advs-box-top-icon:not(.boxed) .icon {background:#000; font-size: 40px;height: 90px;width: 90px;padding: 0;margin-top: -80px;line-height: 85px;color: #fff !important;} .advs-box-top-icon:hover .icon{background:#dc373d;} .advs-box-side-icon.boxed-inverse, .advs-box-top-icon.boxed-inverse{min-height:220px;box-shadow: 0 0 6px 6px #f1f1f1;border: solid 1px #eaeaea; border-radius:4px;} .advs-box-side-icon.boxed-inverse, .advs-box-top-icon.boxed-inverse:hover{background:#ffd5d5;box-shadow:0 0 6px 6px #c5c5c5;} .advs-box-side-icon.boxed-inverse, .advs-box-top-icon.boxed-inverse h3{margin-top:50px;} .dashboard .form-group{margin-bottom:40px;} .dashboard .table-responsive{max-height:450px; overflow-y:auto;} .customer_dashboard .advs-box-top-icon:hover .icon{background:#000;} .customer_dashboard .advs-box-top-icon:not(.boxed) .icon {background:#3cb765;} .customer_dashboard .advs-box-side-icon.boxed-inverse, .customer_dashboard .advs-box-top-icon.boxed-inverse:hover{background:#ddf7d8;} .btn_info{background:#3cb765 !important;} .font30{font-size:30px;} .mt5{margin-top:5px !important;} .user_profile_img span{color:#000; font-size:16px;top: 12px;position: relative;} .user_profile_img img{max-width: 100%;max-height: 250px;border: solid 1px #ececec;display: inline-block;margin: 20px 0 0 10px;} .price{list-style-type: none;border: 1px solid #eee;margin: 0;padding: 0;-webkit-transition: 0.3s;transition: 0.3s; border-radius:8px; overflow:hidden;} .price:hover {box-shadow: 0 8px 12px 0 rgba(0,0,0,0.2)} .price .header {background-color: #b3b98b;color: white;font-size: 25px;} .price li {border-bottom: 1px solid #eee;padding: 20px;text-align: center;} .price .grey {background-color: #eee;font-size: 20px;} .price .btn{padding:10px 30px; font-size:16px; text-transform:uppercase; margin:15px 0;} .header-base {min-height: 50px;padding: 10px 0px; margin-top:30px;} .header-base h1{margin:0px !important; font-size: 25px;text-transform: uppercase;} .header-base .breadcrumb {margin: 10px 0 0;} .header-base .breadcrumb li, .header-base .breadcrumb.b a {color: #999;font-size: 14px;} .header-base .breadcrumb li.active{color: #fff; opacity:1;} .pb10{padding-bottom: 10px;} .admin_user span{color:#000; font-size:16px;top: 12px;position: relative;} .admin_user img{width: 50px;height: 50px;overflow: hidden;border-radius: 50%;border: solid 1px #ececec;display: inline-block;margin: 20px 0 0 10px;} .admin_header{width:calc(100% - 70px);} .navbar-mini .navbar-left {padding-left: 277px;} .inner_page{min-height:450px;} .legal_news .flexslider .slides {width:100%!important;} .legal_news .flexslider .slides>li {width:50%!important;} .counter_box {padding:100px 0;} .mt35 {margin-top:35px!important;} textarea{min-height:80px;} .shrt_uploadedImgInput {float: left;color: #0000FF;font-size: 15px;} .shrt_uploadedImgInput span input[type="file"] {float: right;margin-right: 5px;} .shrt_fileUpload {overflow: hidden;position: relative;background: none repeat scroll 0 0 #fff;border: solid 1px #ccc;border-radius: 6px;color: #333;float: left;font-size: 14px;outline: medium none;padding: 9px 20px;cursor: pointer;} .shrt_fileUpload input.upload {cursor: pointer;margin: 0;opacity: 0;padding: 0;position: absolute;right: 0;top: 0;width: 100%;} #shrt_filename, #shrt_filename2{float: left;width: calc(100% - 134px);white-space: nowrap;overflow: hidden;text-overflow: ellipsis;padding: 8px 8px;border: solid 1px #ccc;border-radius: 0 4px 4px 0;position: absolute;margin-left: -6px;background: #fff;height: 46px;} .customer_dashboard{} /* MEDIA CSS*/ @media (max-width:1024px){ .advocate_list_box .btn {font-size: 14px;} } @media (max-width:992px){ .advocate_list_box .col-md-3{width:25%; float:left;} .advocate_list_box .col-md-9{width:75%; float:left;} .advocate_list_box .col-md-4{width:50%; float:left;} a.img-bubble{margin-bottom: 0px!important;} .navbar-mini .navbar-left{padding-left:0px;} .minisocial-group{display:none;} .admin_header {width: 100%;} } @media (max-width:767px){ .advocate_list_box .col-md-3{width:25%;} .advocate_list_box .col-md-9{width:75%;} .text-l {font-size: 22px!important;line-height: 28px !important;} body, p {font-size: 14px;line-height: 22px;} } @media (max-width:575px){ .advocate_list_box .col-md-3{width:100%; text-align:center;} .advocate_list_box .col-md-9{width:100%; text-align:center;} .advocate_list_box .col-md-4{width:100%; float:left;} .rating_wrap{top: 0;position: relative;left: 0;right: 0;margin: auto;} .col-md-3:not(.widget), .col-md-6, .col-md-9, footer .col-md-4 .col-md-6 {width: 100%;} .header-base {margin-top: 0px;} .navbar-brand{float:none;} .navbar-brand img {text-align: center;margin: auto;} } @media (max-width:480px){ .admin_header .col-xs-6{width: 100%; text-align:center;} .admin_user{width:100%; text-align:center;} .admin_user img{width: 40px;height: 40px;margin: 0 0 8px 10px;} .admin_user span{top:0px;} }
0.249996
0.107297
@import url(./variables.css); * { margin: 0; padding: 0; color: var(--color-white); scroll-behavior: smooth; } body { position: relative; width: 100%; height: 100%; font-family: var(--font-family); background: var(--color-gray-strong); } .main-header { z-index: 4; position: fixed; top: 0; display: inline-flex; align-items: center; flex-wrap: wrap; width: 100%; height: var(--header-height); padding: 0 var(--space-xxl); color: var(--color-yellow); transition: all 0.4s ease; } .main-header.sticky { background-color: var(--color-gray-strong); box-shadow: var(--box-shadow-big); } .main-header a { color: var(--color-yellow); text-decoration: none; } .main-header nav { display: flex; flex-wrap: wrap; width: 100%; background: transparent; } .main-header .nav-about { flex-basis: initial; flex-wrap: nowrap; justify-content: flex-end; align-self: center; padding: 0 var(--space-xxl); } .main-header .nav-about > ul { display: inline-flex; margin: 0; padding: 0; background: transparent; list-style: none; } .main-header .nav-about ul li:first-of-type::after { content: '/'; font-size: 0.9rem; color: var(--color-yellow); margin-right: var(--space-xxs); } .main-header .nav-about a { padding: var(--space-xs) 0; font-size: 0.9rem; } @media (max-width: 900px) { .main-header { display: none; } } @media (max-width: 1024px) { .main-header .nav-about { justify-content: center; } } /* Main content */ main.main-content { overflow: hidden; background: var(--color-gray); } main a { position: relative; color: var(--color-yellow); text-decoration: none; cursor: pointer; transition: all cubic-bezier(0.12, 0.00, 0.12, 1.00) .2s; } main a:hover, main a:focus, main a:active, main a:visited { text-decoration: none; color: var(--color-yellow); } main a::after { content: ''; position: absolute; bottom: 0; left: 0; width: 100%; height: 1px; background-color: var(--color-yellow); transition: all cubic-bezier(0.12, 0.00, 0.12, 1.00) .2s; opacity: 0; } main a:hover::after { transform: translateY(1.5px); opacity: 1; } .main-content header { position: relative; display: flex; flex-direction: column; align-items: center; justify-content: flex-end; width: 100%; height: calc(100vh - var(--header-height)); min-height: 600px; } .main-content header .welcome-img { z-index: 0; position: fixed; top: 0; left: 0; width: 100%; height: 100%; background-image: url("../img/home.webp"); background-repeat: no-repeat; background-position: center; background-size: cover; opacity: 0.4; will-change: transform; } @media (max-width: 1024px) { .main-content header .welcome-img { position: absolute; } } #welcome::before { z-index: 1; content: ''; position: absolute; bottom: 0; height: 278px; width: 100%; background: linear-gradient(180deg, rgba(51, 51, 51, 0) 0%, #333333 100%); } #welcome .container, #welcome .container .intro { z-index: 1; } .title { font-size: 32px; line-height: 37px; color: var(--color-yellow); } .content { z-index: 1; position: relative; height: 100%; background: var(--color-gray); } .content section { position: relative; padding: var(--space-xxl) 0; } .intro { display: flex; flex-direction: column; justify-content: center; width: 100%; max-width: 1100px; height: 278px; margin: auto; } .intro .name { margin: var(--space-xs) 0; font-size: 2.3rem; line-height: 2.4rem; color: var(--color-white); } .intro .role { margin: 0; font-size: 1.4rem; line-height: 1.5rem; color: var(--color-yellow); } .content .main-container { max-width: 900px; } .content .container p { margin: var(--space-l) 0; font-size: 1.1rem; } .content .item { display: flex; flex-direction: column; align-content: center; } .content .item .item-content { display: flex; flex-direction: column; margin-top: var(--space-s); } .content .item > .item-title { display: flex; justify-content: flex-start; align-items: center; } .content .item > .item-title h3 { margin: 0 0 0 var(--space-xxs); font-size: 1.11rem; color: var(--color-yellow); } .content .item .item-title i { flex: 0 0 16px; display: flex; justify-content: center; align-content: center; height: 16px; font-size: 14px; color: var(--color-yellow); } .content .item .item-content > ul { display: flex; flex-direction: column; list-style: none; } .content .item .item-content li > a { font-size: 1.1rem; color: var(--color-white); } @media (max-width: 600px) { .item { margin: var(--space-s) 0; } .content .item > .item-title { display: flex; justify-content: center; align-content: center; align-items: center; } .content .item .item-content > ul { text-align: center; } } #hobbies .container { max-width: 900px; } #contact { z-index: 1; position: relative; height: 100%; padding: var(--space-xxl) 0; background: var(--color-gray); } #contact .container { position: relative; display: flex; align-items: flex-start; justify-content: center; flex-direction: column; height: 100%; max-width: 900px; } #contact .container .item > ul { margin-top: var(--space-m); display: inline-flex; flex-direction: column; list-style: none; } #contact .container .item > ul li { margin: var(--space-xxs) 0; } #contact .container .item ul li a { text-decoration: none; font-size: 1.1rem; color: var(--color-white); } #contact .container .item i { color: var(--color-yellow); } /* Footer */ .content .footer { display: inline-flex; align-items: center; width: 100%; height: var(--footer-height); padding: 0; background: var(--color-gray-strong); } .content .container .copyright { margin: 0; text-align: center; color: var(--color-white); font-size: 0.9rem; } .content .container .copyright a { color: var(--color-white); text-decoration: none; } #date { color: var(--color-white); } @media (max-width: 600px) { #contact .container .item > ul { display: flex; flex-direction: column; align-content: center; } }
css/style.css
@import url(./variables.css); * { margin: 0; padding: 0; color: var(--color-white); scroll-behavior: smooth; } body { position: relative; width: 100%; height: 100%; font-family: var(--font-family); background: var(--color-gray-strong); } .main-header { z-index: 4; position: fixed; top: 0; display: inline-flex; align-items: center; flex-wrap: wrap; width: 100%; height: var(--header-height); padding: 0 var(--space-xxl); color: var(--color-yellow); transition: all 0.4s ease; } .main-header.sticky { background-color: var(--color-gray-strong); box-shadow: var(--box-shadow-big); } .main-header a { color: var(--color-yellow); text-decoration: none; } .main-header nav { display: flex; flex-wrap: wrap; width: 100%; background: transparent; } .main-header .nav-about { flex-basis: initial; flex-wrap: nowrap; justify-content: flex-end; align-self: center; padding: 0 var(--space-xxl); } .main-header .nav-about > ul { display: inline-flex; margin: 0; padding: 0; background: transparent; list-style: none; } .main-header .nav-about ul li:first-of-type::after { content: '/'; font-size: 0.9rem; color: var(--color-yellow); margin-right: var(--space-xxs); } .main-header .nav-about a { padding: var(--space-xs) 0; font-size: 0.9rem; } @media (max-width: 900px) { .main-header { display: none; } } @media (max-width: 1024px) { .main-header .nav-about { justify-content: center; } } /* Main content */ main.main-content { overflow: hidden; background: var(--color-gray); } main a { position: relative; color: var(--color-yellow); text-decoration: none; cursor: pointer; transition: all cubic-bezier(0.12, 0.00, 0.12, 1.00) .2s; } main a:hover, main a:focus, main a:active, main a:visited { text-decoration: none; color: var(--color-yellow); } main a::after { content: ''; position: absolute; bottom: 0; left: 0; width: 100%; height: 1px; background-color: var(--color-yellow); transition: all cubic-bezier(0.12, 0.00, 0.12, 1.00) .2s; opacity: 0; } main a:hover::after { transform: translateY(1.5px); opacity: 1; } .main-content header { position: relative; display: flex; flex-direction: column; align-items: center; justify-content: flex-end; width: 100%; height: calc(100vh - var(--header-height)); min-height: 600px; } .main-content header .welcome-img { z-index: 0; position: fixed; top: 0; left: 0; width: 100%; height: 100%; background-image: url("../img/home.webp"); background-repeat: no-repeat; background-position: center; background-size: cover; opacity: 0.4; will-change: transform; } @media (max-width: 1024px) { .main-content header .welcome-img { position: absolute; } } #welcome::before { z-index: 1; content: ''; position: absolute; bottom: 0; height: 278px; width: 100%; background: linear-gradient(180deg, rgba(51, 51, 51, 0) 0%, #333333 100%); } #welcome .container, #welcome .container .intro { z-index: 1; } .title { font-size: 32px; line-height: 37px; color: var(--color-yellow); } .content { z-index: 1; position: relative; height: 100%; background: var(--color-gray); } .content section { position: relative; padding: var(--space-xxl) 0; } .intro { display: flex; flex-direction: column; justify-content: center; width: 100%; max-width: 1100px; height: 278px; margin: auto; } .intro .name { margin: var(--space-xs) 0; font-size: 2.3rem; line-height: 2.4rem; color: var(--color-white); } .intro .role { margin: 0; font-size: 1.4rem; line-height: 1.5rem; color: var(--color-yellow); } .content .main-container { max-width: 900px; } .content .container p { margin: var(--space-l) 0; font-size: 1.1rem; } .content .item { display: flex; flex-direction: column; align-content: center; } .content .item .item-content { display: flex; flex-direction: column; margin-top: var(--space-s); } .content .item > .item-title { display: flex; justify-content: flex-start; align-items: center; } .content .item > .item-title h3 { margin: 0 0 0 var(--space-xxs); font-size: 1.11rem; color: var(--color-yellow); } .content .item .item-title i { flex: 0 0 16px; display: flex; justify-content: center; align-content: center; height: 16px; font-size: 14px; color: var(--color-yellow); } .content .item .item-content > ul { display: flex; flex-direction: column; list-style: none; } .content .item .item-content li > a { font-size: 1.1rem; color: var(--color-white); } @media (max-width: 600px) { .item { margin: var(--space-s) 0; } .content .item > .item-title { display: flex; justify-content: center; align-content: center; align-items: center; } .content .item .item-content > ul { text-align: center; } } #hobbies .container { max-width: 900px; } #contact { z-index: 1; position: relative; height: 100%; padding: var(--space-xxl) 0; background: var(--color-gray); } #contact .container { position: relative; display: flex; align-items: flex-start; justify-content: center; flex-direction: column; height: 100%; max-width: 900px; } #contact .container .item > ul { margin-top: var(--space-m); display: inline-flex; flex-direction: column; list-style: none; } #contact .container .item > ul li { margin: var(--space-xxs) 0; } #contact .container .item ul li a { text-decoration: none; font-size: 1.1rem; color: var(--color-white); } #contact .container .item i { color: var(--color-yellow); } /* Footer */ .content .footer { display: inline-flex; align-items: center; width: 100%; height: var(--footer-height); padding: 0; background: var(--color-gray-strong); } .content .container .copyright { margin: 0; text-align: center; color: var(--color-white); font-size: 0.9rem; } .content .container .copyright a { color: var(--color-white); text-decoration: none; } #date { color: var(--color-white); } @media (max-width: 600px) { #contact .container .item > ul { display: flex; flex-direction: column; align-content: center; } }
0.41324
0.068226
@import url(hacks.css); /* CSS filters and browser specific CSS */ @import url(collapse.css); /* CSS for collapsing sections on post pages */ /* Accessibility fixes by <NAME> and <NAME> April 2007 */ * {margin: 0; padding: 0;} body {background: #191919; color: #000; font: 72%/160% Tahoma, Verdana, "Lucida Sans Unicode", Helvetica, Arial, sans-serif; text-align: left;} h2, h3, h4, h5, h6, p, ul, ol, dl, address, img {margin: 0 20px; padding: .5em 0;} h1, h2, h3, h4, h5, h6 {font-family: Helvetica, Arial, sans-serif; font-weight: bold;} h1 {display: inline; float: left; width: 40%; min-height: 55px; margin-left: 20px; padding-left: 75px; background:#191919 url(../../../../files/theme/h1.png) no-repeat 0 0; font-size: 200%;} h1:hover, h1:focus, h1:active {background: url(../../../../files/theme/h1-h.png) no-repeat 0 0;} h1 span {display: block; color: #fff; font-size: 80%;} h2 {font-size: 160%;} h3 {clear: left; font-size: 140%;} h4 {font-size: 120%;} h5 {font-size: 110%;} h6 {font-size: 100%;} img, img a {border: none;} p {max-width: 64em; font-size: 100%;} a {text-decoration: underline;} a:link, a:visited {color: #645014;} a:hover, a:active, a:focus {color: #7F6619;} address {font-style: normal;} address span {display: block;} pre {padding-left: 20px; font-size: 1em;} code, pre {color: #666; font: 1em monaco, courier, monospace; font-weight: normal;} ul {list-style-type: disc;} li {max-width: 64em;} dt {font: 110% Helvetica, Arial, sans-serif; font-weight: bold; max-width: 64em;} dt span {display: block; font-weight: normal;} dd {margin-bottom: .5em; max-width: 64em;} dd p img {display: block; float: none;} dd blockquote {margin: .5em 0;} dd pre, dd ul {padding-left: 0;} dd+dt {margin-top:2em;} blockquote {margin-left:20px; border-left: 1px solid #666; padding-left: 20px;} q:before, q:after {content:"";} form {margin: .5em 20px;} fieldset {border: 1px solid #ccc; padding: 1em;} label {margin-bottom: .5em; cursor: pointer;} input, textarea {background: #fff; color: #191919; font: 100% Tahoma, Verdana, "Lucida Sans Unicode", Helvetica, Arial, sans-serif;} input:hover, input:active, input:focus, textarea:hover, textarea:active, textarea:focus {border-color: #7f6619;} dd p, blockquote p, form p {margin-left: 0;} table {margin-left: 20px; border-collapse: collapse; max-width: 62em;} caption {margin: 1em 0 0 20px; font-weight: bold;} th {border-bottom: 1px solid #666; padding-right: 1em; text-align: left;} td {border-bottom: 1px solid #666; padding: .5em 1em .5em .25em; font: 100% Tahoma, Verdana, "Lucida Sans Unicode", Helvetica, Arial, sans-serif; vertical-align: top;} td+td {border-left: 1px solid #666;} hr, legend {display:none;} abbr.dtstart, abbr.dtend {border: none;} /* layout sections specifics */ /* container */ #container {width: 100%; background: #fff;} /* branding */ #branding {width: 100%; overflow: hidden; border-bottom: 1px solid #fff; padding: 3em 0 2em 0; background: #191919;} #branding a:link, #branding a:visited {color: #fc3; text-decoration: none;} /* skip */ a#skip {display: block; position:absolute; top:0; left:0; width:100%; padding: 0 0 1em 0; background: transparent; font-weight: bold; text-align: center;} a#skip:link, a#skip:visited {color: #191919;} a#skip:hover, a#skip:focus, a#skip:active {background: #fc3 url(../../../../files/theme/a-01.gif) no-repeat center bottom;} /* nav-main */ #nav-main {width: 100%; overflow: hidden; border-top: 1px solid #ffe699; border-bottom: 1px solid #ffe699; padding: .35em 0; background: #ba9425 url(../../../../files/theme/nav-main.png) repeat-x 0 100%;} #nav-main ul {float: left; list-style-type: none;} #nav-main li {display: inline;} #nav-main a {float: left; border-right: 1px solid #fff; padding: 0 .75em; font-size: 110%; font-weight: bold; text-decoration: none;} #nav-main a:link, #nav-main a:visited {color: #191919; } #nav-main a:hover, #nav-main a:focus {color: #000; } #nav-main ul li:last-child a {border-right: 0;} /* fm-search */ #fm-search {float: left; width: 40%; margin: 0; border-right: 1px solid #fff; padding: .5em 0 ; color: #191919; } #fm-search fieldset {border: 0px solid #ccc; padding: 0 0 0 20px;} #fm-search label {display: inline; margin: 0; padding: 0 10px 0 0; } #fm-search label span {padding-right: 10px; color: #191919; font-size: 110%; font-weight: bold; } #fm-search input.search {width: 14em; border: 1px solid #ad8a22; padding: 2px; color: #191919; } /* content */ #content {float: left; width: 100%; border-top: 1px solid #645014; font-size:110%;} /* content-main */ #content-main {float: none; width: 100%; min-height:250px; padding: 0 0 2em 0; background: #fff url(../../../../files/theme/content-main.png) repeat-x;} #content-main ol, #content-main ul {padding-left:20px;} #content-main table {margin-right:5px;} #content-main table th {padding:.2em;} #content-main h2+p, #content-main p.role, .individual #content-main #content-summary h2+p {font-size: 110%; font-weight: bold;} #content-main hr {display: block; width: 75%; margin: 1em auto;} #content-main label, #content-main label span {color:#000;} .individual #content-main h2+p {font-size:100%; font-weight:normal;} .individual #content-main blockquote h1, .individual #content-main blockquote h2, .individual #content-main blockquote h3 { margin-left: 0; } /* content-summary */ #content-summary {overflow: hidden; padding-top: 1.5em; background-color: #000;} #content-summary h2, #content-summary p {color: #fff;} #content-summary h2 a {color: #fff; text-decoration:none;} #content-summary code, #content-summary pre {color: #ccc;} #content-summary a, #content-summary a:visited {color: #fc3;} /* content-members */ .content-members {clear: both; overflow: hidden;} .content-members h3 {margin-top:1.2em;} .content-members ul {list-style-type: none;} .content-members li {float: left; width: 14em;} .content-members dl {float: left; min-width:125px; width: 23%; min-height: 16em; margin: 0 20px 1em 20px; border-bottom: 1px solid #999; padding: .5em 0;} .content-members dl ul {margin-left:0; padding-left:0;} .content-members dl li {float:none;} /* collapse-summary */ #collapse-summary {display: block; margin-top: 1.5em; background: #000 url(../../../../files/theme/a-02.png) no-repeat 50% 100%; text-indent: -9999px;} #collapse-summary:hover {background: #000 url(../../../../files/theme/a-02-h.png) no-repeat 50% 100%;} #collapse-summary:focus, #collapse-summary:active {background: #000 url(../../../../files/theme/a-02-f.png) no-repeat 50% 100%;} /* content-replies */ #content-replies {background: #fff;} /* content-sub */ #content-sub {float: none; overflow: hidden; width: 100%; padding-bottom: 2.5em;} #content-sub ul {list-style-type: none;} #content-sub table {width: 90%;} #content-sub code, #content-sub pre {color: #ccc;} #content-sub a:link, #content-sub a:visited {color: #fc3;} #content-sub form div {clear: both;} #content-sub fieldset {float: left; width: 40%; margin: 0 0 .5em 0; border: 0px solid #191919; padding-left: 0;} #content-sub label, #content-sub label span {display: block; color: #000; font-weight: bold;} #content-sub input, #content-sub textarea {min-width: 10em; width: 95%; border: 1px solid #ad8a22; padding: 2px;} #content-sub textarea {height: 16em;} #content-sub form a:link, #content-sub form a:visited {color: #fff;} /* content-branding */ #content-branding {border-bottom: 1px solid #fff; padding: 1.5em 0; background-color: #000;} #content-branding p { min-height:65px; margin-left: 20px; padding-left: 100px; background: url(../../../../files/theme/content-sub-div-p.gif) no-repeat 0 0; color: #fff; font: bold 160%/98% Helvetica, Arial, sans-serif; letter-spacing: -1px;} /* nav-sub */ #nav-sub {margin-top:1em; padding:0;} #nav-sub li {margin:0 0 .7em 0; line-height:normal;} /* more-buzz */ .more-buzz td {width:50%;} /* collapse-form */ #collapse-form {display: block; background: #e3b52d url(../../../../files/theme/a-03.png) no-repeat 50% 0; text-indent: -9999px;} #collapse-form:hover {background: #e3b52d url(../../../../files/theme/a-03-h.png) no-repeat 50% 0;} #collapse-form:focus, #collapse-form:active {background: #e3b52d url(../../../../files/theme/a-03-f.png) no-repeat 50% 0;} /* nav-supp */ #nav-supp {position: relative; clear: both; width: 100%; height: 55px; margin-top: -1px; background: #191919;} #nav-supp a {display: block; position: absolute; top: -15px; left: 50%; width: 56px; height: 56px; margin-left: -36px; color: #fff; background: url(../../../../files/theme/a-04.png) no-repeat; text-indent: -9999px; text-decoration: none;} #nav-supp a:visited {text-decoration: none;} #nav-supp a:hover, #nav-supp a:focus {background: url(../../../../files/theme/a-04-h.png) no-repeat;} /* siteinfo */ #siteinfo {width: 100%; background: #191919;} #siteinfo p {margin: 0 20%; color: #fff;} #siteinfo a:link, #siteinfo a:visited {color: #fc3;} /* template specifics */ body.index h1 {width: 30%; height: 130px; margin-left: 0; background: url(../../../../files/theme/branding-h1.png) no-repeat 50% 50%; text-indent: -9999px;} body.index h1 a {display: block; height: 130px;} body.index #branding blockquote {float: left; width: 40%; border-left: 0px solid #000; color: #fff; font: 240%/92% Helvetica, Arial, sans-serif; font-weight: bold; letter-spacing: -1px;} body.index #content-main h3+p {font-weight: bold;} body.index #content-main h4+p {color: #666;} body.index #content-main h4+p+p {color: #666;} body.index #content-main div {float: left; min-width: 200px; width: 40%; min-height:31em; margin: 0 20px 1em 20px; border-bottom: 1px solid #999; padding: .5em 0 0 0;} body.index #content-main div * {margin: 0;} body.index #content-sub {padding-top:1.5em;} body.index #content-sub #content-branding {display:none;} body.index #content-sub h2+h3+p+p {margin: 0 20px .5em 20px; border-bottom: 1px solid #666; padding: .5em 0 1em 0; font-size: 110%; font-weight: bold;} body.index #content-sub h3+p+p {margin: 0 20px .5em 20px; border-bottom: 1px solid #666; padding: .5em 0 1em 0; font-weight:bold;} body.category #content-main h3+p+p {margin: 0 20px 1em 20px; border-bottom: 1px solid #999; padding: .5em 0 1em 0;} body.individual #content-sub {background: #e3b52d;} body.individual #content-main {min-height:5em;} body.index #container, body.category #container {background: url(../../../../files/theme/container.gif) repeat-y 40% 0;} body.index #content-main, body.category #content-main {float: right; width: 60%; padding: 1.5em 0; background: #fff url(../../../../files/theme/content-main.png) repeat-x;} body.index #content-sub, body.category #content-sub {float: left; min-width: 200px; width: 40%; padding-bottom: 1.5em; background: #191919; color: #fff;} body.index #content-sub ol, body.category #content-sub ol, body.index #content-sub ul, body.category #content-sub ul {padding-left:20px;} body.index #content-sub ul, body.category #content-sub ul {list-style-type:disc;} body.index th, body.category th, body.index td, body.category td {border-bottom:none;} body.index td+td, body.category td+td {border-left:none;} body.index #nav-supp a, body.category #nav-supp a {top: -17px; left: 40%;} body.page #container {background: url(../../../../files/theme/container_page.gif) repeat-y 25% 0;} body.page #content-main {float: right; width: 75%; min-height: 250px; padding: 1.5em 0; background: #fff url(../../../../files/theme/content-main.png) repeat-x;} body.page #content-sub {float: left; width: 25%; padding-bottom: 1.5em; color: #fff;} body.page #content-branding p {padding-left: 0; background-image : none;} body.page #nav-supp a {top: -17px; left: 25%;} /* classes */ .invisible {display: none;} .clear {clear: both;} .left {float: left; margin-left: 20px;} .right {float: right; margin: 1em;} .offleft {position: absolute; left: -9999px;} .callout, .languages {width:185px; float:right; margin:.5em;} .code {width: 90%; margin:0 20px; border: 1px solid #191919; padding: 20px 0; background-color: #ffe699;} dl.post {float: left; min-width: 200px; width: 40%; min-height: 20em; margin: 0 20px 1em 20px; border-bottom: 1px solid #999; padding: .5em 0 0 0;} .topbook {margin: 1em 20px; border-top: 1px solid #999; border-bottom: 1px solid #999; padding: 1em 0 .5em 0;} .book {float: left; min-width: 200px; width: 40%; min-height: 15em; margin: 0 20px 1em 20px; border-bottom: 1px solid #999; padding: .5em 0 0 0;} .icon {min-height:16px; padding:0 0 0 20px; background:url(../../../../files/wasp-t.png) no-repeat;} .example {border-top:1px solid #000; border-bottom:1px solid #000; padding:1em;} .example p {margin:0 0 1em 0; font-weight:bold; padding:0;} .pullquote {width: 10em; margin: 1em; border: 1px solid #191919; background-color: #ffe699; font-weight: bold; font-size: 110%; line-height: 140%;} q.pullquote {padding: 1em;} body.page #content-sub .pullquote {width: auto; border: 1px solid #ccc; background-color: #191919;} .question p, #footer-edutf {font-style: italic;} dl.lead {float: none; width: auto; min-height:1em; height: auto; margin: 0; border-bottom:none; padding: .5em 20px 0 20px;} dl.lead dt {font-size: 110%;} dl.lead dd {margin:0;} dl.lead p {padding-bottom:0; font-size: 110%;} dl.lead img {float: left; margin-right: 1em; border: 1px solid #787878;} li.lead {font-weight:bold;} .member img {float: left; margin: 0 1em 0 0; border: 1px solid #787878; padding:0 !important;} div.archives {float:left; width:40%; margin-left:1em;} div.archives ul {padding-left:1.5em;} .search h5 {padding-bottom:0;} .search p+h5 {border-top:1px solid #ccc;} input.submit {width: auto !important; padding: 1px 1em !important; border: 1px solid #7f6619 !important; border-top-color: #ad8a22; background: #fc3 url(../../../../files/theme/submit.png) repeat-x 0 100%; color: #191919; font: bold 82% Tahoma, Verdana, "Lucida Sans Unicode", Helvetica, Arial, sans-serif; text-transform: uppercase;} input.submit:hover, input.submit:focus {border: 1px solid #5f4b12;} .navigation {clear:both; margin:1em 20px; font-weight:bold;} .navigation .left {margin:0;} .navigation .right {margin:0;} .hilite {color: #fff; background-color: #f93;} /* For Chinese translations */ div[lang="zh"], div.zh {font: 14px/160% Tahoma, Verdana, "Lucida Sans Unicode", Helvetica, "Arial Unicode MS", sans-serif;} /* For ATF Tutorials */ div.atf-tutorial pre {margin:1em 1.5em; padding: 1em; background-color: #efefeb; color: #000;} div.atf-tutorial form {margin:1em 1.5em 2em 1.5em; } div.atf-tutorial code {color: #333;} div.atf-tutorial legend {display:block;} div.atf-tutorial form p {float:none;} /* For ILG content */ .rtl {direction:rtl; text-align:right;} .rtl ul {margin-right: 2em; padding-right: 2em; } .ltr {direction:ltr; text-align:left;} #ilg-member-list {width:17em; float: left; margin-right: 0; } #ilg-map {height:400px; width:500px; margin:1em 0 0 17.5em;} #ilg-map .infobubble {padding-bottom:0px !important; padding-bottom: 10px; font-size:.9em;} .langdef {margin-top: 0; padding-top: 0; font-style: italic; } .langtitle {margin-bottom: 0; padding-bottom: 0 } .languages { border: 1px dotted #fc3; padding: 10px; margin-left: 10px; }
wp/wp-content/themes/web-standards-project/styles.css
@import url(hacks.css); /* CSS filters and browser specific CSS */ @import url(collapse.css); /* CSS for collapsing sections on post pages */ /* Accessibility fixes by <NAME> and <NAME> April 2007 */ * {margin: 0; padding: 0;} body {background: #191919; color: #000; font: 72%/160% Tahoma, Verdana, "Lucida Sans Unicode", Helvetica, Arial, sans-serif; text-align: left;} h2, h3, h4, h5, h6, p, ul, ol, dl, address, img {margin: 0 20px; padding: .5em 0;} h1, h2, h3, h4, h5, h6 {font-family: Helvetica, Arial, sans-serif; font-weight: bold;} h1 {display: inline; float: left; width: 40%; min-height: 55px; margin-left: 20px; padding-left: 75px; background:#191919 url(../../../../files/theme/h1.png) no-repeat 0 0; font-size: 200%;} h1:hover, h1:focus, h1:active {background: url(../../../../files/theme/h1-h.png) no-repeat 0 0;} h1 span {display: block; color: #fff; font-size: 80%;} h2 {font-size: 160%;} h3 {clear: left; font-size: 140%;} h4 {font-size: 120%;} h5 {font-size: 110%;} h6 {font-size: 100%;} img, img a {border: none;} p {max-width: 64em; font-size: 100%;} a {text-decoration: underline;} a:link, a:visited {color: #645014;} a:hover, a:active, a:focus {color: #7F6619;} address {font-style: normal;} address span {display: block;} pre {padding-left: 20px; font-size: 1em;} code, pre {color: #666; font: 1em monaco, courier, monospace; font-weight: normal;} ul {list-style-type: disc;} li {max-width: 64em;} dt {font: 110% Helvetica, Arial, sans-serif; font-weight: bold; max-width: 64em;} dt span {display: block; font-weight: normal;} dd {margin-bottom: .5em; max-width: 64em;} dd p img {display: block; float: none;} dd blockquote {margin: .5em 0;} dd pre, dd ul {padding-left: 0;} dd+dt {margin-top:2em;} blockquote {margin-left:20px; border-left: 1px solid #666; padding-left: 20px;} q:before, q:after {content:"";} form {margin: .5em 20px;} fieldset {border: 1px solid #ccc; padding: 1em;} label {margin-bottom: .5em; cursor: pointer;} input, textarea {background: #fff; color: #191919; font: 100% Tahoma, Verdana, "Lucida Sans Unicode", Helvetica, Arial, sans-serif;} input:hover, input:active, input:focus, textarea:hover, textarea:active, textarea:focus {border-color: #7f6619;} dd p, blockquote p, form p {margin-left: 0;} table {margin-left: 20px; border-collapse: collapse; max-width: 62em;} caption {margin: 1em 0 0 20px; font-weight: bold;} th {border-bottom: 1px solid #666; padding-right: 1em; text-align: left;} td {border-bottom: 1px solid #666; padding: .5em 1em .5em .25em; font: 100% Tahoma, Verdana, "Lucida Sans Unicode", Helvetica, Arial, sans-serif; vertical-align: top;} td+td {border-left: 1px solid #666;} hr, legend {display:none;} abbr.dtstart, abbr.dtend {border: none;} /* layout sections specifics */ /* container */ #container {width: 100%; background: #fff;} /* branding */ #branding {width: 100%; overflow: hidden; border-bottom: 1px solid #fff; padding: 3em 0 2em 0; background: #191919;} #branding a:link, #branding a:visited {color: #fc3; text-decoration: none;} /* skip */ a#skip {display: block; position:absolute; top:0; left:0; width:100%; padding: 0 0 1em 0; background: transparent; font-weight: bold; text-align: center;} a#skip:link, a#skip:visited {color: #191919;} a#skip:hover, a#skip:focus, a#skip:active {background: #fc3 url(../../../../files/theme/a-01.gif) no-repeat center bottom;} /* nav-main */ #nav-main {width: 100%; overflow: hidden; border-top: 1px solid #ffe699; border-bottom: 1px solid #ffe699; padding: .35em 0; background: #ba9425 url(../../../../files/theme/nav-main.png) repeat-x 0 100%;} #nav-main ul {float: left; list-style-type: none;} #nav-main li {display: inline;} #nav-main a {float: left; border-right: 1px solid #fff; padding: 0 .75em; font-size: 110%; font-weight: bold; text-decoration: none;} #nav-main a:link, #nav-main a:visited {color: #191919; } #nav-main a:hover, #nav-main a:focus {color: #000; } #nav-main ul li:last-child a {border-right: 0;} /* fm-search */ #fm-search {float: left; width: 40%; margin: 0; border-right: 1px solid #fff; padding: .5em 0 ; color: #191919; } #fm-search fieldset {border: 0px solid #ccc; padding: 0 0 0 20px;} #fm-search label {display: inline; margin: 0; padding: 0 10px 0 0; } #fm-search label span {padding-right: 10px; color: #191919; font-size: 110%; font-weight: bold; } #fm-search input.search {width: 14em; border: 1px solid #ad8a22; padding: 2px; color: #191919; } /* content */ #content {float: left; width: 100%; border-top: 1px solid #645014; font-size:110%;} /* content-main */ #content-main {float: none; width: 100%; min-height:250px; padding: 0 0 2em 0; background: #fff url(../../../../files/theme/content-main.png) repeat-x;} #content-main ol, #content-main ul {padding-left:20px;} #content-main table {margin-right:5px;} #content-main table th {padding:.2em;} #content-main h2+p, #content-main p.role, .individual #content-main #content-summary h2+p {font-size: 110%; font-weight: bold;} #content-main hr {display: block; width: 75%; margin: 1em auto;} #content-main label, #content-main label span {color:#000;} .individual #content-main h2+p {font-size:100%; font-weight:normal;} .individual #content-main blockquote h1, .individual #content-main blockquote h2, .individual #content-main blockquote h3 { margin-left: 0; } /* content-summary */ #content-summary {overflow: hidden; padding-top: 1.5em; background-color: #000;} #content-summary h2, #content-summary p {color: #fff;} #content-summary h2 a {color: #fff; text-decoration:none;} #content-summary code, #content-summary pre {color: #ccc;} #content-summary a, #content-summary a:visited {color: #fc3;} /* content-members */ .content-members {clear: both; overflow: hidden;} .content-members h3 {margin-top:1.2em;} .content-members ul {list-style-type: none;} .content-members li {float: left; width: 14em;} .content-members dl {float: left; min-width:125px; width: 23%; min-height: 16em; margin: 0 20px 1em 20px; border-bottom: 1px solid #999; padding: .5em 0;} .content-members dl ul {margin-left:0; padding-left:0;} .content-members dl li {float:none;} /* collapse-summary */ #collapse-summary {display: block; margin-top: 1.5em; background: #000 url(../../../../files/theme/a-02.png) no-repeat 50% 100%; text-indent: -9999px;} #collapse-summary:hover {background: #000 url(../../../../files/theme/a-02-h.png) no-repeat 50% 100%;} #collapse-summary:focus, #collapse-summary:active {background: #000 url(../../../../files/theme/a-02-f.png) no-repeat 50% 100%;} /* content-replies */ #content-replies {background: #fff;} /* content-sub */ #content-sub {float: none; overflow: hidden; width: 100%; padding-bottom: 2.5em;} #content-sub ul {list-style-type: none;} #content-sub table {width: 90%;} #content-sub code, #content-sub pre {color: #ccc;} #content-sub a:link, #content-sub a:visited {color: #fc3;} #content-sub form div {clear: both;} #content-sub fieldset {float: left; width: 40%; margin: 0 0 .5em 0; border: 0px solid #191919; padding-left: 0;} #content-sub label, #content-sub label span {display: block; color: #000; font-weight: bold;} #content-sub input, #content-sub textarea {min-width: 10em; width: 95%; border: 1px solid #ad8a22; padding: 2px;} #content-sub textarea {height: 16em;} #content-sub form a:link, #content-sub form a:visited {color: #fff;} /* content-branding */ #content-branding {border-bottom: 1px solid #fff; padding: 1.5em 0; background-color: #000;} #content-branding p { min-height:65px; margin-left: 20px; padding-left: 100px; background: url(../../../../files/theme/content-sub-div-p.gif) no-repeat 0 0; color: #fff; font: bold 160%/98% Helvetica, Arial, sans-serif; letter-spacing: -1px;} /* nav-sub */ #nav-sub {margin-top:1em; padding:0;} #nav-sub li {margin:0 0 .7em 0; line-height:normal;} /* more-buzz */ .more-buzz td {width:50%;} /* collapse-form */ #collapse-form {display: block; background: #e3b52d url(../../../../files/theme/a-03.png) no-repeat 50% 0; text-indent: -9999px;} #collapse-form:hover {background: #e3b52d url(../../../../files/theme/a-03-h.png) no-repeat 50% 0;} #collapse-form:focus, #collapse-form:active {background: #e3b52d url(../../../../files/theme/a-03-f.png) no-repeat 50% 0;} /* nav-supp */ #nav-supp {position: relative; clear: both; width: 100%; height: 55px; margin-top: -1px; background: #191919;} #nav-supp a {display: block; position: absolute; top: -15px; left: 50%; width: 56px; height: 56px; margin-left: -36px; color: #fff; background: url(../../../../files/theme/a-04.png) no-repeat; text-indent: -9999px; text-decoration: none;} #nav-supp a:visited {text-decoration: none;} #nav-supp a:hover, #nav-supp a:focus {background: url(../../../../files/theme/a-04-h.png) no-repeat;} /* siteinfo */ #siteinfo {width: 100%; background: #191919;} #siteinfo p {margin: 0 20%; color: #fff;} #siteinfo a:link, #siteinfo a:visited {color: #fc3;} /* template specifics */ body.index h1 {width: 30%; height: 130px; margin-left: 0; background: url(../../../../files/theme/branding-h1.png) no-repeat 50% 50%; text-indent: -9999px;} body.index h1 a {display: block; height: 130px;} body.index #branding blockquote {float: left; width: 40%; border-left: 0px solid #000; color: #fff; font: 240%/92% Helvetica, Arial, sans-serif; font-weight: bold; letter-spacing: -1px;} body.index #content-main h3+p {font-weight: bold;} body.index #content-main h4+p {color: #666;} body.index #content-main h4+p+p {color: #666;} body.index #content-main div {float: left; min-width: 200px; width: 40%; min-height:31em; margin: 0 20px 1em 20px; border-bottom: 1px solid #999; padding: .5em 0 0 0;} body.index #content-main div * {margin: 0;} body.index #content-sub {padding-top:1.5em;} body.index #content-sub #content-branding {display:none;} body.index #content-sub h2+h3+p+p {margin: 0 20px .5em 20px; border-bottom: 1px solid #666; padding: .5em 0 1em 0; font-size: 110%; font-weight: bold;} body.index #content-sub h3+p+p {margin: 0 20px .5em 20px; border-bottom: 1px solid #666; padding: .5em 0 1em 0; font-weight:bold;} body.category #content-main h3+p+p {margin: 0 20px 1em 20px; border-bottom: 1px solid #999; padding: .5em 0 1em 0;} body.individual #content-sub {background: #e3b52d;} body.individual #content-main {min-height:5em;} body.index #container, body.category #container {background: url(../../../../files/theme/container.gif) repeat-y 40% 0;} body.index #content-main, body.category #content-main {float: right; width: 60%; padding: 1.5em 0; background: #fff url(../../../../files/theme/content-main.png) repeat-x;} body.index #content-sub, body.category #content-sub {float: left; min-width: 200px; width: 40%; padding-bottom: 1.5em; background: #191919; color: #fff;} body.index #content-sub ol, body.category #content-sub ol, body.index #content-sub ul, body.category #content-sub ul {padding-left:20px;} body.index #content-sub ul, body.category #content-sub ul {list-style-type:disc;} body.index th, body.category th, body.index td, body.category td {border-bottom:none;} body.index td+td, body.category td+td {border-left:none;} body.index #nav-supp a, body.category #nav-supp a {top: -17px; left: 40%;} body.page #container {background: url(../../../../files/theme/container_page.gif) repeat-y 25% 0;} body.page #content-main {float: right; width: 75%; min-height: 250px; padding: 1.5em 0; background: #fff url(../../../../files/theme/content-main.png) repeat-x;} body.page #content-sub {float: left; width: 25%; padding-bottom: 1.5em; color: #fff;} body.page #content-branding p {padding-left: 0; background-image : none;} body.page #nav-supp a {top: -17px; left: 25%;} /* classes */ .invisible {display: none;} .clear {clear: both;} .left {float: left; margin-left: 20px;} .right {float: right; margin: 1em;} .offleft {position: absolute; left: -9999px;} .callout, .languages {width:185px; float:right; margin:.5em;} .code {width: 90%; margin:0 20px; border: 1px solid #191919; padding: 20px 0; background-color: #ffe699;} dl.post {float: left; min-width: 200px; width: 40%; min-height: 20em; margin: 0 20px 1em 20px; border-bottom: 1px solid #999; padding: .5em 0 0 0;} .topbook {margin: 1em 20px; border-top: 1px solid #999; border-bottom: 1px solid #999; padding: 1em 0 .5em 0;} .book {float: left; min-width: 200px; width: 40%; min-height: 15em; margin: 0 20px 1em 20px; border-bottom: 1px solid #999; padding: .5em 0 0 0;} .icon {min-height:16px; padding:0 0 0 20px; background:url(../../../../files/wasp-t.png) no-repeat;} .example {border-top:1px solid #000; border-bottom:1px solid #000; padding:1em;} .example p {margin:0 0 1em 0; font-weight:bold; padding:0;} .pullquote {width: 10em; margin: 1em; border: 1px solid #191919; background-color: #ffe699; font-weight: bold; font-size: 110%; line-height: 140%;} q.pullquote {padding: 1em;} body.page #content-sub .pullquote {width: auto; border: 1px solid #ccc; background-color: #191919;} .question p, #footer-edutf {font-style: italic;} dl.lead {float: none; width: auto; min-height:1em; height: auto; margin: 0; border-bottom:none; padding: .5em 20px 0 20px;} dl.lead dt {font-size: 110%;} dl.lead dd {margin:0;} dl.lead p {padding-bottom:0; font-size: 110%;} dl.lead img {float: left; margin-right: 1em; border: 1px solid #787878;} li.lead {font-weight:bold;} .member img {float: left; margin: 0 1em 0 0; border: 1px solid #787878; padding:0 !important;} div.archives {float:left; width:40%; margin-left:1em;} div.archives ul {padding-left:1.5em;} .search h5 {padding-bottom:0;} .search p+h5 {border-top:1px solid #ccc;} input.submit {width: auto !important; padding: 1px 1em !important; border: 1px solid #7f6619 !important; border-top-color: #ad8a22; background: #fc3 url(../../../../files/theme/submit.png) repeat-x 0 100%; color: #191919; font: bold 82% Tahoma, Verdana, "Lucida Sans Unicode", Helvetica, Arial, sans-serif; text-transform: uppercase;} input.submit:hover, input.submit:focus {border: 1px solid #5f4b12;} .navigation {clear:both; margin:1em 20px; font-weight:bold;} .navigation .left {margin:0;} .navigation .right {margin:0;} .hilite {color: #fff; background-color: #f93;} /* For Chinese translations */ div[lang="zh"], div.zh {font: 14px/160% Tahoma, Verdana, "Lucida Sans Unicode", Helvetica, "Arial Unicode MS", sans-serif;} /* For ATF Tutorials */ div.atf-tutorial pre {margin:1em 1.5em; padding: 1em; background-color: #efefeb; color: #000;} div.atf-tutorial form {margin:1em 1.5em 2em 1.5em; } div.atf-tutorial code {color: #333;} div.atf-tutorial legend {display:block;} div.atf-tutorial form p {float:none;} /* For ILG content */ .rtl {direction:rtl; text-align:right;} .rtl ul {margin-right: 2em; padding-right: 2em; } .ltr {direction:ltr; text-align:left;} #ilg-member-list {width:17em; float: left; margin-right: 0; } #ilg-map {height:400px; width:500px; margin:1em 0 0 17.5em;} #ilg-map .infobubble {padding-bottom:0px !important; padding-bottom: 10px; font-size:.9em;} .langdef {margin-top: 0; padding-top: 0; font-style: italic; } .langtitle {margin-bottom: 0; padding-bottom: 0 } .languages { border: 1px dotted #fc3; padding: 10px; margin-left: 10px; }
0.333286
0.100923
.sbHolder { background-color: transparent; border: 1px solid #dcdcdc; font-size: 15px; line-height: 20px; height: 38px; position: relative; width: 100%; float:none; box-shadow: none; -webkit-box-shadow: none; border-radius:3px; } .large-selectbox .sbHolder { height:47px; } .input-group .sbHolder { border-radius: 0 3px 3px 0; } .input-group .large-selectbox { display:table-cell; } .input-group .normal-selectbox { display:table-cell; } .sbSelector { display: block; height: 38px; left: 0; line-height: 38px; outline: none; overflow: hidden; position: absolute; text-indent: 20px; top: 0; width: 100%; } .large-selectbox .sbSelector { height:47px; line-height: 47px; } .sbSelector:link, .sbSelector:visited, .sbSelector:hover { color: #878680; outline: none; text-decoration: none; } .sbToggle { background-image: url(../images/sprites/selectbox.png); background-repeat: no-repeat; background-position: 0 0; display: block; width: 38px; outline: none; position: absolute; right: -2px; top: -1px; height: 38px; } .large-selectbox .sbToggle { width: 47px; height:47px; background-image: url(../images/sprites/selectbox-large.png); background-position: 0 0; right:-1px; } .sbToggleOpen{ background-position: -38px 0; } .large-selectbox .sbToggleOpen { background-position: -47px 0; } .sbHolderDisabled{ background-color: #999; border: solid 1px #aeaeae; } .sbOptions{ background-color: #fff; border: 1px solid #dcdcdc; list-style: none; left: -1px; margin:1px 0 0 ; padding: 0; position: absolute; top: 44px; width: 100%; z-index: 800; overflow-y: auto; box-shadow: 0 1px 2px rgba(0,0,0, 0.045); -webkit-box-shadow: 0 1px 2px rgba(0,0,0, 0.045); } .accordion-panel-body ul.sbOptions { padding:0; } .sbOptions li{ padding: 0; list-style-type:none !important; } .sbOptions a { border-bottom: 1px solid #dadada; display: block; outline: none; padding: 8px 0 8px 20px; font-size:14px; } .sbOptions a:link, .sbOptions a:visited{ color: #878680; text-decoration: none; transition:color 0s; -webkit-transition:color 0s; -moz-transition:color 0s; -ms-transition:color 0s; -o-transition:color 0s; } .sbOptions a:hover, .sbOptions a:focus, .sbOptions a.sbFocus{ color: #fff; background: #7bae23; } .sbOptions li.last a{ border-bottom: none; } .sbOptions .sbDisabled{ border-bottom: dotted 1px #515151; color: #999; display: block; padding: 7px 0 7px 3px; } .sbOptions .sbGroup{ border-bottom: dotted 1px #515151; color: #EBB52D; display: block; font-weight: bold; padding: 7px 0 7px 3px; } .sbOptions .sbSub{ padding-left: 17px; }
public/css/jquery.selectbox.css
.sbHolder { background-color: transparent; border: 1px solid #dcdcdc; font-size: 15px; line-height: 20px; height: 38px; position: relative; width: 100%; float:none; box-shadow: none; -webkit-box-shadow: none; border-radius:3px; } .large-selectbox .sbHolder { height:47px; } .input-group .sbHolder { border-radius: 0 3px 3px 0; } .input-group .large-selectbox { display:table-cell; } .input-group .normal-selectbox { display:table-cell; } .sbSelector { display: block; height: 38px; left: 0; line-height: 38px; outline: none; overflow: hidden; position: absolute; text-indent: 20px; top: 0; width: 100%; } .large-selectbox .sbSelector { height:47px; line-height: 47px; } .sbSelector:link, .sbSelector:visited, .sbSelector:hover { color: #878680; outline: none; text-decoration: none; } .sbToggle { background-image: url(../images/sprites/selectbox.png); background-repeat: no-repeat; background-position: 0 0; display: block; width: 38px; outline: none; position: absolute; right: -2px; top: -1px; height: 38px; } .large-selectbox .sbToggle { width: 47px; height:47px; background-image: url(../images/sprites/selectbox-large.png); background-position: 0 0; right:-1px; } .sbToggleOpen{ background-position: -38px 0; } .large-selectbox .sbToggleOpen { background-position: -47px 0; } .sbHolderDisabled{ background-color: #999; border: solid 1px #aeaeae; } .sbOptions{ background-color: #fff; border: 1px solid #dcdcdc; list-style: none; left: -1px; margin:1px 0 0 ; padding: 0; position: absolute; top: 44px; width: 100%; z-index: 800; overflow-y: auto; box-shadow: 0 1px 2px rgba(0,0,0, 0.045); -webkit-box-shadow: 0 1px 2px rgba(0,0,0, 0.045); } .accordion-panel-body ul.sbOptions { padding:0; } .sbOptions li{ padding: 0; list-style-type:none !important; } .sbOptions a { border-bottom: 1px solid #dadada; display: block; outline: none; padding: 8px 0 8px 20px; font-size:14px; } .sbOptions a:link, .sbOptions a:visited{ color: #878680; text-decoration: none; transition:color 0s; -webkit-transition:color 0s; -moz-transition:color 0s; -ms-transition:color 0s; -o-transition:color 0s; } .sbOptions a:hover, .sbOptions a:focus, .sbOptions a.sbFocus{ color: #fff; background: #7bae23; } .sbOptions li.last a{ border-bottom: none; } .sbOptions .sbDisabled{ border-bottom: dotted 1px #515151; color: #999; display: block; padding: 7px 0 7px 3px; } .sbOptions .sbGroup{ border-bottom: dotted 1px #515151; color: #EBB52D; display: block; font-weight: bold; padding: 7px 0 7px 3px; } .sbOptions .sbSub{ padding-left: 17px; }
0.262747
0.046163
html,body,#root { height: 100vh; } body { font-family: "Montserrat", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif; background: #3e444b; user-select: none; color: #b4c9e0; } textarea { resize: none; } a { color: #eee; text-decoration: none; } a:hover { text-decoration: underline; } .App { background: #24282c; overflow: hidden; flex: 1; display: flex; flex-direction: column; } .wrapper { height: 100%; display: flex; flex-direction: column; } .download-tabs-content { overflow: auto; /* height: 100%; */ flex: 1; } .menu_buttons_container { background: #202225; padding-bottom: 3px; } .menu_buttons_wrapper { margin-left: 3px; } .icon_button { display: inline-block; margin: 0; } .downloads { display: block; overflow: auto; padding: 10px; height: 100%; box-sizing: border-box; } .tool, button { color: #eee; font-size: 11pt; border-radius: 9px; border: 0; margin: 3px; min-width: 35px; min-height: 35px; background: transparent; cursor: pointer; } .tool i { transition: 100ms ease; } .tool:hover, button:hover { background: rgba(102, 112, 123, 0.55); color: white; } .tool:hover i { color: white; } .tool:active, button:active { background: rgba(124, 136, 149, 0.55); } .right { display: flex; justify-content: flex-end; } .downloadPrompt { border-radius: 5px; width: 400px; height: 200px; background: slategrey; } .download-tab { height: 100%; width: 100%; } .download-tabs { width: 100%; /* border: 1px solid #b4c9e0; */ border-bottom: 1px solid #24282c; /* z-index: 150; */ color: #b4c9e0; box-shadow: 0 0 1px 0 #24282c; position: relative; /* top: 1px; */ display: flex; -webkit-justify-content: center; justify-content: center; /* border-top-left-radius: 10px; */ /* border-top-right-radius: 10px; */ /* border-top-right-radius: 10px; */ background: #4f5660; } .download-tabs .tab { width: 100%; transition: 0.125s; cursor: pointer; padding: 5px; text-align: center; } .download-tabs .tab#active { background: #24282c; } .download-tabs .tab:hover { width: 100%; background: #3c434b; } .downloads { display: none; } .downloads#active { display: block; } .download { padding: 10px; /*box-shadow: 0 0 3px 0 rgba(24, 26, 29, 0.9);*/ border-radius: 10px; background: rgba(36, 40, 44, 0.9); font-weight: 300; position: relative; transition: 0.45s ease; margin: 5px 0; overflow: auto; } b { font-weight: 900; } .download * { -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; } .download.done { background: #00ca56; } .download.pending { background: #72257c; } .download.awaiting { background: #ff7238; } .download.failed { background: #b81d27; } .download.done *, .download.failed * { color: #3c434b; } .download .download-details { font-size: small; user-select: text; } .download .download-detail { margin: 0 10px; padding: 0; display: block; color: #aaa; word-wrap: break-word; } .download.failed .download-detail { color: #202225 !important; } .download.done .download-detail, .download.failed .download-detail { color: #66727f; } .download .header { width: 100%; display: flex; justify-content: space-between; } .download .header .tools { float: right; display: flex; /*position: absolute;*/ /*right: 10px;*/ } .download .header h2 { float: left; display: block; color: #eee; margin-block-start: 0; margin-block-end: 0; } .download.done .header h2, .download.failed .header h2 { color: #181b1e; } .progress-bar > .progress-visual { position: absolute; top: -15px; font-size: 15px; text-align: center; left: 50%; transform: translateX(-50%); } .progress-bar > .progress-visual > span { width: 40px; height: 40px; position: relative; line-height: 30px; padding: 5px; background: #b4c9e0; box-shadow: 0 0 3px 0 #3e444b; border-radius: 100px; display: flex; align-items: center; justify-content: center; } .progress-bar { width: 100%; margin-top: 5px; position: relative; height: 12px; /*padding: 10px;*/ } .progress-bar-wrapper { border-radius: 15px; border: none; background: #b4c9e0; /*box-shadow: 1px 0 3px 0 #8d9daf;*/ position: relative; display: block; height: 100%; } .progress-bar-wrapper.failed .progress-bar-inner { background: #b81d27; } .progress-bar.container { display: flex; } .progress-bar-inner { background: cornflowerblue; display: block; position: relative; height: 100%; /*border-radius: inherit;*/ transition: 400ms ease; } .progress-bar-wrapper .chunk { background: rgba(126, 128, 133, 0.8); border-radius: inherit; width: 30px; left: 100px; display: block; position: absolute; z-index: 2; top: 0; height: 100%; } *::-webkit-scrollbar { width: 6px; } *::-webkit-scrollbar-track { /*box-shadow: inset 0 0 6px rgba(0,0,0,0.3);*/ } *::-webkit-scrollbar-thumb { background-color: cornflowerblue; outline: none; border-radius: 100px; } .prompt { position: fixed; top: 25%; left: 50%; transform: translateX(-50%) translateY(-25%); background: #202225; color: #eeeeee; border-radius: 10px; padding: 20px; box-shadow: 0 0 2px 0 #3e444b; } input, textarea { /*box-shadow: rgba(0.1, 0.1, 0.1, 0.2) 0 5px 30px;*/ /* border: 2px solid #4f5660; */ background: #303237; color: #eee; border-radius: 6px; font-size: 11pt; } .formItem input, .formItem textarea { border-radius: 8px 8px 0 0; /*border-bottom-right-radius: 0;*/ /*border-bottom-left-radius: 0;*/ } .right-align { width: 100%; display: flex; justify-content: flex-end; } .formItem .suggestions { width: 100%; color: #eee; background: #3e444b; z-index: 10; /*border: 2px solid #4f5660;*/ border-bottom-left-radius: 6px; border-bottom-right-radius: 6px; position: relative; overflow: hidden; top: 100%; bottom: 5px; } .suggestion { padding: 4px 8px; color: #eee; overflow: hidden; text-overflow: ellipsis; width: 100%; white-space: nowrap; } .suggestion:hover { background: rgba(24, 27, 31, 0.64); } .formItem { position: relative; border-radius: 10px; } .formItem .suggestions:focus { display: none; } .about-details { margin-left: 20px; padding-bottom: 10px; } .about-details li { display: flex; width: 100%; border-bottom: 1px solid #3c434b; padding: 5px 0; } .about-details li span, .about-details li b { width: 100%; } .about-details li span { text-align: right; } .suggestion.focused { background: #4f5660; } textarea { height: auto; min-height: 2rem; } .monospace { font-family: "Cutive Mono", monospace; font-size: 1.1em; } .right { display: flex; } .flex { display: flex; } .flex .progress { margin: 0 5px; line-height: 2em; text-align: center; min-width: 5em; }
src/css/App.css
html,body,#root { height: 100vh; } body { font-family: "Montserrat", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif; background: #3e444b; user-select: none; color: #b4c9e0; } textarea { resize: none; } a { color: #eee; text-decoration: none; } a:hover { text-decoration: underline; } .App { background: #24282c; overflow: hidden; flex: 1; display: flex; flex-direction: column; } .wrapper { height: 100%; display: flex; flex-direction: column; } .download-tabs-content { overflow: auto; /* height: 100%; */ flex: 1; } .menu_buttons_container { background: #202225; padding-bottom: 3px; } .menu_buttons_wrapper { margin-left: 3px; } .icon_button { display: inline-block; margin: 0; } .downloads { display: block; overflow: auto; padding: 10px; height: 100%; box-sizing: border-box; } .tool, button { color: #eee; font-size: 11pt; border-radius: 9px; border: 0; margin: 3px; min-width: 35px; min-height: 35px; background: transparent; cursor: pointer; } .tool i { transition: 100ms ease; } .tool:hover, button:hover { background: rgba(102, 112, 123, 0.55); color: white; } .tool:hover i { color: white; } .tool:active, button:active { background: rgba(124, 136, 149, 0.55); } .right { display: flex; justify-content: flex-end; } .downloadPrompt { border-radius: 5px; width: 400px; height: 200px; background: slategrey; } .download-tab { height: 100%; width: 100%; } .download-tabs { width: 100%; /* border: 1px solid #b4c9e0; */ border-bottom: 1px solid #24282c; /* z-index: 150; */ color: #b4c9e0; box-shadow: 0 0 1px 0 #24282c; position: relative; /* top: 1px; */ display: flex; -webkit-justify-content: center; justify-content: center; /* border-top-left-radius: 10px; */ /* border-top-right-radius: 10px; */ /* border-top-right-radius: 10px; */ background: #4f5660; } .download-tabs .tab { width: 100%; transition: 0.125s; cursor: pointer; padding: 5px; text-align: center; } .download-tabs .tab#active { background: #24282c; } .download-tabs .tab:hover { width: 100%; background: #3c434b; } .downloads { display: none; } .downloads#active { display: block; } .download { padding: 10px; /*box-shadow: 0 0 3px 0 rgba(24, 26, 29, 0.9);*/ border-radius: 10px; background: rgba(36, 40, 44, 0.9); font-weight: 300; position: relative; transition: 0.45s ease; margin: 5px 0; overflow: auto; } b { font-weight: 900; } .download * { -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; } .download.done { background: #00ca56; } .download.pending { background: #72257c; } .download.awaiting { background: #ff7238; } .download.failed { background: #b81d27; } .download.done *, .download.failed * { color: #3c434b; } .download .download-details { font-size: small; user-select: text; } .download .download-detail { margin: 0 10px; padding: 0; display: block; color: #aaa; word-wrap: break-word; } .download.failed .download-detail { color: #202225 !important; } .download.done .download-detail, .download.failed .download-detail { color: #66727f; } .download .header { width: 100%; display: flex; justify-content: space-between; } .download .header .tools { float: right; display: flex; /*position: absolute;*/ /*right: 10px;*/ } .download .header h2 { float: left; display: block; color: #eee; margin-block-start: 0; margin-block-end: 0; } .download.done .header h2, .download.failed .header h2 { color: #181b1e; } .progress-bar > .progress-visual { position: absolute; top: -15px; font-size: 15px; text-align: center; left: 50%; transform: translateX(-50%); } .progress-bar > .progress-visual > span { width: 40px; height: 40px; position: relative; line-height: 30px; padding: 5px; background: #b4c9e0; box-shadow: 0 0 3px 0 #3e444b; border-radius: 100px; display: flex; align-items: center; justify-content: center; } .progress-bar { width: 100%; margin-top: 5px; position: relative; height: 12px; /*padding: 10px;*/ } .progress-bar-wrapper { border-radius: 15px; border: none; background: #b4c9e0; /*box-shadow: 1px 0 3px 0 #8d9daf;*/ position: relative; display: block; height: 100%; } .progress-bar-wrapper.failed .progress-bar-inner { background: #b81d27; } .progress-bar.container { display: flex; } .progress-bar-inner { background: cornflowerblue; display: block; position: relative; height: 100%; /*border-radius: inherit;*/ transition: 400ms ease; } .progress-bar-wrapper .chunk { background: rgba(126, 128, 133, 0.8); border-radius: inherit; width: 30px; left: 100px; display: block; position: absolute; z-index: 2; top: 0; height: 100%; } *::-webkit-scrollbar { width: 6px; } *::-webkit-scrollbar-track { /*box-shadow: inset 0 0 6px rgba(0,0,0,0.3);*/ } *::-webkit-scrollbar-thumb { background-color: cornflowerblue; outline: none; border-radius: 100px; } .prompt { position: fixed; top: 25%; left: 50%; transform: translateX(-50%) translateY(-25%); background: #202225; color: #eeeeee; border-radius: 10px; padding: 20px; box-shadow: 0 0 2px 0 #3e444b; } input, textarea { /*box-shadow: rgba(0.1, 0.1, 0.1, 0.2) 0 5px 30px;*/ /* border: 2px solid #4f5660; */ background: #303237; color: #eee; border-radius: 6px; font-size: 11pt; } .formItem input, .formItem textarea { border-radius: 8px 8px 0 0; /*border-bottom-right-radius: 0;*/ /*border-bottom-left-radius: 0;*/ } .right-align { width: 100%; display: flex; justify-content: flex-end; } .formItem .suggestions { width: 100%; color: #eee; background: #3e444b; z-index: 10; /*border: 2px solid #4f5660;*/ border-bottom-left-radius: 6px; border-bottom-right-radius: 6px; position: relative; overflow: hidden; top: 100%; bottom: 5px; } .suggestion { padding: 4px 8px; color: #eee; overflow: hidden; text-overflow: ellipsis; width: 100%; white-space: nowrap; } .suggestion:hover { background: rgba(24, 27, 31, 0.64); } .formItem { position: relative; border-radius: 10px; } .formItem .suggestions:focus { display: none; } .about-details { margin-left: 20px; padding-bottom: 10px; } .about-details li { display: flex; width: 100%; border-bottom: 1px solid #3c434b; padding: 5px 0; } .about-details li span, .about-details li b { width: 100%; } .about-details li span { text-align: right; } .suggestion.focused { background: #4f5660; } textarea { height: auto; min-height: 2rem; } .monospace { font-family: "Cutive Mono", monospace; font-size: 1.1em; } .right { display: flex; } .flex { display: flex; } .flex .progress { margin: 0 5px; line-height: 2em; text-align: center; min-width: 5em; }
0.418816
0.07056
.loginBackground { position: relative; width: 100%; } .loginCardBack { position: relative; padding-top: 30px; padding-bottom: 20px; width: 95%; max-width: 300px; border-radius: 3px; background-color: #fff; -webkit-box-shadow: 2px 3px 15px 2px rgba(0, 0, 0, 0.05); -moz-box-shadow: 2px 3px 15px 2px rgba(0, 0, 0, 0.05); box-shadow: 2px 3px 15px 2px rgba(0, 0, 0, 0.05); margin: auto; margin-top: 30vh; } .loginTextBox { position: relative; width: 100%; } .loginTextBox h3 { position: relative; position: relative; font-family: "Open Sans", sans-serif; font-weight: bold; font-size: 20px; color: #000; text-align: center; padding-bottom: 30px; } .loginTextBox form { position: relative; margin: auto; } .formFieldBox { position: relative; width: 90%; margin: auto; height: 45px; margin-bottom: 10px; } .formFieldBox input { position: relative; width: 90%; padding-top: 10px; padding-bottom: 10px; padding-left: 4.7%; padding-right: 4.7%; margin: auto; color: #000; font-size: 16px; display: inline-block; background-color: #f3f3f3; border-radius: 3px; border-color: #999; border-style: solid; border-width: 1px; font-family: "Open Sans", sans-serif; } .formFieldBox input::-webkit-input-placeholder { /* WebKit, Blink, Edge */ color: #999; } .formFieldBox input:-moz-placeholder { /* Mozilla Firefox 4 to 18 */ color: #999; opacity: 1; } .formFieldBox input::-moz-placeholder { /* Mozilla Firefox 19+ */ color: #999; opacity: 1; } .formFieldBox input:-ms-input-placeholder { /* Internet Explorer 10-11 */ color: #999; } .formFieldBox input::-ms-input-placeholder { /* Microsoft Edge */ color: #999; } ::placeholder { /* Most modern browsers support this now. */ color: #999; } .formFieldBox input:focus { border-radius: 2px; border-color: #0066ff; background-color: #fff; } .formFieldBtn { position: relative; width: 90%; margin: auto; height: 38px; border-radius: 3px; background-color: transparent; } .formFieldBtn button { position: relative; width: 100%; height: 100%; border: none; color: #fff; border-radius: 3px; font-family: "Open Sans", sans-serif; border-radius: 4px; background: linear-gradient(145deg, #005ce6, #006dff); cursor: pointer; } .formFieldBtn button:focus { border: none; border-radius: 0px; } .formFieldBtn button:hover { opacity: .7; }
ecom/frontend/src/components/style/auth.css
.loginBackground { position: relative; width: 100%; } .loginCardBack { position: relative; padding-top: 30px; padding-bottom: 20px; width: 95%; max-width: 300px; border-radius: 3px; background-color: #fff; -webkit-box-shadow: 2px 3px 15px 2px rgba(0, 0, 0, 0.05); -moz-box-shadow: 2px 3px 15px 2px rgba(0, 0, 0, 0.05); box-shadow: 2px 3px 15px 2px rgba(0, 0, 0, 0.05); margin: auto; margin-top: 30vh; } .loginTextBox { position: relative; width: 100%; } .loginTextBox h3 { position: relative; position: relative; font-family: "Open Sans", sans-serif; font-weight: bold; font-size: 20px; color: #000; text-align: center; padding-bottom: 30px; } .loginTextBox form { position: relative; margin: auto; } .formFieldBox { position: relative; width: 90%; margin: auto; height: 45px; margin-bottom: 10px; } .formFieldBox input { position: relative; width: 90%; padding-top: 10px; padding-bottom: 10px; padding-left: 4.7%; padding-right: 4.7%; margin: auto; color: #000; font-size: 16px; display: inline-block; background-color: #f3f3f3; border-radius: 3px; border-color: #999; border-style: solid; border-width: 1px; font-family: "Open Sans", sans-serif; } .formFieldBox input::-webkit-input-placeholder { /* WebKit, Blink, Edge */ color: #999; } .formFieldBox input:-moz-placeholder { /* Mozilla Firefox 4 to 18 */ color: #999; opacity: 1; } .formFieldBox input::-moz-placeholder { /* Mozilla Firefox 19+ */ color: #999; opacity: 1; } .formFieldBox input:-ms-input-placeholder { /* Internet Explorer 10-11 */ color: #999; } .formFieldBox input::-ms-input-placeholder { /* Microsoft Edge */ color: #999; } ::placeholder { /* Most modern browsers support this now. */ color: #999; } .formFieldBox input:focus { border-radius: 2px; border-color: #0066ff; background-color: #fff; } .formFieldBtn { position: relative; width: 90%; margin: auto; height: 38px; border-radius: 3px; background-color: transparent; } .formFieldBtn button { position: relative; width: 100%; height: 100%; border: none; color: #fff; border-radius: 3px; font-family: "Open Sans", sans-serif; border-radius: 4px; background: linear-gradient(145deg, #005ce6, #006dff); cursor: pointer; } .formFieldBtn button:focus { border: none; border-radius: 0px; } .formFieldBtn button:hover { opacity: .7; }
0.329284
0.070144
:root { font-size: 16px; } html { padding: 0 1em; background: #F7F7FA; } body { font-family: sans-serif; max-width: 50rem; margin: 1em auto; -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscaled; box-sizing: border-box; font-weight: 300; } header { text-align: center; } header img { height: .8em; } button { outline: none; padding: 0; margin: 0; } h1 { font-family: Didot, "Vidaloka", serif; font-size: 3em; color: #000; display: inline-block; position: relative; text-shadow: 1px 1px 0 #EDEDED, 3px 3px 0 rgba(0, 0, 0, .05) } h3 { font-family: Didot, "Vidaloka", serif; font-weight: bold; font-size: 2.2em; } @media (max-width: 640px) { h3 { font-size: 5vw; } } h1:hover { text-shadow: 1px 1px 0 #EDEDED, 3px 3px 0 rgba(0, 0, 0, .2) } h1 a { color: #000; text-decoration: none; border-bottom: none; } a { font-family: Didot, "Vidaloka", serif; color: #000; text-decoration: none; padding-bottom: .16rem; border-bottom: 1px solid rgba(0, 0, 0, .3); } input[type="search"] { font-size: 1.4em; border-radius: .25em; background-color: #fff; background-image: url(../images/search-icon.png); background-repeat: no-repeat; background-position: center right 8px; background-size: 4%; box-shadow: 0 .1em .1em 0 rgba(0, 0, 0, .1); border: solid 1px rgba(0, 0, 0, .2); border-bottom: 1px solid rgba(0, 0, 0, .3); padding: .4em; width: 100%; margin: 1em 0; -webkit-appearance: none; -moz-appearance: none; appearance: none; outline: none; } input[type="search"]::-webkit-search-cancel-button { right: .4em; position: relative; } input[type="search"]:not(:invalid) { background: #fff; } pre { background: #333; color: #fff; padding: 0 1em; border-radius: .25em; overflow: auto; } pre:first-of-type { margin-top: 2em; } .search { position: relative; } .search .toggle { position: absolute; top: 64%; right: 7%; -webkit-transform: translateY(-50%); transform: translateY(-50%); font-size: 3.5em; color: rgba(0, 0, 0, .25); display: block; width: 1em; height: 1em; text-align: center; line-height: 1em; -webkit-appearance: none; -moz-appearance: none; appearance: none; background: none; border: none; } .search .toggle:hover:after { content: attr(data-tooltip); position: absolute; top: -46px; left: -96px; color: #fff; border-radius: .25em; padding: .35rem; background: rgba(0, 0, 0, .8); font-size: 1rem; width: 170px; opacity: 1; font-family: system, -apple-system, sans-serif; line-height: 1; } .search .toggle.clicked { color: rgba(0, 0, 0, .5); } .results { display: -webkit-flex; display: -ms-flexbox; display: flex; -webkit-flex-wrap: wrap; -ms-flex-wrap: wrap; -o-flex-wrap: wrap; flex-wrap: wrap; -webkit-flex-direction: row; -moz-flex-direction: row; -ms-flex-direction: row; -o-flex-direction: row; flex-direction: row; -webkit-justify-content: center; -ms-flex-pack: center; justify-content: center; } .results blockquote { -webkit-flex-basis: 8em; -ms-flex-preferred-size: 8em; flex-basis: 8em; border: 1px solid black; padding: 1em; border-radius: .25em; background-color: #fff; box-shadow: 0 2px 2px 0 rgba(0, 0, 0, .1); border: solid 1px rgba(155, 155, 155, .2); margin: .5em; font-size: .95em; line-height: 1.3em; font-weight: 400; text-align: center; } .results cite { font-size: .95em; vertical-align: bottom; display: inline-block; font-style: normal; font-weight: 400; margin-top: 1.2em; -webkit-font-smoothing: subpixel-antialiased; } .results.classes blockquote.visible { border-bottom: 5px solid #86BA68; -webkit-order: 1; -ms-flex-order: 1; order: 1; } .results.classes blockquote.hidden { border-bottom: 5px solid #D15E39; display: block; -webkit-order: 2; -ms-flex-order: 2; order: 2; } footer { color:#111; position: fixed; left: 0px; bottom: 0px; width: 100%; height: 120px; background-color: #eee; z-index: 1; text-align: center; } footer a{ font-family: "Vidaloka", serif; color: #000; text-decoration: none; padding-bottom: .20rem; font-size: 1.2em; border-bottom: 1px solid rgba(0, 0, 0, .3); margin: .4em; } @media (max-width: 640px) { footer { font-size: .8em; padding: 1em 0; line-height: 2; } } .hidden { display: none; } .pull-right { float: right; } span.separator { font-family: Didot, "Vidaloka", serif; font-size: 2.2em; display: block; min-height: 100px; position: relative; } span.separator:after { content: attr(data-category); position: absolute; bottom: 0; right: 0; opacity: .55; } @media (max-width: 640px) { span.separator:after { font-size: .8em; } } span.separator:before { content: ''; position: absolute; width: 100%; height: 100%; } span.separator:nth-of-type(odd):before { -moz-transform: scaleX(-1); -o-transform: scaleX(-1); -webkit-transform: scaleX(-1); transform: scaleX(-1); filter: FlipH; -ms-filter: "FlipH"; } span.separator:nth-of-type(odd):after { left: 0; right: inherit; } .microlight { font-family: 'Courier New', monospace; white-space: pre; color: #fff; } @font-face { font-family: 'fc-my-icon'; src: url(font/my.woff?v=2020051114) format("woff"); font-weight: normal; font-style: normal; } [class^="fc-my-icon"], [class*="fc-my-icon-"] { font-family: 'fc-my-icon' !important; speak: none; font-style: normal; font-weight: normal; font-variant: normal; text-transform: none; line-height: 1; -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale; } .fc-my-icon-blog:before { content: "\e001"; } .fc-my-icon-tip:before { content: "\e002"; } .fc-my-icon-me:before { content: "\e003"; } .fc-my-icon-down:before { content: "\e004"; }
src/css/style.css
:root { font-size: 16px; } html { padding: 0 1em; background: #F7F7FA; } body { font-family: sans-serif; max-width: 50rem; margin: 1em auto; -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscaled; box-sizing: border-box; font-weight: 300; } header { text-align: center; } header img { height: .8em; } button { outline: none; padding: 0; margin: 0; } h1 { font-family: Didot, "Vidaloka", serif; font-size: 3em; color: #000; display: inline-block; position: relative; text-shadow: 1px 1px 0 #EDEDED, 3px 3px 0 rgba(0, 0, 0, .05) } h3 { font-family: Didot, "Vidaloka", serif; font-weight: bold; font-size: 2.2em; } @media (max-width: 640px) { h3 { font-size: 5vw; } } h1:hover { text-shadow: 1px 1px 0 #EDEDED, 3px 3px 0 rgba(0, 0, 0, .2) } h1 a { color: #000; text-decoration: none; border-bottom: none; } a { font-family: Didot, "Vidaloka", serif; color: #000; text-decoration: none; padding-bottom: .16rem; border-bottom: 1px solid rgba(0, 0, 0, .3); } input[type="search"] { font-size: 1.4em; border-radius: .25em; background-color: #fff; background-image: url(../images/search-icon.png); background-repeat: no-repeat; background-position: center right 8px; background-size: 4%; box-shadow: 0 .1em .1em 0 rgba(0, 0, 0, .1); border: solid 1px rgba(0, 0, 0, .2); border-bottom: 1px solid rgba(0, 0, 0, .3); padding: .4em; width: 100%; margin: 1em 0; -webkit-appearance: none; -moz-appearance: none; appearance: none; outline: none; } input[type="search"]::-webkit-search-cancel-button { right: .4em; position: relative; } input[type="search"]:not(:invalid) { background: #fff; } pre { background: #333; color: #fff; padding: 0 1em; border-radius: .25em; overflow: auto; } pre:first-of-type { margin-top: 2em; } .search { position: relative; } .search .toggle { position: absolute; top: 64%; right: 7%; -webkit-transform: translateY(-50%); transform: translateY(-50%); font-size: 3.5em; color: rgba(0, 0, 0, .25); display: block; width: 1em; height: 1em; text-align: center; line-height: 1em; -webkit-appearance: none; -moz-appearance: none; appearance: none; background: none; border: none; } .search .toggle:hover:after { content: attr(data-tooltip); position: absolute; top: -46px; left: -96px; color: #fff; border-radius: .25em; padding: .35rem; background: rgba(0, 0, 0, .8); font-size: 1rem; width: 170px; opacity: 1; font-family: system, -apple-system, sans-serif; line-height: 1; } .search .toggle.clicked { color: rgba(0, 0, 0, .5); } .results { display: -webkit-flex; display: -ms-flexbox; display: flex; -webkit-flex-wrap: wrap; -ms-flex-wrap: wrap; -o-flex-wrap: wrap; flex-wrap: wrap; -webkit-flex-direction: row; -moz-flex-direction: row; -ms-flex-direction: row; -o-flex-direction: row; flex-direction: row; -webkit-justify-content: center; -ms-flex-pack: center; justify-content: center; } .results blockquote { -webkit-flex-basis: 8em; -ms-flex-preferred-size: 8em; flex-basis: 8em; border: 1px solid black; padding: 1em; border-radius: .25em; background-color: #fff; box-shadow: 0 2px 2px 0 rgba(0, 0, 0, .1); border: solid 1px rgba(155, 155, 155, .2); margin: .5em; font-size: .95em; line-height: 1.3em; font-weight: 400; text-align: center; } .results cite { font-size: .95em; vertical-align: bottom; display: inline-block; font-style: normal; font-weight: 400; margin-top: 1.2em; -webkit-font-smoothing: subpixel-antialiased; } .results.classes blockquote.visible { border-bottom: 5px solid #86BA68; -webkit-order: 1; -ms-flex-order: 1; order: 1; } .results.classes blockquote.hidden { border-bottom: 5px solid #D15E39; display: block; -webkit-order: 2; -ms-flex-order: 2; order: 2; } footer { color:#111; position: fixed; left: 0px; bottom: 0px; width: 100%; height: 120px; background-color: #eee; z-index: 1; text-align: center; } footer a{ font-family: "Vidaloka", serif; color: #000; text-decoration: none; padding-bottom: .20rem; font-size: 1.2em; border-bottom: 1px solid rgba(0, 0, 0, .3); margin: .4em; } @media (max-width: 640px) { footer { font-size: .8em; padding: 1em 0; line-height: 2; } } .hidden { display: none; } .pull-right { float: right; } span.separator { font-family: Didot, "Vidaloka", serif; font-size: 2.2em; display: block; min-height: 100px; position: relative; } span.separator:after { content: attr(data-category); position: absolute; bottom: 0; right: 0; opacity: .55; } @media (max-width: 640px) { span.separator:after { font-size: .8em; } } span.separator:before { content: ''; position: absolute; width: 100%; height: 100%; } span.separator:nth-of-type(odd):before { -moz-transform: scaleX(-1); -o-transform: scaleX(-1); -webkit-transform: scaleX(-1); transform: scaleX(-1); filter: FlipH; -ms-filter: "FlipH"; } span.separator:nth-of-type(odd):after { left: 0; right: inherit; } .microlight { font-family: 'Courier New', monospace; white-space: pre; color: #fff; } @font-face { font-family: 'fc-my-icon'; src: url(font/my.woff?v=2020051114) format("woff"); font-weight: normal; font-style: normal; } [class^="fc-my-icon"], [class*="fc-my-icon-"] { font-family: 'fc-my-icon' !important; speak: none; font-style: normal; font-weight: normal; font-variant: normal; text-transform: none; line-height: 1; -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale; } .fc-my-icon-blog:before { content: "\e001"; } .fc-my-icon-tip:before { content: "\e002"; } .fc-my-icon-me:before { content: "\e003"; } .fc-my-icon-down:before { content: "\e004"; }
0.354545
0.145085
* { -webkit-border-radius: 0 !important; -moz-border-radius: 0 !important; border-radius: 0 !important; font-family: 'Exo 2'; } html { position: relative; min-height: 100%; } body { /* Margin bottom by footer height */ margin-bottom: 50px; } footer { position: absolute; bottom: 0; width: 100%; /* Set the fixed height of the footer here */ height: 50px; background-color: #707C8D; padding: 1%; } .admin-footer { background-color: #264348; } .st-sort-descent:before { content: '▴ '; } .st-sort-ascent:before { content: '▾ '; } a:link, a:visited { color: #656D78; } a:hover, a:active { color: #434A54; } footer a:link, footer a:visited { color: #FFFCF3; } footer a:hover, footer a:active { color: #FCF5DC; } footer p { color: #FFFCF3; } nav a { color: #ffffff !important; } h1, h2, h3, h4, h5 { margin-top: 2%; padding-top: 0; } input[type=submit] { width: 20%; } @media (max-width: 992px) { #top-link { visibility: hidden; } } #top-link { cursor: pointer; display: none; position: fixed; left: 0px; top: 0px; padding: 0; z-index: 1; } #top-link:hover { background: rgba(70, 77, 88, 0.2); } #top-link a { display: block; width: 45px; /* Width of image */ height: 45px; /* Height of image */ background: url('../img/top.png') no-repeat; background-size: cover; filter: progid:DXImageTransform.Microsoft.Alpha(opacity=70); /* IE 5.5+*/ -moz-opacity: 0.5; /* Mozilla 1.6 и ниже */ -khtml-opacity: 0.5; /* Konqueror 3.1, Safari 1.1 */ opacity: 0.5; /* CSS3 - Mozilla 1.7b +, Firefox 0.9 +, Safari 1.2+, Opera 9 */ } #top-link:hover a { filter: progid:DXImageTransform.Microsoft.Alpha(opacity=100); /* IE 5.5+*/ -moz-opacity: 1; /* Mozilla 1.6 и ниже */ -khtml-opacity: 1; /* Konqueror 3.1, Safari 1.1 */ opacity: 1; /* CSS3 - Mozilla 1.7b +, Firefox 0.9 +, Safari 1.2+, Opera 9 */ } .hello { padding: 8%; text-align: center; } .hello h1 { margin-top: 1%; font-size: 4.5em; } .icheckbox_flat { vertical-align: top; } .center-block img { display: block; height: auto; max-width: 100%; margin: 10% auto; z-index: 1; } .error-img img { margin: 5% auto !important; } .error-text { font-size: 1.5em; } .about-img { width: 20%; float: left; margin: 2% 2% 2% 0; } .panel-text-right { display: inline-block; float: right; } .panel-text-right a:link, .panel-text-right a:visited { color: #FFFCF3; } .panel-text-right a:hover, .panel-text-right a:active { color: #FCF5DC; } /* Ads style -------------------------------------------------- */ #grid { color: #FFFCF3; } img.logo { width: 100%; } #home .item { padding: 5% 5% 10% 5%; background-color: #707C8D; } #home .item img { width: 100%; } #home .item a:link, #home .item a:visited { color: #FFFCF3; } #home .item a:hover, #home .item a:active { color: #FCF5DC; } #home .item h1 { font-size: 1.5em; } .margin-rl7 { margin-right: 7px; margin-left: 7px; } .margin-t7p { margin-top: 7%; } .panel-wrap { width: 60%; } @media screen and (max-width: 900px) { .panel-wrap { width: 100%; } } #ad-list tr { background-color: #EEEEEE; margin-bottom: 10%; } td.ad-date { vertical-align: middle; } .ad-img img { width: 100%; } .vertical-align { display: flex; align-items: center; } /* No padding -------------------------------------------------- */ .no-padding-all { padding: 0; } .no-padding-rl { padding-left: 0; padding-right: 0; } .no-padding-l { padding-left: 0; } .no-padding-r { padding-right: 0; } .no-padding-tb { padding-top: 0; padding-bottom: 0; } .no-padding-t { padding-top: 0; } .no-padding-b { padding-bottom: 0; } /* No margin -------------------------------------------------- */ .no-margin-all { margin: 0; } .no-margin-rl { margin-left: 0; margin-right: 0; } .no-margin-tb { margin-top: 0; margin-bottom: 0; } .no-margin-t { margin-top: 0; } .no-margin-b { margin-bottom: 0; } /* Fontastic -------------------------------------------------- */ @charset "UTF-8"; @font-face { font-family: "my-font"; src: url("../fonts/my-font.eot"); src: url("../fonts/my-font.eot?#iefix") format("embedded-opentype"), url("../fonts/my-font.woff") format("woff"), url("../fonts/my-font.ttf") format("truetype"), url("../fonts/my-font.svg#my-font") format("svg"); font-weight: normal; font-style: normal; } [data-icon]:before { font-family: "my-font" !important; content: attr(data-icon); font-style: normal !important; font-weight: normal !important; font-variant: normal !important; text-transform: none !important; speak: none; line-height: 1; -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale; } [class^="icon-"]:before, [class*=" icon-"]:before { font-family: "my-font" !important; font-style: normal !important; font-weight: normal !important; font-variant: normal !important; text-transform: none !important; speak: none; line-height: 1; vertical-align: middle; -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale; } .icon-sign-in:before { content: "d"; } .icon-sign-out:before { content: "i"; } .icon-user-add:before { content: "q"; } .icon-widget:before { content: "a"; } .icon-skype:before { content: "b"; } /* Plan table styles -------------------------------------------------- */ table#plans { width: 100%; } table#plans td, th { width: 33%; text-align: center; } /* Post-list -------------------------------------------------- */ .posts :last-child { margin-bottom: 3%; } .post-list { margin-top: 3%; padding: 15px; background-color: #D2D7D3; } .post-list img { width: 150px; } .post-list a:link, .post-list a:visited { color: #656D78; } .post-list a:hover, .post-list a:active { color: #434A54; } .post-list h1 { margin-top: 0; font-size: 1.5em; } .post-list h2 { margin-top: 0; font-size: 1.3em; } .post-list .as-link { border: 0; background: none; text-align: left; } /* Post-detail -------------------------------------------------- */ .post-detail { /*background-color: #D2D7D3;*/ } .post-detail .price { width: 100%; background-color: #F9690E; color: white; padding: 2%; text-align: center; } .post-detail .body { margin-top: 3%; } .post-detail .description { margin: 3% 0 7% 0; } .post-detail .author { padding: 5%; } .post-detail .photo-amount { z-index: 9999; position: absolute; top: 15px; left: 15px; background-color: #F9690E; color: white; padding: 1% 2%; text-align: center; } .post-thumbnail { position: relative; width: 100%; height: 400px; overflow: hidden; } .post-thumbnail img { position: absolute; left: 50%; top: 90%; height: 100%; width: auto; -webkit-transform: translate(-50%, -50%); -ms-transform: translate(-50%, -50%); transform: translate(-50%, -50%); } /* Post add -------------------------------------------------- */ .post-add { } /* Edit profile -------------------------------------------------- */ .edit-profile { } .edit-profile .panel-heading { background-color: #763568; border-bottom: 1px solid #763568; } .btn-iris, .btn-iris:active { background-color: #763568; border: 1px solid #763568; } .btn-iris:hover, .btn-iris:focus { background-color: #8D608C; border: 1px solid #8D608C; } /* Edit profile -------------------------------------------------- */ .admin { margin-bottom: 5%; } .admin th { text-align: left; cursor: pointer; } .admin button { width: 100%; margin: 1px; } .admin .post-list { background-color: #F9F9F9; } .admin .post-list td { vertical-align: middle; } /* Suggestion list for search -------------------------------------------------- */ .media-list { position: absolute; z-index: 1000; display: none; min-width: 25%; padding: 5px 0; margin-top: 5px; background-color: #707C8D; border: 1px solid #707C8D; border: 1px solid rgba(0, 0, 0, 0.15); -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175); box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175); color: #89C4F4; } .media-list .btn-default { color: #434A54 !important; width: 100%; } .media-list li { padding: 0 5px; } .media-list li:not(:last-child) { margin-bottom: 5px; } .media-list a { display: inline-block; width: 100%; } .media-list li.media-list-link:hover, .media-list li.media-list-link:active { background-color: #8598AF; } .media-list img { width: 50px; float: left; margin: 5px 5px 5px 0; } /*glyphicon class*/ .test-margin { margin-left:2px; } .highlight { color: #264348; } span.plan-name, span.plan-end-date { color: #3bafda; font-style: oblique; } #resetdialog { display: none; background-color: #434A54; color: #fff; } div.ui-widget-header { background-color: #434A54 !important; }
application/assets/css/style.css
* { -webkit-border-radius: 0 !important; -moz-border-radius: 0 !important; border-radius: 0 !important; font-family: 'Exo 2'; } html { position: relative; min-height: 100%; } body { /* Margin bottom by footer height */ margin-bottom: 50px; } footer { position: absolute; bottom: 0; width: 100%; /* Set the fixed height of the footer here */ height: 50px; background-color: #707C8D; padding: 1%; } .admin-footer { background-color: #264348; } .st-sort-descent:before { content: '▴ '; } .st-sort-ascent:before { content: '▾ '; } a:link, a:visited { color: #656D78; } a:hover, a:active { color: #434A54; } footer a:link, footer a:visited { color: #FFFCF3; } footer a:hover, footer a:active { color: #FCF5DC; } footer p { color: #FFFCF3; } nav a { color: #ffffff !important; } h1, h2, h3, h4, h5 { margin-top: 2%; padding-top: 0; } input[type=submit] { width: 20%; } @media (max-width: 992px) { #top-link { visibility: hidden; } } #top-link { cursor: pointer; display: none; position: fixed; left: 0px; top: 0px; padding: 0; z-index: 1; } #top-link:hover { background: rgba(70, 77, 88, 0.2); } #top-link a { display: block; width: 45px; /* Width of image */ height: 45px; /* Height of image */ background: url('../img/top.png') no-repeat; background-size: cover; filter: progid:DXImageTransform.Microsoft.Alpha(opacity=70); /* IE 5.5+*/ -moz-opacity: 0.5; /* Mozilla 1.6 и ниже */ -khtml-opacity: 0.5; /* Konqueror 3.1, Safari 1.1 */ opacity: 0.5; /* CSS3 - Mozilla 1.7b +, Firefox 0.9 +, Safari 1.2+, Opera 9 */ } #top-link:hover a { filter: progid:DXImageTransform.Microsoft.Alpha(opacity=100); /* IE 5.5+*/ -moz-opacity: 1; /* Mozilla 1.6 и ниже */ -khtml-opacity: 1; /* Konqueror 3.1, Safari 1.1 */ opacity: 1; /* CSS3 - Mozilla 1.7b +, Firefox 0.9 +, Safari 1.2+, Opera 9 */ } .hello { padding: 8%; text-align: center; } .hello h1 { margin-top: 1%; font-size: 4.5em; } .icheckbox_flat { vertical-align: top; } .center-block img { display: block; height: auto; max-width: 100%; margin: 10% auto; z-index: 1; } .error-img img { margin: 5% auto !important; } .error-text { font-size: 1.5em; } .about-img { width: 20%; float: left; margin: 2% 2% 2% 0; } .panel-text-right { display: inline-block; float: right; } .panel-text-right a:link, .panel-text-right a:visited { color: #FFFCF3; } .panel-text-right a:hover, .panel-text-right a:active { color: #FCF5DC; } /* Ads style -------------------------------------------------- */ #grid { color: #FFFCF3; } img.logo { width: 100%; } #home .item { padding: 5% 5% 10% 5%; background-color: #707C8D; } #home .item img { width: 100%; } #home .item a:link, #home .item a:visited { color: #FFFCF3; } #home .item a:hover, #home .item a:active { color: #FCF5DC; } #home .item h1 { font-size: 1.5em; } .margin-rl7 { margin-right: 7px; margin-left: 7px; } .margin-t7p { margin-top: 7%; } .panel-wrap { width: 60%; } @media screen and (max-width: 900px) { .panel-wrap { width: 100%; } } #ad-list tr { background-color: #EEEEEE; margin-bottom: 10%; } td.ad-date { vertical-align: middle; } .ad-img img { width: 100%; } .vertical-align { display: flex; align-items: center; } /* No padding -------------------------------------------------- */ .no-padding-all { padding: 0; } .no-padding-rl { padding-left: 0; padding-right: 0; } .no-padding-l { padding-left: 0; } .no-padding-r { padding-right: 0; } .no-padding-tb { padding-top: 0; padding-bottom: 0; } .no-padding-t { padding-top: 0; } .no-padding-b { padding-bottom: 0; } /* No margin -------------------------------------------------- */ .no-margin-all { margin: 0; } .no-margin-rl { margin-left: 0; margin-right: 0; } .no-margin-tb { margin-top: 0; margin-bottom: 0; } .no-margin-t { margin-top: 0; } .no-margin-b { margin-bottom: 0; } /* Fontastic -------------------------------------------------- */ @charset "UTF-8"; @font-face { font-family: "my-font"; src: url("../fonts/my-font.eot"); src: url("../fonts/my-font.eot?#iefix") format("embedded-opentype"), url("../fonts/my-font.woff") format("woff"), url("../fonts/my-font.ttf") format("truetype"), url("../fonts/my-font.svg#my-font") format("svg"); font-weight: normal; font-style: normal; } [data-icon]:before { font-family: "my-font" !important; content: attr(data-icon); font-style: normal !important; font-weight: normal !important; font-variant: normal !important; text-transform: none !important; speak: none; line-height: 1; -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale; } [class^="icon-"]:before, [class*=" icon-"]:before { font-family: "my-font" !important; font-style: normal !important; font-weight: normal !important; font-variant: normal !important; text-transform: none !important; speak: none; line-height: 1; vertical-align: middle; -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale; } .icon-sign-in:before { content: "d"; } .icon-sign-out:before { content: "i"; } .icon-user-add:before { content: "q"; } .icon-widget:before { content: "a"; } .icon-skype:before { content: "b"; } /* Plan table styles -------------------------------------------------- */ table#plans { width: 100%; } table#plans td, th { width: 33%; text-align: center; } /* Post-list -------------------------------------------------- */ .posts :last-child { margin-bottom: 3%; } .post-list { margin-top: 3%; padding: 15px; background-color: #D2D7D3; } .post-list img { width: 150px; } .post-list a:link, .post-list a:visited { color: #656D78; } .post-list a:hover, .post-list a:active { color: #434A54; } .post-list h1 { margin-top: 0; font-size: 1.5em; } .post-list h2 { margin-top: 0; font-size: 1.3em; } .post-list .as-link { border: 0; background: none; text-align: left; } /* Post-detail -------------------------------------------------- */ .post-detail { /*background-color: #D2D7D3;*/ } .post-detail .price { width: 100%; background-color: #F9690E; color: white; padding: 2%; text-align: center; } .post-detail .body { margin-top: 3%; } .post-detail .description { margin: 3% 0 7% 0; } .post-detail .author { padding: 5%; } .post-detail .photo-amount { z-index: 9999; position: absolute; top: 15px; left: 15px; background-color: #F9690E; color: white; padding: 1% 2%; text-align: center; } .post-thumbnail { position: relative; width: 100%; height: 400px; overflow: hidden; } .post-thumbnail img { position: absolute; left: 50%; top: 90%; height: 100%; width: auto; -webkit-transform: translate(-50%, -50%); -ms-transform: translate(-50%, -50%); transform: translate(-50%, -50%); } /* Post add -------------------------------------------------- */ .post-add { } /* Edit profile -------------------------------------------------- */ .edit-profile { } .edit-profile .panel-heading { background-color: #763568; border-bottom: 1px solid #763568; } .btn-iris, .btn-iris:active { background-color: #763568; border: 1px solid #763568; } .btn-iris:hover, .btn-iris:focus { background-color: #8D608C; border: 1px solid #8D608C; } /* Edit profile -------------------------------------------------- */ .admin { margin-bottom: 5%; } .admin th { text-align: left; cursor: pointer; } .admin button { width: 100%; margin: 1px; } .admin .post-list { background-color: #F9F9F9; } .admin .post-list td { vertical-align: middle; } /* Suggestion list for search -------------------------------------------------- */ .media-list { position: absolute; z-index: 1000; display: none; min-width: 25%; padding: 5px 0; margin-top: 5px; background-color: #707C8D; border: 1px solid #707C8D; border: 1px solid rgba(0, 0, 0, 0.15); -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175); box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175); color: #89C4F4; } .media-list .btn-default { color: #434A54 !important; width: 100%; } .media-list li { padding: 0 5px; } .media-list li:not(:last-child) { margin-bottom: 5px; } .media-list a { display: inline-block; width: 100%; } .media-list li.media-list-link:hover, .media-list li.media-list-link:active { background-color: #8598AF; } .media-list img { width: 50px; float: left; margin: 5px 5px 5px 0; } /*glyphicon class*/ .test-margin { margin-left:2px; } .highlight { color: #264348; } span.plan-name, span.plan-end-date { color: #3bafda; font-style: oblique; } #resetdialog { display: none; background-color: #434A54; color: #fff; } div.ui-widget-header { background-color: #434A54 !important; }
0.389314
0.147801
.bouton-global { z-index: 2; position: fixed; top: 1%; left: 20%; } .bouton-bar { width: 35px; height: 5px; margin: 6px 2px; } .lateralPane { position: fixed; left: 0px; top: 0%; width: 20%; height: 100%; border-right: 1px solid DeepSkyBlue; padding-top: 0; visibility: visible; z-index: 1; overflow-y: auto; } .paneTable { position: absolute; top: 1%; left: 1%; width: 95%; } .paneLink { cursor: pointer; border-style: initial; border-left: 6px solid #00bfff; padding-bottom: 1%; margin-bottom: 0.5%; padding-left:0.1%; } .paneA { text-decoration:none; font-family:Arial, Helvetica, sans-serif; font-size: large; } .pageContainer { overflow-y: scroll; width: 80%; position: fixed; right: 0.1%; top: 0%; height: 100%; } .divSocialNetwork { position: absolute; top: 0%; right: 4%; padding: 0.3%; } .divSocialNetwork > img { margin: 5px; padding: 5px; border: 2px solid #41406D; border-radius: 20%; } .divSocialNetwork > img:hover { margin-right: 5px; opacity: 0.5; } /* admin page */ .button { padding: 1%; text-decoration: none; border: 2px ridge gray; } .adminTable { position: absolute; width: 95%; top: 12%; right:2%; height: fit-content; border : 1px solid black; border-spacing: 0px; } .adminItems { border-bottom : 1px solid black; } /* create-edit page */ .imgPanel { display:inline-block; position:absolute; width:100%; height:100%; top:10%; left:0%; } .toolsPanel { display:inline-block; position:absolute; width:100%; height:5%; top: 2%; } .topArea { position: absolute; width: 95%; top: 6%; right: 2%; } .titreArea { width:83%; } .dateArea { width:15%; } .articleArea { position: absolute; width: 95%; height: 80%; right: 2%; bottom: 10%; } .bottomArea { position: absolute; width: 80%; right: 4%; bottom: 5%; } /* article text styling */ .dateArticle { text-align:right; font-family: Arial, Helvetica, sans-serif; } b { font-family: Arial, Helvetica, sans-serif; } p, li { padding-left: 5%; padding-right: 5%; font-family: Arial, Helvetica, sans-serif; text-align: justify; } p:first-of-type { text-align: right; } h1 { text-align:center; font-family: Arial, Helvetica, sans-serif; } h2 { text-align:center; font-family: Arial, Helvetica, sans-serif; } h3 { padding-left: 5%; padding-right: 5%; font-family: Arial, Helvetica, sans-serif; } hr { width:10%; height:1%; border-width:0; } /* images styling */ figure { padding-left:5%; text-align:center; } figure > img { margin-left: auto; margin-right: auto; height: 40%; width: auto; } figcaption { margin-left: auto; margin-right: auto; padding-left: 5%; padding-right: 5%; font-family: Arial, Helvetica, sans-serif; } /* preview (thumb) style */ .newsRubrique { display: inline-block; margin: 0.2%; padding: 0.4%; width: 15%; height: fit-content; cursor: pointer; } .newsRubrique > p { text-align:left; padding:0; } .thumbImg { width: 100%; height: auto; } /* precedent, suivant */ .buttonLinkLeft { cursor: pointer; position: absolute; left: 1%; } .buttonLinkLeft > a { text-decoration: none; font-size:24px; } .buttonLinkRight { cursor: pointer; position: absolute; right: 1%; } .buttonLinkRight > a { text-decoration: none; font-size:24px; } /* desktop devices */ @media screen and (min-width: 769px) { p, a, li, ul { font-size:12px; } } /* mobile devices */ @media only screen and (max-width: 768px) { p, a, li, ul { font-size:16px; } h1 { font-size:22px; } h2 { font-size:20px; } h3 { font-size:18px; } .newsRubrique { margin: 0.2%; padding: 0.4%; width: 100%; height: auto; cursor: pointer; } .newsRubrique > p { text-align:left; padding:0; } .thumbImg { width: 100%; height: auto; } .lateralPane { position: relative; left: 0px; top: 0%; width: 100%; height: max-content; border-right: 1px solid DeepSkyBlue; padding-top: 0; visibility: visible; z-index: 1; overflow-y: auto; } .pageContainer { overflow-y: scroll; width: 100%; position: relative; top: 2%; height: 100%; } .bouton-global { display: none; } .bouton-bar { display: none; } .buttonLinkLeft { cursor: pointer; position: absolute; left: 1%; } .buttonLinkLeft > a { text-decoration: none; font-size:64px; } .buttonLinkRight { cursor: pointer; position: absolute; right: 1%; } .buttonLinkRight > a { text-decoration: none; font-size:64px; } }
client/public/style.css
.bouton-global { z-index: 2; position: fixed; top: 1%; left: 20%; } .bouton-bar { width: 35px; height: 5px; margin: 6px 2px; } .lateralPane { position: fixed; left: 0px; top: 0%; width: 20%; height: 100%; border-right: 1px solid DeepSkyBlue; padding-top: 0; visibility: visible; z-index: 1; overflow-y: auto; } .paneTable { position: absolute; top: 1%; left: 1%; width: 95%; } .paneLink { cursor: pointer; border-style: initial; border-left: 6px solid #00bfff; padding-bottom: 1%; margin-bottom: 0.5%; padding-left:0.1%; } .paneA { text-decoration:none; font-family:Arial, Helvetica, sans-serif; font-size: large; } .pageContainer { overflow-y: scroll; width: 80%; position: fixed; right: 0.1%; top: 0%; height: 100%; } .divSocialNetwork { position: absolute; top: 0%; right: 4%; padding: 0.3%; } .divSocialNetwork > img { margin: 5px; padding: 5px; border: 2px solid #41406D; border-radius: 20%; } .divSocialNetwork > img:hover { margin-right: 5px; opacity: 0.5; } /* admin page */ .button { padding: 1%; text-decoration: none; border: 2px ridge gray; } .adminTable { position: absolute; width: 95%; top: 12%; right:2%; height: fit-content; border : 1px solid black; border-spacing: 0px; } .adminItems { border-bottom : 1px solid black; } /* create-edit page */ .imgPanel { display:inline-block; position:absolute; width:100%; height:100%; top:10%; left:0%; } .toolsPanel { display:inline-block; position:absolute; width:100%; height:5%; top: 2%; } .topArea { position: absolute; width: 95%; top: 6%; right: 2%; } .titreArea { width:83%; } .dateArea { width:15%; } .articleArea { position: absolute; width: 95%; height: 80%; right: 2%; bottom: 10%; } .bottomArea { position: absolute; width: 80%; right: 4%; bottom: 5%; } /* article text styling */ .dateArticle { text-align:right; font-family: Arial, Helvetica, sans-serif; } b { font-family: Arial, Helvetica, sans-serif; } p, li { padding-left: 5%; padding-right: 5%; font-family: Arial, Helvetica, sans-serif; text-align: justify; } p:first-of-type { text-align: right; } h1 { text-align:center; font-family: Arial, Helvetica, sans-serif; } h2 { text-align:center; font-family: Arial, Helvetica, sans-serif; } h3 { padding-left: 5%; padding-right: 5%; font-family: Arial, Helvetica, sans-serif; } hr { width:10%; height:1%; border-width:0; } /* images styling */ figure { padding-left:5%; text-align:center; } figure > img { margin-left: auto; margin-right: auto; height: 40%; width: auto; } figcaption { margin-left: auto; margin-right: auto; padding-left: 5%; padding-right: 5%; font-family: Arial, Helvetica, sans-serif; } /* preview (thumb) style */ .newsRubrique { display: inline-block; margin: 0.2%; padding: 0.4%; width: 15%; height: fit-content; cursor: pointer; } .newsRubrique > p { text-align:left; padding:0; } .thumbImg { width: 100%; height: auto; } /* precedent, suivant */ .buttonLinkLeft { cursor: pointer; position: absolute; left: 1%; } .buttonLinkLeft > a { text-decoration: none; font-size:24px; } .buttonLinkRight { cursor: pointer; position: absolute; right: 1%; } .buttonLinkRight > a { text-decoration: none; font-size:24px; } /* desktop devices */ @media screen and (min-width: 769px) { p, a, li, ul { font-size:12px; } } /* mobile devices */ @media only screen and (max-width: 768px) { p, a, li, ul { font-size:16px; } h1 { font-size:22px; } h2 { font-size:20px; } h3 { font-size:18px; } .newsRubrique { margin: 0.2%; padding: 0.4%; width: 100%; height: auto; cursor: pointer; } .newsRubrique > p { text-align:left; padding:0; } .thumbImg { width: 100%; height: auto; } .lateralPane { position: relative; left: 0px; top: 0%; width: 100%; height: max-content; border-right: 1px solid DeepSkyBlue; padding-top: 0; visibility: visible; z-index: 1; overflow-y: auto; } .pageContainer { overflow-y: scroll; width: 100%; position: relative; top: 2%; height: 100%; } .bouton-global { display: none; } .bouton-bar { display: none; } .buttonLinkLeft { cursor: pointer; position: absolute; left: 1%; } .buttonLinkLeft > a { text-decoration: none; font-size:64px; } .buttonLinkRight { cursor: pointer; position: absolute; right: 1%; } .buttonLinkRight > a { text-decoration: none; font-size:64px; } }
0.552057
0.110807
.row_pc-top { position: absolute; top: 0px; left: 0px; z-index: 999; } .dmmenu_mb button{margin-left: 8px;height:20px;} .nav-dm li{ background-color: #CCCCCC; } .contact-form input{width: 90%;height: 30px;} .contact-form .imp{text-align: right;} .contact-form .button{width: 100px;height: 30px;} .contact-form textarea{width: 90%;height: 100px;} .page-navigation{ margin-bottom: 10px; margin-top: 15px; } .page-navigation label{float: left;padding-top: 5px;} .page-navigation span{font-weight: bold; font-size: 14px;} .page-navigation a, .page-navigation .current-page{ margin-left: 15px; margin-right: 15px; display: block; border: 1px solid #000080; width: 30px; height: 30px; float: left; text-align: center; padding: 3px; } .page-navigation .current-page { background-color: #ccc; } @font-face { font-family: 'UTM_Avo'; src: url('../fonts/UTMAvo.eot'); src: url('../fonts/UTMAvo.eot') format('embedded-opentype'), url('../fonts/UTMAvo.woff') format('woff'), url('../fonts/UTMAvo.ttf') format('truetype'), url('../fonts/UTMAvo.svg#fontawesomeregular') format('svg'); font-weight: normal; font-style: normal; } @font-face { font-family: 'UTM_AvoBold'; src: url('../fonts/UTMAvoBold.eot?v=4.3.0'); src: url('../fonts/UTMAvoBold.eot?#iefix&v=4.3.0') format('embedded-opentype'), url('../fonts/UTMAvoBold.woff?v=4.3.0') format('woff'), url('../fonts/UTMAvoBold.ttf?v=4.3.0') format('truetype'), url('../fonts/UTMAvoBold.svg?v=4.3.0#fontawesomeregular') format('svg'); font-weight: normal; font-style: normal; } .des_detail ul, .des_detail ol{ margin-left: 30px; } p { margin: 0px; } a { text-decoration: none; } body { font-family: arial; font-size: 12px; } a:hover { text-decoration: none; cursor: pointer; } * { margin: 0px; padding: 0px; } ul, ol { padding: 0; margin: 0; } li { list-style: none; } .clearfix-5{ height: 5px; clear: both; } .clearfix-13 { height: 13px; clear: both; } .clearfix-20 { height: 20px; clear: both; } .clearfix-23 { height: 23px; clear: both; } .greytable { border-collapse: collapse; border-color: #999999; border-style: solid; border-width: 1px 0 0 1px; margin: 0 0 10px 0; padding: 0; color: #333333; margin-left:1px;} .greytable td { border-color: #999999; border-style: solid; border-width: 0 1px 1px 0; margin: 0; padding: 4px; background: #FFFFFF; font-size: 14px; } /*a.sub-cat-menu{margin-left: 15px;} */ .list_menu_left li a.sub-cat-menu:after { content: none; } .list_menu_left li a.sub-cat-filter{color: #FF0000;font-weight: bold; margin-left: 7px;} .list_menu_left li a.sub-cat-filter:after { content: url("/img/fa-angle-down.png"); } .ctiet-prd{ margin-bottom: 10px; border-radius: 5px; padding:3px 10px; background: #00519d; } .ctiet-prd a{ font-size: 12px; color: #fff; } .bg-cart-add{ color: #fff; border-radius: 5px; padding:7px 10px; background: url("../img/bg-add-cart.png")repeat-x ; background-size: 100% 100%; background-color:red; } .bg-buy-add{ color: #fff; border-radius: 5px; padding:7px 10px; background: url("../img/bg-buy.png")repeat-x ; background-size: 100% 100%; background-color:green; } .bg-cart-add:hover span{ color: #ffff00; } .bg-cart-add span :last-child{ margin-left: 3px; } .bg-cart-add span:first-child { padding-right: 10px; display: inline-block; border-right:1px solid #c92828; } .bg-add-like{ color: #000; border-radius: 5px; padding:7px 10px; background: url("../img/bg-add-like.png")repeat-x ; background-size: 100% 100%; } .bg-add-like:hover span{ color: #ff0000; } .bg-add-like span:first-child { padding-right: 10px; display: inline-block; border-right:1px solid #b5b4b4; } #comment{width: 80%; min-width: 400px; min-height: 200px;} .cart{ font-size: 12px; position: relative; font-weight: bold; text-transform: uppercase; color: #fff; padding:11.5px 7px; background: #3a6eea; } .cart a{ color: #fff; } .cart:before{ content: ''; background:url("../img/bg-giohang.png")no-repeat center left; position: absolute; width: 15px; height: 40px; top: 0px; left: -15px; } .cart i{ margin-right:5px; } .item-cart{ padding:5px 7px 5px 5px; color: #fff; background: #164dd1; margin-left: 5px; border-radius: 5px; } .sub-cat-menu:after { content: none; } li.col-menu-type{ float:left; display: block; } .list_menu_left li ul li a:after { content: none; position: absolute; right: -20px; } .list_menu_left li ul li{ float:left; } /*====================*/ .w_100{ width: 100%; } .h_100{ height: 100% !important; } /*===================================================================*/ .bg_header{ background: #000; padding: 15px 0px; border-bottom: 1px solid #1d1d1d; } .icon_info_top{ max-width: 18px; margin-right: 3px; } .list_info_top li{ float: left; font-size: 14px; color: #fff; padding-right: 20px; } .list_info_top li a{ font-size: 14px; color: #fff; } .list_info_top li a:hover{ color: #ff2527; } .list_menu_top li{ float:left; } .list_menu_top li a{ font-size: 13px; color: #777777; position: relative; display: inline-block; padding-left: 14px; } .list_menu_top li a:hover{ color: #ff2527; } .list_menu_top li a:before{ content: "\f111"; font: normal normal normal 8px/1 fontawesome; position: absolute; top: 4px; left: 5px; color: #ff2527; } .list_menu_top li:first-child a:before{ content: "" !important; } .drop_input_search{ position: absolute; z-index: 20 !important; } .group_search{ position: relative; z-index: 50; border: 2px solid #357cbc; border-radius: 30px; background: #357cbc; max-width: 625px; margin: auto; } .icon_bg{ height: 50px; border: 0; border-top-left-radius: 30px; border-bottom-left-radius: 30px; padding-left: 30px; } .open>.dropdown-toggle.bg_cate_search{ background-image: url("../img/icon_search_cate.png"); } .bg_cate_search{ background: #fff url("../img/icon_search_cate.png") no-repeat right top; padding-right: 42px; height: 50px; border: 0; border-radius: 0; } .bg_cate_search:hover, .bg_cate_search:focus, .bg_cate_search.focus, .bg_cate_search.active{ background-color: #fff !important; border-color: #fff !important; } .butt_search{ height: 50px; width: 70px; border: 0; border-top-right-radius: 30px; border-bottom-right-radius: 30px; background: #357cbc; } .butt_search:before{ content: "\f002"; font: normal normal normal 16px/1 fontawesome; color: #fff; } .butt_search:hover, .butt_search.focus, .butt_search.focus, .butt_search:active{ background-color: #357cbc !important; border-color: #fff !important; } .butt_search:focus, .butt_search:active:focus{ outline: 0; } .z_butt_search{ border-top-right-radius: 30px; border-bottom-right-radius: 30px; background: #357cbc; } .logo_pc{ width: 100%; } .list_link_top li{ float: left; padding-right: 7px; padding-top: 15px; } .list_link_top li .icon_link_top{ display: inline-block; width: 25px; height: 25px; line-height: 25px; text-align: center; border-radius: 7px; color: #fff; } .list_link_top li .icon_link_top:hover{ opacity: 0.85; } .bg_3b5998{ background: #3b5998; } .bg_55acee{ background: #55acee; } .bg_0976b4{ background: #0976b4; } .bg_dd4b39{ background: #dd4b39; } .bg_mid_top{ padding: 24px 0px; background: #ffffff; } .bg_menu{ background: url("../img/bg_menu.png"); background-size: 100% 100%; } .fixed>.bg_mid_top{ padding: 5px 0px !important; } .fixed .nav-menu > .menu-item > .menu-link{ padding: 5px 20px !important; } .menu_main{ font-family: UTM_Avo; } .slider_full{ width: 100%; overflow: hidden; margin: auto; } .home_left{ margin-right: 13px; } .tit_left{ margin: 0; background: #186496 url("../img/icon_tit_left.png") no-repeat top right; background-position: 0; font-family: UTM_Avo; color: #fff; font-size: 16px; /*text-transform: uppercase;*/ text-align: center; padding: 17px 15px 17px 35px; border-top-left-radius: 15px; border-top-right-radius: 15px; } .list_menu_left{ padding: 3px 15px; border: 1px solid #e5e5e5; border-bottom-left-radius: 15px; border-bottom-right-radius: 15px; } .list_menu_left li{ padding: 7px 0px; border-bottom: 1px solid #dddddd; display: flex; align-content: space-between; justify-content: space-between; flex-wrap: wrap; width: 100%; } .list_menu_left li > i.cat-parent{ page-break-after: always; cursor: pointer; font-size: 16px; margin-top: 2px; } .list_menu_left li:last-child{ border-bottom: 0px solid transparent; } .list_menu_left li a{ display: inline-block; font-family: UTM_Avo; font-size: 14px; color: #333e48; position: relative; padding-left: 5px; padding-right: 15px; width: 100%; } .list_menu_left li a:hover{ color: #fe0000; } .list_menu_left li a{ width: calc(100% - 30px); } .list_menu_left li > ul{ display: none; } .list_menu_left li > ul.open{ display: block; } /* .list_menu_left li a:after{ content: "\f105"; font: normal normal normal 14px/1 fontawesome; position: absolute; right: 8px; top: 5px; ; } */ .list_menu_left li a .icon_menu_left{ width: 12px; height: 12px; position: absolute; top: 4px; left: 0px; } .box_support{ text-align: center; font-family: UTM_Avo; font-size: 15px; color: #333333; font-weight: bold; } .number_support{ color: #ff0000; } .icon_support{ display: inline-block; padding: 0px 5px; } .icon_support img{ width: 64px; height: 16px; } .box_support{ margin-top: 10px; } .suppot_left{ border: 1px solid #e5e5e5; border-bottom-left-radius: 15px; border-bottom-right-radius: 15px; padding-bottom: 12px; } .box_htcskt{ font-size: 18px; font-family: UTM_AvoBol; /*text-align: center;*/ color: #ff0000; font-weight: bold; border: 1px solid #e5e5e5; border-bottom-left-radius: 15px; border-bottom-right-radius: 15px; padding: 7px 0px 25px 0px; } .box_htbhkt{ font-size: 18px; font-family: UTM_AvoBol; /*text-align: center;*/ color: #ff0000; font-weight: bold; border: 1px solid #e5e5e5; border-bottom-left-radius: 15px; border-bottom-right-radius: 15px; padding: 7px 0px 25px 0px; } .icon_htbhkt{ width: 54px; height: 47px; margin-right: 30px; float: left; margin-left: 25px; } .box_prod_home{ padding: 5px 0px 5px 0px; } .img_prod_home{ max-width: 173px; margin: auto; } .img_prod_home:hover{ opacity: 0.85; } .capiTitle{ text-align: center; font-weight: bold; font-size: 16px; } .sub_prod_home{ text-align: left; position: relative; padding: 5px 10px 0px 10px; font-family: UTM_Avo; } .name_prod_home{ margin-bottom: 5px; height: 45px; font-size:14px; } .km_prod_home{ height: 15px; } .name_prod_home a{ color: #0787ea; font-family: UTM_AvoBol; font-weight: bold; } .name_prod_home a:hover{ color: #ff0000; } .code_prod_home{ color: #213E57; font-size: 14px; font-weight: bold; } .code_prod_articles{ color: #213E57; font-size: 16px; font-weight: bold; } .des_prod_home{ color: #213E57; font-size: 14px; height: 70px; overflow-y: hidden; } .price_prod_home{ color: #83838f; font-size: 14px; font-size:14px; font-weight: bold; } .price_prod_articles{ color: #83838f; font-size: 16px; font-weight: bold; } .detailcompinfo{ font-size: 20px; } .detailcompinfo a{color: #000080; font-weight: bold;} .nb_price_prod_home{ color: #ff0000; } .cart_prod_home{ display: inline-block; position: absolute; bottom: 4px; right: 10px; width: 30px; height: 30px; background: url("../img/cart_prod_home.png"); background-size: 100% 100%; } .cart_prod_home:hover{ background: url("../img/cart_prod_home2.png") !important; } .list_prod_home{ overflow: hidden; border-top: 1px solid #e5e5e5; border-left: 1px solid #e5e5e5; } .list_prod_home li{ border-bottom: 1px solid #e5e5e5; border-right: 1px solid #e5e5e5; } .head_mid { margin: 0; font-size: 16px; font-weight: bold; } .imp { margin: 0; font-weight: bold; } .tit_mid { margin: 0; background: #186496; background-position: 0; font-family: UTM_Avo; color: #fff; font-size: 16px; /*text-transform: uppercase;*/ text-align: center; padding: 17px 15px 17px 35px; border-top-left-radius: 15px; border-top-right-radius: 15px; } .tit_right{ margin: 0; background: #186496 url("../img/icon_tit_right.png") no-repeat top right; background-position: 0; font-family: UTM_Avo; color: #fff; font-size: 16px; /*text-transform: uppercase;*/ padding: 18px 2px 16px 35px; border-top-left-radius: 15px; border-top-right-radius: 15px; } .home_right{ margin-left: 13px; } .list_menu_right{ font-family: UTM_Avo; text-align: center; border: 1px solid #e5e5e5; border-bottom-left-radius: 15px; border-bottom-right-radius: 15px; padding-bottom: 10px; } .list_menu_right li a{ display: inline-block; font-size: 14px; color: #333e48; width: 100%; padding: 10px 0px; } .list_menu_right li a:hover{ color: #ff0000; } .quang_cao{ border: 1px solid #e5e5e5; border-bottom-left-radius: 15px; border-bottom-right-radius: 15px; } .box_qc{ display: inline-block; margin-bottom: 13px; width: 100%; } .list_dvkt{ font-family: UTM_Avo; text-align: center; padding: 7px 5px; border: 1px solid #e5e5e5; border-bottom-left-radius: 15px; border-bottom-right-radius: 15px; } .name_dvkt{ margin-bottom: 3px; } .name_dvkt a{ color: #333333; font-size: 14px; text-transform: uppercase; } .name_dvkt a:hover{ color: #ff0000; } .pd_tktc{ padding: 18px 0px 16px 26px !important; } .thongke_truycap{ padding: 7px 5px; border: 1px solid #e5e5e5; border-bottom-left-radius: 15px; border-bottom-right-radius: 15px; } .logo_bot{ border: 1px solid #e7e7e7; } .slider_logo_bot{ margin: 0px 85px 25px 85px; } .box_dv_bot{ height: 83px; overflow: hidden; } .img_dv_bot{ width: 83px; height: 83px; float: left; } .sub_dv_bot{ padding-top: 22px; padding-left: 83px; text-align: center; font-family: UTM_Avo; color: #fff; } .name_dv_bot{ font-size: 14px; text-transform: uppercase; } .des_dv_bot{ font-size: 12px; } .bg_97bd74{ background: #97bd74; } .bg_d2b6a0{ background: #d2b6a0; } .bg_89a495{ background: #89a495; } .list_dv_bot{ padding: 0px 25px; margin-bottom: 25px; } #footer{ font-family: UTM_Avo; } .footer{ font-family: UTM_Avo; } .tit_footer{ margin-bottom: 15px; margin-top: 35px; font-size: 18px; color: #0787ea; } .main_footer{ padding-bottom: 70px; background: #323a45; } .contact_company_ft{ font-size: 12px; color: #fff; } .list_link_ft { max-width: 230px; margin-top: 0px; } .list_link_ft li { float: left; padding: 10px; } .icon_link_ft { color: #838a8f; font-size: 16px; } .icon_link_ft:hover { color: #fff; font-size: 16px; } .menu_ft li a { color: #ffffff; display: inline-block; width: 100%; position: relative; border-bottom: 1px solid #404852; padding: 10px 0px; } .menu_ft li a:after { content: "\f105"; font: normal normal normal 12px/1px fontawesome; position: absolute; top: 18px; right: 0px; } .txt_boz{ font-size: 12px; color: #fff; line-height: 25px; margin-bottom: 25px; } .input_mail{ height: 40px; } .div_subscribe{ color: #fff; display: inline-block; width: 123px; height: 39px; background: #e74c3c; border-bottom: 2px solid #c0392b; line-height: 39px; border-radius: 5px; text-align: center; margin-top: 20px; } .div_subscribe:hover{ background: #0f6ba7; color: #fff; border-bottom: 2px solid #15669b; } .footer_bot{ background: #292f38; padding: 23px 0px; } .designed_by{ font-size: 12px; color: #fff; line-height: 24px; } .list_bank_ft li { float: left; padding-right: 5px; } .list_bank_ft li a img { width: 38px; height: 24px; } .menu_mb img{ background: #fff; } .content_prod_detail{ /*font-family: UTM_Avo; */ } .article-page p.MsoNormal{ max-width: 600px; } .thongke_truycap{ color: #0000FF; text-align: center; font-weight: bold; font-size: 16px; } .khachhang_tieubieu{text-align: center; font-weight: bold;font-size: 16px;} .box_dvkt{border-bottom: 1px solid #000080; padding-bottom: 15px;padding-top: 15px;} .name_dvkt a{color: #0787ea; font-weight: bold;} .des_detail{ font-size: 14px; color: #333; line-height: 25px; } .input_nb_prod{ width: 140px; height: 44px; border-radius: 50px; border: 1px solid #dddddd; padding: 0px 20px; background-color: transparent; outline: none; float: left; } .add_cart_detail{ display: inline-block; background: #0088fe; width: 100%; max-width: 200px; height: 44px; border-radius: 50px; margin-left: 5px; text-align: center; line-height: 44px; font-size: 14px; font-family: UTM_AvoBold; color: #fff; } .faq-list a{font-size: 14px;} .faq-list li{margin-bottom: 10px;} .add_cart_detail:hover{ color: #fff; } .list_menu_left li a.selected-menu { color: #FF0000;} .tit_left a{ color: #FFFFFF;} .add_cart_detail img{ margin-right: 7px; width: 17px; height: 17px; } .conten_prod_t{ font-size: 14px; line-height: 23px; margin: 35px 0px; } .conten_prod_t img{ max-width: 100%; } .name_prod_detail{ color: #186496; font-family: UTM_AvoBold; margin-bottom: 5px; } .carousel-control.left, .carousel-control.right { background-image:none; } .img-responsive{ width:100%; height:auto; } .callnow{position:absolute;left: 20px;bottom: 50px;} .callnow img{width: 50px;} @media (min-width: 992px ) { .carousel-inner .active.left { left: -25%; } .carousel-inner .next { left: 25%; } .carousel-inner .prev { left: -25%; } } @media (min-width: 768px) and (max-width: 991px ) { .carousel-inner .active.left { left: -33.3%; } .carousel-inner .next { left: 33.3%; } .carousel-inner .prev { left: -33.3%; } .active > div:first-child { display:block; } .active > div:first-child + div { display:block; } .active > div:last-child { display:none; } } @media (max-width: 767px) { .carousel-inner .active.left { left: -100%; } .carousel-inner .next { left: 100%; } .carousel-inner .prev { left: -100%; } .active > div { display:none; } .active > div:first-child { display:block; } .slider_full, .addleftblocks, .list_menu_top .tit_right, .list_dvkt, .quang_cao, .thongke_truycap{ display: none; } .contact-form .imp{text-align: left;} } @media (max-width: 991px) { .contact-form .imp{text-align: left;} } h1 { font-size: 14pt; color: #0787ea; font-weight: 600; } .cat-highlight { border-left: 2px solid #F00; padding-left: 10px; font-size: 11pt; font-family: UTM_Avo; } .truncate{ overflow: hidden; position: relative; max-height: 3em; text-align: justify; margin-right: -1em; padding-right: 1em; } /* .truncate:before { content: '...'; position: absolute; right: 0; bottom: 3px; } .truncate:after { content: ''; position: absolute; right: 0; width: 1em; height: 1em; margin-top: 0.2em; background: white; } */ .highlight-more a{ color:#0787ea; cursor:pointer; width: 100%; display: flex; justify-content: flex-end; }
public/frontend/css/style.css
.row_pc-top { position: absolute; top: 0px; left: 0px; z-index: 999; } .dmmenu_mb button{margin-left: 8px;height:20px;} .nav-dm li{ background-color: #CCCCCC; } .contact-form input{width: 90%;height: 30px;} .contact-form .imp{text-align: right;} .contact-form .button{width: 100px;height: 30px;} .contact-form textarea{width: 90%;height: 100px;} .page-navigation{ margin-bottom: 10px; margin-top: 15px; } .page-navigation label{float: left;padding-top: 5px;} .page-navigation span{font-weight: bold; font-size: 14px;} .page-navigation a, .page-navigation .current-page{ margin-left: 15px; margin-right: 15px; display: block; border: 1px solid #000080; width: 30px; height: 30px; float: left; text-align: center; padding: 3px; } .page-navigation .current-page { background-color: #ccc; } @font-face { font-family: 'UTM_Avo'; src: url('../fonts/UTMAvo.eot'); src: url('../fonts/UTMAvo.eot') format('embedded-opentype'), url('../fonts/UTMAvo.woff') format('woff'), url('../fonts/UTMAvo.ttf') format('truetype'), url('../fonts/UTMAvo.svg#fontawesomeregular') format('svg'); font-weight: normal; font-style: normal; } @font-face { font-family: 'UTM_AvoBold'; src: url('../fonts/UTMAvoBold.eot?v=4.3.0'); src: url('../fonts/UTMAvoBold.eot?#iefix&v=4.3.0') format('embedded-opentype'), url('../fonts/UTMAvoBold.woff?v=4.3.0') format('woff'), url('../fonts/UTMAvoBold.ttf?v=4.3.0') format('truetype'), url('../fonts/UTMAvoBold.svg?v=4.3.0#fontawesomeregular') format('svg'); font-weight: normal; font-style: normal; } .des_detail ul, .des_detail ol{ margin-left: 30px; } p { margin: 0px; } a { text-decoration: none; } body { font-family: arial; font-size: 12px; } a:hover { text-decoration: none; cursor: pointer; } * { margin: 0px; padding: 0px; } ul, ol { padding: 0; margin: 0; } li { list-style: none; } .clearfix-5{ height: 5px; clear: both; } .clearfix-13 { height: 13px; clear: both; } .clearfix-20 { height: 20px; clear: both; } .clearfix-23 { height: 23px; clear: both; } .greytable { border-collapse: collapse; border-color: #999999; border-style: solid; border-width: 1px 0 0 1px; margin: 0 0 10px 0; padding: 0; color: #333333; margin-left:1px;} .greytable td { border-color: #999999; border-style: solid; border-width: 0 1px 1px 0; margin: 0; padding: 4px; background: #FFFFFF; font-size: 14px; } /*a.sub-cat-menu{margin-left: 15px;} */ .list_menu_left li a.sub-cat-menu:after { content: none; } .list_menu_left li a.sub-cat-filter{color: #FF0000;font-weight: bold; margin-left: 7px;} .list_menu_left li a.sub-cat-filter:after { content: url("/img/fa-angle-down.png"); } .ctiet-prd{ margin-bottom: 10px; border-radius: 5px; padding:3px 10px; background: #00519d; } .ctiet-prd a{ font-size: 12px; color: #fff; } .bg-cart-add{ color: #fff; border-radius: 5px; padding:7px 10px; background: url("../img/bg-add-cart.png")repeat-x ; background-size: 100% 100%; background-color:red; } .bg-buy-add{ color: #fff; border-radius: 5px; padding:7px 10px; background: url("../img/bg-buy.png")repeat-x ; background-size: 100% 100%; background-color:green; } .bg-cart-add:hover span{ color: #ffff00; } .bg-cart-add span :last-child{ margin-left: 3px; } .bg-cart-add span:first-child { padding-right: 10px; display: inline-block; border-right:1px solid #c92828; } .bg-add-like{ color: #000; border-radius: 5px; padding:7px 10px; background: url("../img/bg-add-like.png")repeat-x ; background-size: 100% 100%; } .bg-add-like:hover span{ color: #ff0000; } .bg-add-like span:first-child { padding-right: 10px; display: inline-block; border-right:1px solid #b5b4b4; } #comment{width: 80%; min-width: 400px; min-height: 200px;} .cart{ font-size: 12px; position: relative; font-weight: bold; text-transform: uppercase; color: #fff; padding:11.5px 7px; background: #3a6eea; } .cart a{ color: #fff; } .cart:before{ content: ''; background:url("../img/bg-giohang.png")no-repeat center left; position: absolute; width: 15px; height: 40px; top: 0px; left: -15px; } .cart i{ margin-right:5px; } .item-cart{ padding:5px 7px 5px 5px; color: #fff; background: #164dd1; margin-left: 5px; border-radius: 5px; } .sub-cat-menu:after { content: none; } li.col-menu-type{ float:left; display: block; } .list_menu_left li ul li a:after { content: none; position: absolute; right: -20px; } .list_menu_left li ul li{ float:left; } /*====================*/ .w_100{ width: 100%; } .h_100{ height: 100% !important; } /*===================================================================*/ .bg_header{ background: #000; padding: 15px 0px; border-bottom: 1px solid #1d1d1d; } .icon_info_top{ max-width: 18px; margin-right: 3px; } .list_info_top li{ float: left; font-size: 14px; color: #fff; padding-right: 20px; } .list_info_top li a{ font-size: 14px; color: #fff; } .list_info_top li a:hover{ color: #ff2527; } .list_menu_top li{ float:left; } .list_menu_top li a{ font-size: 13px; color: #777777; position: relative; display: inline-block; padding-left: 14px; } .list_menu_top li a:hover{ color: #ff2527; } .list_menu_top li a:before{ content: "\f111"; font: normal normal normal 8px/1 fontawesome; position: absolute; top: 4px; left: 5px; color: #ff2527; } .list_menu_top li:first-child a:before{ content: "" !important; } .drop_input_search{ position: absolute; z-index: 20 !important; } .group_search{ position: relative; z-index: 50; border: 2px solid #357cbc; border-radius: 30px; background: #357cbc; max-width: 625px; margin: auto; } .icon_bg{ height: 50px; border: 0; border-top-left-radius: 30px; border-bottom-left-radius: 30px; padding-left: 30px; } .open>.dropdown-toggle.bg_cate_search{ background-image: url("../img/icon_search_cate.png"); } .bg_cate_search{ background: #fff url("../img/icon_search_cate.png") no-repeat right top; padding-right: 42px; height: 50px; border: 0; border-radius: 0; } .bg_cate_search:hover, .bg_cate_search:focus, .bg_cate_search.focus, .bg_cate_search.active{ background-color: #fff !important; border-color: #fff !important; } .butt_search{ height: 50px; width: 70px; border: 0; border-top-right-radius: 30px; border-bottom-right-radius: 30px; background: #357cbc; } .butt_search:before{ content: "\f002"; font: normal normal normal 16px/1 fontawesome; color: #fff; } .butt_search:hover, .butt_search.focus, .butt_search.focus, .butt_search:active{ background-color: #357cbc !important; border-color: #fff !important; } .butt_search:focus, .butt_search:active:focus{ outline: 0; } .z_butt_search{ border-top-right-radius: 30px; border-bottom-right-radius: 30px; background: #357cbc; } .logo_pc{ width: 100%; } .list_link_top li{ float: left; padding-right: 7px; padding-top: 15px; } .list_link_top li .icon_link_top{ display: inline-block; width: 25px; height: 25px; line-height: 25px; text-align: center; border-radius: 7px; color: #fff; } .list_link_top li .icon_link_top:hover{ opacity: 0.85; } .bg_3b5998{ background: #3b5998; } .bg_55acee{ background: #55acee; } .bg_0976b4{ background: #0976b4; } .bg_dd4b39{ background: #dd4b39; } .bg_mid_top{ padding: 24px 0px; background: #ffffff; } .bg_menu{ background: url("../img/bg_menu.png"); background-size: 100% 100%; } .fixed>.bg_mid_top{ padding: 5px 0px !important; } .fixed .nav-menu > .menu-item > .menu-link{ padding: 5px 20px !important; } .menu_main{ font-family: UTM_Avo; } .slider_full{ width: 100%; overflow: hidden; margin: auto; } .home_left{ margin-right: 13px; } .tit_left{ margin: 0; background: #186496 url("../img/icon_tit_left.png") no-repeat top right; background-position: 0; font-family: UTM_Avo; color: #fff; font-size: 16px; /*text-transform: uppercase;*/ text-align: center; padding: 17px 15px 17px 35px; border-top-left-radius: 15px; border-top-right-radius: 15px; } .list_menu_left{ padding: 3px 15px; border: 1px solid #e5e5e5; border-bottom-left-radius: 15px; border-bottom-right-radius: 15px; } .list_menu_left li{ padding: 7px 0px; border-bottom: 1px solid #dddddd; display: flex; align-content: space-between; justify-content: space-between; flex-wrap: wrap; width: 100%; } .list_menu_left li > i.cat-parent{ page-break-after: always; cursor: pointer; font-size: 16px; margin-top: 2px; } .list_menu_left li:last-child{ border-bottom: 0px solid transparent; } .list_menu_left li a{ display: inline-block; font-family: UTM_Avo; font-size: 14px; color: #333e48; position: relative; padding-left: 5px; padding-right: 15px; width: 100%; } .list_menu_left li a:hover{ color: #fe0000; } .list_menu_left li a{ width: calc(100% - 30px); } .list_menu_left li > ul{ display: none; } .list_menu_left li > ul.open{ display: block; } /* .list_menu_left li a:after{ content: "\f105"; font: normal normal normal 14px/1 fontawesome; position: absolute; right: 8px; top: 5px; ; } */ .list_menu_left li a .icon_menu_left{ width: 12px; height: 12px; position: absolute; top: 4px; left: 0px; } .box_support{ text-align: center; font-family: UTM_Avo; font-size: 15px; color: #333333; font-weight: bold; } .number_support{ color: #ff0000; } .icon_support{ display: inline-block; padding: 0px 5px; } .icon_support img{ width: 64px; height: 16px; } .box_support{ margin-top: 10px; } .suppot_left{ border: 1px solid #e5e5e5; border-bottom-left-radius: 15px; border-bottom-right-radius: 15px; padding-bottom: 12px; } .box_htcskt{ font-size: 18px; font-family: UTM_AvoBol; /*text-align: center;*/ color: #ff0000; font-weight: bold; border: 1px solid #e5e5e5; border-bottom-left-radius: 15px; border-bottom-right-radius: 15px; padding: 7px 0px 25px 0px; } .box_htbhkt{ font-size: 18px; font-family: UTM_AvoBol; /*text-align: center;*/ color: #ff0000; font-weight: bold; border: 1px solid #e5e5e5; border-bottom-left-radius: 15px; border-bottom-right-radius: 15px; padding: 7px 0px 25px 0px; } .icon_htbhkt{ width: 54px; height: 47px; margin-right: 30px; float: left; margin-left: 25px; } .box_prod_home{ padding: 5px 0px 5px 0px; } .img_prod_home{ max-width: 173px; margin: auto; } .img_prod_home:hover{ opacity: 0.85; } .capiTitle{ text-align: center; font-weight: bold; font-size: 16px; } .sub_prod_home{ text-align: left; position: relative; padding: 5px 10px 0px 10px; font-family: UTM_Avo; } .name_prod_home{ margin-bottom: 5px; height: 45px; font-size:14px; } .km_prod_home{ height: 15px; } .name_prod_home a{ color: #0787ea; font-family: UTM_AvoBol; font-weight: bold; } .name_prod_home a:hover{ color: #ff0000; } .code_prod_home{ color: #213E57; font-size: 14px; font-weight: bold; } .code_prod_articles{ color: #213E57; font-size: 16px; font-weight: bold; } .des_prod_home{ color: #213E57; font-size: 14px; height: 70px; overflow-y: hidden; } .price_prod_home{ color: #83838f; font-size: 14px; font-size:14px; font-weight: bold; } .price_prod_articles{ color: #83838f; font-size: 16px; font-weight: bold; } .detailcompinfo{ font-size: 20px; } .detailcompinfo a{color: #000080; font-weight: bold;} .nb_price_prod_home{ color: #ff0000; } .cart_prod_home{ display: inline-block; position: absolute; bottom: 4px; right: 10px; width: 30px; height: 30px; background: url("../img/cart_prod_home.png"); background-size: 100% 100%; } .cart_prod_home:hover{ background: url("../img/cart_prod_home2.png") !important; } .list_prod_home{ overflow: hidden; border-top: 1px solid #e5e5e5; border-left: 1px solid #e5e5e5; } .list_prod_home li{ border-bottom: 1px solid #e5e5e5; border-right: 1px solid #e5e5e5; } .head_mid { margin: 0; font-size: 16px; font-weight: bold; } .imp { margin: 0; font-weight: bold; } .tit_mid { margin: 0; background: #186496; background-position: 0; font-family: UTM_Avo; color: #fff; font-size: 16px; /*text-transform: uppercase;*/ text-align: center; padding: 17px 15px 17px 35px; border-top-left-radius: 15px; border-top-right-radius: 15px; } .tit_right{ margin: 0; background: #186496 url("../img/icon_tit_right.png") no-repeat top right; background-position: 0; font-family: UTM_Avo; color: #fff; font-size: 16px; /*text-transform: uppercase;*/ padding: 18px 2px 16px 35px; border-top-left-radius: 15px; border-top-right-radius: 15px; } .home_right{ margin-left: 13px; } .list_menu_right{ font-family: UTM_Avo; text-align: center; border: 1px solid #e5e5e5; border-bottom-left-radius: 15px; border-bottom-right-radius: 15px; padding-bottom: 10px; } .list_menu_right li a{ display: inline-block; font-size: 14px; color: #333e48; width: 100%; padding: 10px 0px; } .list_menu_right li a:hover{ color: #ff0000; } .quang_cao{ border: 1px solid #e5e5e5; border-bottom-left-radius: 15px; border-bottom-right-radius: 15px; } .box_qc{ display: inline-block; margin-bottom: 13px; width: 100%; } .list_dvkt{ font-family: UTM_Avo; text-align: center; padding: 7px 5px; border: 1px solid #e5e5e5; border-bottom-left-radius: 15px; border-bottom-right-radius: 15px; } .name_dvkt{ margin-bottom: 3px; } .name_dvkt a{ color: #333333; font-size: 14px; text-transform: uppercase; } .name_dvkt a:hover{ color: #ff0000; } .pd_tktc{ padding: 18px 0px 16px 26px !important; } .thongke_truycap{ padding: 7px 5px; border: 1px solid #e5e5e5; border-bottom-left-radius: 15px; border-bottom-right-radius: 15px; } .logo_bot{ border: 1px solid #e7e7e7; } .slider_logo_bot{ margin: 0px 85px 25px 85px; } .box_dv_bot{ height: 83px; overflow: hidden; } .img_dv_bot{ width: 83px; height: 83px; float: left; } .sub_dv_bot{ padding-top: 22px; padding-left: 83px; text-align: center; font-family: UTM_Avo; color: #fff; } .name_dv_bot{ font-size: 14px; text-transform: uppercase; } .des_dv_bot{ font-size: 12px; } .bg_97bd74{ background: #97bd74; } .bg_d2b6a0{ background: #d2b6a0; } .bg_89a495{ background: #89a495; } .list_dv_bot{ padding: 0px 25px; margin-bottom: 25px; } #footer{ font-family: UTM_Avo; } .footer{ font-family: UTM_Avo; } .tit_footer{ margin-bottom: 15px; margin-top: 35px; font-size: 18px; color: #0787ea; } .main_footer{ padding-bottom: 70px; background: #323a45; } .contact_company_ft{ font-size: 12px; color: #fff; } .list_link_ft { max-width: 230px; margin-top: 0px; } .list_link_ft li { float: left; padding: 10px; } .icon_link_ft { color: #838a8f; font-size: 16px; } .icon_link_ft:hover { color: #fff; font-size: 16px; } .menu_ft li a { color: #ffffff; display: inline-block; width: 100%; position: relative; border-bottom: 1px solid #404852; padding: 10px 0px; } .menu_ft li a:after { content: "\f105"; font: normal normal normal 12px/1px fontawesome; position: absolute; top: 18px; right: 0px; } .txt_boz{ font-size: 12px; color: #fff; line-height: 25px; margin-bottom: 25px; } .input_mail{ height: 40px; } .div_subscribe{ color: #fff; display: inline-block; width: 123px; height: 39px; background: #e74c3c; border-bottom: 2px solid #c0392b; line-height: 39px; border-radius: 5px; text-align: center; margin-top: 20px; } .div_subscribe:hover{ background: #0f6ba7; color: #fff; border-bottom: 2px solid #15669b; } .footer_bot{ background: #292f38; padding: 23px 0px; } .designed_by{ font-size: 12px; color: #fff; line-height: 24px; } .list_bank_ft li { float: left; padding-right: 5px; } .list_bank_ft li a img { width: 38px; height: 24px; } .menu_mb img{ background: #fff; } .content_prod_detail{ /*font-family: UTM_Avo; */ } .article-page p.MsoNormal{ max-width: 600px; } .thongke_truycap{ color: #0000FF; text-align: center; font-weight: bold; font-size: 16px; } .khachhang_tieubieu{text-align: center; font-weight: bold;font-size: 16px;} .box_dvkt{border-bottom: 1px solid #000080; padding-bottom: 15px;padding-top: 15px;} .name_dvkt a{color: #0787ea; font-weight: bold;} .des_detail{ font-size: 14px; color: #333; line-height: 25px; } .input_nb_prod{ width: 140px; height: 44px; border-radius: 50px; border: 1px solid #dddddd; padding: 0px 20px; background-color: transparent; outline: none; float: left; } .add_cart_detail{ display: inline-block; background: #0088fe; width: 100%; max-width: 200px; height: 44px; border-radius: 50px; margin-left: 5px; text-align: center; line-height: 44px; font-size: 14px; font-family: UTM_AvoBold; color: #fff; } .faq-list a{font-size: 14px;} .faq-list li{margin-bottom: 10px;} .add_cart_detail:hover{ color: #fff; } .list_menu_left li a.selected-menu { color: #FF0000;} .tit_left a{ color: #FFFFFF;} .add_cart_detail img{ margin-right: 7px; width: 17px; height: 17px; } .conten_prod_t{ font-size: 14px; line-height: 23px; margin: 35px 0px; } .conten_prod_t img{ max-width: 100%; } .name_prod_detail{ color: #186496; font-family: UTM_AvoBold; margin-bottom: 5px; } .carousel-control.left, .carousel-control.right { background-image:none; } .img-responsive{ width:100%; height:auto; } .callnow{position:absolute;left: 20px;bottom: 50px;} .callnow img{width: 50px;} @media (min-width: 992px ) { .carousel-inner .active.left { left: -25%; } .carousel-inner .next { left: 25%; } .carousel-inner .prev { left: -25%; } } @media (min-width: 768px) and (max-width: 991px ) { .carousel-inner .active.left { left: -33.3%; } .carousel-inner .next { left: 33.3%; } .carousel-inner .prev { left: -33.3%; } .active > div:first-child { display:block; } .active > div:first-child + div { display:block; } .active > div:last-child { display:none; } } @media (max-width: 767px) { .carousel-inner .active.left { left: -100%; } .carousel-inner .next { left: 100%; } .carousel-inner .prev { left: -100%; } .active > div { display:none; } .active > div:first-child { display:block; } .slider_full, .addleftblocks, .list_menu_top .tit_right, .list_dvkt, .quang_cao, .thongke_truycap{ display: none; } .contact-form .imp{text-align: left;} } @media (max-width: 991px) { .contact-form .imp{text-align: left;} } h1 { font-size: 14pt; color: #0787ea; font-weight: 600; } .cat-highlight { border-left: 2px solid #F00; padding-left: 10px; font-size: 11pt; font-family: UTM_Avo; } .truncate{ overflow: hidden; position: relative; max-height: 3em; text-align: justify; margin-right: -1em; padding-right: 1em; } /* .truncate:before { content: '...'; position: absolute; right: 0; bottom: 3px; } .truncate:after { content: ''; position: absolute; right: 0; width: 1em; height: 1em; margin-top: 0.2em; background: white; } */ .highlight-more a{ color:#0787ea; cursor:pointer; width: 100%; display: flex; justify-content: flex-end; }
0.395251
0.065455
body{ background-image: url('../images/wall.jpg'); /* background-repeat: no-repeat; */ background-attachment: fixed; font-family: 'Courier New', Courier, monospace; font-size: 14px; padding-bottom: 2%; } .container-fluid{ background-color: blue; opacity: 0.6; border-radius: 20px; } .card{ border-radius: 20px; } h1{ text-align: center; font-size: 50px; font-family: 'Monoton', cursive; /* font-family: 'Cabin Sketch', cursive; */ margin: 7%; } .container{ background-color: #afbacc; margin-top: 6%; padding: 5%; border-radius: 15px; opacity: 0.9; } h3, h2{ text-align: center; } .image-fixed{ border-radius: 20px; /* position: fixed; */ } .container1{ background-image: url('../images/meee.JPG'); padding: 30%; padding-left: 5%; padding-right: 5%; background-attachment: fixed; background-size: cover; /* background-size: 300px 100px; */ background-repeat: no-repeat; margin-top: -12.5%; text-align: center; border-radius: 20px; } /* .desc{ color: blue; } */ .skills{ text-align: left; margin-bottom: 20%; margin-top: 10%; } .details{ /* background-color: blue; */ /* padding-bottom: 2%; */ margin-right: 20%; /* margin-left: -10%; */ } /* .detail-2{ background-color: orange; border-color: black; } */ .detail-1{ margin-right: -50%; } .containerx{ /* padding: 2%; */ /* background-color: black; */ margin-top: 6%; margin-bottom: 2%; /* text-align: center; */ border-radius: 20px; color: white; opacity: 0.9; font-size: 22px; } img{ width: 50%; height: 50%; border-radius: 2px; margin-bottom: 2%; padding: 1%; } .detail{ float: right; /* background-color: darkblue; */ margin-right: 20%; margin-top: 2%; padding: 1%; } .heading{ padding: 2%; margin-right: 2%; margin-left: 2%; background-color: black; opacity: 0.87; border-radius: 20px; color: white; margin-top: 2%; }
css/styles.css
body{ background-image: url('../images/wall.jpg'); /* background-repeat: no-repeat; */ background-attachment: fixed; font-family: 'Courier New', Courier, monospace; font-size: 14px; padding-bottom: 2%; } .container-fluid{ background-color: blue; opacity: 0.6; border-radius: 20px; } .card{ border-radius: 20px; } h1{ text-align: center; font-size: 50px; font-family: 'Monoton', cursive; /* font-family: 'Cabin Sketch', cursive; */ margin: 7%; } .container{ background-color: #afbacc; margin-top: 6%; padding: 5%; border-radius: 15px; opacity: 0.9; } h3, h2{ text-align: center; } .image-fixed{ border-radius: 20px; /* position: fixed; */ } .container1{ background-image: url('../images/meee.JPG'); padding: 30%; padding-left: 5%; padding-right: 5%; background-attachment: fixed; background-size: cover; /* background-size: 300px 100px; */ background-repeat: no-repeat; margin-top: -12.5%; text-align: center; border-radius: 20px; } /* .desc{ color: blue; } */ .skills{ text-align: left; margin-bottom: 20%; margin-top: 10%; } .details{ /* background-color: blue; */ /* padding-bottom: 2%; */ margin-right: 20%; /* margin-left: -10%; */ } /* .detail-2{ background-color: orange; border-color: black; } */ .detail-1{ margin-right: -50%; } .containerx{ /* padding: 2%; */ /* background-color: black; */ margin-top: 6%; margin-bottom: 2%; /* text-align: center; */ border-radius: 20px; color: white; opacity: 0.9; font-size: 22px; } img{ width: 50%; height: 50%; border-radius: 2px; margin-bottom: 2%; padding: 1%; } .detail{ float: right; /* background-color: darkblue; */ margin-right: 20%; margin-top: 2%; padding: 1%; } .heading{ padding: 2%; margin-right: 2%; margin-left: 2%; background-color: black; opacity: 0.87; border-radius: 20px; color: white; margin-top: 2%; }
0.390476
0.076064
@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@1,500&display=swap'); *{ padding: 0; margin: 0; box-sizing: border-box; clear: both; font-size: 1em; font-family: 'montserrat', sans-serif; } /* nav section */ /* Navigation Bar */ .navigation{ background: #fff; padding: 10px; box-shadow: 1px 0px 20px grey; z-index: 99; } .nav-section .container{ max-width: 1400px; padding: 20px; } .navigation ul{ display: inline-block; float: right; vertical-align: middle; } .pcs{ text-align: center; } .navigation ul li{ display: inline-block; text-align: right; margin: 15px 20px; text-decoration: none; } .nav li a{ text-decoration: none; } .navigation .container img{ width: 10%; margin-left: 40px; } /* end section */ .container{ width: 95%; margin: auto; } tr td{ text-align:center; } .customer th{ background-color:#1aa85c; border:hidden; border: 0px; color:white; padding: 15px; } .customer td{ padding: 20px; } .customer{ width: 100%; border-collapse: collapse; } .gambar-masker{ padding: none; } .total{ border-top: 1px solid #ceebdb; border-bottom: 1px solid #1aa85c; } .btn-chart{ width: 50px; text-decoration: none; padding: 10px; border-radius: 3px; background-color: #f1f1f1; color: black; font-weight: 600; } .btn-checkout{ width: 50px; text-decoration: none; padding: 10px 30px 10px; border-radius: 3px; margin-left: 5px; background-color: #19a95b; color: white; font-weight: 600; } .tombol-keranjang{ float: right; } .title-table{ height: 150px; } .title-table span{ font-size: 40px; margin-top:20px; display: inline-block; } .title-table img{ float: right; width: 200px; margin-top: 20px; } /* footer */ footer{ height: 110px; background-color: #445555; width: 100%; position: fixed; bottom: 0; } .footer-img{ width: 150px; float: left; display: inline-block; } .subfooter{ width: 100%; margin: auto; margin-top: 1%; } .address{ width: 80%; height: 40px; margin-left: 10%; float: left; } .company-addres1{ display: inline-block; margin-left: 35px ; } .company { color: #dadddd; } .company-address{ color: #5d6c6c; font-size: 12px; width: 55%; } .img-footer{ width: 100%; display: inline-block; } .copyright { width: 80%; margin-bottom: 1%; text-align: end; color: #dadddd; font-size: 12px; padding-top: 9px; } .copyright a{ color: #148b4d; text-decoration: none; }
assets/customer/css/transaksi.css
@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@1,500&display=swap'); *{ padding: 0; margin: 0; box-sizing: border-box; clear: both; font-size: 1em; font-family: 'montserrat', sans-serif; } /* nav section */ /* Navigation Bar */ .navigation{ background: #fff; padding: 10px; box-shadow: 1px 0px 20px grey; z-index: 99; } .nav-section .container{ max-width: 1400px; padding: 20px; } .navigation ul{ display: inline-block; float: right; vertical-align: middle; } .pcs{ text-align: center; } .navigation ul li{ display: inline-block; text-align: right; margin: 15px 20px; text-decoration: none; } .nav li a{ text-decoration: none; } .navigation .container img{ width: 10%; margin-left: 40px; } /* end section */ .container{ width: 95%; margin: auto; } tr td{ text-align:center; } .customer th{ background-color:#1aa85c; border:hidden; border: 0px; color:white; padding: 15px; } .customer td{ padding: 20px; } .customer{ width: 100%; border-collapse: collapse; } .gambar-masker{ padding: none; } .total{ border-top: 1px solid #ceebdb; border-bottom: 1px solid #1aa85c; } .btn-chart{ width: 50px; text-decoration: none; padding: 10px; border-radius: 3px; background-color: #f1f1f1; color: black; font-weight: 600; } .btn-checkout{ width: 50px; text-decoration: none; padding: 10px 30px 10px; border-radius: 3px; margin-left: 5px; background-color: #19a95b; color: white; font-weight: 600; } .tombol-keranjang{ float: right; } .title-table{ height: 150px; } .title-table span{ font-size: 40px; margin-top:20px; display: inline-block; } .title-table img{ float: right; width: 200px; margin-top: 20px; } /* footer */ footer{ height: 110px; background-color: #445555; width: 100%; position: fixed; bottom: 0; } .footer-img{ width: 150px; float: left; display: inline-block; } .subfooter{ width: 100%; margin: auto; margin-top: 1%; } .address{ width: 80%; height: 40px; margin-left: 10%; float: left; } .company-addres1{ display: inline-block; margin-left: 35px ; } .company { color: #dadddd; } .company-address{ color: #5d6c6c; font-size: 12px; width: 55%; } .img-footer{ width: 100%; display: inline-block; } .copyright { width: 80%; margin-bottom: 1%; text-align: end; color: #dadddd; font-size: 12px; padding-top: 9px; } .copyright a{ color: #148b4d; text-decoration: none; }
0.33112
0.08207
@font-face { font-family: 'bizmericon'; src: url('fonts/bizmericon.eot?d5z39i'); src: url('fonts/bizmericon.eot?d5z39i#iefix') format('embedded-opentype'), url('fonts/bizmericon.ttf?d5z39i') format('truetype'), url('fonts/bizmericon.woff?d5z39i') format('woff'), url('fonts/bizmericon.svg?d5z39i#bizmericon') format('svg'); font-weight: normal; font-style: normal; } [class^="icon-"], [class*=" icon-"] { /* use !important to prevent issues with browser extensions that change fonts */ font-family: 'bizmericon' !important; speak: none; font-style: normal; font-weight: normal; font-variant: normal; text-transform: none; line-height: 1; /* Better Font Rendering =========== */ -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale; } .icon-nombre:before { content: "\61"; } .icon-contrasena:before { content: "\62"; } .icon-email:before { content: "\63"; } .icon-url:before { content: "\64"; } .icon-compania:before { content: "\65"; } .icon-telefono:before { content: "\66"; } .icon-dashboard:before { content: "\67"; } .icon-campanas:before { content: "\68"; } .icon-landingpage:before { content: "\69"; } .icon-contactos:before { content: "\6a"; } .icon-leadnurturing:before { content: "\6b"; } .icon-reportes:before { content: "\6c"; } .icon-configuracion:before { content: "\6d"; } .icon-notificaciones:before { content: "\6e"; } .icon-lupa:before { content: "\6f"; } .icon-avatar:before { content: "\70"; } .icon-abajo:before { content: "\71"; } .icon-arriba:before { content: "\72"; } .icon-izquierda:before { content: "\73"; } .icon-derecha:before { content: "\74"; } .icon-visitas:before { content: "\75"; } .icon-duracionvisitas:before { content: "\76"; } .icon-paginasvisitadas:before { content: "\77"; } .icon-alcance:before { content: "\78"; } .icon-paginasvistas:before { content: "\79"; } .icon-rebote:before { content: "\7a"; } .icon-activo:before { content: "\31"; } .icon-inactivo:before { content: "\32"; } .icon-ver:before { content: "\33"; } .icon-editar:before { content: "\34"; } .icon-calendario:before { content: "\35"; } .icon-mover:before { content: "\36"; } .icon-quitar:before { content: "\37"; }
app/styles/style.css
@font-face { font-family: 'bizmericon'; src: url('fonts/bizmericon.eot?d5z39i'); src: url('fonts/bizmericon.eot?d5z39i#iefix') format('embedded-opentype'), url('fonts/bizmericon.ttf?d5z39i') format('truetype'), url('fonts/bizmericon.woff?d5z39i') format('woff'), url('fonts/bizmericon.svg?d5z39i#bizmericon') format('svg'); font-weight: normal; font-style: normal; } [class^="icon-"], [class*=" icon-"] { /* use !important to prevent issues with browser extensions that change fonts */ font-family: 'bizmericon' !important; speak: none; font-style: normal; font-weight: normal; font-variant: normal; text-transform: none; line-height: 1; /* Better Font Rendering =========== */ -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale; } .icon-nombre:before { content: "\61"; } .icon-contrasena:before { content: "\62"; } .icon-email:before { content: "\63"; } .icon-url:before { content: "\64"; } .icon-compania:before { content: "\65"; } .icon-telefono:before { content: "\66"; } .icon-dashboard:before { content: "\67"; } .icon-campanas:before { content: "\68"; } .icon-landingpage:before { content: "\69"; } .icon-contactos:before { content: "\6a"; } .icon-leadnurturing:before { content: "\6b"; } .icon-reportes:before { content: "\6c"; } .icon-configuracion:before { content: "\6d"; } .icon-notificaciones:before { content: "\6e"; } .icon-lupa:before { content: "\6f"; } .icon-avatar:before { content: "\70"; } .icon-abajo:before { content: "\71"; } .icon-arriba:before { content: "\72"; } .icon-izquierda:before { content: "\73"; } .icon-derecha:before { content: "\74"; } .icon-visitas:before { content: "\75"; } .icon-duracionvisitas:before { content: "\76"; } .icon-paginasvisitadas:before { content: "\77"; } .icon-alcance:before { content: "\78"; } .icon-paginasvistas:before { content: "\79"; } .icon-rebote:before { content: "\7a"; } .icon-activo:before { content: "\31"; } .icon-inactivo:before { content: "\32"; } .icon-ver:before { content: "\33"; } .icon-editar:before { content: "\34"; } .icon-calendario:before { content: "\35"; } .icon-mover:before { content: "\36"; } .icon-quitar:before { content: "\37"; }
0.265595
0.096025
@CHARSET "UTF-8"; .sbHolder{ background-color: #2d2d2d; border: solid 1px #515151; font-family: Arial, sans-serif; font-size: 12px; font-weight: normal; height: 30px; position: relative; width: 200px; } .sbHolder:focus .sbSelector{ } .sbSelector{ display: block; height: 30px; left: 0; line-height: 30px; outline: none; overflow: hidden; position: absolute; text-indent: 10px; top: 0; width: 170px; } .sbSelector:link, .sbSelector:visited, .sbSelector:hover{ color: #EBB52D; outline: none; text-decoration: none; } .sbToggle{ background: url(../images/select-icons.png) 0 -116px no-repeat; display: block; height: 30px; outline: none; position: absolute; right: 0; top: 0; width: 30px; } .sbToggle:hover{ background: url(../images/select-icons.png) 0 -167px no-repeat; } .sbToggleOpen{ background: url(../images/select-icons.png) 0 -16px no-repeat; } .sbToggleOpen:hover{ background: url(../images/select-icons.png) 0 -66px no-repeat; } .sbHolderDisabled{ background-color: #3C3C3C; border: solid 1px #515151; } .sbHolderDisabled .sbHolder{ } .sbHolderDisabled .sbToggle{ } .sbOptions{ background-color: #212121; border: solid 1px #515151; list-style: none; left: -1px; margin: 0; padding: 0; position: absolute; top: 30px; width: 200px; z-index: 5; overflow-y: auto; } .sbOptions li{ padding: 0 7px; } .sbOptions li:hover { background-color: #f0f0f0; } .sbOptions a{ border-bottom: dotted 1px rgba(81, 81, 81, 0.1); display: block; outline: none; padding: 7px 0 7px 3px; } .sbOptions a:link, .sbOptions a:visited{ color: #ddd; text-decoration: none; } .sbOptions a:hover, .sbOptions a:focus, .sbOptions a.sbFocus{ color: #EBB52D; } .sbOptions li.last a{ border-bottom: none; } .sbOptions .sbDisabled{ border-bottom: dotted 1px #515151; color: #999; display: block; padding: 7px 0 7px 3px; } .sbOptions .sbGroup{ border-bottom: dotted 1px #515151; color: #EBB52D; display: block; font-weight: bold; padding: 7px 0 7px 3px; } .sbOptions .sbSub{ padding-left: 17px; }
public/css/front/jquery.selectbox.css
@CHARSET "UTF-8"; .sbHolder{ background-color: #2d2d2d; border: solid 1px #515151; font-family: Arial, sans-serif; font-size: 12px; font-weight: normal; height: 30px; position: relative; width: 200px; } .sbHolder:focus .sbSelector{ } .sbSelector{ display: block; height: 30px; left: 0; line-height: 30px; outline: none; overflow: hidden; position: absolute; text-indent: 10px; top: 0; width: 170px; } .sbSelector:link, .sbSelector:visited, .sbSelector:hover{ color: #EBB52D; outline: none; text-decoration: none; } .sbToggle{ background: url(../images/select-icons.png) 0 -116px no-repeat; display: block; height: 30px; outline: none; position: absolute; right: 0; top: 0; width: 30px; } .sbToggle:hover{ background: url(../images/select-icons.png) 0 -167px no-repeat; } .sbToggleOpen{ background: url(../images/select-icons.png) 0 -16px no-repeat; } .sbToggleOpen:hover{ background: url(../images/select-icons.png) 0 -66px no-repeat; } .sbHolderDisabled{ background-color: #3C3C3C; border: solid 1px #515151; } .sbHolderDisabled .sbHolder{ } .sbHolderDisabled .sbToggle{ } .sbOptions{ background-color: #212121; border: solid 1px #515151; list-style: none; left: -1px; margin: 0; padding: 0; position: absolute; top: 30px; width: 200px; z-index: 5; overflow-y: auto; } .sbOptions li{ padding: 0 7px; } .sbOptions li:hover { background-color: #f0f0f0; } .sbOptions a{ border-bottom: dotted 1px rgba(81, 81, 81, 0.1); display: block; outline: none; padding: 7px 0 7px 3px; } .sbOptions a:link, .sbOptions a:visited{ color: #ddd; text-decoration: none; } .sbOptions a:hover, .sbOptions a:focus, .sbOptions a.sbFocus{ color: #EBB52D; } .sbOptions li.last a{ border-bottom: none; } .sbOptions .sbDisabled{ border-bottom: dotted 1px #515151; color: #999; display: block; padding: 7px 0 7px 3px; } .sbOptions .sbGroup{ border-bottom: dotted 1px #515151; color: #EBB52D; display: block; font-weight: bold; padding: 7px 0 7px 3px; } .sbOptions .sbSub{ padding-left: 17px; }
0.28398
0.045713
html { font-family: Raleway font-size: 1.5rem; overflow-x: hidden; } body { margin: 0px; height: 1400px; } a { color: #fff; text-decoration: none; } li { margin-bottom: 10px; } ul { padding-left: 0px; margin-left: 0px; } #main-image { height: auto; max-width: 150%; } #logo { position: relative; bottom: 530px; margin-left: 20px; max-width: 30px; } #text { position: relative; bottom: 400px; font-family: Raleway; color: #fff; margin: 0px 20px; } #title { font-size: 1.9rem; width: 300px; } #form-session { position: relative; bottom: 170px; } #form-title, #name-label, #survey-form, #dropdown, #work-on, #listings { color: #3721f4; font-family: Raleway; margin: 0px 20px; } #form-title { width: 300px; } #survey-form { margin-top: 10px; } #name-label, #email-label, #number-label, #dropdown, #work-on, #dropdown { color: #000; margin: 0px; } #row { margin-top: 20px; } #listings { margin-left: 0px; margin-top: 10px; color: #000; } input[type="email"], input[type="number"], input[type="search"], input[type="text"], input[type="tel"], input[type="url"], input[type="password"], textarea, select { height: 38px; padding: 6px 10px; background-color: #fff; border: 1px solid #D1D1D1; border-radius: 1px; box-shadow: none; box-sizing: border-box; margin-top: 10px; width: 250px; opacity: 0.5; } input[type="email"]:focus, input[type="number"]:focus, input[type="search"]:focus, input[type="text"]:focus, input[type="tel"]:focus, input[type="url"]:focus, input[type="password"]:focus, textarea:focus, select:focus { border: 1px solid #33C; outline: 0; } /* Button ––––––––––––––– */ button { display: inline-block; height: 38px; padding: 0 30px; color: #555; text-align: center; font-size: 11px; line-height: 38px; letter-spacing: .1rem; text-transform: uppercase; text-decoration: none; white-space: nowrap; background-color: transparent; border-radius: 4px; border: 1px solid #bbb; cursor: pointer; box-sizing: border-box; } button:hover, button:focus, { color: #333; border-color: #888; outline: 0; } button { margin-top: 20px; color: #FFF; background-color: #3721f4; } @media (min-width: 375px) { #text { position: relative; bottom: 500px; } } /* For screen sizes more than 425px; ––––––––––––––– */ @media (min-width: 425px) { #logo { position: relative; bottom: 600px; margin-left: 20px; max-width: 30px; } #text { position: relative; bottom: 550px; font-family: Raleway; color: #fff; margin: 0px 20px; } #title { font-size: 2.1rem; width: 400px; } } /* For screen sizes more than 768px; ––––––––––––––– */ @media (min-width: 768px) { #left-landing { width: 350px; } #main-image { height: auto; width: 700px; } #text { position: relative; bottom: 400px; font-family: Raleway; color: #fff; margin: 0px 20px; } #title { font-size: 1.7rem; width: 500px; } #logo { position: relative; bottom: 480px; margin-left: 20px; max-width: 25px; } p { font-size: 8px; letter-spacing: 3px; } #form-session { position: relative; bottom: 100px; height: 850px; } #form-title { width: 500px; } body { height: 1000px; } } @media (min-width: 1024px) { html { overflow-y: hidden; } #main-container { height: 70px; } #form-session { position: relative; top: 55px; height: 570px; float: right; overflow: aut; right:70px; } #left-landing { width: 779px; float: left; } #text { position: relative; bottom: 600px; font-family: Raleway; color: #fff; margin: 0px 20px; } #title { font-size: 50px; } #logo { top: 50px; } } @media (min-width: 1440px) { #form-session { position: relative; top: 55px; height: 450px; float: right; overflow: auto; right: 520px; } #left-landing { width: 550px; float: left; } }
css/styles.css
html { font-family: Raleway font-size: 1.5rem; overflow-x: hidden; } body { margin: 0px; height: 1400px; } a { color: #fff; text-decoration: none; } li { margin-bottom: 10px; } ul { padding-left: 0px; margin-left: 0px; } #main-image { height: auto; max-width: 150%; } #logo { position: relative; bottom: 530px; margin-left: 20px; max-width: 30px; } #text { position: relative; bottom: 400px; font-family: Raleway; color: #fff; margin: 0px 20px; } #title { font-size: 1.9rem; width: 300px; } #form-session { position: relative; bottom: 170px; } #form-title, #name-label, #survey-form, #dropdown, #work-on, #listings { color: #3721f4; font-family: Raleway; margin: 0px 20px; } #form-title { width: 300px; } #survey-form { margin-top: 10px; } #name-label, #email-label, #number-label, #dropdown, #work-on, #dropdown { color: #000; margin: 0px; } #row { margin-top: 20px; } #listings { margin-left: 0px; margin-top: 10px; color: #000; } input[type="email"], input[type="number"], input[type="search"], input[type="text"], input[type="tel"], input[type="url"], input[type="password"], textarea, select { height: 38px; padding: 6px 10px; background-color: #fff; border: 1px solid #D1D1D1; border-radius: 1px; box-shadow: none; box-sizing: border-box; margin-top: 10px; width: 250px; opacity: 0.5; } input[type="email"]:focus, input[type="number"]:focus, input[type="search"]:focus, input[type="text"]:focus, input[type="tel"]:focus, input[type="url"]:focus, input[type="password"]:focus, textarea:focus, select:focus { border: 1px solid #33C; outline: 0; } /* Button ––––––––––––––– */ button { display: inline-block; height: 38px; padding: 0 30px; color: #555; text-align: center; font-size: 11px; line-height: 38px; letter-spacing: .1rem; text-transform: uppercase; text-decoration: none; white-space: nowrap; background-color: transparent; border-radius: 4px; border: 1px solid #bbb; cursor: pointer; box-sizing: border-box; } button:hover, button:focus, { color: #333; border-color: #888; outline: 0; } button { margin-top: 20px; color: #FFF; background-color: #3721f4; } @media (min-width: 375px) { #text { position: relative; bottom: 500px; } } /* For screen sizes more than 425px; ––––––––––––––– */ @media (min-width: 425px) { #logo { position: relative; bottom: 600px; margin-left: 20px; max-width: 30px; } #text { position: relative; bottom: 550px; font-family: Raleway; color: #fff; margin: 0px 20px; } #title { font-size: 2.1rem; width: 400px; } } /* For screen sizes more than 768px; ––––––––––––––– */ @media (min-width: 768px) { #left-landing { width: 350px; } #main-image { height: auto; width: 700px; } #text { position: relative; bottom: 400px; font-family: Raleway; color: #fff; margin: 0px 20px; } #title { font-size: 1.7rem; width: 500px; } #logo { position: relative; bottom: 480px; margin-left: 20px; max-width: 25px; } p { font-size: 8px; letter-spacing: 3px; } #form-session { position: relative; bottom: 100px; height: 850px; } #form-title { width: 500px; } body { height: 1000px; } } @media (min-width: 1024px) { html { overflow-y: hidden; } #main-container { height: 70px; } #form-session { position: relative; top: 55px; height: 570px; float: right; overflow: aut; right:70px; } #left-landing { width: 779px; float: left; } #text { position: relative; bottom: 600px; font-family: Raleway; color: #fff; margin: 0px 20px; } #title { font-size: 50px; } #logo { top: 50px; } } @media (min-width: 1440px) { #form-session { position: relative; top: 55px; height: 450px; float: right; overflow: auto; right: 520px; } #left-landing { width: 550px; float: left; } }
0.336113
0.074164
@charset "utf-8"; /* 1. HTML Elements 2. IDs 3. Classes 4. Animations 5. Media Queries 6. Less Elements (including several extensions) (in .less file only) */ /*== 1 HTML Elements ==*/ .center_div{ margin: 0 auto; width:80% /* value of your choice which suits your alignment */ } ::-webkit-input-placeholder { color: #ffffff; opacity: 1; } :-moz-placeholder { color: #ffffff; opacity: 1; } ::-moz-placeholder { color: #ffffff; opacity: 1; } :-ms-input-placeholder { color: #ffffff; opacity: 1; } a { color: inherit; text-decoration: underline; outline: none; -webkit-transition: all 0.2s ease-out; -moz-transition: all 0.2s ease-out; -o-transition: all 0.2s ease-out; transition: all 0.2s ease-out; } a:focus { color: #01bab0; outline: none; } a:hover { text-decoration: none; color: #01bab0; } address { font-weight: 900; } address p { margin: 20px 0; } body, html { font-size: 18px; font-family: 'Roboto', sans-serif; color: #FFF; height: 100%; line-height: 1.35; } body.right-menu #menu { left: auto; right: 70px; } body.right-menu #menu-trigger { left: auto; right: 0; } body.right-menu .section-content { padding: 60px 340px 60px 60px; } h1, h2, h3, h4, h5, h6 { font-family: 'Fjalla One', sans-serif; font-weight: normal; margin: 25px 0; } h1 { font-size: 60px; margin: 40px 0 20px 0; } h1 .heading-detail { font-family: 'Roboto', sans-serif; font-size: 22px; font-style: italic; font-weight: 900; padding: 0 20px; vertical-align: baseline; } h2 { font-size: 48px; } h3 { font-size: 36px; } h4 { font-size: 30px; } h5 { font-size: 24px; } h6 { font-size: 18px; } html.cssanimations .onscroll-animate { -webkit-animation-duration: 1s; -moz-animation-duration: 1s; -o-animation-duration: 1s; animation-duration: 1s; -webkit-animation-fill-mode: both; -moz-animation-fill-mode: both; -o-animation-fill-mode: both; animation-fill-mode: both; opacity: 0; } html.csstransforms3d .pace .pace-progress { left: auto; right: 100%; background-color: #01bab0; } input[type=submit] { color: #FFF; background-color: #01bab0; font-size: 16px; font-weight: bold; padding: 16px 50px; margin: 10px 0; border: none; -webkit-border-radius: 5px; -moz-border-radius: 5px; border-radius: 5px; } input[type=submit].pull-left { margin-right: 28px; } input[type=submit].pull-right { margin-left: 28px; } input[type=submit].submit-small { padding-left: 24px; padding-right: 24px; } input[type=text], textarea { font-size: 18px; line-height: 1.2; padding: 14px 19px; background-color: rgba(0, 0, 0, 0.25); border: 2px #FFF solid; outline: none; width: 100%; margin-bottom: 12px; -webkit-border-radius: 5px; -moz-border-radius: 5px; border-radius: 5px; -webkit-transition: all 0.2s ease-out; -moz-transition: all 0.2s ease-out; -o-transition: all 0.2s ease-out; transition: all 0.2s ease-out; } input[type=text]:focus, textarea:focus { background-color: transparent; } p { margin: 10px 0; } textarea { height: 192px; resize: none; } /*== 2 IDs ==*/ #all { height: 100%; } #all > section { height: 100%; width: 100%; display: table; table-layout: fixed; } #all .button, #all .button-big, #all .button-border, #all .button-border-dark, #all .button-border-light, #all .button-long, #all .button-simple, #all .button-void { font-weight: bold; background-color: #01bab0; color: #FFF; display: inline-block; text-decoration: none; -webkit-border-radius: 5px; -moz-border-radius: 5px; border-radius: 5px; } #all .button:focus, #all .button-big:focus, #all .button-border:focus, #all .button-border-dark:focus, #all .button-border-light:focus, #all .button-long:focus, #all .button-simple:focus, #all .button-void:focus, #all .button:hover, #all .button-big:hover, #all .button-border:hover, #all .button-border-dark:hover, #all .button-border-light:hover, #all .button-long:hover, #all .button-simple:hover, #all .button-void:hover { color: #FFF; } #all .button.button-offsets, #all .button-big.button-offsets, #all .button-border.button-offsets, #all .button-border-dark.button-offsets, #all .button-border-light.button-offsets, #all .button-long.button-offsets, #all .button-simple.button-offsets, #all .button-void.button-offsets { margin: 10px 15px; } #all .button i, #all .button-big i, #all .button-border i, #all .button-border-dark i, #all .button-border-light i, #all .button-long i, #all .button-simple i, #all .button-void i { font-size: 20px; padding: 0 4px; } #all .button { font-size: 15px; padding: 6px 17px; } #all .button-big { position: relative; font-size: 16px; padding: 16px 25px; min-width: 170px; text-align: center; } #all .button-big:after { position: absolute; top: -3px; bottom: -3px; left: -3px; right: -3px; content: ''; opacity: 0; -webkit-border-radius: 5px; -moz-border-radius: 5px; border-radius: 5px; -webkit-box-shadow: 0px 0px 3px rgba(0, 0, 0, 0); -moz-box-shadow: 0px 0px 3px rgba(0, 0, 0, 0); box-shadow: 0px 0px 3px rgba(0, 0, 0, 0); -webkit-transition: all 0.2s ease-out; -moz-transition: all 0.2s ease-out; -o-transition: all 0.2s ease-out; transition: all 0.2s ease-out; pointer-events: none; } #all .button-big:hover:after { top: 0; bottom: 0; left: 0; right: 0; -webkit-box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.4); -moz-box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.4); box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.4); opacity: 1; } #all .button-border, #all .button-border-dark, #all .button-border-light { font-size: 15px; padding: 5px 28px; background-color: transparent; border: 2px #FFF solid; } #all .button-border:hover, #all .button-border-dark:hover, #all .button-border-light:hover { background-color: #01bab0; border-color: #01bab0; } #all .button-border-dark { font-size: 14px; color: #555555; border-width: 1px; border-color: #363636; padding-top: 7px; padding-bottom: 7px; } #all .button-border-light { font-size: 14px; padding: 7px 16px; border-width: 1px; } #all .button-dark { font-size: 15px; color: #898989; display: inline-block; background-color: #1b1b1b; padding: 7px 25px; text-decoration: none; -webkit-border-radius: 5px; -moz-border-radius: 5px; border-radius: 5px; -webkit-transition: all 0.2s ease-out; -moz-transition: all 0.2s ease-out; -o-transition: all 0.2s ease-out; transition: all 0.2s ease-out; } #all .button-dark:hover { color: #FFF; background-color: #01bab0; } #all .button-dark i { font-size: 18px; margin-right: 6px; } #all .button-gray, #all .button-gray-light { font-size: 15px; color: #FFF; font-weight: 900; display: inline-block; background-color: #464646; padding: 7px 25px; text-decoration: none; -webkit-border-radius: 5px; -moz-border-radius: 5px; border-radius: 5px; } #all .button-gray i, #all .button-gray-light i { font-size: 18px; margin-right: 6px; } #all .button-gray-light { color: #c2c2c2; background-color: #ebebeb; } #all .button-long { font-size: 15px; padding: 7px 35px; } #all .button-simple { font-size: 14px; color: #FFF; padding: 7px 25px; font-weight: normal; background: #1b1b1b; } #all .button-simple:hover { background-color: #01bab0; } #all .button-void { font-size: 16px; padding: 7px 25px; background: none; } #all .button-void:hover { background-color: #01bab0; } #all .list-catgs { padding: 0; margin: 0; list-style: none; color: #898989; } #all .list-catgs a { position: relative; color: #898989; overflow: hidden; border-bottom: 1px rgba(255, 255, 255, 0.05) solid; display: block; padding: 15px 30px; } #all .list-catgs a:after { position: absolute; height: 100%; width: 4px; top: 0; left: 25px; opacity: 0; background-color: #01bab0; content: ''; -webkit-box-shadow: 0 0 1px 3px rgba(1, 186, 176, 0.4); -moz-box-shadow: 0 0 1px 3px rgba(1, 186, 176, 0.4); box-shadow: 0 0 1px 3px rgba(1, 186, 176, 0.4); -webkit-transition: all 0.2s ease-out; -moz-transition: all 0.2s ease-out; -o-transition: all 0.2s ease-out; transition: all 0.2s ease-out; } #all .list-catgs a:hover { color: #01bab0; } #all .list-catgs a:hover:after { width: 2px; opacity: 1; left: 0px; -webkit-box-shadow: none; -moz-box-shadow: none; box-shadow: none; } #all .list-catgs a:hover .list-catg-val { color: #FFF; } #all .list-catgs li:last-of-type a { border-bottom: none; } #all .list-catgs .list-catg-name { float: left; } #all .list-catgs .list-catg-val { float: right; padding-left: 25px; color: #464646; -webkit-transition: all 0.2s ease-out; -moz-transition: all 0.2s ease-out; -o-transition: all 0.2s ease-out; transition: all 0.2s ease-out; } #all .tag { display: inline-block; margin: 5px 2px; text-decoration: none; color: #555555; border: 1px #363636 solid; padding: 6px 20px; -webkit-border-radius: 5px; -moz-border-radius: 5px; border-radius: 5px; } #all .tag:hover { color: #FFF; background-color: #01bab0; border-color: #01bab0; } #all .tags-container { margin: 15px 0; } #form-contact { margin: 20px 0; } #form-search { position: relative; } #form-search ::-webkit-input-placeholder { color: rgba(255, 255, 255, 0.4); opacity: 0.5; } #form-search :-moz-placeholder { color: rgba(255, 255, 255, 0.4); opacity: 0.5; } #form-search ::-moz-placeholder { color: rgba(255, 255, 255, 0.4); opacity: 0.5; } #form-search :-ms-input-placeholder { color: rgba(255, 255, 255, 0.4); opacity: 0.5; } #form-search input[type=text] { padding: 8px 35px 8px 10px; font-size: 14px; font-style: italic; background-color: #1b1b1b; border: none; } #form-search .submit-container { position: absolute; top: 0; right: 0; bottom: 12px; width: 35px; z-index: 1; } #form-search .submit-container:after { position: absolute; right: 10px; top: 4px; font-size: 17px; color: #363636; font-family: 'FontAwesome'; content: '\f002'; -webkit-transition: all 0.2s ease-out; -moz-transition: all 0.2s ease-out; -o-transition: all 0.2s ease-out; transition: all 0.2s ease-out; } #form-search .submit-container:hover:after { color: #666; } #form-search .submit-container input[type=submit] { position: absolute; top: 0; right: 0; height: 100%; width: 100%; margin: 0; padding: 0; opacity: 0; z-index: 1; } #form-search-alt { width: 100%; max-width: 470px; position: relative; margin: 35px auto 0 auto; } #form-search-alt ::-webkit-input-placeholder { color: #ffffff; opacity: 1; } #form-search-alt :-moz-placeholder { color: #ffffff; opacity: 1; } #form-search-alt ::-moz-placeholder { color: #ffffff; opacity: 1; } #form-search-alt :-ms-input-placeholder { color: #ffffff; opacity: 1; } #form-search-alt input[type=text] { font-size: 18px; color: #FFF; padding-right: 60px; background-color: transparent; border: 2px #FFF solid; margin-bottom: 0; } #form-search-alt .submit-container { position: absolute; top: 0; right: 0; height: 100%; width: 49px; font-size: 22px; overflow: hidden; background-color: #01bab0; -webkit-border-radius: 0 5px 5px 0; -moz-border-radius: 0 5px 5px 0; border-radius: 0 5px 5px 0; } #form-search-alt .submit-container:after { position: absolute; top: 0; left: 0; width: 100%; height: 100%; content: ''; } #form-search-alt .submit-container:before { position: absolute; top: 50%; left: 0; width: 100%; height: 20px; line-height: 20px; margin-top: -10px; text-align: center; font-family: 'FontAwesome'; content: '\f002'; } #form-search-alt .submit-container input { position: relative; width: 100%; height: 100%; opacity: 0; z-index: 1; } #map-canvas { position: absolute; left: 0; top: 0; width: 100%; height: 100%; } #menu { position: fixed; top: 70px; left: 70px; bottom: 70px; width: 225px; overflow-y: scroll; font-size: 14px; color: #898989; background-color: rgba(0, 0, 0, 0.7); z-index: 3000; -webkit-transition: all 0.2s ease-out; -moz-transition: all 0.2s ease-out; -o-transition: all 0.2s ease-out; transition: all 0.2s ease-out; } #menu .logo-container { padding: 30px; } #menu .logo-container img { width: 100%; max-width: 100%; } #menu .main-navigation { margin-bottom: 50px; } #menu .menu-bottom { position: absolute; bottom: 0; font-size: 12px; color: #555555; padding: 0 30px 40px 30px; } #menu .menu-bottom a:first-of-type > i { margin-left: 0; } #menu .menu-bottom a:last-of-type > i { margin-right: 0; } #menu .menu-bottom a > i { font-size: 19px; margin: 0 4px; } #menu .menu-container { position: absolute; top: 0; left: 0; width: 100%; height: 100%; } #menu .menu-content { padding: 0 30px; } #menu .menu-inner { position: relative; padding-bottom: 170px; min-height: 100%; } #menu-trigger { position: fixed; width: 40px; height: 40px; text-align: center; line-height: 40px; font-size: 22px; top: 70px; left: 0; display: none; background-color: rgba(0, 0, 0, 0.7); cursor: pointer; z-index: 3100; -webkit-transition: all 0.2s ease-out; -moz-transition: all 0.2s ease-out; -o-transition: all 0.2s ease-out; transition: all 0.2s ease-out; } #page-loader { position: fixed; top: 0; left: 0; width: 100%; height: 100%; font-weight: bold; -webkit-transition: all 0ms ease-out 900ms; -moz-transition: all 0ms ease-out 900ms; -o-transition: all 0ms ease-out 900ms; transition: all 0ms ease-out 900ms; z-index: 9999; } #page-loader.loaded { opacity: 0; visibility: hidden; } #page-loader.loaded .loader-content { opacity: 0; } #page-loader.loaded .loader-footer { opacity: 0; } #page-loader.loaded .loader-square { opacity: 0; } #page-loader .loader-container { display: table; height: 100%; width: 100%; position: relative; z-index: 10; } #page-loader .loader-content { display: table-cell; vertical-align: middle; text-align: center; padding-bottom: 130px; -webkit-transition: all 0.2s ease-out; -moz-transition: all 0.2s ease-out; -o-transition: all 0.2s ease-out; transition: all 0.2s ease-out; } #page-loader .loader-logo { margin-bottom: 80px; } #page-loader .loader-footer { position: absolute; bottom: 110px; width: 100%; font-size: 12px; color: #555555; text-align: center; font-weight: normal; z-index: 10; -webkit-transition: all 0.2s ease-out; -moz-transition: all 0.2s ease-out; -o-transition: all 0.2s ease-out; transition: all 0.2s ease-out; } #page-loader .loader-square { position: absolute; top: 0; left: 0; width: 33.33333333333%; height: 33.33333333333%; overflow: hidden; -webkit-transition: all 300ms ease-out; -moz-transition: all 300ms ease-out; -o-transition: all 300ms ease-out; transition: all 300ms ease-out; } #page-loader .loader-square .loader-square-content { position: absolute; width: 300%; height: 300%; background-color: #777; background-image: url('../images/backgrounds/loader.jpg'); background-position: center center; -webkit-background-size: cover; -moz-background-size: cover; -o-background-size: cover; background-size: cover; background-repeat: no-repeat; } #page-loader .loader-square .loader-square-inner { width: 100%; height: 100%; } #page-loader .loader-square-1 .loader-square-content { top: 0; left: 0; } #page-loader .loader-square-2 { -webkit-transform: translateX(100%); -moz-transform: translateX(100%); -o-transform: translateX(100%); -ms-transform: translateX(100%); transform: translateX(100%); -webkit-transition-delay: 150ms; -moz-transition-delay: 150ms; -o-transition-delay: 150ms; transition-delay: 150ms; } #page-loader .loader-square-2 .loader-square-content { top: 0; left: -100%; } #page-loader .loader-square-3 { top: 0; -webkit-transform: translateX(200%); -moz-transform: translateX(200%); -o-transform: translateX(200%); -ms-transform: translateX(200%); transform: translateX(200%); -webkit-transition-delay: 300ms; -moz-transition-delay: 300ms; -o-transition-delay: 300ms; transition-delay: 300ms; } #page-loader .loader-square-3 .loader-square-content { top: 0; right: 0; } #page-loader .loader-square-4 { -webkit-transform: translateY(100%); -moz-transform: translateY(100%); -o-transform: translateY(100%); -ms-transform: translateY(100%); transform: translateY(100%); -webkit-transition-delay: 150ms; -moz-transition-delay: 150ms; -o-transition-delay: 150ms; transition-delay: 150ms; } #page-loader .loader-square-4 .loader-square-content { top: -100%; left: 0; } #page-loader .loader-square-5 { -webkit-transform: translate(100%, 100%); -moz-transform: translate(100%, 100%); -o-transform: translate(100%, 100%); -ms-transform: translate(100%, 100%); transform: translate(100%, 100%); -webkit-transition-delay: 300ms; -moz-transition-delay: 300ms; -o-transition-delay: 300ms; transition-delay: 300ms; } #page-loader .loader-square-5 .loader-square-content { top: -100%; left: -100%; } #page-loader .loader-square-6 { -webkit-transform: translate(200%, 100%); -moz-transform: translate(200%, 100%); -o-transform: translate(200%, 100%); -ms-transform: translate(200%, 100%); transform: translate(200%, 100%); -webkit-transition-delay: 450ms; -moz-transition-delay: 450ms; -o-transition-delay: 450ms; transition-delay: 450ms; } #page-loader .loader-square-6 .loader-square-content { top: -100%; right: 0; } #page-loader .loader-square-7 { -webkit-transform: translateY(200%); -moz-transform: translateY(200%); -o-transform: translateY(200%); -ms-transform: translateY(200%); transform: translateY(200%); -webkit-transition-delay: 300ms; -moz-transition-delay: 300ms; -o-transition-delay: 300ms; transition-delay: 300ms; } #page-loader .loader-square-7 .loader-square-content { bottom: 0; left: 0; } #page-loader .loader-square-8 { -webkit-transform: translate(100%, 200%); -moz-transform: translate(100%, 200%); -o-transform: translate(100%, 200%); -ms-transform: translate(100%, 200%); transform: translate(100%, 200%); -webkit-transition-delay: 450ms; -moz-transition-delay: 450ms; -o-transition-delay: 450ms; transition-delay: 450ms; } #page-loader .loader-square-8 .loader-square-content { bottom: 0; left: -100%; } #page-loader .loader-square-9 { -webkit-transform: translate(200%, 200%); -moz-transform: translate(200%, 200%); -o-transform: translate(200%, 200%); -ms-transform: translate(200%, 200%); transform: translate(200%, 200%); -webkit-transition-delay: 600ms; -moz-transition-delay: 600ms; -o-transition-delay: 600ms; transition-delay: 600ms; } #page-loader .loader-square-9 .loader-square-content { bottom: 0; right: 0; } #page-screen-cover { position: fixed; width: 100%; height: 100%; top: 0; left: 0; background: rgba(25, 25, 25, 0.7); opacity: 0; visibility: hidden; z-index: 1500; -webkit-transition: all 500ms ease-out; -moz-transition: all 500ms ease-out; -o-transition: all 500ms ease-out; transition: all 500ms ease-out; } #page-screen-cover.active { opacity: 1; visibility: visible; } #portfolio { margin-bottom: 50px; margin-top: 50px; } #section-intro { background-image: url('../images/backgrounds/intro.jpg'); background-position: center center; -webkit-background-size: cover; -moz-background-size: cover; -o-background-size: cover; background-size: cover; background-repeat: no-repeat; } #section-about { background-image: url('../images/backgrounds/about.jpg'); background-position: center center; -webkit-background-size: cover; -moz-background-size: cover; -o-background-size: cover; background-size: cover; background-repeat: no-repeat; } #section-services { background-image: url('../images/backgrounds/services.jpg'); background-position: center center; -webkit-background-size: cover; -moz-background-size: cover; -o-background-size: cover; background-size: cover; background-repeat: no-repeat; } #section-team { background-image: url('../images/backgrounds/team.jpg'); background-position: center center; -webkit-background-size: cover; -moz-background-size: cover; -o-background-size: cover; background-size: cover; background-repeat: no-repeat; } #section-portfolio { background-image: url('../images/backgrounds/portfolio.jpg'); background-position: center center; -webkit-background-size: cover; -moz-background-size: cover; -o-background-size: cover; background-size: cover; background-repeat: no-repeat; } #section-blog { background-image: url('../images/backgrounds/blog.jpg'); background-position: center center; -webkit-background-size: cover; -moz-background-size: cover; -o-background-size: cover; background-size: cover; background-repeat: no-repeat; } #section-contact { background-image: url('../images/backgrounds/contact.jpg'); background-position: center center; -webkit-background-size: cover; -moz-background-size: cover; -o-background-size: cover; background-size: cover; background-repeat: no-repeat; } #to-top { position: fixed; width: 70px; height: 70px; line-height: 70px; font-size: 50px; color: #464646; background-color: rgba(0, 0, 0, 0.7); right: 72px; bottom: -70px; z-index: 999; opacity: 0.5; text-align: center; text-decoration: none; overflow: hidden; -webkit-transform: scale(0.5); -moz-transform: scale(0.5); -o-transform: scale(0.5); -ms-transform: scale(0.5); transform: scale(0.5); -webkit-transition: all 0.2s ease-out; -moz-transition: all 0.2s ease-out; -o-transition: all 0.2s ease-out; transition: all 0.2s ease-out; -webkit-border-radius: 2px; -moz-border-radius: 2px; border-radius: 2px; } #to-top:hover #top-arrow-1 { -webkit-animation: top-arrow ease-in-out 1.4s infinite; -moz-animation: top-arrow ease-in-out 1.4s infinite; -o-animation: top-arrow ease-in-out 1.4s infinite; animation: top-arrow ease-in-out 1.4s infinite; } #to-top:hover #top-arrow-2 { -webkit-animation: top-arrow-2 ease-in-out 1.4s infinite; -moz-animation: top-arrow-2 ease-in-out 1.4s infinite; -o-animation: top-arrow-2 ease-in-out 1.4s infinite; animation: top-arrow-2 ease-in-out 1.4s infinite; } #to-top.active { bottom: 72px; opacity: 1; -webkit-transform: scale(1); -moz-transform: scale(1); -o-transform: scale(1); -ms-transform: scale(1); transform: scale(1); } #top-arrow-1, #top-arrow-2 { position: absolute; width: 100%; height: 100%; left: 0; top: 0; } #top-arrow-2 { opacity: 0; } /*== 3 Classes ==*/ .accordion { margin: 50px 0; } .accordion-small { margin: 25px 0; font-size: 16px; background-color: rgba(0, 0, 0, 0.4); } .accordion-small .panel { border-color: rgba(255, 255, 255, 0.2); } .accordion-small .panel .panel-heading { padding: 0; font-weight: bold; } .accordion-small .panel .panel-heading a { position: relative; padding: 15px 30px; } .accordion-small .panel .panel-heading a:after { position: absolute; height: 100%; width: 4px; top: 0; left: 25px; opacity: 0; background-color: #01bab0; content: ''; -webkit-box-shadow: 0 0 1px 3px rgba(1, 186, 176, 0.4); -moz-box-shadow: 0 0 1px 3px rgba(1, 186, 176, 0.4); box-shadow: 0 0 1px 3px rgba(1, 186, 176, 0.4); -webkit-transition: all 0.2s ease-out; -moz-transition: all 0.2s ease-out; -o-transition: all 0.2s ease-out; transition: all 0.2s ease-out; } .accordion-small .panel .panel-heading a:focus:after, .accordion-small .panel .panel-heading a:hover:after { width: 2px; opacity: 1; left: 0px; -webkit-box-shadow: none; -moz-box-shadow: none; box-shadow: none; } .accordion-small .panel .panel-body { padding: 5px 30px 30px 30px; } .bg-pattern { background-image: url('../images/bg_pattern.png'); } .big-icon-single { margin: 55px 0 80px 0; } .big-icon-single > i { font-size: 42px; } .big-icon-single h3 { font-size: 30px; margin: 30px 0 15px 0; } .blog-layout1, .blog-layout2, .blog-layout3, .blog-layout-big, .blog-layout-single { margin-top: 35px; margin-bottom: 20px; } .blog-layout1 .blog-content, .blog-layout2 .blog-content, .blog-layout3 .blog-content, .blog-layout-big .blog-content, .blog-layout-single .blog-content { font-size: 15px; padding: 20px 28px; color: #898989; background-color: #1f1f1f; } .blog-layout1 .blog-content a, .blog-layout2 .blog-content a, .blog-layout3 .blog-content a, .blog-layout-big .blog-content a, .blog-layout-single .blog-content a { color: #01bab0; text-decoration: none; } .blog-layout1 .blog-content h1, .blog-layout2 .blog-content h1, .blog-layout3 .blog-content h1, .blog-layout-big .blog-content h1, .blog-layout-single .blog-content h1, .blog-layout1 .blog-content h2, .blog-layout2 .blog-content h2, .blog-layout3 .blog-content h2, .blog-layout-big .blog-content h2, .blog-layout-single .blog-content h2, .blog-layout1 .blog-content h3, .blog-layout2 .blog-content h3, .blog-layout3 .blog-content h3, .blog-layout-big .blog-content h3, .blog-layout-single .blog-content h3, .blog-layout1 .blog-content h4, .blog-layout2 .blog-content h4, .blog-layout3 .blog-content h4, .blog-layout-big .blog-content h4, .blog-layout-single .blog-content h4, .blog-layout1 .blog-content h5, .blog-layout2 .blog-content h5, .blog-layout3 .blog-content h5, .blog-layout-big .blog-content h5, .blog-layout-single .blog-content h5, .blog-layout1 .blog-content h6, .blog-layout2 .blog-content h6, .blog-layout3 .blog-content h6, .blog-layout-big .blog-content h6, .blog-layout-single .blog-content h6 { color: #FFF; font-family: 'Roboto', sans-serif; font-weight: normal; margin: 6px 0; } .blog-layout1 .blog-content h1 a, .blog-layout2 .blog-content h1 a, .blog-layout3 .blog-content h1 a, .blog-layout-big .blog-content h1 a, .blog-layout-single .blog-content h1 a, .blog-layout1 .blog-content h2 a, .blog-layout2 .blog-content h2 a, .blog-layout3 .blog-content h2 a, .blog-layout-big .blog-content h2 a, .blog-layout-single .blog-content h2 a, .blog-layout1 .blog-content h3 a, .blog-layout2 .blog-content h3 a, .blog-layout3 .blog-content h3 a, .blog-layout-big .blog-content h3 a, .blog-layout-single .blog-content h3 a, .blog-layout1 .blog-content h4 a, .blog-layout2 .blog-content h4 a, .blog-layout3 .blog-content h4 a, .blog-layout-big .blog-content h4 a, .blog-layout-single .blog-content h4 a, .blog-layout1 .blog-content h5 a, .blog-layout2 .blog-content h5 a, .blog-layout3 .blog-content h5 a, .blog-layout-big .blog-content h5 a, .blog-layout-single .blog-content h5 a, .blog-layout1 .blog-content h6 a, .blog-layout2 .blog-content h6 a, .blog-layout3 .blog-content h6 a, .blog-layout-big .blog-content h6 a, .blog-layout-single .blog-content h6 a { color: #FFF; } .blog-layout1 .blog-content h1 a:hover, .blog-layout2 .blog-content h1 a:hover, .blog-layout3 .blog-content h1 a:hover, .blog-layout-big .blog-content h1 a:hover, .blog-layout-single .blog-content h1 a:hover, .blog-layout1 .blog-content h2 a:hover, .blog-layout2 .blog-content h2 a:hover, .blog-layout3 .blog-content h2 a:hover, .blog-layout-big .blog-content h2 a:hover, .blog-layout-single .blog-content h2 a:hover, .blog-layout1 .blog-content h3 a:hover, .blog-layout2 .blog-content h3 a:hover, .blog-layout3 .blog-content h3 a:hover, .blog-layout-big .blog-content h3 a:hover, .blog-layout-single .blog-content h3 a:hover, .blog-layout1 .blog-content h4 a:hover, .blog-layout2 .blog-content h4 a:hover, .blog-layout3 .blog-content h4 a:hover, .blog-layout-big .blog-content h4 a:hover, .blog-layout-single .blog-content h4 a:hover, .blog-layout1 .blog-content h5 a:hover, .blog-layout2 .blog-content h5 a:hover, .blog-layout3 .blog-content h5 a:hover, .blog-layout-big .blog-content h5 a:hover, .blog-layout-single .blog-content h5 a:hover, .blog-layout1 .blog-content h6 a:hover, .blog-layout2 .blog-content h6 a:hover, .blog-layout3 .blog-content h6 a:hover, .blog-layout-big .blog-content h6 a:hover, .blog-layout-single .blog-content h6 a:hover { color: #01bab0; } .blog-layout1 .blog-content p, .blog-layout2 .blog-content p, .blog-layout3 .blog-content p, .blog-layout-big .blog-content p, .blog-layout-single .blog-content p { margin: 6px 0; } .blog-layout1 .blog-content .link-read-more, .blog-layout2 .blog-content .link-read-more, .blog-layout3 .blog-content .link-read-more, .blog-layout-big .blog-content .link-read-more, .blog-layout-single .blog-content .link-read-more { display: inline-block; color: #898989; margin-top: 5px; } .blog-layout1 .blog-content .link-read-more:hover, .blog-layout2 .blog-content .link-read-more:hover, .blog-layout3 .blog-content .link-read-more:hover, .blog-layout-big .blog-content .link-read-more:hover, .blog-layout-single .blog-content .link-read-more:hover { color: #FFF; } .blog-layout1 .blog-date, .blog-layout2 .blog-date, .blog-layout3 .blog-date, .blog-layout-big .blog-date, .blog-layout-single .blog-date { font-family: 'Fjalla One', sans-serif; position: absolute; left: 0; top: 0; width: 70px; height: 70px; color: #FFF; font-size: 11px; background-color: #252525; text-align: center; text-transform: uppercase; line-height: 1; padding-top: 10px; z-index: 50; } .blog-layout1 .blog-date .blog-date-day, .blog-layout2 .blog-date .blog-date-day, .blog-layout3 .blog-date .blog-date-day, .blog-layout-big .blog-date .blog-date-day, .blog-layout-single .blog-date .blog-date-day { font-size: 36px; margin-bottom: 3px; } .blog-layout1 .blog-details, .blog-layout2 .blog-details, .blog-layout3 .blog-details, .blog-layout-big .blog-details, .blog-layout-single .blog-details { font-size: 12px; margin: 15px 0; } .blog-layout1 .blog-img, .blog-layout2 .blog-img, .blog-layout3 .blog-img, .blog-layout-big .blog-img, .blog-layout-single .blog-img { position: relative; background-color: #1f1f1f; } .blog-layout1 .blog-img.blog-img-hover .blog-img-detail, .blog-layout2 .blog-img.blog-img-hover .blog-img-detail, .blog-layout3 .blog-img.blog-img-hover .blog-img-detail, .blog-layout-big .blog-img.blog-img-hover .blog-img-detail, .blog-layout-single .blog-img.blog-img-hover .blog-img-detail { -webkit-transition: all 0.2s ease-out; -moz-transition: all 0.2s ease-out; -o-transition: all 0.2s ease-out; transition: all 0.2s ease-out; } .blog-layout1 .blog-img.blog-img-hover .blog-img-detail-inner, .blog-layout2 .blog-img.blog-img-hover .blog-img-detail-inner, .blog-layout3 .blog-img.blog-img-hover .blog-img-detail-inner, .blog-layout-big .blog-img.blog-img-hover .blog-img-detail-inner, .blog-layout-single .blog-img.blog-img-hover .blog-img-detail-inner { opacity: 0; -webkit-transition: all 0.2s ease-out; -moz-transition: all 0.2s ease-out; -o-transition: all 0.2s ease-out; transition: all 0.2s ease-out; } .blog-layout1 .blog-img.blog-img-hover:hover .blog-img-detail, .blog-layout2 .blog-img.blog-img-hover:hover .blog-img-detail, .blog-layout3 .blog-img.blog-img-hover:hover .blog-img-detail, .blog-layout-big .blog-img.blog-img-hover:hover .blog-img-detail, .blog-layout-single .blog-img.blog-img-hover:hover .blog-img-detail { background-color: rgba(1, 186, 176, 0.54); } .blog-layout1 .blog-img.blog-img-hover:hover .blog-img-detail-inner, .blog-layout2 .blog-img.blog-img-hover:hover .blog-img-detail-inner, .blog-layout3 .blog-img.blog-img-hover:hover .blog-img-detail-inner, .blog-layout-big .blog-img.blog-img-hover:hover .blog-img-detail-inner, .blog-layout-single .blog-img.blog-img-hover:hover .blog-img-detail-inner { opacity: 1; } .blog-layout1 .blog-img a, .blog-layout2 .blog-img a, .blog-layout3 .blog-img a, .blog-layout-big .blog-img a, .blog-layout-single .blog-img a { text-decoration: underline; } .blog-layout1 .blog-img img, .blog-layout2 .blog-img img, .blog-layout3 .blog-img img, .blog-layout-big .blog-img img, .blog-layout-single .blog-img img { display: block; width: 100%; } .blog-layout1 .blog-img .blog-img-detail, .blog-layout2 .blog-img .blog-img-detail, .blog-layout3 .blog-img .blog-img-detail, .blog-layout-big .blog-img .blog-img-detail, .blog-layout-single .blog-img .blog-img-detail { position: absolute; left: 0; top: 0; width: 100%; height: 100%; background-color: rgba(37, 37, 37, 0.5); } .blog-layout1 .blog-img .blog-img-detail-inner, .blog-layout2 .blog-img .blog-img-detail-inner, .blog-layout3 .blog-img .blog-img-detail-inner, .blog-layout-big .blog-img .blog-img-detail-inner, .blog-layout-single .blog-img .blog-img-detail-inner { width: 100%; height: 100%; display: table; } .blog-layout1 .blog-img .blog-img-detail-inner .blog-img-detail-content, .blog-layout2 .blog-img .blog-img-detail-inner .blog-img-detail-content, .blog-layout3 .blog-img .blog-img-detail-inner .blog-img-detail-content, .blog-layout-big .blog-img .blog-img-detail-inner .blog-img-detail-content, .blog-layout-single .blog-img .blog-img-detail-inner .blog-img-detail-content { display: table-cell; vertical-align: middle; text-align: center; padding: 0 60px; } .blog-layout1 .blog-img .blog-img-quote, .blog-layout2 .blog-img .blog-img-quote, .blog-layout3 .blog-img .blog-img-quote, .blog-layout-big .blog-img .blog-img-quote, .blog-layout-single .blog-img .blog-img-quote { font-weight: bold; font-style: italic; font-size: 22px; margin-bottom: 25px; line-height: 1.2; } .blog-layout1 .blog-item, .blog-layout2 .blog-item, .blog-layout3 .blog-item, .blog-layout-big .blog-item, .blog-layout-single .blog-item { position: relative; margin-bottom: 30px; } .blog-layout1 .blog-side-img, .blog-layout2 .blog-side-img, .blog-layout3 .blog-side-img, .blog-layout-big .blog-side-img, .blog-layout-single .blog-side-img { width: 50%; float: left; margin-bottom: 20px; -webkit-transform: translate(-28px, 0); -moz-transform: translate(-28px, 0); -o-transform: translate(-28px, 0); -ms-transform: translate(-28px, 0); transform: translate(-28px, 0); } .blog-layout2 { margin-bottom: 50px; } .blog-layout2 .blog-item { margin-bottom: 0; } .blog-layout2 .blog-item:nth-child(2n) .blog-content, .blog-layout2 .blog-item:nth-child(2n) .blog-img { background-color: #111111; } .blog-layout3 h5 { font-size: 20px; } .blog-layout3 .blog-content { background-color: #1b1b1b; font-size: 14px; padding-top: 9px; padding-bottom: 14px; } .blog-layout3 .blog-details { margin: 5px 0; } .blog-layout3 .blog-date { background-color: #161616; } .blog-layout3 .blog-img { background-color: #1b1b1b; } .blog-layout3 .blog-img .blog-img-detail-inner .blog-img-detail-content { font-size: 14px; padding: 0 20px; } .blog-layout3 .blog-img .blog-img-quote { font-size: 18px; margin-bottom: 12px; } .blog-layout-big .blog-content { font-size: 14px; padding: 24px 30px 30px 30px; } .blog-layout-big .blog-content > .button-border-dark { margin-top: 25px; } .blog-layout-big .blog-img { background-position: center center; -webkit-background-size: cover; -moz-background-size: cover; -o-background-size: cover; background-size: cover; background-repeat: no-repeat; } .blog-layout-big .blog-img > img { display: none; } .blog-layout-big .blog-item { background-color: #252525; overflow: auto; } .blog-layout-big .blog-item .blog-content, .blog-layout-big .blog-item .blog-img { background-color: transparent; width: 50%; } .blog-layout-single { margin: 0; } .blog-layout-single .blog-content { font-size: 14px; } .blog-layout-single .blog-content h1 h2, .blog-layout-single .blog-content h3, .blog-layout-single .blog-content h4, .blog-layout-single .blog-content h5, .blog-layout-single .blog-content h6 { margin: 12px 0; } .blog-layout-single .blog-content p { margin-bottom: 20px; } .blog-layout-single .blog-item { background-color: #252525; } .citation { font-size: 20px; background-color: #1b1b1b; color: #898989; font-weight: 500; font-style: italic; margin: 30px 70px; text-align: center; padding: 15px 45px; -webkit-border-radius: 5px; -moz-border-radius: 5px; border-radius: 5px; } .citation .citation-author { font-size: 14px; font-weight: normal; color: #FFF; margin: 10px 0; } .comment > .comment { padding-left: 65px; } .comment > .comment > .comment { padding-left: 65px; } .comment > .comment > .comment > .comment { padding-left: 0; } .comment .comment-author { color: #01bab0; font-size: 18px; padding-right: 15px; display: inline-block; margin-top: 10px; margin-bottom: 0; font-weight: bold; } .comment .comment-avatar { float: left; padding-right: 25px; } .comment .comment-avatar img { width: 113px; -webkit-border-radius: 50%; -moz-border-radius: 50%; border-radius: 50%; } .comment .comment-container { overflow: auto; margin: 10px 0 40px 0; } .comment .comment-content { overflow: hidden; } .comment .comment-content p { margin-top: 20px; margin-bottom: 0; } .comment .comment-detail { font-size: 12px; color: #898989; } .comment .comment-reply { float: right; margin-left: 40px; padding-top: 50px; } .content-main { width: 80%; padding-right: 30px; float: left; } .content-sidebar { width: 20%; float: right; background-color: #252525; font-size: 14px; color: #898989; padding-bottom: 30px; } .dark-screen { background-color: rgba(0, 0, 0, 0.15); } .delimiter-inline { padding-left: 7px; padding-right: 7px; display: inline-block; } .delimiter-inline:after { content: ':'; } .delimiter-inline-alt { padding-left: 7px; padding-right: 7px; display: inline-block; } .delimiter-inline-alt:after { content: '/'; } .delimiter-inline-void { display: inline-block; width: 15px; } .filter-list { font-family: 'Roboto', sans-serif; padding: 0; margin: 20px 0; list-style: none; text-align: center; display: block; } .filter-list.pull-right { padding-left: 55px; } .filter-list li { display: inline-block; margin-left: 5px; } .filter-list li a { color: #FFF; font-size: 16px; font-weight: 900; padding: 4px 18px; display: inline-block; border: 2px rgba(255, 255, 255, 0) solid; text-decoration: none; -webkit-border-radius: 4px; -moz-border-radius: 4px; border-radius: 4px; } .filter-list li a.active { border-color: #FFF; } .filter-list-alt { font-family: 'Roboto', sans-serif; padding: 0 0 0 10px; margin: 20px 0 0 0; list-style: none; text-align: center; display: block; background-color: #252525; font-size: 14px; overflow: auto; -webkit-border-radius: 5px; -moz-border-radius: 5px; border-radius: 5px; } .filter-list-alt.pull-right { margin-left: 55px; } .filter-list-alt li { display: block; float: left; margin: 0 4px; } .filter-list-alt li.isotope-filter-button { background-color: #1b1b1b; margin-right: 0; margin-left: 8px; float: right; } .filter-list-alt li.isotope-filter-button a { color: #FFF; } .filter-list-alt li a { padding: 12px 13px 10px 13px; display: block; color: #898989; border-bottom: 2px rgba(1, 186, 176, 0) solid; text-decoration: none; } .filter-list-alt li a:hover { color: #01bab0; } .filter-list-alt li a.active { color: #01bab0; border-bottom-color: #01bab0; } .first-letter { overflow: auto; } .first-letter:first-letter { font-size: 54px; font-weight: 900; border: 5px #FFF solid; padding: 9px 12px; margin-top: 5px; margin-right: 30px; margin-bottom: 20px; float: left; } .graph-bar { margin: 15px 0; overflow: auto; font-size: 18px; font-weight: 900; } .graph-bar .graph-bar-label { float: left; margin-bottom: 6px; } .graph-bar .graph-line { clear: both; border: 2px #FFF solid; -webkit-border-radius: 3px; -moz-border-radius: 3px; border-radius: 3px; } .graph-bar .graph-line .graph-line-value { width: 0; height: 12px; background-color: #FFF; -webkit-transition: all 300ms ease-out; -moz-transition: all 300ms ease-out; -o-transition: all 300ms ease-out; transition: all 300ms ease-out; } .graph-bar .graph-value { float: right; } .graph-donut { position: relative; font-family: 'Fjalla One', sans-serif; font-size: 48px; width: 170px; height: 170px; line-height: 170px; margin: 0 auto; } .graph-donut:after { position: absolute; left: 0; top: 0; width: 100%; height: 100%; content: ''; border: 14px rgba(255, 255, 255, 0.32) solid; -webkit-border-radius: 50%; -moz-border-radius: 50%; border-radius: 50%; } .graph-donut.onscroll-animate .graph-inner { -webkit-transform: rotate(180deg); -moz-transform: rotate(180deg); -o-transform: rotate(180deg); -ms-transform: rotate(180deg); transform: rotate(180deg); -webkit-transition: all 500ms linear; -moz-transition: all 500ms linear; -o-transition: all 500ms linear; transition: all 500ms linear; } .graph-donut.onscroll-animate .graph-left .graph-inner { -webkit-transition-delay: 500ms; -moz-transition-delay: 500ms; -o-transition-delay: 500ms; transition-delay: 500ms; } .graph-donut .graph-inner { position: absolute; width: 200%; height: 100%; border: 14px #FFF solid; z-index: 1; -webkit-border-radius: 50%; -moz-border-radius: 50%; border-radius: 50%; } .graph-donut .graph-left { position: absolute; width: 50%; height: 100%; left: 0; top: 0; overflow: hidden; } .graph-donut .graph-left .graph-inner { left: 0; clip: rect(0, 85px, 170px, 0); } .graph-donut .graph-right { position: absolute; width: 50%; height: 100%; top: 0; right: 0; overflow: hidden; } .graph-donut .graph-right .graph-inner { right: 0; clip: rect(0, 170px, 170px, 85px); } .graph-donut .graph-value { position: relative; text-align: center; z-index: 2; } .heading-big { font-size: 60px; text-transform: uppercase; } .heading-enormous { font-size: 150px; text-transform: uppercase; line-height: 0.9; } .heading-huge { font-size: 80px; text-transform: uppercase; } .icon-circle { position: relative; width: 42px; height: 42px; line-height: 42px; text-align: center; color: #FFF; font-size: 23px; display: inline-block; } .icon-circle:after, .icon-circle:before { position: absolute; left: 0; top: 0; width: 100%; height: 100%; content: ''; opacity: 0; pointer-events: none; -webkit-border-radius: 50%; -moz-border-radius: 50%; border-radius: 50%; -webkit-transition: all 0.2s ease-out; -moz-transition: all 0.2s ease-out; -o-transition: all 0.2s ease-out; transition: all 0.2s ease-out; } .icon-circle:after { -webkit-transform: scale(0.7); -moz-transform: scale(0.7); -o-transform: scale(0.7); -ms-transform: scale(0.7); transform: scale(0.7); background-color: rgba(0, 0, 0, 0.1); } .icon-circle:before { -webkit-transform: scale(1.3); -moz-transform: scale(1.3); -o-transform: scale(1.3); -ms-transform: scale(1.3); transform: scale(1.3); -webkit-transition-delay: 200ms; -moz-transition-delay: 200ms; -o-transition-delay: 200ms; transition-delay: 200ms; background-color: rgba(0, 0, 0, 0.1); } .icon-circle:hover { color: #FFF; } .icon-circle:hover:after, .icon-circle:hover:before { opacity: 1; -webkit-transform: scale(1); -moz-transform: scale(1); -o-transform: scale(1); -ms-transform: scale(1); transform: scale(1); } .icon-circle i { position: relative; z-index: 1; } .img-full { width: 100%; } .input-container { position: relative; background-color: rgba(0, 0, 0, 0.25); margin-bottom: 19px; -webkit-transition: all 0.2s ease-out; -moz-transition: all 0.2s ease-out; -o-transition: all 0.2s ease-out; transition: all 0.2s ease-out; -webkit-border-radius: 5px; -moz-border-radius: 5px; border-radius: 5px; } .input-container:after { position: absolute; left: 0; top: 0; width: 100%; height: 100%; content: ''; -webkit-border-radius: 5px; -moz-border-radius: 5px; border-radius: 5px; border: 2px #FFF solid; } .input-container.focus { background-color: transparent; } .input-container.input-email input[type=text], .input-container.input-message input[type=text], .input-container.input-name input[type=text], .input-container.input-phone input[type=text], .input-container.input-email textarea, .input-container.input-message textarea, .input-container.input-name textarea, .input-container.input-phone textarea { padding-right: 42px; } .input-container.input-email:before, .input-container.input-message:before, .input-container.input-name:before, .input-container.input-phone:before { font-family: 'FontAwesome'; position: absolute; right: 19px; top: 11px; font-size: 21px; pointer-events: none; } .input-container.input-email:before { content: '\f0e0'; } .input-container.input-message:before { content: '\f044'; } .input-container.input-name:before { content: '\f007'; } .input-container.input-phone:before { content: '\f095'; } .input-container input[type=text], .input-container textarea { position: relative; font-size: 18px; padding: 13px 15px; color: #FFF; background-color: transparent; border: 3px rgba(255, 255, 255, 0) solid; z-index: 1; margin-bottom: 0; } .input-container input[type=text]:focus, .input-container textarea:focus { border-color: #FFF; } .link-borders { position: relative; display: block; margin: 9px 0; } .link-borders:after { position: absolute; left: 0; top: 0; width: 100%; height: 100%; content: ''; -webkit-transition: all 0.2s ease-out; -moz-transition: all 0.2s ease-out; -o-transition: all 0.2s ease-out; transition: all 0.2s ease-out; border: 3px #01bab0 solid; opacity: 0; } .link-borders:before { position: absolute; left: 0; top: 0; width: 100%; height: 100%; content: ''; -webkit-transition: all 0.2s ease-out; -moz-transition: all 0.2s ease-out; -o-transition: all 0.2s ease-out; transition: all 0.2s ease-out; background-color: rgba(37, 37, 37, 0.5); } .link-borders:hover:after { opacity: 1; } .link-borders:hover:before { opacity: 0; } .link-read-more { position: relative; color: #898989; font-weight: bold; text-decoration: none; padding-right: 12px; } .link-read-more:after { position: absolute; bottom: 0; right: 0; content: '»'; } .link-read-more:hover { color: #FFF; } .links-box { display: inline-block; color: #898989; font-size: 14px; padding: 9px 19px; background-color: #252525; -webkit-border-radius: 5px; -moz-border-radius: 5px; border-radius: 5px; } .links-box a { padding-left: 5px; } .links-box .links-box-text { padding-right: 10px; } .list-gray { padding-left: 8px; margin: 17px 0; list-style: none; color: #898989; } .list-gray li { position: relative; margin: 12px 0; padding-left: 30px; } .list-gray li:after { position: absolute; left: 0; top: 7px; width: 11px; height: 11px; background-color: #4a4a4a; content: ''; -webkit-border-radius: 50%; -moz-border-radius: 50%; border-radius: 50%; } .list-numbers { padding: 0; margin: 15px 0; list-style: none; counter-reset: item; } .list-numbers li { position: relative; padding: 6px 0 6px 40px; counter-increment: item; } .list-numbers li:after { position: absolute; top: 6px; left: 0; width: 40px; text-align: center; content: counter(item, decimal) '.'; font-weight: 900; } .main-navigation ul { padding: 0; margin: 0; list-style: none; } .main-navigation ul li { border-bottom: 1px rgba(255, 255, 255, 0.05) solid; } .main-navigation ul li:last-of-type { border-bottom: none; } .main-navigation ul li.active > a, .main-navigation ul li.active > a:focus, .main-navigation ul li.current-menu-item > a, .main-navigation ul li.current-menu-item > a:focus { color: #01bab0; } .main-navigation ul li.active > a:after, .main-navigation ul li.active > a:focus:after, .main-navigation ul li.current-menu-item > a:after, .main-navigation ul li.current-menu-item > a:focus:after { width: 2px; opacity: 1; left: 0px; -webkit-box-shadow: none; -moz-box-shadow: none; box-shadow: none; } .main-navigation ul li.has-submenu:hover > a:before, .main-navigation ul li.menu-item-has-children:hover > a:before { -webkit-transform: rotate(90deg); -moz-transform: rotate(90deg); -o-transform: rotate(90deg); -ms-transform: rotate(90deg); transform: rotate(90deg); } .main-navigation ul li.has-submenu > a, .main-navigation ul li.menu-item-has-children > a { padding-right: 50px; } .main-navigation ul li.has-submenu > a:before, .main-navigation ul li.menu-item-has-children > a:before { position: absolute; right: 28px; top: 50%; margin-top: -15px; height: 30px; line-height: 30px; font-size: 18px; color: #464646; font-family: 'FontAwesome'; -webkit-transition: all 0.2s ease-out; -moz-transition: all 0.2s ease-out; -o-transition: all 0.2s ease-out; transition: all 0.2s ease-out; content: '\f105'; } .main-navigation ul li > ul { display: none; } .main-navigation ul li > ul li:first-of-type { border-top: 1px rgba(255, 255, 255, 0.05) solid; } .main-navigation ul li a { position: relative; padding: 12px 30px; display: block; text-decoration: none; -webkit-transition: all 0.2s ease-out; -moz-transition: all 0.2s ease-out; -o-transition: all 0.2s ease-out; transition: all 0.2s ease-out; } .main-navigation ul li a:after { position: absolute; height: 100%; width: 4px; top: 0; left: 25px; opacity: 0; background-color: #01bab0; content: ''; -webkit-box-shadow: 0 0 1px 3px rgba(1, 186, 176, 0.4); -moz-box-shadow: 0 0 1px 3px rgba(1, 186, 176, 0.4); box-shadow: 0 0 1px 3px rgba(1, 186, 176, 0.4); -webkit-transition: all 0.2s ease-out; -moz-transition: all 0.2s ease-out; -o-transition: all 0.2s ease-out; transition: all 0.2s ease-out; } .main-navigation ul li a:focus { color: inherit; } .main-navigation ul li a:hover { color: #01bab0; } .main-navigation ul li a:hover:after { width: 2px; opacity: 1; left: 0px; -webkit-box-shadow: none; -moz-box-shadow: none; box-shadow: none; } .map-container { position: relative; height: 520px; margin-bottom: 25px; } .master-slider { font-size: 18px; } .master-slider.has-thumbnails:after { position: absolute; background-color: rgba(0, 0, 0, 0.35); left: 0; right: 0; bottom: 10px; height: 104px; content: ''; } .master-slider h1, .master-slider h2, .master-slider h3, .master-slider h4, .master-slider h5, .master-slider h6, .master-slider p { margin: 0; font-size: inherit !important; } .master-slider p { line-height: 1.35; } .master-slider .button, .master-slider .button-big, .master-slider .button-border, .master-slider .button-border-dark, .master-slider .button-border-light, .master-slider .button-long, .master-slider .button-simple, .master-slider .button-void { font-size: inherit !important; } .master-slider .button i, .master-slider .button-big i, .master-slider .button-border i, .master-slider .button-border-dark i, .master-slider .button-border-light i, .master-slider .button-long i, .master-slider .button-simple i, .master-slider .button-void i { font-size: inherit !important; } .master-slider .container { display: block; padding-left: 355px; } .master-slider .ms-bullet { position: relative; width: 12px; height: 12px; background-color: #f8f8f8; opacity: 0.2; margin: 7px; -webkit-transition: all 0.2s ease-out; -moz-transition: all 0.2s ease-out; -o-transition: all 0.2s ease-out; transition: all 0.2s ease-out; -webkit-border-radius: 50%; -moz-border-radius: 50%; border-radius: 50%; } .master-slider .ms-bullet:after { position: absolute; left: 0; top: 0; width: 100%; height: 100%; content: ''; -webkit-box-shadow: 0 0 1px #ffffff; -moz-box-shadow: 0 0 1px #ffffff; box-shadow: 0 0 1px #ffffff; opacity: 0; -webkit-border-radius: 50%; -moz-border-radius: 50%; border-radius: 50%; -webkit-transition: all 0.2s ease-out; -moz-transition: all 0.2s ease-out; -o-transition: all 0.2s ease-out; transition: all 0.2s ease-out; } .master-slider .ms-bullet:hover { opacity: 0.7; } .master-slider .ms-bullet:hover:after { opacity: 1; } .master-slider .ms-bullet.ms-bullet-selected { opacity: 1; } .master-slider .ms-bullets.ms-dir-v { right: 15px; z-index: 110; } .master-slider .ms-layer { width: 100%; } .master-slider .ms-nav-next, .master-slider .ms-nav-prev { position: absolute; width: 45px; height: 45px; bottom: 125px; cursor: pointer; font-size: 35px; color: #FFF; background-color: rgba(26, 26, 26, 0.15); z-index: 110; -webkit-border-radius: 5px; -moz-border-radius: 5px; border-radius: 5px; -webkit-transition: all 0.2s ease-out; -moz-transition: all 0.2s ease-out; -o-transition: all 0.2s ease-out; transition: all 0.2s ease-out; } .master-slider .ms-nav-next:after, .master-slider .ms-nav-prev:after { position: absolute; left: 0; top: 0; width: 100%; height: 100%; content: ''; font-family: 'FontAwesome'; line-height: 44px; text-align: center; } .master-slider .ms-nav-next:hover, .master-slider .ms-nav-prev:hover { background-color: #01bab0; } .master-slider .ms-nav-next { right: 15px; } .master-slider .ms-nav-next:after { content: '\f105'; } .master-slider .ms-nav-prev { right: 70px; } .master-slider .ms-nav-prev:after { content: '\f104'; } .master-slider .ms-slide-pattern { position: absolute; width: 100%; height: 100%; top: 0; left: 0; z-index: 8; } .master-slider .ms-slide1 .ms-layer1 { top: 55% !important; } .master-slider .ms-slide1 .ms-layer2 { top: 55% !important; margin-top: 100px; } .master-slider .ms-slide1 .ms-layer3 { top: 55% !important; margin-top: 165px; } .master-slider .ms-slide2 .ms-layer1 { top: 15% !important; } .master-slider .ms-slide2 .ms-layer2 { top: 15% !important; margin-top: 190px; } .master-slider .ms-slide2 .ms-layer3 { top: 15% !important; margin-top: 305px; } .master-slider .ms-slide2 .ms-layer4 { top: 15% !important; margin-top: 380px; } .master-slider .ms-slide3 .ms-layer1 { top: 40% !important; } .master-slider .ms-slide3 .ms-layer2 { top: 40% !important; margin-top: 120px; } .master-slider .ms-slide3 .ms-layer3 { top: 40% !important; margin-top: 250px; } .master-slider .ms-slide4 .ms-layer1 { top: 40% !important; } .master-slider .ms-slide4 .ms-layer2 { top: 40% !important; margin-top: 105px; } .master-slider .ms-slide4 .ms-layer3 { top: 40% !important; margin-top: 200px; } .master-slider .ms-text-size1 { font-size: 189px; } .master-slider .ms-text-size2 { font-size: 107px; } .master-slider .ms-text-size3 { font-size: 80px; } .master-slider .ms-text-size4 { font-size: 57px; } .master-slider .ms-text-size5 { font-size: 48px; } .master-slider .ms-text-size6 { font-size: 30px; } .master-slider .ms-text-size7 { font-size: 16px; } .master-slider .ms-thumb-list.ms-dir-h { margin-left: 330px; width: auto; left: 0; right: 0; z-index: 1; } .master-slider .ms-thumb-list.ms-dir-h .ms-thumb-frame { position: relative; padding: 10px 0; } .master-slider .ms-thumb-list.ms-dir-h .ms-thumb-frame:after { position: absolute; top: 10px; bottom: 30px; width: 100%; left: 0; border: 4px #01bab0 solid; opacity: 0; content: ''; -webkit-transform: scale(1.1); -moz-transform: scale(1.1); -o-transform: scale(1.1); -ms-transform: scale(1.1); transform: scale(1.1); -webkit-transition: all 0.2s ease-out; -moz-transition: all 0.2s ease-out; -o-transition: all 0.2s ease-out; transition: all 0.2s ease-out; } .master-slider .ms-thumb-list.ms-dir-h .ms-thumb-frame:before { position: absolute; left: 0; top: 0; width: 100%; height: 100%; content: ''; text-align: center; line-height: 106px; font-family: 'FontAwesome'; opacity: 0; -webkit-transition: all 0.2s ease-out; -moz-transition: all 0.2s ease-out; -o-transition: all 0.2s ease-out; transition: all 0.2s ease-out; content: '\f002'; } .master-slider .ms-thumb-list.ms-dir-h .ms-thumb-frame:hover { opacity: 1; } .master-slider .ms-thumb-list.ms-dir-h .ms-thumb-frame:hover:before { opacity: 1; } .master-slider .ms-thumb-list.ms-dir-h .ms-thumb-frame.ms-thumb-frame-selected:after { -webkit-transform: scale(1); -moz-transform: scale(1); -o-transform: scale(1); -ms-transform: scale(1); transform: scale(1); opacity: 1; } .master-slider .ms-timerbar { background-color: rgba(255, 255, 255, 0.3); z-index: 110; } .note { font-size: 13px; opacity: 0.6; margin: 28px 0; } .owl-carousel.big-arrows > .owl-controls .owl-next, .owl-carousel.big-arrows > .owl-controls .owl-prev { width: 30px; height: 48px; font-size: 77px; line-height: 47px; top: 50%; margin-top: -21px; background: none; bottom: auto; } .owl-carousel.big-arrows > .owl-controls .owl-next { right: -40px; } .owl-carousel.big-arrows > .owl-controls .owl-prev { left: -40px; } .owl-carousel.black-arrows > .owl-controls .owl-next, .owl-carousel.black-arrows > .owl-controls .owl-prev { width: 45px; height: 45px; font-size: 40px; line-height: 43px; top: 50%; margin-top: -22px; color: #FFF; background: #000000; bottom: auto; -webkit-border-radius: 5px; -moz-border-radius: 5px; border-radius: 5px; } .owl-carousel.black-arrows > .owl-controls .owl-next { right: 30px; } .owl-carousel.black-arrows > .owl-controls .owl-prev { left: 30px; } .owl-carousel.black-arrows-bottom > .owl-controls .owl-next, .owl-carousel.black-arrows-bottom > .owl-controls .owl-prev { color: #FFF; background: #000000; } .owl-carousel.simple-arrows > .owl-controls .owl-next, .owl-carousel.simple-arrows > .owl-controls .owl-prev { width: 41px; height: 41px; top: 50%; margin-top: -20px; font-size: 35px; line-height: 40px; color: rgba(255, 255, 255, 0.5); background: rgba(25, 25, 25, 0.4); } .owl-carousel.simple-arrows > .owl-controls .owl-next:hover, .owl-carousel.simple-arrows > .owl-controls .owl-prev:hover { color: #FFF; background-color: #111111; } .owl-carousel.simple-arrows > .owl-controls .owl-next { right: 30px; } .owl-carousel.simple-arrows > .owl-controls .owl-prev { left: 30px; } .owl-carousel.top-arrows > .owl-controls .owl-next, .owl-carousel.top-arrows > .owl-controls .owl-prev { width: 33px; height: 40px; background: none; font-size: 55px; line-height: 40px; top: -65px; bottom: auto; } .owl-carousel.top-arrows > .owl-controls .owl-prev { right: 43px; } .owl-carousel.top-small-arrows > .owl-controls .owl-next, .owl-carousel.top-small-arrows > .owl-controls .owl-prev { width: 25px; height: 25px; font-size: 20px; line-height: 24px; top: 56px; bottom: auto; background-color: #1b1b1b; color: #898989; opacity: 1; -webkit-border-radius: 5px; -moz-border-radius: 5px; border-radius: 5px; } .owl-carousel.top-small-arrows > .owl-controls .owl-next:hover, .owl-carousel.top-small-arrows > .owl-controls .owl-prev:hover { background-color: #01bab0; color: #FFF; } .owl-carousel.top-small-arrows > .owl-controls .owl-next { right: 30px; } .owl-carousel.top-small-arrows > .owl-controls .owl-prev { left: 30px; } .owl-carousel .owl-controls .owl-next, .owl-carousel .owl-controls .owl-prev { color: #FFF; position: absolute; width: 41px; height: 41px; line-height: 40px; font-size: 30px; bottom: 10px; text-align: center; background-color: #252525; opacity: 0.5; -webkit-transition: all 0.2s ease-out; -moz-transition: all 0.2s ease-out; -o-transition: all 0.2s ease-out; transition: all 0.2s ease-out; } .owl-carousel .owl-controls .owl-next:hover, .owl-carousel .owl-controls .owl-prev:hover { opacity: 1; } .owl-carousel .owl-controls .owl-next { right: 10px; } .owl-carousel .owl-controls .owl-next:after { font-family: 'FontAwesome'; content: '\f105'; } .owl-carousel .owl-controls .owl-prev { right: 57px; } .owl-carousel .owl-controls .owl-prev:after { font-family: 'FontAwesome'; content: '\f104'; } .owl-carousel .owl-item > img { display: block; width: 100%; } .owl-carousel .owl-pagination { position: absolute; width: 100%; left: 0; bottom: 24px; text-align: center; } .owl-carousel .owl-pagination .owl-page { width: 12px; height: 12px; border: 1px #FFF solid; background-color: rgba(255, 255, 255, 0); opacity: 0.5; display: inline-block; margin: 4px; -webkit-border-radius: 50%; -moz-border-radius: 50%; border-radius: 50%; -webkit-transition: all 0.2s ease-out; -moz-transition: all 0.2s ease-out; -o-transition: all 0.2s ease-out; transition: all 0.2s ease-out; } .owl-carousel .owl-pagination .owl-page:hover { opacity: 1; } .owl-carousel .owl-pagination .owl-page.active { opacity: 1; background-color: #FFF; } .pace { position: fixed; top: 120px; left: 0; right: 0; bottom: 0; z-index: 20000; overflow: hidden; } .pace:after { position: absolute; width: 100%; left: 0; top: 50%; height: 9px; margin-top: 5px; background-color: rgba(255, 255, 255, 0.11); content: ''; } .pace.pace-inactive { display: none; } .pace .pace-progress { position: absolute; width: 100%; left: 0; top: 50%; height: 9px; margin-top: 5px; z-index: 100; -webkit-transform: translate3d(0, 0, 0); transform: translate3d(0, 0, 0); } .pace .pace-progress:after { position: absolute; top: 50%; left: 0; height: 20px; width: 100%; margin-top: -45px; font-weight: bold; text-align: center; content: attr(data-progress-text); } .pace .pace-progress[data-progress-text="0%"]:after { -webkit-transform: translate3d(100%, 0, 0); transform: translate3d(100%, 0, 0); } .pace .pace-progress[data-progress-text="1%"]:after { -webkit-transform: translate3d(99%, 0, 0); transform: translate3d(99%, 0, 0); } .pace .pace-progress[data-progress-text="2%"]:after { -webkit-transform: translate3d(98%, 0, 0); transform: translate3d(98%, 0, 0); } .pace .pace-progress[data-progress-text="3%"]:after { -webkit-transform: translate3d(97%, 0, 0); transform: translate3d(97%, 0, 0); } .pace .pace-progress[data-progress-text="4%"]:after { -webkit-transform: translate3d(96%, 0, 0); transform: translate3d(96%, 0, 0); } .pace .pace-progress[data-progress-text="5%"]:after { -webkit-transform: translate3d(95%, 0, 0); transform: translate3d(95%, 0, 0); } .pace .pace-progress[data-progress-text="6%"]:after { -webkit-transform: translate3d(94%, 0, 0); transform: translate3d(94%, 0, 0); } .pace .pace-progress[data-progress-text="7%"]:after { -webkit-transform: translate3d(93%, 0, 0); transform: translate3d(93%, 0, 0); } .pace .pace-progress[data-progress-text="8%"]:after { -webkit-transform: translate3d(92%, 0, 0); transform: translate3d(92%, 0, 0); } .pace .pace-progress[data-progress-text="9%"]:after { -webkit-transform: translate3d(91%, 0, 0); transform: translate3d(91%, 0, 0); } .pace .pace-progress[data-progress-text="10%"]:after { -webkit-transform: translate3d(90%, 0, 0); transform: translate3d(90%, 0, 0); } .pace .pace-progress[data-progress-text="11%"]:after { -webkit-transform: translate3d(89%, 0, 0); transform: translate3d(89%, 0, 0); } .pace .pace-progress[data-progress-text="12%"]:after { -webkit-transform: translate3d(88%, 0, 0); transform: translate3d(88%, 0, 0); } .pace .pace-progress[data-progress-text="13%"]:after { -webkit-transform: translate3d(87%, 0, 0); transform: translate3d(87%, 0, 0); } .pace .pace-progress[data-progress-text="14%"]:after { -webkit-transform: translate3d(86%, 0, 0); transform: translate3d(86%, 0, 0); } .pace .pace-progress[data-progress-text="15%"]:after { -webkit-transform: translate3d(85%, 0, 0); transform: translate3d(85%, 0, 0); } .pace .pace-progress[data-progress-text="16%"]:after { -webkit-transform: translate3d(84%, 0, 0); transform: translate3d(84%, 0, 0); } .pace .pace-progress[data-progress-text="17%"]:after { -webkit-transform: translate3d(83%, 0, 0); transform: translate3d(83%, 0, 0); } .pace .pace-progress[data-progress-text="18%"]:after { -webkit-transform: translate3d(82%, 0, 0); transform: translate3d(82%, 0, 0); } .pace .pace-progress[data-progress-text="19%"]:after { -webkit-transform: translate3d(81%, 0, 0); transform: translate3d(81%, 0, 0); } .pace .pace-progress[data-progress-text="20%"]:after { -webkit-transform: translate3d(80%, 0, 0); transform: translate3d(80%, 0, 0); } .pace .pace-progress[data-progress-text="21%"]:after { -webkit-transform: translate3d(79%, 0, 0); transform: translate3d(79%, 0, 0); } .pace .pace-progress[data-progress-text="22%"]:after { -webkit-transform: translate3d(78%, 0, 0); transform: translate3d(78%, 0, 0); } .pace .pace-progress[data-progress-text="23%"]:after { -webkit-transform: translate3d(77%, 0, 0); transform: translate3d(77%, 0, 0); } .pace .pace-progress[data-progress-text="24%"]:after { -webkit-transform: translate3d(76%, 0, 0); transform: translate3d(76%, 0, 0); } .pace .pace-progress[data-progress-text="25%"]:after { -webkit-transform: translate3d(75%, 0, 0); transform: translate3d(75%, 0, 0); } .pace .pace-progress[data-progress-text="26%"]:after { -webkit-transform: translate3d(74%, 0, 0); transform: translate3d(74%, 0, 0); } .pace .pace-progress[data-progress-text="27%"]:after { -webkit-transform: translate3d(73%, 0, 0); transform: translate3d(73%, 0, 0); } .pace .pace-progress[data-progress-text="28%"]:after { -webkit-transform: translate3d(72%, 0, 0); transform: translate3d(72%, 0, 0); } .pace .pace-progress[data-progress-text="29%"]:after { -webkit-transform: translate3d(71%, 0, 0); transform: translate3d(71%, 0, 0); } .pace .pace-progress[data-progress-text="30%"]:after { -webkit-transform: translate3d(70%, 0, 0); transform: translate3d(70%, 0, 0); } .pace .pace-progress[data-progress-text="31%"]:after { -webkit-transform: translate3d(69%, 0, 0); transform: translate3d(69%, 0, 0); } .pace .pace-progress[data-progress-text="32%"]:after { -webkit-transform: translate3d(68%, 0, 0); transform: translate3d(68%, 0, 0); } .pace .pace-progress[data-progress-text="33%"]:after { -webkit-transform: translate3d(67%, 0, 0); transform: translate3d(67%, 0, 0); } .pace .pace-progress[data-progress-text="34%"]:after { -webkit-transform: translate3d(66%, 0, 0); transform: translate3d(66%, 0, 0); } .pace .pace-progress[data-progress-text="35%"]:after { -webkit-transform: translate3d(65%, 0, 0); transform: translate3d(65%, 0, 0); } .pace .pace-progress[data-progress-text="36%"]:after { -webkit-transform: translate3d(64%, 0, 0); transform: translate3d(64%, 0, 0); } .pace .pace-progress[data-progress-text="37%"]:after { -webkit-transform: translate3d(63%, 0, 0); transform: translate3d(63%, 0, 0); } .pace .pace-progress[data-progress-text="38%"]:after { -webkit-transform: translate3d(62%, 0, 0); transform: translate3d(62%, 0, 0); } .pace .pace-progress[data-progress-text="39%"]:after { -webkit-transform: translate3d(61%, 0, 0); transform: translate3d(61%, 0, 0); } .pace .pace-progress[data-progress-text="40%"]:after { -webkit-transform: translate3d(60%, 0, 0); transform: translate3d(60%, 0, 0); } .pace .pace-progress[data-progress-text="41%"]:after { -webkit-transform: translate3d(59%, 0, 0); transform: translate3d(59%, 0, 0); } .pace .pace-progress[data-progress-text="42%"]:after { -webkit-transform: translate3d(58%, 0, 0); transform: translate3d(58%, 0, 0); } .pace .pace-progress[data-progress-text="43%"]:after { -webkit-transform: translate3d(57%, 0, 0); transform: translate3d(57%, 0, 0); } .pace .pace-progress[data-progress-text="44%"]:after { -webkit-transform: translate3d(56%, 0, 0); transform: translate3d(56%, 0, 0); } .pace .pace-progress[data-progress-text="45%"]:after { -webkit-transform: translate3d(55%, 0, 0); transform: translate3d(55%, 0, 0); } .pace .pace-progress[data-progress-text="46%"]:after { -webkit-transform: translate3d(54%, 0, 0); transform: translate3d(54%, 0, 0); } .pace .pace-progress[data-progress-text="47%"]:after { -webkit-transform: translate3d(53%, 0, 0); transform: translate3d(53%, 0, 0); } .pace .pace-progress[data-progress-text="48%"]:after { -webkit-transform: translate3d(52%, 0, 0); transform: translate3d(52%, 0, 0); } .pace .pace-progress[data-progress-text="49%"]:after { -webkit-transform: translate3d(51%, 0, 0); transform: translate3d(51%, 0, 0); } .pace .pace-progress[data-progress-text="50%"]:after { -webkit-transform: translate3d(50%, 0, 0); transform: translate3d(50%, 0, 0); } .pace .pace-progress[data-progress-text="51%"]:after { -webkit-transform: translate3d(49%, 0, 0); transform: translate3d(49%, 0, 0); } .pace .pace-progress[data-progress-text="52%"]:after { -webkit-transform: translate3d(48%, 0, 0); transform: translate3d(48%, 0, 0); } .pace .pace-progress[data-progress-text="53%"]:after { -webkit-transform: translate3d(47%, 0, 0); transform: translate3d(47%, 0, 0); } .pace .pace-progress[data-progress-text="54%"]:after { -webkit-transform: translate3d(46%, 0, 0); transform: translate3d(46%, 0, 0); } .pace .pace-progress[data-progress-text="55%"]:after { -webkit-transform: translate3d(45%, 0, 0); transform: translate3d(45%, 0, 0); } .pace .pace-progress[data-progress-text="56%"]:after { -webkit-transform: translate3d(44%, 0, 0); transform: translate3d(44%, 0, 0); } .pace .pace-progress[data-progress-text="57%"]:after { -webkit-transform: translate3d(43%, 0, 0); transform: translate3d(43%, 0, 0); } .pace .pace-progress[data-progress-text="58%"]:after { -webkit-transform: translate3d(42%, 0, 0); transform: translate3d(42%, 0, 0); } .pace .pace-progress[data-progress-text="59%"]:after { -webkit-transform: translate3d(41%, 0, 0); transform: translate3d(41%, 0, 0); } .pace .pace-progress[data-progress-text="60%"]:after { -webkit-transform: translate3d(40%, 0, 0); transform: translate3d(40%, 0, 0); } .pace .pace-progress[data-progress-text="61%"]:after { -webkit-transform: translate3d(39%, 0, 0); transform: translate3d(39%, 0, 0); } .pace .pace-progress[data-progress-text="62%"]:after { -webkit-transform: translate3d(38%, 0, 0); transform: translate3d(38%, 0, 0); } .pace .pace-progress[data-progress-text="63%"]:after { -webkit-transform: translate3d(37%, 0, 0); transform: translate3d(37%, 0, 0); } .pace .pace-progress[data-progress-text="64%"]:after { -webkit-transform: translate3d(36%, 0, 0); transform: translate3d(36%, 0, 0); } .pace .pace-progress[data-progress-text="65%"]:after { -webkit-transform: translate3d(35%, 0, 0); transform: translate3d(35%, 0, 0); } .pace .pace-progress[data-progress-text="66%"]:after { -webkit-transform: translate3d(34%, 0, 0); transform: translate3d(34%, 0, 0); } .pace .pace-progress[data-progress-text="67%"]:after { -webkit-transform: translate3d(33%, 0, 0); transform: translate3d(33%, 0, 0); } .pace .pace-progress[data-progress-text="68%"]:after { -webkit-transform: translate3d(32%, 0, 0); transform: translate3d(32%, 0, 0); } .pace .pace-progress[data-progress-text="69%"]:after { -webkit-transform: translate3d(31%, 0, 0); transform: translate3d(31%, 0, 0); } .pace .pace-progress[data-progress-text="70%"]:after { -webkit-transform: translate3d(30%, 0, 0); transform: translate3d(30%, 0, 0); } .pace .pace-progress[data-progress-text="71%"]:after { -webkit-transform: translate3d(29%, 0, 0); transform: translate3d(29%, 0, 0); } .pace .pace-progress[data-progress-text="72%"]:after { -webkit-transform: translate3d(28%, 0, 0); transform: translate3d(28%, 0, 0); } .pace .pace-progress[data-progress-text="73%"]:after { -webkit-transform: translate3d(27%, 0, 0); transform: translate3d(27%, 0, 0); } .pace .pace-progress[data-progress-text="74%"]:after { -webkit-transform: translate3d(26%, 0, 0); transform: translate3d(26%, 0, 0); } .pace .pace-progress[data-progress-text="75%"]:after { -webkit-transform: translate3d(25%, 0, 0); transform: translate3d(25%, 0, 0); } .pace .pace-progress[data-progress-text="76%"]:after { -webkit-transform: translate3d(24%, 0, 0); transform: translate3d(24%, 0, 0); } .pace .pace-progress[data-progress-text="77%"]:after { -webkit-transform: translate3d(23%, 0, 0); transform: translate3d(23%, 0, 0); } .pace .pace-progress[data-progress-text="78%"]:after { -webkit-transform: translate3d(22%, 0, 0); transform: translate3d(22%, 0, 0); } .pace .pace-progress[data-progress-text="79%"]:after { -webkit-transform: translate3d(21%, 0, 0); transform: translate3d(21%, 0, 0); } .pace .pace-progress[data-progress-text="80%"]:after { -webkit-transform: translate3d(20%, 0, 0); transform: translate3d(20%, 0, 0); } .pace .pace-progress[data-progress-text="81%"]:after { -webkit-transform: translate3d(19%, 0, 0); transform: translate3d(19%, 0, 0); } .pace .pace-progress[data-progress-text="82%"]:after { -webkit-transform: translate3d(18%, 0, 0); transform: translate3d(18%, 0, 0); } .pace .pace-progress[data-progress-text="83%"]:after { -webkit-transform: translate3d(17%, 0, 0); transform: translate3d(17%, 0, 0); } .pace .pace-progress[data-progress-text="84%"]:after { -webkit-transform: translate3d(16%, 0, 0); transform: translate3d(16%, 0, 0); } .pace .pace-progress[data-progress-text="85%"]:after { -webkit-transform: translate3d(15%, 0, 0); transform: translate3d(15%, 0, 0); } .pace .pace-progress[data-progress-text="86%"]:after { -webkit-transform: translate3d(14%, 0, 0); transform: translate3d(14%, 0, 0); } .pace .pace-progress[data-progress-text="87%"]:after { -webkit-transform: translate3d(13%, 0, 0); transform: translate3d(13%, 0, 0); } .pace .pace-progress[data-progress-text="88%"]:after { -webkit-transform: translate3d(12%, 0, 0); transform: translate3d(12%, 0, 0); } .pace .pace-progress[data-progress-text="89%"]:after { -webkit-transform: translate3d(11%, 0, 0); transform: translate3d(11%, 0, 0); } .pace .pace-progress[data-progress-text="90%"]:after { -webkit-transform: translate3d(10%, 0, 0); transform: translate3d(10%, 0, 0); } .pace .pace-progress[data-progress-text="91%"]:after { -webkit-transform: translate3d(9%, 0, 0); transform: translate3d(9%, 0, 0); } .pace .pace-progress[data-progress-text="92%"]:after { -webkit-transform: translate3d(8%, 0, 0); transform: translate3d(8%, 0, 0); } .pace .pace-progress[data-progress-text="93%"]:after { -webkit-transform: translate3d(7%, 0, 0); transform: translate3d(7%, 0, 0); } .pace .pace-progress[data-progress-text="94%"]:after { -webkit-transform: translate3d(6%, 0, 0); transform: translate3d(6%, 0, 0); } .pace .pace-progress[data-progress-text="95%"]:after { -webkit-transform: translate3d(5%, 0, 0); transform: translate3d(5%, 0, 0); } .pace .pace-progress[data-progress-text="96%"]:after { -webkit-transform: translate3d(4%, 0, 0); transform: translate3d(4%, 0, 0); } .pace .pace-progress[data-progress-text="97%"]:after { -webkit-transform: translate3d(3%, 0, 0); transform: translate3d(3%, 0, 0); } .pace .pace-progress[data-progress-text="98%"]:after { -webkit-transform: translate3d(2%, 0, 0); transform: translate3d(2%, 0, 0); } .pace .pace-progress[data-progress-text="99%"]:after { -webkit-transform: translate3d(1%, 0, 0); transform: translate3d(1%, 0, 0); } .pace .pace-progress[data-progress-text="100%"]:after { -webkit-transform: translate3d(0%, 0, 0); transform: translate3d(0%, 0, 0); } .page-top-heading { margin-top: 10px; } .pagination-full { overflow: hidden; text-align: center; } .pagination-full ul { font-size: 14px; margin: 0 30px; padding: 0; display: inline-block; list-style: none; } .pagination-full ul li { display: inline-block; } .pagination-full ul li a { position: relative; display: inline-block; padding: 8px 10px; color: #898989; margin: 4px 1px; text-decoration: none; } .pagination-full ul li a:after { position: absolute; left: 0; top: 0; width: 100%; height: 100%; content: ''; border: 2px #01bab0 solid; opacity: 0; pointer-events: none; -webkit-transform: scale(1.1); -moz-transform: scale(1.1); -o-transform: scale(1.1); -ms-transform: scale(1.1); transform: scale(1.1); -webkit-border-radius: 5px; -moz-border-radius: 5px; border-radius: 5px; -webkit-transition: all 0.2s ease-out; -moz-transition: all 0.2s ease-out; -o-transition: all 0.2s ease-out; transition: all 0.2s ease-out; } .pagination-full ul li a:hover:after { opacity: 1; -webkit-transform: scale(1); -moz-transform: scale(1); -o-transform: scale(1); -ms-transform: scale(1); transform: scale(1); } .pagination-full ul li a.active { font-weight: bold; color: #01bab0; } .pagination-full ul li a.active:after { opacity: 1; -webkit-transform: scale(1); -moz-transform: scale(1); -o-transform: scale(1); -ms-transform: scale(1); transform: scale(1); } .pagination-full ul li a.pagination-dots { margin: 6px; } .pagination-full ul li a.pagination-dots:after { display: none; } .pagination-full .pagination-prev, .pagination-full .pagination-next { font-size: 15px; color: #898989; display: inline-block; background-color: #1b1b1b; padding: 8px 25px; min-width: 130px; margin: 5px 0; text-decoration: none; text-align: center; -webkit-border-radius: 5px; -moz-border-radius: 5px; border-radius: 5px; -webkit-transition: all 0.2s ease-out; -moz-transition: all 0.2s ease-out; -o-transition: all 0.2s ease-out; transition: all 0.2s ease-out; } .pagination-full .pagination-prev:hover, .pagination-full .pagination-next:hover { color: #FFF; background-color: #01bab0; } .pagination-full .pagination-prev i, .pagination-full .pagination-next i { font-size: 18px; margin-right: 6px; } .pagination-full .pagination-prev { float: left; } .pagination-full .pagination-next { float: right; } .pagination-short { overflow: hidden; } .pagination-short ul { font-size: 14px; padding: 0; display: inline-block; list-style: none; float: left; } .pagination-short ul li { display: inline-block; } .pagination-short ul li a { position: relative; display: inline-block; padding: 8px 10px; color: #898989; margin: 4px 1px; text-decoration: none; } .pagination-short ul li a:after { position: absolute; left: 0; top: 0; width: 100%; height: 100%; content: ''; border: 2px #01bab0 solid; opacity: 0; pointer-events: none; -webkit-transform: scale(1.1); -moz-transform: scale(1.1); -o-transform: scale(1.1); -ms-transform: scale(1.1); transform: scale(1.1); -webkit-border-radius: 5px; -moz-border-radius: 5px; border-radius: 5px; -webkit-transition: all 0.2s ease-out; -moz-transition: all 0.2s ease-out; -o-transition: all 0.2s ease-out; transition: all 0.2s ease-out; } .pagination-short ul li a:hover:after { opacity: 1; -webkit-transform: scale(1); -moz-transform: scale(1); -o-transform: scale(1); -ms-transform: scale(1); transform: scale(1); } .pagination-short ul li a.active { font-weight: bold; color: #01bab0; } .pagination-short ul li a.active:after { opacity: 1; -webkit-transform: scale(1); -moz-transform: scale(1); -o-transform: scale(1); -ms-transform: scale(1); transform: scale(1); } .pagination-short ul li a.pagination-dots { margin: 6px; } .pagination-short ul li a.pagination-dots:after { display: none; } .pagination-short .pagination-next, .pagination-short .pagination-prev { font-size: 18px; color: #898989; display: inline-block; background-color: #1b1b1b; padding: 6px 14px; margin: 0 0 3px 0; text-decoration: none; text-align: center; vertical-align: middle; -webkit-border-radius: 5px; -moz-border-radius: 5px; border-radius: 5px; -webkit-transition: all 0.2s ease-out; -moz-transition: all 0.2s ease-out; -o-transition: all 0.2s ease-out; transition: all 0.2s ease-out; } .pagination-short .pagination-next:after, .pagination-short .pagination-prev:after { display: none; } .pagination-short .pagination-next:hover, .pagination-short .pagination-prev:hover { color: #FFF; background-color: #01bab0; } .pagination-short .pagination-next { margin-left: 30px; } .pagination-short .pagination-number-active { font-weight: bold; color: #01bab0; } .pagination-short .pagination-number-total { font-weight: bold; color: #FFF; } .pagination-short .pagination-prev { margin-right: 30px; } .pagination-short .pagination-overview { float: right; margin: 5px 0; padding: 8px 0 8px 60px; font-size: 14px; color: #898989; } .panel { background-color: transparent; border: none; border-bottom: 1px rgba(255, 255, 255, 0.4) solid; margin: 0; -webkit-box-shadow: none; -moz-box-shadow: none; box-shadow: none; -webkit-border-radius: 0; -moz-border-radius: 0; border-radius: 0; } .panel .panel-body { padding-top: 10px; padding-bottom: 20px; } .panel .panel-heading { margin: 0; } .panel .panel-heading a { display: block; text-decoration: none; padding: 18px 0; } .panel .panel-heading a:focus { color: #FFF; } .paragraph-big { margin-bottom: 30px; } .popup-window { position: relative; color: #FFF; } .popup-window > img { width: 100%; } .popup-window h1 { margin-top: 0; margin-bottom: 30px; } .popup-window .input-container:after { border-color: #464646; } .popup-window .note { color: #464646; opacity: 1; font-size: 12px; } .popup-window .popup-window-close { position: absolute; top: 0; right: 0; width: 59px; height: 59px; line-height: 59px; font-size: 30px; background: #1b1b1b; color: #464646; cursor: pointer; overflow: hidden; z-index: 99; } .popup-window .popup-window-close:hover { color: #888888; } .popup-window .popup-window-close:hover:before { opacity: 1; -webkit-transform: scale(1) rotate(45deg); -moz-transform: scale(1) rotate(45deg); -o-transform: scale(1) rotate(45deg); -ms-transform: scale(1) rotate(45deg); transform: scale(1) rotate(45deg); } .popup-window .popup-window-close:after, .popup-window .popup-window-close:before { position: absolute; left: 0; top: 0; width: 100%; height: 100%; content: ''; font-family: 'FontAwesome'; text-align: center; content: '\f067'; -webkit-transform: rotate(45deg); -moz-transform: rotate(45deg); -o-transform: rotate(45deg); -ms-transform: rotate(45deg); transform: rotate(45deg); -webkit-transition: all 280ms ease-out; -moz-transition: all 280ms ease-out; -o-transition: all 280ms ease-out; transition: all 280ms ease-out; } .popup-window .popup-window-close:before { opacity: 0; -webkit-transform: scale(2.5) rotate(45deg); -moz-transform: scale(2.5) rotate(45deg); -o-transform: scale(2.5) rotate(45deg); -ms-transform: scale(2.5) rotate(45deg); transform: scale(2.5) rotate(45deg); } .popup-window .popup-window-close.popup-window-close-clean { background: none; color: rgba(255, 255, 255, 0.5); } .popup-window .popup-window-close.popup-window-close-clean:hover { color: rgba(255, 255, 255, 0.6); } .popup-window .popup-window-close.popup-window-close-light { background: rgba(27, 27, 27, 0.1); color: rgba(255, 255, 255, 0.5); } .popup-window .popup-window-close.popup-window-close-light:hover { color: rgba(255, 255, 255, 0.6); } .popup-window .popup-window-close.popup-window-close-out { right: -59px; } .popup-window .popup-window-close.popup-window-close-small { width: 35px; height: 35px; line-height: 35px; font-size: 20px; } .popup-window .popup-window-close-trigger { cursor: pointer; } .popup-window .popup-window-next, .popup-window .popup-window-prev { cursor: pointer; } .popup-window .testimonial { background-color: #252525; margin: 30px 35px 30px 40px; border-left: 5px #464646 solid; font-weight: 700; padding: 30px 30px 28px 30px; } .popup-window .testimonial:after { display: none; } .popup-window .testimonial .testimonial-author { padding-bottom: 0; } .popup-window-closing-area { position: absolute; top: 0; left: 0; width: 100%; height: 100%; } .popup-window-container { position: absolute; top: 0; left: 0; opacity: 0; max-height: 100%; visibility: hidden; -webkit-transition: opacity 300ms ease-out, visibility 300ms ease-out, -webkit-transform 300ms ease-out; -moz-transition: opacity 300ms ease-out, visibility 300ms ease-out, -moz-transform 300ms ease-out; -o-transition: opacity 300ms ease-out, visibility 300ms ease-out, -o-transform 300ms ease-out; transition: opacity 300ms ease-out, visibility 300ms ease-out, transform 300ms ease-in-out; z-index: 2000; -webkit-transform: scale(0.4) translateY(250px); -moz-transform: scale(0.4) translateY(250px); -o-transform: scale(0.4) translateY(250px); -ms-transform: scale(0.4) translateY(250px); transform: scale(0.4) translateY(250px); } .popup-window-container.active { opacity: 1; visibility: visible; -webkit-transform: scale(1) translateY(0); -moz-transform: scale(1) translateY(0); -o-transform: scale(1) translateY(0); -ms-transform: scale(1) translateY(0); transform: scale(1) translateY(0); } .popup-window-content, .popup-window-content-big, .popup-window-header, .popup-window-img-container { background-color: #111111; } .popup-window-content h2, .popup-window-content-big h2, .popup-window-header h2, .popup-window-img-container h2 { text-transform: uppercase; font-size: 45px; margin: 20px 0 25px 0; } .popup-window-content h3, .popup-window-content-big h3, .popup-window-header h3, .popup-window-img-container h3 { text-transform: uppercase; font-size: 40px; margin-top: 40px; margin-bottom: 12px; } .popup-window-content h4, .popup-window-content-big h4, .popup-window-header h4, .popup-window-img-container h4 { text-transform: uppercase; font-size: 35px; margin-top: 40px; margin-bottom: 12px; } .popup-window-content h5, .popup-window-content-big h5, .popup-window-header h5, .popup-window-img-container h5 { text-transform: uppercase; font-size: 30px; margin-top: 40px; margin-bottom: 12px; } .popup-window-content p, .popup-window-content-big p, .popup-window-header p, .popup-window-img-container p { margin: 12px 0 30px 0; } .popup-window-content .first-heading, .popup-window-content-big .first-heading, .popup-window-header .first-heading, .popup-window-img-container .first-heading { margin-top: 14px; } .popup-window-content { background-color: #111111; padding: 13px 30px 8px 30px; } .popup-window-content .popup-side-img { width: 50%; float: left; margin-bottom: 20px; -webkit-transform: translate(-30px, 0); -moz-transform: translate(-30px, 0); -o-transform: translate(-30px, 0); -ms-transform: translate(-30px, 0); transform: translate(-30px, 0); } .popup-window-content-big { padding: 80px 90px; } .popup-window-content-big .popup-side-img { width: 50%; float: left; margin-bottom: 20px; -webkit-transform: translate(-90px, 0); -moz-transform: translate(-90px, 0); -o-transform: translate(-90px, 0); -ms-transform: translate(-90px, 0); transform: translate(-90px, 0); } .popup-window-detail { font-size: 14px; background-color: #1b1b1b; padding: 12px 30px; overflow: auto; line-height: 1.8; } .popup-window-detail a { color: #898989; text-decoration: none; } .popup-window-detail a:hover, .popup-window-detail a.active { color: #01bab0; } .popup-window-detail .detail-socials { display: inline-block; padding-left: 15px; } .popup-window-detail .detail-socials a { padding: 0 1px; } .popup-window-detail .left-detail { float: left; } .popup-window-detail .right-detail { float: right; margin-left: 35px; } .popup-window-header { position: relative; padding: 25px 85px 23px 30px; } .popup-window-header h2 { text-transform: uppercase; font-size: 45px; margin: 0; } .popup-window-header h3 { text-transform: uppercase; font-size: 40px; margin: 0; } .popup-window-single { position: relative; font-size: 30px; font-weight: bold; font-style: italic; overflow: hidden; } .popup-window-single a { text-decoration: none; } .popup-window-single img { width: 100%; } .popup-window-single .popup-window-single-container { position: absolute; top: 0; left: 0; width: 100%; height: 100%; background-color: rgba(25, 25, 25, 0.6); } .popup-window-single .popup-window-single-content { display: table; width: 100%; height: 100%; } .popup-window-single .popup-window-single-detail { font-size: 18px; font-weight: normal; font-style: normal; } .popup-window-single .popup-window-single-inner { display: table-cell; vertical-align: middle; padding: 70px 170px; text-align: center; } .popup-window-trigger { cursor: pointer; } .portfolio-layout1 .portfolio-item { width: 33.3333%; position: relative; } .portfolio-layout1 .portfolio-item:hover .portfolio-detail { opacity: 1; } .portfolio-layout1 .portfolio-item:hover .portfolio-detail:after { left: 30px; right: 30px; top: 30px; bottom: 30px; opacity: 1; } .portfolio-layout1 .portfolio-item h2 { font-size: 30px; text-transform: uppercase; } .portfolio-layout1 .portfolio-item img { width: 100%; max-width: 100%; } .portfolio-layout1 .portfolio-item .portfolio-detail { position: absolute; left: 0; top: 0; width: 100%; height: 100%; opacity: 0; background-color: rgba(0, 0, 0, 0.6); -webkit-transition: all 0.2s ease-out; -moz-transition: all 0.2s ease-out; -o-transition: all 0.2s ease-out; transition: all 0.2s ease-out; } .portfolio-layout1 .portfolio-item .portfolio-detail:after { position: absolute; top: 0; bottom: 0; left: 0; right: 0; border: 3px #FFF solid; content: ''; z-index: 10; -webkit-transition: all 0.2s ease-out; -moz-transition: all 0.2s ease-out; -o-transition: all 0.2s ease-out; transition: all 0.2s ease-out; } .portfolio-layout1 .portfolio-item .portfolio-detail-container { position: relative; display: table; width: 100%; height: 100%; z-index: 50; padding: 45px; } .portfolio-layout1 .portfolio-item .portfolio-detail-container h2 { margin-top: 10px; } .portfolio-layout1 .portfolio-item .portfolio-detail-container .portfolio-detail-content { display: table-cell; vertical-align: middle; text-align: center; } .portfolio-layout2, .portfolio-layout3, .portfolio-layout4, .portfolio-layout5, .portfolio-layout6, .portfolio-layout7, .portfolio-layout8 { margin-top: 50px; } .portfolio-layout2 .portfolio-item .portfolio-img, .portfolio-layout3 .portfolio-item .portfolio-img, .portfolio-layout4 .portfolio-item .portfolio-img, .portfolio-layout5 .portfolio-item .portfolio-img, .portfolio-layout6 .portfolio-item .portfolio-img, .portfolio-layout7 .portfolio-item .portfolio-img, .portfolio-layout8 .portfolio-item .portfolio-img { position: relative; } .portfolio-layout2 .portfolio-item .portfolio-img:hover:after, .portfolio-layout3 .portfolio-item .portfolio-img:hover:after, .portfolio-layout4 .portfolio-item .portfolio-img:hover:after, .portfolio-layout5 .portfolio-item .portfolio-img:hover:after, .portfolio-layout6 .portfolio-item .portfolio-img:hover:after, .portfolio-layout7 .portfolio-item .portfolio-img:hover:after, .portfolio-layout8 .portfolio-item .portfolio-img:hover:after { opacity: 1; } .portfolio-layout2 .portfolio-item .portfolio-img:hover .portfolio-img-detail .portfolio-img-detail-inner .portfolio-img-detail-content, .portfolio-layout3 .portfolio-item .portfolio-img:hover .portfolio-img-detail .portfolio-img-detail-inner .portfolio-img-detail-content, .portfolio-layout4 .portfolio-item .portfolio-img:hover .portfolio-img-detail .portfolio-img-detail-inner .portfolio-img-detail-content, .portfolio-layout5 .portfolio-item .portfolio-img:hover .portfolio-img-detail .portfolio-img-detail-inner .portfolio-img-detail-content, .portfolio-layout6 .portfolio-item .portfolio-img:hover .portfolio-img-detail .portfolio-img-detail-inner .portfolio-img-detail-content, .portfolio-layout7 .portfolio-item .portfolio-img:hover .portfolio-img-detail .portfolio-img-detail-inner .portfolio-img-detail-content, .portfolio-layout8 .portfolio-item .portfolio-img:hover .portfolio-img-detail .portfolio-img-detail-inner .portfolio-img-detail-content { opacity: 1; } .portfolio-layout2 .portfolio-item .portfolio-img:after, .portfolio-layout3 .portfolio-item .portfolio-img:after, .portfolio-layout4 .portfolio-item .portfolio-img:after, .portfolio-layout5 .portfolio-item .portfolio-img:after, .portfolio-layout6 .portfolio-item .portfolio-img:after, .portfolio-layout7 .portfolio-item .portfolio-img:after, .portfolio-layout8 .portfolio-item .portfolio-img:after { position: absolute; left: 0; top: 0; width: 100%; height: 100%; content: ''; background-color: rgba(1, 186, 176, 0.54); opacity: 0; -webkit-transition: all 0.2s ease-out; -moz-transition: all 0.2s ease-out; -o-transition: all 0.2s ease-out; transition: all 0.2s ease-out; } .portfolio-layout2 .portfolio-item .portfolio-img img, .portfolio-layout3 .portfolio-item .portfolio-img img, .portfolio-layout4 .portfolio-item .portfolio-img img, .portfolio-layout5 .portfolio-item .portfolio-img img, .portfolio-layout6 .portfolio-item .portfolio-img img, .portfolio-layout7 .portfolio-item .portfolio-img img, .portfolio-layout8 .portfolio-item .portfolio-img img { display: block; width: 100%; } .portfolio-layout2 .portfolio-item .portfolio-img .portfolio-img-detail, .portfolio-layout3 .portfolio-item .portfolio-img .portfolio-img-detail, .portfolio-layout4 .portfolio-item .portfolio-img .portfolio-img-detail, .portfolio-layout5 .portfolio-item .portfolio-img .portfolio-img-detail, .portfolio-layout6 .portfolio-item .portfolio-img .portfolio-img-detail, .portfolio-layout7 .portfolio-item .portfolio-img .portfolio-img-detail, .portfolio-layout8 .portfolio-item .portfolio-img .portfolio-img-detail { position: absolute; left: 0; top: 0; width: 100%; height: 100%; z-index: 10; font-size: 24px; font-weight: bold; } .portfolio-layout2 .portfolio-item .portfolio-img .portfolio-img-detail i, .portfolio-layout3 .portfolio-item .portfolio-img .portfolio-img-detail i, .portfolio-layout4 .portfolio-item .portfolio-img .portfolio-img-detail i, .portfolio-layout5 .portfolio-item .portfolio-img .portfolio-img-detail i, .portfolio-layout6 .portfolio-item .portfolio-img .portfolio-img-detail i, .portfolio-layout7 .portfolio-item .portfolio-img .portfolio-img-detail i, .portfolio-layout8 .portfolio-item .portfolio-img .portfolio-img-detail i { font-size: 26px; } .portfolio-layout2 .portfolio-item .portfolio-img .portfolio-img-detail .portfolio-img-detail-inner, .portfolio-layout3 .portfolio-item .portfolio-img .portfolio-img-detail .portfolio-img-detail-inner, .portfolio-layout4 .portfolio-item .portfolio-img .portfolio-img-detail .portfolio-img-detail-inner, .portfolio-layout5 .portfolio-item .portfolio-img .portfolio-img-detail .portfolio-img-detail-inner, .portfolio-layout6 .portfolio-item .portfolio-img .portfolio-img-detail .portfolio-img-detail-inner, .portfolio-layout7 .portfolio-item .portfolio-img .portfolio-img-detail .portfolio-img-detail-inner, .portfolio-layout8 .portfolio-item .portfolio-img .portfolio-img-detail .portfolio-img-detail-inner { display: table; width: 100%; height: 100%; } .portfolio-layout2 .portfolio-item .portfolio-img .portfolio-img-detail .portfolio-img-detail-inner .portfolio-img-detail-content, .portfolio-layout3 .portfolio-item .portfolio-img .portfolio-img-detail .portfolio-img-detail-inner .portfolio-img-detail-content, .portfolio-layout4 .portfolio-item .portfolio-img .portfolio-img-detail .portfolio-img-detail-inner .portfolio-img-detail-content, .portfolio-layout5 .portfolio-item .portfolio-img .portfolio-img-detail .portfolio-img-detail-inner .portfolio-img-detail-content, .portfolio-layout6 .portfolio-item .portfolio-img .portfolio-img-detail .portfolio-img-detail-inner .portfolio-img-detail-content, .portfolio-layout7 .portfolio-item .portfolio-img .portfolio-img-detail .portfolio-img-detail-inner .portfolio-img-detail-content, .portfolio-layout8 .portfolio-item .portfolio-img .portfolio-img-detail .portfolio-img-detail-inner .portfolio-img-detail-content { padding: 0 40px; display: table-cell; text-align: center; vertical-align: middle; color: #FFF; text-decoration: none; opacity: 0; -webkit-transition: all 0.2s ease-out; -moz-transition: all 0.2s ease-out; -o-transition: all 0.2s ease-out; transition: all 0.2s ease-out; } .portfolio-layout2 .portfolio-item .portfolio-img .portfolio-img-detail .portfolio-item-cat, .portfolio-layout3 .portfolio-item .portfolio-img .portfolio-img-detail .portfolio-item-cat, .portfolio-layout4 .portfolio-item .portfolio-img .portfolio-img-detail .portfolio-item-cat, .portfolio-layout5 .portfolio-item .portfolio-img .portfolio-img-detail .portfolio-item-cat, .portfolio-layout6 .portfolio-item .portfolio-img .portfolio-img-detail .portfolio-item-cat, .portfolio-layout7 .portfolio-item .portfolio-img .portfolio-img-detail .portfolio-item-cat, .portfolio-layout8 .portfolio-item .portfolio-img .portfolio-img-detail .portfolio-item-cat { color: #FFF; } .portfolio-layout2 .portfolio-item .portfolio-item-content, .portfolio-layout3 .portfolio-item .portfolio-item-content, .portfolio-layout4 .portfolio-item .portfolio-item-content, .portfolio-layout5 .portfolio-item .portfolio-item-content, .portfolio-layout6 .portfolio-item .portfolio-item-content, .portfolio-layout7 .portfolio-item .portfolio-item-content, .portfolio-layout8 .portfolio-item .portfolio-item-content { background-color: #1b1b1b; } .portfolio-layout2 .portfolio-item .portfolio-item-cat, .portfolio-layout3 .portfolio-item .portfolio-item-cat, .portfolio-layout4 .portfolio-item .portfolio-item-cat, .portfolio-layout5 .portfolio-item .portfolio-item-cat, .portfolio-layout6 .portfolio-item .portfolio-item-cat, .portfolio-layout7 .portfolio-item .portfolio-item-cat, .portfolio-layout8 .portfolio-item .portfolio-item-cat { color: #555555; font-size: 12px; margin-bottom: 7px; font-weight: normal; } .portfolio-layout2 .portfolio-item .portfolio-item-cat a, .portfolio-layout3 .portfolio-item .portfolio-item-cat a, .portfolio-layout4 .portfolio-item .portfolio-item-cat a, .portfolio-layout5 .portfolio-item .portfolio-item-cat a, .portfolio-layout6 .portfolio-item .portfolio-item-cat a, .portfolio-layout7 .portfolio-item .portfolio-item-cat a, .portfolio-layout8 .portfolio-item .portfolio-item-cat a { text-decoration: none; color: #555555; } .portfolio-layout2 .portfolio-item .portfolio-item-cat a:hover, .portfolio-layout3 .portfolio-item .portfolio-item-cat a:hover, .portfolio-layout4 .portfolio-item .portfolio-item-cat a:hover, .portfolio-layout5 .portfolio-item .portfolio-item-cat a:hover, .portfolio-layout6 .portfolio-item .portfolio-item-cat a:hover, .portfolio-layout7 .portfolio-item .portfolio-item-cat a:hover, .portfolio-layout8 .portfolio-item .portfolio-item-cat a:hover { color: #01bab0; } .portfolio-layout2 .portfolio-item .portfolio-item-heading, .portfolio-layout3 .portfolio-item .portfolio-item-heading, .portfolio-layout4 .portfolio-item .portfolio-item-heading, .portfolio-layout5 .portfolio-item .portfolio-item-heading, .portfolio-layout6 .portfolio-item .portfolio-item-heading, .portfolio-layout7 .portfolio-item .portfolio-item-heading, .portfolio-layout8 .portfolio-item .portfolio-item-heading { position: relative; font-size: 18px; color: #898989; padding: 18px 20px; background-color: rgba(0, 0, 0, 0.7); -webkit-transition: all 0.2s ease-out; -moz-transition: all 0.2s ease-out; -o-transition: all 0.2s ease-out; transition: all 0.2s ease-out; } .portfolio-layout2 .portfolio-item .portfolio-item-info, .portfolio-layout3 .portfolio-item .portfolio-item-info, .portfolio-layout4 .portfolio-item .portfolio-item-info, .portfolio-layout5 .portfolio-item .portfolio-item-info, .portfolio-layout6 .portfolio-item .portfolio-item-info, .portfolio-layout7 .portfolio-item .portfolio-item-info, .portfolio-layout8 .portfolio-item .portfolio-item-info { color: #898989; font-size: 18px; padding: 20px 28px; } .portfolio-layout2 .portfolio-item .portfolio-item-info a, .portfolio-layout3 .portfolio-item .portfolio-item-info a, .portfolio-layout4 .portfolio-item .portfolio-item-info a, .portfolio-layout5 .portfolio-item .portfolio-item-info a, .portfolio-layout6 .portfolio-item .portfolio-item-info a, .portfolio-layout7 .portfolio-item .portfolio-item-info a, .portfolio-layout8 .portfolio-item .portfolio-item-info a { text-decoration: none; color: #898989; } .portfolio-layout2 .portfolio-item .portfolio-item-info a:hover, .portfolio-layout3 .portfolio-item .portfolio-item-info a:hover, .portfolio-layout4 .portfolio-item .portfolio-item-info a:hover, .portfolio-layout5 .portfolio-item .portfolio-item-info a:hover, .portfolio-layout6 .portfolio-item .portfolio-item-info a:hover, .portfolio-layout7 .portfolio-item .portfolio-item-info a:hover, .portfolio-layout8 .portfolio-item .portfolio-item-info a:hover { color: #01bab0; } .portfolio-layout2 .portfolio-item .portfolio-item-info .portfolio-item-cat a, .portfolio-layout3 .portfolio-item .portfolio-item-info .portfolio-item-cat a, .portfolio-layout4 .portfolio-item .portfolio-item-info .portfolio-item-cat a, .portfolio-layout5 .portfolio-item .portfolio-item-info .portfolio-item-cat a, .portfolio-layout6 .portfolio-item .portfolio-item-info .portfolio-item-cat a, .portfolio-layout7 .portfolio-item .portfolio-item-info .portfolio-item-cat a, .portfolio-layout8 .portfolio-item .portfolio-item-info .portfolio-item-cat a { color: #555555; } .portfolio-layout2 .portfolio-item .portfolio-item-info .portfolio-item-cat a:hover, .portfolio-layout3 .portfolio-item .portfolio-item-info .portfolio-item-cat a:hover, .portfolio-layout4 .portfolio-item .portfolio-item-info .portfolio-item-cat a:hover, .portfolio-layout5 .portfolio-item .portfolio-item-info .portfolio-item-cat a:hover, .portfolio-layout6 .portfolio-item .portfolio-item-info .portfolio-item-cat a:hover, .portfolio-layout7 .portfolio-item .portfolio-item-info .portfolio-item-cat a:hover, .portfolio-layout8 .portfolio-item .portfolio-item-info .portfolio-item-cat a:hover { color: #01bab0; } .portfolio-layout2 .portfolio-item, .portfolio-layout8 .portfolio-item { margin-bottom: 30px; } .portfolio-layout3, .portfolio-layout4, .portfolio-layout5, .portfolio-layout6, .portfolio-layout7 { margin-bottom: 30px; } .portfolio-layout3 .portfolio-item .portfolio-img:hover:after, .portfolio-layout4 .portfolio-item .portfolio-img:hover:after { opacity: 0; } .portfolio-layout3 .portfolio-item .portfolio-img:hover:before, .portfolio-layout4 .portfolio-item .portfolio-img:hover:before { opacity: 1; -webkit-transform: scale(1); -moz-transform: scale(1); -o-transform: scale(1); -ms-transform: scale(1); transform: scale(1); } .portfolio-layout3 .portfolio-item .portfolio-img:before, .portfolio-layout4 .portfolio-item .portfolio-img:before { position: absolute; left: 0; top: 0; width: 100%; height: 100%; content: ''; border: 10px #01bab0 solid; opacity: 0; z-index: 10; -webkit-transform: scale(1.05); -moz-transform: scale(1.05); -o-transform: scale(1.05); -ms-transform: scale(1.05); transform: scale(1.05); -webkit-transition: all 0.4s ease-out; -moz-transition: all 0.4s ease-out; -o-transition: all 0.4s ease-out; transition: all 0.4s ease-out; } .portfolio-layout3 .portfolio-item .portfolio-img:after, .portfolio-layout4 .portfolio-item .portfolio-img:after { background-color: rgba(27, 27, 27, 0.5); opacity: 1; } .portfolio-layout4 .portfolio-item .portfolio-img:hover .portfolio-img-detail .portfolio-img-detail-inner .portfolio-img-detail-content { opacity: 0; } .portfolio-layout4 .portfolio-item .portfolio-img .portfolio-img-detail .portfolio-img-detail-inner .portfolio-img-detail-content { opacity: 1; } .portfolio-layout4 .portfolio-item .portfolio-img .portfolio-img-detail .portfolio-item-cat, .portfolio-layout4 .portfolio-item .portfolio-img .portfolio-img-detail .portfolio-item-cat a { color: #01bab0; } .portfolio-layout6 .portfolio-item .portfolio-img:hover .portfolio-img-detail .portfolio-img-detail-inner .portfolio-img-detail-content { padding-bottom: 20px; } .portfolio-layout6 .portfolio-item .portfolio-img:hover .portfolio-item-heading { background-color: transparent; color: #FFF; padding-bottom: 5px; padding-top: 5px; -webkit-animation: bold-text 0.4s ease-out both; -moz-animation: bold-text 0.4s ease-out both; -o-animation: bold-text 0.4s ease-out both; animation: bold-text 0.4s ease-out both; } .portfolio-layout6 .portfolio-item .portfolio-img p { margin: 0; } .portfolio-layout6 .portfolio-item .portfolio-img .portfolio-img-detail { font-size: 14px; font-weight: normal; } .portfolio-layout6 .portfolio-item .portfolio-img .portfolio-img-detail .portfolio-item-cat { color: #01bab0; } .portfolio-layout6 .portfolio-item .portfolio-img .portfolio-img-detail .portfolio-img-detail-hidden { padding: 0 20px; display: none; } .portfolio-layout6 .portfolio-item .portfolio-img .portfolio-img-detail .portfolio-img-detail-inner .portfolio-img-detail-content { padding: 0; text-align: left; vertical-align: bottom; opacity: 1; } .portfolio-layout6 .portfolio-item .portfolio-item-cat { margin-bottom: 0; } .portfolio-layout7 .portfolio-item .portfolio-img:after, .portfolio-layout8 .portfolio-item .portfolio-img:after { opacity: 1; background-color: rgba(27, 27, 27, 0.5); } .portfolio-layout7 .portfolio-item .portfolio-img:hover:after, .portfolio-layout8 .portfolio-item .portfolio-img:hover:after { opacity: 0; } .portfolio-layout7 .portfolio-item .portfolio-img:hover .portfolio-item-heading, .portfolio-layout8 .portfolio-item .portfolio-img:hover .portfolio-item-heading { color: #FFF; padding-bottom: 6px; } .portfolio-layout7 .portfolio-item .portfolio-img p, .portfolio-layout8 .portfolio-item .portfolio-img p { margin: 0; } .portfolio-layout7 .portfolio-item .portfolio-img .portfolio-img-detail, .portfolio-layout8 .portfolio-item .portfolio-img .portfolio-img-detail { font-size: 15px; font-weight: normal; } .portfolio-layout7 .portfolio-item .portfolio-img .portfolio-img-detail .portfolio-item-cat, .portfolio-layout8 .portfolio-item .portfolio-img .portfolio-img-detail .portfolio-item-cat { color: #01bab0; } .portfolio-layout7 .portfolio-item .portfolio-img .portfolio-img-detail .portfolio-img-detail-hidden, .portfolio-layout8 .portfolio-item .portfolio-img .portfolio-img-detail .portfolio-img-detail-hidden { padding: 0 20px 20px 20px; display: none; background-color: rgba(0, 0, 0, 0.7); } .portfolio-layout7 .portfolio-item .portfolio-img .portfolio-img-detail .portfolio-img-detail-inner .portfolio-img-detail-content, .portfolio-layout8 .portfolio-item .portfolio-img .portfolio-img-detail .portfolio-img-detail-inner .portfolio-img-detail-content { color: #707070; padding: 0; text-align: left; vertical-align: bottom; opacity: 1; } .portfolio-layout7 .portfolio-item .portfolio-item-cat, .portfolio-layout8 .portfolio-item .portfolio-item-cat { margin-bottom: 3px; } .portfolio-layout8 { margin-top: 30px; } .portfolio-work, .portfolio-work-layout2 { position: relative; overflow: auto; background-color: #1b1b1b; } .portfolio-work .popup-window-close, .portfolio-work-layout2 .popup-window-close, .portfolio-work .popup-window-close.popup-window-close-light, .portfolio-work-layout2 .popup-window-close.popup-window-close-light { background: #252525; color: #464646; } .portfolio-work .popup-window-close:hover, .portfolio-work-layout2 .popup-window-close:hover, .portfolio-work .popup-window-close.popup-window-close-light:hover, .portfolio-work-layout2 .popup-window-close.popup-window-close-light:hover { color: #999999; } .portfolio-work .portfolio-work-detail, .portfolio-work-layout2 .portfolio-work-detail { font-size: 16px; color: #707070; padding: 28px 28px 80px 28px; } .portfolio-work .portfolio-work-detail h1, .portfolio-work-layout2 .portfolio-work-detail h1, .portfolio-work .portfolio-work-detail h2, .portfolio-work-layout2 .portfolio-work-detail h2, .portfolio-work .portfolio-work-detail h3, .portfolio-work-layout2 .portfolio-work-detail h3, .portfolio-work .portfolio-work-detail h4, .portfolio-work-layout2 .portfolio-work-detail h4, .portfolio-work .portfolio-work-detail h5, .portfolio-work-layout2 .portfolio-work-detail h5, .portfolio-work .portfolio-work-detail h6, .portfolio-work-layout2 .portfolio-work-detail h6 { color: #FFF; } .portfolio-work .portfolio-work-img img, .portfolio-work-layout2 .portfolio-work-img img { display: block; width: 100%; } .portfolio-work .portfolio-work-nav, .portfolio-work-layout2 .portfolio-work-nav { position: absolute; bottom: 0; right: 0; } .portfolio-work .portfolio-work-nav a, .portfolio-work-layout2 .portfolio-work-nav a { font-size: 17px; width: 35px; height: 35px; line-height: 35px; text-align: center; background-color: #252525; color: #464646; display: inline-block; margin-left: 1px; float: left; overflow: hidden; } .portfolio-work .portfolio-work-nav a i, .portfolio-work-layout2 .portfolio-work-nav a i { line-height: 35px; } .portfolio-work .portfolio-work-nav a:hover, .portfolio-work-layout2 .portfolio-work-nav a:hover { background-color: #01bab0; color: #FFF; } .portfolio-work-layout2 .portfolio-work-detail { padding: 16px 28px; overflow: hidden; } .portfolio-work-layout2 .portfolio-work-detail > .pull-left { margin: 12px 20px 12px 0; } .portfolio-work-layout2 .portfolio-work-detail > .pull-right { margin: 12px 0 12px 20px; } .portfolio-work-layout2 .portfolio-work-detail h1, .portfolio-work-layout2 .portfolio-work-detail h2, .portfolio-work-layout2 .portfolio-work-detail h3, .portfolio-work-layout2 .portfolio-work-detail h4, .portfolio-work-layout2 .portfolio-work-detail h5, .portfolio-work-layout2 .portfolio-work-detail h6 { margin: 0; padding-right: 30px; } .portfolio-work-layout2 .portfolio-work-nav { display: inline-block; position: static; bottom: auto; right: auto; vertical-align: middle; margin: 5px 0 5px 25px; } .post { margin-top: 35px; margin-bottom: 50px; padding: 0 15px; } .post h2 { text-transform: uppercase; font-size: 45px; margin-bottom: 10px; } .post .post-content { margin-bottom: 30px; } .post .post-date { font-family: 'Fjalla One', sans-serif; position: absolute; left: 0; top: 0; width: 70px; height: 70px; font-size: 36px; text-align: center; background-color: #252525; line-height: 0.45; padding: 20px 0; color: #FFF; z-index: 20; } .post .post-date .date-month { font-size: 11px; text-transform: uppercase; } .post .post-preview { position: relative; } .post .post-preview img { width: 100%; } .post .post-preview:hover .post-detail { opacity: 1; } .post .post-preview:hover .post-detail:after { top: 28px; bottom: 28px; left: 28px; right: 28px; } .post .post-preview .post-detail { position: absolute; left: 0; top: 0; width: 100%; height: 100%; background-color: rgba(0, 0, 0, 0.6); opacity: 0; z-index: 10; -webkit-transition: all 0.2s ease-out; -moz-transition: all 0.2s ease-out; -o-transition: all 0.2s ease-out; transition: all 0.2s ease-out; } .post .post-preview .post-detail:after { position: absolute; top: 0; bottom: 0; left: 0; right: 0; border: 2px #FFF solid; content: ''; z-index: 10; -webkit-transition: all 0.2s ease-out; -moz-transition: all 0.2s ease-out; -o-transition: all 0.2s ease-out; transition: all 0.2s ease-out; } .post .post-preview .post-detail a { opacity: 0.5; color: #FFF; } .post .post-preview .post-detail a:hover { opacity: 1; } .post .post-preview .post-detail i { font-size: 32px; margin: 7px; } .post .post-preview .post-detail .post-detail-content { display: table-cell; vertical-align: middle; text-align: center; padding: 40px; } .post .post-preview .post-detail .post-detail-inner { position: relative; display: table; width: 100%; height: 100%; z-index: 50; } .post .post-preview .post-info { position: absolute; left: 0; top: 0; width: 100%; height: 100%; font-weight: bold; background-color: rgba(37, 37, 37, 0.6); } .post .post-preview .post-info p { margin: 20px 0; } .post .post-preview .post-info .post-info-normal { font-size: 18px; font-style: normal; font-weight: normal; } .post .post-preview .post-info .post-info-content { display: table-cell; vertical-align: middle; text-align: center; padding: 70px 30px; font-size: 24px; font-style: italic; } .post .post-preview .post-info .post-info-inner { position: relative; display: table; width: 100%; height: 100%; } .post-audio { position: absolute; left: 0; bottom: 0; width: 100%; font-size: 14px; text-align: center; } .post-small { padding: 15px 30px; border-bottom: 1px rgba(255, 255, 255, 0.05) solid; overflow: auto; } .post-small:hover .post-small-img:after { opacity: 1; } .post-small .post-small-content { padding-left: 20px; margin: 2px 0; overflow: hidden; } .post-small .post-small-img { width: 58px; float: left; position: relative; } .post-small .post-small-img:after { position: absolute; left: 0; top: 0; width: 100%; height: 100%; content: ''; border: 3px #01bab0 solid; opacity: 0; -webkit-transition: all 0.2s ease-out; -moz-transition: all 0.2s ease-out; -o-transition: all 0.2s ease-out; transition: all 0.2s ease-out; } .post-small .post-small-img img { width: 100%; display: block; } .post-small-container { text-decoration: none; display: block; } .post-small-container:first-of-type { margin-top: 5px; } .post-small-container:last-of-type { margin-bottom: 5px; } .post-small-container:last-of-type .post-small { border-bottom: none; } .post-tiny { border-bottom: 1px rgba(255, 255, 255, 0.05) solid; padding: 15px 30px; display: block; color: #898989; text-decoration: none; } .post-tiny:hover { color: #01bab0; } .post-tiny:hover .post-tiny-detail { color: #FFF; } .post-tiny:last-of-type { border-bottom: none; } .post-tiny .post-tiny-detail { margin: 6px 0 0 0; font-size: 12px; color: #464646; -webkit-transition: all 0.2s ease-out; -moz-transition: all 0.2s ease-out; -o-transition: all 0.2s ease-out; transition: all 0.2s ease-out; } .profile-info { font-size: 22px; } .profile-photo-big, .profile-photo-small, .profile-photo-new { position: relative; -webkit-border-radius: 50%; -moz-border-radius: 50%; border-radius: 50%; } .profile-photo-big:after, .profile-photo-small:after, .profile-photo-new:after { position: absolute; content: ''; -webkit-border-radius: 50%; -moz-border-radius: 50%; border-radius: 50%; } .profile-photo-big a, .profile-photo-small a, .profile-photo-new a { display: block; } .profile-photo-big img, .profile-photo-small img, .profile-photo-new img { width: 100%; position: relative; z-index: 1; display: block; -webkit-border-radius: 50%; -moz-border-radius: 50%; border-radius: 50%; } .profile-photo-big { width: 100%; max-width: 370px; margin: 30px auto; } .profile-photo-big:after { left: -20px; top: -20px; right: -20px; bottom: -20px; background-color: rgba(255, 255, 255, 0.2); } .profile-photo-new { width: 170px; height: 170px; margin: 25px 13px; display: inline-block; } .profile-photo-new:after { left: 0; top: 0; right: 0; bottom: 0; background-color: rgba(255, 255, 255, 0.1); opacity: 0; -webkit-transition: all 0.2s ease-out; -moz-transition: all 0.2s ease-out; -o-transition: all 0.2s ease-out; transition: all 0.2s ease-out; } .profile-photo-new:hover:after { opacity: 1; left: -10px; top: -10px; right: -10px; bottom: -10px; } .profile-photo-new .profile-photo-new-inner { border: 5px #FFF solid; width: 100%; height: 100%; display: table; -webkit-border-radius: 50%; -moz-border-radius: 50%; border-radius: 50%; } .profile-photo-new .profile-photo-new-content { display: table-cell; vertical-align: middle; text-align: center; font-weight: 900; font-size: 16px; text-transform: uppercase; padding: 20px; } .profile-photo-new .profile-photo-new-content i { font-size: 33px; padding-bottom: 8px; } .profile-photo-small { width: 170px; height: 170px; margin: 25px 13px; display: inline-block; } .profile-photo-small:after { left: 0; top: 0; right: 0; bottom: 0; background-color: rgba(255, 255, 255, 0.1); opacity: 0; -webkit-transition: all 0.2s ease-out; -moz-transition: all 0.2s ease-out; -o-transition: all 0.2s ease-out; transition: all 0.2s ease-out; } .profile-photo-small:before { position: absolute; left: 0; top: 0; width: 100%; height: 100%; background-color: rgba(0, 0, 0, 0.5); opacity: 1; z-index: 2; content: ''; -webkit-border-radius: 50%; -moz-border-radius: 50%; border-radius: 50%; -webkit-transition: all 0.2s ease-out; -moz-transition: all 0.2s ease-out; -o-transition: all 0.2s ease-out; transition: all 0.2s ease-out; } .profile-photo-small:hover:after { opacity: 1; left: -10px; top: -10px; right: -10px; bottom: -10px; } .profile-photo-small:hover:before { transform: scale(0.9); opacity: 0; } .profile-short { font-size: 16px; color: #898989; background-color: #1b1b1b; width: 25%; float: left; margin: 30px 0; } .profile-short:nth-child(2n) { background-color: #222; } .profile-short:hover .profile-short-img:after { opacity: 0; } .profile-short:hover .profile-short-job { background-color: #01bab0; color: #FFF; } .profile-short h3 { color: #FFF; } .profile-short .profile-short-img { position: relative; } .profile-short .profile-short-img img { width: 100%; } .profile-short .profile-short-img:after { position: absolute; left: 0; top: 0; width: 100%; height: 100%; content: ''; background-color: rgba(27, 27, 27, 0.5); -webkit-transition: all 0.4s ease-out; -moz-transition: all 0.4s ease-out; -o-transition: all 0.4s ease-out; transition: all 0.4s ease-out; } .profile-short .profile-short-info { padding: 27px; } .profile-short .profile-short-info h3 { margin: 0; } .profile-short .profile-short-job { position: absolute; bottom: 0; left: 0; background-color: #1b1b1b; color: #555555; font-size: 16px; font-weight: bold; font-style: italic; padding: 5px 18px; -webkit-transition: all 0.4s ease-out; -moz-transition: all 0.4s ease-out; -o-transition: all 0.4s ease-out; transition: all 0.4s ease-out; } .profile-short .profile-short-socials { font-size: 18px; margin-top: 15px; } .profile-short .profile-short-socials a { color: #464646; display: inline-block; padding: 5px; } .profile-short .profile-short-socials a:hover { color: #01bab0; } .profile-socials { display: inline-block; font-size: 24px; margin-right: 17px; } .profile-socials a { display: inline-block; margin-right: 8px; opacity: 0.5; } .profile-socials a:hover { color: inherit; opacity: 1; } .return-msg { opacity: 0; visibility: hidden; -webkit-transition: all 0.2s ease-out; -moz-transition: all 0.2s ease-out; -o-transition: all 0.2s ease-out; transition: all 0.2s ease-out; } .return-msg.show-return-msg { opacity: 1; visibility: visible; } .row.row-big { margin-left: -45px; margin-right: -45px; } .row.row-big > .col-lg-1, .row.row-big > .col-lg-10, .row.row-big > .col-lg-11, .row.row-big > .col-lg-12, .row.row-big > .col-lg-2, .row.row-big > .col-lg-3, .row.row-big > .col-lg-4, .row.row-big > .col-lg-5, .row.row-big > .col-lg-6, .row.row-big > .col-lg-7, .row.row-big > .col-lg-8, .row.row-big > .col-lg-9, .row.row-big > .col-md-1, .row.row-big > .col-md-10, .row.row-big > .col-md-11, .row.row-big > .col-md-12, .row.row-big > .col-md-2, .row.row-big > .col-md-3, .row.row-big > .col-md-4, .row.row-big > .col-md-5, .row.row-big > .col-md-6, .row.row-big > .col-md-7, .row.row-big > .col-md-8, .row.row-big > .col-md-9, .row.row-big > .col-sm-1, .row.row-big > .col-sm-10, .row.row-big > .col-sm-11, .row.row-big > .col-sm-12, .row.row-big > .col-sm-2, .row.row-big > .col-sm-3, .row.row-big > .col-sm-4, .row.row-big > .col-sm-5, .row.row-big > .col-sm-6, .row.row-big > .col-sm-7, .row.row-big > .col-sm-8, .row.row-big > .col-sm-9, .row.row-big > .col-xs-1, .row.row-big > .col-xs-10, .row.row-big > .col-xs-11, .row.row-big > .col-xs-12, .row.row-big > .col-xs-2, .row.row-big > .col-xs-3, .row.row-big > .col-xs-4, .row.row-big > .col-xs-5, .row.row-big > .col-xs-6, .row.row-big > .col-xs-7, .row.row-big > .col-xs-8, .row.row-big > .col-xs-9, .row.row-big > .col-lg-12-5, .row.row-big > .col-md-12-5, .row.row-big > .col-sm-12-5, .row.row-big > .col-xs-12-5, .row.row-big > .col-xl-1, .row.row-big > .col-xl-10, .row.row-big > .col-xl-11, .row.row-big > .col-xl-12, .row.row-big > .col-xl-2, .row.row-big > .col-xl-3, .row.row-big > .col-xl-4, .row.row-big > .col-xl-5, .row.row-big > .col-xl-6, .row.row-big > .col-xl-7, .row.row-big > .col-xl-8, .row.row-big > .col-xl-9, .row.row-big > .col-xl-12-5, .row.row-big > .col-xxl-1, .row.row-big > .col-xxl-10, .row.row-big > .col-xxl-11, .row.row-big > .col-xxl-12, .row.row-big > .col-xxl-2, .row.row-big > .col-xxl-3, .row.row-big > .col-xxl-4, .row.row-big > .col-xxl-5, .row.row-big > .col-xxl-6, .row.row-big > .col-xxl-7, .row.row-big > .col-xxl-8, .row.row-big > .col-xxl-9, .row.row-big > .col-xxl-12-5, .row.row-big > .col-xxxl-1, .row.row-big > .col-xxxl-10, .row.row-big > .col-xxxl-11, .row.row-big > .col-xxxl-12, .row.row-big > .col-xxxl-2, .row.row-big > .col-xxxl-3, .row.row-big > .col-xxxl-4, .row.row-big > .col-xxxl-5, .row.row-big > .col-xxxl-6, .row.row-big > .col-xxxl-7, .row.row-big > .col-xxxl-8, .row.row-big > .col-xxxl-9, .row.row-big > .col-xxxl-12-5 { padding-left: 45px; padding-right: 45px; } .row.row-clean { margin-left: 0; margin-right: 0; } .row.row-clean > .col-lg-1, .row.row-clean > .col-lg-10, .row.row-clean > .col-lg-11, .row.row-clean > .col-lg-12, .row.row-clean > .col-lg-2, .row.row-clean > .col-lg-3, .row.row-clean > .col-lg-4, .row.row-clean > .col-lg-5, .row.row-clean > .col-lg-6, .row.row-clean > .col-lg-7, .row.row-clean > .col-lg-8, .row.row-clean > .col-lg-9, .row.row-clean > .col-md-1, .row.row-clean > .col-md-10, .row.row-clean > .col-md-11, .row.row-clean > .col-md-12, .row.row-clean > .col-md-2, .row.row-clean > .col-md-3, .row.row-clean > .col-md-4, .row.row-clean > .col-md-5, .row.row-clean > .col-md-6, .row.row-clean > .col-md-7, .row.row-clean > .col-md-8, .row.row-clean > .col-md-9, .row.row-clean > .col-sm-1, .row.row-clean > .col-sm-10, .row.row-clean > .col-sm-11, .row.row-clean > .col-sm-12, .row.row-clean > .col-sm-2, .row.row-clean > .col-sm-3, .row.row-clean > .col-sm-4, .row.row-clean > .col-sm-5, .row.row-clean > .col-sm-6, .row.row-clean > .col-sm-7, .row.row-clean > .col-sm-8, .row.row-clean > .col-sm-9, .row.row-clean > .col-xs-1, .row.row-clean > .col-xs-10, .row.row-clean > .col-xs-11, .row.row-clean > .col-xs-12, .row.row-clean > .col-xs-2, .row.row-clean > .col-xs-3, .row.row-clean > .col-xs-4, .row.row-clean > .col-xs-5, .row.row-clean > .col-xs-6, .row.row-clean > .col-xs-7, .row.row-clean > .col-xs-8, .row.row-clean > .col-xs-9, .row.row-clean > .col-lg-12-5, .row.row-clean > .col-md-12-5, .row.row-clean > .col-sm-12-5, .row.row-clean > .col-xs-12-5, .row.row-clean > .col-xl-1, .row.row-clean > .col-xl-10, .row.row-clean > .col-xl-11, .row.row-clean > .col-xl-12, .row.row-clean > .col-xl-2, .row.row-clean > .col-xl-3, .row.row-clean > .col-xl-4, .row.row-clean > .col-xl-5, .row.row-clean > .col-xl-6, .row.row-clean > .col-xl-7, .row.row-clean > .col-xl-8, .row.row-clean > .col-xl-9, .row.row-clean > .col-xl-12-5, .row.row-clean > .col-xxl-1, .row.row-clean > .col-xxl-10, .row.row-clean > .col-xxl-11, .row.row-clean > .col-xxl-12, .row.row-clean > .col-xxl-2, .row.row-clean > .col-xxl-3, .row.row-clean > .col-xxl-4, .row.row-clean > .col-xxl-5, .row.row-clean > .col-xxl-6, .row.row-clean > .col-xxl-7, .row.row-clean > .col-xxl-8, .row.row-clean > .col-xxl-9, .row.row-clean > .col-xxl-12-5, .row.row-clean > .col-xxxl-1, .row.row-clean > .col-xxxl-10, .row.row-clean > .col-xxxl-11, .row.row-clean > .col-xxxl-12, .row.row-clean > .col-xxxl-2, .row.row-clean > .col-xxxl-3, .row.row-clean > .col-xxxl-4, .row.row-clean > .col-xxxl-5, .row.row-clean > .col-xxxl-6, .row.row-clean > .col-xxxl-7, .row.row-clean > .col-xxxl-8, .row.row-clean > .col-xxxl-9, .row.row-clean > .col-xxxl-12-5 { padding-left: 0; padding-right: 0; } .row.row-huge { margin-left: -55px; margin-right: -55px; } .row.row-huge > .col-lg-1, .row.row-huge > .col-lg-10, .row.row-huge > .col-lg-11, .row.row-huge > .col-lg-12, .row.row-huge > .col-lg-2, .row.row-huge > .col-lg-3, .row.row-huge > .col-lg-4, .row.row-huge > .col-lg-5, .row.row-huge > .col-lg-6, .row.row-huge > .col-lg-7, .row.row-huge > .col-lg-8, .row.row-huge > .col-lg-9, .row.row-huge > .col-md-1, .row.row-huge > .col-md-10, .row.row-huge > .col-md-11, .row.row-huge > .col-md-12, .row.row-huge > .col-md-2, .row.row-huge > .col-md-3, .row.row-huge > .col-md-4, .row.row-huge > .col-md-5, .row.row-huge > .col-md-6, .row.row-huge > .col-md-7, .row.row-huge > .col-md-8, .row.row-huge > .col-md-9, .row.row-huge > .col-sm-1, .row.row-huge > .col-sm-10, .row.row-huge > .col-sm-11, .row.row-huge > .col-sm-12, .row.row-huge > .col-sm-2, .row.row-huge > .col-sm-3, .row.row-huge > .col-sm-4, .row.row-huge > .col-sm-5, .row.row-huge > .col-sm-6, .row.row-huge > .col-sm-7, .row.row-huge > .col-sm-8, .row.row-huge > .col-sm-9, .row.row-huge > .col-xs-1, .row.row-huge > .col-xs-10, .row.row-huge > .col-xs-11, .row.row-huge > .col-xs-12, .row.row-huge > .col-xs-2, .row.row-huge > .col-xs-3, .row.row-huge > .col-xs-4, .row.row-huge > .col-xs-5, .row.row-huge > .col-xs-6, .row.row-huge > .col-xs-7, .row.row-huge > .col-xs-8, .row.row-huge > .col-xs-9, .row.row-huge > .col-lg-12-5, .row.row-huge > .col-md-12-5, .row.row-huge > .col-sm-12-5, .row.row-huge > .col-xs-12-5, .row.row-huge > .col-xl-1, .row.row-huge > .col-xl-10, .row.row-huge > .col-xl-11, .row.row-huge > .col-xl-12, .row.row-huge > .col-xl-2, .row.row-huge > .col-xl-3, .row.row-huge > .col-xl-4, .row.row-huge > .col-xl-5, .row.row-huge > .col-xl-6, .row.row-huge > .col-xl-7, .row.row-huge > .col-xl-8, .row.row-huge > .col-xl-9, .row.row-huge > .col-xl-12-5, .row.row-huge > .col-xxl-1, .row.row-huge > .col-xxl-10, .row.row-huge > .col-xxl-11, .row.row-huge > .col-xxl-12, .row.row-huge > .col-xxl-2, .row.row-huge > .col-xxl-3, .row.row-huge > .col-xxl-4, .row.row-huge > .col-xxl-5, .row.row-huge > .col-xxl-6, .row.row-huge > .col-xxl-7, .row.row-huge > .col-xxl-8, .row.row-huge > .col-xxl-9, .row.row-huge > .col-xxl-12-5, .row.row-huge > .col-xxxl-1, .row.row-huge > .col-xxxl-10, .row.row-huge > .col-xxxl-11, .row.row-huge > .col-xxxl-12, .row.row-huge > .col-xxxl-2, .row.row-huge > .col-xxxl-3, .row.row-huge > .col-xxxl-4, .row.row-huge > .col-xxxl-5, .row.row-huge > .col-xxxl-6, .row.row-huge > .col-xxxl-7, .row.row-huge > .col-xxxl-8, .row.row-huge > .col-xxxl-9, .row.row-huge > .col-xxxl-12-5 { padding-left: 55px; padding-right: 55px; } .row.row-small { margin-left: -9px; margin-right: -9px; } .row.row-small > .col-lg-1, .row.row-small > .col-lg-10, .row.row-small > .col-lg-11, .row.row-small > .col-lg-12, .row.row-small > .col-lg-2, .row.row-small > .col-lg-3, .row.row-small > .col-lg-4, .row.row-small > .col-lg-5, .row.row-small > .col-lg-6, .row.row-small > .col-lg-7, .row.row-small > .col-lg-8, .row.row-small > .col-lg-9, .row.row-small > .col-md-1, .row.row-small > .col-md-10, .row.row-small > .col-md-11, .row.row-small > .col-md-12, .row.row-small > .col-md-2, .row.row-small > .col-md-3, .row.row-small > .col-md-4, .row.row-small > .col-md-5, .row.row-small > .col-md-6, .row.row-small > .col-md-7, .row.row-small > .col-md-8, .row.row-small > .col-md-9, .row.row-small > .col-sm-1, .row.row-small > .col-sm-10, .row.row-small > .col-sm-11, .row.row-small > .col-sm-12, .row.row-small > .col-sm-2, .row.row-small > .col-sm-3, .row.row-small > .col-sm-4, .row.row-small > .col-sm-5, .row.row-small > .col-sm-6, .row.row-small > .col-sm-7, .row.row-small > .col-sm-8, .row.row-small > .col-sm-9, .row.row-small > .col-xs-1, .row.row-small > .col-xs-10, .row.row-small > .col-xs-11, .row.row-small > .col-xs-12, .row.row-small > .col-xs-2, .row.row-small > .col-xs-3, .row.row-small > .col-xs-4, .row.row-small > .col-xs-5, .row.row-small > .col-xs-6, .row.row-small > .col-xs-7, .row.row-small > .col-xs-8, .row.row-small > .col-xs-9, .row.row-small > .col-lg-12-5, .row.row-small > .col-md-12-5, .row.row-small > .col-sm-12-5, .row.row-small > .col-xs-12-5, .row.row-small > .col-xl-1, .row.row-small > .col-xl-10, .row.row-small > .col-xl-11, .row.row-small > .col-xl-12, .row.row-small > .col-xl-2, .row.row-small > .col-xl-3, .row.row-small > .col-xl-4, .row.row-small > .col-xl-5, .row.row-small > .col-xl-6, .row.row-small > .col-xl-7, .row.row-small > .col-xl-8, .row.row-small > .col-xl-9, .row.row-small > .col-xl-12-5, .row.row-small > .col-xxl-1, .row.row-small > .col-xxl-10, .row.row-small > .col-xxl-11, .row.row-small > .col-xxl-12, .row.row-small > .col-xxl-2, .row.row-small > .col-xxl-3, .row.row-small > .col-xxl-4, .row.row-small > .col-xxl-5, .row.row-small > .col-xxl-6, .row.row-small > .col-xxl-7, .row.row-small > .col-xxl-8, .row.row-small > .col-xxl-9, .row.row-small > .col-xxl-12-5, .row.row-small > .col-xxxl-1, .row.row-small > .col-xxxl-10, .row.row-small > .col-xxxl-11, .row.row-small > .col-xxxl-12, .row.row-small > .col-xxxl-2, .row.row-small > .col-xxxl-3, .row.row-small > .col-xxxl-4, .row.row-small > .col-xxxl-5, .row.row-small > .col-xxxl-6, .row.row-small > .col-xxxl-7, .row.row-small > .col-xxxl-8, .row.row-small > .col-xxxl-9, .row.row-small > .col-xxxl-12-5 { padding-left: 9px; padding-right: 9px; } .section-content { display: table-cell; vertical-align: middle; padding: 60px 60px 60px 340px; } .section-page, .section-page-dark { padding: 100px; background-color: rgba(27, 27, 27, 0.7); } .section-page ::-webkit-input-placeholder, .section-page-dark ::-webkit-input-placeholder { color: rgba(128, 128, 128, 0.6); } .section-page :-moz-placeholder, .section-page-dark :-moz-placeholder { color: rgba(128, 128, 128, 0.6); } .section-page ::-moz-placeholder, .section-page-dark ::-moz-placeholder { color: rgba(128, 128, 128, 0.6); } .section-page :-ms-input-placeholder, .section-page-dark :-ms-input-placeholder { color: rgba(128, 128, 128, 0.6); } .section-page a, .section-page-dark a { color: #01bab0; } .section-page input[type=text], .section-page-dark input[type=text], .section-page textarea, .section-page-dark textarea { font-size: 14px; color: #808080; background-color: #1b1b1b; border: none; } .section-page input[type=text]:focus, .section-page-dark input[type=text]:focus, .section-page textarea:focus, .section-page-dark textarea:focus { background-color: #313131; color: #FFF; } .section-page input[type=text]:focus ::-webkit-input-placeholder, .section-page-dark input[type=text]:focus ::-webkit-input-placeholder, .section-page textarea:focus ::-webkit-input-placeholder, .section-page-dark textarea:focus ::-webkit-input-placeholder { color: #808080; } .section-page input[type=text]:focus :-moz-placeholder, .section-page-dark input[type=text]:focus :-moz-placeholder, .section-page textarea:focus :-moz-placeholder, .section-page-dark textarea:focus :-moz-placeholder { color: #808080; } .section-page input[type=text]:focus ::-moz-placeholder, .section-page-dark input[type=text]:focus ::-moz-placeholder, .section-page textarea:focus ::-moz-placeholder, .section-page-dark textarea:focus ::-moz-placeholder { color: #808080; } .section-page input[type=text]:focus :-ms-input-placeholder, .section-page-dark input[type=text]:focus :-ms-input-placeholder, .section-page textarea:focus :-ms-input-placeholder, .section-page-dark textarea:focus :-ms-input-placeholder { color: #808080; } .section-page .input-container, .section-page-dark .input-container { margin-bottom: 10px; } .section-page .input-container:after, .section-page-dark .input-container:after { display: none; } .section-page .note, .section-page-dark .note { opacity: 1; color: #555555; } .section-page-dark { background-color: #252525; color: #898989; font-size: 14px; } .section-page-dark h1, .section-page-dark h2, .section-page-dark h3, .section-page-dark h4, .section-page-dark h5, .section-page-dark h6 { color: #FFF; } .sidebar-heading { color: #FFF; background-color: #1b1b1b; font-size: 22px; text-transform: uppercase; padding: 17px 30px; margin: 20px 0 0 0; } .sidebar-heading:first-of-type { margin-top: 0; } .sidebar-section { padding: 0 30px; } .single-page { background-image: url('../images/backgrounds/single_page.jpg'); background-position: center center; -webkit-background-size: cover; -moz-background-size: cover; -o-background-size: cover; background-size: cover; background-repeat: no-repeat; background-attachment: fixed; } .slider-default .slider-item { padding-left: 15px; padding-right: 15px; } .slider-item { padding-top: 40px; padding-bottom: 40px; text-align: center; } .slider-item > i { font-size: 45px; } .slider-item > img { margin: 0 auto; max-width: 100%; } .slider-item h3 { margin-top: 30px; margin-bottom: 10px; } .tablist { padding: 0; margin: 0; text-align: center; } .tablist li { display: inline-block; } .tablist li.active .button-void { background-color: #01bab0; color: #FFF; } .tablist li a:focus { text-decoration: none; } .testimonial { position: relative; font-size: 24px; font-weight: 900; font-style: italic; line-height: 1.15; margin: 20px 0 20px 100px; } .testimonial:after { position: absolute; top: -10px; left: -50px; font-size: 64px; content: '“'; } .testimonial .testimonial-author { padding: 15px 0; font-size: 18px; font-weight: normal; font-style: normal; } .testimonial-small { font-weight: bold; font-style: italic; text-align: center; padding: 0 30px; } .testimonial-small .testimonial-small-detail { font-size: 12px; color: #555555; margin-top: 20px; } .testimonial-small .testimonial-small-img { margin: 20px 35px; } .testimonial-small .testimonial-small-img img { display: block; width: 100%; max-width: 96px; margin: 0 auto; -webkit-border-radius: 50%; -moz-border-radius: 50%; border-radius: 50%; } .text-big { font-size: 30px; margin: 22px 0; } .text-big2 { font-size: 28px; margin: 22px 0; } .text-bigger { font-size: 22px; line-height: 1.2; } .text-black { color: #000; } .text-dark { color: #898989; } .text-extrabold { font-weight: 900; } .text-highlight { color: #01bab0; } .text-highlight-bg { color: #FFF; background-color: #01bab0; } .text-smaller { font-size: 16px; } .text-white { color: #FFF; } .tooltip { font-family: 'Roboto', sans-serif; font-weight: bold; color: #FFF; font-size: 14px; } .tooltip.in { opacity: 1; } .tooltip-arrow { opacity: 0.6; } .tooltip-inner { background-color: rgba(0, 0, 0, 0.6); padding: 8px 28px; } /*== 4 Animations ==*/ @-webkit-keyframes bold-text { 0% { opacity: 1; } 40% { opacity: 0; font-weight: normal; } 50% { font-weight: bold; } 60% { opacity: 0; font-weight: bold; } 100% { opacity: 1; font-weight: bold; } } @keyframes bold-text { 0% { opacity: 1; } 40% { opacity: 0; font-weight: normal; } 50% { font-weight: bold; } 60% { opacity: 0; font-weight: bold; } 100% { opacity: 1; font-weight: bold; } } @-webkit-keyframes top-arrow { 0% { top: 0; opacity: 1; -webkit-transform: scale(1); } 50% { opacity: 0; -webkit-transform: scale(1.4); top: -20px; } 51% { opacity: 0; -webkit-transform: scale(0.5); top: 20px; } 100% { -webkit-transform: scale(1); opacity: 1; top: 0; } } @keyframes top-arrow { 0% { top: 0; opacity: 1; transform: scale(1); } 50% { opacity: 0; transform: scale(1.4); top: -20px; } 51% { opacity: 0; transform: scale(0.5); top: 20px; } 100% { transform: scale(1); opacity: 1; top: 0; } } @-webkit-keyframes top-arrow-2 { 0% { opacity: 0; -webkit-transform: scale(0.5); top: 20px; } 50% { top: 0; opacity: 1; -webkit-transform: scale(1); } 100% { opacity: 0; -webkit-transform: scale(1.4); top: -20px; } } @keyframes top-arrow-2 { 0% { opacity: 0; transform: scale(0.5); top: 20px; } 50% { top: 0; opacity: 1; transform: scale(1); } 100% { opacity: 0; transform: scale(1.4); top: -20px; } } /*== 5 Media Queries ==*/ @media (min-width: 1400px) { .owl-carousel.big-arrows .owl-controls .owl-next { right: -55px; } .owl-carousel.big-arrows .owl-controls .owl-prev { left: -55px; } .portfolio-work .portfolio-work-detail { float: right; width: 300px; } .portfolio-work .portfolio-work-img { float: left; width: 580px; } } @media (min-width: 1600px) { .master-slider .container { width: 1000px; padding-left: 215px; } .master-slider .ms-bullets.ms-dir-v { right: -30px; } .master-slider .ms-nav-next { right: -30px; } .master-slider .ms-nav-prev { right: 25px; } .portfolio-work .portfolio-work-img { width: 740px; } } @media (min-width: 1750px) { .portfolio-work .portfolio-work-img { width: 940px; } } @media (min-width: 1860px) { .portfolio-work .portfolio-work-img { width: 1070px; } .master-slider .container { width: 1100px; padding-left: 170px; } .master-slider .ms-bullets.ms-dir-v { right: -70px; } .master-slider .ms-nav-next { right: -70px; } .master-slider .ms-nav-prev { right: -15px; } } @media (max-width: 1749px) { .content-column.col-xxxl-1, .content-column.col-xxxl-2, .content-column.col-xxxl-3, .content-column.col-xxxl-4, .content-column.col-xxxl-5, .content-column.col-xxxl-6, .content-column.col-xxxl-7, .content-column.col-xxxl-8, .content-column.col-xxxl-9, .content-column.col-xxxl-10, .content-column.col-xxxl-11, .content-column.col-xxxl-12, .content-column.col-xxxl-12-5 { padding-top: 60px; } .content-column.col-xxxl-1:first-of-type, .content-column.col-xxxl-2:first-of-type, .content-column.col-xxxl-3:first-of-type, .content-column.col-xxxl-4:first-of-type, .content-column.col-xxxl-5:first-of-type, .content-column.col-xxxl-6:first-of-type, .content-column.col-xxxl-7:first-of-type, .content-column.col-xxxl-8:first-of-type, .content-column.col-xxxl-9:first-of-type, .content-column.col-xxxl-10:first-of-type, .content-column.col-xxxl-11:first-of-type, .content-column.col-xxxl-12:first-of-type, .content-column.col-xxxl-12-5:first-of-type { padding-top: 0; } .comment > .comment { padding-left: 35px; } .comment > .comment > .comment { padding-left: 35px; } .comment > .comment > .comment > .comment { padding-left: 0; } .master-slider .container { padding-left: 180px; } } @media (max-width: 1599px) { .content-column.col-xxl-1, .content-column.col-xxl-2, .content-column.col-xxl-3, .content-column.col-xxl-4, .content-column.col-xxl-5, .content-column.col-xxl-6, .content-column.col-xxl-7, .content-column.col-xxl-8, .content-column.col-xxl-9, .content-column.col-xxl-10, .content-column.col-xxl-11, .content-column.col-xxl-12, .content-column.col-xxl-12-5 { padding-top: 60px; } .content-column.col-xxl-1:first-of-type, .content-column.col-xxl-2:first-of-type, .content-column.col-xxl-3:first-of-type, .content-column.col-xxl-4:first-of-type, .content-column.col-xxl-5:first-of-type, .content-column.col-xxl-6:first-of-type, .content-column.col-xxl-7:first-of-type, .content-column.col-xxl-8:first-of-type, .content-column.col-xxl-9:first-of-type, .content-column.col-xxl-10:first-of-type, .content-column.col-xxl-11:first-of-type, .content-column.col-xxl-12:first-of-type, .content-column.col-xxl-12-5:first-of-type { padding-top: 0; } .content-main { width: 75%; } .content-main .comment .comment-avatar { float: none; text-align: center; padding-left: 0; } .content-sidebar { width: 25%; } .master-slider .container { width: 810px; padding-left: 180px; } .popup-window-single .popup-window-single-inner { padding: 50px 130px; } .portfolio-layout1 .portfolio-item { width: 50%; } .profile-short { width: 50%; } .section-page, .section-page-dark { padding: 75px; } } @media (max-width: 1399px) { body.right-menu #menu { right: 30px; } body.right-menu .section-content { padding-right: 280px; } #menu { top: 30px; left: 30px; bottom: 30px; } .citation { margin: 30px 50px; padding: 15px 35px; } .blog-layout-big .blog-img { background: none; } .blog-layout-big .blog-img > img { display: block; } .blog-layout-big .blog-item .blog-content, .blog-layout-big .blog-item .blog-img { width: 100%; display: block; } .content-column.col-xl-1, .content-column.col-xl-2, .content-column.col-xl-3, .content-column.col-xl-4, .content-column.col-xl-5, .content-column.col-xl-6, .content-column.col-xl-7, .content-column.col-xl-8, .content-column.col-xl-9, .content-column.col-xl-10, .content-column.col-xl-11, .content-column.col-xl-12, .content-column.col-xl-12-5 { padding-top: 60px; } .content-column.col-xl-1:first-of-type, .content-column.col-xl-2:first-of-type, .content-column.col-xl-3:first-of-type, .content-column.col-xl-4:first-of-type, .content-column.col-xl-5:first-of-type, .content-column.col-xl-6:first-of-type, .content-column.col-xl-7:first-of-type, .content-column.col-xl-8:first-of-type, .content-column.col-xl-9:first-of-type, .content-column.col-xl-10:first-of-type, .content-column.col-xl-11:first-of-type, .content-column.col-xl-12:first-of-type, .content-column.col-xl-12-5:first-of-type { padding-top: 0; } .master-slider .container { width: 800px; padding-left: 210px; } .popup-window-single .popup-window-single-inner { padding: 20px 80px; } .section-content { padding-left: 280px; } .section-page, .section-page-dark { padding: 60px; } } @media (max-width: 1199px) { body.right-menu #menu { right: -225px; } body.right-menu #menu.active { right: 30px; } body.right-menu #menu-trigger.active { left: auto; right: 30px; } body.right-menu .section-content { padding-right: 60px; } #menu { left: -225px; top: 70px; background-color: rgba(0, 0, 0, 0.92); } #menu.active { left: 30px; } #menu-trigger { display: block; background-color: rgba(0, 0, 0, 0.92); } #menu-trigger.active { top: 30px; left: 30px; } .comment > .comment { padding-left: 35px; } .comment > .comment > .comment { padding-left: 35px; } .comment > .comment > .comment > .comment { padding-left: 0; } .content-column.col-lg-1, .content-column.col-lg-2, .content-column.col-lg-3, .content-column.col-lg-4, .content-column.col-lg-5, .content-column.col-lg-6, .content-column.col-lg-7, .content-column.col-lg-8, .content-column.col-lg-9, .content-column.col-lg-10, .content-column.col-lg-11, .content-column.col-lg-12, .content-column.col-lg-12-5 { padding-top: 60px; } .content-column.col-lg-1:first-of-type, .content-column.col-lg-2:first-of-type, .content-column.col-lg-3:first-of-type, .content-column.col-lg-4:first-of-type, .content-column.col-lg-5:first-of-type, .content-column.col-lg-6:first-of-type, .content-column.col-lg-7:first-of-type, .content-column.col-lg-8:first-of-type, .content-column.col-lg-9:first-of-type, .content-column.col-lg-10:first-of-type, .content-column.col-lg-11:first-of-type, .content-column.col-lg-12:first-of-type, .content-column.col-lg-12-5:first-of-type { padding-top: 0; } .master-slider.has-thumbnails:after { display: none; } .master-slider .container { width: auto; padding-left: 90px; padding-right: 90px; } .master-slider .ms-bullets.ms-dir-v { right: 5px; } .master-slider .ms-nav-next, .master-slider .ms-nav-prev { width: 30px; height: 30px; bottom: 30px; font-size: 24px; } .master-slider .ms-nav-next:after, .master-slider .ms-nav-prev:after { line-height: 29px; } .master-slider .ms-nav-next { right: 15px; } .master-slider .ms-nav-prev { right: 55px; } .master-slider .ms-thumb-list.ms-dir-h { display: none; } .popup-window-single { font-size: 26px; } .popup-window-single .popup-window-single-detail { font-size: 17px; } .popup-window-single .popup-window-single-inner { padding: 20px 70px; } .section-content { padding-left: 60px; } .section-page, .section-page-dark { padding: 50px; } } @media (max-width: 991px) { .content-column.col-md-1, .content-column.col-md-2, .content-column.col-md-3, .content-column.col-md-4, .content-column.col-md-5, .content-column.col-md-6, .content-column.col-md-7, .content-column.col-md-8, .content-column.col-md-9, .content-column.col-md-10, .content-column.col-md-11, .content-column.col-md-12, .content-column.col-md-12-5 { padding-top: 60px; } .content-column.col-md-1:first-of-type, .content-column.col-md-2:first-of-type, .content-column.col-md-3:first-of-type, .content-column.col-md-4:first-of-type, .content-column.col-md-5:first-of-type, .content-column.col-md-6:first-of-type, .content-column.col-md-7:first-of-type, .content-column.col-md-8:first-of-type, .content-column.col-md-9:first-of-type, .content-column.col-md-10:first-of-type, .content-column.col-md-11:first-of-type, .content-column.col-md-12:first-of-type, .content-column.col-md-12-5:first-of-type { padding-top: 0; } .content-main { float: none; width: 100%; padding-right: 0; } .content-sidebar { float: none; width: 100%; margin-top: 80px; } .heading-big { font-size: 53px; } .heading-enormous { font-size: 125px; } .heading-huge { font-size: 65px; } .popup-window-img-container .popup-window-img-detail { padding-left: 45px; } .popup-window-single { font-size: 22px; } .popup-window-single .popup-window-single-detail { font-size: 16px; } .popup-window-single .popup-window-single-inner { padding: 20px 55px; } .section-page, .section-page-dark { padding: 40px; } } @media (max-width: 900px) { #to-top { display: none; } .comment .comment-avatar { float: none; text-align: center; padding-left: 0; } .portfolio-layout1 .portfolio-item { width: 100%; } } @media (max-width: 767px) { .blog-layout1 .blog-date, .blog-layout2 .blog-date, .blog-layout3 .blog-date, .blog-layout-big .blog-date, .blog-layout-single .blog-date { width: 45px; height: 45px; font-size: 9px; padding-top: 4px; } .blog-layout1 .blog-date .blog-date-day, .blog-layout2 .blog-date .blog-date-day, .blog-layout3 .blog-date .blog-date-day, .blog-layout-big .blog-date .blog-date-day, .blog-layout-single .blog-date .blog-date-day { font-size: 24px; margin-bottom: 2px; } .blog-layout1 .blog-img .blog-img-quote, .blog-layout2 .blog-img .blog-img-quote, .blog-layout3 .blog-img .blog-img-quote, .blog-layout-big .blog-img .blog-img-quote, .blog-layout-single .blog-img .blog-img-quote { font-size: 16px; margin-bottom: 10px; } .blog-layout1 .blog-img .blog-img-detail-inner .blog-img-detail-content, .blog-layout2 .blog-img .blog-img-detail-inner .blog-img-detail-content, .blog-layout3 .blog-img .blog-img-detail-inner .blog-img-detail-content, .blog-layout-big .blog-img .blog-img-detail-inner .blog-img-detail-content, .blog-layout-single .blog-img .blog-img-detail-inner .blog-img-detail-content { font-size: 14px; padding: 0 40px; } .blog-layout1 .blog-side-img, .blog-layout2 .blog-side-img, .blog-layout3 .blog-side-img, .blog-layout-big .blog-side-img, .blog-layout-single .blog-side-img { float: none; display: block; width: 100%; -webkit-transform: translate(0, 0); -moz-transform: translate(0, 0); -o-transform: translate(0, 0); -ms-transform: translate(0, 0); transform: translate(0, 0); } .citation { font-size: 18px; margin: 30px 10px; padding: 10px 15px; } .content-column.col-sm-1, .content-column.col-sm-2, .content-column.col-sm-3, .content-column.col-sm-4, .content-column.col-sm-5, .content-column.col-sm-6, .content-column.col-sm-7, .content-column.col-sm-8, .content-column.col-sm-9, .content-column.col-sm-10, .content-column.col-sm-11, .content-column.col-sm-12, .content-column.col-sm-12-5 { padding-top: 60px; } .content-column.col-sm-1:first-of-type, .content-column.col-sm-2:first-of-type, .content-column.col-sm-3:first-of-type, .content-column.col-sm-4:first-of-type, .content-column.col-sm-5:first-of-type, .content-column.col-sm-6:first-of-type, .content-column.col-sm-7:first-of-type, .content-column.col-sm-8:first-of-type, .content-column.col-sm-9:first-of-type, .content-column.col-sm-10:first-of-type, .content-column.col-sm-11:first-of-type, .content-column.col-sm-12:first-of-type, .content-column.col-sm-12-5:first-of-type { padding-top: 0; } .content-main .comment > .comment { padding-left: 15px; } .content-main .comment > .comment > .comment { padding-left: 15px; } .content-main .comment > .comment > .comment > .comment { padding-left: 0; } .content-main .comment .comment-reply { float: none; margin-left: 0; padding-top: 0; text-align: right; } .filter-list.pull-right { padding-left: 0; } .filter-list-alt.pull-right { margin-left: 0; } .master-slider .container { width: auto; padding-left: 60px; padding-right: 60px; } .popup-window .popup-window-close { position: absolute; top: 0; right: 0; width: 35px; height: 35px; line-height: 35px; font-size: 24px; } .popup-window .popup-window-close.popup-window-close-out { right: -35px; } .popup-window-content .popup-side-img { float: none; display: block; width: 100%; -webkit-transform: translate(0, 0); -moz-transform: translate(0, 0); -o-transform: translate(0, 0); -ms-transform: translate(0, 0); transform: translate(0, 0); } .popup-window-header { padding: 25px 45px 23px 30px; } .portfolio-work-layout2 .portfolio-work-detail > .pull-left { margin-right: 0; margin-bottom: 24px; float: none !important; } .portfolio-work-layout2 .portfolio-work-detail > .pull-right { text-align: right; margin-top: 24px; margin-left: 0; float: none !important; } } @media (max-width: 700px) { body, html { font-size: 17px; } body.right-menu .section-content { padding: 25px 15px; } h1 { font-size: 50px; } h1 .heading-detail { font-size: 20px; } h2 { font-size: 40px; } h3 { font-size: 32px; } h4 { font-size: 27px; } .comment > .comment { padding-left: 15px; } .comment > .comment > .comment { padding-left: 15px; } .comment > .comment > .comment > .comment { padding-left: 0; } .comment .comment-reply { float: none; margin-left: 0; padding-top: 0; text-align: right; } .heading-big { font-size: 45px; } .heading-enormous { font-size: 100px; } .heading-huge { font-size: 55px; } .owl-carousel.big-arrows > .owl-controls .owl-next, .owl-carousel.big-arrows > .owl-controls .owl-prev { width: 20px; height: 48px; font-size: 47px; line-height: 47px; top: 50%; margin-top: -21px; background: none; bottom: auto; } .owl-carousel.big-arrows > .owl-controls .owl-next { right: -15px; } .owl-carousel.big-arrows > .owl-controls .owl-prev { left: -15px; } .owl-carousel.simple-arrows > .owl-controls .owl-next { right: 10px; } .owl-carousel.simple-arrows > .owl-controls .owl-prev { left: 10px; } .owl-carousel .owl-pagination { bottom: 10px; } .pagination-full .pagination-prev, .pagination-full .pagination-next { display: none; } .popup-window .popup-window-close.popup-window-close-out { width: 40px; height: 40px; right: 0; font-size: 25px; line-height: 40px; } .popup-window .testimonial { margin-left: 0; margin-right: 0; } .popup-window-content h2, .popup-window-content-big h2, .popup-window-header h2, .popup-window-img-container h2 { font-size: 40px; } .popup-window-content h3, .popup-window-content-big h3, .popup-window-header h3, .popup-window-img-container h3 { font-size: 36px; } .popup-window-content h4, .popup-window-content-big h4, .popup-window-header h4, .popup-window-img-container h4 { font-size: 32px; } .popup-window-content h5, .popup-window-content-big h5, .popup-window-header h5, .popup-window-img-container h5 { font-size: 28px; } .popup-window-header h2 { font-size: 40px; } .popup-window-header h3 { font-size: 36px; } .popup-window-single { font-size: 28px; } .portfolio-layout1 .portfolio-item h2 { font-size: 28px; } .post h2 { font-size: 40px; } .post .post-preview .post-info .post-info-content { display: table-cell; vertical-align: middle; text-align: center; padding: 70px 30px; font-size: 21px; } .post .post-preview .post-info .post-info-normal { font-size: 16px; } .popup-window-content-big { padding: 60px 50px; } .popup-window-single { font-size: 18px; } .popup-window-single .popup-window-single-detail { font-size: 13px; } .popup-window-single .popup-window-single-inner { padding: 10px 20px; } .portfolio-layout1 .portfolio-item { width: 100%; } .profile-short { width: 100%; } .row.row-big { margin-left: -35px; margin-right: -35px; } .row.row-big > .col-lg-1, .row.row-big > .col-lg-10, .row.row-big > .col-lg-11, .row.row-big > .col-lg-12, .row.row-big > .col-lg-2, .row.row-big > .col-lg-3, .row.row-big > .col-lg-4, .row.row-big > .col-lg-5, .row.row-big > .col-lg-6, .row.row-big > .col-lg-7, .row.row-big > .col-lg-8, .row.row-big > .col-lg-9, .row.row-big > .col-md-1, .row.row-big > .col-md-10, .row.row-big > .col-md-11, .row.row-big > .col-md-12, .row.row-big > .col-md-2, .row.row-big > .col-md-3, .row.row-big > .col-md-4, .row.row-big > .col-md-5, .row.row-big > .col-md-6, .row.row-big > .col-md-7, .row.row-big > .col-md-8, .row.row-big > .col-md-9, .row.row-big > .col-sm-1, .row.row-big > .col-sm-10, .row.row-big > .col-sm-11, .row.row-big > .col-sm-12, .row.row-big > .col-sm-2, .row.row-big > .col-sm-3, .row.row-big > .col-sm-4, .row.row-big > .col-sm-5, .row.row-big > .col-sm-6, .row.row-big > .col-sm-7, .row.row-big > .col-sm-8, .row.row-big > .col-sm-9, .row.row-big > .col-xs-1, .row.row-big > .col-xs-10, .row.row-big > .col-xs-11, .row.row-big > .col-xs-12, .row.row-big > .col-xs-2, .row.row-big > .col-xs-3, .row.row-big > .col-xs-4, .row.row-big > .col-xs-5, .row.row-big > .col-xs-6, .row.row-big > .col-xs-7, .row.row-big > .col-xs-8, .row.row-big > .col-xs-9, .row.row-big > .col-lg-12-5, .row.row-big > .col-md-12-5, .row.row-big > .col-sm-12-5, .row.row-big > .col-xs-12-5, .row.row-big > .col-xl-1, .row.row-big > .col-xl-10, .row.row-big > .col-xl-11, .row.row-big > .col-xl-12, .row.row-big > .col-xl-2, .row.row-big > .col-xl-3, .row.row-big > .col-xl-4, .row.row-big > .col-xl-5, .row.row-big > .col-xl-6, .row.row-big > .col-xl-7, .row.row-big > .col-xl-8, .row.row-big > .col-xl-9, .row.row-big > .col-xl-12-5, .row.row-big > .col-xxl-1, .row.row-big > .col-xxl-10, .row.row-big > .col-xxl-11, .row.row-big > .col-xxl-12, .row.row-big > .col-xxl-2, .row.row-big > .col-xxl-3, .row.row-big > .col-xxl-4, .row.row-big > .col-xxl-5, .row.row-big > .col-xxl-6, .row.row-big > .col-xxl-7, .row.row-big > .col-xxl-8, .row.row-big > .col-xxl-9, .row.row-big > .col-xxl-12-5, .row.row-big > .col-xxxl-1, .row.row-big > .col-xxxl-10, .row.row-big > .col-xxxl-11, .row.row-big > .col-xxxl-12, .row.row-big > .col-xxxl-2, .row.row-big > .col-xxxl-3, .row.row-big > .col-xxxl-4, .row.row-big > .col-xxxl-5, .row.row-big > .col-xxxl-6, .row.row-big > .col-xxxl-7, .row.row-big > .col-xxxl-8, .row.row-big > .col-xxxl-9, .row.row-big > .col-xxxl-12-5 { padding-left: 35px; padding-right: 35px; } .row.row-huge { margin-left: -40px; margin-right: -40px; } .row.row-huge > .col-lg-1, .row.row-huge > .col-lg-10, .row.row-huge > .col-lg-11, .row.row-huge > .col-lg-12, .row.row-huge > .col-lg-2, .row.row-huge > .col-lg-3, .row.row-huge > .col-lg-4, .row.row-huge > .col-lg-5, .row.row-huge > .col-lg-6, .row.row-huge > .col-lg-7, .row.row-huge > .col-lg-8, .row.row-huge > .col-lg-9, .row.row-huge > .col-md-1, .row.row-huge > .col-md-10, .row.row-huge > .col-md-11, .row.row-huge > .col-md-12, .row.row-huge > .col-md-2, .row.row-huge > .col-md-3, .row.row-huge > .col-md-4, .row.row-huge > .col-md-5, .row.row-huge > .col-md-6, .row.row-huge > .col-md-7, .row.row-huge > .col-md-8, .row.row-huge > .col-md-9, .row.row-huge > .col-sm-1, .row.row-huge > .col-sm-10, .row.row-huge > .col-sm-11, .row.row-huge > .col-sm-12, .row.row-huge > .col-sm-2, .row.row-huge > .col-sm-3, .row.row-huge > .col-sm-4, .row.row-huge > .col-sm-5, .row.row-huge > .col-sm-6, .row.row-huge > .col-sm-7, .row.row-huge > .col-sm-8, .row.row-huge > .col-sm-9, .row.row-huge > .col-xs-1, .row.row-huge > .col-xs-10, .row.row-huge > .col-xs-11, .row.row-huge > .col-xs-12, .row.row-huge > .col-xs-2, .row.row-huge > .col-xs-3, .row.row-huge > .col-xs-4, .row.row-huge > .col-xs-5, .row.row-huge > .col-xs-6, .row.row-huge > .col-xs-7, .row.row-huge > .col-xs-8, .row.row-huge > .col-xs-9, .row.row-huge > .col-lg-12-5, .row.row-huge > .col-md-12-5, .row.row-huge > .col-sm-12-5, .row.row-huge > .col-xs-12-5, .row.row-huge > .col-xl-1, .row.row-huge > .col-xl-10, .row.row-huge > .col-xl-11, .row.row-huge > .col-xl-12, .row.row-huge > .col-xl-2, .row.row-huge > .col-xl-3, .row.row-huge > .col-xl-4, .row.row-huge > .col-xl-5, .row.row-huge > .col-xl-6, .row.row-huge > .col-xl-7, .row.row-huge > .col-xl-8, .row.row-huge > .col-xl-9, .row.row-huge > .col-xl-12-5, .row.row-huge > .col-xxl-1, .row.row-huge > .col-xxl-10, .row.row-huge > .col-xxl-11, .row.row-huge > .col-xxl-12, .row.row-huge > .col-xxl-2, .row.row-huge > .col-xxl-3, .row.row-huge > .col-xxl-4, .row.row-huge > .col-xxl-5, .row.row-huge > .col-xxl-6, .row.row-huge > .col-xxl-7, .row.row-huge > .col-xxl-8, .row.row-huge > .col-xxl-9, .row.row-huge > .col-xxl-12-5, .row.row-huge > .col-xxxl-1, .row.row-huge > .col-xxxl-10, .row.row-huge > .col-xxxl-11, .row.row-huge > .col-xxxl-12, .row.row-huge > .col-xxxl-2, .row.row-huge > .col-xxxl-3, .row.row-huge > .col-xxxl-4, .row.row-huge > .col-xxxl-5, .row.row-huge > .col-xxxl-6, .row.row-huge > .col-xxxl-7, .row.row-huge > .col-xxxl-8, .row.row-huge > .col-xxxl-9, .row.row-huge > .col-xxxl-12-5 { padding-left: 40px; padding-right: 40px; } .section-content { padding: 25px 15px; } .section-page, .section-page-dark { padding: 25px; } .testimonial { margin-left: 50px; } .text-big { font-size: 26px; } .text-big2 { font-size: 24px; } .text-bigger { font-size: 21px; } .text-smaller { font-size: 15px; } } /*--------------------------------------------------- LESS Elements 0.9 --------------------------------------------------- A set of useful LESS mixins More info at: http://lesselements.com ---------------------------------------------------*/ /*my other styles*/ .margin-10 { height: 10px; } .margin-20 { height: 20px; } .margin-30 { height: 30px; } .margin-40 { height: 40px; } .margin-50 { height: 50px; } .margin-60 { height: 60px; } .margin-70 { height: 70px; } .margin-80 { height: 80px; } .margin-90 { height: 90px; } .margin-100 { height: 100px; } .centered-columns { display: table; width: 100%; height: 100%; table-layout: fixed; } .centered-columns .centered-column { display: table-cell; vertical-align: middle; float: none; } .centered-columns .centered-column.centered-column-bottom { vertical-align: bottom; } .centered-columns .centered-column.centered-column-top { vertical-align: top; } .flex { /*old syntax*/ display: -webkit-box; display: -moz-box; /*IE 10*/ display: -ms-flexbox; /*new syntax*/ display: -webkit-flex; display: flex; } .background-cover { background-position: center center; -webkit-background-size: cover; -moz-background-size: cover; -o-background-size: cover; background-size: cover; background-repeat: no-repeat; } .background-fixed { background-position: center center; -webkit-background-size: cover; -moz-background-size: cover; -o-background-size: cover; background-size: cover; background-repeat: no-repeat; background-attachment: fixed; } .parallax-background { position: relative; background-repeat: no-repeat; background-attachment: fixed; background-position: 50% 0; -webkit-background-size: auto !important; -moz-background-size: auto !important; -o-background-size: auto !important; background-size: auto !important; } .no-margin { margin: 0 !important; } .no-padding { padding: 0 !important; } .no-bottom-margin { margin-bottom: 0 !important; } .no-bottom-padding { padding-bottom: 0 !important; } .no-top-margin { margin-top: 0 !important; } .no-top-padding { padding-top: 0 !important; } /*bootstrap one fifth column*/ .col-xs-12-5, .col-sm-12-5, .col-md-12-5, .col-lg-12-5 { position: relative; min-height: 1px; padding-right: 15px; padding-left: 15px; } .col-xs-12-5 { float: left; width: 20%; } @media (min-width: 768px) { .col-sm-12-5 { float: left; width: 20%; } } @media (min-width: 992px) { .col-md-12-5 { float: left; width: 20%; } } @media (min-width: 1200px) { .col-lg-12-5 { float: left; width: 20%; } } @media (min-width: 1400px) { .col-xl-12-5 { float: left; width: 20%; } } @media (min-width: 1600px) { .col-xxl-12-5 { float: left; width: 20%; } } @media (min-width: 1750px) { .col-xxxl-12-5 { float: left; width: 20%; } }
web/styles/main.css
@charset "utf-8"; /* 1. HTML Elements 2. IDs 3. Classes 4. Animations 5. Media Queries 6. Less Elements (including several extensions) (in .less file only) */ /*== 1 HTML Elements ==*/ .center_div{ margin: 0 auto; width:80% /* value of your choice which suits your alignment */ } ::-webkit-input-placeholder { color: #ffffff; opacity: 1; } :-moz-placeholder { color: #ffffff; opacity: 1; } ::-moz-placeholder { color: #ffffff; opacity: 1; } :-ms-input-placeholder { color: #ffffff; opacity: 1; } a { color: inherit; text-decoration: underline; outline: none; -webkit-transition: all 0.2s ease-out; -moz-transition: all 0.2s ease-out; -o-transition: all 0.2s ease-out; transition: all 0.2s ease-out; } a:focus { color: #01bab0; outline: none; } a:hover { text-decoration: none; color: #01bab0; } address { font-weight: 900; } address p { margin: 20px 0; } body, html { font-size: 18px; font-family: 'Roboto', sans-serif; color: #FFF; height: 100%; line-height: 1.35; } body.right-menu #menu { left: auto; right: 70px; } body.right-menu #menu-trigger { left: auto; right: 0; } body.right-menu .section-content { padding: 60px 340px 60px 60px; } h1, h2, h3, h4, h5, h6 { font-family: 'Fjalla One', sans-serif; font-weight: normal; margin: 25px 0; } h1 { font-size: 60px; margin: 40px 0 20px 0; } h1 .heading-detail { font-family: 'Roboto', sans-serif; font-size: 22px; font-style: italic; font-weight: 900; padding: 0 20px; vertical-align: baseline; } h2 { font-size: 48px; } h3 { font-size: 36px; } h4 { font-size: 30px; } h5 { font-size: 24px; } h6 { font-size: 18px; } html.cssanimations .onscroll-animate { -webkit-animation-duration: 1s; -moz-animation-duration: 1s; -o-animation-duration: 1s; animation-duration: 1s; -webkit-animation-fill-mode: both; -moz-animation-fill-mode: both; -o-animation-fill-mode: both; animation-fill-mode: both; opacity: 0; } html.csstransforms3d .pace .pace-progress { left: auto; right: 100%; background-color: #01bab0; } input[type=submit] { color: #FFF; background-color: #01bab0; font-size: 16px; font-weight: bold; padding: 16px 50px; margin: 10px 0; border: none; -webkit-border-radius: 5px; -moz-border-radius: 5px; border-radius: 5px; } input[type=submit].pull-left { margin-right: 28px; } input[type=submit].pull-right { margin-left: 28px; } input[type=submit].submit-small { padding-left: 24px; padding-right: 24px; } input[type=text], textarea { font-size: 18px; line-height: 1.2; padding: 14px 19px; background-color: rgba(0, 0, 0, 0.25); border: 2px #FFF solid; outline: none; width: 100%; margin-bottom: 12px; -webkit-border-radius: 5px; -moz-border-radius: 5px; border-radius: 5px; -webkit-transition: all 0.2s ease-out; -moz-transition: all 0.2s ease-out; -o-transition: all 0.2s ease-out; transition: all 0.2s ease-out; } input[type=text]:focus, textarea:focus { background-color: transparent; } p { margin: 10px 0; } textarea { height: 192px; resize: none; } /*== 2 IDs ==*/ #all { height: 100%; } #all > section { height: 100%; width: 100%; display: table; table-layout: fixed; } #all .button, #all .button-big, #all .button-border, #all .button-border-dark, #all .button-border-light, #all .button-long, #all .button-simple, #all .button-void { font-weight: bold; background-color: #01bab0; color: #FFF; display: inline-block; text-decoration: none; -webkit-border-radius: 5px; -moz-border-radius: 5px; border-radius: 5px; } #all .button:focus, #all .button-big:focus, #all .button-border:focus, #all .button-border-dark:focus, #all .button-border-light:focus, #all .button-long:focus, #all .button-simple:focus, #all .button-void:focus, #all .button:hover, #all .button-big:hover, #all .button-border:hover, #all .button-border-dark:hover, #all .button-border-light:hover, #all .button-long:hover, #all .button-simple:hover, #all .button-void:hover { color: #FFF; } #all .button.button-offsets, #all .button-big.button-offsets, #all .button-border.button-offsets, #all .button-border-dark.button-offsets, #all .button-border-light.button-offsets, #all .button-long.button-offsets, #all .button-simple.button-offsets, #all .button-void.button-offsets { margin: 10px 15px; } #all .button i, #all .button-big i, #all .button-border i, #all .button-border-dark i, #all .button-border-light i, #all .button-long i, #all .button-simple i, #all .button-void i { font-size: 20px; padding: 0 4px; } #all .button { font-size: 15px; padding: 6px 17px; } #all .button-big { position: relative; font-size: 16px; padding: 16px 25px; min-width: 170px; text-align: center; } #all .button-big:after { position: absolute; top: -3px; bottom: -3px; left: -3px; right: -3px; content: ''; opacity: 0; -webkit-border-radius: 5px; -moz-border-radius: 5px; border-radius: 5px; -webkit-box-shadow: 0px 0px 3px rgba(0, 0, 0, 0); -moz-box-shadow: 0px 0px 3px rgba(0, 0, 0, 0); box-shadow: 0px 0px 3px rgba(0, 0, 0, 0); -webkit-transition: all 0.2s ease-out; -moz-transition: all 0.2s ease-out; -o-transition: all 0.2s ease-out; transition: all 0.2s ease-out; pointer-events: none; } #all .button-big:hover:after { top: 0; bottom: 0; left: 0; right: 0; -webkit-box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.4); -moz-box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.4); box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.4); opacity: 1; } #all .button-border, #all .button-border-dark, #all .button-border-light { font-size: 15px; padding: 5px 28px; background-color: transparent; border: 2px #FFF solid; } #all .button-border:hover, #all .button-border-dark:hover, #all .button-border-light:hover { background-color: #01bab0; border-color: #01bab0; } #all .button-border-dark { font-size: 14px; color: #555555; border-width: 1px; border-color: #363636; padding-top: 7px; padding-bottom: 7px; } #all .button-border-light { font-size: 14px; padding: 7px 16px; border-width: 1px; } #all .button-dark { font-size: 15px; color: #898989; display: inline-block; background-color: #1b1b1b; padding: 7px 25px; text-decoration: none; -webkit-border-radius: 5px; -moz-border-radius: 5px; border-radius: 5px; -webkit-transition: all 0.2s ease-out; -moz-transition: all 0.2s ease-out; -o-transition: all 0.2s ease-out; transition: all 0.2s ease-out; } #all .button-dark:hover { color: #FFF; background-color: #01bab0; } #all .button-dark i { font-size: 18px; margin-right: 6px; } #all .button-gray, #all .button-gray-light { font-size: 15px; color: #FFF; font-weight: 900; display: inline-block; background-color: #464646; padding: 7px 25px; text-decoration: none; -webkit-border-radius: 5px; -moz-border-radius: 5px; border-radius: 5px; } #all .button-gray i, #all .button-gray-light i { font-size: 18px; margin-right: 6px; } #all .button-gray-light { color: #c2c2c2; background-color: #ebebeb; } #all .button-long { font-size: 15px; padding: 7px 35px; } #all .button-simple { font-size: 14px; color: #FFF; padding: 7px 25px; font-weight: normal; background: #1b1b1b; } #all .button-simple:hover { background-color: #01bab0; } #all .button-void { font-size: 16px; padding: 7px 25px; background: none; } #all .button-void:hover { background-color: #01bab0; } #all .list-catgs { padding: 0; margin: 0; list-style: none; color: #898989; } #all .list-catgs a { position: relative; color: #898989; overflow: hidden; border-bottom: 1px rgba(255, 255, 255, 0.05) solid; display: block; padding: 15px 30px; } #all .list-catgs a:after { position: absolute; height: 100%; width: 4px; top: 0; left: 25px; opacity: 0; background-color: #01bab0; content: ''; -webkit-box-shadow: 0 0 1px 3px rgba(1, 186, 176, 0.4); -moz-box-shadow: 0 0 1px 3px rgba(1, 186, 176, 0.4); box-shadow: 0 0 1px 3px rgba(1, 186, 176, 0.4); -webkit-transition: all 0.2s ease-out; -moz-transition: all 0.2s ease-out; -o-transition: all 0.2s ease-out; transition: all 0.2s ease-out; } #all .list-catgs a:hover { color: #01bab0; } #all .list-catgs a:hover:after { width: 2px; opacity: 1; left: 0px; -webkit-box-shadow: none; -moz-box-shadow: none; box-shadow: none; } #all .list-catgs a:hover .list-catg-val { color: #FFF; } #all .list-catgs li:last-of-type a { border-bottom: none; } #all .list-catgs .list-catg-name { float: left; } #all .list-catgs .list-catg-val { float: right; padding-left: 25px; color: #464646; -webkit-transition: all 0.2s ease-out; -moz-transition: all 0.2s ease-out; -o-transition: all 0.2s ease-out; transition: all 0.2s ease-out; } #all .tag { display: inline-block; margin: 5px 2px; text-decoration: none; color: #555555; border: 1px #363636 solid; padding: 6px 20px; -webkit-border-radius: 5px; -moz-border-radius: 5px; border-radius: 5px; } #all .tag:hover { color: #FFF; background-color: #01bab0; border-color: #01bab0; } #all .tags-container { margin: 15px 0; } #form-contact { margin: 20px 0; } #form-search { position: relative; } #form-search ::-webkit-input-placeholder { color: rgba(255, 255, 255, 0.4); opacity: 0.5; } #form-search :-moz-placeholder { color: rgba(255, 255, 255, 0.4); opacity: 0.5; } #form-search ::-moz-placeholder { color: rgba(255, 255, 255, 0.4); opacity: 0.5; } #form-search :-ms-input-placeholder { color: rgba(255, 255, 255, 0.4); opacity: 0.5; } #form-search input[type=text] { padding: 8px 35px 8px 10px; font-size: 14px; font-style: italic; background-color: #1b1b1b; border: none; } #form-search .submit-container { position: absolute; top: 0; right: 0; bottom: 12px; width: 35px; z-index: 1; } #form-search .submit-container:after { position: absolute; right: 10px; top: 4px; font-size: 17px; color: #363636; font-family: 'FontAwesome'; content: '\f002'; -webkit-transition: all 0.2s ease-out; -moz-transition: all 0.2s ease-out; -o-transition: all 0.2s ease-out; transition: all 0.2s ease-out; } #form-search .submit-container:hover:after { color: #666; } #form-search .submit-container input[type=submit] { position: absolute; top: 0; right: 0; height: 100%; width: 100%; margin: 0; padding: 0; opacity: 0; z-index: 1; } #form-search-alt { width: 100%; max-width: 470px; position: relative; margin: 35px auto 0 auto; } #form-search-alt ::-webkit-input-placeholder { color: #ffffff; opacity: 1; } #form-search-alt :-moz-placeholder { color: #ffffff; opacity: 1; } #form-search-alt ::-moz-placeholder { color: #ffffff; opacity: 1; } #form-search-alt :-ms-input-placeholder { color: #ffffff; opacity: 1; } #form-search-alt input[type=text] { font-size: 18px; color: #FFF; padding-right: 60px; background-color: transparent; border: 2px #FFF solid; margin-bottom: 0; } #form-search-alt .submit-container { position: absolute; top: 0; right: 0; height: 100%; width: 49px; font-size: 22px; overflow: hidden; background-color: #01bab0; -webkit-border-radius: 0 5px 5px 0; -moz-border-radius: 0 5px 5px 0; border-radius: 0 5px 5px 0; } #form-search-alt .submit-container:after { position: absolute; top: 0; left: 0; width: 100%; height: 100%; content: ''; } #form-search-alt .submit-container:before { position: absolute; top: 50%; left: 0; width: 100%; height: 20px; line-height: 20px; margin-top: -10px; text-align: center; font-family: 'FontAwesome'; content: '\f002'; } #form-search-alt .submit-container input { position: relative; width: 100%; height: 100%; opacity: 0; z-index: 1; } #map-canvas { position: absolute; left: 0; top: 0; width: 100%; height: 100%; } #menu { position: fixed; top: 70px; left: 70px; bottom: 70px; width: 225px; overflow-y: scroll; font-size: 14px; color: #898989; background-color: rgba(0, 0, 0, 0.7); z-index: 3000; -webkit-transition: all 0.2s ease-out; -moz-transition: all 0.2s ease-out; -o-transition: all 0.2s ease-out; transition: all 0.2s ease-out; } #menu .logo-container { padding: 30px; } #menu .logo-container img { width: 100%; max-width: 100%; } #menu .main-navigation { margin-bottom: 50px; } #menu .menu-bottom { position: absolute; bottom: 0; font-size: 12px; color: #555555; padding: 0 30px 40px 30px; } #menu .menu-bottom a:first-of-type > i { margin-left: 0; } #menu .menu-bottom a:last-of-type > i { margin-right: 0; } #menu .menu-bottom a > i { font-size: 19px; margin: 0 4px; } #menu .menu-container { position: absolute; top: 0; left: 0; width: 100%; height: 100%; } #menu .menu-content { padding: 0 30px; } #menu .menu-inner { position: relative; padding-bottom: 170px; min-height: 100%; } #menu-trigger { position: fixed; width: 40px; height: 40px; text-align: center; line-height: 40px; font-size: 22px; top: 70px; left: 0; display: none; background-color: rgba(0, 0, 0, 0.7); cursor: pointer; z-index: 3100; -webkit-transition: all 0.2s ease-out; -moz-transition: all 0.2s ease-out; -o-transition: all 0.2s ease-out; transition: all 0.2s ease-out; } #page-loader { position: fixed; top: 0; left: 0; width: 100%; height: 100%; font-weight: bold; -webkit-transition: all 0ms ease-out 900ms; -moz-transition: all 0ms ease-out 900ms; -o-transition: all 0ms ease-out 900ms; transition: all 0ms ease-out 900ms; z-index: 9999; } #page-loader.loaded { opacity: 0; visibility: hidden; } #page-loader.loaded .loader-content { opacity: 0; } #page-loader.loaded .loader-footer { opacity: 0; } #page-loader.loaded .loader-square { opacity: 0; } #page-loader .loader-container { display: table; height: 100%; width: 100%; position: relative; z-index: 10; } #page-loader .loader-content { display: table-cell; vertical-align: middle; text-align: center; padding-bottom: 130px; -webkit-transition: all 0.2s ease-out; -moz-transition: all 0.2s ease-out; -o-transition: all 0.2s ease-out; transition: all 0.2s ease-out; } #page-loader .loader-logo { margin-bottom: 80px; } #page-loader .loader-footer { position: absolute; bottom: 110px; width: 100%; font-size: 12px; color: #555555; text-align: center; font-weight: normal; z-index: 10; -webkit-transition: all 0.2s ease-out; -moz-transition: all 0.2s ease-out; -o-transition: all 0.2s ease-out; transition: all 0.2s ease-out; } #page-loader .loader-square { position: absolute; top: 0; left: 0; width: 33.33333333333%; height: 33.33333333333%; overflow: hidden; -webkit-transition: all 300ms ease-out; -moz-transition: all 300ms ease-out; -o-transition: all 300ms ease-out; transition: all 300ms ease-out; } #page-loader .loader-square .loader-square-content { position: absolute; width: 300%; height: 300%; background-color: #777; background-image: url('../images/backgrounds/loader.jpg'); background-position: center center; -webkit-background-size: cover; -moz-background-size: cover; -o-background-size: cover; background-size: cover; background-repeat: no-repeat; } #page-loader .loader-square .loader-square-inner { width: 100%; height: 100%; } #page-loader .loader-square-1 .loader-square-content { top: 0; left: 0; } #page-loader .loader-square-2 { -webkit-transform: translateX(100%); -moz-transform: translateX(100%); -o-transform: translateX(100%); -ms-transform: translateX(100%); transform: translateX(100%); -webkit-transition-delay: 150ms; -moz-transition-delay: 150ms; -o-transition-delay: 150ms; transition-delay: 150ms; } #page-loader .loader-square-2 .loader-square-content { top: 0; left: -100%; } #page-loader .loader-square-3 { top: 0; -webkit-transform: translateX(200%); -moz-transform: translateX(200%); -o-transform: translateX(200%); -ms-transform: translateX(200%); transform: translateX(200%); -webkit-transition-delay: 300ms; -moz-transition-delay: 300ms; -o-transition-delay: 300ms; transition-delay: 300ms; } #page-loader .loader-square-3 .loader-square-content { top: 0; right: 0; } #page-loader .loader-square-4 { -webkit-transform: translateY(100%); -moz-transform: translateY(100%); -o-transform: translateY(100%); -ms-transform: translateY(100%); transform: translateY(100%); -webkit-transition-delay: 150ms; -moz-transition-delay: 150ms; -o-transition-delay: 150ms; transition-delay: 150ms; } #page-loader .loader-square-4 .loader-square-content { top: -100%; left: 0; } #page-loader .loader-square-5 { -webkit-transform: translate(100%, 100%); -moz-transform: translate(100%, 100%); -o-transform: translate(100%, 100%); -ms-transform: translate(100%, 100%); transform: translate(100%, 100%); -webkit-transition-delay: 300ms; -moz-transition-delay: 300ms; -o-transition-delay: 300ms; transition-delay: 300ms; } #page-loader .loader-square-5 .loader-square-content { top: -100%; left: -100%; } #page-loader .loader-square-6 { -webkit-transform: translate(200%, 100%); -moz-transform: translate(200%, 100%); -o-transform: translate(200%, 100%); -ms-transform: translate(200%, 100%); transform: translate(200%, 100%); -webkit-transition-delay: 450ms; -moz-transition-delay: 450ms; -o-transition-delay: 450ms; transition-delay: 450ms; } #page-loader .loader-square-6 .loader-square-content { top: -100%; right: 0; } #page-loader .loader-square-7 { -webkit-transform: translateY(200%); -moz-transform: translateY(200%); -o-transform: translateY(200%); -ms-transform: translateY(200%); transform: translateY(200%); -webkit-transition-delay: 300ms; -moz-transition-delay: 300ms; -o-transition-delay: 300ms; transition-delay: 300ms; } #page-loader .loader-square-7 .loader-square-content { bottom: 0; left: 0; } #page-loader .loader-square-8 { -webkit-transform: translate(100%, 200%); -moz-transform: translate(100%, 200%); -o-transform: translate(100%, 200%); -ms-transform: translate(100%, 200%); transform: translate(100%, 200%); -webkit-transition-delay: 450ms; -moz-transition-delay: 450ms; -o-transition-delay: 450ms; transition-delay: 450ms; } #page-loader .loader-square-8 .loader-square-content { bottom: 0; left: -100%; } #page-loader .loader-square-9 { -webkit-transform: translate(200%, 200%); -moz-transform: translate(200%, 200%); -o-transform: translate(200%, 200%); -ms-transform: translate(200%, 200%); transform: translate(200%, 200%); -webkit-transition-delay: 600ms; -moz-transition-delay: 600ms; -o-transition-delay: 600ms; transition-delay: 600ms; } #page-loader .loader-square-9 .loader-square-content { bottom: 0; right: 0; } #page-screen-cover { position: fixed; width: 100%; height: 100%; top: 0; left: 0; background: rgba(25, 25, 25, 0.7); opacity: 0; visibility: hidden; z-index: 1500; -webkit-transition: all 500ms ease-out; -moz-transition: all 500ms ease-out; -o-transition: all 500ms ease-out; transition: all 500ms ease-out; } #page-screen-cover.active { opacity: 1; visibility: visible; } #portfolio { margin-bottom: 50px; margin-top: 50px; } #section-intro { background-image: url('../images/backgrounds/intro.jpg'); background-position: center center; -webkit-background-size: cover; -moz-background-size: cover; -o-background-size: cover; background-size: cover; background-repeat: no-repeat; } #section-about { background-image: url('../images/backgrounds/about.jpg'); background-position: center center; -webkit-background-size: cover; -moz-background-size: cover; -o-background-size: cover; background-size: cover; background-repeat: no-repeat; } #section-services { background-image: url('../images/backgrounds/services.jpg'); background-position: center center; -webkit-background-size: cover; -moz-background-size: cover; -o-background-size: cover; background-size: cover; background-repeat: no-repeat; } #section-team { background-image: url('../images/backgrounds/team.jpg'); background-position: center center; -webkit-background-size: cover; -moz-background-size: cover; -o-background-size: cover; background-size: cover; background-repeat: no-repeat; } #section-portfolio { background-image: url('../images/backgrounds/portfolio.jpg'); background-position: center center; -webkit-background-size: cover; -moz-background-size: cover; -o-background-size: cover; background-size: cover; background-repeat: no-repeat; } #section-blog { background-image: url('../images/backgrounds/blog.jpg'); background-position: center center; -webkit-background-size: cover; -moz-background-size: cover; -o-background-size: cover; background-size: cover; background-repeat: no-repeat; } #section-contact { background-image: url('../images/backgrounds/contact.jpg'); background-position: center center; -webkit-background-size: cover; -moz-background-size: cover; -o-background-size: cover; background-size: cover; background-repeat: no-repeat; } #to-top { position: fixed; width: 70px; height: 70px; line-height: 70px; font-size: 50px; color: #464646; background-color: rgba(0, 0, 0, 0.7); right: 72px; bottom: -70px; z-index: 999; opacity: 0.5; text-align: center; text-decoration: none; overflow: hidden; -webkit-transform: scale(0.5); -moz-transform: scale(0.5); -o-transform: scale(0.5); -ms-transform: scale(0.5); transform: scale(0.5); -webkit-transition: all 0.2s ease-out; -moz-transition: all 0.2s ease-out; -o-transition: all 0.2s ease-out; transition: all 0.2s ease-out; -webkit-border-radius: 2px; -moz-border-radius: 2px; border-radius: 2px; } #to-top:hover #top-arrow-1 { -webkit-animation: top-arrow ease-in-out 1.4s infinite; -moz-animation: top-arrow ease-in-out 1.4s infinite; -o-animation: top-arrow ease-in-out 1.4s infinite; animation: top-arrow ease-in-out 1.4s infinite; } #to-top:hover #top-arrow-2 { -webkit-animation: top-arrow-2 ease-in-out 1.4s infinite; -moz-animation: top-arrow-2 ease-in-out 1.4s infinite; -o-animation: top-arrow-2 ease-in-out 1.4s infinite; animation: top-arrow-2 ease-in-out 1.4s infinite; } #to-top.active { bottom: 72px; opacity: 1; -webkit-transform: scale(1); -moz-transform: scale(1); -o-transform: scale(1); -ms-transform: scale(1); transform: scale(1); } #top-arrow-1, #top-arrow-2 { position: absolute; width: 100%; height: 100%; left: 0; top: 0; } #top-arrow-2 { opacity: 0; } /*== 3 Classes ==*/ .accordion { margin: 50px 0; } .accordion-small { margin: 25px 0; font-size: 16px; background-color: rgba(0, 0, 0, 0.4); } .accordion-small .panel { border-color: rgba(255, 255, 255, 0.2); } .accordion-small .panel .panel-heading { padding: 0; font-weight: bold; } .accordion-small .panel .panel-heading a { position: relative; padding: 15px 30px; } .accordion-small .panel .panel-heading a:after { position: absolute; height: 100%; width: 4px; top: 0; left: 25px; opacity: 0; background-color: #01bab0; content: ''; -webkit-box-shadow: 0 0 1px 3px rgba(1, 186, 176, 0.4); -moz-box-shadow: 0 0 1px 3px rgba(1, 186, 176, 0.4); box-shadow: 0 0 1px 3px rgba(1, 186, 176, 0.4); -webkit-transition: all 0.2s ease-out; -moz-transition: all 0.2s ease-out; -o-transition: all 0.2s ease-out; transition: all 0.2s ease-out; } .accordion-small .panel .panel-heading a:focus:after, .accordion-small .panel .panel-heading a:hover:after { width: 2px; opacity: 1; left: 0px; -webkit-box-shadow: none; -moz-box-shadow: none; box-shadow: none; } .accordion-small .panel .panel-body { padding: 5px 30px 30px 30px; } .bg-pattern { background-image: url('../images/bg_pattern.png'); } .big-icon-single { margin: 55px 0 80px 0; } .big-icon-single > i { font-size: 42px; } .big-icon-single h3 { font-size: 30px; margin: 30px 0 15px 0; } .blog-layout1, .blog-layout2, .blog-layout3, .blog-layout-big, .blog-layout-single { margin-top: 35px; margin-bottom: 20px; } .blog-layout1 .blog-content, .blog-layout2 .blog-content, .blog-layout3 .blog-content, .blog-layout-big .blog-content, .blog-layout-single .blog-content { font-size: 15px; padding: 20px 28px; color: #898989; background-color: #1f1f1f; } .blog-layout1 .blog-content a, .blog-layout2 .blog-content a, .blog-layout3 .blog-content a, .blog-layout-big .blog-content a, .blog-layout-single .blog-content a { color: #01bab0; text-decoration: none; } .blog-layout1 .blog-content h1, .blog-layout2 .blog-content h1, .blog-layout3 .blog-content h1, .blog-layout-big .blog-content h1, .blog-layout-single .blog-content h1, .blog-layout1 .blog-content h2, .blog-layout2 .blog-content h2, .blog-layout3 .blog-content h2, .blog-layout-big .blog-content h2, .blog-layout-single .blog-content h2, .blog-layout1 .blog-content h3, .blog-layout2 .blog-content h3, .blog-layout3 .blog-content h3, .blog-layout-big .blog-content h3, .blog-layout-single .blog-content h3, .blog-layout1 .blog-content h4, .blog-layout2 .blog-content h4, .blog-layout3 .blog-content h4, .blog-layout-big .blog-content h4, .blog-layout-single .blog-content h4, .blog-layout1 .blog-content h5, .blog-layout2 .blog-content h5, .blog-layout3 .blog-content h5, .blog-layout-big .blog-content h5, .blog-layout-single .blog-content h5, .blog-layout1 .blog-content h6, .blog-layout2 .blog-content h6, .blog-layout3 .blog-content h6, .blog-layout-big .blog-content h6, .blog-layout-single .blog-content h6 { color: #FFF; font-family: 'Roboto', sans-serif; font-weight: normal; margin: 6px 0; } .blog-layout1 .blog-content h1 a, .blog-layout2 .blog-content h1 a, .blog-layout3 .blog-content h1 a, .blog-layout-big .blog-content h1 a, .blog-layout-single .blog-content h1 a, .blog-layout1 .blog-content h2 a, .blog-layout2 .blog-content h2 a, .blog-layout3 .blog-content h2 a, .blog-layout-big .blog-content h2 a, .blog-layout-single .blog-content h2 a, .blog-layout1 .blog-content h3 a, .blog-layout2 .blog-content h3 a, .blog-layout3 .blog-content h3 a, .blog-layout-big .blog-content h3 a, .blog-layout-single .blog-content h3 a, .blog-layout1 .blog-content h4 a, .blog-layout2 .blog-content h4 a, .blog-layout3 .blog-content h4 a, .blog-layout-big .blog-content h4 a, .blog-layout-single .blog-content h4 a, .blog-layout1 .blog-content h5 a, .blog-layout2 .blog-content h5 a, .blog-layout3 .blog-content h5 a, .blog-layout-big .blog-content h5 a, .blog-layout-single .blog-content h5 a, .blog-layout1 .blog-content h6 a, .blog-layout2 .blog-content h6 a, .blog-layout3 .blog-content h6 a, .blog-layout-big .blog-content h6 a, .blog-layout-single .blog-content h6 a { color: #FFF; } .blog-layout1 .blog-content h1 a:hover, .blog-layout2 .blog-content h1 a:hover, .blog-layout3 .blog-content h1 a:hover, .blog-layout-big .blog-content h1 a:hover, .blog-layout-single .blog-content h1 a:hover, .blog-layout1 .blog-content h2 a:hover, .blog-layout2 .blog-content h2 a:hover, .blog-layout3 .blog-content h2 a:hover, .blog-layout-big .blog-content h2 a:hover, .blog-layout-single .blog-content h2 a:hover, .blog-layout1 .blog-content h3 a:hover, .blog-layout2 .blog-content h3 a:hover, .blog-layout3 .blog-content h3 a:hover, .blog-layout-big .blog-content h3 a:hover, .blog-layout-single .blog-content h3 a:hover, .blog-layout1 .blog-content h4 a:hover, .blog-layout2 .blog-content h4 a:hover, .blog-layout3 .blog-content h4 a:hover, .blog-layout-big .blog-content h4 a:hover, .blog-layout-single .blog-content h4 a:hover, .blog-layout1 .blog-content h5 a:hover, .blog-layout2 .blog-content h5 a:hover, .blog-layout3 .blog-content h5 a:hover, .blog-layout-big .blog-content h5 a:hover, .blog-layout-single .blog-content h5 a:hover, .blog-layout1 .blog-content h6 a:hover, .blog-layout2 .blog-content h6 a:hover, .blog-layout3 .blog-content h6 a:hover, .blog-layout-big .blog-content h6 a:hover, .blog-layout-single .blog-content h6 a:hover { color: #01bab0; } .blog-layout1 .blog-content p, .blog-layout2 .blog-content p, .blog-layout3 .blog-content p, .blog-layout-big .blog-content p, .blog-layout-single .blog-content p { margin: 6px 0; } .blog-layout1 .blog-content .link-read-more, .blog-layout2 .blog-content .link-read-more, .blog-layout3 .blog-content .link-read-more, .blog-layout-big .blog-content .link-read-more, .blog-layout-single .blog-content .link-read-more { display: inline-block; color: #898989; margin-top: 5px; } .blog-layout1 .blog-content .link-read-more:hover, .blog-layout2 .blog-content .link-read-more:hover, .blog-layout3 .blog-content .link-read-more:hover, .blog-layout-big .blog-content .link-read-more:hover, .blog-layout-single .blog-content .link-read-more:hover { color: #FFF; } .blog-layout1 .blog-date, .blog-layout2 .blog-date, .blog-layout3 .blog-date, .blog-layout-big .blog-date, .blog-layout-single .blog-date { font-family: 'Fjalla One', sans-serif; position: absolute; left: 0; top: 0; width: 70px; height: 70px; color: #FFF; font-size: 11px; background-color: #252525; text-align: center; text-transform: uppercase; line-height: 1; padding-top: 10px; z-index: 50; } .blog-layout1 .blog-date .blog-date-day, .blog-layout2 .blog-date .blog-date-day, .blog-layout3 .blog-date .blog-date-day, .blog-layout-big .blog-date .blog-date-day, .blog-layout-single .blog-date .blog-date-day { font-size: 36px; margin-bottom: 3px; } .blog-layout1 .blog-details, .blog-layout2 .blog-details, .blog-layout3 .blog-details, .blog-layout-big .blog-details, .blog-layout-single .blog-details { font-size: 12px; margin: 15px 0; } .blog-layout1 .blog-img, .blog-layout2 .blog-img, .blog-layout3 .blog-img, .blog-layout-big .blog-img, .blog-layout-single .blog-img { position: relative; background-color: #1f1f1f; } .blog-layout1 .blog-img.blog-img-hover .blog-img-detail, .blog-layout2 .blog-img.blog-img-hover .blog-img-detail, .blog-layout3 .blog-img.blog-img-hover .blog-img-detail, .blog-layout-big .blog-img.blog-img-hover .blog-img-detail, .blog-layout-single .blog-img.blog-img-hover .blog-img-detail { -webkit-transition: all 0.2s ease-out; -moz-transition: all 0.2s ease-out; -o-transition: all 0.2s ease-out; transition: all 0.2s ease-out; } .blog-layout1 .blog-img.blog-img-hover .blog-img-detail-inner, .blog-layout2 .blog-img.blog-img-hover .blog-img-detail-inner, .blog-layout3 .blog-img.blog-img-hover .blog-img-detail-inner, .blog-layout-big .blog-img.blog-img-hover .blog-img-detail-inner, .blog-layout-single .blog-img.blog-img-hover .blog-img-detail-inner { opacity: 0; -webkit-transition: all 0.2s ease-out; -moz-transition: all 0.2s ease-out; -o-transition: all 0.2s ease-out; transition: all 0.2s ease-out; } .blog-layout1 .blog-img.blog-img-hover:hover .blog-img-detail, .blog-layout2 .blog-img.blog-img-hover:hover .blog-img-detail, .blog-layout3 .blog-img.blog-img-hover:hover .blog-img-detail, .blog-layout-big .blog-img.blog-img-hover:hover .blog-img-detail, .blog-layout-single .blog-img.blog-img-hover:hover .blog-img-detail { background-color: rgba(1, 186, 176, 0.54); } .blog-layout1 .blog-img.blog-img-hover:hover .blog-img-detail-inner, .blog-layout2 .blog-img.blog-img-hover:hover .blog-img-detail-inner, .blog-layout3 .blog-img.blog-img-hover:hover .blog-img-detail-inner, .blog-layout-big .blog-img.blog-img-hover:hover .blog-img-detail-inner, .blog-layout-single .blog-img.blog-img-hover:hover .blog-img-detail-inner { opacity: 1; } .blog-layout1 .blog-img a, .blog-layout2 .blog-img a, .blog-layout3 .blog-img a, .blog-layout-big .blog-img a, .blog-layout-single .blog-img a { text-decoration: underline; } .blog-layout1 .blog-img img, .blog-layout2 .blog-img img, .blog-layout3 .blog-img img, .blog-layout-big .blog-img img, .blog-layout-single .blog-img img { display: block; width: 100%; } .blog-layout1 .blog-img .blog-img-detail, .blog-layout2 .blog-img .blog-img-detail, .blog-layout3 .blog-img .blog-img-detail, .blog-layout-big .blog-img .blog-img-detail, .blog-layout-single .blog-img .blog-img-detail { position: absolute; left: 0; top: 0; width: 100%; height: 100%; background-color: rgba(37, 37, 37, 0.5); } .blog-layout1 .blog-img .blog-img-detail-inner, .blog-layout2 .blog-img .blog-img-detail-inner, .blog-layout3 .blog-img .blog-img-detail-inner, .blog-layout-big .blog-img .blog-img-detail-inner, .blog-layout-single .blog-img .blog-img-detail-inner { width: 100%; height: 100%; display: table; } .blog-layout1 .blog-img .blog-img-detail-inner .blog-img-detail-content, .blog-layout2 .blog-img .blog-img-detail-inner .blog-img-detail-content, .blog-layout3 .blog-img .blog-img-detail-inner .blog-img-detail-content, .blog-layout-big .blog-img .blog-img-detail-inner .blog-img-detail-content, .blog-layout-single .blog-img .blog-img-detail-inner .blog-img-detail-content { display: table-cell; vertical-align: middle; text-align: center; padding: 0 60px; } .blog-layout1 .blog-img .blog-img-quote, .blog-layout2 .blog-img .blog-img-quote, .blog-layout3 .blog-img .blog-img-quote, .blog-layout-big .blog-img .blog-img-quote, .blog-layout-single .blog-img .blog-img-quote { font-weight: bold; font-style: italic; font-size: 22px; margin-bottom: 25px; line-height: 1.2; } .blog-layout1 .blog-item, .blog-layout2 .blog-item, .blog-layout3 .blog-item, .blog-layout-big .blog-item, .blog-layout-single .blog-item { position: relative; margin-bottom: 30px; } .blog-layout1 .blog-side-img, .blog-layout2 .blog-side-img, .blog-layout3 .blog-side-img, .blog-layout-big .blog-side-img, .blog-layout-single .blog-side-img { width: 50%; float: left; margin-bottom: 20px; -webkit-transform: translate(-28px, 0); -moz-transform: translate(-28px, 0); -o-transform: translate(-28px, 0); -ms-transform: translate(-28px, 0); transform: translate(-28px, 0); } .blog-layout2 { margin-bottom: 50px; } .blog-layout2 .blog-item { margin-bottom: 0; } .blog-layout2 .blog-item:nth-child(2n) .blog-content, .blog-layout2 .blog-item:nth-child(2n) .blog-img { background-color: #111111; } .blog-layout3 h5 { font-size: 20px; } .blog-layout3 .blog-content { background-color: #1b1b1b; font-size: 14px; padding-top: 9px; padding-bottom: 14px; } .blog-layout3 .blog-details { margin: 5px 0; } .blog-layout3 .blog-date { background-color: #161616; } .blog-layout3 .blog-img { background-color: #1b1b1b; } .blog-layout3 .blog-img .blog-img-detail-inner .blog-img-detail-content { font-size: 14px; padding: 0 20px; } .blog-layout3 .blog-img .blog-img-quote { font-size: 18px; margin-bottom: 12px; } .blog-layout-big .blog-content { font-size: 14px; padding: 24px 30px 30px 30px; } .blog-layout-big .blog-content > .button-border-dark { margin-top: 25px; } .blog-layout-big .blog-img { background-position: center center; -webkit-background-size: cover; -moz-background-size: cover; -o-background-size: cover; background-size: cover; background-repeat: no-repeat; } .blog-layout-big .blog-img > img { display: none; } .blog-layout-big .blog-item { background-color: #252525; overflow: auto; } .blog-layout-big .blog-item .blog-content, .blog-layout-big .blog-item .blog-img { background-color: transparent; width: 50%; } .blog-layout-single { margin: 0; } .blog-layout-single .blog-content { font-size: 14px; } .blog-layout-single .blog-content h1 h2, .blog-layout-single .blog-content h3, .blog-layout-single .blog-content h4, .blog-layout-single .blog-content h5, .blog-layout-single .blog-content h6 { margin: 12px 0; } .blog-layout-single .blog-content p { margin-bottom: 20px; } .blog-layout-single .blog-item { background-color: #252525; } .citation { font-size: 20px; background-color: #1b1b1b; color: #898989; font-weight: 500; font-style: italic; margin: 30px 70px; text-align: center; padding: 15px 45px; -webkit-border-radius: 5px; -moz-border-radius: 5px; border-radius: 5px; } .citation .citation-author { font-size: 14px; font-weight: normal; color: #FFF; margin: 10px 0; } .comment > .comment { padding-left: 65px; } .comment > .comment > .comment { padding-left: 65px; } .comment > .comment > .comment > .comment { padding-left: 0; } .comment .comment-author { color: #01bab0; font-size: 18px; padding-right: 15px; display: inline-block; margin-top: 10px; margin-bottom: 0; font-weight: bold; } .comment .comment-avatar { float: left; padding-right: 25px; } .comment .comment-avatar img { width: 113px; -webkit-border-radius: 50%; -moz-border-radius: 50%; border-radius: 50%; } .comment .comment-container { overflow: auto; margin: 10px 0 40px 0; } .comment .comment-content { overflow: hidden; } .comment .comment-content p { margin-top: 20px; margin-bottom: 0; } .comment .comment-detail { font-size: 12px; color: #898989; } .comment .comment-reply { float: right; margin-left: 40px; padding-top: 50px; } .content-main { width: 80%; padding-right: 30px; float: left; } .content-sidebar { width: 20%; float: right; background-color: #252525; font-size: 14px; color: #898989; padding-bottom: 30px; } .dark-screen { background-color: rgba(0, 0, 0, 0.15); } .delimiter-inline { padding-left: 7px; padding-right: 7px; display: inline-block; } .delimiter-inline:after { content: ':'; } .delimiter-inline-alt { padding-left: 7px; padding-right: 7px; display: inline-block; } .delimiter-inline-alt:after { content: '/'; } .delimiter-inline-void { display: inline-block; width: 15px; } .filter-list { font-family: 'Roboto', sans-serif; padding: 0; margin: 20px 0; list-style: none; text-align: center; display: block; } .filter-list.pull-right { padding-left: 55px; } .filter-list li { display: inline-block; margin-left: 5px; } .filter-list li a { color: #FFF; font-size: 16px; font-weight: 900; padding: 4px 18px; display: inline-block; border: 2px rgba(255, 255, 255, 0) solid; text-decoration: none; -webkit-border-radius: 4px; -moz-border-radius: 4px; border-radius: 4px; } .filter-list li a.active { border-color: #FFF; } .filter-list-alt { font-family: 'Roboto', sans-serif; padding: 0 0 0 10px; margin: 20px 0 0 0; list-style: none; text-align: center; display: block; background-color: #252525; font-size: 14px; overflow: auto; -webkit-border-radius: 5px; -moz-border-radius: 5px; border-radius: 5px; } .filter-list-alt.pull-right { margin-left: 55px; } .filter-list-alt li { display: block; float: left; margin: 0 4px; } .filter-list-alt li.isotope-filter-button { background-color: #1b1b1b; margin-right: 0; margin-left: 8px; float: right; } .filter-list-alt li.isotope-filter-button a { color: #FFF; } .filter-list-alt li a { padding: 12px 13px 10px 13px; display: block; color: #898989; border-bottom: 2px rgba(1, 186, 176, 0) solid; text-decoration: none; } .filter-list-alt li a:hover { color: #01bab0; } .filter-list-alt li a.active { color: #01bab0; border-bottom-color: #01bab0; } .first-letter { overflow: auto; } .first-letter:first-letter { font-size: 54px; font-weight: 900; border: 5px #FFF solid; padding: 9px 12px; margin-top: 5px; margin-right: 30px; margin-bottom: 20px; float: left; } .graph-bar { margin: 15px 0; overflow: auto; font-size: 18px; font-weight: 900; } .graph-bar .graph-bar-label { float: left; margin-bottom: 6px; } .graph-bar .graph-line { clear: both; border: 2px #FFF solid; -webkit-border-radius: 3px; -moz-border-radius: 3px; border-radius: 3px; } .graph-bar .graph-line .graph-line-value { width: 0; height: 12px; background-color: #FFF; -webkit-transition: all 300ms ease-out; -moz-transition: all 300ms ease-out; -o-transition: all 300ms ease-out; transition: all 300ms ease-out; } .graph-bar .graph-value { float: right; } .graph-donut { position: relative; font-family: 'Fjalla One', sans-serif; font-size: 48px; width: 170px; height: 170px; line-height: 170px; margin: 0 auto; } .graph-donut:after { position: absolute; left: 0; top: 0; width: 100%; height: 100%; content: ''; border: 14px rgba(255, 255, 255, 0.32) solid; -webkit-border-radius: 50%; -moz-border-radius: 50%; border-radius: 50%; } .graph-donut.onscroll-animate .graph-inner { -webkit-transform: rotate(180deg); -moz-transform: rotate(180deg); -o-transform: rotate(180deg); -ms-transform: rotate(180deg); transform: rotate(180deg); -webkit-transition: all 500ms linear; -moz-transition: all 500ms linear; -o-transition: all 500ms linear; transition: all 500ms linear; } .graph-donut.onscroll-animate .graph-left .graph-inner { -webkit-transition-delay: 500ms; -moz-transition-delay: 500ms; -o-transition-delay: 500ms; transition-delay: 500ms; } .graph-donut .graph-inner { position: absolute; width: 200%; height: 100%; border: 14px #FFF solid; z-index: 1; -webkit-border-radius: 50%; -moz-border-radius: 50%; border-radius: 50%; } .graph-donut .graph-left { position: absolute; width: 50%; height: 100%; left: 0; top: 0; overflow: hidden; } .graph-donut .graph-left .graph-inner { left: 0; clip: rect(0, 85px, 170px, 0); } .graph-donut .graph-right { position: absolute; width: 50%; height: 100%; top: 0; right: 0; overflow: hidden; } .graph-donut .graph-right .graph-inner { right: 0; clip: rect(0, 170px, 170px, 85px); } .graph-donut .graph-value { position: relative; text-align: center; z-index: 2; } .heading-big { font-size: 60px; text-transform: uppercase; } .heading-enormous { font-size: 150px; text-transform: uppercase; line-height: 0.9; } .heading-huge { font-size: 80px; text-transform: uppercase; } .icon-circle { position: relative; width: 42px; height: 42px; line-height: 42px; text-align: center; color: #FFF; font-size: 23px; display: inline-block; } .icon-circle:after, .icon-circle:before { position: absolute; left: 0; top: 0; width: 100%; height: 100%; content: ''; opacity: 0; pointer-events: none; -webkit-border-radius: 50%; -moz-border-radius: 50%; border-radius: 50%; -webkit-transition: all 0.2s ease-out; -moz-transition: all 0.2s ease-out; -o-transition: all 0.2s ease-out; transition: all 0.2s ease-out; } .icon-circle:after { -webkit-transform: scale(0.7); -moz-transform: scale(0.7); -o-transform: scale(0.7); -ms-transform: scale(0.7); transform: scale(0.7); background-color: rgba(0, 0, 0, 0.1); } .icon-circle:before { -webkit-transform: scale(1.3); -moz-transform: scale(1.3); -o-transform: scale(1.3); -ms-transform: scale(1.3); transform: scale(1.3); -webkit-transition-delay: 200ms; -moz-transition-delay: 200ms; -o-transition-delay: 200ms; transition-delay: 200ms; background-color: rgba(0, 0, 0, 0.1); } .icon-circle:hover { color: #FFF; } .icon-circle:hover:after, .icon-circle:hover:before { opacity: 1; -webkit-transform: scale(1); -moz-transform: scale(1); -o-transform: scale(1); -ms-transform: scale(1); transform: scale(1); } .icon-circle i { position: relative; z-index: 1; } .img-full { width: 100%; } .input-container { position: relative; background-color: rgba(0, 0, 0, 0.25); margin-bottom: 19px; -webkit-transition: all 0.2s ease-out; -moz-transition: all 0.2s ease-out; -o-transition: all 0.2s ease-out; transition: all 0.2s ease-out; -webkit-border-radius: 5px; -moz-border-radius: 5px; border-radius: 5px; } .input-container:after { position: absolute; left: 0; top: 0; width: 100%; height: 100%; content: ''; -webkit-border-radius: 5px; -moz-border-radius: 5px; border-radius: 5px; border: 2px #FFF solid; } .input-container.focus { background-color: transparent; } .input-container.input-email input[type=text], .input-container.input-message input[type=text], .input-container.input-name input[type=text], .input-container.input-phone input[type=text], .input-container.input-email textarea, .input-container.input-message textarea, .input-container.input-name textarea, .input-container.input-phone textarea { padding-right: 42px; } .input-container.input-email:before, .input-container.input-message:before, .input-container.input-name:before, .input-container.input-phone:before { font-family: 'FontAwesome'; position: absolute; right: 19px; top: 11px; font-size: 21px; pointer-events: none; } .input-container.input-email:before { content: '\f0e0'; } .input-container.input-message:before { content: '\f044'; } .input-container.input-name:before { content: '\f007'; } .input-container.input-phone:before { content: '\f095'; } .input-container input[type=text], .input-container textarea { position: relative; font-size: 18px; padding: 13px 15px; color: #FFF; background-color: transparent; border: 3px rgba(255, 255, 255, 0) solid; z-index: 1; margin-bottom: 0; } .input-container input[type=text]:focus, .input-container textarea:focus { border-color: #FFF; } .link-borders { position: relative; display: block; margin: 9px 0; } .link-borders:after { position: absolute; left: 0; top: 0; width: 100%; height: 100%; content: ''; -webkit-transition: all 0.2s ease-out; -moz-transition: all 0.2s ease-out; -o-transition: all 0.2s ease-out; transition: all 0.2s ease-out; border: 3px #01bab0 solid; opacity: 0; } .link-borders:before { position: absolute; left: 0; top: 0; width: 100%; height: 100%; content: ''; -webkit-transition: all 0.2s ease-out; -moz-transition: all 0.2s ease-out; -o-transition: all 0.2s ease-out; transition: all 0.2s ease-out; background-color: rgba(37, 37, 37, 0.5); } .link-borders:hover:after { opacity: 1; } .link-borders:hover:before { opacity: 0; } .link-read-more { position: relative; color: #898989; font-weight: bold; text-decoration: none; padding-right: 12px; } .link-read-more:after { position: absolute; bottom: 0; right: 0; content: '»'; } .link-read-more:hover { color: #FFF; } .links-box { display: inline-block; color: #898989; font-size: 14px; padding: 9px 19px; background-color: #252525; -webkit-border-radius: 5px; -moz-border-radius: 5px; border-radius: 5px; } .links-box a { padding-left: 5px; } .links-box .links-box-text { padding-right: 10px; } .list-gray { padding-left: 8px; margin: 17px 0; list-style: none; color: #898989; } .list-gray li { position: relative; margin: 12px 0; padding-left: 30px; } .list-gray li:after { position: absolute; left: 0; top: 7px; width: 11px; height: 11px; background-color: #4a4a4a; content: ''; -webkit-border-radius: 50%; -moz-border-radius: 50%; border-radius: 50%; } .list-numbers { padding: 0; margin: 15px 0; list-style: none; counter-reset: item; } .list-numbers li { position: relative; padding: 6px 0 6px 40px; counter-increment: item; } .list-numbers li:after { position: absolute; top: 6px; left: 0; width: 40px; text-align: center; content: counter(item, decimal) '.'; font-weight: 900; } .main-navigation ul { padding: 0; margin: 0; list-style: none; } .main-navigation ul li { border-bottom: 1px rgba(255, 255, 255, 0.05) solid; } .main-navigation ul li:last-of-type { border-bottom: none; } .main-navigation ul li.active > a, .main-navigation ul li.active > a:focus, .main-navigation ul li.current-menu-item > a, .main-navigation ul li.current-menu-item > a:focus { color: #01bab0; } .main-navigation ul li.active > a:after, .main-navigation ul li.active > a:focus:after, .main-navigation ul li.current-menu-item > a:after, .main-navigation ul li.current-menu-item > a:focus:after { width: 2px; opacity: 1; left: 0px; -webkit-box-shadow: none; -moz-box-shadow: none; box-shadow: none; } .main-navigation ul li.has-submenu:hover > a:before, .main-navigation ul li.menu-item-has-children:hover > a:before { -webkit-transform: rotate(90deg); -moz-transform: rotate(90deg); -o-transform: rotate(90deg); -ms-transform: rotate(90deg); transform: rotate(90deg); } .main-navigation ul li.has-submenu > a, .main-navigation ul li.menu-item-has-children > a { padding-right: 50px; } .main-navigation ul li.has-submenu > a:before, .main-navigation ul li.menu-item-has-children > a:before { position: absolute; right: 28px; top: 50%; margin-top: -15px; height: 30px; line-height: 30px; font-size: 18px; color: #464646; font-family: 'FontAwesome'; -webkit-transition: all 0.2s ease-out; -moz-transition: all 0.2s ease-out; -o-transition: all 0.2s ease-out; transition: all 0.2s ease-out; content: '\f105'; } .main-navigation ul li > ul { display: none; } .main-navigation ul li > ul li:first-of-type { border-top: 1px rgba(255, 255, 255, 0.05) solid; } .main-navigation ul li a { position: relative; padding: 12px 30px; display: block; text-decoration: none; -webkit-transition: all 0.2s ease-out; -moz-transition: all 0.2s ease-out; -o-transition: all 0.2s ease-out; transition: all 0.2s ease-out; } .main-navigation ul li a:after { position: absolute; height: 100%; width: 4px; top: 0; left: 25px; opacity: 0; background-color: #01bab0; content: ''; -webkit-box-shadow: 0 0 1px 3px rgba(1, 186, 176, 0.4); -moz-box-shadow: 0 0 1px 3px rgba(1, 186, 176, 0.4); box-shadow: 0 0 1px 3px rgba(1, 186, 176, 0.4); -webkit-transition: all 0.2s ease-out; -moz-transition: all 0.2s ease-out; -o-transition: all 0.2s ease-out; transition: all 0.2s ease-out; } .main-navigation ul li a:focus { color: inherit; } .main-navigation ul li a:hover { color: #01bab0; } .main-navigation ul li a:hover:after { width: 2px; opacity: 1; left: 0px; -webkit-box-shadow: none; -moz-box-shadow: none; box-shadow: none; } .map-container { position: relative; height: 520px; margin-bottom: 25px; } .master-slider { font-size: 18px; } .master-slider.has-thumbnails:after { position: absolute; background-color: rgba(0, 0, 0, 0.35); left: 0; right: 0; bottom: 10px; height: 104px; content: ''; } .master-slider h1, .master-slider h2, .master-slider h3, .master-slider h4, .master-slider h5, .master-slider h6, .master-slider p { margin: 0; font-size: inherit !important; } .master-slider p { line-height: 1.35; } .master-slider .button, .master-slider .button-big, .master-slider .button-border, .master-slider .button-border-dark, .master-slider .button-border-light, .master-slider .button-long, .master-slider .button-simple, .master-slider .button-void { font-size: inherit !important; } .master-slider .button i, .master-slider .button-big i, .master-slider .button-border i, .master-slider .button-border-dark i, .master-slider .button-border-light i, .master-slider .button-long i, .master-slider .button-simple i, .master-slider .button-void i { font-size: inherit !important; } .master-slider .container { display: block; padding-left: 355px; } .master-slider .ms-bullet { position: relative; width: 12px; height: 12px; background-color: #f8f8f8; opacity: 0.2; margin: 7px; -webkit-transition: all 0.2s ease-out; -moz-transition: all 0.2s ease-out; -o-transition: all 0.2s ease-out; transition: all 0.2s ease-out; -webkit-border-radius: 50%; -moz-border-radius: 50%; border-radius: 50%; } .master-slider .ms-bullet:after { position: absolute; left: 0; top: 0; width: 100%; height: 100%; content: ''; -webkit-box-shadow: 0 0 1px #ffffff; -moz-box-shadow: 0 0 1px #ffffff; box-shadow: 0 0 1px #ffffff; opacity: 0; -webkit-border-radius: 50%; -moz-border-radius: 50%; border-radius: 50%; -webkit-transition: all 0.2s ease-out; -moz-transition: all 0.2s ease-out; -o-transition: all 0.2s ease-out; transition: all 0.2s ease-out; } .master-slider .ms-bullet:hover { opacity: 0.7; } .master-slider .ms-bullet:hover:after { opacity: 1; } .master-slider .ms-bullet.ms-bullet-selected { opacity: 1; } .master-slider .ms-bullets.ms-dir-v { right: 15px; z-index: 110; } .master-slider .ms-layer { width: 100%; } .master-slider .ms-nav-next, .master-slider .ms-nav-prev { position: absolute; width: 45px; height: 45px; bottom: 125px; cursor: pointer; font-size: 35px; color: #FFF; background-color: rgba(26, 26, 26, 0.15); z-index: 110; -webkit-border-radius: 5px; -moz-border-radius: 5px; border-radius: 5px; -webkit-transition: all 0.2s ease-out; -moz-transition: all 0.2s ease-out; -o-transition: all 0.2s ease-out; transition: all 0.2s ease-out; } .master-slider .ms-nav-next:after, .master-slider .ms-nav-prev:after { position: absolute; left: 0; top: 0; width: 100%; height: 100%; content: ''; font-family: 'FontAwesome'; line-height: 44px; text-align: center; } .master-slider .ms-nav-next:hover, .master-slider .ms-nav-prev:hover { background-color: #01bab0; } .master-slider .ms-nav-next { right: 15px; } .master-slider .ms-nav-next:after { content: '\f105'; } .master-slider .ms-nav-prev { right: 70px; } .master-slider .ms-nav-prev:after { content: '\f104'; } .master-slider .ms-slide-pattern { position: absolute; width: 100%; height: 100%; top: 0; left: 0; z-index: 8; } .master-slider .ms-slide1 .ms-layer1 { top: 55% !important; } .master-slider .ms-slide1 .ms-layer2 { top: 55% !important; margin-top: 100px; } .master-slider .ms-slide1 .ms-layer3 { top: 55% !important; margin-top: 165px; } .master-slider .ms-slide2 .ms-layer1 { top: 15% !important; } .master-slider .ms-slide2 .ms-layer2 { top: 15% !important; margin-top: 190px; } .master-slider .ms-slide2 .ms-layer3 { top: 15% !important; margin-top: 305px; } .master-slider .ms-slide2 .ms-layer4 { top: 15% !important; margin-top: 380px; } .master-slider .ms-slide3 .ms-layer1 { top: 40% !important; } .master-slider .ms-slide3 .ms-layer2 { top: 40% !important; margin-top: 120px; } .master-slider .ms-slide3 .ms-layer3 { top: 40% !important; margin-top: 250px; } .master-slider .ms-slide4 .ms-layer1 { top: 40% !important; } .master-slider .ms-slide4 .ms-layer2 { top: 40% !important; margin-top: 105px; } .master-slider .ms-slide4 .ms-layer3 { top: 40% !important; margin-top: 200px; } .master-slider .ms-text-size1 { font-size: 189px; } .master-slider .ms-text-size2 { font-size: 107px; } .master-slider .ms-text-size3 { font-size: 80px; } .master-slider .ms-text-size4 { font-size: 57px; } .master-slider .ms-text-size5 { font-size: 48px; } .master-slider .ms-text-size6 { font-size: 30px; } .master-slider .ms-text-size7 { font-size: 16px; } .master-slider .ms-thumb-list.ms-dir-h { margin-left: 330px; width: auto; left: 0; right: 0; z-index: 1; } .master-slider .ms-thumb-list.ms-dir-h .ms-thumb-frame { position: relative; padding: 10px 0; } .master-slider .ms-thumb-list.ms-dir-h .ms-thumb-frame:after { position: absolute; top: 10px; bottom: 30px; width: 100%; left: 0; border: 4px #01bab0 solid; opacity: 0; content: ''; -webkit-transform: scale(1.1); -moz-transform: scale(1.1); -o-transform: scale(1.1); -ms-transform: scale(1.1); transform: scale(1.1); -webkit-transition: all 0.2s ease-out; -moz-transition: all 0.2s ease-out; -o-transition: all 0.2s ease-out; transition: all 0.2s ease-out; } .master-slider .ms-thumb-list.ms-dir-h .ms-thumb-frame:before { position: absolute; left: 0; top: 0; width: 100%; height: 100%; content: ''; text-align: center; line-height: 106px; font-family: 'FontAwesome'; opacity: 0; -webkit-transition: all 0.2s ease-out; -moz-transition: all 0.2s ease-out; -o-transition: all 0.2s ease-out; transition: all 0.2s ease-out; content: '\f002'; } .master-slider .ms-thumb-list.ms-dir-h .ms-thumb-frame:hover { opacity: 1; } .master-slider .ms-thumb-list.ms-dir-h .ms-thumb-frame:hover:before { opacity: 1; } .master-slider .ms-thumb-list.ms-dir-h .ms-thumb-frame.ms-thumb-frame-selected:after { -webkit-transform: scale(1); -moz-transform: scale(1); -o-transform: scale(1); -ms-transform: scale(1); transform: scale(1); opacity: 1; } .master-slider .ms-timerbar { background-color: rgba(255, 255, 255, 0.3); z-index: 110; } .note { font-size: 13px; opacity: 0.6; margin: 28px 0; } .owl-carousel.big-arrows > .owl-controls .owl-next, .owl-carousel.big-arrows > .owl-controls .owl-prev { width: 30px; height: 48px; font-size: 77px; line-height: 47px; top: 50%; margin-top: -21px; background: none; bottom: auto; } .owl-carousel.big-arrows > .owl-controls .owl-next { right: -40px; } .owl-carousel.big-arrows > .owl-controls .owl-prev { left: -40px; } .owl-carousel.black-arrows > .owl-controls .owl-next, .owl-carousel.black-arrows > .owl-controls .owl-prev { width: 45px; height: 45px; font-size: 40px; line-height: 43px; top: 50%; margin-top: -22px; color: #FFF; background: #000000; bottom: auto; -webkit-border-radius: 5px; -moz-border-radius: 5px; border-radius: 5px; } .owl-carousel.black-arrows > .owl-controls .owl-next { right: 30px; } .owl-carousel.black-arrows > .owl-controls .owl-prev { left: 30px; } .owl-carousel.black-arrows-bottom > .owl-controls .owl-next, .owl-carousel.black-arrows-bottom > .owl-controls .owl-prev { color: #FFF; background: #000000; } .owl-carousel.simple-arrows > .owl-controls .owl-next, .owl-carousel.simple-arrows > .owl-controls .owl-prev { width: 41px; height: 41px; top: 50%; margin-top: -20px; font-size: 35px; line-height: 40px; color: rgba(255, 255, 255, 0.5); background: rgba(25, 25, 25, 0.4); } .owl-carousel.simple-arrows > .owl-controls .owl-next:hover, .owl-carousel.simple-arrows > .owl-controls .owl-prev:hover { color: #FFF; background-color: #111111; } .owl-carousel.simple-arrows > .owl-controls .owl-next { right: 30px; } .owl-carousel.simple-arrows > .owl-controls .owl-prev { left: 30px; } .owl-carousel.top-arrows > .owl-controls .owl-next, .owl-carousel.top-arrows > .owl-controls .owl-prev { width: 33px; height: 40px; background: none; font-size: 55px; line-height: 40px; top: -65px; bottom: auto; } .owl-carousel.top-arrows > .owl-controls .owl-prev { right: 43px; } .owl-carousel.top-small-arrows > .owl-controls .owl-next, .owl-carousel.top-small-arrows > .owl-controls .owl-prev { width: 25px; height: 25px; font-size: 20px; line-height: 24px; top: 56px; bottom: auto; background-color: #1b1b1b; color: #898989; opacity: 1; -webkit-border-radius: 5px; -moz-border-radius: 5px; border-radius: 5px; } .owl-carousel.top-small-arrows > .owl-controls .owl-next:hover, .owl-carousel.top-small-arrows > .owl-controls .owl-prev:hover { background-color: #01bab0; color: #FFF; } .owl-carousel.top-small-arrows > .owl-controls .owl-next { right: 30px; } .owl-carousel.top-small-arrows > .owl-controls .owl-prev { left: 30px; } .owl-carousel .owl-controls .owl-next, .owl-carousel .owl-controls .owl-prev { color: #FFF; position: absolute; width: 41px; height: 41px; line-height: 40px; font-size: 30px; bottom: 10px; text-align: center; background-color: #252525; opacity: 0.5; -webkit-transition: all 0.2s ease-out; -moz-transition: all 0.2s ease-out; -o-transition: all 0.2s ease-out; transition: all 0.2s ease-out; } .owl-carousel .owl-controls .owl-next:hover, .owl-carousel .owl-controls .owl-prev:hover { opacity: 1; } .owl-carousel .owl-controls .owl-next { right: 10px; } .owl-carousel .owl-controls .owl-next:after { font-family: 'FontAwesome'; content: '\f105'; } .owl-carousel .owl-controls .owl-prev { right: 57px; } .owl-carousel .owl-controls .owl-prev:after { font-family: 'FontAwesome'; content: '\f104'; } .owl-carousel .owl-item > img { display: block; width: 100%; } .owl-carousel .owl-pagination { position: absolute; width: 100%; left: 0; bottom: 24px; text-align: center; } .owl-carousel .owl-pagination .owl-page { width: 12px; height: 12px; border: 1px #FFF solid; background-color: rgba(255, 255, 255, 0); opacity: 0.5; display: inline-block; margin: 4px; -webkit-border-radius: 50%; -moz-border-radius: 50%; border-radius: 50%; -webkit-transition: all 0.2s ease-out; -moz-transition: all 0.2s ease-out; -o-transition: all 0.2s ease-out; transition: all 0.2s ease-out; } .owl-carousel .owl-pagination .owl-page:hover { opacity: 1; } .owl-carousel .owl-pagination .owl-page.active { opacity: 1; background-color: #FFF; } .pace { position: fixed; top: 120px; left: 0; right: 0; bottom: 0; z-index: 20000; overflow: hidden; } .pace:after { position: absolute; width: 100%; left: 0; top: 50%; height: 9px; margin-top: 5px; background-color: rgba(255, 255, 255, 0.11); content: ''; } .pace.pace-inactive { display: none; } .pace .pace-progress { position: absolute; width: 100%; left: 0; top: 50%; height: 9px; margin-top: 5px; z-index: 100; -webkit-transform: translate3d(0, 0, 0); transform: translate3d(0, 0, 0); } .pace .pace-progress:after { position: absolute; top: 50%; left: 0; height: 20px; width: 100%; margin-top: -45px; font-weight: bold; text-align: center; content: attr(data-progress-text); } .pace .pace-progress[data-progress-text="0%"]:after { -webkit-transform: translate3d(100%, 0, 0); transform: translate3d(100%, 0, 0); } .pace .pace-progress[data-progress-text="1%"]:after { -webkit-transform: translate3d(99%, 0, 0); transform: translate3d(99%, 0, 0); } .pace .pace-progress[data-progress-text="2%"]:after { -webkit-transform: translate3d(98%, 0, 0); transform: translate3d(98%, 0, 0); } .pace .pace-progress[data-progress-text="3%"]:after { -webkit-transform: translate3d(97%, 0, 0); transform: translate3d(97%, 0, 0); } .pace .pace-progress[data-progress-text="4%"]:after { -webkit-transform: translate3d(96%, 0, 0); transform: translate3d(96%, 0, 0); } .pace .pace-progress[data-progress-text="5%"]:after { -webkit-transform: translate3d(95%, 0, 0); transform: translate3d(95%, 0, 0); } .pace .pace-progress[data-progress-text="6%"]:after { -webkit-transform: translate3d(94%, 0, 0); transform: translate3d(94%, 0, 0); } .pace .pace-progress[data-progress-text="7%"]:after { -webkit-transform: translate3d(93%, 0, 0); transform: translate3d(93%, 0, 0); } .pace .pace-progress[data-progress-text="8%"]:after { -webkit-transform: translate3d(92%, 0, 0); transform: translate3d(92%, 0, 0); } .pace .pace-progress[data-progress-text="9%"]:after { -webkit-transform: translate3d(91%, 0, 0); transform: translate3d(91%, 0, 0); } .pace .pace-progress[data-progress-text="10%"]:after { -webkit-transform: translate3d(90%, 0, 0); transform: translate3d(90%, 0, 0); } .pace .pace-progress[data-progress-text="11%"]:after { -webkit-transform: translate3d(89%, 0, 0); transform: translate3d(89%, 0, 0); } .pace .pace-progress[data-progress-text="12%"]:after { -webkit-transform: translate3d(88%, 0, 0); transform: translate3d(88%, 0, 0); } .pace .pace-progress[data-progress-text="13%"]:after { -webkit-transform: translate3d(87%, 0, 0); transform: translate3d(87%, 0, 0); } .pace .pace-progress[data-progress-text="14%"]:after { -webkit-transform: translate3d(86%, 0, 0); transform: translate3d(86%, 0, 0); } .pace .pace-progress[data-progress-text="15%"]:after { -webkit-transform: translate3d(85%, 0, 0); transform: translate3d(85%, 0, 0); } .pace .pace-progress[data-progress-text="16%"]:after { -webkit-transform: translate3d(84%, 0, 0); transform: translate3d(84%, 0, 0); } .pace .pace-progress[data-progress-text="17%"]:after { -webkit-transform: translate3d(83%, 0, 0); transform: translate3d(83%, 0, 0); } .pace .pace-progress[data-progress-text="18%"]:after { -webkit-transform: translate3d(82%, 0, 0); transform: translate3d(82%, 0, 0); } .pace .pace-progress[data-progress-text="19%"]:after { -webkit-transform: translate3d(81%, 0, 0); transform: translate3d(81%, 0, 0); } .pace .pace-progress[data-progress-text="20%"]:after { -webkit-transform: translate3d(80%, 0, 0); transform: translate3d(80%, 0, 0); } .pace .pace-progress[data-progress-text="21%"]:after { -webkit-transform: translate3d(79%, 0, 0); transform: translate3d(79%, 0, 0); } .pace .pace-progress[data-progress-text="22%"]:after { -webkit-transform: translate3d(78%, 0, 0); transform: translate3d(78%, 0, 0); } .pace .pace-progress[data-progress-text="23%"]:after { -webkit-transform: translate3d(77%, 0, 0); transform: translate3d(77%, 0, 0); } .pace .pace-progress[data-progress-text="24%"]:after { -webkit-transform: translate3d(76%, 0, 0); transform: translate3d(76%, 0, 0); } .pace .pace-progress[data-progress-text="25%"]:after { -webkit-transform: translate3d(75%, 0, 0); transform: translate3d(75%, 0, 0); } .pace .pace-progress[data-progress-text="26%"]:after { -webkit-transform: translate3d(74%, 0, 0); transform: translate3d(74%, 0, 0); } .pace .pace-progress[data-progress-text="27%"]:after { -webkit-transform: translate3d(73%, 0, 0); transform: translate3d(73%, 0, 0); } .pace .pace-progress[data-progress-text="28%"]:after { -webkit-transform: translate3d(72%, 0, 0); transform: translate3d(72%, 0, 0); } .pace .pace-progress[data-progress-text="29%"]:after { -webkit-transform: translate3d(71%, 0, 0); transform: translate3d(71%, 0, 0); } .pace .pace-progress[data-progress-text="30%"]:after { -webkit-transform: translate3d(70%, 0, 0); transform: translate3d(70%, 0, 0); } .pace .pace-progress[data-progress-text="31%"]:after { -webkit-transform: translate3d(69%, 0, 0); transform: translate3d(69%, 0, 0); } .pace .pace-progress[data-progress-text="32%"]:after { -webkit-transform: translate3d(68%, 0, 0); transform: translate3d(68%, 0, 0); } .pace .pace-progress[data-progress-text="33%"]:after { -webkit-transform: translate3d(67%, 0, 0); transform: translate3d(67%, 0, 0); } .pace .pace-progress[data-progress-text="34%"]:after { -webkit-transform: translate3d(66%, 0, 0); transform: translate3d(66%, 0, 0); } .pace .pace-progress[data-progress-text="35%"]:after { -webkit-transform: translate3d(65%, 0, 0); transform: translate3d(65%, 0, 0); } .pace .pace-progress[data-progress-text="36%"]:after { -webkit-transform: translate3d(64%, 0, 0); transform: translate3d(64%, 0, 0); } .pace .pace-progress[data-progress-text="37%"]:after { -webkit-transform: translate3d(63%, 0, 0); transform: translate3d(63%, 0, 0); } .pace .pace-progress[data-progress-text="38%"]:after { -webkit-transform: translate3d(62%, 0, 0); transform: translate3d(62%, 0, 0); } .pace .pace-progress[data-progress-text="39%"]:after { -webkit-transform: translate3d(61%, 0, 0); transform: translate3d(61%, 0, 0); } .pace .pace-progress[data-progress-text="40%"]:after { -webkit-transform: translate3d(60%, 0, 0); transform: translate3d(60%, 0, 0); } .pace .pace-progress[data-progress-text="41%"]:after { -webkit-transform: translate3d(59%, 0, 0); transform: translate3d(59%, 0, 0); } .pace .pace-progress[data-progress-text="42%"]:after { -webkit-transform: translate3d(58%, 0, 0); transform: translate3d(58%, 0, 0); } .pace .pace-progress[data-progress-text="43%"]:after { -webkit-transform: translate3d(57%, 0, 0); transform: translate3d(57%, 0, 0); } .pace .pace-progress[data-progress-text="44%"]:after { -webkit-transform: translate3d(56%, 0, 0); transform: translate3d(56%, 0, 0); } .pace .pace-progress[data-progress-text="45%"]:after { -webkit-transform: translate3d(55%, 0, 0); transform: translate3d(55%, 0, 0); } .pace .pace-progress[data-progress-text="46%"]:after { -webkit-transform: translate3d(54%, 0, 0); transform: translate3d(54%, 0, 0); } .pace .pace-progress[data-progress-text="47%"]:after { -webkit-transform: translate3d(53%, 0, 0); transform: translate3d(53%, 0, 0); } .pace .pace-progress[data-progress-text="48%"]:after { -webkit-transform: translate3d(52%, 0, 0); transform: translate3d(52%, 0, 0); } .pace .pace-progress[data-progress-text="49%"]:after { -webkit-transform: translate3d(51%, 0, 0); transform: translate3d(51%, 0, 0); } .pace .pace-progress[data-progress-text="50%"]:after { -webkit-transform: translate3d(50%, 0, 0); transform: translate3d(50%, 0, 0); } .pace .pace-progress[data-progress-text="51%"]:after { -webkit-transform: translate3d(49%, 0, 0); transform: translate3d(49%, 0, 0); } .pace .pace-progress[data-progress-text="52%"]:after { -webkit-transform: translate3d(48%, 0, 0); transform: translate3d(48%, 0, 0); } .pace .pace-progress[data-progress-text="53%"]:after { -webkit-transform: translate3d(47%, 0, 0); transform: translate3d(47%, 0, 0); } .pace .pace-progress[data-progress-text="54%"]:after { -webkit-transform: translate3d(46%, 0, 0); transform: translate3d(46%, 0, 0); } .pace .pace-progress[data-progress-text="55%"]:after { -webkit-transform: translate3d(45%, 0, 0); transform: translate3d(45%, 0, 0); } .pace .pace-progress[data-progress-text="56%"]:after { -webkit-transform: translate3d(44%, 0, 0); transform: translate3d(44%, 0, 0); } .pace .pace-progress[data-progress-text="57%"]:after { -webkit-transform: translate3d(43%, 0, 0); transform: translate3d(43%, 0, 0); } .pace .pace-progress[data-progress-text="58%"]:after { -webkit-transform: translate3d(42%, 0, 0); transform: translate3d(42%, 0, 0); } .pace .pace-progress[data-progress-text="59%"]:after { -webkit-transform: translate3d(41%, 0, 0); transform: translate3d(41%, 0, 0); } .pace .pace-progress[data-progress-text="60%"]:after { -webkit-transform: translate3d(40%, 0, 0); transform: translate3d(40%, 0, 0); } .pace .pace-progress[data-progress-text="61%"]:after { -webkit-transform: translate3d(39%, 0, 0); transform: translate3d(39%, 0, 0); } .pace .pace-progress[data-progress-text="62%"]:after { -webkit-transform: translate3d(38%, 0, 0); transform: translate3d(38%, 0, 0); } .pace .pace-progress[data-progress-text="63%"]:after { -webkit-transform: translate3d(37%, 0, 0); transform: translate3d(37%, 0, 0); } .pace .pace-progress[data-progress-text="64%"]:after { -webkit-transform: translate3d(36%, 0, 0); transform: translate3d(36%, 0, 0); } .pace .pace-progress[data-progress-text="65%"]:after { -webkit-transform: translate3d(35%, 0, 0); transform: translate3d(35%, 0, 0); } .pace .pace-progress[data-progress-text="66%"]:after { -webkit-transform: translate3d(34%, 0, 0); transform: translate3d(34%, 0, 0); } .pace .pace-progress[data-progress-text="67%"]:after { -webkit-transform: translate3d(33%, 0, 0); transform: translate3d(33%, 0, 0); } .pace .pace-progress[data-progress-text="68%"]:after { -webkit-transform: translate3d(32%, 0, 0); transform: translate3d(32%, 0, 0); } .pace .pace-progress[data-progress-text="69%"]:after { -webkit-transform: translate3d(31%, 0, 0); transform: translate3d(31%, 0, 0); } .pace .pace-progress[data-progress-text="70%"]:after { -webkit-transform: translate3d(30%, 0, 0); transform: translate3d(30%, 0, 0); } .pace .pace-progress[data-progress-text="71%"]:after { -webkit-transform: translate3d(29%, 0, 0); transform: translate3d(29%, 0, 0); } .pace .pace-progress[data-progress-text="72%"]:after { -webkit-transform: translate3d(28%, 0, 0); transform: translate3d(28%, 0, 0); } .pace .pace-progress[data-progress-text="73%"]:after { -webkit-transform: translate3d(27%, 0, 0); transform: translate3d(27%, 0, 0); } .pace .pace-progress[data-progress-text="74%"]:after { -webkit-transform: translate3d(26%, 0, 0); transform: translate3d(26%, 0, 0); } .pace .pace-progress[data-progress-text="75%"]:after { -webkit-transform: translate3d(25%, 0, 0); transform: translate3d(25%, 0, 0); } .pace .pace-progress[data-progress-text="76%"]:after { -webkit-transform: translate3d(24%, 0, 0); transform: translate3d(24%, 0, 0); } .pace .pace-progress[data-progress-text="77%"]:after { -webkit-transform: translate3d(23%, 0, 0); transform: translate3d(23%, 0, 0); } .pace .pace-progress[data-progress-text="78%"]:after { -webkit-transform: translate3d(22%, 0, 0); transform: translate3d(22%, 0, 0); } .pace .pace-progress[data-progress-text="79%"]:after { -webkit-transform: translate3d(21%, 0, 0); transform: translate3d(21%, 0, 0); } .pace .pace-progress[data-progress-text="80%"]:after { -webkit-transform: translate3d(20%, 0, 0); transform: translate3d(20%, 0, 0); } .pace .pace-progress[data-progress-text="81%"]:after { -webkit-transform: translate3d(19%, 0, 0); transform: translate3d(19%, 0, 0); } .pace .pace-progress[data-progress-text="82%"]:after { -webkit-transform: translate3d(18%, 0, 0); transform: translate3d(18%, 0, 0); } .pace .pace-progress[data-progress-text="83%"]:after { -webkit-transform: translate3d(17%, 0, 0); transform: translate3d(17%, 0, 0); } .pace .pace-progress[data-progress-text="84%"]:after { -webkit-transform: translate3d(16%, 0, 0); transform: translate3d(16%, 0, 0); } .pace .pace-progress[data-progress-text="85%"]:after { -webkit-transform: translate3d(15%, 0, 0); transform: translate3d(15%, 0, 0); } .pace .pace-progress[data-progress-text="86%"]:after { -webkit-transform: translate3d(14%, 0, 0); transform: translate3d(14%, 0, 0); } .pace .pace-progress[data-progress-text="87%"]:after { -webkit-transform: translate3d(13%, 0, 0); transform: translate3d(13%, 0, 0); } .pace .pace-progress[data-progress-text="88%"]:after { -webkit-transform: translate3d(12%, 0, 0); transform: translate3d(12%, 0, 0); } .pace .pace-progress[data-progress-text="89%"]:after { -webkit-transform: translate3d(11%, 0, 0); transform: translate3d(11%, 0, 0); } .pace .pace-progress[data-progress-text="90%"]:after { -webkit-transform: translate3d(10%, 0, 0); transform: translate3d(10%, 0, 0); } .pace .pace-progress[data-progress-text="91%"]:after { -webkit-transform: translate3d(9%, 0, 0); transform: translate3d(9%, 0, 0); } .pace .pace-progress[data-progress-text="92%"]:after { -webkit-transform: translate3d(8%, 0, 0); transform: translate3d(8%, 0, 0); } .pace .pace-progress[data-progress-text="93%"]:after { -webkit-transform: translate3d(7%, 0, 0); transform: translate3d(7%, 0, 0); } .pace .pace-progress[data-progress-text="94%"]:after { -webkit-transform: translate3d(6%, 0, 0); transform: translate3d(6%, 0, 0); } .pace .pace-progress[data-progress-text="95%"]:after { -webkit-transform: translate3d(5%, 0, 0); transform: translate3d(5%, 0, 0); } .pace .pace-progress[data-progress-text="96%"]:after { -webkit-transform: translate3d(4%, 0, 0); transform: translate3d(4%, 0, 0); } .pace .pace-progress[data-progress-text="97%"]:after { -webkit-transform: translate3d(3%, 0, 0); transform: translate3d(3%, 0, 0); } .pace .pace-progress[data-progress-text="98%"]:after { -webkit-transform: translate3d(2%, 0, 0); transform: translate3d(2%, 0, 0); } .pace .pace-progress[data-progress-text="99%"]:after { -webkit-transform: translate3d(1%, 0, 0); transform: translate3d(1%, 0, 0); } .pace .pace-progress[data-progress-text="100%"]:after { -webkit-transform: translate3d(0%, 0, 0); transform: translate3d(0%, 0, 0); } .page-top-heading { margin-top: 10px; } .pagination-full { overflow: hidden; text-align: center; } .pagination-full ul { font-size: 14px; margin: 0 30px; padding: 0; display: inline-block; list-style: none; } .pagination-full ul li { display: inline-block; } .pagination-full ul li a { position: relative; display: inline-block; padding: 8px 10px; color: #898989; margin: 4px 1px; text-decoration: none; } .pagination-full ul li a:after { position: absolute; left: 0; top: 0; width: 100%; height: 100%; content: ''; border: 2px #01bab0 solid; opacity: 0; pointer-events: none; -webkit-transform: scale(1.1); -moz-transform: scale(1.1); -o-transform: scale(1.1); -ms-transform: scale(1.1); transform: scale(1.1); -webkit-border-radius: 5px; -moz-border-radius: 5px; border-radius: 5px; -webkit-transition: all 0.2s ease-out; -moz-transition: all 0.2s ease-out; -o-transition: all 0.2s ease-out; transition: all 0.2s ease-out; } .pagination-full ul li a:hover:after { opacity: 1; -webkit-transform: scale(1); -moz-transform: scale(1); -o-transform: scale(1); -ms-transform: scale(1); transform: scale(1); } .pagination-full ul li a.active { font-weight: bold; color: #01bab0; } .pagination-full ul li a.active:after { opacity: 1; -webkit-transform: scale(1); -moz-transform: scale(1); -o-transform: scale(1); -ms-transform: scale(1); transform: scale(1); } .pagination-full ul li a.pagination-dots { margin: 6px; } .pagination-full ul li a.pagination-dots:after { display: none; } .pagination-full .pagination-prev, .pagination-full .pagination-next { font-size: 15px; color: #898989; display: inline-block; background-color: #1b1b1b; padding: 8px 25px; min-width: 130px; margin: 5px 0; text-decoration: none; text-align: center; -webkit-border-radius: 5px; -moz-border-radius: 5px; border-radius: 5px; -webkit-transition: all 0.2s ease-out; -moz-transition: all 0.2s ease-out; -o-transition: all 0.2s ease-out; transition: all 0.2s ease-out; } .pagination-full .pagination-prev:hover, .pagination-full .pagination-next:hover { color: #FFF; background-color: #01bab0; } .pagination-full .pagination-prev i, .pagination-full .pagination-next i { font-size: 18px; margin-right: 6px; } .pagination-full .pagination-prev { float: left; } .pagination-full .pagination-next { float: right; } .pagination-short { overflow: hidden; } .pagination-short ul { font-size: 14px; padding: 0; display: inline-block; list-style: none; float: left; } .pagination-short ul li { display: inline-block; } .pagination-short ul li a { position: relative; display: inline-block; padding: 8px 10px; color: #898989; margin: 4px 1px; text-decoration: none; } .pagination-short ul li a:after { position: absolute; left: 0; top: 0; width: 100%; height: 100%; content: ''; border: 2px #01bab0 solid; opacity: 0; pointer-events: none; -webkit-transform: scale(1.1); -moz-transform: scale(1.1); -o-transform: scale(1.1); -ms-transform: scale(1.1); transform: scale(1.1); -webkit-border-radius: 5px; -moz-border-radius: 5px; border-radius: 5px; -webkit-transition: all 0.2s ease-out; -moz-transition: all 0.2s ease-out; -o-transition: all 0.2s ease-out; transition: all 0.2s ease-out; } .pagination-short ul li a:hover:after { opacity: 1; -webkit-transform: scale(1); -moz-transform: scale(1); -o-transform: scale(1); -ms-transform: scale(1); transform: scale(1); } .pagination-short ul li a.active { font-weight: bold; color: #01bab0; } .pagination-short ul li a.active:after { opacity: 1; -webkit-transform: scale(1); -moz-transform: scale(1); -o-transform: scale(1); -ms-transform: scale(1); transform: scale(1); } .pagination-short ul li a.pagination-dots { margin: 6px; } .pagination-short ul li a.pagination-dots:after { display: none; } .pagination-short .pagination-next, .pagination-short .pagination-prev { font-size: 18px; color: #898989; display: inline-block; background-color: #1b1b1b; padding: 6px 14px; margin: 0 0 3px 0; text-decoration: none; text-align: center; vertical-align: middle; -webkit-border-radius: 5px; -moz-border-radius: 5px; border-radius: 5px; -webkit-transition: all 0.2s ease-out; -moz-transition: all 0.2s ease-out; -o-transition: all 0.2s ease-out; transition: all 0.2s ease-out; } .pagination-short .pagination-next:after, .pagination-short .pagination-prev:after { display: none; } .pagination-short .pagination-next:hover, .pagination-short .pagination-prev:hover { color: #FFF; background-color: #01bab0; } .pagination-short .pagination-next { margin-left: 30px; } .pagination-short .pagination-number-active { font-weight: bold; color: #01bab0; } .pagination-short .pagination-number-total { font-weight: bold; color: #FFF; } .pagination-short .pagination-prev { margin-right: 30px; } .pagination-short .pagination-overview { float: right; margin: 5px 0; padding: 8px 0 8px 60px; font-size: 14px; color: #898989; } .panel { background-color: transparent; border: none; border-bottom: 1px rgba(255, 255, 255, 0.4) solid; margin: 0; -webkit-box-shadow: none; -moz-box-shadow: none; box-shadow: none; -webkit-border-radius: 0; -moz-border-radius: 0; border-radius: 0; } .panel .panel-body { padding-top: 10px; padding-bottom: 20px; } .panel .panel-heading { margin: 0; } .panel .panel-heading a { display: block; text-decoration: none; padding: 18px 0; } .panel .panel-heading a:focus { color: #FFF; } .paragraph-big { margin-bottom: 30px; } .popup-window { position: relative; color: #FFF; } .popup-window > img { width: 100%; } .popup-window h1 { margin-top: 0; margin-bottom: 30px; } .popup-window .input-container:after { border-color: #464646; } .popup-window .note { color: #464646; opacity: 1; font-size: 12px; } .popup-window .popup-window-close { position: absolute; top: 0; right: 0; width: 59px; height: 59px; line-height: 59px; font-size: 30px; background: #1b1b1b; color: #464646; cursor: pointer; overflow: hidden; z-index: 99; } .popup-window .popup-window-close:hover { color: #888888; } .popup-window .popup-window-close:hover:before { opacity: 1; -webkit-transform: scale(1) rotate(45deg); -moz-transform: scale(1) rotate(45deg); -o-transform: scale(1) rotate(45deg); -ms-transform: scale(1) rotate(45deg); transform: scale(1) rotate(45deg); } .popup-window .popup-window-close:after, .popup-window .popup-window-close:before { position: absolute; left: 0; top: 0; width: 100%; height: 100%; content: ''; font-family: 'FontAwesome'; text-align: center; content: '\f067'; -webkit-transform: rotate(45deg); -moz-transform: rotate(45deg); -o-transform: rotate(45deg); -ms-transform: rotate(45deg); transform: rotate(45deg); -webkit-transition: all 280ms ease-out; -moz-transition: all 280ms ease-out; -o-transition: all 280ms ease-out; transition: all 280ms ease-out; } .popup-window .popup-window-close:before { opacity: 0; -webkit-transform: scale(2.5) rotate(45deg); -moz-transform: scale(2.5) rotate(45deg); -o-transform: scale(2.5) rotate(45deg); -ms-transform: scale(2.5) rotate(45deg); transform: scale(2.5) rotate(45deg); } .popup-window .popup-window-close.popup-window-close-clean { background: none; color: rgba(255, 255, 255, 0.5); } .popup-window .popup-window-close.popup-window-close-clean:hover { color: rgba(255, 255, 255, 0.6); } .popup-window .popup-window-close.popup-window-close-light { background: rgba(27, 27, 27, 0.1); color: rgba(255, 255, 255, 0.5); } .popup-window .popup-window-close.popup-window-close-light:hover { color: rgba(255, 255, 255, 0.6); } .popup-window .popup-window-close.popup-window-close-out { right: -59px; } .popup-window .popup-window-close.popup-window-close-small { width: 35px; height: 35px; line-height: 35px; font-size: 20px; } .popup-window .popup-window-close-trigger { cursor: pointer; } .popup-window .popup-window-next, .popup-window .popup-window-prev { cursor: pointer; } .popup-window .testimonial { background-color: #252525; margin: 30px 35px 30px 40px; border-left: 5px #464646 solid; font-weight: 700; padding: 30px 30px 28px 30px; } .popup-window .testimonial:after { display: none; } .popup-window .testimonial .testimonial-author { padding-bottom: 0; } .popup-window-closing-area { position: absolute; top: 0; left: 0; width: 100%; height: 100%; } .popup-window-container { position: absolute; top: 0; left: 0; opacity: 0; max-height: 100%; visibility: hidden; -webkit-transition: opacity 300ms ease-out, visibility 300ms ease-out, -webkit-transform 300ms ease-out; -moz-transition: opacity 300ms ease-out, visibility 300ms ease-out, -moz-transform 300ms ease-out; -o-transition: opacity 300ms ease-out, visibility 300ms ease-out, -o-transform 300ms ease-out; transition: opacity 300ms ease-out, visibility 300ms ease-out, transform 300ms ease-in-out; z-index: 2000; -webkit-transform: scale(0.4) translateY(250px); -moz-transform: scale(0.4) translateY(250px); -o-transform: scale(0.4) translateY(250px); -ms-transform: scale(0.4) translateY(250px); transform: scale(0.4) translateY(250px); } .popup-window-container.active { opacity: 1; visibility: visible; -webkit-transform: scale(1) translateY(0); -moz-transform: scale(1) translateY(0); -o-transform: scale(1) translateY(0); -ms-transform: scale(1) translateY(0); transform: scale(1) translateY(0); } .popup-window-content, .popup-window-content-big, .popup-window-header, .popup-window-img-container { background-color: #111111; } .popup-window-content h2, .popup-window-content-big h2, .popup-window-header h2, .popup-window-img-container h2 { text-transform: uppercase; font-size: 45px; margin: 20px 0 25px 0; } .popup-window-content h3, .popup-window-content-big h3, .popup-window-header h3, .popup-window-img-container h3 { text-transform: uppercase; font-size: 40px; margin-top: 40px; margin-bottom: 12px; } .popup-window-content h4, .popup-window-content-big h4, .popup-window-header h4, .popup-window-img-container h4 { text-transform: uppercase; font-size: 35px; margin-top: 40px; margin-bottom: 12px; } .popup-window-content h5, .popup-window-content-big h5, .popup-window-header h5, .popup-window-img-container h5 { text-transform: uppercase; font-size: 30px; margin-top: 40px; margin-bottom: 12px; } .popup-window-content p, .popup-window-content-big p, .popup-window-header p, .popup-window-img-container p { margin: 12px 0 30px 0; } .popup-window-content .first-heading, .popup-window-content-big .first-heading, .popup-window-header .first-heading, .popup-window-img-container .first-heading { margin-top: 14px; } .popup-window-content { background-color: #111111; padding: 13px 30px 8px 30px; } .popup-window-content .popup-side-img { width: 50%; float: left; margin-bottom: 20px; -webkit-transform: translate(-30px, 0); -moz-transform: translate(-30px, 0); -o-transform: translate(-30px, 0); -ms-transform: translate(-30px, 0); transform: translate(-30px, 0); } .popup-window-content-big { padding: 80px 90px; } .popup-window-content-big .popup-side-img { width: 50%; float: left; margin-bottom: 20px; -webkit-transform: translate(-90px, 0); -moz-transform: translate(-90px, 0); -o-transform: translate(-90px, 0); -ms-transform: translate(-90px, 0); transform: translate(-90px, 0); } .popup-window-detail { font-size: 14px; background-color: #1b1b1b; padding: 12px 30px; overflow: auto; line-height: 1.8; } .popup-window-detail a { color: #898989; text-decoration: none; } .popup-window-detail a:hover, .popup-window-detail a.active { color: #01bab0; } .popup-window-detail .detail-socials { display: inline-block; padding-left: 15px; } .popup-window-detail .detail-socials a { padding: 0 1px; } .popup-window-detail .left-detail { float: left; } .popup-window-detail .right-detail { float: right; margin-left: 35px; } .popup-window-header { position: relative; padding: 25px 85px 23px 30px; } .popup-window-header h2 { text-transform: uppercase; font-size: 45px; margin: 0; } .popup-window-header h3 { text-transform: uppercase; font-size: 40px; margin: 0; } .popup-window-single { position: relative; font-size: 30px; font-weight: bold; font-style: italic; overflow: hidden; } .popup-window-single a { text-decoration: none; } .popup-window-single img { width: 100%; } .popup-window-single .popup-window-single-container { position: absolute; top: 0; left: 0; width: 100%; height: 100%; background-color: rgba(25, 25, 25, 0.6); } .popup-window-single .popup-window-single-content { display: table; width: 100%; height: 100%; } .popup-window-single .popup-window-single-detail { font-size: 18px; font-weight: normal; font-style: normal; } .popup-window-single .popup-window-single-inner { display: table-cell; vertical-align: middle; padding: 70px 170px; text-align: center; } .popup-window-trigger { cursor: pointer; } .portfolio-layout1 .portfolio-item { width: 33.3333%; position: relative; } .portfolio-layout1 .portfolio-item:hover .portfolio-detail { opacity: 1; } .portfolio-layout1 .portfolio-item:hover .portfolio-detail:after { left: 30px; right: 30px; top: 30px; bottom: 30px; opacity: 1; } .portfolio-layout1 .portfolio-item h2 { font-size: 30px; text-transform: uppercase; } .portfolio-layout1 .portfolio-item img { width: 100%; max-width: 100%; } .portfolio-layout1 .portfolio-item .portfolio-detail { position: absolute; left: 0; top: 0; width: 100%; height: 100%; opacity: 0; background-color: rgba(0, 0, 0, 0.6); -webkit-transition: all 0.2s ease-out; -moz-transition: all 0.2s ease-out; -o-transition: all 0.2s ease-out; transition: all 0.2s ease-out; } .portfolio-layout1 .portfolio-item .portfolio-detail:after { position: absolute; top: 0; bottom: 0; left: 0; right: 0; border: 3px #FFF solid; content: ''; z-index: 10; -webkit-transition: all 0.2s ease-out; -moz-transition: all 0.2s ease-out; -o-transition: all 0.2s ease-out; transition: all 0.2s ease-out; } .portfolio-layout1 .portfolio-item .portfolio-detail-container { position: relative; display: table; width: 100%; height: 100%; z-index: 50; padding: 45px; } .portfolio-layout1 .portfolio-item .portfolio-detail-container h2 { margin-top: 10px; } .portfolio-layout1 .portfolio-item .portfolio-detail-container .portfolio-detail-content { display: table-cell; vertical-align: middle; text-align: center; } .portfolio-layout2, .portfolio-layout3, .portfolio-layout4, .portfolio-layout5, .portfolio-layout6, .portfolio-layout7, .portfolio-layout8 { margin-top: 50px; } .portfolio-layout2 .portfolio-item .portfolio-img, .portfolio-layout3 .portfolio-item .portfolio-img, .portfolio-layout4 .portfolio-item .portfolio-img, .portfolio-layout5 .portfolio-item .portfolio-img, .portfolio-layout6 .portfolio-item .portfolio-img, .portfolio-layout7 .portfolio-item .portfolio-img, .portfolio-layout8 .portfolio-item .portfolio-img { position: relative; } .portfolio-layout2 .portfolio-item .portfolio-img:hover:after, .portfolio-layout3 .portfolio-item .portfolio-img:hover:after, .portfolio-layout4 .portfolio-item .portfolio-img:hover:after, .portfolio-layout5 .portfolio-item .portfolio-img:hover:after, .portfolio-layout6 .portfolio-item .portfolio-img:hover:after, .portfolio-layout7 .portfolio-item .portfolio-img:hover:after, .portfolio-layout8 .portfolio-item .portfolio-img:hover:after { opacity: 1; } .portfolio-layout2 .portfolio-item .portfolio-img:hover .portfolio-img-detail .portfolio-img-detail-inner .portfolio-img-detail-content, .portfolio-layout3 .portfolio-item .portfolio-img:hover .portfolio-img-detail .portfolio-img-detail-inner .portfolio-img-detail-content, .portfolio-layout4 .portfolio-item .portfolio-img:hover .portfolio-img-detail .portfolio-img-detail-inner .portfolio-img-detail-content, .portfolio-layout5 .portfolio-item .portfolio-img:hover .portfolio-img-detail .portfolio-img-detail-inner .portfolio-img-detail-content, .portfolio-layout6 .portfolio-item .portfolio-img:hover .portfolio-img-detail .portfolio-img-detail-inner .portfolio-img-detail-content, .portfolio-layout7 .portfolio-item .portfolio-img:hover .portfolio-img-detail .portfolio-img-detail-inner .portfolio-img-detail-content, .portfolio-layout8 .portfolio-item .portfolio-img:hover .portfolio-img-detail .portfolio-img-detail-inner .portfolio-img-detail-content { opacity: 1; } .portfolio-layout2 .portfolio-item .portfolio-img:after, .portfolio-layout3 .portfolio-item .portfolio-img:after, .portfolio-layout4 .portfolio-item .portfolio-img:after, .portfolio-layout5 .portfolio-item .portfolio-img:after, .portfolio-layout6 .portfolio-item .portfolio-img:after, .portfolio-layout7 .portfolio-item .portfolio-img:after, .portfolio-layout8 .portfolio-item .portfolio-img:after { position: absolute; left: 0; top: 0; width: 100%; height: 100%; content: ''; background-color: rgba(1, 186, 176, 0.54); opacity: 0; -webkit-transition: all 0.2s ease-out; -moz-transition: all 0.2s ease-out; -o-transition: all 0.2s ease-out; transition: all 0.2s ease-out; } .portfolio-layout2 .portfolio-item .portfolio-img img, .portfolio-layout3 .portfolio-item .portfolio-img img, .portfolio-layout4 .portfolio-item .portfolio-img img, .portfolio-layout5 .portfolio-item .portfolio-img img, .portfolio-layout6 .portfolio-item .portfolio-img img, .portfolio-layout7 .portfolio-item .portfolio-img img, .portfolio-layout8 .portfolio-item .portfolio-img img { display: block; width: 100%; } .portfolio-layout2 .portfolio-item .portfolio-img .portfolio-img-detail, .portfolio-layout3 .portfolio-item .portfolio-img .portfolio-img-detail, .portfolio-layout4 .portfolio-item .portfolio-img .portfolio-img-detail, .portfolio-layout5 .portfolio-item .portfolio-img .portfolio-img-detail, .portfolio-layout6 .portfolio-item .portfolio-img .portfolio-img-detail, .portfolio-layout7 .portfolio-item .portfolio-img .portfolio-img-detail, .portfolio-layout8 .portfolio-item .portfolio-img .portfolio-img-detail { position: absolute; left: 0; top: 0; width: 100%; height: 100%; z-index: 10; font-size: 24px; font-weight: bold; } .portfolio-layout2 .portfolio-item .portfolio-img .portfolio-img-detail i, .portfolio-layout3 .portfolio-item .portfolio-img .portfolio-img-detail i, .portfolio-layout4 .portfolio-item .portfolio-img .portfolio-img-detail i, .portfolio-layout5 .portfolio-item .portfolio-img .portfolio-img-detail i, .portfolio-layout6 .portfolio-item .portfolio-img .portfolio-img-detail i, .portfolio-layout7 .portfolio-item .portfolio-img .portfolio-img-detail i, .portfolio-layout8 .portfolio-item .portfolio-img .portfolio-img-detail i { font-size: 26px; } .portfolio-layout2 .portfolio-item .portfolio-img .portfolio-img-detail .portfolio-img-detail-inner, .portfolio-layout3 .portfolio-item .portfolio-img .portfolio-img-detail .portfolio-img-detail-inner, .portfolio-layout4 .portfolio-item .portfolio-img .portfolio-img-detail .portfolio-img-detail-inner, .portfolio-layout5 .portfolio-item .portfolio-img .portfolio-img-detail .portfolio-img-detail-inner, .portfolio-layout6 .portfolio-item .portfolio-img .portfolio-img-detail .portfolio-img-detail-inner, .portfolio-layout7 .portfolio-item .portfolio-img .portfolio-img-detail .portfolio-img-detail-inner, .portfolio-layout8 .portfolio-item .portfolio-img .portfolio-img-detail .portfolio-img-detail-inner { display: table; width: 100%; height: 100%; } .portfolio-layout2 .portfolio-item .portfolio-img .portfolio-img-detail .portfolio-img-detail-inner .portfolio-img-detail-content, .portfolio-layout3 .portfolio-item .portfolio-img .portfolio-img-detail .portfolio-img-detail-inner .portfolio-img-detail-content, .portfolio-layout4 .portfolio-item .portfolio-img .portfolio-img-detail .portfolio-img-detail-inner .portfolio-img-detail-content, .portfolio-layout5 .portfolio-item .portfolio-img .portfolio-img-detail .portfolio-img-detail-inner .portfolio-img-detail-content, .portfolio-layout6 .portfolio-item .portfolio-img .portfolio-img-detail .portfolio-img-detail-inner .portfolio-img-detail-content, .portfolio-layout7 .portfolio-item .portfolio-img .portfolio-img-detail .portfolio-img-detail-inner .portfolio-img-detail-content, .portfolio-layout8 .portfolio-item .portfolio-img .portfolio-img-detail .portfolio-img-detail-inner .portfolio-img-detail-content { padding: 0 40px; display: table-cell; text-align: center; vertical-align: middle; color: #FFF; text-decoration: none; opacity: 0; -webkit-transition: all 0.2s ease-out; -moz-transition: all 0.2s ease-out; -o-transition: all 0.2s ease-out; transition: all 0.2s ease-out; } .portfolio-layout2 .portfolio-item .portfolio-img .portfolio-img-detail .portfolio-item-cat, .portfolio-layout3 .portfolio-item .portfolio-img .portfolio-img-detail .portfolio-item-cat, .portfolio-layout4 .portfolio-item .portfolio-img .portfolio-img-detail .portfolio-item-cat, .portfolio-layout5 .portfolio-item .portfolio-img .portfolio-img-detail .portfolio-item-cat, .portfolio-layout6 .portfolio-item .portfolio-img .portfolio-img-detail .portfolio-item-cat, .portfolio-layout7 .portfolio-item .portfolio-img .portfolio-img-detail .portfolio-item-cat, .portfolio-layout8 .portfolio-item .portfolio-img .portfolio-img-detail .portfolio-item-cat { color: #FFF; } .portfolio-layout2 .portfolio-item .portfolio-item-content, .portfolio-layout3 .portfolio-item .portfolio-item-content, .portfolio-layout4 .portfolio-item .portfolio-item-content, .portfolio-layout5 .portfolio-item .portfolio-item-content, .portfolio-layout6 .portfolio-item .portfolio-item-content, .portfolio-layout7 .portfolio-item .portfolio-item-content, .portfolio-layout8 .portfolio-item .portfolio-item-content { background-color: #1b1b1b; } .portfolio-layout2 .portfolio-item .portfolio-item-cat, .portfolio-layout3 .portfolio-item .portfolio-item-cat, .portfolio-layout4 .portfolio-item .portfolio-item-cat, .portfolio-layout5 .portfolio-item .portfolio-item-cat, .portfolio-layout6 .portfolio-item .portfolio-item-cat, .portfolio-layout7 .portfolio-item .portfolio-item-cat, .portfolio-layout8 .portfolio-item .portfolio-item-cat { color: #555555; font-size: 12px; margin-bottom: 7px; font-weight: normal; } .portfolio-layout2 .portfolio-item .portfolio-item-cat a, .portfolio-layout3 .portfolio-item .portfolio-item-cat a, .portfolio-layout4 .portfolio-item .portfolio-item-cat a, .portfolio-layout5 .portfolio-item .portfolio-item-cat a, .portfolio-layout6 .portfolio-item .portfolio-item-cat a, .portfolio-layout7 .portfolio-item .portfolio-item-cat a, .portfolio-layout8 .portfolio-item .portfolio-item-cat a { text-decoration: none; color: #555555; } .portfolio-layout2 .portfolio-item .portfolio-item-cat a:hover, .portfolio-layout3 .portfolio-item .portfolio-item-cat a:hover, .portfolio-layout4 .portfolio-item .portfolio-item-cat a:hover, .portfolio-layout5 .portfolio-item .portfolio-item-cat a:hover, .portfolio-layout6 .portfolio-item .portfolio-item-cat a:hover, .portfolio-layout7 .portfolio-item .portfolio-item-cat a:hover, .portfolio-layout8 .portfolio-item .portfolio-item-cat a:hover { color: #01bab0; } .portfolio-layout2 .portfolio-item .portfolio-item-heading, .portfolio-layout3 .portfolio-item .portfolio-item-heading, .portfolio-layout4 .portfolio-item .portfolio-item-heading, .portfolio-layout5 .portfolio-item .portfolio-item-heading, .portfolio-layout6 .portfolio-item .portfolio-item-heading, .portfolio-layout7 .portfolio-item .portfolio-item-heading, .portfolio-layout8 .portfolio-item .portfolio-item-heading { position: relative; font-size: 18px; color: #898989; padding: 18px 20px; background-color: rgba(0, 0, 0, 0.7); -webkit-transition: all 0.2s ease-out; -moz-transition: all 0.2s ease-out; -o-transition: all 0.2s ease-out; transition: all 0.2s ease-out; } .portfolio-layout2 .portfolio-item .portfolio-item-info, .portfolio-layout3 .portfolio-item .portfolio-item-info, .portfolio-layout4 .portfolio-item .portfolio-item-info, .portfolio-layout5 .portfolio-item .portfolio-item-info, .portfolio-layout6 .portfolio-item .portfolio-item-info, .portfolio-layout7 .portfolio-item .portfolio-item-info, .portfolio-layout8 .portfolio-item .portfolio-item-info { color: #898989; font-size: 18px; padding: 20px 28px; } .portfolio-layout2 .portfolio-item .portfolio-item-info a, .portfolio-layout3 .portfolio-item .portfolio-item-info a, .portfolio-layout4 .portfolio-item .portfolio-item-info a, .portfolio-layout5 .portfolio-item .portfolio-item-info a, .portfolio-layout6 .portfolio-item .portfolio-item-info a, .portfolio-layout7 .portfolio-item .portfolio-item-info a, .portfolio-layout8 .portfolio-item .portfolio-item-info a { text-decoration: none; color: #898989; } .portfolio-layout2 .portfolio-item .portfolio-item-info a:hover, .portfolio-layout3 .portfolio-item .portfolio-item-info a:hover, .portfolio-layout4 .portfolio-item .portfolio-item-info a:hover, .portfolio-layout5 .portfolio-item .portfolio-item-info a:hover, .portfolio-layout6 .portfolio-item .portfolio-item-info a:hover, .portfolio-layout7 .portfolio-item .portfolio-item-info a:hover, .portfolio-layout8 .portfolio-item .portfolio-item-info a:hover { color: #01bab0; } .portfolio-layout2 .portfolio-item .portfolio-item-info .portfolio-item-cat a, .portfolio-layout3 .portfolio-item .portfolio-item-info .portfolio-item-cat a, .portfolio-layout4 .portfolio-item .portfolio-item-info .portfolio-item-cat a, .portfolio-layout5 .portfolio-item .portfolio-item-info .portfolio-item-cat a, .portfolio-layout6 .portfolio-item .portfolio-item-info .portfolio-item-cat a, .portfolio-layout7 .portfolio-item .portfolio-item-info .portfolio-item-cat a, .portfolio-layout8 .portfolio-item .portfolio-item-info .portfolio-item-cat a { color: #555555; } .portfolio-layout2 .portfolio-item .portfolio-item-info .portfolio-item-cat a:hover, .portfolio-layout3 .portfolio-item .portfolio-item-info .portfolio-item-cat a:hover, .portfolio-layout4 .portfolio-item .portfolio-item-info .portfolio-item-cat a:hover, .portfolio-layout5 .portfolio-item .portfolio-item-info .portfolio-item-cat a:hover, .portfolio-layout6 .portfolio-item .portfolio-item-info .portfolio-item-cat a:hover, .portfolio-layout7 .portfolio-item .portfolio-item-info .portfolio-item-cat a:hover, .portfolio-layout8 .portfolio-item .portfolio-item-info .portfolio-item-cat a:hover { color: #01bab0; } .portfolio-layout2 .portfolio-item, .portfolio-layout8 .portfolio-item { margin-bottom: 30px; } .portfolio-layout3, .portfolio-layout4, .portfolio-layout5, .portfolio-layout6, .portfolio-layout7 { margin-bottom: 30px; } .portfolio-layout3 .portfolio-item .portfolio-img:hover:after, .portfolio-layout4 .portfolio-item .portfolio-img:hover:after { opacity: 0; } .portfolio-layout3 .portfolio-item .portfolio-img:hover:before, .portfolio-layout4 .portfolio-item .portfolio-img:hover:before { opacity: 1; -webkit-transform: scale(1); -moz-transform: scale(1); -o-transform: scale(1); -ms-transform: scale(1); transform: scale(1); } .portfolio-layout3 .portfolio-item .portfolio-img:before, .portfolio-layout4 .portfolio-item .portfolio-img:before { position: absolute; left: 0; top: 0; width: 100%; height: 100%; content: ''; border: 10px #01bab0 solid; opacity: 0; z-index: 10; -webkit-transform: scale(1.05); -moz-transform: scale(1.05); -o-transform: scale(1.05); -ms-transform: scale(1.05); transform: scale(1.05); -webkit-transition: all 0.4s ease-out; -moz-transition: all 0.4s ease-out; -o-transition: all 0.4s ease-out; transition: all 0.4s ease-out; } .portfolio-layout3 .portfolio-item .portfolio-img:after, .portfolio-layout4 .portfolio-item .portfolio-img:after { background-color: rgba(27, 27, 27, 0.5); opacity: 1; } .portfolio-layout4 .portfolio-item .portfolio-img:hover .portfolio-img-detail .portfolio-img-detail-inner .portfolio-img-detail-content { opacity: 0; } .portfolio-layout4 .portfolio-item .portfolio-img .portfolio-img-detail .portfolio-img-detail-inner .portfolio-img-detail-content { opacity: 1; } .portfolio-layout4 .portfolio-item .portfolio-img .portfolio-img-detail .portfolio-item-cat, .portfolio-layout4 .portfolio-item .portfolio-img .portfolio-img-detail .portfolio-item-cat a { color: #01bab0; } .portfolio-layout6 .portfolio-item .portfolio-img:hover .portfolio-img-detail .portfolio-img-detail-inner .portfolio-img-detail-content { padding-bottom: 20px; } .portfolio-layout6 .portfolio-item .portfolio-img:hover .portfolio-item-heading { background-color: transparent; color: #FFF; padding-bottom: 5px; padding-top: 5px; -webkit-animation: bold-text 0.4s ease-out both; -moz-animation: bold-text 0.4s ease-out both; -o-animation: bold-text 0.4s ease-out both; animation: bold-text 0.4s ease-out both; } .portfolio-layout6 .portfolio-item .portfolio-img p { margin: 0; } .portfolio-layout6 .portfolio-item .portfolio-img .portfolio-img-detail { font-size: 14px; font-weight: normal; } .portfolio-layout6 .portfolio-item .portfolio-img .portfolio-img-detail .portfolio-item-cat { color: #01bab0; } .portfolio-layout6 .portfolio-item .portfolio-img .portfolio-img-detail .portfolio-img-detail-hidden { padding: 0 20px; display: none; } .portfolio-layout6 .portfolio-item .portfolio-img .portfolio-img-detail .portfolio-img-detail-inner .portfolio-img-detail-content { padding: 0; text-align: left; vertical-align: bottom; opacity: 1; } .portfolio-layout6 .portfolio-item .portfolio-item-cat { margin-bottom: 0; } .portfolio-layout7 .portfolio-item .portfolio-img:after, .portfolio-layout8 .portfolio-item .portfolio-img:after { opacity: 1; background-color: rgba(27, 27, 27, 0.5); } .portfolio-layout7 .portfolio-item .portfolio-img:hover:after, .portfolio-layout8 .portfolio-item .portfolio-img:hover:after { opacity: 0; } .portfolio-layout7 .portfolio-item .portfolio-img:hover .portfolio-item-heading, .portfolio-layout8 .portfolio-item .portfolio-img:hover .portfolio-item-heading { color: #FFF; padding-bottom: 6px; } .portfolio-layout7 .portfolio-item .portfolio-img p, .portfolio-layout8 .portfolio-item .portfolio-img p { margin: 0; } .portfolio-layout7 .portfolio-item .portfolio-img .portfolio-img-detail, .portfolio-layout8 .portfolio-item .portfolio-img .portfolio-img-detail { font-size: 15px; font-weight: normal; } .portfolio-layout7 .portfolio-item .portfolio-img .portfolio-img-detail .portfolio-item-cat, .portfolio-layout8 .portfolio-item .portfolio-img .portfolio-img-detail .portfolio-item-cat { color: #01bab0; } .portfolio-layout7 .portfolio-item .portfolio-img .portfolio-img-detail .portfolio-img-detail-hidden, .portfolio-layout8 .portfolio-item .portfolio-img .portfolio-img-detail .portfolio-img-detail-hidden { padding: 0 20px 20px 20px; display: none; background-color: rgba(0, 0, 0, 0.7); } .portfolio-layout7 .portfolio-item .portfolio-img .portfolio-img-detail .portfolio-img-detail-inner .portfolio-img-detail-content, .portfolio-layout8 .portfolio-item .portfolio-img .portfolio-img-detail .portfolio-img-detail-inner .portfolio-img-detail-content { color: #707070; padding: 0; text-align: left; vertical-align: bottom; opacity: 1; } .portfolio-layout7 .portfolio-item .portfolio-item-cat, .portfolio-layout8 .portfolio-item .portfolio-item-cat { margin-bottom: 3px; } .portfolio-layout8 { margin-top: 30px; } .portfolio-work, .portfolio-work-layout2 { position: relative; overflow: auto; background-color: #1b1b1b; } .portfolio-work .popup-window-close, .portfolio-work-layout2 .popup-window-close, .portfolio-work .popup-window-close.popup-window-close-light, .portfolio-work-layout2 .popup-window-close.popup-window-close-light { background: #252525; color: #464646; } .portfolio-work .popup-window-close:hover, .portfolio-work-layout2 .popup-window-close:hover, .portfolio-work .popup-window-close.popup-window-close-light:hover, .portfolio-work-layout2 .popup-window-close.popup-window-close-light:hover { color: #999999; } .portfolio-work .portfolio-work-detail, .portfolio-work-layout2 .portfolio-work-detail { font-size: 16px; color: #707070; padding: 28px 28px 80px 28px; } .portfolio-work .portfolio-work-detail h1, .portfolio-work-layout2 .portfolio-work-detail h1, .portfolio-work .portfolio-work-detail h2, .portfolio-work-layout2 .portfolio-work-detail h2, .portfolio-work .portfolio-work-detail h3, .portfolio-work-layout2 .portfolio-work-detail h3, .portfolio-work .portfolio-work-detail h4, .portfolio-work-layout2 .portfolio-work-detail h4, .portfolio-work .portfolio-work-detail h5, .portfolio-work-layout2 .portfolio-work-detail h5, .portfolio-work .portfolio-work-detail h6, .portfolio-work-layout2 .portfolio-work-detail h6 { color: #FFF; } .portfolio-work .portfolio-work-img img, .portfolio-work-layout2 .portfolio-work-img img { display: block; width: 100%; } .portfolio-work .portfolio-work-nav, .portfolio-work-layout2 .portfolio-work-nav { position: absolute; bottom: 0; right: 0; } .portfolio-work .portfolio-work-nav a, .portfolio-work-layout2 .portfolio-work-nav a { font-size: 17px; width: 35px; height: 35px; line-height: 35px; text-align: center; background-color: #252525; color: #464646; display: inline-block; margin-left: 1px; float: left; overflow: hidden; } .portfolio-work .portfolio-work-nav a i, .portfolio-work-layout2 .portfolio-work-nav a i { line-height: 35px; } .portfolio-work .portfolio-work-nav a:hover, .portfolio-work-layout2 .portfolio-work-nav a:hover { background-color: #01bab0; color: #FFF; } .portfolio-work-layout2 .portfolio-work-detail { padding: 16px 28px; overflow: hidden; } .portfolio-work-layout2 .portfolio-work-detail > .pull-left { margin: 12px 20px 12px 0; } .portfolio-work-layout2 .portfolio-work-detail > .pull-right { margin: 12px 0 12px 20px; } .portfolio-work-layout2 .portfolio-work-detail h1, .portfolio-work-layout2 .portfolio-work-detail h2, .portfolio-work-layout2 .portfolio-work-detail h3, .portfolio-work-layout2 .portfolio-work-detail h4, .portfolio-work-layout2 .portfolio-work-detail h5, .portfolio-work-layout2 .portfolio-work-detail h6 { margin: 0; padding-right: 30px; } .portfolio-work-layout2 .portfolio-work-nav { display: inline-block; position: static; bottom: auto; right: auto; vertical-align: middle; margin: 5px 0 5px 25px; } .post { margin-top: 35px; margin-bottom: 50px; padding: 0 15px; } .post h2 { text-transform: uppercase; font-size: 45px; margin-bottom: 10px; } .post .post-content { margin-bottom: 30px; } .post .post-date { font-family: 'Fjalla One', sans-serif; position: absolute; left: 0; top: 0; width: 70px; height: 70px; font-size: 36px; text-align: center; background-color: #252525; line-height: 0.45; padding: 20px 0; color: #FFF; z-index: 20; } .post .post-date .date-month { font-size: 11px; text-transform: uppercase; } .post .post-preview { position: relative; } .post .post-preview img { width: 100%; } .post .post-preview:hover .post-detail { opacity: 1; } .post .post-preview:hover .post-detail:after { top: 28px; bottom: 28px; left: 28px; right: 28px; } .post .post-preview .post-detail { position: absolute; left: 0; top: 0; width: 100%; height: 100%; background-color: rgba(0, 0, 0, 0.6); opacity: 0; z-index: 10; -webkit-transition: all 0.2s ease-out; -moz-transition: all 0.2s ease-out; -o-transition: all 0.2s ease-out; transition: all 0.2s ease-out; } .post .post-preview .post-detail:after { position: absolute; top: 0; bottom: 0; left: 0; right: 0; border: 2px #FFF solid; content: ''; z-index: 10; -webkit-transition: all 0.2s ease-out; -moz-transition: all 0.2s ease-out; -o-transition: all 0.2s ease-out; transition: all 0.2s ease-out; } .post .post-preview .post-detail a { opacity: 0.5; color: #FFF; } .post .post-preview .post-detail a:hover { opacity: 1; } .post .post-preview .post-detail i { font-size: 32px; margin: 7px; } .post .post-preview .post-detail .post-detail-content { display: table-cell; vertical-align: middle; text-align: center; padding: 40px; } .post .post-preview .post-detail .post-detail-inner { position: relative; display: table; width: 100%; height: 100%; z-index: 50; } .post .post-preview .post-info { position: absolute; left: 0; top: 0; width: 100%; height: 100%; font-weight: bold; background-color: rgba(37, 37, 37, 0.6); } .post .post-preview .post-info p { margin: 20px 0; } .post .post-preview .post-info .post-info-normal { font-size: 18px; font-style: normal; font-weight: normal; } .post .post-preview .post-info .post-info-content { display: table-cell; vertical-align: middle; text-align: center; padding: 70px 30px; font-size: 24px; font-style: italic; } .post .post-preview .post-info .post-info-inner { position: relative; display: table; width: 100%; height: 100%; } .post-audio { position: absolute; left: 0; bottom: 0; width: 100%; font-size: 14px; text-align: center; } .post-small { padding: 15px 30px; border-bottom: 1px rgba(255, 255, 255, 0.05) solid; overflow: auto; } .post-small:hover .post-small-img:after { opacity: 1; } .post-small .post-small-content { padding-left: 20px; margin: 2px 0; overflow: hidden; } .post-small .post-small-img { width: 58px; float: left; position: relative; } .post-small .post-small-img:after { position: absolute; left: 0; top: 0; width: 100%; height: 100%; content: ''; border: 3px #01bab0 solid; opacity: 0; -webkit-transition: all 0.2s ease-out; -moz-transition: all 0.2s ease-out; -o-transition: all 0.2s ease-out; transition: all 0.2s ease-out; } .post-small .post-small-img img { width: 100%; display: block; } .post-small-container { text-decoration: none; display: block; } .post-small-container:first-of-type { margin-top: 5px; } .post-small-container:last-of-type { margin-bottom: 5px; } .post-small-container:last-of-type .post-small { border-bottom: none; } .post-tiny { border-bottom: 1px rgba(255, 255, 255, 0.05) solid; padding: 15px 30px; display: block; color: #898989; text-decoration: none; } .post-tiny:hover { color: #01bab0; } .post-tiny:hover .post-tiny-detail { color: #FFF; } .post-tiny:last-of-type { border-bottom: none; } .post-tiny .post-tiny-detail { margin: 6px 0 0 0; font-size: 12px; color: #464646; -webkit-transition: all 0.2s ease-out; -moz-transition: all 0.2s ease-out; -o-transition: all 0.2s ease-out; transition: all 0.2s ease-out; } .profile-info { font-size: 22px; } .profile-photo-big, .profile-photo-small, .profile-photo-new { position: relative; -webkit-border-radius: 50%; -moz-border-radius: 50%; border-radius: 50%; } .profile-photo-big:after, .profile-photo-small:after, .profile-photo-new:after { position: absolute; content: ''; -webkit-border-radius: 50%; -moz-border-radius: 50%; border-radius: 50%; } .profile-photo-big a, .profile-photo-small a, .profile-photo-new a { display: block; } .profile-photo-big img, .profile-photo-small img, .profile-photo-new img { width: 100%; position: relative; z-index: 1; display: block; -webkit-border-radius: 50%; -moz-border-radius: 50%; border-radius: 50%; } .profile-photo-big { width: 100%; max-width: 370px; margin: 30px auto; } .profile-photo-big:after { left: -20px; top: -20px; right: -20px; bottom: -20px; background-color: rgba(255, 255, 255, 0.2); } .profile-photo-new { width: 170px; height: 170px; margin: 25px 13px; display: inline-block; } .profile-photo-new:after { left: 0; top: 0; right: 0; bottom: 0; background-color: rgba(255, 255, 255, 0.1); opacity: 0; -webkit-transition: all 0.2s ease-out; -moz-transition: all 0.2s ease-out; -o-transition: all 0.2s ease-out; transition: all 0.2s ease-out; } .profile-photo-new:hover:after { opacity: 1; left: -10px; top: -10px; right: -10px; bottom: -10px; } .profile-photo-new .profile-photo-new-inner { border: 5px #FFF solid; width: 100%; height: 100%; display: table; -webkit-border-radius: 50%; -moz-border-radius: 50%; border-radius: 50%; } .profile-photo-new .profile-photo-new-content { display: table-cell; vertical-align: middle; text-align: center; font-weight: 900; font-size: 16px; text-transform: uppercase; padding: 20px; } .profile-photo-new .profile-photo-new-content i { font-size: 33px; padding-bottom: 8px; } .profile-photo-small { width: 170px; height: 170px; margin: 25px 13px; display: inline-block; } .profile-photo-small:after { left: 0; top: 0; right: 0; bottom: 0; background-color: rgba(255, 255, 255, 0.1); opacity: 0; -webkit-transition: all 0.2s ease-out; -moz-transition: all 0.2s ease-out; -o-transition: all 0.2s ease-out; transition: all 0.2s ease-out; } .profile-photo-small:before { position: absolute; left: 0; top: 0; width: 100%; height: 100%; background-color: rgba(0, 0, 0, 0.5); opacity: 1; z-index: 2; content: ''; -webkit-border-radius: 50%; -moz-border-radius: 50%; border-radius: 50%; -webkit-transition: all 0.2s ease-out; -moz-transition: all 0.2s ease-out; -o-transition: all 0.2s ease-out; transition: all 0.2s ease-out; } .profile-photo-small:hover:after { opacity: 1; left: -10px; top: -10px; right: -10px; bottom: -10px; } .profile-photo-small:hover:before { transform: scale(0.9); opacity: 0; } .profile-short { font-size: 16px; color: #898989; background-color: #1b1b1b; width: 25%; float: left; margin: 30px 0; } .profile-short:nth-child(2n) { background-color: #222; } .profile-short:hover .profile-short-img:after { opacity: 0; } .profile-short:hover .profile-short-job { background-color: #01bab0; color: #FFF; } .profile-short h3 { color: #FFF; } .profile-short .profile-short-img { position: relative; } .profile-short .profile-short-img img { width: 100%; } .profile-short .profile-short-img:after { position: absolute; left: 0; top: 0; width: 100%; height: 100%; content: ''; background-color: rgba(27, 27, 27, 0.5); -webkit-transition: all 0.4s ease-out; -moz-transition: all 0.4s ease-out; -o-transition: all 0.4s ease-out; transition: all 0.4s ease-out; } .profile-short .profile-short-info { padding: 27px; } .profile-short .profile-short-info h3 { margin: 0; } .profile-short .profile-short-job { position: absolute; bottom: 0; left: 0; background-color: #1b1b1b; color: #555555; font-size: 16px; font-weight: bold; font-style: italic; padding: 5px 18px; -webkit-transition: all 0.4s ease-out; -moz-transition: all 0.4s ease-out; -o-transition: all 0.4s ease-out; transition: all 0.4s ease-out; } .profile-short .profile-short-socials { font-size: 18px; margin-top: 15px; } .profile-short .profile-short-socials a { color: #464646; display: inline-block; padding: 5px; } .profile-short .profile-short-socials a:hover { color: #01bab0; } .profile-socials { display: inline-block; font-size: 24px; margin-right: 17px; } .profile-socials a { display: inline-block; margin-right: 8px; opacity: 0.5; } .profile-socials a:hover { color: inherit; opacity: 1; } .return-msg { opacity: 0; visibility: hidden; -webkit-transition: all 0.2s ease-out; -moz-transition: all 0.2s ease-out; -o-transition: all 0.2s ease-out; transition: all 0.2s ease-out; } .return-msg.show-return-msg { opacity: 1; visibility: visible; } .row.row-big { margin-left: -45px; margin-right: -45px; } .row.row-big > .col-lg-1, .row.row-big > .col-lg-10, .row.row-big > .col-lg-11, .row.row-big > .col-lg-12, .row.row-big > .col-lg-2, .row.row-big > .col-lg-3, .row.row-big > .col-lg-4, .row.row-big > .col-lg-5, .row.row-big > .col-lg-6, .row.row-big > .col-lg-7, .row.row-big > .col-lg-8, .row.row-big > .col-lg-9, .row.row-big > .col-md-1, .row.row-big > .col-md-10, .row.row-big > .col-md-11, .row.row-big > .col-md-12, .row.row-big > .col-md-2, .row.row-big > .col-md-3, .row.row-big > .col-md-4, .row.row-big > .col-md-5, .row.row-big > .col-md-6, .row.row-big > .col-md-7, .row.row-big > .col-md-8, .row.row-big > .col-md-9, .row.row-big > .col-sm-1, .row.row-big > .col-sm-10, .row.row-big > .col-sm-11, .row.row-big > .col-sm-12, .row.row-big > .col-sm-2, .row.row-big > .col-sm-3, .row.row-big > .col-sm-4, .row.row-big > .col-sm-5, .row.row-big > .col-sm-6, .row.row-big > .col-sm-7, .row.row-big > .col-sm-8, .row.row-big > .col-sm-9, .row.row-big > .col-xs-1, .row.row-big > .col-xs-10, .row.row-big > .col-xs-11, .row.row-big > .col-xs-12, .row.row-big > .col-xs-2, .row.row-big > .col-xs-3, .row.row-big > .col-xs-4, .row.row-big > .col-xs-5, .row.row-big > .col-xs-6, .row.row-big > .col-xs-7, .row.row-big > .col-xs-8, .row.row-big > .col-xs-9, .row.row-big > .col-lg-12-5, .row.row-big > .col-md-12-5, .row.row-big > .col-sm-12-5, .row.row-big > .col-xs-12-5, .row.row-big > .col-xl-1, .row.row-big > .col-xl-10, .row.row-big > .col-xl-11, .row.row-big > .col-xl-12, .row.row-big > .col-xl-2, .row.row-big > .col-xl-3, .row.row-big > .col-xl-4, .row.row-big > .col-xl-5, .row.row-big > .col-xl-6, .row.row-big > .col-xl-7, .row.row-big > .col-xl-8, .row.row-big > .col-xl-9, .row.row-big > .col-xl-12-5, .row.row-big > .col-xxl-1, .row.row-big > .col-xxl-10, .row.row-big > .col-xxl-11, .row.row-big > .col-xxl-12, .row.row-big > .col-xxl-2, .row.row-big > .col-xxl-3, .row.row-big > .col-xxl-4, .row.row-big > .col-xxl-5, .row.row-big > .col-xxl-6, .row.row-big > .col-xxl-7, .row.row-big > .col-xxl-8, .row.row-big > .col-xxl-9, .row.row-big > .col-xxl-12-5, .row.row-big > .col-xxxl-1, .row.row-big > .col-xxxl-10, .row.row-big > .col-xxxl-11, .row.row-big > .col-xxxl-12, .row.row-big > .col-xxxl-2, .row.row-big > .col-xxxl-3, .row.row-big > .col-xxxl-4, .row.row-big > .col-xxxl-5, .row.row-big > .col-xxxl-6, .row.row-big > .col-xxxl-7, .row.row-big > .col-xxxl-8, .row.row-big > .col-xxxl-9, .row.row-big > .col-xxxl-12-5 { padding-left: 45px; padding-right: 45px; } .row.row-clean { margin-left: 0; margin-right: 0; } .row.row-clean > .col-lg-1, .row.row-clean > .col-lg-10, .row.row-clean > .col-lg-11, .row.row-clean > .col-lg-12, .row.row-clean > .col-lg-2, .row.row-clean > .col-lg-3, .row.row-clean > .col-lg-4, .row.row-clean > .col-lg-5, .row.row-clean > .col-lg-6, .row.row-clean > .col-lg-7, .row.row-clean > .col-lg-8, .row.row-clean > .col-lg-9, .row.row-clean > .col-md-1, .row.row-clean > .col-md-10, .row.row-clean > .col-md-11, .row.row-clean > .col-md-12, .row.row-clean > .col-md-2, .row.row-clean > .col-md-3, .row.row-clean > .col-md-4, .row.row-clean > .col-md-5, .row.row-clean > .col-md-6, .row.row-clean > .col-md-7, .row.row-clean > .col-md-8, .row.row-clean > .col-md-9, .row.row-clean > .col-sm-1, .row.row-clean > .col-sm-10, .row.row-clean > .col-sm-11, .row.row-clean > .col-sm-12, .row.row-clean > .col-sm-2, .row.row-clean > .col-sm-3, .row.row-clean > .col-sm-4, .row.row-clean > .col-sm-5, .row.row-clean > .col-sm-6, .row.row-clean > .col-sm-7, .row.row-clean > .col-sm-8, .row.row-clean > .col-sm-9, .row.row-clean > .col-xs-1, .row.row-clean > .col-xs-10, .row.row-clean > .col-xs-11, .row.row-clean > .col-xs-12, .row.row-clean > .col-xs-2, .row.row-clean > .col-xs-3, .row.row-clean > .col-xs-4, .row.row-clean > .col-xs-5, .row.row-clean > .col-xs-6, .row.row-clean > .col-xs-7, .row.row-clean > .col-xs-8, .row.row-clean > .col-xs-9, .row.row-clean > .col-lg-12-5, .row.row-clean > .col-md-12-5, .row.row-clean > .col-sm-12-5, .row.row-clean > .col-xs-12-5, .row.row-clean > .col-xl-1, .row.row-clean > .col-xl-10, .row.row-clean > .col-xl-11, .row.row-clean > .col-xl-12, .row.row-clean > .col-xl-2, .row.row-clean > .col-xl-3, .row.row-clean > .col-xl-4, .row.row-clean > .col-xl-5, .row.row-clean > .col-xl-6, .row.row-clean > .col-xl-7, .row.row-clean > .col-xl-8, .row.row-clean > .col-xl-9, .row.row-clean > .col-xl-12-5, .row.row-clean > .col-xxl-1, .row.row-clean > .col-xxl-10, .row.row-clean > .col-xxl-11, .row.row-clean > .col-xxl-12, .row.row-clean > .col-xxl-2, .row.row-clean > .col-xxl-3, .row.row-clean > .col-xxl-4, .row.row-clean > .col-xxl-5, .row.row-clean > .col-xxl-6, .row.row-clean > .col-xxl-7, .row.row-clean > .col-xxl-8, .row.row-clean > .col-xxl-9, .row.row-clean > .col-xxl-12-5, .row.row-clean > .col-xxxl-1, .row.row-clean > .col-xxxl-10, .row.row-clean > .col-xxxl-11, .row.row-clean > .col-xxxl-12, .row.row-clean > .col-xxxl-2, .row.row-clean > .col-xxxl-3, .row.row-clean > .col-xxxl-4, .row.row-clean > .col-xxxl-5, .row.row-clean > .col-xxxl-6, .row.row-clean > .col-xxxl-7, .row.row-clean > .col-xxxl-8, .row.row-clean > .col-xxxl-9, .row.row-clean > .col-xxxl-12-5 { padding-left: 0; padding-right: 0; } .row.row-huge { margin-left: -55px; margin-right: -55px; } .row.row-huge > .col-lg-1, .row.row-huge > .col-lg-10, .row.row-huge > .col-lg-11, .row.row-huge > .col-lg-12, .row.row-huge > .col-lg-2, .row.row-huge > .col-lg-3, .row.row-huge > .col-lg-4, .row.row-huge > .col-lg-5, .row.row-huge > .col-lg-6, .row.row-huge > .col-lg-7, .row.row-huge > .col-lg-8, .row.row-huge > .col-lg-9, .row.row-huge > .col-md-1, .row.row-huge > .col-md-10, .row.row-huge > .col-md-11, .row.row-huge > .col-md-12, .row.row-huge > .col-md-2, .row.row-huge > .col-md-3, .row.row-huge > .col-md-4, .row.row-huge > .col-md-5, .row.row-huge > .col-md-6, .row.row-huge > .col-md-7, .row.row-huge > .col-md-8, .row.row-huge > .col-md-9, .row.row-huge > .col-sm-1, .row.row-huge > .col-sm-10, .row.row-huge > .col-sm-11, .row.row-huge > .col-sm-12, .row.row-huge > .col-sm-2, .row.row-huge > .col-sm-3, .row.row-huge > .col-sm-4, .row.row-huge > .col-sm-5, .row.row-huge > .col-sm-6, .row.row-huge > .col-sm-7, .row.row-huge > .col-sm-8, .row.row-huge > .col-sm-9, .row.row-huge > .col-xs-1, .row.row-huge > .col-xs-10, .row.row-huge > .col-xs-11, .row.row-huge > .col-xs-12, .row.row-huge > .col-xs-2, .row.row-huge > .col-xs-3, .row.row-huge > .col-xs-4, .row.row-huge > .col-xs-5, .row.row-huge > .col-xs-6, .row.row-huge > .col-xs-7, .row.row-huge > .col-xs-8, .row.row-huge > .col-xs-9, .row.row-huge > .col-lg-12-5, .row.row-huge > .col-md-12-5, .row.row-huge > .col-sm-12-5, .row.row-huge > .col-xs-12-5, .row.row-huge > .col-xl-1, .row.row-huge > .col-xl-10, .row.row-huge > .col-xl-11, .row.row-huge > .col-xl-12, .row.row-huge > .col-xl-2, .row.row-huge > .col-xl-3, .row.row-huge > .col-xl-4, .row.row-huge > .col-xl-5, .row.row-huge > .col-xl-6, .row.row-huge > .col-xl-7, .row.row-huge > .col-xl-8, .row.row-huge > .col-xl-9, .row.row-huge > .col-xl-12-5, .row.row-huge > .col-xxl-1, .row.row-huge > .col-xxl-10, .row.row-huge > .col-xxl-11, .row.row-huge > .col-xxl-12, .row.row-huge > .col-xxl-2, .row.row-huge > .col-xxl-3, .row.row-huge > .col-xxl-4, .row.row-huge > .col-xxl-5, .row.row-huge > .col-xxl-6, .row.row-huge > .col-xxl-7, .row.row-huge > .col-xxl-8, .row.row-huge > .col-xxl-9, .row.row-huge > .col-xxl-12-5, .row.row-huge > .col-xxxl-1, .row.row-huge > .col-xxxl-10, .row.row-huge > .col-xxxl-11, .row.row-huge > .col-xxxl-12, .row.row-huge > .col-xxxl-2, .row.row-huge > .col-xxxl-3, .row.row-huge > .col-xxxl-4, .row.row-huge > .col-xxxl-5, .row.row-huge > .col-xxxl-6, .row.row-huge > .col-xxxl-7, .row.row-huge > .col-xxxl-8, .row.row-huge > .col-xxxl-9, .row.row-huge > .col-xxxl-12-5 { padding-left: 55px; padding-right: 55px; } .row.row-small { margin-left: -9px; margin-right: -9px; } .row.row-small > .col-lg-1, .row.row-small > .col-lg-10, .row.row-small > .col-lg-11, .row.row-small > .col-lg-12, .row.row-small > .col-lg-2, .row.row-small > .col-lg-3, .row.row-small > .col-lg-4, .row.row-small > .col-lg-5, .row.row-small > .col-lg-6, .row.row-small > .col-lg-7, .row.row-small > .col-lg-8, .row.row-small > .col-lg-9, .row.row-small > .col-md-1, .row.row-small > .col-md-10, .row.row-small > .col-md-11, .row.row-small > .col-md-12, .row.row-small > .col-md-2, .row.row-small > .col-md-3, .row.row-small > .col-md-4, .row.row-small > .col-md-5, .row.row-small > .col-md-6, .row.row-small > .col-md-7, .row.row-small > .col-md-8, .row.row-small > .col-md-9, .row.row-small > .col-sm-1, .row.row-small > .col-sm-10, .row.row-small > .col-sm-11, .row.row-small > .col-sm-12, .row.row-small > .col-sm-2, .row.row-small > .col-sm-3, .row.row-small > .col-sm-4, .row.row-small > .col-sm-5, .row.row-small > .col-sm-6, .row.row-small > .col-sm-7, .row.row-small > .col-sm-8, .row.row-small > .col-sm-9, .row.row-small > .col-xs-1, .row.row-small > .col-xs-10, .row.row-small > .col-xs-11, .row.row-small > .col-xs-12, .row.row-small > .col-xs-2, .row.row-small > .col-xs-3, .row.row-small > .col-xs-4, .row.row-small > .col-xs-5, .row.row-small > .col-xs-6, .row.row-small > .col-xs-7, .row.row-small > .col-xs-8, .row.row-small > .col-xs-9, .row.row-small > .col-lg-12-5, .row.row-small > .col-md-12-5, .row.row-small > .col-sm-12-5, .row.row-small > .col-xs-12-5, .row.row-small > .col-xl-1, .row.row-small > .col-xl-10, .row.row-small > .col-xl-11, .row.row-small > .col-xl-12, .row.row-small > .col-xl-2, .row.row-small > .col-xl-3, .row.row-small > .col-xl-4, .row.row-small > .col-xl-5, .row.row-small > .col-xl-6, .row.row-small > .col-xl-7, .row.row-small > .col-xl-8, .row.row-small > .col-xl-9, .row.row-small > .col-xl-12-5, .row.row-small > .col-xxl-1, .row.row-small > .col-xxl-10, .row.row-small > .col-xxl-11, .row.row-small > .col-xxl-12, .row.row-small > .col-xxl-2, .row.row-small > .col-xxl-3, .row.row-small > .col-xxl-4, .row.row-small > .col-xxl-5, .row.row-small > .col-xxl-6, .row.row-small > .col-xxl-7, .row.row-small > .col-xxl-8, .row.row-small > .col-xxl-9, .row.row-small > .col-xxl-12-5, .row.row-small > .col-xxxl-1, .row.row-small > .col-xxxl-10, .row.row-small > .col-xxxl-11, .row.row-small > .col-xxxl-12, .row.row-small > .col-xxxl-2, .row.row-small > .col-xxxl-3, .row.row-small > .col-xxxl-4, .row.row-small > .col-xxxl-5, .row.row-small > .col-xxxl-6, .row.row-small > .col-xxxl-7, .row.row-small > .col-xxxl-8, .row.row-small > .col-xxxl-9, .row.row-small > .col-xxxl-12-5 { padding-left: 9px; padding-right: 9px; } .section-content { display: table-cell; vertical-align: middle; padding: 60px 60px 60px 340px; } .section-page, .section-page-dark { padding: 100px; background-color: rgba(27, 27, 27, 0.7); } .section-page ::-webkit-input-placeholder, .section-page-dark ::-webkit-input-placeholder { color: rgba(128, 128, 128, 0.6); } .section-page :-moz-placeholder, .section-page-dark :-moz-placeholder { color: rgba(128, 128, 128, 0.6); } .section-page ::-moz-placeholder, .section-page-dark ::-moz-placeholder { color: rgba(128, 128, 128, 0.6); } .section-page :-ms-input-placeholder, .section-page-dark :-ms-input-placeholder { color: rgba(128, 128, 128, 0.6); } .section-page a, .section-page-dark a { color: #01bab0; } .section-page input[type=text], .section-page-dark input[type=text], .section-page textarea, .section-page-dark textarea { font-size: 14px; color: #808080; background-color: #1b1b1b; border: none; } .section-page input[type=text]:focus, .section-page-dark input[type=text]:focus, .section-page textarea:focus, .section-page-dark textarea:focus { background-color: #313131; color: #FFF; } .section-page input[type=text]:focus ::-webkit-input-placeholder, .section-page-dark input[type=text]:focus ::-webkit-input-placeholder, .section-page textarea:focus ::-webkit-input-placeholder, .section-page-dark textarea:focus ::-webkit-input-placeholder { color: #808080; } .section-page input[type=text]:focus :-moz-placeholder, .section-page-dark input[type=text]:focus :-moz-placeholder, .section-page textarea:focus :-moz-placeholder, .section-page-dark textarea:focus :-moz-placeholder { color: #808080; } .section-page input[type=text]:focus ::-moz-placeholder, .section-page-dark input[type=text]:focus ::-moz-placeholder, .section-page textarea:focus ::-moz-placeholder, .section-page-dark textarea:focus ::-moz-placeholder { color: #808080; } .section-page input[type=text]:focus :-ms-input-placeholder, .section-page-dark input[type=text]:focus :-ms-input-placeholder, .section-page textarea:focus :-ms-input-placeholder, .section-page-dark textarea:focus :-ms-input-placeholder { color: #808080; } .section-page .input-container, .section-page-dark .input-container { margin-bottom: 10px; } .section-page .input-container:after, .section-page-dark .input-container:after { display: none; } .section-page .note, .section-page-dark .note { opacity: 1; color: #555555; } .section-page-dark { background-color: #252525; color: #898989; font-size: 14px; } .section-page-dark h1, .section-page-dark h2, .section-page-dark h3, .section-page-dark h4, .section-page-dark h5, .section-page-dark h6 { color: #FFF; } .sidebar-heading { color: #FFF; background-color: #1b1b1b; font-size: 22px; text-transform: uppercase; padding: 17px 30px; margin: 20px 0 0 0; } .sidebar-heading:first-of-type { margin-top: 0; } .sidebar-section { padding: 0 30px; } .single-page { background-image: url('../images/backgrounds/single_page.jpg'); background-position: center center; -webkit-background-size: cover; -moz-background-size: cover; -o-background-size: cover; background-size: cover; background-repeat: no-repeat; background-attachment: fixed; } .slider-default .slider-item { padding-left: 15px; padding-right: 15px; } .slider-item { padding-top: 40px; padding-bottom: 40px; text-align: center; } .slider-item > i { font-size: 45px; } .slider-item > img { margin: 0 auto; max-width: 100%; } .slider-item h3 { margin-top: 30px; margin-bottom: 10px; } .tablist { padding: 0; margin: 0; text-align: center; } .tablist li { display: inline-block; } .tablist li.active .button-void { background-color: #01bab0; color: #FFF; } .tablist li a:focus { text-decoration: none; } .testimonial { position: relative; font-size: 24px; font-weight: 900; font-style: italic; line-height: 1.15; margin: 20px 0 20px 100px; } .testimonial:after { position: absolute; top: -10px; left: -50px; font-size: 64px; content: '“'; } .testimonial .testimonial-author { padding: 15px 0; font-size: 18px; font-weight: normal; font-style: normal; } .testimonial-small { font-weight: bold; font-style: italic; text-align: center; padding: 0 30px; } .testimonial-small .testimonial-small-detail { font-size: 12px; color: #555555; margin-top: 20px; } .testimonial-small .testimonial-small-img { margin: 20px 35px; } .testimonial-small .testimonial-small-img img { display: block; width: 100%; max-width: 96px; margin: 0 auto; -webkit-border-radius: 50%; -moz-border-radius: 50%; border-radius: 50%; } .text-big { font-size: 30px; margin: 22px 0; } .text-big2 { font-size: 28px; margin: 22px 0; } .text-bigger { font-size: 22px; line-height: 1.2; } .text-black { color: #000; } .text-dark { color: #898989; } .text-extrabold { font-weight: 900; } .text-highlight { color: #01bab0; } .text-highlight-bg { color: #FFF; background-color: #01bab0; } .text-smaller { font-size: 16px; } .text-white { color: #FFF; } .tooltip { font-family: 'Roboto', sans-serif; font-weight: bold; color: #FFF; font-size: 14px; } .tooltip.in { opacity: 1; } .tooltip-arrow { opacity: 0.6; } .tooltip-inner { background-color: rgba(0, 0, 0, 0.6); padding: 8px 28px; } /*== 4 Animations ==*/ @-webkit-keyframes bold-text { 0% { opacity: 1; } 40% { opacity: 0; font-weight: normal; } 50% { font-weight: bold; } 60% { opacity: 0; font-weight: bold; } 100% { opacity: 1; font-weight: bold; } } @keyframes bold-text { 0% { opacity: 1; } 40% { opacity: 0; font-weight: normal; } 50% { font-weight: bold; } 60% { opacity: 0; font-weight: bold; } 100% { opacity: 1; font-weight: bold; } } @-webkit-keyframes top-arrow { 0% { top: 0; opacity: 1; -webkit-transform: scale(1); } 50% { opacity: 0; -webkit-transform: scale(1.4); top: -20px; } 51% { opacity: 0; -webkit-transform: scale(0.5); top: 20px; } 100% { -webkit-transform: scale(1); opacity: 1; top: 0; } } @keyframes top-arrow { 0% { top: 0; opacity: 1; transform: scale(1); } 50% { opacity: 0; transform: scale(1.4); top: -20px; } 51% { opacity: 0; transform: scale(0.5); top: 20px; } 100% { transform: scale(1); opacity: 1; top: 0; } } @-webkit-keyframes top-arrow-2 { 0% { opacity: 0; -webkit-transform: scale(0.5); top: 20px; } 50% { top: 0; opacity: 1; -webkit-transform: scale(1); } 100% { opacity: 0; -webkit-transform: scale(1.4); top: -20px; } } @keyframes top-arrow-2 { 0% { opacity: 0; transform: scale(0.5); top: 20px; } 50% { top: 0; opacity: 1; transform: scale(1); } 100% { opacity: 0; transform: scale(1.4); top: -20px; } } /*== 5 Media Queries ==*/ @media (min-width: 1400px) { .owl-carousel.big-arrows .owl-controls .owl-next { right: -55px; } .owl-carousel.big-arrows .owl-controls .owl-prev { left: -55px; } .portfolio-work .portfolio-work-detail { float: right; width: 300px; } .portfolio-work .portfolio-work-img { float: left; width: 580px; } } @media (min-width: 1600px) { .master-slider .container { width: 1000px; padding-left: 215px; } .master-slider .ms-bullets.ms-dir-v { right: -30px; } .master-slider .ms-nav-next { right: -30px; } .master-slider .ms-nav-prev { right: 25px; } .portfolio-work .portfolio-work-img { width: 740px; } } @media (min-width: 1750px) { .portfolio-work .portfolio-work-img { width: 940px; } } @media (min-width: 1860px) { .portfolio-work .portfolio-work-img { width: 1070px; } .master-slider .container { width: 1100px; padding-left: 170px; } .master-slider .ms-bullets.ms-dir-v { right: -70px; } .master-slider .ms-nav-next { right: -70px; } .master-slider .ms-nav-prev { right: -15px; } } @media (max-width: 1749px) { .content-column.col-xxxl-1, .content-column.col-xxxl-2, .content-column.col-xxxl-3, .content-column.col-xxxl-4, .content-column.col-xxxl-5, .content-column.col-xxxl-6, .content-column.col-xxxl-7, .content-column.col-xxxl-8, .content-column.col-xxxl-9, .content-column.col-xxxl-10, .content-column.col-xxxl-11, .content-column.col-xxxl-12, .content-column.col-xxxl-12-5 { padding-top: 60px; } .content-column.col-xxxl-1:first-of-type, .content-column.col-xxxl-2:first-of-type, .content-column.col-xxxl-3:first-of-type, .content-column.col-xxxl-4:first-of-type, .content-column.col-xxxl-5:first-of-type, .content-column.col-xxxl-6:first-of-type, .content-column.col-xxxl-7:first-of-type, .content-column.col-xxxl-8:first-of-type, .content-column.col-xxxl-9:first-of-type, .content-column.col-xxxl-10:first-of-type, .content-column.col-xxxl-11:first-of-type, .content-column.col-xxxl-12:first-of-type, .content-column.col-xxxl-12-5:first-of-type { padding-top: 0; } .comment > .comment { padding-left: 35px; } .comment > .comment > .comment { padding-left: 35px; } .comment > .comment > .comment > .comment { padding-left: 0; } .master-slider .container { padding-left: 180px; } } @media (max-width: 1599px) { .content-column.col-xxl-1, .content-column.col-xxl-2, .content-column.col-xxl-3, .content-column.col-xxl-4, .content-column.col-xxl-5, .content-column.col-xxl-6, .content-column.col-xxl-7, .content-column.col-xxl-8, .content-column.col-xxl-9, .content-column.col-xxl-10, .content-column.col-xxl-11, .content-column.col-xxl-12, .content-column.col-xxl-12-5 { padding-top: 60px; } .content-column.col-xxl-1:first-of-type, .content-column.col-xxl-2:first-of-type, .content-column.col-xxl-3:first-of-type, .content-column.col-xxl-4:first-of-type, .content-column.col-xxl-5:first-of-type, .content-column.col-xxl-6:first-of-type, .content-column.col-xxl-7:first-of-type, .content-column.col-xxl-8:first-of-type, .content-column.col-xxl-9:first-of-type, .content-column.col-xxl-10:first-of-type, .content-column.col-xxl-11:first-of-type, .content-column.col-xxl-12:first-of-type, .content-column.col-xxl-12-5:first-of-type { padding-top: 0; } .content-main { width: 75%; } .content-main .comment .comment-avatar { float: none; text-align: center; padding-left: 0; } .content-sidebar { width: 25%; } .master-slider .container { width: 810px; padding-left: 180px; } .popup-window-single .popup-window-single-inner { padding: 50px 130px; } .portfolio-layout1 .portfolio-item { width: 50%; } .profile-short { width: 50%; } .section-page, .section-page-dark { padding: 75px; } } @media (max-width: 1399px) { body.right-menu #menu { right: 30px; } body.right-menu .section-content { padding-right: 280px; } #menu { top: 30px; left: 30px; bottom: 30px; } .citation { margin: 30px 50px; padding: 15px 35px; } .blog-layout-big .blog-img { background: none; } .blog-layout-big .blog-img > img { display: block; } .blog-layout-big .blog-item .blog-content, .blog-layout-big .blog-item .blog-img { width: 100%; display: block; } .content-column.col-xl-1, .content-column.col-xl-2, .content-column.col-xl-3, .content-column.col-xl-4, .content-column.col-xl-5, .content-column.col-xl-6, .content-column.col-xl-7, .content-column.col-xl-8, .content-column.col-xl-9, .content-column.col-xl-10, .content-column.col-xl-11, .content-column.col-xl-12, .content-column.col-xl-12-5 { padding-top: 60px; } .content-column.col-xl-1:first-of-type, .content-column.col-xl-2:first-of-type, .content-column.col-xl-3:first-of-type, .content-column.col-xl-4:first-of-type, .content-column.col-xl-5:first-of-type, .content-column.col-xl-6:first-of-type, .content-column.col-xl-7:first-of-type, .content-column.col-xl-8:first-of-type, .content-column.col-xl-9:first-of-type, .content-column.col-xl-10:first-of-type, .content-column.col-xl-11:first-of-type, .content-column.col-xl-12:first-of-type, .content-column.col-xl-12-5:first-of-type { padding-top: 0; } .master-slider .container { width: 800px; padding-left: 210px; } .popup-window-single .popup-window-single-inner { padding: 20px 80px; } .section-content { padding-left: 280px; } .section-page, .section-page-dark { padding: 60px; } } @media (max-width: 1199px) { body.right-menu #menu { right: -225px; } body.right-menu #menu.active { right: 30px; } body.right-menu #menu-trigger.active { left: auto; right: 30px; } body.right-menu .section-content { padding-right: 60px; } #menu { left: -225px; top: 70px; background-color: rgba(0, 0, 0, 0.92); } #menu.active { left: 30px; } #menu-trigger { display: block; background-color: rgba(0, 0, 0, 0.92); } #menu-trigger.active { top: 30px; left: 30px; } .comment > .comment { padding-left: 35px; } .comment > .comment > .comment { padding-left: 35px; } .comment > .comment > .comment > .comment { padding-left: 0; } .content-column.col-lg-1, .content-column.col-lg-2, .content-column.col-lg-3, .content-column.col-lg-4, .content-column.col-lg-5, .content-column.col-lg-6, .content-column.col-lg-7, .content-column.col-lg-8, .content-column.col-lg-9, .content-column.col-lg-10, .content-column.col-lg-11, .content-column.col-lg-12, .content-column.col-lg-12-5 { padding-top: 60px; } .content-column.col-lg-1:first-of-type, .content-column.col-lg-2:first-of-type, .content-column.col-lg-3:first-of-type, .content-column.col-lg-4:first-of-type, .content-column.col-lg-5:first-of-type, .content-column.col-lg-6:first-of-type, .content-column.col-lg-7:first-of-type, .content-column.col-lg-8:first-of-type, .content-column.col-lg-9:first-of-type, .content-column.col-lg-10:first-of-type, .content-column.col-lg-11:first-of-type, .content-column.col-lg-12:first-of-type, .content-column.col-lg-12-5:first-of-type { padding-top: 0; } .master-slider.has-thumbnails:after { display: none; } .master-slider .container { width: auto; padding-left: 90px; padding-right: 90px; } .master-slider .ms-bullets.ms-dir-v { right: 5px; } .master-slider .ms-nav-next, .master-slider .ms-nav-prev { width: 30px; height: 30px; bottom: 30px; font-size: 24px; } .master-slider .ms-nav-next:after, .master-slider .ms-nav-prev:after { line-height: 29px; } .master-slider .ms-nav-next { right: 15px; } .master-slider .ms-nav-prev { right: 55px; } .master-slider .ms-thumb-list.ms-dir-h { display: none; } .popup-window-single { font-size: 26px; } .popup-window-single .popup-window-single-detail { font-size: 17px; } .popup-window-single .popup-window-single-inner { padding: 20px 70px; } .section-content { padding-left: 60px; } .section-page, .section-page-dark { padding: 50px; } } @media (max-width: 991px) { .content-column.col-md-1, .content-column.col-md-2, .content-column.col-md-3, .content-column.col-md-4, .content-column.col-md-5, .content-column.col-md-6, .content-column.col-md-7, .content-column.col-md-8, .content-column.col-md-9, .content-column.col-md-10, .content-column.col-md-11, .content-column.col-md-12, .content-column.col-md-12-5 { padding-top: 60px; } .content-column.col-md-1:first-of-type, .content-column.col-md-2:first-of-type, .content-column.col-md-3:first-of-type, .content-column.col-md-4:first-of-type, .content-column.col-md-5:first-of-type, .content-column.col-md-6:first-of-type, .content-column.col-md-7:first-of-type, .content-column.col-md-8:first-of-type, .content-column.col-md-9:first-of-type, .content-column.col-md-10:first-of-type, .content-column.col-md-11:first-of-type, .content-column.col-md-12:first-of-type, .content-column.col-md-12-5:first-of-type { padding-top: 0; } .content-main { float: none; width: 100%; padding-right: 0; } .content-sidebar { float: none; width: 100%; margin-top: 80px; } .heading-big { font-size: 53px; } .heading-enormous { font-size: 125px; } .heading-huge { font-size: 65px; } .popup-window-img-container .popup-window-img-detail { padding-left: 45px; } .popup-window-single { font-size: 22px; } .popup-window-single .popup-window-single-detail { font-size: 16px; } .popup-window-single .popup-window-single-inner { padding: 20px 55px; } .section-page, .section-page-dark { padding: 40px; } } @media (max-width: 900px) { #to-top { display: none; } .comment .comment-avatar { float: none; text-align: center; padding-left: 0; } .portfolio-layout1 .portfolio-item { width: 100%; } } @media (max-width: 767px) { .blog-layout1 .blog-date, .blog-layout2 .blog-date, .blog-layout3 .blog-date, .blog-layout-big .blog-date, .blog-layout-single .blog-date { width: 45px; height: 45px; font-size: 9px; padding-top: 4px; } .blog-layout1 .blog-date .blog-date-day, .blog-layout2 .blog-date .blog-date-day, .blog-layout3 .blog-date .blog-date-day, .blog-layout-big .blog-date .blog-date-day, .blog-layout-single .blog-date .blog-date-day { font-size: 24px; margin-bottom: 2px; } .blog-layout1 .blog-img .blog-img-quote, .blog-layout2 .blog-img .blog-img-quote, .blog-layout3 .blog-img .blog-img-quote, .blog-layout-big .blog-img .blog-img-quote, .blog-layout-single .blog-img .blog-img-quote { font-size: 16px; margin-bottom: 10px; } .blog-layout1 .blog-img .blog-img-detail-inner .blog-img-detail-content, .blog-layout2 .blog-img .blog-img-detail-inner .blog-img-detail-content, .blog-layout3 .blog-img .blog-img-detail-inner .blog-img-detail-content, .blog-layout-big .blog-img .blog-img-detail-inner .blog-img-detail-content, .blog-layout-single .blog-img .blog-img-detail-inner .blog-img-detail-content { font-size: 14px; padding: 0 40px; } .blog-layout1 .blog-side-img, .blog-layout2 .blog-side-img, .blog-layout3 .blog-side-img, .blog-layout-big .blog-side-img, .blog-layout-single .blog-side-img { float: none; display: block; width: 100%; -webkit-transform: translate(0, 0); -moz-transform: translate(0, 0); -o-transform: translate(0, 0); -ms-transform: translate(0, 0); transform: translate(0, 0); } .citation { font-size: 18px; margin: 30px 10px; padding: 10px 15px; } .content-column.col-sm-1, .content-column.col-sm-2, .content-column.col-sm-3, .content-column.col-sm-4, .content-column.col-sm-5, .content-column.col-sm-6, .content-column.col-sm-7, .content-column.col-sm-8, .content-column.col-sm-9, .content-column.col-sm-10, .content-column.col-sm-11, .content-column.col-sm-12, .content-column.col-sm-12-5 { padding-top: 60px; } .content-column.col-sm-1:first-of-type, .content-column.col-sm-2:first-of-type, .content-column.col-sm-3:first-of-type, .content-column.col-sm-4:first-of-type, .content-column.col-sm-5:first-of-type, .content-column.col-sm-6:first-of-type, .content-column.col-sm-7:first-of-type, .content-column.col-sm-8:first-of-type, .content-column.col-sm-9:first-of-type, .content-column.col-sm-10:first-of-type, .content-column.col-sm-11:first-of-type, .content-column.col-sm-12:first-of-type, .content-column.col-sm-12-5:first-of-type { padding-top: 0; } .content-main .comment > .comment { padding-left: 15px; } .content-main .comment > .comment > .comment { padding-left: 15px; } .content-main .comment > .comment > .comment > .comment { padding-left: 0; } .content-main .comment .comment-reply { float: none; margin-left: 0; padding-top: 0; text-align: right; } .filter-list.pull-right { padding-left: 0; } .filter-list-alt.pull-right { margin-left: 0; } .master-slider .container { width: auto; padding-left: 60px; padding-right: 60px; } .popup-window .popup-window-close { position: absolute; top: 0; right: 0; width: 35px; height: 35px; line-height: 35px; font-size: 24px; } .popup-window .popup-window-close.popup-window-close-out { right: -35px; } .popup-window-content .popup-side-img { float: none; display: block; width: 100%; -webkit-transform: translate(0, 0); -moz-transform: translate(0, 0); -o-transform: translate(0, 0); -ms-transform: translate(0, 0); transform: translate(0, 0); } .popup-window-header { padding: 25px 45px 23px 30px; } .portfolio-work-layout2 .portfolio-work-detail > .pull-left { margin-right: 0; margin-bottom: 24px; float: none !important; } .portfolio-work-layout2 .portfolio-work-detail > .pull-right { text-align: right; margin-top: 24px; margin-left: 0; float: none !important; } } @media (max-width: 700px) { body, html { font-size: 17px; } body.right-menu .section-content { padding: 25px 15px; } h1 { font-size: 50px; } h1 .heading-detail { font-size: 20px; } h2 { font-size: 40px; } h3 { font-size: 32px; } h4 { font-size: 27px; } .comment > .comment { padding-left: 15px; } .comment > .comment > .comment { padding-left: 15px; } .comment > .comment > .comment > .comment { padding-left: 0; } .comment .comment-reply { float: none; margin-left: 0; padding-top: 0; text-align: right; } .heading-big { font-size: 45px; } .heading-enormous { font-size: 100px; } .heading-huge { font-size: 55px; } .owl-carousel.big-arrows > .owl-controls .owl-next, .owl-carousel.big-arrows > .owl-controls .owl-prev { width: 20px; height: 48px; font-size: 47px; line-height: 47px; top: 50%; margin-top: -21px; background: none; bottom: auto; } .owl-carousel.big-arrows > .owl-controls .owl-next { right: -15px; } .owl-carousel.big-arrows > .owl-controls .owl-prev { left: -15px; } .owl-carousel.simple-arrows > .owl-controls .owl-next { right: 10px; } .owl-carousel.simple-arrows > .owl-controls .owl-prev { left: 10px; } .owl-carousel .owl-pagination { bottom: 10px; } .pagination-full .pagination-prev, .pagination-full .pagination-next { display: none; } .popup-window .popup-window-close.popup-window-close-out { width: 40px; height: 40px; right: 0; font-size: 25px; line-height: 40px; } .popup-window .testimonial { margin-left: 0; margin-right: 0; } .popup-window-content h2, .popup-window-content-big h2, .popup-window-header h2, .popup-window-img-container h2 { font-size: 40px; } .popup-window-content h3, .popup-window-content-big h3, .popup-window-header h3, .popup-window-img-container h3 { font-size: 36px; } .popup-window-content h4, .popup-window-content-big h4, .popup-window-header h4, .popup-window-img-container h4 { font-size: 32px; } .popup-window-content h5, .popup-window-content-big h5, .popup-window-header h5, .popup-window-img-container h5 { font-size: 28px; } .popup-window-header h2 { font-size: 40px; } .popup-window-header h3 { font-size: 36px; } .popup-window-single { font-size: 28px; } .portfolio-layout1 .portfolio-item h2 { font-size: 28px; } .post h2 { font-size: 40px; } .post .post-preview .post-info .post-info-content { display: table-cell; vertical-align: middle; text-align: center; padding: 70px 30px; font-size: 21px; } .post .post-preview .post-info .post-info-normal { font-size: 16px; } .popup-window-content-big { padding: 60px 50px; } .popup-window-single { font-size: 18px; } .popup-window-single .popup-window-single-detail { font-size: 13px; } .popup-window-single .popup-window-single-inner { padding: 10px 20px; } .portfolio-layout1 .portfolio-item { width: 100%; } .profile-short { width: 100%; } .row.row-big { margin-left: -35px; margin-right: -35px; } .row.row-big > .col-lg-1, .row.row-big > .col-lg-10, .row.row-big > .col-lg-11, .row.row-big > .col-lg-12, .row.row-big > .col-lg-2, .row.row-big > .col-lg-3, .row.row-big > .col-lg-4, .row.row-big > .col-lg-5, .row.row-big > .col-lg-6, .row.row-big > .col-lg-7, .row.row-big > .col-lg-8, .row.row-big > .col-lg-9, .row.row-big > .col-md-1, .row.row-big > .col-md-10, .row.row-big > .col-md-11, .row.row-big > .col-md-12, .row.row-big > .col-md-2, .row.row-big > .col-md-3, .row.row-big > .col-md-4, .row.row-big > .col-md-5, .row.row-big > .col-md-6, .row.row-big > .col-md-7, .row.row-big > .col-md-8, .row.row-big > .col-md-9, .row.row-big > .col-sm-1, .row.row-big > .col-sm-10, .row.row-big > .col-sm-11, .row.row-big > .col-sm-12, .row.row-big > .col-sm-2, .row.row-big > .col-sm-3, .row.row-big > .col-sm-4, .row.row-big > .col-sm-5, .row.row-big > .col-sm-6, .row.row-big > .col-sm-7, .row.row-big > .col-sm-8, .row.row-big > .col-sm-9, .row.row-big > .col-xs-1, .row.row-big > .col-xs-10, .row.row-big > .col-xs-11, .row.row-big > .col-xs-12, .row.row-big > .col-xs-2, .row.row-big > .col-xs-3, .row.row-big > .col-xs-4, .row.row-big > .col-xs-5, .row.row-big > .col-xs-6, .row.row-big > .col-xs-7, .row.row-big > .col-xs-8, .row.row-big > .col-xs-9, .row.row-big > .col-lg-12-5, .row.row-big > .col-md-12-5, .row.row-big > .col-sm-12-5, .row.row-big > .col-xs-12-5, .row.row-big > .col-xl-1, .row.row-big > .col-xl-10, .row.row-big > .col-xl-11, .row.row-big > .col-xl-12, .row.row-big > .col-xl-2, .row.row-big > .col-xl-3, .row.row-big > .col-xl-4, .row.row-big > .col-xl-5, .row.row-big > .col-xl-6, .row.row-big > .col-xl-7, .row.row-big > .col-xl-8, .row.row-big > .col-xl-9, .row.row-big > .col-xl-12-5, .row.row-big > .col-xxl-1, .row.row-big > .col-xxl-10, .row.row-big > .col-xxl-11, .row.row-big > .col-xxl-12, .row.row-big > .col-xxl-2, .row.row-big > .col-xxl-3, .row.row-big > .col-xxl-4, .row.row-big > .col-xxl-5, .row.row-big > .col-xxl-6, .row.row-big > .col-xxl-7, .row.row-big > .col-xxl-8, .row.row-big > .col-xxl-9, .row.row-big > .col-xxl-12-5, .row.row-big > .col-xxxl-1, .row.row-big > .col-xxxl-10, .row.row-big > .col-xxxl-11, .row.row-big > .col-xxxl-12, .row.row-big > .col-xxxl-2, .row.row-big > .col-xxxl-3, .row.row-big > .col-xxxl-4, .row.row-big > .col-xxxl-5, .row.row-big > .col-xxxl-6, .row.row-big > .col-xxxl-7, .row.row-big > .col-xxxl-8, .row.row-big > .col-xxxl-9, .row.row-big > .col-xxxl-12-5 { padding-left: 35px; padding-right: 35px; } .row.row-huge { margin-left: -40px; margin-right: -40px; } .row.row-huge > .col-lg-1, .row.row-huge > .col-lg-10, .row.row-huge > .col-lg-11, .row.row-huge > .col-lg-12, .row.row-huge > .col-lg-2, .row.row-huge > .col-lg-3, .row.row-huge > .col-lg-4, .row.row-huge > .col-lg-5, .row.row-huge > .col-lg-6, .row.row-huge > .col-lg-7, .row.row-huge > .col-lg-8, .row.row-huge > .col-lg-9, .row.row-huge > .col-md-1, .row.row-huge > .col-md-10, .row.row-huge > .col-md-11, .row.row-huge > .col-md-12, .row.row-huge > .col-md-2, .row.row-huge > .col-md-3, .row.row-huge > .col-md-4, .row.row-huge > .col-md-5, .row.row-huge > .col-md-6, .row.row-huge > .col-md-7, .row.row-huge > .col-md-8, .row.row-huge > .col-md-9, .row.row-huge > .col-sm-1, .row.row-huge > .col-sm-10, .row.row-huge > .col-sm-11, .row.row-huge > .col-sm-12, .row.row-huge > .col-sm-2, .row.row-huge > .col-sm-3, .row.row-huge > .col-sm-4, .row.row-huge > .col-sm-5, .row.row-huge > .col-sm-6, .row.row-huge > .col-sm-7, .row.row-huge > .col-sm-8, .row.row-huge > .col-sm-9, .row.row-huge > .col-xs-1, .row.row-huge > .col-xs-10, .row.row-huge > .col-xs-11, .row.row-huge > .col-xs-12, .row.row-huge > .col-xs-2, .row.row-huge > .col-xs-3, .row.row-huge > .col-xs-4, .row.row-huge > .col-xs-5, .row.row-huge > .col-xs-6, .row.row-huge > .col-xs-7, .row.row-huge > .col-xs-8, .row.row-huge > .col-xs-9, .row.row-huge > .col-lg-12-5, .row.row-huge > .col-md-12-5, .row.row-huge > .col-sm-12-5, .row.row-huge > .col-xs-12-5, .row.row-huge > .col-xl-1, .row.row-huge > .col-xl-10, .row.row-huge > .col-xl-11, .row.row-huge > .col-xl-12, .row.row-huge > .col-xl-2, .row.row-huge > .col-xl-3, .row.row-huge > .col-xl-4, .row.row-huge > .col-xl-5, .row.row-huge > .col-xl-6, .row.row-huge > .col-xl-7, .row.row-huge > .col-xl-8, .row.row-huge > .col-xl-9, .row.row-huge > .col-xl-12-5, .row.row-huge > .col-xxl-1, .row.row-huge > .col-xxl-10, .row.row-huge > .col-xxl-11, .row.row-huge > .col-xxl-12, .row.row-huge > .col-xxl-2, .row.row-huge > .col-xxl-3, .row.row-huge > .col-xxl-4, .row.row-huge > .col-xxl-5, .row.row-huge > .col-xxl-6, .row.row-huge > .col-xxl-7, .row.row-huge > .col-xxl-8, .row.row-huge > .col-xxl-9, .row.row-huge > .col-xxl-12-5, .row.row-huge > .col-xxxl-1, .row.row-huge > .col-xxxl-10, .row.row-huge > .col-xxxl-11, .row.row-huge > .col-xxxl-12, .row.row-huge > .col-xxxl-2, .row.row-huge > .col-xxxl-3, .row.row-huge > .col-xxxl-4, .row.row-huge > .col-xxxl-5, .row.row-huge > .col-xxxl-6, .row.row-huge > .col-xxxl-7, .row.row-huge > .col-xxxl-8, .row.row-huge > .col-xxxl-9, .row.row-huge > .col-xxxl-12-5 { padding-left: 40px; padding-right: 40px; } .section-content { padding: 25px 15px; } .section-page, .section-page-dark { padding: 25px; } .testimonial { margin-left: 50px; } .text-big { font-size: 26px; } .text-big2 { font-size: 24px; } .text-bigger { font-size: 21px; } .text-smaller { font-size: 15px; } } /*--------------------------------------------------- LESS Elements 0.9 --------------------------------------------------- A set of useful LESS mixins More info at: http://lesselements.com ---------------------------------------------------*/ /*my other styles*/ .margin-10 { height: 10px; } .margin-20 { height: 20px; } .margin-30 { height: 30px; } .margin-40 { height: 40px; } .margin-50 { height: 50px; } .margin-60 { height: 60px; } .margin-70 { height: 70px; } .margin-80 { height: 80px; } .margin-90 { height: 90px; } .margin-100 { height: 100px; } .centered-columns { display: table; width: 100%; height: 100%; table-layout: fixed; } .centered-columns .centered-column { display: table-cell; vertical-align: middle; float: none; } .centered-columns .centered-column.centered-column-bottom { vertical-align: bottom; } .centered-columns .centered-column.centered-column-top { vertical-align: top; } .flex { /*old syntax*/ display: -webkit-box; display: -moz-box; /*IE 10*/ display: -ms-flexbox; /*new syntax*/ display: -webkit-flex; display: flex; } .background-cover { background-position: center center; -webkit-background-size: cover; -moz-background-size: cover; -o-background-size: cover; background-size: cover; background-repeat: no-repeat; } .background-fixed { background-position: center center; -webkit-background-size: cover; -moz-background-size: cover; -o-background-size: cover; background-size: cover; background-repeat: no-repeat; background-attachment: fixed; } .parallax-background { position: relative; background-repeat: no-repeat; background-attachment: fixed; background-position: 50% 0; -webkit-background-size: auto !important; -moz-background-size: auto !important; -o-background-size: auto !important; background-size: auto !important; } .no-margin { margin: 0 !important; } .no-padding { padding: 0 !important; } .no-bottom-margin { margin-bottom: 0 !important; } .no-bottom-padding { padding-bottom: 0 !important; } .no-top-margin { margin-top: 0 !important; } .no-top-padding { padding-top: 0 !important; } /*bootstrap one fifth column*/ .col-xs-12-5, .col-sm-12-5, .col-md-12-5, .col-lg-12-5 { position: relative; min-height: 1px; padding-right: 15px; padding-left: 15px; } .col-xs-12-5 { float: left; width: 20%; } @media (min-width: 768px) { .col-sm-12-5 { float: left; width: 20%; } } @media (min-width: 992px) { .col-md-12-5 { float: left; width: 20%; } } @media (min-width: 1200px) { .col-lg-12-5 { float: left; width: 20%; } } @media (min-width: 1400px) { .col-xl-12-5 { float: left; width: 20%; } } @media (min-width: 1600px) { .col-xxl-12-5 { float: left; width: 20%; } } @media (min-width: 1750px) { .col-xxxl-12-5 { float: left; width: 20%; } }
0.19433
0.053083
.notes-center{ position: fixed; width: 300px; max-height: 150px; overflow-y: auto; overflow-x: hidden; background-color: #ececec; top: 55px; z-index: 9998; margin-left: calc((100vw + 310px)/2); -webkit-box-shadow: 3px 3px 14px 0px rgba(0,0,0,0.75); -moz-box-shadow: 3px 3px 14px 0px rgba(0,0,0,0.75); box-shadow: 3px 3px 14px 0px rgba(0,0,0,0.75); display: none; } .note-res-img{ width: 35px; } .notes-center::-webkit-scrollbar { width: 4px; } .notes-center::-webkit-scrollbar-track { -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3); background-color: #333333; } .notes-center::-webkit-scrollbar-thumb { background-color: #e67e22; outline: 1px solid slategrey; } .noted{ display: block; animation: resulted 0.3s; } @keyframes resulted{ 0%{ display: block; opacity: 0; } 100%{ opacity: 1; } } .note-res{ width: 386px; padding: 4px; border-bottom: solid 1px silver; } .note-res:hover{ cursor: pointer; } .note-res-img{ width: 40px; display: inline-block; } .note-res-about{ font-size: 10px; display: inline-block; color: #333333; position: absolute; margin-left: 6px; margin-top: 5px; } .note-res-name{ color: #e67e22; } .nr-about{ margin: 0; } .message-center{ position: fixed; width: 300px; height: 150px; overflow-y: auto; overflow-x: hidden; background-color: #ececec; top: 55px; z-index: 9998; margin-left: calc((100vw + 310px)/2); -webkit-box-shadow: 3px 3px 14px 0px rgba(0,0,0,0.75); -moz-box-shadow: 3px 3px 14px 0px rgba(0,0,0,0.75); box-shadow: 3px 3px 14px 0px rgba(0,0,0,0.75); display: none; } .messaged{ display: block; animation: resulted 0.3s; } @keyframes resulted{ 0%{ display: block; opacity: 0; } 100%{ opacity: 1; } } .message-center::-webkit-scrollbar { width: 4px; } .message-center::-webkit-scrollbar-track { -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3); background-color: #333333; } .message-center::-webkit-scrollbar-thumb { background-color: #e67e22; outline: 1px solid slategrey; } .msg-res{ width: 386px; padding: 4px; border-bottom: solid 1px silver; } .msg:hover{ cursor: pointer; } .msg-res-about{ font-size: 10px; display: inline-block; color: #333333; position: absolute; margin-left: 6px; margin-top: 7px; } .msg-res-name{ color: #e67e22; } .mr-about{ margin: 0; }
kamevo_src/css/notes.css
.notes-center{ position: fixed; width: 300px; max-height: 150px; overflow-y: auto; overflow-x: hidden; background-color: #ececec; top: 55px; z-index: 9998; margin-left: calc((100vw + 310px)/2); -webkit-box-shadow: 3px 3px 14px 0px rgba(0,0,0,0.75); -moz-box-shadow: 3px 3px 14px 0px rgba(0,0,0,0.75); box-shadow: 3px 3px 14px 0px rgba(0,0,0,0.75); display: none; } .note-res-img{ width: 35px; } .notes-center::-webkit-scrollbar { width: 4px; } .notes-center::-webkit-scrollbar-track { -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3); background-color: #333333; } .notes-center::-webkit-scrollbar-thumb { background-color: #e67e22; outline: 1px solid slategrey; } .noted{ display: block; animation: resulted 0.3s; } @keyframes resulted{ 0%{ display: block; opacity: 0; } 100%{ opacity: 1; } } .note-res{ width: 386px; padding: 4px; border-bottom: solid 1px silver; } .note-res:hover{ cursor: pointer; } .note-res-img{ width: 40px; display: inline-block; } .note-res-about{ font-size: 10px; display: inline-block; color: #333333; position: absolute; margin-left: 6px; margin-top: 5px; } .note-res-name{ color: #e67e22; } .nr-about{ margin: 0; } .message-center{ position: fixed; width: 300px; height: 150px; overflow-y: auto; overflow-x: hidden; background-color: #ececec; top: 55px; z-index: 9998; margin-left: calc((100vw + 310px)/2); -webkit-box-shadow: 3px 3px 14px 0px rgba(0,0,0,0.75); -moz-box-shadow: 3px 3px 14px 0px rgba(0,0,0,0.75); box-shadow: 3px 3px 14px 0px rgba(0,0,0,0.75); display: none; } .messaged{ display: block; animation: resulted 0.3s; } @keyframes resulted{ 0%{ display: block; opacity: 0; } 100%{ opacity: 1; } } .message-center::-webkit-scrollbar { width: 4px; } .message-center::-webkit-scrollbar-track { -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3); background-color: #333333; } .message-center::-webkit-scrollbar-thumb { background-color: #e67e22; outline: 1px solid slategrey; } .msg-res{ width: 386px; padding: 4px; border-bottom: solid 1px silver; } .msg:hover{ cursor: pointer; } .msg-res-about{ font-size: 10px; display: inline-block; color: #333333; position: absolute; margin-left: 6px; margin-top: 7px; } .msg-res-name{ color: #e67e22; } .mr-about{ margin: 0; }
0.381104
0.113309
.card-deck-container { margin: auto; padding-top: 10%; } .container-custom { width: 540px; margin: 0 auto; height: 100vh; background: #edf9ff; } .carousel-control-next-icon { background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='%24fff' viewBox='0 0 8 8'%3e%3cpath d='M2.75 0l-1.5 1.5 2.5 2.5-2.5 2.5 1.5 1.5 4-4-4-4z'/%3e%3c/svg%3e"); } .carousel-control-prev-icon { background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='%24fff' viewBox='0 0 8 8'%3e%3cpath d='M5.25 0l-4 4 4 4 1.5-1.5-2.5-2.5 2.5-2.5-1.5-1.5z'/%3e%3c/svg%3e"); } /* Css button create pet */ .pushme { position: relative; font-weight: 700; background-color: #384d9d; border-radius: 50%; display: inline-block; /* margin: 1em 1em 0 1em; */ } .pushme .inner { display: inline-block; background-color: #f6f3eb; border-radius: 50%; border: 0.3em solid #384d9d; padding: 1em; cursor: pointer; text-transform: uppercase; user-select: none; transform: translate3d(0.15em, -0.4em, 0); transition: transform 240ms cubic-bezier(0.175, 0.885, 0.32, 1.275); transition-delay: 220ms; } .pushme:active .inner, .pushme.click .inner { transform: translate3d(0, 0, 0); transition: transform 120ms cubic-bezier(0.23, 1, 0.32, 1); } .pushme:hover .inner { border: 0.3em solid #061f7b; } .pushme:hover { background-color: #061f7b; } .sig { position: fixed; bottom: 5px; right: 5px; text-decoration: none; font-size: 12px; font-weight: 800; font-family: sans-serif; color: rgba(0, 0, 0, 0.4); } /* End css button create pet */ .card-create-pet { margin-top: 5em; } .margin-0 { margin: 0; } .header-create { margin-bottom: 1em; border-radius: 0 0 100% 60%; /* background-image: linear-gradient(177deg, #70b96d, #24b51f); */ padding-bottom: 0.5em; padding-top: 1em; color: black; } .infor-pet { text-align: left; padding-left: 0; } .infor-wallet { font-size: 2.2em; } .slick-next { right: 10px; } .slick-prev { left: 10px; } .slick-arrow { z-index: 1000; } .account-address { overflow-wrap: break-word; } .account-address:active { cursor: pointer; background-color: #dfd6d5; border-radius: 5px; } .account-address:hover { cursor: pointer; background-color: #dfd6d5; border-radius: 5px; } .account-balance { /* padding-left: px; */ display: inline; } .account-avatar { border-radius: 50%; display: inline; right: 0%; } .logo { display: inline; } .balance { width: 80px; padding-top: 2%; font-family: 'Comic Sans MS', cursive, sans-serif; } .avatar { padding-top: 2%; } .avatar:hover { cursor: pointer; } /* Bar menu bottom dạng mobile */ .box { height: 75px; width: 100%; background: white; box-shadow: 0px 5px 20px 5px rgba(0, 0, 0, 0.075); border-radius: 5px; z-index: -1; } .move-left { width: 50%; border-right: 3px solid #d8eef9; height: 80px; } .move-right { width: 50%; } /* end */ .circle-btn-create { clip-path: circle(28%); width: 40%; margin: 0 auto; padding: 10px; position: relative; z-index: 100; bottom: -45px; background: #d8eef9; } .bottom-mobile { position: fixed; bottom: 0; width: 540px; } @media (max-width: 576px) { .container-custom { width: 100%; margin: 0 auto; background: #edf9ff; } .card-header img { height: 41vh; } .card-header-default-card img { height: 41vh; } .progress { height: 20px; } .card-body { flex: 1 1 auto; padding: 0.5rem 1rem 1rem 1rem; } .gif-load { margin: 0 auto; width: 90%; } .infor-wallet { font-size: 1.8em; } .pushme .inner { padding: 0.7em; } .circle-btn-create { clip-path: circle(33%); } .box, .move-left { height: 80px; } .bottom-mobile { position: fixed; bottom: 0; width: 100%; margin-top: 10px; background: #edf9ff; } }
client/src/components/Deck/Deck.css
.card-deck-container { margin: auto; padding-top: 10%; } .container-custom { width: 540px; margin: 0 auto; height: 100vh; background: #edf9ff; } .carousel-control-next-icon { background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='%24fff' viewBox='0 0 8 8'%3e%3cpath d='M2.75 0l-1.5 1.5 2.5 2.5-2.5 2.5 1.5 1.5 4-4-4-4z'/%3e%3c/svg%3e"); } .carousel-control-prev-icon { background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='%24fff' viewBox='0 0 8 8'%3e%3cpath d='M5.25 0l-4 4 4 4 1.5-1.5-2.5-2.5 2.5-2.5-1.5-1.5z'/%3e%3c/svg%3e"); } /* Css button create pet */ .pushme { position: relative; font-weight: 700; background-color: #384d9d; border-radius: 50%; display: inline-block; /* margin: 1em 1em 0 1em; */ } .pushme .inner { display: inline-block; background-color: #f6f3eb; border-radius: 50%; border: 0.3em solid #384d9d; padding: 1em; cursor: pointer; text-transform: uppercase; user-select: none; transform: translate3d(0.15em, -0.4em, 0); transition: transform 240ms cubic-bezier(0.175, 0.885, 0.32, 1.275); transition-delay: 220ms; } .pushme:active .inner, .pushme.click .inner { transform: translate3d(0, 0, 0); transition: transform 120ms cubic-bezier(0.23, 1, 0.32, 1); } .pushme:hover .inner { border: 0.3em solid #061f7b; } .pushme:hover { background-color: #061f7b; } .sig { position: fixed; bottom: 5px; right: 5px; text-decoration: none; font-size: 12px; font-weight: 800; font-family: sans-serif; color: rgba(0, 0, 0, 0.4); } /* End css button create pet */ .card-create-pet { margin-top: 5em; } .margin-0 { margin: 0; } .header-create { margin-bottom: 1em; border-radius: 0 0 100% 60%; /* background-image: linear-gradient(177deg, #70b96d, #24b51f); */ padding-bottom: 0.5em; padding-top: 1em; color: black; } .infor-pet { text-align: left; padding-left: 0; } .infor-wallet { font-size: 2.2em; } .slick-next { right: 10px; } .slick-prev { left: 10px; } .slick-arrow { z-index: 1000; } .account-address { overflow-wrap: break-word; } .account-address:active { cursor: pointer; background-color: #dfd6d5; border-radius: 5px; } .account-address:hover { cursor: pointer; background-color: #dfd6d5; border-radius: 5px; } .account-balance { /* padding-left: px; */ display: inline; } .account-avatar { border-radius: 50%; display: inline; right: 0%; } .logo { display: inline; } .balance { width: 80px; padding-top: 2%; font-family: 'Comic Sans MS', cursive, sans-serif; } .avatar { padding-top: 2%; } .avatar:hover { cursor: pointer; } /* Bar menu bottom dạng mobile */ .box { height: 75px; width: 100%; background: white; box-shadow: 0px 5px 20px 5px rgba(0, 0, 0, 0.075); border-radius: 5px; z-index: -1; } .move-left { width: 50%; border-right: 3px solid #d8eef9; height: 80px; } .move-right { width: 50%; } /* end */ .circle-btn-create { clip-path: circle(28%); width: 40%; margin: 0 auto; padding: 10px; position: relative; z-index: 100; bottom: -45px; background: #d8eef9; } .bottom-mobile { position: fixed; bottom: 0; width: 540px; } @media (max-width: 576px) { .container-custom { width: 100%; margin: 0 auto; background: #edf9ff; } .card-header img { height: 41vh; } .card-header-default-card img { height: 41vh; } .progress { height: 20px; } .card-body { flex: 1 1 auto; padding: 0.5rem 1rem 1rem 1rem; } .gif-load { margin: 0 auto; width: 90%; } .infor-wallet { font-size: 1.8em; } .pushme .inner { padding: 0.7em; } .circle-btn-create { clip-path: circle(33%); } .box, .move-left { height: 80px; } .bottom-mobile { position: fixed; bottom: 0; width: 100%; margin-top: 10px; background: #edf9ff; } }
0.452778
0.134321
html, body { font-size: 100%; font-family: 'Open Sans', sans-serif; background: #000; margin: 0; } p, ul li, ol li { margin: 0; font-size: 14px; letter-spacing: 1px; line-height: 1.9em; color: #555; } h1, h2, h3, h4, h5, h6 { font-family: 'Cabin Condensed', sans-serif; margin: 0; } ul, label { margin: 0; padding: 0; } body a:hover { text-decoration: none; } input[type="submit"], input[type="reset"], .w3layouts_banner_info_right ul li a, .wthree_copy_right p a, .agile_map_grid ul li a, .agileits_w3layouts_footer_grid ul li a { transition: .5s ease-in; -webkit-transition: .5s ease-in; -moz-transition: .5s ease-in; -o-transition: .5s ease-in; -ms-transition: .5s ease-in; } /*-- banner --*/ .banner { background: url(../images/sae/car1.jpg) no-repeat 0px 0px; background-size: cover; -webkit-background-size: cover; -moz-background-size: cover; -o-background-size: cover; -ms-background-size: cover; min-height: 780px; } /*-- nav --*/ .navbar-default { background: none; border: none; } .navbar { margin-bottom: 0; } .navbar-brand { font-size: 1em; line-height: 73px; text-transform: uppercase; letter-spacing: 1px; font-weight: bold; padding: 15px 0; } .navbar-brand span { line-height: 0.5; padding: 13px; display: inline-block; border: 4px solid #f1c112; } .navbar-default .navbar-brand, .navbar-default .navbar-brand:hover, .navbar-default .navbar-brand:focus { color: #0b0d0c; } .navbar-default .navbar-nav>.active>a, .navbar-default .navbar-nav>.active>a:hover, .navbar-default .navbar-nav>.active>a:focus { color: #ff0101; background: none; } .navbar-nav>li>a { padding: 0; font-weight: bold; margin: 0 1.5em; padding: 0 0 0.5em; text-transform: uppercase; line-height: 3; letter-spacing: 2px; } .navbar-default .navbar-nav>li>a { color: #0b0d0c; } .navbar-collapse { padding: 0; border-top: none; box-shadow: none; } .navbar-default .navbar-collapse, .navbar-default .navbar-form { border: none; } .navbar-right { float: left !important; margin-right: 0; margin-left: 0em; } .navbar-nav { float: left; margin: 1.7em 0em 0 6em; } .navbar-default .navbar-nav>li>a:hover, .navbar-default .navbar-nav>li>a:focus { color: #ff0101; } .nav>li>a { font-family: 'Cabin Condensed', sans-serif; } .agileits_w3layouts_sign_in { float: right; margin-top: 2em; } .agileits_w3layouts_sign_in a { padding: 0.6em 2em; color: #fff; background: #000; text-decoration: none; letter-spacing: 2px; border-radius: 4px; -webkit-border-radius: 4px; -o-border-radius: 4px; -moz-border-radius: 4px; } .agileits_w3layouts_sign_in a:hover { color: #ffce14; } nav.navbar.navbar-default { margin-top: 1em; } /*-- //nav --*/ .agile_short_dropdown { border-radius: 0; background: #ffffff; text-align: center; padding: 0; border: none; } .agile_short_dropdown li a { text-transform: uppercase; color: #212121; font-size: 13px; font-weight: 600; padding: .8em 0; } .agile_short_dropdown>li>a:hover { color: #fff; text-decoration: none; background-color: #ff0101; } .menu__list { position: relative; list-style: none; } .menu__link { font-size: 1.05em; font-weight: bold; display: block; padding: 1em; cursor: pointer; -webkit-user-select: none; -moz-user-select: none; -ms-user-select: none; user-select: none; -webkit-touch-callout: none; -khtml-user-select: none; -webkit-tap-highlight-color: rgba(0, 0, 0, 0); } /* Common styles for all menus */ .menu__list { position: relative; display: -webkit-flex; display: flex; -webkit-flex-wrap: wrap; flex-wrap: wrap; margin: 0; padding: 0; list-style: none; } .menu__link { font-size: 1.2em; font-weight: bold; padding: 1em; cursor: pointer; -webkit-user-select: none; -moz-user-select: none; -ms-user-select: none; user-select: none; -webkit-touch-callout: none; -khtml-user-select: none; -webkit-tap-highlight-color: rgba(0, 0, 0, 0); letter-spacing: 1px; font-family: 'Cabin Condensed', sans-serif; } ul.menu__list { margin: 1em 0 0 5em; } .menu__link:hover, .menu__link:focus { outline: none; } /* Puck (by @eden_sg) */ .menu--puck .menu__link { position: relative; display: block; margin: 0 0.8em; text-align: center; color: #000000; -webkit-transition: color 0.4s; transition: color 0.4s; letter-spacing: 1px; } .menu--puck .menu__link:hover, .menu--puck .menu__link:focus { color: #111; } .menu--puck .menu__item--current .menu__link { color: #da1818; } .menu--puck .menu__link::before, .menu--puck .menu__link::after { content: ''; position: absolute; left: 0; width: 100%; height: 4px; background: #ffce14; -webkit-transform: scale3d(0, 1, 1); transform: scale3d(0, 1, 1); -webkit-transition: -webkit-transform 0.2s; transition: transform 0.2s; } .menu--puck .menu__link::before { bottom: -5px; height: 1px; -webkit-transition-delay: 0.1s; transition-delay: 0.1s; } .menu--puck .menu__link::after { bottom: 0; } .menu--puck .menu__item--current .menu__link::before, .menu--puck .menu__item--current .menu__link::after { -webkit-transform: scale3d(1, 1, 1); transform: scale3d(1, 1, 1); -webkit-transition-timing-function: cubic-bezier(0, 1.54, 0.34, 1); transition-timing-function: cubic-bezier(0, 1.54, 0.34, 1); -webkit-transition-duration: 0.8s; transition-duration: 0.8s; } /*-- nav-effect --*/ /*-- sign-in --*/ .agileits_signin_form input[type="text"], .agileits_signin_form input[type="password"], .agileits_signin_form input[type="email"] { width: 100%; padding: 10px; font-size: 0.9em; margin: 0 0 1em; outline: none; color: #212121; border: 1px solid #bfbfbf; letter-spacing: 1px; text-align: center; } .agileits_signin_form input[type="text"] { background: none; display: block; } .agileits_signin_form input[type="password"] { background: none; display: block; } .agileits_signin_form input[type="text"]::-webkit-input-placeholder, .agileits_signin_form input[type="email"]::-webkit-input-placeholder, .agileits_signin_form input[type="password"]::-webkit-input-placeholder { color: #212121; !important; } .agileits_signin_form input[type="submit"] { padding: 10px 0; width: 100%; font-size: 1em; border: none; color: #fff; background: #0c0c0c; outline: none; font-weight: 600; letter-spacing: 3px; } .agileits_signin_form input[type="submit"]:hover { background: #ffce14; } .agileits_signin_form p { font-size: 0.9em; color: #212121; letter-spacing: 1px; padding: 2em 0; } .agileits_signin_form p a { color: #ff0101; text-decoration: underline; } .agileits_signin_form p a:hover { color: #212121; } .agileinfo_sign { font-size: 2em; color: #f62b2b; margin-bottom: 1em; letter-spacing: 2px; } .w3agile_social_icons ul li { display: inline-block; margin-right: 1em; } li.wthree_follow { font-size: 0.9em; } .w3agile_social_icons ul li:last-child { margin-right: 0; } .wthree_follow { font-size: 1.2em; color: #212121; } .agile_remember_left { float: left; } .agile_remember_left label, .agileinfo_subscribe label { font-size: 14px; font-weight: 600; color: #212121; text-transform: capitalize; margin: 0; } .agile_remember_right { float: right; } .checkbox { position: relative; padding-left: 30px !important; cursor: pointer; } .checkbox i { position: absolute; bottom: 2px; left: 0; display: block; width: 15px; height: 15px; outline: none; border: 1px solid #5B5B5B; background: #FFF; } .checkbox input+i:after, .radio input+i:after { position: absolute; opacity: 0; transition: opacity 0.1s; -o-transition: opacity 0.1s; -ms-transition: opacity 0.1s; -moz-transition: opacity 0.1s; -webkit-transition: opacity 0.1s; } .checkbox input:checked+i:after, .radio input:checked+i:after { opacity: 1; } .checkbox input, .radio input { position: absolute; left: -9999px; } .checkbox input+i:after { content: ''; background: url(../images/tick.png) no-repeat 0px 0px; top: -4px; left: 0px; width: 18px; height: 18px; text-align: center; } .agile_remember_right a { font-size: 14px; color: #ff0101; text-decoration: underline; letter-spacing: 1px; } .agile_remember_right a:hover { color: #212121; } .agile_remember { padding: 1.5em 0; } .w3agile_social_icons ul li i { color: #212121; } /*-- //sign-in --*/ /*-- /banner-info --*/ /*--slider--*/ #slider2, #slider3 { box-shadow: none; -moz-box-shadow: none; -webkit-box-shadow: none; margin: 0 auto; } .rslides_tabs li:first-child { margin-left: 0; } .rslides_tabs .rslides_here a { background: rgba(255, 255, 255, .1); color: #fff; font-weight: bold; } .events { list-style: none; } .callbacks_container { position: relative; float: left; width: 100%; } .callbacks { position: relative; list-style: none; overflow: hidden; width: 100%; padding: 0; margin: 0; } .callbacks li { position: absolute; width: 100%; } .callbacks img { position: relative; z-index: 1; height: auto; border: 0; } .callbacks .caption { display: block; position: absolute; z-index: 2; font-size: 20px; text-shadow: none; color: #fff; left: 0; right: 0; padding: 10px 20px; margin: 0; max-width: none; top: 10%; text-align: center; } .callbacks_nav { position: absolute; -webkit-tap-highlight-color: rgba(0, 0, 0, 0); bottom: -59%; left: 40px; opacity: 0.7; z-index: 3; text-indent: -9999px; overflow: hidden; text-decoration: none; height: 52px; width: 36px; display: none; } .callbacks_nav.next { left: auto; left: 141px; } .callbacks_nav.prev { left: auto; left: 100px; } #slider3-pager a { display: inline-block; } #slider3-pager span { float: left; } #slider3-pager span { width: 100px; height: 15px; background: #fff; display: inline-block; border-radius: 30em; opacity: 0.6; } #slider3-pager .rslides_here a { background: #FFF; border-radius: 30em; opacity: 1; } #slider3-pager a { padding: 0; } #slider3-pager li { display: inline-block; } .rslides { position: relative; list-style: none; overflow: hidden; width: 100%; padding: 0; } .rslides li { -webkit-backface-visibility: hidden; position: absolute; display: none; width: 100%; left: 0; top: 0; } .rslides li { position: relative; display: block; float: left; } .rslides img { height: auto; border: 0; } .callbacks_tabs { list-style: none; position: absolute; top: 71%; left: 45.5%; padding: 0; margin: 0; display: block; z-index: 99; } .slider-top span { font-weight: 600; } .callbacks_tabs li { display: inline-block; margin: 0px 7px; } /*----*/ .callbacks_tabs a { visibility: hidden; } .callbacks_tabs a:after { content: "\f111"; font-size: 0; font-family: FontAwesome; visibility: visible; display: block; height: 10px; width: 10px; display: inline-block; background: #ffffff; border-radius: 50%; -webkit-border-radius: 50%; -o-border-radius: 50%; -moz-border-radius: 50%; -ms-border-radius: 50%; } .callbacks_here a:after { background: #ffce14; } .agileits-banner-info { text-align: center; margin: 16em 0 15.5em 0; } .agileits-banner-info h3 { color: #fff; text-transform: uppercase; font-size: 5.2em; font-weight: bold; letter-spacing: 5px; text-shadow: 1px 1px 2px rgba(12, 12, 12, 0.57); -webkit-text-shadow: 1px 1px 2px rgba(12, 12, 12, 0.57); -o-text-shadow: 1px 1px 2px rgba(12, 12, 12, 0.57); -moz-text-shadow: 1px 1px 2px rgba(12, 12, 12, 0.57); } .agileits-banner-info p { font-size: 0.9em; text-transform: uppercase; letter-spacing: 12px; color: #ffce14; font-weight: 600; } /*-- //banner-text --*/ .wthree_banner_grid.bottom-head { text-align: center; background: #ff0101; padding: 0; height: 150px; } .bottom-head a { text-decoration: none; display: block; height: 150px; position: relative; transition: 0.5s all; -webkit-transition: 0.5s all; -o-transition: 0.5s all; -moz-transition: 0.5s all; -ms-transition: 0.5s all; } .buy-media { position: absolute; bottom: 0; height: 150px; overflow: hidden; padding: 30px; width: 100%; background-color: #ff0101; -webkit-transform: translate3d(0, 0, 0); transform: translate3d(0, 0, 0); -webkit-transition: -webkit-transform .2s ease, height .2s ease; -moz-transition: -moz-transform .2s ease, height .2s ease; -o-transition: -o-transform .2s ease, height .2s ease; transition: transform .2s ease, height .2s ease; } .bottom-head a:hover .buy-media { height: 220px; transition: 0.5s all; -webkit-transition: 0.5s all; -o-transition: 0.5s all; -moz-transition: 0.5s all; -ms-transition: 0.5s all; width: 100%; background-color: #ef0101; position: absolute; bottom: 0; left: 0; } .wthree_banner_grid.bottom-head:hover .buy-media h4 { color: #ffce14; } .wthree_banner_grid:nth-child(2) { border-left: 1px ridge #da0606; border-right: 1px solid #da0606; } .wthree_banner_grid:nth-child(3) { border-right: 1px solid #da0606; } .wthree_banner_grid i { font-size: 2.2em; color: #fff; } .wthree_banner_grid h4 { text-transform: capitalize; font-size: 1.1em; color: #fff; padding-top: 1em; letter-spacing: 2px; } .agileits_more ul li { display: inline-block; } /*-- //banner-info --*/ /*-- about--*/ .w3_statistics_grid_left_grid { position: relative; } .w3ls_play_icon { position: absolute; bottom: 45%; left: 45%; font-size: 1.5em; width: 70px; height: 40px; background: #f5232e; color: #fff; text-align: center; border-radius: 5px; } .w3ls_play_icon i { line-height: 1.6em; } .w3ls_play_icon:hover, .w3ls_play_icon:focus { color: #fff; } .w3layouts_statistics_grid_right h4 { font-size: 1.5em; line-height: 1.5em; color: #ff0101; text-transform: capitalize; margin-bottom: 1em; letter-spacing: 1px; } .w3_stats_grid { text-align: center; } .w3layouts_stats_grid1 { width: 80px; height: 80px; background: #ffcd18; border-radius: 50%; margin: 0 auto 0; text-align: center; margin-left: 90px; } .w3layouts_stats_grid1 i { font-size: 1.6em; color: #000; line-height: 3.2em; } .w3layouts_statistics_grid_right p { margin-bottom: 2em; } #about { padding-top: 5em; } #about h2 { font-size: 2.5em; font-weight: 700; letter-spacing: 2px; color: #fff; margin-bottom: 1em; text-transform: uppercase; text-align: center; font-family: 'Cabin Condensed', sans-serif; } #about h2 span { font-weight: 300; font-family: 'Open Sans', sans-serif; } h3.wthree_text_info { font-size: 2.5em; font-weight: 700; letter-spacing: 2px; color: #fa930b; margin-bottom: 1em; text-transform: uppercase; } h3.wthree_text_info.three { text-transform: none; font-size: 2.3em; margin: 1em 0; } h3.wthree_text_info span { font-weight: 300; font-family: 'Open Sans', sans-serif; } p.agile_des { margin: 0 auto; width: 95%; text-align: center; color: #444; line-height: 2em; font-weight: 600; font-size: 1.1em; } .agile_inner_grids { margin-top: 4em; } .w3layouts_about_grid_left { background: url(../images/sae/team/team1.jpg) no-repeat 0px 0px; background-size: cover; -webkit-background-size: cover; -moz-background-size: cover; -o-background-size: cover; -ms-background-size: cover; min-height: 390px; } /*-- odometer --*/ .odometer { font-size: 3em; color: #FF8C00; font-weight: 600; } .w3_stats_grid p { font-size: 1em; color: #ff0101; margin: 0 0 0; font-weight: 600; } .odometer.odometer-auto-theme, .odometer.odometer-theme-car { display: -moz-inline-box; -moz-box-orient: vertical; display: inline-block; vertical-align: middle; *vertical-align: auto; position: relative; } .odometer.odometer-auto-theme .odometer-digit, .odometer.odometer-theme-car .odometer-digit { display: -moz-inline-box; -moz-box-orient: vertical; display: inline-block; vertical-align: middle; *vertical-align: auto; position: relative; } .odometer.odometer-auto-theme .odometer-digit, .odometer.odometer-theme-car .odometer-digit { *display: inline; } .odometer.odometer-auto-theme .odometer-digit .odometer-digit-spacer, .odometer.odometer-theme-car .odometer-digit .odometer-digit-spacer { display: -moz-inline-box; -moz-box-orient: vertical; display: inline-block; vertical-align: middle; *vertical-align: auto; visibility: hidden; } .odometer.odometer-auto-theme .odometer-digit .odometer-digit-spacer, .odometer.odometer-theme-car .odometer-digit .odometer-digit-spacer { *display: inline; } .odometer.odometer-auto-theme .odometer-digit .odometer-digit-inner, .odometer.odometer-theme-car .odometer-digit .odometer-digit-inner { text-align: left; display: block; position: absolute; top: 0; left: 0; right: 0; bottom: 0; overflow: hidden; } .odometer.odometer-auto-theme .odometer-digit .odometer-ribbon, .odometer.odometer-theme-car .odometer-digit .odometer-ribbon { display: block; } .odometer.odometer-auto-theme .odometer-digit .odometer-ribbon-inner, .odometer.odometer-theme-car .odometer-digit .odometer-ribbon-inner { display: block; -webkit-backface-visibility: hidden; } .odometer.odometer-auto-theme .odometer-digit .odometer-value, .odometer.odometer-theme-car .odometer-digit .odometer-value { display: block; -webkit-transform: translateZ(0); } .odometer.odometer-auto-theme .odometer-digit .odometer-value.odometer-last-value, .odometer.odometer-theme-car .odometer-digit .odometer-value.odometer-last-value { position: absolute; } .odometer.odometer-auto-theme.odometer-animating-up .odometer-ribbon-inner, .odometer.odometer-theme-car.odometer-animating-up .odometer-ribbon-inner { -webkit-transition: -webkit-transform 2s; -moz-transition: -moz-transform 2s; -ms-transition: -ms-transform 2s; -o-transition: -o-transform 2s; transition: transform 2s; } .odometer.odometer-auto-theme.odometer-animating-up.odometer-animating .odometer-ribbon-inner, .odometer.odometer-theme-car.odometer-animating-up.odometer-animating .odometer-ribbon-inner { -webkit-transform: translateY(-100%); -moz-transform: translateY(-100%); -ms-transform: translateY(-100%); -o-transform: translateY(-100%); transform: translateY(-100%); } .odometer.odometer-auto-theme.odometer-animating-down .odometer-ribbon-inner, .odometer.odometer-theme-car.odometer-animating-down .odometer-ribbon-inner { -webkit-transform: translateY(-100%); -moz-transform: translateY(-100%); -ms-transform: translateY(-100%); -o-transform: translateY(-100%); transform: translateY(-100%); } .odometer.odometer-auto-theme.odometer-animating-down.odometer-animating .odometer-ribbon-inner, .odometer.odometer-theme-car.odometer-animating-down.odometer-animating .odometer-ribbon-inner { -webkit-transition: -webkit-transform 2s; -moz-transition: -moz-transform 2s; -ms-transition: -ms-transform 2s; -o-transition: -o-transform 2s; transition: transform 2s; -webkit-transform: translateY(0); -moz-transform: translateY(0); -ms-transform: translateY(0); -o-transform: translateY(0); transform: translateY(0); } .odometer.odometer-auto-theme .odometer-digit, .odometer.odometer-theme-car .odometer-digit { padding: 0 0.1em; } .odometer.odometer-auto-theme .odometer-digit .odometer-digit-inner, .odometer.odometer-theme-car .odometer-digit .odometer-digit-inner { left: 0.09em; } .odometer.odometer-auto-theme.odometer-animating-up .odometer-ribbon-inner, .odometer.odometer-auto-theme.odometer-animating-down.odometer-animating .odometer-ribbon-inner, .odometer.odometer-theme-car.odometer-animating-up .odometer-ribbon-inner, .odometer.odometer-theme-car.odometer-animating-down.odometer-animating .odometer-ribbon-inner { -webkit-transition-timing-function: linear; -moz-transition-timing-function: linear; -ms-transition-timing-function: linear; -o-transition-timing-function: linear; transition-timing-function: linear; } /*-- //odometer --*/ /*-- portfolio --*/ .agileits_portfolio_grid:before, .agileits_portfolio_grid.project_icon:before { content: "\f06e"; font-size: 1.5em; width: 60px; height: 60px; line-height: 2.9em; background: #ff0101; font-family: FontAwesome; color: #fff; text-align: center; position: absolute; z-index: 10; left: 50%; top: 50%; -webkit-transform: translateX(-50%) translateY(-50%) scale(0.3, 0.3); -moz-transform: translateX(-50%) translateY(-50%) scale(0.3, 0.3); -ms-transform: translateX(-50%) translateY(-50%) scale(0.3, 0.3); transform: translateX(-50%) translateY(-50%) scale(0.3, 0.3); -webkit-border-radius: 50%; -moz-border-radius: 50%; border-radius: 50%; -webkit-transition: all .3s cubic-bezier(0.6, -0.28, 0.735, 0.045) 0s; -moz-transition: all .3s cubic-bezier(0.6, -0.28, 0.735, 0.045) 0s; -ms-transition: all .3s cubic-bezier(0.6, -0.28, 0.735, 0.045) 0s; -o-transition: all .3s cubic-bezier(0.6, -0.28, 0.735, 0.045) 0s; transition: all .3s cubic-bezier(0.6, -0.28, 0.735, 0.045) 0s; opacity: 0; filter: alpha(opacity=0); } .agileits_portfolio_grid:after { content: ' '; position: absolute; z-index: 1; top: 0; left: 0; bottom: 0; right: 0; opacity: 0; -webkit-transition: opacity .3s ease; -moz-transition: opacity .3s ease; -ms-transition: opacity .3s ease; -o-transition: opacity .3s ease; transition: opacity .3s ease; } .agileinfo_portfolio_grid:hover .agileits_portfolio_grid:after { opacity: 1; } .agileinfo_portfolio_grid:hover .agileits_portfolio_grid:before { opacity: 1; filter: alpha(opacity=100); -webkit-transform: translateX(-50%) translateY(-50%) scale(1, 1); -moz-transform: translateX(-50%) translateY(-50%) scale(1, 1); -ms-transform: translateX(-50%) translateY(-50%) scale(1, 1); transform: translateX(-50%) translateY(-50%) scale(1, 1); -webkit-transition: all .3s cubic-bezier(0.175, 0.885, 0.32, 1.275) 0.1ms; -moz-transition: all .3s cubic-bezier(0.175, 0.885, 0.32, 1.275) 0.1ms; -ms-transition: all .3s cubic-bezier(0.175, 0.885, 0.32, 1.275) 0.1ms; -o-transition: all .3s cubic-bezier(0.175, 0.885, 0.32, 1.275) 0.1ms; transition: all .3s cubic-bezier(0.175, 0.885, 0.32, 1.275) 0.1ms; } /*--flexisel--*/ .flex-slider { background: #222227; padding: 70px 0 165px 0; } #flexiselDemo1 { display: none; } .nbs-flexisel-container { position: relative; max-width: 100%; } .nbs-flexisel-ul { position: relative; width: 9999px; margin: 0px; padding: 0px; list-style-type: none; } .nbs-flexisel-inner { overflow: hidden; margin: 0 auto; padding: 0; } .nbs-flexisel-item { float: left; margin: 0; padding: 0px; position: relative; line-height: 35px; } .nbs-flexisel-item>img { cursor: pointer; position: relative; } /*---- Nav ---*/ .nbs-flexisel-nav-left, .nbs-flexisel-nav-right { width: 40px; height: 40px; position: absolute; cursor: pointer; z-index: 100; background: none; top: -5% !important; border-radius: 5px; display: none; } .nbs-flexisel-nav-left { left: 91%; } .nbs-flexisel-nav-right { right: 1.2%; background: none; } /*--//flexisel--*/ .agileinfo_portfolio_grid.project { padding: 0; } .agileits_portfolio_grid.project_icon:before { line-height: 2.5em!important; } /*-- //portfolio --*/ .banner_inner_agileits { background: url(../images/sae/car1.jpg) no-repeat 0px -100px; background-size: cover; -webkit-background-size: cover; -moz-background-size: cover; -o-background-size: cover; -ms-background-size: cover; min-height: 650px; } .w3layouts_banner_info_inner { text-align: center; margin-top: 7em; } .w3layouts_banner_info_inner h2 { font-size: 2.5em; font-weight: 700; letter-spacing: 2px; color: #fff; text-transform: uppercase; text-align: center; font-family: 'Cabin Condensed', sans-serif; } .w3layouts_banner_info_inner h2 span { font-weight: 300; font-family: 'Open Sans', sans-serif; } .w3layouts_banner_info_inner p { font-size: 1em; color: #ffce14; font-weight: 300; margin-top: .5em; letter-spacing: 7px; } /*--services--*/ .icon-left { float: left; width: 60px; height: 60px; text-align: center; padding: 1.2em 0 0 0; margin-right: 1em; background: #fff; border: 1px solid #000; border-radius: 4px; -webkit-border-radius: 4px; -o-border-radius: 4px; -moz-border-radius: 4px; } .icon-right { float: left; width: 70%; } .icon-left i.fa { color: #000; font-size: 1.4em; line-height: 19px; -webkit-transition: 0.5s all; -moz-transition: 0.5s all; -ms-transition: 0.5s all; -o-transition: 0.5s all; transition: 0.5s all; } .icon-right h5 { color: #000; font-size: 1.5em; margin: 0; font-weight: 600; letter-spacing: 1px; -webkit-transition: 0.5s all; -moz-transition: 0.5s all; -ms-transition: 0.5s all; -o-transition: 0.5s all; transition: 0.5s all; } .icon-right p { margin: 0.5em 0 1em 0; } .w3ls-markets-grid:nth-child(4), .w3ls-markets-grid:nth-child(5), .w3ls-markets-grid:nth-child(6) { margin: 3em 0 0 0; } .agileits-icon-grid a { display: block; text-decoration: none; color: #000; text-align: center; font-size: 15px; letter-spacing: 1px; padding: 8px 0; width: 100%; border-top: 1px solid #ffce14; border-bottom: 1px solid #ffce14; margin-top: 1em; -webkit-transition: 0.5s all; -moz-transition: 0.5s all; -ms-transition: 0.5s all; -o-transition: 0.5s all; transition: 0.5s all; font-weight: 600; background: #ffce14; } .w3ls-markets-grid:hover .agileits-icon-grid a { border-color: #000; background: #000; color: #fff; } .w3ls-markets-grid:hover .icon-left { webkit-animation: fa-spin 3s infinite linear; animation: fa-spin 3s infinite linear; background: #ff0101; border: 1px solid #ff0101; } .agileits-icon-grid a:focus { outline: none; } .agileits-icon-grid:hover a { border-color: #ff0101; } .agileits-icon-grid:hover .icon-left i { color: #fff; } .agileits-icon-grid:hover .icon-right h5 { color: #ff0101; } .agile_services, .mail { padding: 5em 0; } h3.wthree_text_info.two { text-align: center; } /*--//Services--*/ /*--/news--*/ .grid figure { position: relative; overflow: hidden; background: #000000; text-align: center; } .grid figure img { position: relative; display: block; opacity: 0.8; } .grid figure figcaption { padding: 4em; -webkit-backface-visibility: hidden; backface-visibility: hidden; } .grid figure figcaption::before, .grid figure figcaption::after { pointer-events: none; } .grid figure figcaption { position: absolute; top: 0; left: 0; width: 100%; height: 100%; } .grid figure h3 { font-weight: 300; letter-spacing: 2px; color: #fff; } .grid figure h3 span { font-weight: 700; color: #ff0101; } .grid figure p { letter-spacing: 10px; color: #fff; line-height: 2em; } /***** Ruby *****/ /*---------------*/ figure.effect-ruby { background-color: #0e0e0e; } figure.effect-ruby img { opacity: 0.7; -webkit-transition: opacity 0.35s, -webkit-transform 0.35s; transition: opacity 0.35s, transform 0.35s; -webkit-transform: scale(1.15); transform: scale(1.15); } figure.effect-ruby:hover img { opacity: 0.5; -webkit-transform: scale(1); transform: scale(1); } figure.effect-ruby h3 { margin-top: 16%; -webkit-transition: -webkit-transform 0.35s; transition: transform 0.35s; -webkit-transform: translate3d(0, 20px, 0); transform: translate3d(0, 20px, 0); margin-bottom: 1em; font-size: 2em; } figure.effect-ruby p { margin: 1em 0 0; padding: 3em; border: 1px solid rgba(255, 255, 255, 0.46); opacity: 0; -webkit-transition: opacity 0.35s, -webkit-transform 0.35s; transition: opacity 0.35s, transform 0.35s; -webkit-transform: translate3d(0, 20px, 0) scale(1.1); transform: translate3d(0, 20px, 0) scale(1.1); } figure.effect-ruby:hover h3 { -webkit-transform: translate3d(0, 0, 0); transform: translate3d(0, 0, 0); } figure.effect-ruby:hover p { opacity: 1; -webkit-transform: translate3d(0, 0, 0) scale(1); transform: translate3d(0, 0, 0) scale(1); } .news_info_img.grid img { width: 100%; } .agile_info_news { padding: 0; } .agile_info_text { padding: 6em 4em; } .agile_info_text h4 { font-size: 2em; margin-bottom: 0.5em; letter-spacing: 1px; } .agile_info_text h4 a { color: #FF4500; } .agile_info_text h4 a:hover { text-decoration: none; } .news_agile { background:#f8940a; } ul.new_w3ls_agile li { list-style: none; display: inline-block; margin-right: 1em; color: #fff; letter-spacing: 2px; font-size: 0.9em; } ul.new_w3ls_agile li a { color: #fff; } .agile_info_text p { color: #bae5fb; line-height: 2em; } ul.new_w3ls_agile { margin: 1.5em 0px; } ul.new_w3ls_agile li a:hover { color: #ffce14; } /*--/w3layouts_bottom --*/ .w3layouts_bottom { padding: 4em 0; } .w3layouts_getin_info h3 { color: #fff; letter-spacing: 4px; font-size: 1.5em; } .w3layouts_getin a, a.learn { font-size: 1em; color: #fff; background: #ff0101; padding: 0.7em 1em; letter-spacing: 1px; border-radius: 4px; -webkit-border-radius: 4px; -o-border-radius: 4px; -moz-border-radius: 4px; } a.learn { margin: 1em 0 0 0; display: inline-block; background: #131212; } .agileits_w3layouts_heding img { width: 100%; } /*--//w3layouts_bottom --*/ /*--//news--*/ h3.wthree_text_info.lost.two { color: #fff; } .feedback-top { padding: 2em 1.5em; background: rgba(0, 0, 0, 0.64); position: relative; } .feedback-top:before { content: ''; position: absolute; width: 0; height: 0; border-top: 17px solid rgba(25, 24, 24, 0.75); border-left: 10px solid rgba(69, 42, 21, 0); border-right: 10px solid rgba(199, 57, 57, 0); left: 9%; top: 99%; transition: 0.5s all; -webkit-transition: 0.5s all; -o-transition: 0.5s all; -moz-transition: 0.5s all; -ms-transition: 0.5s all; } .feedback-top p { color: #FFFFFF; font-size: .9em; margin: 0; line-height: 2em; letter-spacing: 2px; } .feedback-img { float: left; width: 28%; } .feedback-grids { margin: 2em 0 0; border-top: 2px solid rgba(255, 255, 255, 0.46); padding-top: 2em; } .feedback-img img { width: 100%; } .feedback-info { margin: 1em !important; } .feedback-img-info { float: left; width: 65%; margin: 1.5em 0 0 1em; } .feedback-img-info h5 { color: #f8ce06; font-size: 1.3em; letter-spacing: 1px; } .feedback-img-info p { color: #ffffff; font-size: .9em; padding-top: .5em; } .icon-w3l i { font-size: 2em; color: #fcd000; margin-left: .4em; position: relative; } .icon-w3l { position: relative; } #clients { background: url(../images/banner1.jpg) no-repeat 0px 0px; background-size: cover; -webkit-background-size: cover; -moz-background-size: cover; -o-background-size: cover; -moz-background-size: cover; min-height: 710px; padding-top: 6em; } /*-- //feedback --*/ /*--/chart--*/ .agile_info_bar { position: relative; } #chart { width: 650px; height: 300px; margin: 30px auto 0; display: block; } #chart #numbers { height: 100%; width: 50px; margin: 0; padding: 0; display: inline-block; float: left; } #chart #numbers li { text-align: right; padding-right: 1em; list-style: none; height: 29px; position: relative; bottom: 30px; } #chart #numbers li:last-child { height: 30px; } #chart #numbers li span { color: #262c38; position: absolute; bottom: 0; right: 10px; font-weight: 600; } #chart #bars { display: inline-block; padding: 0; margin: 0; } #chart #bars li { display: table-cell; width: 80px; height: 300px; margin: 0; text-align: center; position: relative; } #chart #bars li .bar { display: block; width: 70px; margin-left: 15px; background: #0099e5; position: absolute; bottom: 0; } #chart #bars li .bar:hover { background: #5AE; cursor: pointer; } #chart #bars li .bar:hover:before { font-weight: 600; color: #262c38; content: attr(data-percentage) '%'; position: relative; bottom: 20px; } #chart #bars li span { font-weight: 600; color: #262c38; width: 100%; position: absolute; bottom: -2em; left: 9px; text-align: center; font-size: 0.9em; } /*--//chart--*/ /*-- icons --*/ ul.bs-glyphicons-list li:hover { background: #000; transition: 0.5s all; -webkit-transition: 0.5s all; -o-transition: 0.5s all; -ms-transition: 0.5s all; -moz-transition: 0.5s all; } ul.bs-glyphicons-list li:hover span { color: #fff; } .codes a { color: #999; } .row.fontawesome-icon-list { margin: 0; } .icon-box { padding: 8px 15px; background: rgba(149, 149, 149, 0.18); margin: 1em 0 1em 0; border: 5px solid #ffffff; text-align: left; -moz-box-sizing: border-box; -webkit-box-sizing: border-box; box-sizing: border-box; font-size: 13px; transition: 0.5s all; -webkit-transition: 0.5s all; -o-transition: 0.5s all; -ms-transition: 0.5s all; -moz-transition: 0.5s all; cursor: pointer; } .icon-box:hover { background: #000; transition: 0.5s all; -webkit-transition: 0.5s all; -o-transition: 0.5s all; -ms-transition: 0.5s all; -moz-transition: 0.5s all; } .icon-box:hover i.fa { color: #fff !important; } .icon-box:hover a.agile-icon { color: #fff !important; } .codes .bs-glyphicons li { float: left; width: 12.5%; height: 115px; padding: 10px; line-height: 1.4; text-align: center; font-size: 12px; list-style-type: none; } .codes .bs-glyphicons .glyphicon { margin-top: 5px; margin-bottom: 10px; font-size: 24px; } .codes .glyphicon { position: relative; top: 1px; display: inline-block; font-family: 'Glyphicons Halflings'; font-style: normal; font-weight: 400; line-height: 1; -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale; color: #777; } .codes .bs-glyphicons .glyphicon-class { display: block; text-align: center; word-wrap: break-word; } h3.icon-subheading { font-size: 25px; color: #ff0101 !important; margin: 30px 0 15px; } h3.agileits-icons-title { text-align: center; font-size: 30px; color: #333333; } .icons a { color: #999; } .icon-box i { margin-right: 10px !important; font-size: 20px !important; color: #282a2b !important; } .bs-glyphicons li { float: left; width: 18%; height: 115px; padding: 10px; line-height: 1.4; text-align: center; font-size: 12px; list-style-type: none; background: rgba(149, 149, 149, 0.18); margin: 1%; cursor: pointer; } .bs-glyphicons .glyphicon { margin-top: 5px; margin-bottom: 10px; font-size: 24px; color: #282a2b; } .bs-glyphicons.glyphicon { position: relative; top: 1px; display: inline-block; font-family: 'Glyphicons Halflings'; font-style: normal; font-weight: 400; line-height: 1; -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale; color: #777; } .bs-glyphicons .glyphicon-class { display: block; text-align: center; word-wrap: break-word; } @media (max-width:1080px) { .icon-box { width: 33.33%; } } @media (max-width:991px) { h3.agileits-icons-title { font-size: 28px; } h3.icon-subheading { font-size: 22px; } .icon-box { width: 50%; float: left; } } @media (max-width:768px) { h3.agileits-icons-title { font-size: 28px; } h3.icon-subheading { font-size: 25px; } .row { margin-right: 0; margin-left: 0; } .icon-box { margin: 0; } } @media (max-width: 640px) { .icon-box { float: left; width: 50%; } h3.icon-subheading { font-size: 22px; } .grid_3.grid_4.w3_agileits_icons_page { margin-top: 25px; } } @media (max-width: 480px) { .bs-glyphicons li { width: 31%; } .icon-box { float: left; width: 100%; } } @media (max-width: 414px) { h3.agileits-icons-title { font-size: 23px; } h3.icon-subheading { font-size: 18px; } .bs-glyphicons li { width: 31.33%; } } @media (max-width: 384px) { .icon-box { float: none; width: 100%; } } @media (max-width: 375px) { .w3_agileits_icons_page { margin: 25px 0 0 !important; } } /*-- //icons --*/ /*--Typography--*/ .well { font-weight: 300; font-size: 14px; } .list-group-item { font-weight: 300; font-size: 14px; } li.list-group-item1 { font-size: 14px; font-weight: 300; } .typo p { margin: 0; font-size: 14px; font-weight: 300; } .show-grid [class^=col-] { background: #fff; text-align: center; margin-bottom: 10px; line-height: 2em; border: 10px solid #f0f0f0; } .show-grid [class*="col-"]:hover { background: #e0e0e0; } .grid_3 { margin-bottom: 2em; } .xs h3, h3.m_1 { color: #000; font-size: 1.7em; font-weight: 300; margin-bottom: 1em; } .grid_3 p { color: #999; font-size: 0.85em; margin-bottom: 1em; font-weight: 300; } .grid_4 { background: none; margin-top: 50px; } .label { font-weight: 300 !important; border-radius: 4px; } .grid_5 { background: none; padding: 2em 0; } .grid_5 h3, .grid_5 h2, .grid_5 h1, .grid_5 h4, .grid_5 h5, h3.hdg, h3.bars { margin-bottom: 1em; color: #efb312; } .table>thead>tr>th, .table>tbody>tr>th, .table>tfoot>tr>th, .table>thead>tr>td, .table>tbody>tr>td, .table>tfoot>tr>td { border-top: none !important; } .tab-content>.active { display: block; visibility: visible; } .pagination>.active>a, .pagination>.active>span, .pagination>.active>a:hover, .pagination>.active>span:hover, .pagination>.active>a:focus, .pagination>.active>span:focus { z-index: 0; } .grid_3.grid_5.w3 h6 { text-align: left!important; text-transform: lowercase; letter-spacing: 1px; } .bs-example h6 { text-align: left; font-size: 0.9em; color: #999; letter-spacing: 1px; text-transform: lowercase; } .badge-primary { background-color: #03a9f4; } .badge-success { background-color: #8bc34a; } .badge-warning { background-color: #ffc107; } .badge-danger { background-color: #e51c23; } .grid_3 p { line-height: 2em; color: #888; font-size: 0.9em; margin-bottom: 1em; font-weight: 300; } .bs-docs-example { margin: 1em 0; } section#tables p { margin-top: 1em; } .tab-container .tab-content { border-radius: 0 2px 2px 2px; border: 1px solid #e0e0e0; padding: 16px; background-color: #ffffff; } .table td, .table>tbody>tr>td, .table>tbody>tr>th, .table>tfoot>tr>td, .table>tfoot>tr>th, .table>thead>tr>td, .table>thead>tr>th { padding: 15px!important; } .table>thead>tr>th, .table>tbody>tr>th, .table>tfoot>tr>th, .table>thead>tr>td, .table>tbody>tr>td, .table>tfoot>tr>td { font-size: 0.9em; color: #999; border-top: none !important; } .tab-content>.active { display: block; visibility: visible; } .label { font-weight: 300 !important; } .label { padding: 4px 6px; border: none; text-shadow: none; } .alert { font-size: 0.85em; } h1.t-button, h2.t-button, h3.t-button, h4.t-button, h5.t-button { line-height: 2em; margin-top: 0.5em; margin-bottom: 0.5em; } li.list-group-item1 { line-height: 2.5em; } .input-group { margin-bottom: 20px; } .in-gp-tl { padding: 0; } .in-gp-tb { padding-right: 0; } .list-group { margin-bottom: 48px; } ol { margin-bottom: 44px; } h2.typoh2 { margin: 0 0 10px; } @media (max-width:768px) { .grid_5 { padding: 0 0 1em; } .grid_3 { margin-bottom: 0em; } .grid_3.grid_5.w3l { margin-top: 1.5em; } } @media (max-width:640px) { h1, .h1, h2, .h2, h3, .h3 { margin-top: 0px; margin-bottom: 0px; } .grid_5 h3, .grid_5 h2, .grid_5 h1, .grid_5 h4, .grid_5 h5, h3.hdg, h3.bars { margin-bottom: .5em; } .progress { height: 10px; margin-bottom: 10px; } ol.breadcrumb li, .grid_3 p, ul.list-group li, li.list-group-item1 { font-size: 14px; } .breadcrumb { margin-bottom: 25px; } .well { font-size: 14px; margin-bottom: 10px; } h2.typoh2 { font-size: 1.5em; } .label { font-size: 60%; } .in-gp-tl { padding: 0 1em; } .in-gp-tb { padding-right: 1em; } .list-group { margin-bottom: 20px; } } @media (max-width:480px) { .grid_5 h3, .grid_5 h2, .grid_5 h1, .grid_5 h4, .grid_5 h5, h3.hdg, h3.bars { font-size: 1.2em; } .table h1 { font-size: 26px; } .table h2 { font-size: 23px; } .table h3 { font-size: 20px; } .label { font-size: 53%; } .alert, p { font-size: 14px; } .pagination { margin: 20px 0 0px; } .grid_3.grid_4.w3layouts { margin-top: 0; } } @media (max-width: 320px) { .grid_4 { margin-top: 18px; } h3.title { font-size: 1.6em; } .alert, p, ol.breadcrumb li, .grid_3 p, .well, ul.list-group li, li.list-group-item1, a.list-group-item { font-size: 13px; } .alert { padding: 10px; margin-bottom: 10px; } ul.pagination li a { font-size: 14px; padding: 5px 11px; } .list-group { margin-bottom: 10px; } .well { padding: 10px; } .nav>li>a { font-size: 14px; } table.table.table-striped, .table-bordered, .bs-docs-example { display: none; } } /*-- //typography --*/ /*-- /contact--*/ /*-- input-effect --*/ /*-- effect --*/ .input { position: relative; z-index: 1; display: inline-block; max-width: 370px; width: calc(100% - 0em); vertical-align: top; } span.input.input--chisato:nth-child(2) { margin: 0 0.6em; } .input__field { position: relative; display: block; float: right; padding: 0.8em; width: 60%; border: none; border-radius: 0; background: #f0f0f0; color: #aaa; font-weight: 400; -webkit-appearance: none; /* for box shadows to show on iOS */ } .input__field:focus { outline: none; } .input__label { display: inline-block; float: right; padding: 0 1em; width: 40%; color: #696969; font-weight: bold; font-size: 12px; -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale; -webkit-touch-callout: none; -webkit-user-select: none; -khtml-user-select: none; -moz-user-select: none; -ms-user-select: none; user-select: none; } .input__label-content { position: relative; display: block; padding: 1.6em 0; width: 100%; } /* Chisato */ .input--chisato { padding-top: 1em; } .input__field--chisato { width: 100%; padding: .9em 0.5em; background: transparent; border: 2px solid #b5b5b5; color: #212121; -webkit-transition: border-color 0.25s; transition: border-color 0.25s; } .input__label--chisato { width: 100%; position: absolute; top: 0; text-align: left; overflow: hidden; padding: 0; pointer-events: none; -webkit-transform: translate3d(0, 3em, 0); transform: translate3d(0, 3em, 0); } .input__label-content--chisato { padding: 0 1em; font-weight: 400; color: #7d7b7b; font-family: 'Roboto', sans-serif; letter-spacing: 1px; } .input__label-content--chisato::after { content: attr(data-content); position: absolute; top: -200%; left: 0; color: #fcb314; font-weight: 600; } .input__field--chisato:focus, .input--filled .input__field--chisato { border-color: #fcb314; } .input__field--chisato:focus+.input__label--chisato, .input--filled .input__label--chisato { -webkit-animation: anim-chisato-1 0.25s forwards; animation: anim-chisato-1 0.25s forwards; } .input__field--chisato:focus+.input__label--chisato .input__label-content--chisato, .input--filled .input__label-content--chisato { -webkit-animation: anim-chisato-2 0.25s forwards ease-in; animation: anim-chisato-2 0.25s forwards ease-in; } @-webkit-keyframes anim-chisato-1 { 0%, 70% { -webkit-transform: translate3d(0, 3em, 0); transform: translate3d(0, 3em, 0); } 71%, 100% { -webkit-transform: translate3d(0, 0, 0); transform: translate3d(0, 0, 0); } } @-webkit-keyframes anim-chisato-2 { 0% { -webkit-transform: translate3d(0, 0, 0); transform: translate3d(0, 0, 0); } 70%, 71% { -webkit-transform: translate3d(0, 125%, 0); transform: translate3d(0, 125%, 0); opacity: 0; -webkit-animation-timing-function: ease-out; } 100% { color: transparent; -webkit-transform: translate3d(0, 200%, 0); transform: translate3d(0, 200%, 0); } } @keyframes anim-chisato-1 { 0%, 70% { -webkit-transform: translate3d(0, 3em, 0); transform: translate3d(0, 3em, 0); } 71%, 100% { -webkit-transform: translate3d(0, 0, 0); transform: translate3d(0, 0, 0); } } @keyframes anim-chisato-2 { 0% { -webkit-transform: translate3d(0, 0, 0); transform: translate3d(0, 0, 0); } 70%, 71% { -webkit-transform: translate3d(0, 125%, 0); transform: translate3d(0, 125%, 0); opacity: 0; -webkit-animation-timing-function: ease-out; } 100% { color: transparent; -webkit-transform: translate3d(0, 200%, 0); transform: translate3d(0, 200%, 0); } } /*-- //effect --*/ .w3_agile_form textarea { outline: none; background: none; border: 2px solid #b5b5b5; font-size: 13px; color: #212121; width: 100%; padding: .9em 0.9em; margin: 2em 0; min-height: 200px; letter-spacing: 1px; } .w3_agile_form textarea::-webkit-input-placeholder { color: #333 !important; } /*-- //input-effect --*/ .w3_agile_form input[type="submit"] { outline: none; background: #ff0101; color: #fff; padding: 1em 0; font-size: 1em; font-weight: bold; border: none; text-transform: uppercase; letter-spacing: 5px; width: 24%; } .w3_agile_form input[type="submit"]:hover { background: #ffce14; } .agile_map iframe { width: 100%; min-height: 479px; } .agile_map { padding: 0; } .w3_agile_contact_grid { padding: 2em 0 2em; text-align: center; background: #1d1d1d; } .w3_agile_contact_grid:nth-child(2) { margin: 0.5em 0; } .w3_agile_contact_grid p { color: #8c8989; line-height: 1.9em; } .agile_contact_grid_left i { font-size: 3em; color: #f33f1d; line-height: 2em; } .agile_contact_grid_right h4 { font-size: 1.5em; color: #ffce14; font-weight: 700; margin-bottom: .5em; letter-spacing: 2px; } .agile_contact_grid_right p a { color: #555; text-decoration: none; } .agile_contact_grid_right p span { display: block; } .w3_agile_mail_grid { padding-left: 0; } /*-- //contact--*/ /*-- footer --*/ .footer { background: #1d1c1c; padding: 1em 0; } .w3agile_footer_grid h3 { font-size: 1.7em; color: #fff; margin-bottom: 1em; position: relative; font-weight: 100; letter-spacing: 1px; } .w3agile_footer_grid { line-height: 2em; } .w3agile_footer_grid ul li { list-style-type: none; margin-bottom: 1.5em; } .w3agile_footer_grid ul li a { text-decoration: none; color: #999; } .w3agile_footer_grid ul li a i { color: #ffce14; margin-right: 4px; } .w3agile_footer_grid ul li a:hover { color: #ffce14; } .w3agile_footer_grid:nth-child(2) { padding-left: 4em; } .w3agile_footer_grid:nth-child(3) { padding-left: 3em; } ul.w3agile_footer_grid_list li { list-style-type: none; color: #999; line-height: 1.9em; margin-bottom: 1em; font-size: 0.9em; } ul.w3agile_footer_grid_list li span { display: block; margin: 1em 0 0; } ul.w3agile_footer_grid_list li span i { margin-right: 10px; color: #4cc2ff; } .w3agile_footer_grid_left { float: left; width: 33.33%; padding: .15em; } .w3agile_footer_grid p { font-size: 0.9em; color: #8e8c8c; } .agileinfo_copy_right { background: #151414; padding: 1.5em 0; } .agileinfo_copy_right_left { float: left; } .agileinfo_copy_right_right { float: right; } .agileinfo_copy_right_left p { color: #fff; line-height: 1.8em; } .agileinfo_copy_right_left p a { color: #ffce14; text-decoration: none; } .agileinfo_copy_right_left p a:hover { color: #fff; } ul.social li { display: inline-block; margin: 0 .5em; font-size: 1em; color: #999; } .social a { position: relative; display: -webkit-box; display: -webkit-flex; display: -ms-flexbox; display: flex; -webkit-box-align: center; -webkit-align-items: center; -ms-flex-align: center; align-items: center; -webkit-box-pack: center; -webkit-justify-content: center; -ms-flex-pack: center; justify-content: center; text-decoration: none; -webkit-transition: all .15s ease; transition: all .15s ease; z-index: 2; -webkit-backface-visibility: hidden; backface-visibility: hidden; } .social a:hover { color: #fff; } .social a:hover .tooltip { display: block; visibility: visible; opacity: 1; -webkit-transform: translate(0, -10px); transform: translate(0, -10px); } .social a:active { box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.5) inset; } .social .tooltip { opacity: 0; position: absolute; top: -20px; left: 50%; z-index: 1; -webkit-transition: all .15s ease; transition: all .15s ease; -webkit-backface-visibility: hidden; backface-visibility: hidden; } .social .tooltip span { position: relative; left: -50%; padding: 6px 8px 5px 8px; border-radius: 3px; color: #fff; font-size: .7rem; line-height: 1; z-index: 1; background: #ffce14; color: #fff; } .social .tooltip span:after { position: absolute; content: " "; width: 0; height: 0; top: 100%; left: 50%; margin-left: -8px; border: 8px solid transparent; border-top-color: #ffce14; } .social i { position: relative; top: 1px; font-size: 1em; color: #fff; margin-right: 11px; } .w3agile_footer_grid input[type="email"] { outline: none; color: #555; padding: 7px 10px; font-size: 0.9em; width: 100%; border: none; background: #ffffff; letter-spacing: 1px; margin-top: 2em; text-align: center; } .w3agile_footer_grid input[type="submit"] { outline: none; color: #fff; padding: 6px 0; font-size: 1em; width: 100%; background: #ff0101; border: none; text-transform: uppercase; margin-top: 0.5em; letter-spacing: 1px; -webkit-transition: all .15s ease; transition: all .15s ease; } .w3agile_footer_grid input[type="submit"]:hover { background: #ffce14; } /*-- //footer --*/ /*-- to-top --*/ #toTop { display: none; text-decoration: none; position: fixed; bottom: 20px; right: 2%; overflow: hidden; z-index: 999; width: 32px; height: 32px; border: none; text-indent: 100%; background: url(../images/arrow.png) no-repeat 0px 0px; } #toTopHover { width: 32px; height: 32px; display: block; overflow: hidden; float: right; opacity: 0; -moz-opacity: 0; filter: alpha(opacity=0); } /*-- //to-top --*/ /*-- /model --*/ .agileits_w3layouts_heding { margin: 0 auto; text-align: center; } .agileits_w3layouts_heding h3 { font-size: 2em; color: #111; letter-spacing: 2px; margin: 0.5em 0 0.7em 0; } .agileits_w3layouts_heding p { margin: 1em 0; } /*-- //model --*/ /*--start-responsive-design--*/ @media (max-width:1366px) { .w3layouts_banner_info_inner { text-align: center; margin-top: 5em; } .banner_inner_agileits { min-height: 300px; } #about h2, h3.wthree_text_info { font-size: 2.3em; } .agile_info_text { padding: 4.5em 3em; } #clients { min-height: 668px; padding-top: 5em; } } @media (max-width:1280px) { .agileits-banner-info h3 { font-size: 4.5em; } .agileits-banner-info { margin: 14em 0 14.5em 0; } .banner { min-height: 733px; } .agile_info_text { padding: 3.5em 3em; } #chart { width: 589px; height: 300px; margin: 30px auto 0; display: block; } .w3layouts_statistics_grid_right h4 { font-size: 1.3em; } } @media (max-width:1080px) { .social .tooltip { top: -20px; left: -26%; } .social .tooltip span { position: relative; left: -33%; } #chart #bars li { width: 66px; height: 300px; margin: 0; } #chart #bars li .bar { display: block; width: 54px; margin-left: 15px; bottom: 0; } #chart { width: 500px; height: 300px; margin: 30px auto 0; display: block; } .menu__link { font-size: 1.1em; } ul.menu__list { margin: 1em 0 0 1.5em; } .menu--puck .menu__link { margin: 0 0.5em; } .navbar-brand { font-size: 0.9em; } .agileits-banner-info { margin: 13em 0 10.5em 0; } .banner { min-height: 658px; } .agile_info_text { padding: 1.5em 1em; } .grid figure p { letter-spacing: 6px; } .grid figure figcaption { padding: 3em; } p.agile_des { margin: 0 auto; width: 98%; line-height: 2em; font-size: 1em; } .w3agile_footer_grid ul li a i { margin-right: 3px; } .feedback-top p { font-size: .8em; } ul.new_w3ls_agile li { margin-right: 1em; letter-spacing: 1px; font-size: 0.8em; } .input { max-width: 304px; } .agile_services, .mail { padding: 4em 0; } #about { padding-top: 4em; } } @media (max-width: 1050px) { .w3layouts_getin a, a.learn { font-size: 0.9em; padding: 0.6em 1em; } } @media (max-width: 1024px) { #chart { width: 487px; height: 300px; margin: 30px auto 0; display: block; } a.learn { margin: 0.2em 0 0 0; } .input { max-width: 308px; } span.input.input--chisato:nth-child(2) { margin: 0 0.2em; } .social .tooltip { top: -20px; left: -38%; } } @media (max-width: 991px) { .agileinfo_copy_right_left { float: none; text-align-last: center; margin-bottom: 1em; } .agileinfo_copy_right_right { float: none; text-align: center; } #chart { width: 487px; height: 300px; margin: 60px auto 0; display: block; } .wthree_banner_grid.bottom-head { height: 120px; float: left; width: 25%; } .buy-media { height: 120px; padding: 30px 10px; } .bottom-head a { height: 120px; } .bottom-head a:hover .buy-media { height: 160px; } .wthree_banner_grid h4 { font-size: 1em; padding-top: 1em; letter-spacing: 1px; } ul.menu__list { margin: 2em 0 0 0em; } .agileits-banner-info h3 { font-size: 4em; } .callbacks_tabs { top: 71%; left: 41.5%; } .agileits-banner-info { margin: 10em 0 7.5em 0; } .banner { min-height: 603px; } .w3layouts_about_grid_left { min-height: 350px; } .grid figure figcaption { padding: 6em; } .w3layouts_about_grid_left { margin-top: 2em; } .agile_info_text { padding: 2.5em 3em; } .w3layouts_getin_info { float: left; } .w3layouts_getin { float: right; } .feedback-img { float: left; width: 26%; } #clients { min-height: 668px; padding-top: 4em; } .w3agile_footer_grid:nth-child(2) { padding-left: 0em; margin: 2em 0; } .w3agile_footer_grid:nth-child(3) { padding-left: 0; margin-bottom: 2em; } .w3agile_footer_grid { line-height: 2em; padding: 0; margin-top: 1em; } .w3layouts_banner_info_inner { margin-top: 2em; } .w3layouts_banner_info_inner p { font-size: 0.9em; margin-top: .5em; letter-spacing: 6px; } .w3ls-markets-grid { float: left; width: 50%; margin-bottom: 1em; } .w3ls-markets-grid { float: left; width: 50%; margin-bottom: 0em; } .w3ls-markets-grid:nth-child(4), .w3ls-markets-grid:nth-child(5), .w3ls-markets-grid:nth-child(6) { margin: 0em 0 0 0; } .w3ls-markets-grid:nth-child(3), .w3ls-markets-grid:nth-child(4) { margin: 2em 0; } .agileinfo_portfolio_grid.project { float: left; width: 50%; } .agile_services, .mail, .footer { padding: 4em 0; } .agile_map iframe { width: 100%; min-height: 350px; margin-bottom: 2em; } .input { max-width: 100%; } span.input.input--chisato:nth-child(2) { margin: 0em; } .w3_agile_contact_grids_info { padding: 0; } .w3_stats_grid:nth-child(2) { margin: 1em 0; } } @media (max-width:900px) { .agileits-banner-info { margin: 8em 0 7.5em 0; } .banner { min-height: 576px; } .icon-right h5 { font-size: 1.3em; } } @media (max-width:800px) { .agileits-banner-info h3 { font-size: 3.4em; } .banner { min-height: 566px; } figure.effect-ruby p { padding: 2em; } } @media (max-width:768px) { #clients { min-height: 623px; padding-top: 4em; } #about h2, h3.wthree_text_info { font-size: 2.2em; } } @media (max-width: 767px) { .navbar-default .navbar-toggle { border-color: #212121; } .navbar-default .navbar-toggle .icon-bar { background-color: #212121; } .navbar-toggle { margin: 2em 0 0; } .navbar-default .navbar-toggle:hover, .navbar-default .navbar-toggle:focus { background-color: transparent; } .navbar-nav>li>a { margin-left: 0; } .navbar-right { float: none !important; } .navbar-nav { margin: 0; text-align: center; } .navbar-default .navbar-collapse, .navbar-default .navbar-form { border: none; position: absolute; width: 100%; z-index: 999; } .nav>li>a { display: block; } ul.menu__list { margin: 0.5em 0 0.5em 0em; } li.menu__item { width: 100%; line-height: 0.6em; } .menu--puck .menu__link { margin: 0 0 0.5em 0; padding: 0.8em 0; color: #fff; } .banner { min-height: 513px; } .open>.dropdown-menu { display: block; width: 100%; } .navbar-default .navbar-collapse, .navbar-default .navbar-form { background: #1f1e1e; margin-top: 1em; } .agile_short_dropdown { background: #ffce14; } .menu--puck .menu__link:hover, .menu--puck .menu__link:focus { color: #ff0101; } nav.navbar.navbar-default { margin-top: 0em; } .navbar-nav .open .dropdown-menu>li>a { line-height: 20px; } .navbar-collapse.in { overflow-y: inherit!important; } .agileits_w3layouts_sign_in a { padding: 0.5em 2em; letter-spacing: 1px; } .agileits_w3layouts_sign_in { float: right; margin-top: 1.2em; } .navbar-brand { font-size: 0.8em; line-height: 63px; } .banner_inner_agileits { min-height: 254px; } .w3layouts_banner_info_inner h2 { font-size: 2.3em; } #about h2, h3.wthree_text_info { font-size: 2em; } h3.wthree_text_info.three { font-size: 2em; margin: 1em 0 0.5em 0px; } p.agile_des { margin: 0 auto; width: 98%; line-height: 2em; font-size: 0.9em; } } @media (max-width:736px) { .navbar-brand { font-size: 0.9em; padding: 15px 0; } .agile_info_text h4 { font-size: 1.6em; } } @media (max-width:667px) { .agile_services, .mail { padding: 3em 0; } #about { padding-top: 4em; } #chart { width: 487px; height: 300px; margin: 60px auto 30px; display: block; } .w3layouts_getin_info h3 { letter-spacing: 3px; font-size: 1.4em; } .w3layouts_bottom { padding: 3em 0; } #about { padding-top: 3em; } .agile_services, .mail, .footer { padding: 3em 0; } .agile_inner_grids { margin-top: 2em; } } @media (max-width:640px) { .agileits-banner-info { margin: 6em 0 5.5em 0; } .banner { min-height: 461px; } .agileits-banner-info p { font-size: 0.9em; letter-spacing: 9px; } .agile_info_text { padding: 2em 2em; } } @media (max-width:600px) { .wthree_banner_grid h4 { font-size: 0.9em; padding-top: 1em; letter-spacing: 1px; } #about h2, h3.wthree_text_info { font-size: 1.8em; } .buy-media { height: 120px; padding: 30px 0px; } .w3_agile_form input[type="submit"] { padding: 1em 0; font-size: 0.9em; letter-spacing: 4px; width: 40%; } } @media (max-width:568px) { .agileits-banner-info h3 { font-size: 3em; } .banner { min-height: 448px; } .w3layouts_banner_info_inner h2 { font-size: 2em; } h3.agileits-icons-title { font-size: 24px; } h3.icon-subheading { font-size: 19px; } .w3layouts_statistics_grid_right h4 { font-size: 1.2em; margin-bottom: 0.3em; } figure.effect-ruby p { padding: 1em; } .agileits-banner-info h3 { font-size: 2.5em; } .wthree_banner_grid h4 { font-size: 0.8em; padding-top: 1em; letter-spacing: 1px; } #about h2, h3.wthree_text_info { font-size: 1.8em; line-height: 1.5em; } .grid figure figcaption { padding: 2em; } } @media (max-width:480px) { .w3layouts_getin_info { float: none; padding: 0; text-align: center; } .w3layouts_getin { float: none; margin-top: 1.5em; text-align: center; } #chart { width: 446px; height: 300px; margin: 60px auto 30px; display: block; } #chart #numbers { height: 100%; width: 46px; margin: -6px; } #chart #bars li span { bottom: -2em; left: 9px; font-size: 0.8em; } .agile_info_bar { padding: 0; } .buy-media { height: 100px; padding: 20px 0px; } .bottom-head a { height: 100px; } .bottom-head a:hover .buy-media { height: 120px; } .wthree_banner_grid.bottom-head { height: 100px; float: left; width: 25%; } .banner { min-height: 383px; } h3.wthree_text_info.three { font-size: 1.6em; margin: 1em 0 0.5em 0px; } .w3agile_footer_grid h3 { font-size: 1.4em; } } @media (max-width:440px) { #chart #bars li .bar { display: block; width: 33px; margin-left: 2px; bottom: 0; } #chart #bars li { width: 56px; height: 300px; margin: 0; } #chart { width: 371px; height: 300px; margin: 60px auto 30px; display: block; } #chart #bars li span { bottom: -2em; left: -5px; font-size: 0.7em; } .agileits-banner-info p { font-size: 0.8em; letter-spacing: 6px; } .callbacks_tabs li { margin: 0px 3px; } .agileits-banner-info { margin: 5em 0 4em 0; } #about h2, h3.wthree_text_info { font-size: 1.6em; line-height: 1.5em; } .banner { min-height: 408px; } .agileits-banner-info h3 { font-size: 2.3em; letter-spacing: 3px; } .wthree_banner_grid h4 { font-size: 0.7em; padding-top: 1em; letter-spacing: 1px; } figure.effect-ruby h3 { font-size: 1.6em; } figure.effect-ruby p { padding: 1em; letter-spacing: 3px; font-size: 0.8em; } .agileinfo_portfolio_grid.project { float: left; width: 100%; } } @media (max-width:414px) { #chart #bars li .bar { display: block; width: 33px; margin-left: 2px; bottom: 0; } #chart #bars li { width: 56px; height: 300px; margin: 0; } #chart { width: 371px; height: 300px; margin: 60px auto 30px; display: block; } #chart #bars li span { bottom: -2em; left: -5px; font-size: 0.7em; } .agile_services, .mail, .footer { padding: 2em 0; } .wthree_banner_grid i { font-size: 1.6em; } .wthree_banner_grid.bottom-head { height: 100px; float: left; width: 50%; } .wthree_banner_grid h4 { font-size: 0.9em; padding-top: 1em; letter-spacing: 1px; } .agile_info_text { padding: 2em 1em; } .w3layouts_getin_info h3 { letter-spacing: 2px; font-size: 1.4em; } .agile_inner_grids { margin-top: 1em; } #clients { min-height: 545px; padding-top: 3em; } .w3layouts_banner_info_inner h2 { font-size: 1.8em; } .banner_inner_agileits { min-height: 228px; } .agile_map iframe { width: 100%; min-height: 277px; margin-bottom: 2em; } .callbacks_tabs { top: 74%; left: 36.5%; } .agileits_w3layouts_sign_in a { padding: 0.5em 1.5em; letter-spacing: 1px; } } @media (max-width:384px) { #chart #bars li { width: 51px; height: 300px; margin: 0; } #chart { width: 350px; height: 300px; margin: 60px auto 30px; display: block; } .agileits-banner-info { margin: 2em 0 3em 0; } } @media (max-width:375px) { #chart #bars li { width: 47px; height: 300px; margin: 0; } #chart { width: 340px; height: 300px; margin: 60px auto 30px; display: block; } .navbar-brand { font-size: 0.7em; } .agileits-banner-info h3 { font-size: 2em; letter-spacing: 3px; } #about { padding-top: 2em; } .w3layouts_bottom { padding: 2em 0; } .w3layouts_getin_info h3 { letter-spacing: 1px; font-size: 1.4em; } .feedback-img-info h5 { font-size: 1.1em; } #about h2, h3.wthree_text_info { font-size: 1.4em; line-height: 1.5em; } .w3layouts_statistics_grid_right h4 { font-size: 1.1em; margin-bottom: 0.3em; } #chart #bars li span { bottom: -5em; left: -5px; font-size: 0.7em; } } @media (max-width:320px) { #chart #bars li .bar { display: block; width: 28px; margin-left: 2px; bottom: 0; } #chart #bars li { width: 42px; height: 300px; margin: 0; } #chart { width: 287px; height: 300px; margin: 60px auto 20px; display: block; } }
css/style.css
html, body { font-size: 100%; font-family: 'Open Sans', sans-serif; background: #000; margin: 0; } p, ul li, ol li { margin: 0; font-size: 14px; letter-spacing: 1px; line-height: 1.9em; color: #555; } h1, h2, h3, h4, h5, h6 { font-family: 'Cabin Condensed', sans-serif; margin: 0; } ul, label { margin: 0; padding: 0; } body a:hover { text-decoration: none; } input[type="submit"], input[type="reset"], .w3layouts_banner_info_right ul li a, .wthree_copy_right p a, .agile_map_grid ul li a, .agileits_w3layouts_footer_grid ul li a { transition: .5s ease-in; -webkit-transition: .5s ease-in; -moz-transition: .5s ease-in; -o-transition: .5s ease-in; -ms-transition: .5s ease-in; } /*-- banner --*/ .banner { background: url(../images/sae/car1.jpg) no-repeat 0px 0px; background-size: cover; -webkit-background-size: cover; -moz-background-size: cover; -o-background-size: cover; -ms-background-size: cover; min-height: 780px; } /*-- nav --*/ .navbar-default { background: none; border: none; } .navbar { margin-bottom: 0; } .navbar-brand { font-size: 1em; line-height: 73px; text-transform: uppercase; letter-spacing: 1px; font-weight: bold; padding: 15px 0; } .navbar-brand span { line-height: 0.5; padding: 13px; display: inline-block; border: 4px solid #f1c112; } .navbar-default .navbar-brand, .navbar-default .navbar-brand:hover, .navbar-default .navbar-brand:focus { color: #0b0d0c; } .navbar-default .navbar-nav>.active>a, .navbar-default .navbar-nav>.active>a:hover, .navbar-default .navbar-nav>.active>a:focus { color: #ff0101; background: none; } .navbar-nav>li>a { padding: 0; font-weight: bold; margin: 0 1.5em; padding: 0 0 0.5em; text-transform: uppercase; line-height: 3; letter-spacing: 2px; } .navbar-default .navbar-nav>li>a { color: #0b0d0c; } .navbar-collapse { padding: 0; border-top: none; box-shadow: none; } .navbar-default .navbar-collapse, .navbar-default .navbar-form { border: none; } .navbar-right { float: left !important; margin-right: 0; margin-left: 0em; } .navbar-nav { float: left; margin: 1.7em 0em 0 6em; } .navbar-default .navbar-nav>li>a:hover, .navbar-default .navbar-nav>li>a:focus { color: #ff0101; } .nav>li>a { font-family: 'Cabin Condensed', sans-serif; } .agileits_w3layouts_sign_in { float: right; margin-top: 2em; } .agileits_w3layouts_sign_in a { padding: 0.6em 2em; color: #fff; background: #000; text-decoration: none; letter-spacing: 2px; border-radius: 4px; -webkit-border-radius: 4px; -o-border-radius: 4px; -moz-border-radius: 4px; } .agileits_w3layouts_sign_in a:hover { color: #ffce14; } nav.navbar.navbar-default { margin-top: 1em; } /*-- //nav --*/ .agile_short_dropdown { border-radius: 0; background: #ffffff; text-align: center; padding: 0; border: none; } .agile_short_dropdown li a { text-transform: uppercase; color: #212121; font-size: 13px; font-weight: 600; padding: .8em 0; } .agile_short_dropdown>li>a:hover { color: #fff; text-decoration: none; background-color: #ff0101; } .menu__list { position: relative; list-style: none; } .menu__link { font-size: 1.05em; font-weight: bold; display: block; padding: 1em; cursor: pointer; -webkit-user-select: none; -moz-user-select: none; -ms-user-select: none; user-select: none; -webkit-touch-callout: none; -khtml-user-select: none; -webkit-tap-highlight-color: rgba(0, 0, 0, 0); } /* Common styles for all menus */ .menu__list { position: relative; display: -webkit-flex; display: flex; -webkit-flex-wrap: wrap; flex-wrap: wrap; margin: 0; padding: 0; list-style: none; } .menu__link { font-size: 1.2em; font-weight: bold; padding: 1em; cursor: pointer; -webkit-user-select: none; -moz-user-select: none; -ms-user-select: none; user-select: none; -webkit-touch-callout: none; -khtml-user-select: none; -webkit-tap-highlight-color: rgba(0, 0, 0, 0); letter-spacing: 1px; font-family: 'Cabin Condensed', sans-serif; } ul.menu__list { margin: 1em 0 0 5em; } .menu__link:hover, .menu__link:focus { outline: none; } /* Puck (by @eden_sg) */ .menu--puck .menu__link { position: relative; display: block; margin: 0 0.8em; text-align: center; color: #000000; -webkit-transition: color 0.4s; transition: color 0.4s; letter-spacing: 1px; } .menu--puck .menu__link:hover, .menu--puck .menu__link:focus { color: #111; } .menu--puck .menu__item--current .menu__link { color: #da1818; } .menu--puck .menu__link::before, .menu--puck .menu__link::after { content: ''; position: absolute; left: 0; width: 100%; height: 4px; background: #ffce14; -webkit-transform: scale3d(0, 1, 1); transform: scale3d(0, 1, 1); -webkit-transition: -webkit-transform 0.2s; transition: transform 0.2s; } .menu--puck .menu__link::before { bottom: -5px; height: 1px; -webkit-transition-delay: 0.1s; transition-delay: 0.1s; } .menu--puck .menu__link::after { bottom: 0; } .menu--puck .menu__item--current .menu__link::before, .menu--puck .menu__item--current .menu__link::after { -webkit-transform: scale3d(1, 1, 1); transform: scale3d(1, 1, 1); -webkit-transition-timing-function: cubic-bezier(0, 1.54, 0.34, 1); transition-timing-function: cubic-bezier(0, 1.54, 0.34, 1); -webkit-transition-duration: 0.8s; transition-duration: 0.8s; } /*-- nav-effect --*/ /*-- sign-in --*/ .agileits_signin_form input[type="text"], .agileits_signin_form input[type="password"], .agileits_signin_form input[type="email"] { width: 100%; padding: 10px; font-size: 0.9em; margin: 0 0 1em; outline: none; color: #212121; border: 1px solid #bfbfbf; letter-spacing: 1px; text-align: center; } .agileits_signin_form input[type="text"] { background: none; display: block; } .agileits_signin_form input[type="password"] { background: none; display: block; } .agileits_signin_form input[type="text"]::-webkit-input-placeholder, .agileits_signin_form input[type="email"]::-webkit-input-placeholder, .agileits_signin_form input[type="password"]::-webkit-input-placeholder { color: #212121; !important; } .agileits_signin_form input[type="submit"] { padding: 10px 0; width: 100%; font-size: 1em; border: none; color: #fff; background: #0c0c0c; outline: none; font-weight: 600; letter-spacing: 3px; } .agileits_signin_form input[type="submit"]:hover { background: #ffce14; } .agileits_signin_form p { font-size: 0.9em; color: #212121; letter-spacing: 1px; padding: 2em 0; } .agileits_signin_form p a { color: #ff0101; text-decoration: underline; } .agileits_signin_form p a:hover { color: #212121; } .agileinfo_sign { font-size: 2em; color: #f62b2b; margin-bottom: 1em; letter-spacing: 2px; } .w3agile_social_icons ul li { display: inline-block; margin-right: 1em; } li.wthree_follow { font-size: 0.9em; } .w3agile_social_icons ul li:last-child { margin-right: 0; } .wthree_follow { font-size: 1.2em; color: #212121; } .agile_remember_left { float: left; } .agile_remember_left label, .agileinfo_subscribe label { font-size: 14px; font-weight: 600; color: #212121; text-transform: capitalize; margin: 0; } .agile_remember_right { float: right; } .checkbox { position: relative; padding-left: 30px !important; cursor: pointer; } .checkbox i { position: absolute; bottom: 2px; left: 0; display: block; width: 15px; height: 15px; outline: none; border: 1px solid #5B5B5B; background: #FFF; } .checkbox input+i:after, .radio input+i:after { position: absolute; opacity: 0; transition: opacity 0.1s; -o-transition: opacity 0.1s; -ms-transition: opacity 0.1s; -moz-transition: opacity 0.1s; -webkit-transition: opacity 0.1s; } .checkbox input:checked+i:after, .radio input:checked+i:after { opacity: 1; } .checkbox input, .radio input { position: absolute; left: -9999px; } .checkbox input+i:after { content: ''; background: url(../images/tick.png) no-repeat 0px 0px; top: -4px; left: 0px; width: 18px; height: 18px; text-align: center; } .agile_remember_right a { font-size: 14px; color: #ff0101; text-decoration: underline; letter-spacing: 1px; } .agile_remember_right a:hover { color: #212121; } .agile_remember { padding: 1.5em 0; } .w3agile_social_icons ul li i { color: #212121; } /*-- //sign-in --*/ /*-- /banner-info --*/ /*--slider--*/ #slider2, #slider3 { box-shadow: none; -moz-box-shadow: none; -webkit-box-shadow: none; margin: 0 auto; } .rslides_tabs li:first-child { margin-left: 0; } .rslides_tabs .rslides_here a { background: rgba(255, 255, 255, .1); color: #fff; font-weight: bold; } .events { list-style: none; } .callbacks_container { position: relative; float: left; width: 100%; } .callbacks { position: relative; list-style: none; overflow: hidden; width: 100%; padding: 0; margin: 0; } .callbacks li { position: absolute; width: 100%; } .callbacks img { position: relative; z-index: 1; height: auto; border: 0; } .callbacks .caption { display: block; position: absolute; z-index: 2; font-size: 20px; text-shadow: none; color: #fff; left: 0; right: 0; padding: 10px 20px; margin: 0; max-width: none; top: 10%; text-align: center; } .callbacks_nav { position: absolute; -webkit-tap-highlight-color: rgba(0, 0, 0, 0); bottom: -59%; left: 40px; opacity: 0.7; z-index: 3; text-indent: -9999px; overflow: hidden; text-decoration: none; height: 52px; width: 36px; display: none; } .callbacks_nav.next { left: auto; left: 141px; } .callbacks_nav.prev { left: auto; left: 100px; } #slider3-pager a { display: inline-block; } #slider3-pager span { float: left; } #slider3-pager span { width: 100px; height: 15px; background: #fff; display: inline-block; border-radius: 30em; opacity: 0.6; } #slider3-pager .rslides_here a { background: #FFF; border-radius: 30em; opacity: 1; } #slider3-pager a { padding: 0; } #slider3-pager li { display: inline-block; } .rslides { position: relative; list-style: none; overflow: hidden; width: 100%; padding: 0; } .rslides li { -webkit-backface-visibility: hidden; position: absolute; display: none; width: 100%; left: 0; top: 0; } .rslides li { position: relative; display: block; float: left; } .rslides img { height: auto; border: 0; } .callbacks_tabs { list-style: none; position: absolute; top: 71%; left: 45.5%; padding: 0; margin: 0; display: block; z-index: 99; } .slider-top span { font-weight: 600; } .callbacks_tabs li { display: inline-block; margin: 0px 7px; } /*----*/ .callbacks_tabs a { visibility: hidden; } .callbacks_tabs a:after { content: "\f111"; font-size: 0; font-family: FontAwesome; visibility: visible; display: block; height: 10px; width: 10px; display: inline-block; background: #ffffff; border-radius: 50%; -webkit-border-radius: 50%; -o-border-radius: 50%; -moz-border-radius: 50%; -ms-border-radius: 50%; } .callbacks_here a:after { background: #ffce14; } .agileits-banner-info { text-align: center; margin: 16em 0 15.5em 0; } .agileits-banner-info h3 { color: #fff; text-transform: uppercase; font-size: 5.2em; font-weight: bold; letter-spacing: 5px; text-shadow: 1px 1px 2px rgba(12, 12, 12, 0.57); -webkit-text-shadow: 1px 1px 2px rgba(12, 12, 12, 0.57); -o-text-shadow: 1px 1px 2px rgba(12, 12, 12, 0.57); -moz-text-shadow: 1px 1px 2px rgba(12, 12, 12, 0.57); } .agileits-banner-info p { font-size: 0.9em; text-transform: uppercase; letter-spacing: 12px; color: #ffce14; font-weight: 600; } /*-- //banner-text --*/ .wthree_banner_grid.bottom-head { text-align: center; background: #ff0101; padding: 0; height: 150px; } .bottom-head a { text-decoration: none; display: block; height: 150px; position: relative; transition: 0.5s all; -webkit-transition: 0.5s all; -o-transition: 0.5s all; -moz-transition: 0.5s all; -ms-transition: 0.5s all; } .buy-media { position: absolute; bottom: 0; height: 150px; overflow: hidden; padding: 30px; width: 100%; background-color: #ff0101; -webkit-transform: translate3d(0, 0, 0); transform: translate3d(0, 0, 0); -webkit-transition: -webkit-transform .2s ease, height .2s ease; -moz-transition: -moz-transform .2s ease, height .2s ease; -o-transition: -o-transform .2s ease, height .2s ease; transition: transform .2s ease, height .2s ease; } .bottom-head a:hover .buy-media { height: 220px; transition: 0.5s all; -webkit-transition: 0.5s all; -o-transition: 0.5s all; -moz-transition: 0.5s all; -ms-transition: 0.5s all; width: 100%; background-color: #ef0101; position: absolute; bottom: 0; left: 0; } .wthree_banner_grid.bottom-head:hover .buy-media h4 { color: #ffce14; } .wthree_banner_grid:nth-child(2) { border-left: 1px ridge #da0606; border-right: 1px solid #da0606; } .wthree_banner_grid:nth-child(3) { border-right: 1px solid #da0606; } .wthree_banner_grid i { font-size: 2.2em; color: #fff; } .wthree_banner_grid h4 { text-transform: capitalize; font-size: 1.1em; color: #fff; padding-top: 1em; letter-spacing: 2px; } .agileits_more ul li { display: inline-block; } /*-- //banner-info --*/ /*-- about--*/ .w3_statistics_grid_left_grid { position: relative; } .w3ls_play_icon { position: absolute; bottom: 45%; left: 45%; font-size: 1.5em; width: 70px; height: 40px; background: #f5232e; color: #fff; text-align: center; border-radius: 5px; } .w3ls_play_icon i { line-height: 1.6em; } .w3ls_play_icon:hover, .w3ls_play_icon:focus { color: #fff; } .w3layouts_statistics_grid_right h4 { font-size: 1.5em; line-height: 1.5em; color: #ff0101; text-transform: capitalize; margin-bottom: 1em; letter-spacing: 1px; } .w3_stats_grid { text-align: center; } .w3layouts_stats_grid1 { width: 80px; height: 80px; background: #ffcd18; border-radius: 50%; margin: 0 auto 0; text-align: center; margin-left: 90px; } .w3layouts_stats_grid1 i { font-size: 1.6em; color: #000; line-height: 3.2em; } .w3layouts_statistics_grid_right p { margin-bottom: 2em; } #about { padding-top: 5em; } #about h2 { font-size: 2.5em; font-weight: 700; letter-spacing: 2px; color: #fff; margin-bottom: 1em; text-transform: uppercase; text-align: center; font-family: 'Cabin Condensed', sans-serif; } #about h2 span { font-weight: 300; font-family: 'Open Sans', sans-serif; } h3.wthree_text_info { font-size: 2.5em; font-weight: 700; letter-spacing: 2px; color: #fa930b; margin-bottom: 1em; text-transform: uppercase; } h3.wthree_text_info.three { text-transform: none; font-size: 2.3em; margin: 1em 0; } h3.wthree_text_info span { font-weight: 300; font-family: 'Open Sans', sans-serif; } p.agile_des { margin: 0 auto; width: 95%; text-align: center; color: #444; line-height: 2em; font-weight: 600; font-size: 1.1em; } .agile_inner_grids { margin-top: 4em; } .w3layouts_about_grid_left { background: url(../images/sae/team/team1.jpg) no-repeat 0px 0px; background-size: cover; -webkit-background-size: cover; -moz-background-size: cover; -o-background-size: cover; -ms-background-size: cover; min-height: 390px; } /*-- odometer --*/ .odometer { font-size: 3em; color: #FF8C00; font-weight: 600; } .w3_stats_grid p { font-size: 1em; color: #ff0101; margin: 0 0 0; font-weight: 600; } .odometer.odometer-auto-theme, .odometer.odometer-theme-car { display: -moz-inline-box; -moz-box-orient: vertical; display: inline-block; vertical-align: middle; *vertical-align: auto; position: relative; } .odometer.odometer-auto-theme .odometer-digit, .odometer.odometer-theme-car .odometer-digit { display: -moz-inline-box; -moz-box-orient: vertical; display: inline-block; vertical-align: middle; *vertical-align: auto; position: relative; } .odometer.odometer-auto-theme .odometer-digit, .odometer.odometer-theme-car .odometer-digit { *display: inline; } .odometer.odometer-auto-theme .odometer-digit .odometer-digit-spacer, .odometer.odometer-theme-car .odometer-digit .odometer-digit-spacer { display: -moz-inline-box; -moz-box-orient: vertical; display: inline-block; vertical-align: middle; *vertical-align: auto; visibility: hidden; } .odometer.odometer-auto-theme .odometer-digit .odometer-digit-spacer, .odometer.odometer-theme-car .odometer-digit .odometer-digit-spacer { *display: inline; } .odometer.odometer-auto-theme .odometer-digit .odometer-digit-inner, .odometer.odometer-theme-car .odometer-digit .odometer-digit-inner { text-align: left; display: block; position: absolute; top: 0; left: 0; right: 0; bottom: 0; overflow: hidden; } .odometer.odometer-auto-theme .odometer-digit .odometer-ribbon, .odometer.odometer-theme-car .odometer-digit .odometer-ribbon { display: block; } .odometer.odometer-auto-theme .odometer-digit .odometer-ribbon-inner, .odometer.odometer-theme-car .odometer-digit .odometer-ribbon-inner { display: block; -webkit-backface-visibility: hidden; } .odometer.odometer-auto-theme .odometer-digit .odometer-value, .odometer.odometer-theme-car .odometer-digit .odometer-value { display: block; -webkit-transform: translateZ(0); } .odometer.odometer-auto-theme .odometer-digit .odometer-value.odometer-last-value, .odometer.odometer-theme-car .odometer-digit .odometer-value.odometer-last-value { position: absolute; } .odometer.odometer-auto-theme.odometer-animating-up .odometer-ribbon-inner, .odometer.odometer-theme-car.odometer-animating-up .odometer-ribbon-inner { -webkit-transition: -webkit-transform 2s; -moz-transition: -moz-transform 2s; -ms-transition: -ms-transform 2s; -o-transition: -o-transform 2s; transition: transform 2s; } .odometer.odometer-auto-theme.odometer-animating-up.odometer-animating .odometer-ribbon-inner, .odometer.odometer-theme-car.odometer-animating-up.odometer-animating .odometer-ribbon-inner { -webkit-transform: translateY(-100%); -moz-transform: translateY(-100%); -ms-transform: translateY(-100%); -o-transform: translateY(-100%); transform: translateY(-100%); } .odometer.odometer-auto-theme.odometer-animating-down .odometer-ribbon-inner, .odometer.odometer-theme-car.odometer-animating-down .odometer-ribbon-inner { -webkit-transform: translateY(-100%); -moz-transform: translateY(-100%); -ms-transform: translateY(-100%); -o-transform: translateY(-100%); transform: translateY(-100%); } .odometer.odometer-auto-theme.odometer-animating-down.odometer-animating .odometer-ribbon-inner, .odometer.odometer-theme-car.odometer-animating-down.odometer-animating .odometer-ribbon-inner { -webkit-transition: -webkit-transform 2s; -moz-transition: -moz-transform 2s; -ms-transition: -ms-transform 2s; -o-transition: -o-transform 2s; transition: transform 2s; -webkit-transform: translateY(0); -moz-transform: translateY(0); -ms-transform: translateY(0); -o-transform: translateY(0); transform: translateY(0); } .odometer.odometer-auto-theme .odometer-digit, .odometer.odometer-theme-car .odometer-digit { padding: 0 0.1em; } .odometer.odometer-auto-theme .odometer-digit .odometer-digit-inner, .odometer.odometer-theme-car .odometer-digit .odometer-digit-inner { left: 0.09em; } .odometer.odometer-auto-theme.odometer-animating-up .odometer-ribbon-inner, .odometer.odometer-auto-theme.odometer-animating-down.odometer-animating .odometer-ribbon-inner, .odometer.odometer-theme-car.odometer-animating-up .odometer-ribbon-inner, .odometer.odometer-theme-car.odometer-animating-down.odometer-animating .odometer-ribbon-inner { -webkit-transition-timing-function: linear; -moz-transition-timing-function: linear; -ms-transition-timing-function: linear; -o-transition-timing-function: linear; transition-timing-function: linear; } /*-- //odometer --*/ /*-- portfolio --*/ .agileits_portfolio_grid:before, .agileits_portfolio_grid.project_icon:before { content: "\f06e"; font-size: 1.5em; width: 60px; height: 60px; line-height: 2.9em; background: #ff0101; font-family: FontAwesome; color: #fff; text-align: center; position: absolute; z-index: 10; left: 50%; top: 50%; -webkit-transform: translateX(-50%) translateY(-50%) scale(0.3, 0.3); -moz-transform: translateX(-50%) translateY(-50%) scale(0.3, 0.3); -ms-transform: translateX(-50%) translateY(-50%) scale(0.3, 0.3); transform: translateX(-50%) translateY(-50%) scale(0.3, 0.3); -webkit-border-radius: 50%; -moz-border-radius: 50%; border-radius: 50%; -webkit-transition: all .3s cubic-bezier(0.6, -0.28, 0.735, 0.045) 0s; -moz-transition: all .3s cubic-bezier(0.6, -0.28, 0.735, 0.045) 0s; -ms-transition: all .3s cubic-bezier(0.6, -0.28, 0.735, 0.045) 0s; -o-transition: all .3s cubic-bezier(0.6, -0.28, 0.735, 0.045) 0s; transition: all .3s cubic-bezier(0.6, -0.28, 0.735, 0.045) 0s; opacity: 0; filter: alpha(opacity=0); } .agileits_portfolio_grid:after { content: ' '; position: absolute; z-index: 1; top: 0; left: 0; bottom: 0; right: 0; opacity: 0; -webkit-transition: opacity .3s ease; -moz-transition: opacity .3s ease; -ms-transition: opacity .3s ease; -o-transition: opacity .3s ease; transition: opacity .3s ease; } .agileinfo_portfolio_grid:hover .agileits_portfolio_grid:after { opacity: 1; } .agileinfo_portfolio_grid:hover .agileits_portfolio_grid:before { opacity: 1; filter: alpha(opacity=100); -webkit-transform: translateX(-50%) translateY(-50%) scale(1, 1); -moz-transform: translateX(-50%) translateY(-50%) scale(1, 1); -ms-transform: translateX(-50%) translateY(-50%) scale(1, 1); transform: translateX(-50%) translateY(-50%) scale(1, 1); -webkit-transition: all .3s cubic-bezier(0.175, 0.885, 0.32, 1.275) 0.1ms; -moz-transition: all .3s cubic-bezier(0.175, 0.885, 0.32, 1.275) 0.1ms; -ms-transition: all .3s cubic-bezier(0.175, 0.885, 0.32, 1.275) 0.1ms; -o-transition: all .3s cubic-bezier(0.175, 0.885, 0.32, 1.275) 0.1ms; transition: all .3s cubic-bezier(0.175, 0.885, 0.32, 1.275) 0.1ms; } /*--flexisel--*/ .flex-slider { background: #222227; padding: 70px 0 165px 0; } #flexiselDemo1 { display: none; } .nbs-flexisel-container { position: relative; max-width: 100%; } .nbs-flexisel-ul { position: relative; width: 9999px; margin: 0px; padding: 0px; list-style-type: none; } .nbs-flexisel-inner { overflow: hidden; margin: 0 auto; padding: 0; } .nbs-flexisel-item { float: left; margin: 0; padding: 0px; position: relative; line-height: 35px; } .nbs-flexisel-item>img { cursor: pointer; position: relative; } /*---- Nav ---*/ .nbs-flexisel-nav-left, .nbs-flexisel-nav-right { width: 40px; height: 40px; position: absolute; cursor: pointer; z-index: 100; background: none; top: -5% !important; border-radius: 5px; display: none; } .nbs-flexisel-nav-left { left: 91%; } .nbs-flexisel-nav-right { right: 1.2%; background: none; } /*--//flexisel--*/ .agileinfo_portfolio_grid.project { padding: 0; } .agileits_portfolio_grid.project_icon:before { line-height: 2.5em!important; } /*-- //portfolio --*/ .banner_inner_agileits { background: url(../images/sae/car1.jpg) no-repeat 0px -100px; background-size: cover; -webkit-background-size: cover; -moz-background-size: cover; -o-background-size: cover; -ms-background-size: cover; min-height: 650px; } .w3layouts_banner_info_inner { text-align: center; margin-top: 7em; } .w3layouts_banner_info_inner h2 { font-size: 2.5em; font-weight: 700; letter-spacing: 2px; color: #fff; text-transform: uppercase; text-align: center; font-family: 'Cabin Condensed', sans-serif; } .w3layouts_banner_info_inner h2 span { font-weight: 300; font-family: 'Open Sans', sans-serif; } .w3layouts_banner_info_inner p { font-size: 1em; color: #ffce14; font-weight: 300; margin-top: .5em; letter-spacing: 7px; } /*--services--*/ .icon-left { float: left; width: 60px; height: 60px; text-align: center; padding: 1.2em 0 0 0; margin-right: 1em; background: #fff; border: 1px solid #000; border-radius: 4px; -webkit-border-radius: 4px; -o-border-radius: 4px; -moz-border-radius: 4px; } .icon-right { float: left; width: 70%; } .icon-left i.fa { color: #000; font-size: 1.4em; line-height: 19px; -webkit-transition: 0.5s all; -moz-transition: 0.5s all; -ms-transition: 0.5s all; -o-transition: 0.5s all; transition: 0.5s all; } .icon-right h5 { color: #000; font-size: 1.5em; margin: 0; font-weight: 600; letter-spacing: 1px; -webkit-transition: 0.5s all; -moz-transition: 0.5s all; -ms-transition: 0.5s all; -o-transition: 0.5s all; transition: 0.5s all; } .icon-right p { margin: 0.5em 0 1em 0; } .w3ls-markets-grid:nth-child(4), .w3ls-markets-grid:nth-child(5), .w3ls-markets-grid:nth-child(6) { margin: 3em 0 0 0; } .agileits-icon-grid a { display: block; text-decoration: none; color: #000; text-align: center; font-size: 15px; letter-spacing: 1px; padding: 8px 0; width: 100%; border-top: 1px solid #ffce14; border-bottom: 1px solid #ffce14; margin-top: 1em; -webkit-transition: 0.5s all; -moz-transition: 0.5s all; -ms-transition: 0.5s all; -o-transition: 0.5s all; transition: 0.5s all; font-weight: 600; background: #ffce14; } .w3ls-markets-grid:hover .agileits-icon-grid a { border-color: #000; background: #000; color: #fff; } .w3ls-markets-grid:hover .icon-left { webkit-animation: fa-spin 3s infinite linear; animation: fa-spin 3s infinite linear; background: #ff0101; border: 1px solid #ff0101; } .agileits-icon-grid a:focus { outline: none; } .agileits-icon-grid:hover a { border-color: #ff0101; } .agileits-icon-grid:hover .icon-left i { color: #fff; } .agileits-icon-grid:hover .icon-right h5 { color: #ff0101; } .agile_services, .mail { padding: 5em 0; } h3.wthree_text_info.two { text-align: center; } /*--//Services--*/ /*--/news--*/ .grid figure { position: relative; overflow: hidden; background: #000000; text-align: center; } .grid figure img { position: relative; display: block; opacity: 0.8; } .grid figure figcaption { padding: 4em; -webkit-backface-visibility: hidden; backface-visibility: hidden; } .grid figure figcaption::before, .grid figure figcaption::after { pointer-events: none; } .grid figure figcaption { position: absolute; top: 0; left: 0; width: 100%; height: 100%; } .grid figure h3 { font-weight: 300; letter-spacing: 2px; color: #fff; } .grid figure h3 span { font-weight: 700; color: #ff0101; } .grid figure p { letter-spacing: 10px; color: #fff; line-height: 2em; } /***** Ruby *****/ /*---------------*/ figure.effect-ruby { background-color: #0e0e0e; } figure.effect-ruby img { opacity: 0.7; -webkit-transition: opacity 0.35s, -webkit-transform 0.35s; transition: opacity 0.35s, transform 0.35s; -webkit-transform: scale(1.15); transform: scale(1.15); } figure.effect-ruby:hover img { opacity: 0.5; -webkit-transform: scale(1); transform: scale(1); } figure.effect-ruby h3 { margin-top: 16%; -webkit-transition: -webkit-transform 0.35s; transition: transform 0.35s; -webkit-transform: translate3d(0, 20px, 0); transform: translate3d(0, 20px, 0); margin-bottom: 1em; font-size: 2em; } figure.effect-ruby p { margin: 1em 0 0; padding: 3em; border: 1px solid rgba(255, 255, 255, 0.46); opacity: 0; -webkit-transition: opacity 0.35s, -webkit-transform 0.35s; transition: opacity 0.35s, transform 0.35s; -webkit-transform: translate3d(0, 20px, 0) scale(1.1); transform: translate3d(0, 20px, 0) scale(1.1); } figure.effect-ruby:hover h3 { -webkit-transform: translate3d(0, 0, 0); transform: translate3d(0, 0, 0); } figure.effect-ruby:hover p { opacity: 1; -webkit-transform: translate3d(0, 0, 0) scale(1); transform: translate3d(0, 0, 0) scale(1); } .news_info_img.grid img { width: 100%; } .agile_info_news { padding: 0; } .agile_info_text { padding: 6em 4em; } .agile_info_text h4 { font-size: 2em; margin-bottom: 0.5em; letter-spacing: 1px; } .agile_info_text h4 a { color: #FF4500; } .agile_info_text h4 a:hover { text-decoration: none; } .news_agile { background:#f8940a; } ul.new_w3ls_agile li { list-style: none; display: inline-block; margin-right: 1em; color: #fff; letter-spacing: 2px; font-size: 0.9em; } ul.new_w3ls_agile li a { color: #fff; } .agile_info_text p { color: #bae5fb; line-height: 2em; } ul.new_w3ls_agile { margin: 1.5em 0px; } ul.new_w3ls_agile li a:hover { color: #ffce14; } /*--/w3layouts_bottom --*/ .w3layouts_bottom { padding: 4em 0; } .w3layouts_getin_info h3 { color: #fff; letter-spacing: 4px; font-size: 1.5em; } .w3layouts_getin a, a.learn { font-size: 1em; color: #fff; background: #ff0101; padding: 0.7em 1em; letter-spacing: 1px; border-radius: 4px; -webkit-border-radius: 4px; -o-border-radius: 4px; -moz-border-radius: 4px; } a.learn { margin: 1em 0 0 0; display: inline-block; background: #131212; } .agileits_w3layouts_heding img { width: 100%; } /*--//w3layouts_bottom --*/ /*--//news--*/ h3.wthree_text_info.lost.two { color: #fff; } .feedback-top { padding: 2em 1.5em; background: rgba(0, 0, 0, 0.64); position: relative; } .feedback-top:before { content: ''; position: absolute; width: 0; height: 0; border-top: 17px solid rgba(25, 24, 24, 0.75); border-left: 10px solid rgba(69, 42, 21, 0); border-right: 10px solid rgba(199, 57, 57, 0); left: 9%; top: 99%; transition: 0.5s all; -webkit-transition: 0.5s all; -o-transition: 0.5s all; -moz-transition: 0.5s all; -ms-transition: 0.5s all; } .feedback-top p { color: #FFFFFF; font-size: .9em; margin: 0; line-height: 2em; letter-spacing: 2px; } .feedback-img { float: left; width: 28%; } .feedback-grids { margin: 2em 0 0; border-top: 2px solid rgba(255, 255, 255, 0.46); padding-top: 2em; } .feedback-img img { width: 100%; } .feedback-info { margin: 1em !important; } .feedback-img-info { float: left; width: 65%; margin: 1.5em 0 0 1em; } .feedback-img-info h5 { color: #f8ce06; font-size: 1.3em; letter-spacing: 1px; } .feedback-img-info p { color: #ffffff; font-size: .9em; padding-top: .5em; } .icon-w3l i { font-size: 2em; color: #fcd000; margin-left: .4em; position: relative; } .icon-w3l { position: relative; } #clients { background: url(../images/banner1.jpg) no-repeat 0px 0px; background-size: cover; -webkit-background-size: cover; -moz-background-size: cover; -o-background-size: cover; -moz-background-size: cover; min-height: 710px; padding-top: 6em; } /*-- //feedback --*/ /*--/chart--*/ .agile_info_bar { position: relative; } #chart { width: 650px; height: 300px; margin: 30px auto 0; display: block; } #chart #numbers { height: 100%; width: 50px; margin: 0; padding: 0; display: inline-block; float: left; } #chart #numbers li { text-align: right; padding-right: 1em; list-style: none; height: 29px; position: relative; bottom: 30px; } #chart #numbers li:last-child { height: 30px; } #chart #numbers li span { color: #262c38; position: absolute; bottom: 0; right: 10px; font-weight: 600; } #chart #bars { display: inline-block; padding: 0; margin: 0; } #chart #bars li { display: table-cell; width: 80px; height: 300px; margin: 0; text-align: center; position: relative; } #chart #bars li .bar { display: block; width: 70px; margin-left: 15px; background: #0099e5; position: absolute; bottom: 0; } #chart #bars li .bar:hover { background: #5AE; cursor: pointer; } #chart #bars li .bar:hover:before { font-weight: 600; color: #262c38; content: attr(data-percentage) '%'; position: relative; bottom: 20px; } #chart #bars li span { font-weight: 600; color: #262c38; width: 100%; position: absolute; bottom: -2em; left: 9px; text-align: center; font-size: 0.9em; } /*--//chart--*/ /*-- icons --*/ ul.bs-glyphicons-list li:hover { background: #000; transition: 0.5s all; -webkit-transition: 0.5s all; -o-transition: 0.5s all; -ms-transition: 0.5s all; -moz-transition: 0.5s all; } ul.bs-glyphicons-list li:hover span { color: #fff; } .codes a { color: #999; } .row.fontawesome-icon-list { margin: 0; } .icon-box { padding: 8px 15px; background: rgba(149, 149, 149, 0.18); margin: 1em 0 1em 0; border: 5px solid #ffffff; text-align: left; -moz-box-sizing: border-box; -webkit-box-sizing: border-box; box-sizing: border-box; font-size: 13px; transition: 0.5s all; -webkit-transition: 0.5s all; -o-transition: 0.5s all; -ms-transition: 0.5s all; -moz-transition: 0.5s all; cursor: pointer; } .icon-box:hover { background: #000; transition: 0.5s all; -webkit-transition: 0.5s all; -o-transition: 0.5s all; -ms-transition: 0.5s all; -moz-transition: 0.5s all; } .icon-box:hover i.fa { color: #fff !important; } .icon-box:hover a.agile-icon { color: #fff !important; } .codes .bs-glyphicons li { float: left; width: 12.5%; height: 115px; padding: 10px; line-height: 1.4; text-align: center; font-size: 12px; list-style-type: none; } .codes .bs-glyphicons .glyphicon { margin-top: 5px; margin-bottom: 10px; font-size: 24px; } .codes .glyphicon { position: relative; top: 1px; display: inline-block; font-family: 'Glyphicons Halflings'; font-style: normal; font-weight: 400; line-height: 1; -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale; color: #777; } .codes .bs-glyphicons .glyphicon-class { display: block; text-align: center; word-wrap: break-word; } h3.icon-subheading { font-size: 25px; color: #ff0101 !important; margin: 30px 0 15px; } h3.agileits-icons-title { text-align: center; font-size: 30px; color: #333333; } .icons a { color: #999; } .icon-box i { margin-right: 10px !important; font-size: 20px !important; color: #282a2b !important; } .bs-glyphicons li { float: left; width: 18%; height: 115px; padding: 10px; line-height: 1.4; text-align: center; font-size: 12px; list-style-type: none; background: rgba(149, 149, 149, 0.18); margin: 1%; cursor: pointer; } .bs-glyphicons .glyphicon { margin-top: 5px; margin-bottom: 10px; font-size: 24px; color: #282a2b; } .bs-glyphicons.glyphicon { position: relative; top: 1px; display: inline-block; font-family: 'Glyphicons Halflings'; font-style: normal; font-weight: 400; line-height: 1; -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale; color: #777; } .bs-glyphicons .glyphicon-class { display: block; text-align: center; word-wrap: break-word; } @media (max-width:1080px) { .icon-box { width: 33.33%; } } @media (max-width:991px) { h3.agileits-icons-title { font-size: 28px; } h3.icon-subheading { font-size: 22px; } .icon-box { width: 50%; float: left; } } @media (max-width:768px) { h3.agileits-icons-title { font-size: 28px; } h3.icon-subheading { font-size: 25px; } .row { margin-right: 0; margin-left: 0; } .icon-box { margin: 0; } } @media (max-width: 640px) { .icon-box { float: left; width: 50%; } h3.icon-subheading { font-size: 22px; } .grid_3.grid_4.w3_agileits_icons_page { margin-top: 25px; } } @media (max-width: 480px) { .bs-glyphicons li { width: 31%; } .icon-box { float: left; width: 100%; } } @media (max-width: 414px) { h3.agileits-icons-title { font-size: 23px; } h3.icon-subheading { font-size: 18px; } .bs-glyphicons li { width: 31.33%; } } @media (max-width: 384px) { .icon-box { float: none; width: 100%; } } @media (max-width: 375px) { .w3_agileits_icons_page { margin: 25px 0 0 !important; } } /*-- //icons --*/ /*--Typography--*/ .well { font-weight: 300; font-size: 14px; } .list-group-item { font-weight: 300; font-size: 14px; } li.list-group-item1 { font-size: 14px; font-weight: 300; } .typo p { margin: 0; font-size: 14px; font-weight: 300; } .show-grid [class^=col-] { background: #fff; text-align: center; margin-bottom: 10px; line-height: 2em; border: 10px solid #f0f0f0; } .show-grid [class*="col-"]:hover { background: #e0e0e0; } .grid_3 { margin-bottom: 2em; } .xs h3, h3.m_1 { color: #000; font-size: 1.7em; font-weight: 300; margin-bottom: 1em; } .grid_3 p { color: #999; font-size: 0.85em; margin-bottom: 1em; font-weight: 300; } .grid_4 { background: none; margin-top: 50px; } .label { font-weight: 300 !important; border-radius: 4px; } .grid_5 { background: none; padding: 2em 0; } .grid_5 h3, .grid_5 h2, .grid_5 h1, .grid_5 h4, .grid_5 h5, h3.hdg, h3.bars { margin-bottom: 1em; color: #efb312; } .table>thead>tr>th, .table>tbody>tr>th, .table>tfoot>tr>th, .table>thead>tr>td, .table>tbody>tr>td, .table>tfoot>tr>td { border-top: none !important; } .tab-content>.active { display: block; visibility: visible; } .pagination>.active>a, .pagination>.active>span, .pagination>.active>a:hover, .pagination>.active>span:hover, .pagination>.active>a:focus, .pagination>.active>span:focus { z-index: 0; } .grid_3.grid_5.w3 h6 { text-align: left!important; text-transform: lowercase; letter-spacing: 1px; } .bs-example h6 { text-align: left; font-size: 0.9em; color: #999; letter-spacing: 1px; text-transform: lowercase; } .badge-primary { background-color: #03a9f4; } .badge-success { background-color: #8bc34a; } .badge-warning { background-color: #ffc107; } .badge-danger { background-color: #e51c23; } .grid_3 p { line-height: 2em; color: #888; font-size: 0.9em; margin-bottom: 1em; font-weight: 300; } .bs-docs-example { margin: 1em 0; } section#tables p { margin-top: 1em; } .tab-container .tab-content { border-radius: 0 2px 2px 2px; border: 1px solid #e0e0e0; padding: 16px; background-color: #ffffff; } .table td, .table>tbody>tr>td, .table>tbody>tr>th, .table>tfoot>tr>td, .table>tfoot>tr>th, .table>thead>tr>td, .table>thead>tr>th { padding: 15px!important; } .table>thead>tr>th, .table>tbody>tr>th, .table>tfoot>tr>th, .table>thead>tr>td, .table>tbody>tr>td, .table>tfoot>tr>td { font-size: 0.9em; color: #999; border-top: none !important; } .tab-content>.active { display: block; visibility: visible; } .label { font-weight: 300 !important; } .label { padding: 4px 6px; border: none; text-shadow: none; } .alert { font-size: 0.85em; } h1.t-button, h2.t-button, h3.t-button, h4.t-button, h5.t-button { line-height: 2em; margin-top: 0.5em; margin-bottom: 0.5em; } li.list-group-item1 { line-height: 2.5em; } .input-group { margin-bottom: 20px; } .in-gp-tl { padding: 0; } .in-gp-tb { padding-right: 0; } .list-group { margin-bottom: 48px; } ol { margin-bottom: 44px; } h2.typoh2 { margin: 0 0 10px; } @media (max-width:768px) { .grid_5 { padding: 0 0 1em; } .grid_3 { margin-bottom: 0em; } .grid_3.grid_5.w3l { margin-top: 1.5em; } } @media (max-width:640px) { h1, .h1, h2, .h2, h3, .h3 { margin-top: 0px; margin-bottom: 0px; } .grid_5 h3, .grid_5 h2, .grid_5 h1, .grid_5 h4, .grid_5 h5, h3.hdg, h3.bars { margin-bottom: .5em; } .progress { height: 10px; margin-bottom: 10px; } ol.breadcrumb li, .grid_3 p, ul.list-group li, li.list-group-item1 { font-size: 14px; } .breadcrumb { margin-bottom: 25px; } .well { font-size: 14px; margin-bottom: 10px; } h2.typoh2 { font-size: 1.5em; } .label { font-size: 60%; } .in-gp-tl { padding: 0 1em; } .in-gp-tb { padding-right: 1em; } .list-group { margin-bottom: 20px; } } @media (max-width:480px) { .grid_5 h3, .grid_5 h2, .grid_5 h1, .grid_5 h4, .grid_5 h5, h3.hdg, h3.bars { font-size: 1.2em; } .table h1 { font-size: 26px; } .table h2 { font-size: 23px; } .table h3 { font-size: 20px; } .label { font-size: 53%; } .alert, p { font-size: 14px; } .pagination { margin: 20px 0 0px; } .grid_3.grid_4.w3layouts { margin-top: 0; } } @media (max-width: 320px) { .grid_4 { margin-top: 18px; } h3.title { font-size: 1.6em; } .alert, p, ol.breadcrumb li, .grid_3 p, .well, ul.list-group li, li.list-group-item1, a.list-group-item { font-size: 13px; } .alert { padding: 10px; margin-bottom: 10px; } ul.pagination li a { font-size: 14px; padding: 5px 11px; } .list-group { margin-bottom: 10px; } .well { padding: 10px; } .nav>li>a { font-size: 14px; } table.table.table-striped, .table-bordered, .bs-docs-example { display: none; } } /*-- //typography --*/ /*-- /contact--*/ /*-- input-effect --*/ /*-- effect --*/ .input { position: relative; z-index: 1; display: inline-block; max-width: 370px; width: calc(100% - 0em); vertical-align: top; } span.input.input--chisato:nth-child(2) { margin: 0 0.6em; } .input__field { position: relative; display: block; float: right; padding: 0.8em; width: 60%; border: none; border-radius: 0; background: #f0f0f0; color: #aaa; font-weight: 400; -webkit-appearance: none; /* for box shadows to show on iOS */ } .input__field:focus { outline: none; } .input__label { display: inline-block; float: right; padding: 0 1em; width: 40%; color: #696969; font-weight: bold; font-size: 12px; -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale; -webkit-touch-callout: none; -webkit-user-select: none; -khtml-user-select: none; -moz-user-select: none; -ms-user-select: none; user-select: none; } .input__label-content { position: relative; display: block; padding: 1.6em 0; width: 100%; } /* Chisato */ .input--chisato { padding-top: 1em; } .input__field--chisato { width: 100%; padding: .9em 0.5em; background: transparent; border: 2px solid #b5b5b5; color: #212121; -webkit-transition: border-color 0.25s; transition: border-color 0.25s; } .input__label--chisato { width: 100%; position: absolute; top: 0; text-align: left; overflow: hidden; padding: 0; pointer-events: none; -webkit-transform: translate3d(0, 3em, 0); transform: translate3d(0, 3em, 0); } .input__label-content--chisato { padding: 0 1em; font-weight: 400; color: #7d7b7b; font-family: 'Roboto', sans-serif; letter-spacing: 1px; } .input__label-content--chisato::after { content: attr(data-content); position: absolute; top: -200%; left: 0; color: #fcb314; font-weight: 600; } .input__field--chisato:focus, .input--filled .input__field--chisato { border-color: #fcb314; } .input__field--chisato:focus+.input__label--chisato, .input--filled .input__label--chisato { -webkit-animation: anim-chisato-1 0.25s forwards; animation: anim-chisato-1 0.25s forwards; } .input__field--chisato:focus+.input__label--chisato .input__label-content--chisato, .input--filled .input__label-content--chisato { -webkit-animation: anim-chisato-2 0.25s forwards ease-in; animation: anim-chisato-2 0.25s forwards ease-in; } @-webkit-keyframes anim-chisato-1 { 0%, 70% { -webkit-transform: translate3d(0, 3em, 0); transform: translate3d(0, 3em, 0); } 71%, 100% { -webkit-transform: translate3d(0, 0, 0); transform: translate3d(0, 0, 0); } } @-webkit-keyframes anim-chisato-2 { 0% { -webkit-transform: translate3d(0, 0, 0); transform: translate3d(0, 0, 0); } 70%, 71% { -webkit-transform: translate3d(0, 125%, 0); transform: translate3d(0, 125%, 0); opacity: 0; -webkit-animation-timing-function: ease-out; } 100% { color: transparent; -webkit-transform: translate3d(0, 200%, 0); transform: translate3d(0, 200%, 0); } } @keyframes anim-chisato-1 { 0%, 70% { -webkit-transform: translate3d(0, 3em, 0); transform: translate3d(0, 3em, 0); } 71%, 100% { -webkit-transform: translate3d(0, 0, 0); transform: translate3d(0, 0, 0); } } @keyframes anim-chisato-2 { 0% { -webkit-transform: translate3d(0, 0, 0); transform: translate3d(0, 0, 0); } 70%, 71% { -webkit-transform: translate3d(0, 125%, 0); transform: translate3d(0, 125%, 0); opacity: 0; -webkit-animation-timing-function: ease-out; } 100% { color: transparent; -webkit-transform: translate3d(0, 200%, 0); transform: translate3d(0, 200%, 0); } } /*-- //effect --*/ .w3_agile_form textarea { outline: none; background: none; border: 2px solid #b5b5b5; font-size: 13px; color: #212121; width: 100%; padding: .9em 0.9em; margin: 2em 0; min-height: 200px; letter-spacing: 1px; } .w3_agile_form textarea::-webkit-input-placeholder { color: #333 !important; } /*-- //input-effect --*/ .w3_agile_form input[type="submit"] { outline: none; background: #ff0101; color: #fff; padding: 1em 0; font-size: 1em; font-weight: bold; border: none; text-transform: uppercase; letter-spacing: 5px; width: 24%; } .w3_agile_form input[type="submit"]:hover { background: #ffce14; } .agile_map iframe { width: 100%; min-height: 479px; } .agile_map { padding: 0; } .w3_agile_contact_grid { padding: 2em 0 2em; text-align: center; background: #1d1d1d; } .w3_agile_contact_grid:nth-child(2) { margin: 0.5em 0; } .w3_agile_contact_grid p { color: #8c8989; line-height: 1.9em; } .agile_contact_grid_left i { font-size: 3em; color: #f33f1d; line-height: 2em; } .agile_contact_grid_right h4 { font-size: 1.5em; color: #ffce14; font-weight: 700; margin-bottom: .5em; letter-spacing: 2px; } .agile_contact_grid_right p a { color: #555; text-decoration: none; } .agile_contact_grid_right p span { display: block; } .w3_agile_mail_grid { padding-left: 0; } /*-- //contact--*/ /*-- footer --*/ .footer { background: #1d1c1c; padding: 1em 0; } .w3agile_footer_grid h3 { font-size: 1.7em; color: #fff; margin-bottom: 1em; position: relative; font-weight: 100; letter-spacing: 1px; } .w3agile_footer_grid { line-height: 2em; } .w3agile_footer_grid ul li { list-style-type: none; margin-bottom: 1.5em; } .w3agile_footer_grid ul li a { text-decoration: none; color: #999; } .w3agile_footer_grid ul li a i { color: #ffce14; margin-right: 4px; } .w3agile_footer_grid ul li a:hover { color: #ffce14; } .w3agile_footer_grid:nth-child(2) { padding-left: 4em; } .w3agile_footer_grid:nth-child(3) { padding-left: 3em; } ul.w3agile_footer_grid_list li { list-style-type: none; color: #999; line-height: 1.9em; margin-bottom: 1em; font-size: 0.9em; } ul.w3agile_footer_grid_list li span { display: block; margin: 1em 0 0; } ul.w3agile_footer_grid_list li span i { margin-right: 10px; color: #4cc2ff; } .w3agile_footer_grid_left { float: left; width: 33.33%; padding: .15em; } .w3agile_footer_grid p { font-size: 0.9em; color: #8e8c8c; } .agileinfo_copy_right { background: #151414; padding: 1.5em 0; } .agileinfo_copy_right_left { float: left; } .agileinfo_copy_right_right { float: right; } .agileinfo_copy_right_left p { color: #fff; line-height: 1.8em; } .agileinfo_copy_right_left p a { color: #ffce14; text-decoration: none; } .agileinfo_copy_right_left p a:hover { color: #fff; } ul.social li { display: inline-block; margin: 0 .5em; font-size: 1em; color: #999; } .social a { position: relative; display: -webkit-box; display: -webkit-flex; display: -ms-flexbox; display: flex; -webkit-box-align: center; -webkit-align-items: center; -ms-flex-align: center; align-items: center; -webkit-box-pack: center; -webkit-justify-content: center; -ms-flex-pack: center; justify-content: center; text-decoration: none; -webkit-transition: all .15s ease; transition: all .15s ease; z-index: 2; -webkit-backface-visibility: hidden; backface-visibility: hidden; } .social a:hover { color: #fff; } .social a:hover .tooltip { display: block; visibility: visible; opacity: 1; -webkit-transform: translate(0, -10px); transform: translate(0, -10px); } .social a:active { box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.5) inset; } .social .tooltip { opacity: 0; position: absolute; top: -20px; left: 50%; z-index: 1; -webkit-transition: all .15s ease; transition: all .15s ease; -webkit-backface-visibility: hidden; backface-visibility: hidden; } .social .tooltip span { position: relative; left: -50%; padding: 6px 8px 5px 8px; border-radius: 3px; color: #fff; font-size: .7rem; line-height: 1; z-index: 1; background: #ffce14; color: #fff; } .social .tooltip span:after { position: absolute; content: " "; width: 0; height: 0; top: 100%; left: 50%; margin-left: -8px; border: 8px solid transparent; border-top-color: #ffce14; } .social i { position: relative; top: 1px; font-size: 1em; color: #fff; margin-right: 11px; } .w3agile_footer_grid input[type="email"] { outline: none; color: #555; padding: 7px 10px; font-size: 0.9em; width: 100%; border: none; background: #ffffff; letter-spacing: 1px; margin-top: 2em; text-align: center; } .w3agile_footer_grid input[type="submit"] { outline: none; color: #fff; padding: 6px 0; font-size: 1em; width: 100%; background: #ff0101; border: none; text-transform: uppercase; margin-top: 0.5em; letter-spacing: 1px; -webkit-transition: all .15s ease; transition: all .15s ease; } .w3agile_footer_grid input[type="submit"]:hover { background: #ffce14; } /*-- //footer --*/ /*-- to-top --*/ #toTop { display: none; text-decoration: none; position: fixed; bottom: 20px; right: 2%; overflow: hidden; z-index: 999; width: 32px; height: 32px; border: none; text-indent: 100%; background: url(../images/arrow.png) no-repeat 0px 0px; } #toTopHover { width: 32px; height: 32px; display: block; overflow: hidden; float: right; opacity: 0; -moz-opacity: 0; filter: alpha(opacity=0); } /*-- //to-top --*/ /*-- /model --*/ .agileits_w3layouts_heding { margin: 0 auto; text-align: center; } .agileits_w3layouts_heding h3 { font-size: 2em; color: #111; letter-spacing: 2px; margin: 0.5em 0 0.7em 0; } .agileits_w3layouts_heding p { margin: 1em 0; } /*-- //model --*/ /*--start-responsive-design--*/ @media (max-width:1366px) { .w3layouts_banner_info_inner { text-align: center; margin-top: 5em; } .banner_inner_agileits { min-height: 300px; } #about h2, h3.wthree_text_info { font-size: 2.3em; } .agile_info_text { padding: 4.5em 3em; } #clients { min-height: 668px; padding-top: 5em; } } @media (max-width:1280px) { .agileits-banner-info h3 { font-size: 4.5em; } .agileits-banner-info { margin: 14em 0 14.5em 0; } .banner { min-height: 733px; } .agile_info_text { padding: 3.5em 3em; } #chart { width: 589px; height: 300px; margin: 30px auto 0; display: block; } .w3layouts_statistics_grid_right h4 { font-size: 1.3em; } } @media (max-width:1080px) { .social .tooltip { top: -20px; left: -26%; } .social .tooltip span { position: relative; left: -33%; } #chart #bars li { width: 66px; height: 300px; margin: 0; } #chart #bars li .bar { display: block; width: 54px; margin-left: 15px; bottom: 0; } #chart { width: 500px; height: 300px; margin: 30px auto 0; display: block; } .menu__link { font-size: 1.1em; } ul.menu__list { margin: 1em 0 0 1.5em; } .menu--puck .menu__link { margin: 0 0.5em; } .navbar-brand { font-size: 0.9em; } .agileits-banner-info { margin: 13em 0 10.5em 0; } .banner { min-height: 658px; } .agile_info_text { padding: 1.5em 1em; } .grid figure p { letter-spacing: 6px; } .grid figure figcaption { padding: 3em; } p.agile_des { margin: 0 auto; width: 98%; line-height: 2em; font-size: 1em; } .w3agile_footer_grid ul li a i { margin-right: 3px; } .feedback-top p { font-size: .8em; } ul.new_w3ls_agile li { margin-right: 1em; letter-spacing: 1px; font-size: 0.8em; } .input { max-width: 304px; } .agile_services, .mail { padding: 4em 0; } #about { padding-top: 4em; } } @media (max-width: 1050px) { .w3layouts_getin a, a.learn { font-size: 0.9em; padding: 0.6em 1em; } } @media (max-width: 1024px) { #chart { width: 487px; height: 300px; margin: 30px auto 0; display: block; } a.learn { margin: 0.2em 0 0 0; } .input { max-width: 308px; } span.input.input--chisato:nth-child(2) { margin: 0 0.2em; } .social .tooltip { top: -20px; left: -38%; } } @media (max-width: 991px) { .agileinfo_copy_right_left { float: none; text-align-last: center; margin-bottom: 1em; } .agileinfo_copy_right_right { float: none; text-align: center; } #chart { width: 487px; height: 300px; margin: 60px auto 0; display: block; } .wthree_banner_grid.bottom-head { height: 120px; float: left; width: 25%; } .buy-media { height: 120px; padding: 30px 10px; } .bottom-head a { height: 120px; } .bottom-head a:hover .buy-media { height: 160px; } .wthree_banner_grid h4 { font-size: 1em; padding-top: 1em; letter-spacing: 1px; } ul.menu__list { margin: 2em 0 0 0em; } .agileits-banner-info h3 { font-size: 4em; } .callbacks_tabs { top: 71%; left: 41.5%; } .agileits-banner-info { margin: 10em 0 7.5em 0; } .banner { min-height: 603px; } .w3layouts_about_grid_left { min-height: 350px; } .grid figure figcaption { padding: 6em; } .w3layouts_about_grid_left { margin-top: 2em; } .agile_info_text { padding: 2.5em 3em; } .w3layouts_getin_info { float: left; } .w3layouts_getin { float: right; } .feedback-img { float: left; width: 26%; } #clients { min-height: 668px; padding-top: 4em; } .w3agile_footer_grid:nth-child(2) { padding-left: 0em; margin: 2em 0; } .w3agile_footer_grid:nth-child(3) { padding-left: 0; margin-bottom: 2em; } .w3agile_footer_grid { line-height: 2em; padding: 0; margin-top: 1em; } .w3layouts_banner_info_inner { margin-top: 2em; } .w3layouts_banner_info_inner p { font-size: 0.9em; margin-top: .5em; letter-spacing: 6px; } .w3ls-markets-grid { float: left; width: 50%; margin-bottom: 1em; } .w3ls-markets-grid { float: left; width: 50%; margin-bottom: 0em; } .w3ls-markets-grid:nth-child(4), .w3ls-markets-grid:nth-child(5), .w3ls-markets-grid:nth-child(6) { margin: 0em 0 0 0; } .w3ls-markets-grid:nth-child(3), .w3ls-markets-grid:nth-child(4) { margin: 2em 0; } .agileinfo_portfolio_grid.project { float: left; width: 50%; } .agile_services, .mail, .footer { padding: 4em 0; } .agile_map iframe { width: 100%; min-height: 350px; margin-bottom: 2em; } .input { max-width: 100%; } span.input.input--chisato:nth-child(2) { margin: 0em; } .w3_agile_contact_grids_info { padding: 0; } .w3_stats_grid:nth-child(2) { margin: 1em 0; } } @media (max-width:900px) { .agileits-banner-info { margin: 8em 0 7.5em 0; } .banner { min-height: 576px; } .icon-right h5 { font-size: 1.3em; } } @media (max-width:800px) { .agileits-banner-info h3 { font-size: 3.4em; } .banner { min-height: 566px; } figure.effect-ruby p { padding: 2em; } } @media (max-width:768px) { #clients { min-height: 623px; padding-top: 4em; } #about h2, h3.wthree_text_info { font-size: 2.2em; } } @media (max-width: 767px) { .navbar-default .navbar-toggle { border-color: #212121; } .navbar-default .navbar-toggle .icon-bar { background-color: #212121; } .navbar-toggle { margin: 2em 0 0; } .navbar-default .navbar-toggle:hover, .navbar-default .navbar-toggle:focus { background-color: transparent; } .navbar-nav>li>a { margin-left: 0; } .navbar-right { float: none !important; } .navbar-nav { margin: 0; text-align: center; } .navbar-default .navbar-collapse, .navbar-default .navbar-form { border: none; position: absolute; width: 100%; z-index: 999; } .nav>li>a { display: block; } ul.menu__list { margin: 0.5em 0 0.5em 0em; } li.menu__item { width: 100%; line-height: 0.6em; } .menu--puck .menu__link { margin: 0 0 0.5em 0; padding: 0.8em 0; color: #fff; } .banner { min-height: 513px; } .open>.dropdown-menu { display: block; width: 100%; } .navbar-default .navbar-collapse, .navbar-default .navbar-form { background: #1f1e1e; margin-top: 1em; } .agile_short_dropdown { background: #ffce14; } .menu--puck .menu__link:hover, .menu--puck .menu__link:focus { color: #ff0101; } nav.navbar.navbar-default { margin-top: 0em; } .navbar-nav .open .dropdown-menu>li>a { line-height: 20px; } .navbar-collapse.in { overflow-y: inherit!important; } .agileits_w3layouts_sign_in a { padding: 0.5em 2em; letter-spacing: 1px; } .agileits_w3layouts_sign_in { float: right; margin-top: 1.2em; } .navbar-brand { font-size: 0.8em; line-height: 63px; } .banner_inner_agileits { min-height: 254px; } .w3layouts_banner_info_inner h2 { font-size: 2.3em; } #about h2, h3.wthree_text_info { font-size: 2em; } h3.wthree_text_info.three { font-size: 2em; margin: 1em 0 0.5em 0px; } p.agile_des { margin: 0 auto; width: 98%; line-height: 2em; font-size: 0.9em; } } @media (max-width:736px) { .navbar-brand { font-size: 0.9em; padding: 15px 0; } .agile_info_text h4 { font-size: 1.6em; } } @media (max-width:667px) { .agile_services, .mail { padding: 3em 0; } #about { padding-top: 4em; } #chart { width: 487px; height: 300px; margin: 60px auto 30px; display: block; } .w3layouts_getin_info h3 { letter-spacing: 3px; font-size: 1.4em; } .w3layouts_bottom { padding: 3em 0; } #about { padding-top: 3em; } .agile_services, .mail, .footer { padding: 3em 0; } .agile_inner_grids { margin-top: 2em; } } @media (max-width:640px) { .agileits-banner-info { margin: 6em 0 5.5em 0; } .banner { min-height: 461px; } .agileits-banner-info p { font-size: 0.9em; letter-spacing: 9px; } .agile_info_text { padding: 2em 2em; } } @media (max-width:600px) { .wthree_banner_grid h4 { font-size: 0.9em; padding-top: 1em; letter-spacing: 1px; } #about h2, h3.wthree_text_info { font-size: 1.8em; } .buy-media { height: 120px; padding: 30px 0px; } .w3_agile_form input[type="submit"] { padding: 1em 0; font-size: 0.9em; letter-spacing: 4px; width: 40%; } } @media (max-width:568px) { .agileits-banner-info h3 { font-size: 3em; } .banner { min-height: 448px; } .w3layouts_banner_info_inner h2 { font-size: 2em; } h3.agileits-icons-title { font-size: 24px; } h3.icon-subheading { font-size: 19px; } .w3layouts_statistics_grid_right h4 { font-size: 1.2em; margin-bottom: 0.3em; } figure.effect-ruby p { padding: 1em; } .agileits-banner-info h3 { font-size: 2.5em; } .wthree_banner_grid h4 { font-size: 0.8em; padding-top: 1em; letter-spacing: 1px; } #about h2, h3.wthree_text_info { font-size: 1.8em; line-height: 1.5em; } .grid figure figcaption { padding: 2em; } } @media (max-width:480px) { .w3layouts_getin_info { float: none; padding: 0; text-align: center; } .w3layouts_getin { float: none; margin-top: 1.5em; text-align: center; } #chart { width: 446px; height: 300px; margin: 60px auto 30px; display: block; } #chart #numbers { height: 100%; width: 46px; margin: -6px; } #chart #bars li span { bottom: -2em; left: 9px; font-size: 0.8em; } .agile_info_bar { padding: 0; } .buy-media { height: 100px; padding: 20px 0px; } .bottom-head a { height: 100px; } .bottom-head a:hover .buy-media { height: 120px; } .wthree_banner_grid.bottom-head { height: 100px; float: left; width: 25%; } .banner { min-height: 383px; } h3.wthree_text_info.three { font-size: 1.6em; margin: 1em 0 0.5em 0px; } .w3agile_footer_grid h3 { font-size: 1.4em; } } @media (max-width:440px) { #chart #bars li .bar { display: block; width: 33px; margin-left: 2px; bottom: 0; } #chart #bars li { width: 56px; height: 300px; margin: 0; } #chart { width: 371px; height: 300px; margin: 60px auto 30px; display: block; } #chart #bars li span { bottom: -2em; left: -5px; font-size: 0.7em; } .agileits-banner-info p { font-size: 0.8em; letter-spacing: 6px; } .callbacks_tabs li { margin: 0px 3px; } .agileits-banner-info { margin: 5em 0 4em 0; } #about h2, h3.wthree_text_info { font-size: 1.6em; line-height: 1.5em; } .banner { min-height: 408px; } .agileits-banner-info h3 { font-size: 2.3em; letter-spacing: 3px; } .wthree_banner_grid h4 { font-size: 0.7em; padding-top: 1em; letter-spacing: 1px; } figure.effect-ruby h3 { font-size: 1.6em; } figure.effect-ruby p { padding: 1em; letter-spacing: 3px; font-size: 0.8em; } .agileinfo_portfolio_grid.project { float: left; width: 100%; } } @media (max-width:414px) { #chart #bars li .bar { display: block; width: 33px; margin-left: 2px; bottom: 0; } #chart #bars li { width: 56px; height: 300px; margin: 0; } #chart { width: 371px; height: 300px; margin: 60px auto 30px; display: block; } #chart #bars li span { bottom: -2em; left: -5px; font-size: 0.7em; } .agile_services, .mail, .footer { padding: 2em 0; } .wthree_banner_grid i { font-size: 1.6em; } .wthree_banner_grid.bottom-head { height: 100px; float: left; width: 50%; } .wthree_banner_grid h4 { font-size: 0.9em; padding-top: 1em; letter-spacing: 1px; } .agile_info_text { padding: 2em 1em; } .w3layouts_getin_info h3 { letter-spacing: 2px; font-size: 1.4em; } .agile_inner_grids { margin-top: 1em; } #clients { min-height: 545px; padding-top: 3em; } .w3layouts_banner_info_inner h2 { font-size: 1.8em; } .banner_inner_agileits { min-height: 228px; } .agile_map iframe { width: 100%; min-height: 277px; margin-bottom: 2em; } .callbacks_tabs { top: 74%; left: 36.5%; } .agileits_w3layouts_sign_in a { padding: 0.5em 1.5em; letter-spacing: 1px; } } @media (max-width:384px) { #chart #bars li { width: 51px; height: 300px; margin: 0; } #chart { width: 350px; height: 300px; margin: 60px auto 30px; display: block; } .agileits-banner-info { margin: 2em 0 3em 0; } } @media (max-width:375px) { #chart #bars li { width: 47px; height: 300px; margin: 0; } #chart { width: 340px; height: 300px; margin: 60px auto 30px; display: block; } .navbar-brand { font-size: 0.7em; } .agileits-banner-info h3 { font-size: 2em; letter-spacing: 3px; } #about { padding-top: 2em; } .w3layouts_bottom { padding: 2em 0; } .w3layouts_getin_info h3 { letter-spacing: 1px; font-size: 1.4em; } .feedback-img-info h5 { font-size: 1.1em; } #about h2, h3.wthree_text_info { font-size: 1.4em; line-height: 1.5em; } .w3layouts_statistics_grid_right h4 { font-size: 1.1em; margin-bottom: 0.3em; } #chart #bars li span { bottom: -5em; left: -5px; font-size: 0.7em; } } @media (max-width:320px) { #chart #bars li .bar { display: block; width: 28px; margin-left: 2px; bottom: 0; } #chart #bars li { width: 42px; height: 300px; margin: 0; } #chart { width: 287px; height: 300px; margin: 60px auto 20px; display: block; } }
0.156588
0.038939
@import url('http://fonts.googleapis.com/css?family=Open+Sans:400,300,300italic,600,700,800|Lato:100,400,300,700'); /* --- pe-icon-7-stroke --- */ body { width: 100%; height: 100%; font-family: 'Open Sans', sans-serif; font-weight: 300; color: #666; background: #fff; font-size: 16px; line-height: 1.6em; } html { width: 100%; height: 100%; } label, input, button, select, textarea { font-family: 'Open Sans', sans-serif; font-size: inherit; line-height: inherit; } .float-left{ float: left; } .float-right{ float: right; } /* =========== Typo ============= */ h1 { font-size: 38px; } h2 { font-size: 36px; } h3 { font-size: 32px; } h4 { font-size: 28px; } h5 { font-size: 24px; } h6 { font-size: 20px; } h1, h2, h3, h4, h5, h6 { margin: 0 0 40px; font-family: 'Lato', sans-serif; font-weight: 100; color: #444; line-height: 1.1em; } h1.h-xlight,h2.h-xlight,h3.h-xlight ,h4.h-xlight ,h5.h-xlight ,h6.h-xlight { font-weight: 100; } h1.h-light,h2.h-light,h3.h-light ,h4.h-light ,h5.h-light ,h6.h-light { font-weight: 300; } h1.h-normal,h2.h-normal,h3.h-normal ,h4.h-normal ,h5.h-normal ,h6.h-normal { font-weight: 400; } h1.h-medium,h2.h-medium,h3.h-medium ,h4.h-medium ,h5.h-medium ,h6.h-medium { font-weight: 500; } h1.h-bold,h2.h-bold,h3.h-bold ,h4.h-bold ,h5.h-bold ,h6.h-bold { font-weight: 700; } h1.h-ultra,h2.h-ultra,h3.h-ultra ,h4.h-ultra ,h5.h-ultra ,h6.h-ultra { font-weight: 900; } h1.font-light,h2.font-light,h3.font-light,h4.font-light,h5.font-light,h6.font-light { color: #fff; } .big-heading { font-size: 48px; font-weight: 700; } p { margin: 0 0 20px; } p.medium { font-weight: 500; } p.bold { font-weight: 700; } p.ultra { font-weight: 900; } .highlight-light { background-color: rgba(255,255,255,.5); padding: 20px; display: inline-block; color: #111; } .highlight-dark { background-color: rgba(0,0,0,.5); padding: 20px; display: inline-block; color: #fff; } .highlight-color { padding: 2px 5px; display: inline-block; color: #fff; } a { color: #666; -webkit-transition: all .2s ease-in-out; -moz-transition: all .2s ease-in-out; transition: all .2s ease-in-out; } a:hover, a:focus { text-decoration: none; } blockquote { padding: 10px 20px; margin: 0 0 20px; font-size: 24px; line-height: 1.5em; font-weight: 300; color: #999; } blockquote.bg-light { background-color: rgba(255,255,255,.8); padding: 20px; color: #222; } blockquote.bg-dark { background-color: rgba(0,0,0,.8); padding: 20px; } blockquote strong { font-weight: 700; } .light { font-weight: 400; } /* =========== Navigation ============= */ .navbar-brand { padding-top: 15px; margin-top: 5px; padding-bottom: 0; } .navbar-brand.reduce { margin-top:0; padding-top: 5px; padding-bottom: 5px; -webkit-transition: all .4s ease-in-out; -moz-transition: all .4s ease-in-out; transition: all .4s ease-in-out; } .navbar.navbar-custom { width: inherit; margin: 0 auto; padding-bottom:0; } .navbar { margin-bottom: 0; border-bottom: 1px solid rgba(255,255,255,.3); } .navbar-brand { font-weight: 700; } .navbar-brand:focus { outline: 0; } .navbar.navbar-custom.navbar-fixed-top { background: #fff; } .navbar-custom.top-nav-collapse .nav.navbar-nav { background-color: rgba(0,0,0,0); } .navbar.navbar-custom { padding-top: 0; } .navbar.navbar-custom ul.nav.navbar-nav { margin-top: 15px; -webkit-transition: all .4s ease-in-out; -moz-transition: all .4s ease-in-out; transition: all .4s ease-in-out; } .navbar.navbar-custom.top-nav-collapse ul.nav.navbar-nav { margin-top: 0; -webkit-transition: all .4s ease-in-out; -moz-transition: all .4s ease-in-out; transition: all .4s ease-in-out; } .navbar-custom ul.nav li a { font-size: 13px; letter-spacing: 1px; color: #666; text-transform: uppercase; font-weight: 700; background: transparent; } .navbar.navbar-custom.top-nav-collapse { background: #fff; } .navbar-custom.top-nav-collapse ul.nav li a { -webkit-transition: all .2s ease-in-out; -moz-transition: all .2s ease-in-out; transition: all .2s ease-in-out; color: #444; } .navbar-custom ul.nav ul.dropdown-menu { border-radius: 0; margin-top: 16px; } .navbar-custom ul.nav ul.dropdown-menu li { border-bottom: 1px solid #f5f5f5; } .navbar-custom ul.nav ul.dropdown-menu li:last-child{ border-bottom: none; } .navbar-custom ul.nav ul.dropdown-menu li a { padding: 10px 20px; font-size: 13px; text-transform: uppercase; } .navbar-custom ul.nav ul.dropdown-menu li a:hover { background: #fefefe; } .navbar-custom.top-nav-collapse ul.nav ul.dropdown-menu li a { color: #666; } .navbar-custom .nav li a:hover,.navbar-custom .nav li a:focus { -webkit-transition: background .3s ease-in-out; -moz-transition: background .3s ease-in-out; transition: background .3s ease-in-out; } .navbar-custom.navbar-fixed-top .nav li a:hover, .navbar-custom.navbar-fixed-top .nav li a:focus, .navbar-custom.navbar-fixed-top .nav li.active a, .navbar-custom.navbar-fixed-top .nav li.active { outline: 0; background: none; } .navbar-custom.top-nav-collapse .nav li a:hover, .navbar-custom.top-nav-collapse .nav li a:focus, .navbar-custom.top-nav-collapse .nav li.active { outline: 0; background-color: rgba(255,255,255,.2); } .navbar-toggle { padding: 4px 6px; font-size: 14px; color: #fff; } .navbar-toggle:focus, .navbar-toggle:active { outline: 0; } /* loader */ #page-loader { position: fixed; top: 0; left: 0; height: 100%; width: 100%; background: white; z-index: 9999; } #page-loader img { margin: 100px auto; display: block; } .loader { text-align: center; margin: auto; position: absolute; top: 0; bottom: 0; left: 0; right: 0; height: 40px; } .loader { text-align: center; margin: auto; position: absolute; top: 0; bottom: 0; left: 0; right: 0; height: 40px; } .loader span { display: block; font: 14px "Montserrat", sans-serif; text-transform: uppercase; margin-bottom: 20px; } .spinner { margin: 0 auto; width: 40px; height: 40px; position: relative; } .con1 > div, .con2 > div, .con3 > div { width: 7px; height: 7px; border-radius: 100%; position: absolute; -webkit-animation: bouncedelay 1.2s infinite ease-in-out; animation: bouncedelay 1.2s infinite ease-in-out; /* Prevent first frame from flickering when animation starts */ -webkit-animation-fill-mode: both; animation-fill-mode: both; } .spinner .spinner-container { position: absolute; width: 100%; height: 100%; } .con2 { -webkit-transform: rotateZ(45deg); transform: rotateZ(45deg); } .con3 { -webkit-transform: rotateZ(90deg); transform: rotateZ(90deg); } .circle1 { top: 0; left: 0; } .circle2 { top: 0; right: 0; } .circle3 { right: 0; bottom: 0; } .circle4 { left: 0; bottom: 0; } .con2 .circle1 { -webkit-animation-delay: -1.1s; animation-delay: -1.1s; } .con3 .circle1 { -webkit-animation-delay: -1.0s; animation-delay: -1.0s; } .con1 .circle2 { -webkit-animation-delay: -0.9s; animation-delay: -0.9s; } .con2 .circle2 { -webkit-animation-delay: -0.8s; animation-delay: -0.8s; } .con3 .circle2 { -webkit-animation-delay: -0.7s; animation-delay: -0.7s; } .con1 .circle3 { -webkit-animation-delay: -0.6s; animation-delay: -0.6s; } .con2 .circle3 { -webkit-animation-delay: -0.5s; animation-delay: -0.5s; } .con3 .circle3 { -webkit-animation-delay: -0.4s; animation-delay: -0.4s; } .con1 .circle4 { -webkit-animation-delay: -0.3s; animation-delay: -0.3s; } .con2 .circle4 { -webkit-animation-delay: -0.2s; animation-delay: -0.2s; } .con3 .circle4 { -webkit-animation-delay: -0.1s; animation-delay: -0.1s; } @-webkit-keyframes bouncedelay { 0%, 80%, 100% { -webkit-transform: scale(0); } 40% { -webkit-transform: scale(1); } } @keyframes bouncedelay { 0%, 80%, 100% { transform: scale(0); -webkit-transform: scale(0); } 40% { transform: scale(1); -webkit-transform: scale(1); } } @keyframes boxSpin{ 0%{ transform: translate(-10px, 0px); } 25%{ transform: translate(10px, 10px); } 50%{ transform: translate(10px, -10px); } 75%{ transform: translate(-10px, -10px); } 100%{ transform: translate(-10px, 10px); } } @keyframes shadowSpin{ 0%{ box-shadow: 10px -10px #39CCCC, -10px 10px #FFDC00; } 25%{ box-shadow: 10px 10px #39CCCC, -10px -10px #FFDC00; } 50%{ box-shadow: -10px 10px #39CCCC, 10px -10px #FFDC00; } 75%{ box-shadow: -10px -10px #39CCCC, 10px 10px #FFDC00; } 100%{ box-shadow: 10px -10px #39CCCC, -10px 10px #FFDC00; } } #load { z-index: 9999; background-color: #FF4136; opacity: 0.75; width: 10px; height: 10px; position: absolute; top: 50%; margin: -5px auto 0 auto; left: 0; right: 0; border-radius: 0px; border: 5px solid #FF4136; box-shadow: 10px 0px #39CCCC, 10px 0px #01FF70; animation: shadowSpin 1s ease-in-out infinite; } /* misc */ hr { border-top: 1px solid #fafafa; } hr.bold { border-top: 3px solid #eee; } .divider-short { display: block; width: 60px; height: 1px; margin: 0 auto; margin-top: 10px; margin-bottom: 10px; } .dividersolid { border-top: 1px solid #eee; margin: 30px 0 30px; } /* margins */ .marginbot-0{margin-bottom:0 !important;} .marginbot-10{margin-bottom:10px !important;} .marginbot-20{margin-bottom:20px !important;} .marginbot-30{margin-bottom:30px !important;} .marginbot-40{margin-bottom:40px !important;} .marginbot-50{margin-bottom:50px !important;} .marginbot-60{margin-bottom:60px !important;} .marginbot-70{margin-bottom:70px !important;} .marginbot-80{margin-bottom:80px !important;} .marginbot-90{margin-bottom:90px !important;} .marginbot-100{margin-bottom:100px !important;} .margintop-0{margin-top:0 !important;} .margintop-10{margin-top:10px !important;} .margintop-20{margin-top:20px !important;} .margintop-30{margin-top:30px !important;} .margintop-40{margin-top:40px !important;} .margintop-45{margin-top:45px !important;} .margintop-50{margin-top:50px !important;} /* padding */ .paddingtop-0{padding-top:0 !important;} .paddingtop-10{padding-top:10px !important;} .paddingtop-20{padding-top:20px !important;} .paddingtop-30{padding-top:30px !important;} .paddingtop-40{padding-top:40px !important;} .paddingtop-50{padding-top:50px !important;} .paddingtop-60{padding-top:60px !important;} .paddingtop-70{padding-top:70px !important;} .paddingtop-80{padding-top:80px !important;} .paddingtop-90{padding-top:90px !important;} .paddingtop-100{padding-top:100px !important;} .paddingbot-0{padding-bottom:0 !important;} .paddingbot-10{padding-bottom:10px !important;} .paddingbot-20{padding-bottom:20px !important;} .paddingbot-30{padding-bottom:30px !important;} .paddingbot-40{padding-bottom:40px !important;} .paddingbot-50{padding-bottom:50px !important;} .paddingbot-60{padding-bottom:60px !important;} .paddingbot-70{padding-bottom:70px !important;} .paddingbot-80{padding-bottom:80px !important;} .paddingbot-90{padding-bottom:90px !important;} .paddingbot-100{padding-bottom:100px !important;} /* =========================== --- General sections ============================ */ .home-section { padding: 70px 0 70px; display:block; position:relative; z-index:120; background-color: #fff; } .home-section .heading { margin-bottom: 40px; } .home-section.nopadding { padding-top: 0; padding-bottom: 0; display:block; position:relative; z-index:120; } .home-section.nopadding-bot { padding-bottom: 0; } .home-section.nopadding-top { padding-top: 0; } .inner-section { padding-top: 110px; padding-bottom: 110px; } .home-section.nopadd-bot { padding-bottom: 0; } .section-heading h2 { margin-bottom: 10px; } .section-heading p { font-weight: 300; font-size: 20px; line-height: 1.6em; } .color-dark .section-heading h2 { color: #111; } .color-dark .section-heading p { color: #444; } .divider-short,.color-dark .divider-short,.bg-gray .divider-short { background: #aaa; } .color-light .divider-short { background: #fefefe; } .color-light .section-heading h2 { color: #fff; } .color-light .section-heading p { color: #fefefe; } .color-light blockquote,.color-light p { color: #fefefe; } /* --- section bg var --- */ .bg-white { background: #fff; } .bg-gray { background: #fafafa; } .bg-dark { background: #404040; } /* --- section color var --- */ .text-light { color: #fff; } /* =========================== --- Intro ============================ */ .intro { width:100%; position:relative; } .intro-content { padding:60px 0 60px; } .intro-content.intro-nobg { background:#fff; position:relative; margin:0; padding:140px 0 60px; } .intro-content .slogan h2 { margin-bottom: 30px; } .intro .buttons a.btn { margin: 10px; padding: 10px 30px; } .intro .buttons a.btn small { text-transform: none; font-weight: 100; } .white-box { background: rgba(255,255,255,.8); padding: 20px; border-radius: 4px; } .intro-content h2 { margin-bottom: 10px; } /* =================================== call action ==================================== */ .callaction { padding:30px 30px 20px 30px; border: 1px solid #fafafa; border-radius: 4px; border-bottom: 2px solid #f2f2f2; } .cta-text { margin-top:10px; text-align: left; } .cta-text h3 { line-height:1.1em; margin-bottom: 20px; } .cta-btn { float:right; padding:20px 10px 20px 20px; margin-top:10px; } /* ========================= Buttons =========================== */ .btn-skin { color: #fff; } .btn-skin:hover { -webkit-transition: background .3s ease-in-out; -moz-transition: background .3s ease-in-out; transition: background .3s ease-in-out; } .btn-skin:hover, .btn-skin:focus, .btn-skin:active, .btn-skin.active, .open > .dropdown-toggle.btn-skin { color: #fff; } .btn-skin:active, .btn-skin.active, .open > .dropdown-toggle.btn-skin { background-image: none; } .btn-skin .badge { color: #5bc0de; background-color: #fff; } .btn-lg, .btn-group-lg > .btn { padding: 10px 16px; font-size: 20px; line-height: 1.5em; border-radius: 6px; } /* ======================= Elements ========================== */ /* badge */ .badge.custom-badge { margin: -20px 0 0 -25px; font-size: 12px; text-transform: none; } .badge.custom-badge.red { background-color: #e9372e; } /* box */ .box { } .box h4 { font-size: 24px; } .box i { margin-bottom: 30px; } .circled { border-radius: 50%; display: inline-block; color: #fff; width: 1.6em; height: 1.6em; text-align: center; line-height: 1.6em; } /* features */ .features { margin-bottom: 40px; } .features i { margin: 0 20px 0 0; } .features h5 { line-height: 1em; padding-top: 10px; vertical-align: middle; } /* =========================== --- Footer ============================ */ footer .widget { margin-bottom: 30px; } footer .widget h5 { font-size: 20px; margin-bottom: 10px; text-transform: uppercase; } .sub-footer { border-top: 1px solid #fafafa; padding: 50px 0 20px; } .sub-footer a{ color: #444; } footer .sub-footer p { font-size: 14px; } ul.social { list-style: none; padding-left: 0; } ul.social li { display: inline; margin-right: 5px; } /* -- icon var -- */ .bg-dark { background: #666; } .bg-light { background: #fff; } .icon-primary { color: #4765a0; } .icon-success { color: #7db53b; } .icon-info { color: #51b6bf; } .icon-warning { color: #e6e039; } .icon-danger { color: #e24e47; } /* scroll to top */ .scrollup{ position:fixed; width:32px; height:32px; bottom:0px; right:20px; background: #222; -webkit-border-radius: 2px 2px 0 0; -moz-border-radius: 2px 2px 0 0; border-radius: 2px 2px 0 0; } a.scrollup { outline:0; text-align: center; } a.scrollup:hover,a.scrollup:active,a.scrollup:focus { opacity:1; text-decoration:none; } a.scrollup i { margin-top: 10px; color: #fff; } a.scrollup i:hover { text-decoration:none; } /* =========================== --- Elements ============================ */ /* --- tooltip --- */ .tooltip { font-size: 16px; line-height: 1.6em; } /* --- scroll --- */ .page-scroll .btn-circle i.animated { -webkit-transition-property: -webkit-transform; -webkit-transition-duration: 1s; -moz-transition-property: -moz-transform; -moz-transition-duration: 1s; } .page-scroll .btn-circle:hover i.animated { -webkit-animation-name: pulse; -moz-animation-name: pulse; -webkit-animation-duration: 1.5s; -moz-animation-duration: 1.5s; -webkit-animation-iteration-count: infinite; -moz-animation-iteration-count: infinite; -webkit-animation-timing-function: linear; -moz-animation-timing-function: linear; } @-webkit-keyframes pulse { 0 { -webkit-transform: scale(1); transform: scale(1); } 50% { -webkit-transform: scale(1.2); transform: scale(1.2); } 100% { -webkit-transform: scale(1); transform: scale(1); } } @-moz-keyframes pulse { 0 { -moz-transform: scale(1); transform: scale(1); } 50% { -moz-transform: scale(1.2); transform: scale(1.2); } 100% { -moz-transform: scale(1); transform: scale(1); } } /* --- button --- */ .btn { position: relative; display: inline-block; outline: none; color: #fff; text-decoration: none; text-transform: uppercase; letter-spacing: 1px; font-weight: 400; text-shadow: 0 0 1px rgba(255,255,255,0.3); font-size: 14px; font-weight: 700; } .btn.btn-noradius { border-radius: 0; } a.btn:focus{ outline: 0; } .btn-red { color: #fff; background-color: #c83539; border-color: #c83539; } .btn-red:hover, .btn-red:focus, .btn-red:active, .btn-red.active { color: #fff; background-color: #666; border-color: #666; } .btn-red:active { background-image: none; } .btn-skin:hover, .btn-skin:focus, .btn-skin:active, .btn-skin.active { color: #fff; background-color: #666; border-color: #666; } .btn-default:hover, .btn-default:focus { border: 1px solid #28c3ab; outline: 0; color: #000; background-color: #28c3ab; } .btn-huge { padding: 25px; font-size: 26px; } .banner-social-buttons { margin-top: 0; } /* Theme Styler :: End */ /* Media queries */ @media (min-width: 768px) and (max-width: 979px) { .navbar-brand { float: none; display: block; margin: 0 auto; width: 100%; } .intro-content { padding:80px 0 0; } .divider-short { margin-top: 50px; margin-bottom: 10px; } } @media (max-width:767px) { .intro-content .slogan { text-align: center; margin-top: 30px; } .navbar.navbar-custom.navbar-fixed-top { background-color: #fff; } .badge.custom-badge { margin: 0 0 0 0; } .navbar-header button { border-color: #ccc; background-color: #eee; padding: 5px 20px; } .navbar-header i{ color: #666; } .boxes3 { width: 100%; } .navbar-custom ul.nav li { border-bottom: 1px solid #eee; } .navbar-custom ul.nav li:last-child { padding-bottom:0; } .navbar-custom ul.nav ul.dropdown-menu li { border-bottom: 1px solid #eee; padding-left: 20px; } .service-box { margin: 20px 0 30px; } .cta-text { float: none; text-align: center; } .cta-btn { float: none; text-align: center; } .sub-footer p { float: none; text-align: center; } .sub-footer p { float: none; text-align: center; } ul.social { text-align: center; } } @media (max-width:480px) { .navbar-custom .nav.navbar-nav { background-color: rgba(255,255,255,.4); } .navbar.navbar-custom.navbar-fixed-top { margin-bottom: 30px; } .intro-content .slogan { text-align: center; margin-top: 30px; } .box { padding: 45px; } .box i { margin-bottom: 30px; } } @media (max-width:320px) { .navbar-brand { text-align: center; display: block; margin: 0 auto; } .intro-content { padding:60px 0 0; } }
public/css/style.css
@import url('http://fonts.googleapis.com/css?family=Open+Sans:400,300,300italic,600,700,800|Lato:100,400,300,700'); /* --- pe-icon-7-stroke --- */ body { width: 100%; height: 100%; font-family: 'Open Sans', sans-serif; font-weight: 300; color: #666; background: #fff; font-size: 16px; line-height: 1.6em; } html { width: 100%; height: 100%; } label, input, button, select, textarea { font-family: 'Open Sans', sans-serif; font-size: inherit; line-height: inherit; } .float-left{ float: left; } .float-right{ float: right; } /* =========== Typo ============= */ h1 { font-size: 38px; } h2 { font-size: 36px; } h3 { font-size: 32px; } h4 { font-size: 28px; } h5 { font-size: 24px; } h6 { font-size: 20px; } h1, h2, h3, h4, h5, h6 { margin: 0 0 40px; font-family: 'Lato', sans-serif; font-weight: 100; color: #444; line-height: 1.1em; } h1.h-xlight,h2.h-xlight,h3.h-xlight ,h4.h-xlight ,h5.h-xlight ,h6.h-xlight { font-weight: 100; } h1.h-light,h2.h-light,h3.h-light ,h4.h-light ,h5.h-light ,h6.h-light { font-weight: 300; } h1.h-normal,h2.h-normal,h3.h-normal ,h4.h-normal ,h5.h-normal ,h6.h-normal { font-weight: 400; } h1.h-medium,h2.h-medium,h3.h-medium ,h4.h-medium ,h5.h-medium ,h6.h-medium { font-weight: 500; } h1.h-bold,h2.h-bold,h3.h-bold ,h4.h-bold ,h5.h-bold ,h6.h-bold { font-weight: 700; } h1.h-ultra,h2.h-ultra,h3.h-ultra ,h4.h-ultra ,h5.h-ultra ,h6.h-ultra { font-weight: 900; } h1.font-light,h2.font-light,h3.font-light,h4.font-light,h5.font-light,h6.font-light { color: #fff; } .big-heading { font-size: 48px; font-weight: 700; } p { margin: 0 0 20px; } p.medium { font-weight: 500; } p.bold { font-weight: 700; } p.ultra { font-weight: 900; } .highlight-light { background-color: rgba(255,255,255,.5); padding: 20px; display: inline-block; color: #111; } .highlight-dark { background-color: rgba(0,0,0,.5); padding: 20px; display: inline-block; color: #fff; } .highlight-color { padding: 2px 5px; display: inline-block; color: #fff; } a { color: #666; -webkit-transition: all .2s ease-in-out; -moz-transition: all .2s ease-in-out; transition: all .2s ease-in-out; } a:hover, a:focus { text-decoration: none; } blockquote { padding: 10px 20px; margin: 0 0 20px; font-size: 24px; line-height: 1.5em; font-weight: 300; color: #999; } blockquote.bg-light { background-color: rgba(255,255,255,.8); padding: 20px; color: #222; } blockquote.bg-dark { background-color: rgba(0,0,0,.8); padding: 20px; } blockquote strong { font-weight: 700; } .light { font-weight: 400; } /* =========== Navigation ============= */ .navbar-brand { padding-top: 15px; margin-top: 5px; padding-bottom: 0; } .navbar-brand.reduce { margin-top:0; padding-top: 5px; padding-bottom: 5px; -webkit-transition: all .4s ease-in-out; -moz-transition: all .4s ease-in-out; transition: all .4s ease-in-out; } .navbar.navbar-custom { width: inherit; margin: 0 auto; padding-bottom:0; } .navbar { margin-bottom: 0; border-bottom: 1px solid rgba(255,255,255,.3); } .navbar-brand { font-weight: 700; } .navbar-brand:focus { outline: 0; } .navbar.navbar-custom.navbar-fixed-top { background: #fff; } .navbar-custom.top-nav-collapse .nav.navbar-nav { background-color: rgba(0,0,0,0); } .navbar.navbar-custom { padding-top: 0; } .navbar.navbar-custom ul.nav.navbar-nav { margin-top: 15px; -webkit-transition: all .4s ease-in-out; -moz-transition: all .4s ease-in-out; transition: all .4s ease-in-out; } .navbar.navbar-custom.top-nav-collapse ul.nav.navbar-nav { margin-top: 0; -webkit-transition: all .4s ease-in-out; -moz-transition: all .4s ease-in-out; transition: all .4s ease-in-out; } .navbar-custom ul.nav li a { font-size: 13px; letter-spacing: 1px; color: #666; text-transform: uppercase; font-weight: 700; background: transparent; } .navbar.navbar-custom.top-nav-collapse { background: #fff; } .navbar-custom.top-nav-collapse ul.nav li a { -webkit-transition: all .2s ease-in-out; -moz-transition: all .2s ease-in-out; transition: all .2s ease-in-out; color: #444; } .navbar-custom ul.nav ul.dropdown-menu { border-radius: 0; margin-top: 16px; } .navbar-custom ul.nav ul.dropdown-menu li { border-bottom: 1px solid #f5f5f5; } .navbar-custom ul.nav ul.dropdown-menu li:last-child{ border-bottom: none; } .navbar-custom ul.nav ul.dropdown-menu li a { padding: 10px 20px; font-size: 13px; text-transform: uppercase; } .navbar-custom ul.nav ul.dropdown-menu li a:hover { background: #fefefe; } .navbar-custom.top-nav-collapse ul.nav ul.dropdown-menu li a { color: #666; } .navbar-custom .nav li a:hover,.navbar-custom .nav li a:focus { -webkit-transition: background .3s ease-in-out; -moz-transition: background .3s ease-in-out; transition: background .3s ease-in-out; } .navbar-custom.navbar-fixed-top .nav li a:hover, .navbar-custom.navbar-fixed-top .nav li a:focus, .navbar-custom.navbar-fixed-top .nav li.active a, .navbar-custom.navbar-fixed-top .nav li.active { outline: 0; background: none; } .navbar-custom.top-nav-collapse .nav li a:hover, .navbar-custom.top-nav-collapse .nav li a:focus, .navbar-custom.top-nav-collapse .nav li.active { outline: 0; background-color: rgba(255,255,255,.2); } .navbar-toggle { padding: 4px 6px; font-size: 14px; color: #fff; } .navbar-toggle:focus, .navbar-toggle:active { outline: 0; } /* loader */ #page-loader { position: fixed; top: 0; left: 0; height: 100%; width: 100%; background: white; z-index: 9999; } #page-loader img { margin: 100px auto; display: block; } .loader { text-align: center; margin: auto; position: absolute; top: 0; bottom: 0; left: 0; right: 0; height: 40px; } .loader { text-align: center; margin: auto; position: absolute; top: 0; bottom: 0; left: 0; right: 0; height: 40px; } .loader span { display: block; font: 14px "Montserrat", sans-serif; text-transform: uppercase; margin-bottom: 20px; } .spinner { margin: 0 auto; width: 40px; height: 40px; position: relative; } .con1 > div, .con2 > div, .con3 > div { width: 7px; height: 7px; border-radius: 100%; position: absolute; -webkit-animation: bouncedelay 1.2s infinite ease-in-out; animation: bouncedelay 1.2s infinite ease-in-out; /* Prevent first frame from flickering when animation starts */ -webkit-animation-fill-mode: both; animation-fill-mode: both; } .spinner .spinner-container { position: absolute; width: 100%; height: 100%; } .con2 { -webkit-transform: rotateZ(45deg); transform: rotateZ(45deg); } .con3 { -webkit-transform: rotateZ(90deg); transform: rotateZ(90deg); } .circle1 { top: 0; left: 0; } .circle2 { top: 0; right: 0; } .circle3 { right: 0; bottom: 0; } .circle4 { left: 0; bottom: 0; } .con2 .circle1 { -webkit-animation-delay: -1.1s; animation-delay: -1.1s; } .con3 .circle1 { -webkit-animation-delay: -1.0s; animation-delay: -1.0s; } .con1 .circle2 { -webkit-animation-delay: -0.9s; animation-delay: -0.9s; } .con2 .circle2 { -webkit-animation-delay: -0.8s; animation-delay: -0.8s; } .con3 .circle2 { -webkit-animation-delay: -0.7s; animation-delay: -0.7s; } .con1 .circle3 { -webkit-animation-delay: -0.6s; animation-delay: -0.6s; } .con2 .circle3 { -webkit-animation-delay: -0.5s; animation-delay: -0.5s; } .con3 .circle3 { -webkit-animation-delay: -0.4s; animation-delay: -0.4s; } .con1 .circle4 { -webkit-animation-delay: -0.3s; animation-delay: -0.3s; } .con2 .circle4 { -webkit-animation-delay: -0.2s; animation-delay: -0.2s; } .con3 .circle4 { -webkit-animation-delay: -0.1s; animation-delay: -0.1s; } @-webkit-keyframes bouncedelay { 0%, 80%, 100% { -webkit-transform: scale(0); } 40% { -webkit-transform: scale(1); } } @keyframes bouncedelay { 0%, 80%, 100% { transform: scale(0); -webkit-transform: scale(0); } 40% { transform: scale(1); -webkit-transform: scale(1); } } @keyframes boxSpin{ 0%{ transform: translate(-10px, 0px); } 25%{ transform: translate(10px, 10px); } 50%{ transform: translate(10px, -10px); } 75%{ transform: translate(-10px, -10px); } 100%{ transform: translate(-10px, 10px); } } @keyframes shadowSpin{ 0%{ box-shadow: 10px -10px #39CCCC, -10px 10px #FFDC00; } 25%{ box-shadow: 10px 10px #39CCCC, -10px -10px #FFDC00; } 50%{ box-shadow: -10px 10px #39CCCC, 10px -10px #FFDC00; } 75%{ box-shadow: -10px -10px #39CCCC, 10px 10px #FFDC00; } 100%{ box-shadow: 10px -10px #39CCCC, -10px 10px #FFDC00; } } #load { z-index: 9999; background-color: #FF4136; opacity: 0.75; width: 10px; height: 10px; position: absolute; top: 50%; margin: -5px auto 0 auto; left: 0; right: 0; border-radius: 0px; border: 5px solid #FF4136; box-shadow: 10px 0px #39CCCC, 10px 0px #01FF70; animation: shadowSpin 1s ease-in-out infinite; } /* misc */ hr { border-top: 1px solid #fafafa; } hr.bold { border-top: 3px solid #eee; } .divider-short { display: block; width: 60px; height: 1px; margin: 0 auto; margin-top: 10px; margin-bottom: 10px; } .dividersolid { border-top: 1px solid #eee; margin: 30px 0 30px; } /* margins */ .marginbot-0{margin-bottom:0 !important;} .marginbot-10{margin-bottom:10px !important;} .marginbot-20{margin-bottom:20px !important;} .marginbot-30{margin-bottom:30px !important;} .marginbot-40{margin-bottom:40px !important;} .marginbot-50{margin-bottom:50px !important;} .marginbot-60{margin-bottom:60px !important;} .marginbot-70{margin-bottom:70px !important;} .marginbot-80{margin-bottom:80px !important;} .marginbot-90{margin-bottom:90px !important;} .marginbot-100{margin-bottom:100px !important;} .margintop-0{margin-top:0 !important;} .margintop-10{margin-top:10px !important;} .margintop-20{margin-top:20px !important;} .margintop-30{margin-top:30px !important;} .margintop-40{margin-top:40px !important;} .margintop-45{margin-top:45px !important;} .margintop-50{margin-top:50px !important;} /* padding */ .paddingtop-0{padding-top:0 !important;} .paddingtop-10{padding-top:10px !important;} .paddingtop-20{padding-top:20px !important;} .paddingtop-30{padding-top:30px !important;} .paddingtop-40{padding-top:40px !important;} .paddingtop-50{padding-top:50px !important;} .paddingtop-60{padding-top:60px !important;} .paddingtop-70{padding-top:70px !important;} .paddingtop-80{padding-top:80px !important;} .paddingtop-90{padding-top:90px !important;} .paddingtop-100{padding-top:100px !important;} .paddingbot-0{padding-bottom:0 !important;} .paddingbot-10{padding-bottom:10px !important;} .paddingbot-20{padding-bottom:20px !important;} .paddingbot-30{padding-bottom:30px !important;} .paddingbot-40{padding-bottom:40px !important;} .paddingbot-50{padding-bottom:50px !important;} .paddingbot-60{padding-bottom:60px !important;} .paddingbot-70{padding-bottom:70px !important;} .paddingbot-80{padding-bottom:80px !important;} .paddingbot-90{padding-bottom:90px !important;} .paddingbot-100{padding-bottom:100px !important;} /* =========================== --- General sections ============================ */ .home-section { padding: 70px 0 70px; display:block; position:relative; z-index:120; background-color: #fff; } .home-section .heading { margin-bottom: 40px; } .home-section.nopadding { padding-top: 0; padding-bottom: 0; display:block; position:relative; z-index:120; } .home-section.nopadding-bot { padding-bottom: 0; } .home-section.nopadding-top { padding-top: 0; } .inner-section { padding-top: 110px; padding-bottom: 110px; } .home-section.nopadd-bot { padding-bottom: 0; } .section-heading h2 { margin-bottom: 10px; } .section-heading p { font-weight: 300; font-size: 20px; line-height: 1.6em; } .color-dark .section-heading h2 { color: #111; } .color-dark .section-heading p { color: #444; } .divider-short,.color-dark .divider-short,.bg-gray .divider-short { background: #aaa; } .color-light .divider-short { background: #fefefe; } .color-light .section-heading h2 { color: #fff; } .color-light .section-heading p { color: #fefefe; } .color-light blockquote,.color-light p { color: #fefefe; } /* --- section bg var --- */ .bg-white { background: #fff; } .bg-gray { background: #fafafa; } .bg-dark { background: #404040; } /* --- section color var --- */ .text-light { color: #fff; } /* =========================== --- Intro ============================ */ .intro { width:100%; position:relative; } .intro-content { padding:60px 0 60px; } .intro-content.intro-nobg { background:#fff; position:relative; margin:0; padding:140px 0 60px; } .intro-content .slogan h2 { margin-bottom: 30px; } .intro .buttons a.btn { margin: 10px; padding: 10px 30px; } .intro .buttons a.btn small { text-transform: none; font-weight: 100; } .white-box { background: rgba(255,255,255,.8); padding: 20px; border-radius: 4px; } .intro-content h2 { margin-bottom: 10px; } /* =================================== call action ==================================== */ .callaction { padding:30px 30px 20px 30px; border: 1px solid #fafafa; border-radius: 4px; border-bottom: 2px solid #f2f2f2; } .cta-text { margin-top:10px; text-align: left; } .cta-text h3 { line-height:1.1em; margin-bottom: 20px; } .cta-btn { float:right; padding:20px 10px 20px 20px; margin-top:10px; } /* ========================= Buttons =========================== */ .btn-skin { color: #fff; } .btn-skin:hover { -webkit-transition: background .3s ease-in-out; -moz-transition: background .3s ease-in-out; transition: background .3s ease-in-out; } .btn-skin:hover, .btn-skin:focus, .btn-skin:active, .btn-skin.active, .open > .dropdown-toggle.btn-skin { color: #fff; } .btn-skin:active, .btn-skin.active, .open > .dropdown-toggle.btn-skin { background-image: none; } .btn-skin .badge { color: #5bc0de; background-color: #fff; } .btn-lg, .btn-group-lg > .btn { padding: 10px 16px; font-size: 20px; line-height: 1.5em; border-radius: 6px; } /* ======================= Elements ========================== */ /* badge */ .badge.custom-badge { margin: -20px 0 0 -25px; font-size: 12px; text-transform: none; } .badge.custom-badge.red { background-color: #e9372e; } /* box */ .box { } .box h4 { font-size: 24px; } .box i { margin-bottom: 30px; } .circled { border-radius: 50%; display: inline-block; color: #fff; width: 1.6em; height: 1.6em; text-align: center; line-height: 1.6em; } /* features */ .features { margin-bottom: 40px; } .features i { margin: 0 20px 0 0; } .features h5 { line-height: 1em; padding-top: 10px; vertical-align: middle; } /* =========================== --- Footer ============================ */ footer .widget { margin-bottom: 30px; } footer .widget h5 { font-size: 20px; margin-bottom: 10px; text-transform: uppercase; } .sub-footer { border-top: 1px solid #fafafa; padding: 50px 0 20px; } .sub-footer a{ color: #444; } footer .sub-footer p { font-size: 14px; } ul.social { list-style: none; padding-left: 0; } ul.social li { display: inline; margin-right: 5px; } /* -- icon var -- */ .bg-dark { background: #666; } .bg-light { background: #fff; } .icon-primary { color: #4765a0; } .icon-success { color: #7db53b; } .icon-info { color: #51b6bf; } .icon-warning { color: #e6e039; } .icon-danger { color: #e24e47; } /* scroll to top */ .scrollup{ position:fixed; width:32px; height:32px; bottom:0px; right:20px; background: #222; -webkit-border-radius: 2px 2px 0 0; -moz-border-radius: 2px 2px 0 0; border-radius: 2px 2px 0 0; } a.scrollup { outline:0; text-align: center; } a.scrollup:hover,a.scrollup:active,a.scrollup:focus { opacity:1; text-decoration:none; } a.scrollup i { margin-top: 10px; color: #fff; } a.scrollup i:hover { text-decoration:none; } /* =========================== --- Elements ============================ */ /* --- tooltip --- */ .tooltip { font-size: 16px; line-height: 1.6em; } /* --- scroll --- */ .page-scroll .btn-circle i.animated { -webkit-transition-property: -webkit-transform; -webkit-transition-duration: 1s; -moz-transition-property: -moz-transform; -moz-transition-duration: 1s; } .page-scroll .btn-circle:hover i.animated { -webkit-animation-name: pulse; -moz-animation-name: pulse; -webkit-animation-duration: 1.5s; -moz-animation-duration: 1.5s; -webkit-animation-iteration-count: infinite; -moz-animation-iteration-count: infinite; -webkit-animation-timing-function: linear; -moz-animation-timing-function: linear; } @-webkit-keyframes pulse { 0 { -webkit-transform: scale(1); transform: scale(1); } 50% { -webkit-transform: scale(1.2); transform: scale(1.2); } 100% { -webkit-transform: scale(1); transform: scale(1); } } @-moz-keyframes pulse { 0 { -moz-transform: scale(1); transform: scale(1); } 50% { -moz-transform: scale(1.2); transform: scale(1.2); } 100% { -moz-transform: scale(1); transform: scale(1); } } /* --- button --- */ .btn { position: relative; display: inline-block; outline: none; color: #fff; text-decoration: none; text-transform: uppercase; letter-spacing: 1px; font-weight: 400; text-shadow: 0 0 1px rgba(255,255,255,0.3); font-size: 14px; font-weight: 700; } .btn.btn-noradius { border-radius: 0; } a.btn:focus{ outline: 0; } .btn-red { color: #fff; background-color: #c83539; border-color: #c83539; } .btn-red:hover, .btn-red:focus, .btn-red:active, .btn-red.active { color: #fff; background-color: #666; border-color: #666; } .btn-red:active { background-image: none; } .btn-skin:hover, .btn-skin:focus, .btn-skin:active, .btn-skin.active { color: #fff; background-color: #666; border-color: #666; } .btn-default:hover, .btn-default:focus { border: 1px solid #28c3ab; outline: 0; color: #000; background-color: #28c3ab; } .btn-huge { padding: 25px; font-size: 26px; } .banner-social-buttons { margin-top: 0; } /* Theme Styler :: End */ /* Media queries */ @media (min-width: 768px) and (max-width: 979px) { .navbar-brand { float: none; display: block; margin: 0 auto; width: 100%; } .intro-content { padding:80px 0 0; } .divider-short { margin-top: 50px; margin-bottom: 10px; } } @media (max-width:767px) { .intro-content .slogan { text-align: center; margin-top: 30px; } .navbar.navbar-custom.navbar-fixed-top { background-color: #fff; } .badge.custom-badge { margin: 0 0 0 0; } .navbar-header button { border-color: #ccc; background-color: #eee; padding: 5px 20px; } .navbar-header i{ color: #666; } .boxes3 { width: 100%; } .navbar-custom ul.nav li { border-bottom: 1px solid #eee; } .navbar-custom ul.nav li:last-child { padding-bottom:0; } .navbar-custom ul.nav ul.dropdown-menu li { border-bottom: 1px solid #eee; padding-left: 20px; } .service-box { margin: 20px 0 30px; } .cta-text { float: none; text-align: center; } .cta-btn { float: none; text-align: center; } .sub-footer p { float: none; text-align: center; } .sub-footer p { float: none; text-align: center; } ul.social { text-align: center; } } @media (max-width:480px) { .navbar-custom .nav.navbar-nav { background-color: rgba(255,255,255,.4); } .navbar.navbar-custom.navbar-fixed-top { margin-bottom: 30px; } .intro-content .slogan { text-align: center; margin-top: 30px; } .box { padding: 45px; } .box i { margin-bottom: 30px; } } @media (max-width:320px) { .navbar-brand { text-align: center; display: block; margin: 0 auto; } .intro-content { padding:60px 0 0; } }
0.201302
0.066297
html { --scrollbarBG: #181B48; --thumbBG: rgba(8, 170, 245, 1); } body { font-family: 'Josefin Sans', sans-serif; padding-bottom: 20px; /* background-image: url("./photos/Asset\ 130.png"); */ background-image: url("./photos/luca-bravo-g_LG9LGyTk8-unsplash.jpg"); background-size: cover; background-repeat: repeat-x; background-position: center; height: 100%; width: 100%; /* overflow: visible; */ overflow:auto; vertical-align:bottom; background-color:black; scrollbar-width: thin; scrollbar-color: var(--thumbBG) var(--scrollbarBG); } body:not(.loaded) #slider img { display:none; } body::-webkit-scrollbar { width: 11px; } body::-webkit-scrollbar-track { background: var(--scrollbarBG); } body::-webkit-scrollbar-thumb { background-color: var(--thumbBG) ; border-radius: 6px; border: 3px solid var(--scrollbarBG); } #header { color:rgba(8, 170, 245, 1); /* color: #06EFB1; */ font-family: 'Josefin Sans', sans-serif; /* font-family: neuatra;*/ } #navbarNav { margin-left: auto; display: grid; } .headerImg{ width: 2em; height: 2em; } .col { align-items: center; justify-content: center; } /* .navbar { margin-bottom: 1em; } */ /* .backgroundimg { background-size: cover; background-repeat: repeat-x; background-position: center; height: 100vh; width: 100wh; overflow: visible; margin: 0%; vertical-align:bottom; } */ .wrapper { margin-left: 10vh; margin-right: 10vh; margin-top: 8vh; margin-bottom: 10vh; } .container { display: flex; flex-wrap: wrap; gap: 1rem; border: 20px black; /* background-color: rgba(8, 170, 245, 0.7); */ background-color: #181B48; color: rgba(8, 170, 245, 1); padding: 20px 30px; align-self: center; padding-top: .5rem; margin-top: 5rem; flex-wrap: wrap; box-shadow: 0 8px 32px 0 rgba(45, 55, 202, 0.37); backdrop-filter: blur( 5.0px ); -webkit-backdrop-filter: blur( 11.0px ); border-radius: 10px; border: 1px solid rgba( 255, 255, 255, 0.18 ); align-items: center; justify-content: center; grid-auto-rows: 100px; /* background: rgba( 5, 156, 217, 0.15 ); box-shadow: 0 8px 32px 0 rgba( 31, 38, 135, 0.37 ); backdrop-filter: blur( 11.0px ); -webkit-backdrop-filter: blur( 11.0px ); border-radius: 10px; border: 1px solid rgba( 255, 255, 255, 0.18 ); */ } #bottom { margin-left: auto; margin-right: auto; position: inherit; } #footer { color:rgba(8, 170, 245, 1); font-family: 'Josefin Sans', sans-serif; } footer { position: absolute; width: 100%; } /* About me */ #about { text-align: center; padding-left: auto; margin-right: 10px; margin-top: 1em; display: flex; align-items: center; justify-content: center; } p { color: #e0cb27; text-shadow: rgb(1, 14, 20, 1); align-content: center; justify-content: left; } .headshot { width: auto; height: auto; max-width: 100%; max-height: 100%; display: flex; justify-content: center; align-items: center; position: inherit; } .headline { text-align: center; font-family: 'Josefin Sans', sans-serif; } .toolbox { display: flex; flex-wrap: wrap; padding: 10px; justify-self: center; align-items: center; text-align: center; align-content: center; } .contactForm { display: flex; padding: 10px; justify-self: center; align-items: center; } img { padding: 2px; } /* Portfolio */ .projects { align-content: center; justify-content: center; align-items: center; } h2, h6 { text-align: center; } .extURL { font-family: 'Times New Roman', Times, serif; font-size: small; color: darkblue; } #portfolio-img { display: flex; margin-left: auto; margin-right: auto; width: 200%; height: auto; } .portImg:hover { transform: scale(1.1); transition-timing-function: ease; transition-delay: 0s; transition-duration: 1s; } .personalLinks { text-align: center; position: inherit; } .tech { color: #181818; } /* .card:hover { transform: scale(1.1) translateZ(0px); -webkit-box-shadow:rgba(0,0,0,0.8) 0px 5px 15px, inset rgba(0,0,0,0.15) 0px -10px 20px; -moz-box-shadow:rgba(0,0,0,0.8) 0px 5px 15px, inset rgba(0,0,0,0.15) 0px -10px 20px; -o-box-shadow:rgba(0,0,0,0.8) 0px 5px 15px, inset rgba(0,0,0,0.15) 0px -10px 20px; box-shadow:rgba(0,0,0,0.8) 0px 5px 15px, inset rgba(0,0,0,0.15) 0px -10px 20px; } */ /* Contact */ .contactForm { display: flex; padding: 10px; justify-self: center; align-items: center; } .form { margin: 10px; } small { color: #00A376; } /* right-corner easter egg*/ .moonsun { text-align: right; color:#06f0f0; } a { color: black; text-decoration: none; cursor:url(./photos/headshot-cursor.png), pointer; } a:hover{ /* color:rgba(8, 170, 245, 1); */ text-decoration: none; cursor:url(./photos/headshot-cursor.png), pointer; } .social { color: rgba(6, 239, 177, 0.753); } .social:hover { color: rgba(6, 239, 177, 0.596); } .backgroundimg { background-size: cover; overflow: hidden; } @media only screen and (max-device-width: 480px) { *, ::after, ::before { box-sizing: content-box; } .card > .content { padding: 0; } .h6, h6 { font-size: .75em; padding: 5%; } h2 { font-size: 1em; } .card { height: auto; margin: .5em; } .title { font-size: 1.5em; } } /* 320px — 480px: Mobile devices. 481px — 768px: iPads, Tablets. 769px — 1024px: Small screens, laptops. 1025px — 1200px: Desktops, large screens. */
src/App.css
html { --scrollbarBG: #181B48; --thumbBG: rgba(8, 170, 245, 1); } body { font-family: 'Josefin Sans', sans-serif; padding-bottom: 20px; /* background-image: url("./photos/Asset\ 130.png"); */ background-image: url("./photos/luca-bravo-g_LG9LGyTk8-unsplash.jpg"); background-size: cover; background-repeat: repeat-x; background-position: center; height: 100%; width: 100%; /* overflow: visible; */ overflow:auto; vertical-align:bottom; background-color:black; scrollbar-width: thin; scrollbar-color: var(--thumbBG) var(--scrollbarBG); } body:not(.loaded) #slider img { display:none; } body::-webkit-scrollbar { width: 11px; } body::-webkit-scrollbar-track { background: var(--scrollbarBG); } body::-webkit-scrollbar-thumb { background-color: var(--thumbBG) ; border-radius: 6px; border: 3px solid var(--scrollbarBG); } #header { color:rgba(8, 170, 245, 1); /* color: #06EFB1; */ font-family: 'Josefin Sans', sans-serif; /* font-family: neuatra;*/ } #navbarNav { margin-left: auto; display: grid; } .headerImg{ width: 2em; height: 2em; } .col { align-items: center; justify-content: center; } /* .navbar { margin-bottom: 1em; } */ /* .backgroundimg { background-size: cover; background-repeat: repeat-x; background-position: center; height: 100vh; width: 100wh; overflow: visible; margin: 0%; vertical-align:bottom; } */ .wrapper { margin-left: 10vh; margin-right: 10vh; margin-top: 8vh; margin-bottom: 10vh; } .container { display: flex; flex-wrap: wrap; gap: 1rem; border: 20px black; /* background-color: rgba(8, 170, 245, 0.7); */ background-color: #181B48; color: rgba(8, 170, 245, 1); padding: 20px 30px; align-self: center; padding-top: .5rem; margin-top: 5rem; flex-wrap: wrap; box-shadow: 0 8px 32px 0 rgba(45, 55, 202, 0.37); backdrop-filter: blur( 5.0px ); -webkit-backdrop-filter: blur( 11.0px ); border-radius: 10px; border: 1px solid rgba( 255, 255, 255, 0.18 ); align-items: center; justify-content: center; grid-auto-rows: 100px; /* background: rgba( 5, 156, 217, 0.15 ); box-shadow: 0 8px 32px 0 rgba( 31, 38, 135, 0.37 ); backdrop-filter: blur( 11.0px ); -webkit-backdrop-filter: blur( 11.0px ); border-radius: 10px; border: 1px solid rgba( 255, 255, 255, 0.18 ); */ } #bottom { margin-left: auto; margin-right: auto; position: inherit; } #footer { color:rgba(8, 170, 245, 1); font-family: 'Josefin Sans', sans-serif; } footer { position: absolute; width: 100%; } /* About me */ #about { text-align: center; padding-left: auto; margin-right: 10px; margin-top: 1em; display: flex; align-items: center; justify-content: center; } p { color: #e0cb27; text-shadow: rgb(1, 14, 20, 1); align-content: center; justify-content: left; } .headshot { width: auto; height: auto; max-width: 100%; max-height: 100%; display: flex; justify-content: center; align-items: center; position: inherit; } .headline { text-align: center; font-family: 'Josefin Sans', sans-serif; } .toolbox { display: flex; flex-wrap: wrap; padding: 10px; justify-self: center; align-items: center; text-align: center; align-content: center; } .contactForm { display: flex; padding: 10px; justify-self: center; align-items: center; } img { padding: 2px; } /* Portfolio */ .projects { align-content: center; justify-content: center; align-items: center; } h2, h6 { text-align: center; } .extURL { font-family: 'Times New Roman', Times, serif; font-size: small; color: darkblue; } #portfolio-img { display: flex; margin-left: auto; margin-right: auto; width: 200%; height: auto; } .portImg:hover { transform: scale(1.1); transition-timing-function: ease; transition-delay: 0s; transition-duration: 1s; } .personalLinks { text-align: center; position: inherit; } .tech { color: #181818; } /* .card:hover { transform: scale(1.1) translateZ(0px); -webkit-box-shadow:rgba(0,0,0,0.8) 0px 5px 15px, inset rgba(0,0,0,0.15) 0px -10px 20px; -moz-box-shadow:rgba(0,0,0,0.8) 0px 5px 15px, inset rgba(0,0,0,0.15) 0px -10px 20px; -o-box-shadow:rgba(0,0,0,0.8) 0px 5px 15px, inset rgba(0,0,0,0.15) 0px -10px 20px; box-shadow:rgba(0,0,0,0.8) 0px 5px 15px, inset rgba(0,0,0,0.15) 0px -10px 20px; } */ /* Contact */ .contactForm { display: flex; padding: 10px; justify-self: center; align-items: center; } .form { margin: 10px; } small { color: #00A376; } /* right-corner easter egg*/ .moonsun { text-align: right; color:#06f0f0; } a { color: black; text-decoration: none; cursor:url(./photos/headshot-cursor.png), pointer; } a:hover{ /* color:rgba(8, 170, 245, 1); */ text-decoration: none; cursor:url(./photos/headshot-cursor.png), pointer; } .social { color: rgba(6, 239, 177, 0.753); } .social:hover { color: rgba(6, 239, 177, 0.596); } .backgroundimg { background-size: cover; overflow: hidden; } @media only screen and (max-device-width: 480px) { *, ::after, ::before { box-sizing: content-box; } .card > .content { padding: 0; } .h6, h6 { font-size: .75em; padding: 5%; } h2 { font-size: 1em; } .card { height: auto; margin: .5em; } .title { font-size: 1.5em; } } /* 320px — 480px: Mobile devices. 481px — 768px: iPads, Tablets. 769px — 1024px: Small screens, laptops. 1025px — 1200px: Desktops, large screens. */
0.328853
0.066297
:root { --brand-color: #d6d345; --fierman-green: #2c6e2c; --text-color: #4b4b4b; --white: white; --padding: 1rem } * { box-sizing: border-box } body { background: var(--fierman-green) url(https://vanheusden.com/constatus/fierman-logo.jpg) no-repeat center center; background-blend-mode: overlay; background-size: cover; color: var(--text-color); display: flex; font: 18px/1.5 Open Sans, DejaVu Sans, Liberation Sans, Arial, sans-serif; flex-direction: column; margin: 0; min-height: 100vh; padding-top: 5em } header { background: var(--brand-color); position: fixed; top: 0; width: 100% } nav a:not(:first-child) { font-size: smaller; font-weight: normal } nav a:not(:last-child)::after { content: " ›" } section { display: inline-block; /* keep content together for column-count */ border: 1rem solid transparent; width: 100% } section > * { background: white; list-style: none; margin: 0; overflow: hidden; padding: .5rem var(--padding) 1rem; width: 100% } section li { padding: .5rem 0 } section li:not(:first-child) { border-top: 1px solid lightgray } th { border-bottom: 1px solid lightgray } section li a { display: inline-block; width: 100% } h2 a::after, section li a::after { content: "›"; color: gray; float: right; font-weight: bold } section figure img { height: auto; width: 100% } .controls { float: right; clear: right } .controls img, section figure figcaption img { height: 16px; width: 16px } dt { clear: left; float: left; width: 50% } dd { clear: right; float: right; font-weight: bold; margin-left: 0; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; width: 50% } th, td { font-size: smaller; overflow: hidden; text-align: left; text-overflow: ellipsis; white-space: nowrap; max-width: 10rem } td:first-child { width: 50% } section figure { background: white; margin: 0; padding: 1rem } section .alert { animation: alert 1.5s infinite ease-in-out } @keyframes alert { 0% { box-shadow: 0 0 15px red } 50% { box-shadow: none } 100% { box-shadow: 0 0 15px red } } section figcaption, label { font-size: smaller } section figcaption a { float: right } form input { background: white; border: none; border-bottom: 1px solid #aaa; display: block; font-size: 16px; margin: .25rem 0 1.5rem; outline: none; } form input:active, form input:focus { border-bottom: 1px solid var(--fierman-green) } form button { background: var(--brand-color); color: var(--fierman-green); border: none; font-weight: bold; padding: .5rem 1rem } label, input[type="range"] { height: 1.5rem; vertical-align: middle; width: 3rem } footer { color: var(--white); font-size: smaller; padding: 1rem; text-align: center } h1, h2, h3 { font-size: 1.25em; margin: 0; padding: 0 var(--padding) } h1 { color: var(--white); line-height: 2.5; padding-left: 2rem } h2, h2 a { background: none; color: var(--brand-color) } h3, h3 a { color: var(--fierman-green) } h3 { font-size: 1rem; padding-top: var(--padding) } a { color: var(--text-color); font-weight: bold; text-decoration: none } li a { font-weight: normal } header a, footer a { color: var(--white) } ::-webkit-scrollbar { background: #8a8; height: 10px; width: 10px; } ::-webkit-scrollbar-thumb { background: var(--fierman-green); border-radius: 10px } main { flex: 1 0 0 } @media (min-width: 640px) { body { font-size: 16px } .columns { column-count: 2 } } @media (min-width: 1280px) { .columns { column-count: 3; margin: auto; width: 1250px } } @media (min-width: 1920px) { .columns { column-count: 4; margin: auto; width: 1900px } } .fs-div { position: relative; left: 0; top: 0; } .fs-big { position: relative; top: 0; left: 0; } .fs-small { position: absolute; top: 0px; right: 0px; width: 48px; height: 48px; }
stylesheet.css
:root { --brand-color: #d6d345; --fierman-green: #2c6e2c; --text-color: #4b4b4b; --white: white; --padding: 1rem } * { box-sizing: border-box } body { background: var(--fierman-green) url(https://vanheusden.com/constatus/fierman-logo.jpg) no-repeat center center; background-blend-mode: overlay; background-size: cover; color: var(--text-color); display: flex; font: 18px/1.5 Open Sans, DejaVu Sans, Liberation Sans, Arial, sans-serif; flex-direction: column; margin: 0; min-height: 100vh; padding-top: 5em } header { background: var(--brand-color); position: fixed; top: 0; width: 100% } nav a:not(:first-child) { font-size: smaller; font-weight: normal } nav a:not(:last-child)::after { content: " ›" } section { display: inline-block; /* keep content together for column-count */ border: 1rem solid transparent; width: 100% } section > * { background: white; list-style: none; margin: 0; overflow: hidden; padding: .5rem var(--padding) 1rem; width: 100% } section li { padding: .5rem 0 } section li:not(:first-child) { border-top: 1px solid lightgray } th { border-bottom: 1px solid lightgray } section li a { display: inline-block; width: 100% } h2 a::after, section li a::after { content: "›"; color: gray; float: right; font-weight: bold } section figure img { height: auto; width: 100% } .controls { float: right; clear: right } .controls img, section figure figcaption img { height: 16px; width: 16px } dt { clear: left; float: left; width: 50% } dd { clear: right; float: right; font-weight: bold; margin-left: 0; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; width: 50% } th, td { font-size: smaller; overflow: hidden; text-align: left; text-overflow: ellipsis; white-space: nowrap; max-width: 10rem } td:first-child { width: 50% } section figure { background: white; margin: 0; padding: 1rem } section .alert { animation: alert 1.5s infinite ease-in-out } @keyframes alert { 0% { box-shadow: 0 0 15px red } 50% { box-shadow: none } 100% { box-shadow: 0 0 15px red } } section figcaption, label { font-size: smaller } section figcaption a { float: right } form input { background: white; border: none; border-bottom: 1px solid #aaa; display: block; font-size: 16px; margin: .25rem 0 1.5rem; outline: none; } form input:active, form input:focus { border-bottom: 1px solid var(--fierman-green) } form button { background: var(--brand-color); color: var(--fierman-green); border: none; font-weight: bold; padding: .5rem 1rem } label, input[type="range"] { height: 1.5rem; vertical-align: middle; width: 3rem } footer { color: var(--white); font-size: smaller; padding: 1rem; text-align: center } h1, h2, h3 { font-size: 1.25em; margin: 0; padding: 0 var(--padding) } h1 { color: var(--white); line-height: 2.5; padding-left: 2rem } h2, h2 a { background: none; color: var(--brand-color) } h3, h3 a { color: var(--fierman-green) } h3 { font-size: 1rem; padding-top: var(--padding) } a { color: var(--text-color); font-weight: bold; text-decoration: none } li a { font-weight: normal } header a, footer a { color: var(--white) } ::-webkit-scrollbar { background: #8a8; height: 10px; width: 10px; } ::-webkit-scrollbar-thumb { background: var(--fierman-green); border-radius: 10px } main { flex: 1 0 0 } @media (min-width: 640px) { body { font-size: 16px } .columns { column-count: 2 } } @media (min-width: 1280px) { .columns { column-count: 3; margin: auto; width: 1250px } } @media (min-width: 1920px) { .columns { column-count: 4; margin: auto; width: 1900px } } .fs-div { position: relative; left: 0; top: 0; } .fs-big { position: relative; top: 0; left: 0; } .fs-small { position: absolute; top: 0px; right: 0px; width: 48px; height: 48px; }
0.689096
0.265892
<style type="text/css" id="less:quickadmin-php-assets-less-pages-serveStyles:less-module-admin-page-login"> @import 'http://demo.mosaicpro.biz/quickadmin/php/assets/less/pages/../../../assets/components/core/lib/bootstrap/css/bootstrap.min.css'; @import 'http://demo.mosaicpro.biz/quickadmin/php/assets/less/pages/../../../assets/components/ui/icons/fontawesome/assets/css/font-awesome.min.css'; @import 'http://demo.mosaicpro.biz/quickadmin/php/assets/less/pages/../../../assets/components/ui/icons/glyphicons/assets/css/glyphicons_regular.css'; @import 'http://demo.mosaicpro.biz/quickadmin/php/assets/less/pages/../../../assets/components/ui/icons/glyphicons/assets/css/glyphicons_social.css'; @import 'http://demo.mosaicpro.biz/quickadmin/php/assets/less/pages/../../../assets/components/ui/icons/glyphicons/assets/css/glyphicons_filetypes.css'; @import url(http://fonts.googleapis.com/css?family=Open+Sans:400,800,700,600&subset=latin,latin-ext); @import 'http://demo.mosaicpro.biz/quickadmin/php/assets/less/pages/../../../assets/components/core/lib/plugins/prettyprint/assets/css/prettify.css'; @import 'http://demo.mosaicpro.biz/quickadmin/php/assets/less/pages/../../../assets/components/themer/assets/plugins/minicolors/jquery.miniColors.css'; @import 'http://demo.mosaicpro.biz/quickadmin/php/assets/less/pages/../../../assets/components/forms/elements/uniform/assets/lib/css/uniform.default.css'; /* --- LOADING [css.bootstrap.min] from assets/components/core/lib/bootstrap/css/bootstrap.min.css */ /* --- LOADING [css.font-awesome.min] from assets/components/ui/icons/fontawesome/assets/css/font-awesome.min.css */ /* --- LOADING [css.glyphicons_regular] from assets/components/ui/icons/glyphicons/assets/css/glyphicons_regular.css */ /* --- LOADING [css.glyphicons_social] from assets/components/ui/icons/glyphicons/assets/css/glyphicons_social.css */ /* --- LOADING [css.glyphicons_filetypes] from assets/components/ui/icons/glyphicons/assets/css/glyphicons_filetypes.css */ /* --- LOADING [less.variables] from assets/components/core/custom/less/variables.less */ /* --- LOADING [less.mixins] from assets/components/core/custom/less/mixins.less */ /* --- LOADING [less.scaffolding] from assets/components/core/custom/less/scaffolding.less */ html { -webkit-font-smoothing: antialiased !important; } body { font-family: 'Open Sans', sans-serif; background: #f0f0f0; font-size: 13px; color: #7c7c7c; position: relative; } *, a:focus { outline: none !important; } button:focus { outline: none !important; } button::-moz-focus-inner { border: 0; } a:hover { color: #333333; } a { color: #4a8bc2; outline: 0 !important; } * > img { max-width: 100%; } h1, h2, h3, h4, h5, h6 { font-family: 'Open Sans', sans-serif; margin: 0 0 5px; font-weight: 400; text-shadow: 0 1px 0 #ffffff; color: #4d4d4d; } h1.glyphicons, h2.glyphicons, h3.glyphicons, h4.glyphicons, h5.glyphicons, h6.glyphicons { color: #7c7c7c; } h1 span, h2 span, h3 span, h4 span, h5 span, h6 span { color: #afafaf; font-weight: 400; padding: 0 5px; font-style: italic; } h1 span, h2 span, h3 span { font-size: 50%; text-transform: none; padding: 0; position: relative; top: -3px; font-weight: 400; } h1 { line-height: 40px; } h2, h3 { line-height: 30px; } h2 { font-size: 26px; } h4.glyphicons { padding: 0 0 0 35px; display: block; } h4.glyphicons i:before { font-size: 22px; font-weight: normal; color: #575655; } h3.glyphicons, h2.glyphicons { padding: 0 0 0 45px; display: block; } h3.glyphicons i:before, h2.glyphicons i:before { font-size: 27px; font-weight: normal; left: 2px; top: 3px; color: #575655; } h3.glyphicons.cogwheels i:before, h2.glyphicons.cogwheels i:before { left: 5px; } .heading-buttons h1, .heading-buttons h2, .heading-buttons h3, .heading-buttons h4, .heading-buttons h5, .heading-buttons h6 { display: inline-block; margin: 0 15px; } .heading-buttons h1.glyphicons, .heading-buttons h2.glyphicons, .heading-buttons h3.glyphicons, .heading-buttons h4.glyphicons, .heading-buttons h5.glyphicons, .heading-buttons h6.glyphicons { display: inline-block; } .heading-buttons .buttons { margin-top: 3px; margin-right: 15px; text-align: right; } .heading-buttons .btn { margin-right: 15px; } .heading-buttons .btn:last-child { margin-right: 0; } p { margin: 0 0 10px; line-height: normal; } .lead { margin: 0 0 10px; } .glyphicons { color: #7c7c7c; } .hide2 { display: none; } ul.icons { text-align: left; padding: 0; } ul.icons li { display: block; padding: 0 0 0 25px; line-height: 22px; color: #7c7c7c; } ul.icons li i:before { color: #7c7c7c; font-size: 17px; left: 0; top: 4px; } .icons-ul { padding: 0; } ul.unstyled { padding: 0; margin: 0; list-style: none; } input, button, select, textarea { font-family: 'Open Sans', sans-serif; } pre.prettyprint { word-break: normal; word-wrap: normal; white-space: pre; background-color: #f8f8f8; background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(50%, #f8f8f8), color-stop(50%, #eeeeee)); background-image: -webkit-linear-gradient(#f8f8f8 50%, #eeeeee 50%); background-image: -moz-linear-gradient(#f8f8f8 50%, #eeeeee 50%); background-image: -o-linear-gradient(#f8f8f8 50%, #eeeeee 50%); background-image: linear-gradient(#f8f8f8 50%, #eeeeee 50%); -moz-background-size: 38px 38px; background-size: 38px 38px; border: 1px solid #ebebeb; display: block; line-height: 19px; margin-bottom: 15px; overflow: visible; overflow-y: hidden; padding: 0 0 0 4px; } pre.prettyprint .glyphicons { padding: 0 0 0 20px; } pre.prettyprint .glyphicons i:before { font-size: 17px; top: 1px; } #content pre.prettyprint, #content pre.prettyprint span { color: #7c7c7c; } blockquote { margin: 0; padding: 0 0 0 5px; } blockquote, blockquote.pull-right { border: none; } blockquote p { font-weight: 400; font-size: 13px; margin: 0 0 10px; } blockquote small { color: #4a8bc2; } .separator { padding: 15px 0; display: block; } .separator.bottom { padding: 0 0 15px; } .separator.top { padding: 15px 0 0; } hr { border-top-color: #dbdbdb; border-bottom: none; margin: 15px 0; } hr.separator { padding: 0; } hr.separator.top { margin: 15px 0 0; } hr.separator.bottom { margin: 0 0 15px; } @media print { html, body { height: auto !important; min-height: none !important; } @page { size: auto; margin: 10mm 10mm 10mm 10mm; } #content { margin: 0 !important; padding: 0 !important; } .breadcrumb, #tlyPageGuideWrapper, .filter-bar { display: none !important; } .table td, .table th { vertical-align: middle; } .table th { padding: 3px; text-align: center; } .table img { float: left; } } .map_canvas img { max-width: none !important; } .streetview { width: 100%; height: 300px; } .ui-dialog-vevent .dtstart { display: none; } .ui-dialog-vevent .website { margin: 0 0 1em; } .ajaxify-loader { position: fixed; left: 50%; top: 50%; margin-left: -40px; margin-top: -40px; z-index: 999999; color: #4a8bc2; text-shadow: 0 2px 0 #fff; } body.loading { background: #fff; } /* --- LOADING [less.helpers] from assets/components/core/custom/less/helpers.less */ .innerLR { padding: 0 15px; position: relative; } .innerTB { padding: 15px 0; position: relative; } .innerAll { padding: 15px; position: relative; } .innerL { padding-left: 15px; position: relative; } .innerR { padding-right: 15px; position: relative; } .innerT { padding-top: 15px; position: relative; } .innerB { padding-bottom: 15px; position: relative; } .center { text-align: center !important; } .margin-bottom-none { margin-bottom: 0 !important; } .padding-bottom-none { padding-bottom: 0 !important; } .margin-none { margin: 0 !important; } .padding-none { padding: 0 !important; } .border-none { border: none !important; } .box-shadow-none { box-shadow: none !important; -moz-box-shadow: none !important; -webkit-box-shadow: none !important; } .padding-none-TB { padding-bottom: 0 !important; padding-top: 0 !important; } .relativeWrap { position: relative; } .text-primary { color: #4a8bc2; } .text-regular { color: #444; } .text-uppercase { text-transform: uppercase; } .text-lowercase { text-transform: lowercase; } .text-faded { color: #d7d7d7 !important; } .text-large { font-size: 35px !important; line-height: 40px !important; } .text-xlarge { font-size: 50px; line-height: 50px; } .text-xxlarge { font-size: 70px; line-height: 70px; } .text-underline { text-decoration: underline; } .text-right { text-align: right !important; } .inline-block { display: inline-block !important; } .overflow-y-auto { position: relative; overflow: hidden; overflow-y: auto; } .overflow-hidden { position: relative; overflow: hidden; } .containerBg { background: #f0f0f0; } .whiteBg { background: #fff; } .row-merge { position: relative; /* Desktops */ } @media (min-width: 992px) { .row-merge > [class*="col"]:not(:last-of-type) { padding-right: 0; } .row-merge > [class*="col"] ~ [class*="col"] { padding-left: 0; position: static; } .row-merge > [class*="col"] ~ [class*="col"]:after { position: absolute; top: 0; bottom: 0; width: 1px; background: #dbdbdb; content: ""; } } .row-merge.border-top, .row-merge ~ .row-merge { border-top: 1px solid #dbdbdb; } .row-merge.border-bottom { border-bottom: 1px solid #dbdbdb; } /* --- LOADING [less.layout] from assets/components/core/custom/less/layout.less */ .row-icons { padding: 10px 0; margin: 0; } .row-icons [class*="col"] { margin-bottom: 15px; padding-left: 48px; } .row-icons [class*="col"] i:before { color: #4a8bc2; } .row-icons [class*="col"] span { padding-left: 5px; } #fontawesome [class^="icon-"], #fontawesome [class*=" icon-"] { font-size: 24px; line-height: 24px; vertical-align: middle; margin: 0 5px 0 0; } #wrapper { overflow: hidden; float: left; width: 100%; overflow-y: scroll; -webkit-overflow-scrolling: touch; } body > .container-fluid { padding: 0; background: #f0f0f0; } body > .container-fluid.fixed { margin: 30px auto 30px; border-left: 1px solid #d8d8d8; border-right: 1px solid #d8d8d8; width: 94%; -webkit-border-radius: 5px 5px 5px 5px; -moz-border-radius: 5px 5px 5px 5px; border-radius: 5px 5px 5px 5px; } body > .container-fluid.fixed #wrapper { -webkit-border-radius: 5px 5px 0 0; -moz-border-radius: 5px 5px 0 0; border-radius: 5px 5px 0 0; } body > .container-fluid.fixed #content { -webkit-border-radius: 0 5px 0 0; -moz-border-radius: 0 5px 0 0; border-radius: 0 5px 0 0; } body > .container-fluid.fixed #footer { -webkit-border-radius: 0 0 5px 5px; -moz-border-radius: 0 0 5px 5px; border-radius: 0 0 5px 5px; } body > .container-fluid.fixed .navbar.main .wrapper { -webkit-border-radius: 5px 5px 0 0; -moz-border-radius: 5px 5px 0 0; border-radius: 5px 5px 0 0; } body > .container-fluid.documentation { background: #fff; } #content { position: relative; overflow: hidden; margin: 0 auto; min-width: 320px; min-height: 500px; padding: 0 0 15px; background: #f0f0f0; } #content > .menubar { border-left: none; border-right: none; } #content > p { padding: 0 15px 5px; } #content > h1, #content > h2, #content > h3, #content > h4, #content > h5, #content > h6 { margin: 0 15px 15px; } #content.container { overflow: visible; } #content.container > .innerL { padding-left: 0 !important; } #content.container > .innerR { padding-right: 0 !important; } #content.container > .innerLR { padding-left: 0 !important; padding-right: 0 !important; } #content.container > h1, #content.container > [data-component] > h1, #content.container > h2, #content.container > [data-component] > h2, #content.container > h3, #content.container > [data-component] > h3, #content.container > h4, #content.container > [data-component] > h4, #content.container > h5, #content.container > [data-component] > h5, #content.container > h6, #content.container > [data-component] > h6 { margin: 0 0 15px; } #content > .filter-bar { border-right: none; border-left: none; } #content .heading-buttons { margin-top: 15px; } #content .heading-arrow { text-transform: uppercase; border-bottom: 1px solid #dbdbdb; margin: 0 0 15px; padding: 0 15px; font-size: 11pt; height: 35px; line-height: 30px; position: relative; } #content .heading-arrow:after { content: ""; display: inline-block; width: 0; height: 0; border-bottom: 8px solid #dbdbdb; border-right: 8px solid transparent; border-left: 8px solid transparent; position: absolute; bottom: 0; left: 15px; } #content .heading-arrow.glyphicons { padding: 0 10px 0 40px; } #content .heading-arrow.glyphicons i:before { font-size: 17px; left: 15px; } #content .heading-arrow.margin-bottom-none { margin-bottom: 0; } #content > .widget { border-left: 0; border-right: 0; } #content > .widget .widget-head, #content > .widget .widget-body { border-left: 0; border-right: 0; } #content > .widget:last-child { margin: 0; } #content > .table { border-left: none; border-right: none; } #content > .table tr td:first-child { border-left: none; } #footer { font-weight: 600; position: relative; overflow: hidden; z-index: 10000; border-bottom: 1px solid #dbdbdb; border-top: 1px solid #dbdbdb; } #footer a:not(.btn) { color: #7c7c7c; } #footer .copy { background: #e5e5e5; text-align: center; padding: 5px 10px; font-size: 12px; height: 30px; } #footer .copy a { color: #7c7c7c; text-decoration: underline; } html.sidebar.sidebar-quick #content { margin: 0 0 0 65px; } html.sidebar.sidebar-quick .menu-right #content { margin: 0 65px 0 0; } html.sidebar.sidebar-full #content { margin: 0 0 0 170px; } html.sidebar.sidebar-full .menu-right #content { margin: 0 170px 0 0; } @media (min-width: 768px) { html.no-touch.sticky-sidebar.sidebar body { overflow: hidden; } html.no-touch.sticky-sidebar.sidebar, html.no-touch.sticky-sidebar.sidebar body, html.no-touch.sticky-sidebar.sidebar body > .container-fluid, html.no-touch.sticky-sidebar.sidebar #wrapper { min-height: 100%; height: 100%; } html.no-touch.sticky-sidebar.sidebar #wrapper { margin-bottom: -32px; } html.no-touch.sticky-sidebar.sidebar #menu { position: fixed; bottom: 0; z-index: 1000; } html.no-touch.sticky-sidebar.sidebar #content { padding-bottom: 47px; } } @media (min-width: 768px) { html.no-touch.sticky-top #content { padding-top: 50px; } html.no-touch.sticky-top .navbar.main { position: fixed; top: 0; left: 0; right: 0; z-index: 10000; } html.no-touch.sticky-top.sidebar.sidebar-quick .navbar.main { left: 65px; } html.no-touch.sticky-top.sidebar.sidebar-quick .menu-right .navbar.main { left: 0; right: 65px; } html.no-touch.sticky-top.sidebar.sidebar-full .navbar.main { left: 170px; } html.no-touch.sticky-top.sidebar.sidebar-full .menu-right .navbar.main { left: 0; right: 170px; } html.no-touch.sticky-top .menu-hidden .navbar.main { left: 0 !important; right: 0 !important; } html.no-touch.sticky-top.front #content { padding-top: 100px; margin: 0 !important; } } html.fixed, html.fixed body { min-height: auto; height: auto; overflow: visible; } body > .container-fluid.fixed { min-height: auto; height: auto; } body > .container-fluid.fixed #wrapper { position: relative; overflow: hidden; min-height: auto; height: auto; margin: 0; } body > .container-fluid.fixed #menu { position: absolute; height: 100%; min-height: 100%; bottom: auto; } /* --- LOADING [less.menus] from assets/components/core/custom/less/menus.less */ .dropdown-menu { z-index: 100000; } html.sidebar-quick #menu { width: 65px; font-size: 11px; } html.sidebar-quick #menu .appbrand { border-bottom: 1px solid #161718; } html.sidebar-quick #menu .profile { border-bottom: 1px solid #161718; border-top: 1px solid #2a2c2e; } html.sidebar-quick #menu .profile a { border: 1px solid #161718; } html.sidebar-quick #menu .profile a:hover { border-color: #000000; } html.sidebar-quick #menu .slim-scroll > ul, html.sidebar-quick #menu > ul { list-style: none; float: left; margin: 0; padding: 0; display: block; width: 100%; border-top: 1px solid #2a2c2e; } html.sidebar-quick #menu .slim-scroll > ul > li, html.sidebar-quick #menu > ul > li { display: block; border-bottom: 1px solid #161718; box-shadow: 0 1px 0 0 #2a2c2e; position: relative; overflow: hidden; padding: 0; margin: 0; } html.sidebar-quick #menu .slim-scroll > ul > li a, html.sidebar-quick #menu > ul > li a { display: block; width: auto; padding: 10px; margin: 0; line-height: 10px; text-decoration: none; font-weight: 600; color: #4c4d4f; text-align: center; } html.sidebar-quick #menu .slim-scroll > ul > li a.glyphicons, html.sidebar-quick #menu > ul > li a.glyphicons { padding: 10px 5px; } html.sidebar-quick #menu .slim-scroll > ul > li a.glyphicons i, html.sidebar-quick #menu > ul > li a.glyphicons i { display: block; padding: 0 0 5px; } html.sidebar-quick #menu .slim-scroll > ul > li a.glyphicons i:before, html.sidebar-quick #menu > ul > li a.glyphicons i:before { display: block; font-size: 17px; color: #4c4d4f; top: auto; left: auto; position: relative; text-align: center; } html.sidebar-quick #menu .slim-scroll > ul > li.glyphicons > a, html.sidebar-quick #menu > ul > li.glyphicons > a { padding: 10px 5px; } html.sidebar-quick #menu .slim-scroll > ul > li.glyphicons > a i, html.sidebar-quick #menu > ul > li.glyphicons > a i { display: block; padding: 0 0 5px; } html.sidebar-quick #menu .slim-scroll > ul > li.glyphicons > a i:before, html.sidebar-quick #menu > ul > li.glyphicons > a i:before { display: block; font-size: 17px; color: #4c4d4f; top: auto; left: auto; position: relative; text-align: center; } html.sidebar-quick #menu .slim-scroll > ul > li.active, html.sidebar-quick #menu > ul > li.active { box-shadow: 0 1px 0 0 #2a2c2e; border-top: 1px solid #2a2c2e; position: relative; overflow: visible; } html.sidebar-quick #menu .slim-scroll > ul > li.active > a, html.sidebar-quick #menu > ul > li.active > a { background: #161718; color: #737474; } html.sidebar-quick #menu .slim-scroll > ul > li.active.glyphicons a i:before, html.sidebar-quick #menu > ul > li.active.glyphicons a i:before { color: #737474; } html.sidebar-quick #menu .slim-scroll > ul > li.active:first-child, html.sidebar-quick #menu > ul > li.active:first-child { border-top: none; } html.sidebar-quick #menu .slim-scroll > ul > li:hover > a, html.sidebar-quick #menu > ul > li:hover > a { color: #737474; } html.sidebar-quick #menu .slim-scroll > ul > li:hover.glyphicons a i:before, html.sidebar-quick #menu > ul > li:hover.glyphicons a i:before { color: #737474; } html.sidebar-full #menu { width: 170px; background-color: #4a8bc2; overflow: visible !important; } html.sidebar-full #menu .appbrand { border-bottom: 1px solid #346d9d; height: 50px; line-height: 29px; font-size: 16px; text-shadow: 0 1px 0 rgba(0, 0, 0, 0.2); } html.sidebar-full #menu .profile { border-top: 1px solid #619aca; } html.sidebar-full #menu .profile a { border: 1px solid #346d9d; color: #fff; text-decoration: none; } html.sidebar-full #menu .profile a:hover { border-color: #275277; } html.sidebar-full #menu .slim-scroll, html.sidebar-full #menu .slimScrollDiv { overflow: visible !important; } html.sidebar-full #menu .slim-scroll > ul, html.sidebar-full #menu > ul { border-top: 1px solid #346d9d; border-bottom: 1px solid #619aca; overflow: visible !important; margin: 0; padding: 0; } html.sidebar-full #menu .slim-scroll > ul > li, html.sidebar-full #menu > ul > li { position: relative; display: block; padding: 0 0 0 11px; } html.sidebar-full #menu .slim-scroll > ul > li a, html.sidebar-full #menu > ul > li a { cursor: pointer; position: relative; overflow: hidden; } html.sidebar-full #menu .slim-scroll > ul > li > a, html.sidebar-full #menu > ul > li > a { display: block; color: #ffffff; text-decoration: none; padding: 0 8px; line-height: 39px; } html.sidebar-full #menu .slim-scroll > ul > li > a [class*="icon-chevron-"], html.sidebar-full #menu > ul > li > a [class*="icon-chevron-"] { float: right; line-height: 39px; margin: 0 11px 0 0; } html.sidebar-full #menu .slim-scroll > ul > li > a.glyphicons, html.sidebar-full #menu > ul > li > a.glyphicons { padding: 0 8px; } html.sidebar-full #menu .slim-scroll > ul > li > a.glyphicons i, html.sidebar-full #menu > ul > li > a.glyphicons i { padding: 0 10px 0 0; display: block; float: left; height: 39px; } html.sidebar-full #menu .slim-scroll > ul > li > a.glyphicons i:before, html.sidebar-full #menu > ul > li > a.glyphicons i:before { color: #ffffff; font-size: 17px; position: relative; width: 17px; text-align: center; left: auto; right: auto; line-height: 39px; } html.sidebar-full #menu .slim-scroll > ul > li > a.glyphicons.single-icon i, html.sidebar-full #menu > ul > li > a.glyphicons.single-icon i { padding: 0; } html.sidebar-full #menu .slim-scroll > ul > li > a.glyphicons.logout i, html.sidebar-full #menu > ul > li > a.glyphicons.logout i { float: right; padding: 0; } html.sidebar-full #menu .slim-scroll > ul > li > a.glyphicons.logout span, html.sidebar-full #menu > ul > li > a.glyphicons.logout span { padding: 0 8px 0 0; float: left; } html.sidebar-full #menu .slim-scroll > ul > li.active, html.sidebar-full #menu > ul > li.active, html.sidebar-full #menu .slim-scroll > ul > li:hover, html.sidebar-full #menu > ul > li:hover, html.sidebar-full #menu .slim-scroll > ul > li.open, html.sidebar-full #menu > ul > li.open { padding: 0 8px 5px; } html.sidebar-full #menu .slim-scroll > ul > li.active > a, html.sidebar-full #menu > ul > li.active > a, html.sidebar-full #menu .slim-scroll > ul > li:hover > a, html.sidebar-full #menu > ul > li:hover > a, html.sidebar-full #menu .slim-scroll > ul > li.open > a, html.sidebar-full #menu > ul > li.open > a { background: #346d9d; padding: 5px 10px; line-height: 22px; -webkit-border-radius: 5px 5px 5px 5px; -moz-border-radius: 5px 5px 5px 5px; border-radius: 5px 5px 5px 5px; border: 1px solid #296190; } html.sidebar-full #menu .slim-scroll > ul > li.active > a [class*="icon-chevron-"], html.sidebar-full #menu > ul > li.active > a [class*="icon-chevron-"], html.sidebar-full #menu .slim-scroll > ul > li:hover > a [class*="icon-chevron-"], html.sidebar-full #menu > ul > li:hover > a [class*="icon-chevron-"], html.sidebar-full #menu .slim-scroll > ul > li.open > a [class*="icon-chevron-"], html.sidebar-full #menu > ul > li.open > a [class*="icon-chevron-"] { line-height: 22px; margin: 0; } html.sidebar-full #menu .slim-scroll > ul > li.active > a.glyphicons, html.sidebar-full #menu > ul > li.active > a.glyphicons, html.sidebar-full #menu .slim-scroll > ul > li:hover > a.glyphicons, html.sidebar-full #menu > ul > li:hover > a.glyphicons, html.sidebar-full #menu .slim-scroll > ul > li.open > a.glyphicons, html.sidebar-full #menu > ul > li.open > a.glyphicons { padding: 5px 10px; line-height: 22px; } html.sidebar-full #menu .slim-scroll > ul > li.active > a.glyphicons i, html.sidebar-full #menu > ul > li.active > a.glyphicons i, html.sidebar-full #menu .slim-scroll > ul > li:hover > a.glyphicons i, html.sidebar-full #menu > ul > li:hover > a.glyphicons i, html.sidebar-full #menu .slim-scroll > ul > li.open > a.glyphicons i, html.sidebar-full #menu > ul > li.open > a.glyphicons i { height: 22px; } html.sidebar-full #menu .slim-scroll > ul > li.active > a.glyphicons i:before, html.sidebar-full #menu > ul > li.active > a.glyphicons i:before, html.sidebar-full #menu .slim-scroll > ul > li:hover > a.glyphicons i:before, html.sidebar-full #menu > ul > li:hover > a.glyphicons i:before, html.sidebar-full #menu .slim-scroll > ul > li.open > a.glyphicons i:before, html.sidebar-full #menu > ul > li.open > a.glyphicons i:before { line-height: 22px; } html.sidebar-full #menu .slim-scroll > ul > li.glyphs, html.sidebar-full #menu > ul > li.glyphs { margin-top: 4px; padding: 8px; height: 53px; border-top: 1px solid #346d9d; border-bottom: 1px solid #619aca; box-shadow: 0 1px 0 0 #619aca inset, 0 -1px 0 0 #346d9d inset; } html.sidebar-full #menu .slim-scroll > ul > li.glyphs ul, html.sidebar-full #menu > ul > li.glyphs ul { margin: 0; padding: 0; list-style: none; background: #346d9d; height: 34px; line-height: 32px; -webkit-border-radius: 5px 5px 5px 5px; -moz-border-radius: 5px 5px 5px 5px; border-radius: 5px 5px 5px 5px; border: 1px solid #296190; text-align: center; } html.sidebar-full #menu .slim-scroll > ul > li.glyphs ul li, html.sidebar-full #menu > ul > li.glyphs ul li { display: block; float: left; height: 32px; line-height: 32px; padding: 0 1px 0 0; } html.sidebar-full #menu .slim-scroll > ul > li.glyphs ul li .glyphicons, html.sidebar-full #menu > ul > li.glyphs ul li .glyphicons { height: 32px; line-height: 22px; padding: 5px 10px; display: block; text-decoration: none; } html.sidebar-full #menu .slim-scroll > ul > li.glyphs ul li .glyphicons i, html.sidebar-full #menu > ul > li.glyphs ul li .glyphicons i { height: 22px; line-height: 22px; display: block; } html.sidebar-full #menu .slim-scroll > ul > li.glyphs ul li .glyphicons i:before, html.sidebar-full #menu > ul > li.glyphs ul li .glyphicons i:before { line-height: 22px; height: 22px; position: relative; left: auto; top: auto; display: block; text-align: center; font-size: 17px; color: #538fc1; } html.sidebar-full #menu .slim-scroll > ul > li.glyphs ul li.active, html.sidebar-full #menu > ul > li.glyphs ul li.active, html.sidebar-full #menu .slim-scroll > ul > li.glyphs ul li:hover, html.sidebar-full #menu > ul > li.glyphs ul li:hover { padding: 0; background: #579ad2; border-right: 1px solid #296190; } html.sidebar-full #menu .slim-scroll > ul > li.glyphs ul li.active .glyphicons i:before, html.sidebar-full #menu > ul > li.glyphs ul li.active .glyphicons i:before, html.sidebar-full #menu .slim-scroll > ul > li.glyphs ul li:hover .glyphicons i:before, html.sidebar-full #menu > ul > li.glyphs ul li:hover .glyphicons i:before { color: #ffffff; } html.sidebar-full #menu .slim-scroll > ul > li.glyphs ul li.active:first-child, html.sidebar-full #menu > ul > li.glyphs ul li.active:first-child, html.sidebar-full #menu .slim-scroll > ul > li.glyphs ul li:hover:first-child, html.sidebar-full #menu > ul > li.glyphs ul li:hover:first-child { -webkit-border-radius: 5px 0 0 5px; -moz-border-radius: 5px 0 0 5px; border-radius: 5px 0 0 5px; } html.sidebar-full #menu .slim-scroll > ul > li.glyphs ul li.active:last-child, html.sidebar-full #menu > ul > li.glyphs ul li.active:last-child, html.sidebar-full #menu .slim-scroll > ul > li.glyphs ul li:hover:last-child, html.sidebar-full #menu > ul > li.glyphs ul li:hover:last-child { -webkit-border-radius: 0 5px 5px 0; -moz-border-radius: 0 5px 5px 0; border-radius: 0 5px 5px 0; border-right: none; border-left: 1px solid #296190; } html.sidebar-full #menu .slim-scroll > ul > li.glyphs ul li.active:last-child .glyphicons, html.sidebar-full #menu > ul > li.glyphs ul li.active:last-child .glyphicons, html.sidebar-full #menu .slim-scroll > ul > li.glyphs ul li:hover:last-child .glyphicons, html.sidebar-full #menu > ul > li.glyphs ul li:hover:last-child .glyphicons { padding: 5px 11px 5px 9px; } html.sidebar-full #menu .slim-scroll > ul > li.search, html.sidebar-full #menu > ul > li.search { padding: 8px; height: 51px; border-top: 1px solid #619aca; border-bottom: 1px solid #346d9d; } html.sidebar-full #menu .slim-scroll > ul > li.search form, html.sidebar-full #menu > ul > li.search form { margin: 0; padding: 0; background: #afcae2; height: 33px; line-height: 33px; -webkit-border-radius: 5px 5px 5px 5px; -moz-border-radius: 5px 5px 5px 5px; border-radius: 5px 5px 5px 5px; border: 1px solid #296190; } html.sidebar-full #menu .slim-scroll > ul > li.search form input, html.sidebar-full #menu > ul > li.search form input { background: none; border: none; color: #628db3; margin: 0; padding: 0; height: 30px; line-height: 30px; width: 110px !important; padding: 0 0 0 10px; box-shadow: none !important; -moz-box-shadow: none !important; -webkit-box-shadow: none !important; } html.sidebar-full #menu .slim-scroll > ul > li.search form input::-webkit-input-placeholder, html.sidebar-full #menu > ul > li.search form input::-webkit-input-placeholder { color: #628db3; } html.sidebar-full #menu .slim-scroll > ul > li.search form input:-moz-placeholder, html.sidebar-full #menu > ul > li.search form input:-moz-placeholder { color: #628db3; } html.sidebar-full #menu .slim-scroll > ul > li.search form input::-moz-placeholder, html.sidebar-full #menu > ul > li.search form input::-moz-placeholder { color: #628db3; } html.sidebar-full #menu .slim-scroll > ul > li.search form input:-ms-input-placeholder, html.sidebar-full #menu > ul > li.search form input:-ms-input-placeholder { color: #628db3; } html.sidebar-full #menu .slim-scroll > ul > li.search form button, html.sidebar-full #menu > ul > li.search form button { background: none; border: none; margin: 0; padding: 0; height: 30px; } html.sidebar-full #menu .slim-scroll > ul > li.search form button i:before, html.sidebar-full #menu > ul > li.search form button i:before { display: block; position: relative; left: auto; right: auto; height: 32px; line-height: 32px; padding: 0 5px; font-size: 17px; color: #346d9d; } html.sidebar-full #menu .slim-scroll > ul > li.search form input, html.sidebar-full #menu > ul > li.search form input, html.sidebar-full #menu .slim-scroll > ul > li.search form button, html.sidebar-full #menu > ul > li.search form button { vertical-align: top; } html.sidebar-full #menu .slim-scroll > ul > li:first-child, html.sidebar-full #menu > ul > li:first-child { border-top: 1px solid #619aca; padding-top: 8px; } html.sidebar-full #menu .slim-scroll > ul > li:last-child, html.sidebar-full #menu > ul > li:last-child { border-bottom: 1px solid #346d9d; } html.sidebar-full #menu .slim-scroll > ul > li:last-child.open .dropdown-menu, html.sidebar-full #menu > ul > li:last-child.open .dropdown-menu { right: 0; } html.sidebar-full #menu .slim-scroll > ul > li.dropdown .dropdown-menu, html.sidebar-full #menu > ul > li.dropdown .dropdown-menu { background: #363432; border: none; box-shadow: none; -webkit-box-shadow: none; -moz-box-shadow: none; right: auto; left: 100%; top: 0; width: 180px; } html.sidebar-full #menu .slim-scroll > ul > li.dropdown .dropdown-menu.pull-left, html.sidebar-full #menu > ul > li.dropdown .dropdown-menu.pull-left { left: 100%; } html.sidebar-full #menu .slim-scroll > ul > li.dropdown .dropdown-menu.submenu-show, html.sidebar-full #menu > ul > li.dropdown .dropdown-menu.submenu-show { margin-top: 0 !important; padding: 0; top: -1px; } html.sidebar-full #menu .slim-scroll > ul > li.dropdown .dropdown-menu li, html.sidebar-full #menu > ul > li.dropdown .dropdown-menu li { border-bottom: 1px solid #4a4947; } html.sidebar-full #menu .slim-scroll > ul > li.dropdown .dropdown-menu li:last-child, html.sidebar-full #menu > ul > li.dropdown .dropdown-menu li:last-child { border-bottom: none; } html.sidebar-full #menu .slim-scroll > ul > li.dropdown .dropdown-menu li:first-child > a, html.sidebar-full #menu > ul > li.dropdown .dropdown-menu li:first-child > a, html.sidebar-full #menu .slim-scroll > ul > li.dropdown .dropdown-menu li:first-child > a:hover, html.sidebar-full #menu > ul > li.dropdown .dropdown-menu li:first-child > a:hover, html.sidebar-full #menu .slim-scroll > ul > li.dropdown .dropdown-menu li:first-child > span, html.sidebar-full #menu > ul > li.dropdown .dropdown-menu li:first-child > span { border-top: none; } html.sidebar-full #menu .slim-scroll > ul > li.dropdown .dropdown-menu li > a, html.sidebar-full #menu > ul > li.dropdown .dropdown-menu li > a, html.sidebar-full #menu .slim-scroll > ul > li.dropdown .dropdown-menu li > a:hover, html.sidebar-full #menu > ul > li.dropdown .dropdown-menu li > a:hover, html.sidebar-full #menu .slim-scroll > ul > li.dropdown .dropdown-menu li > span, html.sidebar-full #menu > ul > li.dropdown .dropdown-menu li > span { height: 29px; line-height: 29px; padding: 0 10px; display: block; background: #363432; color: #c8c8c8; } html.sidebar-full #menu .slim-scroll > ul > li.dropdown .dropdown-menu li > a.glyphicons i:before, html.sidebar-full #menu > ul > li.dropdown .dropdown-menu li > a.glyphicons i:before, html.sidebar-full #menu .slim-scroll > ul > li.dropdown .dropdown-menu li > a:hover.glyphicons i:before, html.sidebar-full #menu > ul > li.dropdown .dropdown-menu li > a:hover.glyphicons i:before, html.sidebar-full #menu .slim-scroll > ul > li.dropdown .dropdown-menu li > span.glyphicons i:before, html.sidebar-full #menu > ul > li.dropdown .dropdown-menu li > span.glyphicons i:before { left: auto; right: 10px; top: 5px; font-size: 17px; color: #c4c4c4; } html.sidebar-full #menu .slim-scroll > ul > li.dropdown.dd-1 > .dropdown-menu, html.sidebar-full #menu > ul > li.dropdown.dd-1 > .dropdown-menu, html.sidebar-full #menu .slim-scroll > ul > li.dropdown .dd-1 > .dropdown-menu, html.sidebar-full #menu > ul > li.dropdown .dd-1 > .dropdown-menu, html.sidebar-full #menu .slim-scroll > ul > li.dropdown.dd-1 .typeahead, html.sidebar-full #menu > ul > li.dropdown.dd-1 .typeahead, html.sidebar-full #menu .slim-scroll > ul > li.dropdown .dd-1 .typeahead, html.sidebar-full #menu > ul > li.dropdown .dd-1 .typeahead { box-shadow: 0 0 10px 1px rgba(0, 0, 0, 0.2); } html.sidebar-full #menu .slim-scroll > ul > li.dropdown.dd-1 > .dropdown-menu:before, html.sidebar-full #menu > ul > li.dropdown.dd-1 > .dropdown-menu:before, html.sidebar-full #menu .slim-scroll > ul > li.dropdown .dd-1 > .dropdown-menu:before, html.sidebar-full #menu > ul > li.dropdown .dd-1 > .dropdown-menu:before, html.sidebar-full #menu .slim-scroll > ul > li.dropdown.dd-1 .typeahead:before, html.sidebar-full #menu > ul > li.dropdown.dd-1 .typeahead:before, html.sidebar-full #menu .slim-scroll > ul > li.dropdown .dd-1 .typeahead:before, html.sidebar-full #menu > ul > li.dropdown .dd-1 .typeahead:before { content: ""; width: 0; height: 0; border: 7px solid transparent; position: absolute; display: block; left: -7px; border-left-width: 0; border-right-color: #999; top: 5px; } html.sidebar-full #menu .slim-scroll > ul > li.dropdown.dd-1 > .dropdown-menu:after, html.sidebar-full #menu > ul > li.dropdown.dd-1 > .dropdown-menu:after, html.sidebar-full #menu .slim-scroll > ul > li.dropdown .dd-1 > .dropdown-menu:after, html.sidebar-full #menu > ul > li.dropdown .dd-1 > .dropdown-menu:after, html.sidebar-full #menu .slim-scroll > ul > li.dropdown.dd-1 .typeahead:after, html.sidebar-full #menu > ul > li.dropdown.dd-1 .typeahead:after, html.sidebar-full #menu .slim-scroll > ul > li.dropdown .dd-1 .typeahead:after, html.sidebar-full #menu > ul > li.dropdown .dd-1 .typeahead:after { content: ""; width: 0; height: 0; border: 7px solid transparent; top: 6px; border-left-width: 0; border-right-color: #ffffff; position: absolute; display: block; left: -6px; } html.sidebar-full #menu .slim-scroll > ul > li.dropdown.dd-1 > .dropdown-menu.pull-right:before, html.sidebar-full #menu > ul > li.dropdown.dd-1 > .dropdown-menu.pull-right:before, html.sidebar-full #menu .slim-scroll > ul > li.dropdown .dd-1 > .dropdown-menu.pull-right:before, html.sidebar-full #menu > ul > li.dropdown .dd-1 > .dropdown-menu.pull-right:before, html.sidebar-full #menu .slim-scroll > ul > li.dropdown.dd-1 .typeahead.pull-right:before, html.sidebar-full #menu > ul > li.dropdown.dd-1 .typeahead.pull-right:before, html.sidebar-full #menu .slim-scroll > ul > li.dropdown .dd-1 .typeahead.pull-right:before, html.sidebar-full #menu > ul > li.dropdown .dd-1 .typeahead.pull-right:before, html.sidebar-full #menu .slim-scroll > ul > li.dropdown.dd-1 > .dropdown-menu.pull-right:after, html.sidebar-full #menu > ul > li.dropdown.dd-1 > .dropdown-menu.pull-right:after, html.sidebar-full #menu .slim-scroll > ul > li.dropdown .dd-1 > .dropdown-menu.pull-right:after, html.sidebar-full #menu > ul > li.dropdown .dd-1 > .dropdown-menu.pull-right:after, html.sidebar-full #menu .slim-scroll > ul > li.dropdown.dd-1 .typeahead.pull-right:after, html.sidebar-full #menu > ul > li.dropdown.dd-1 .typeahead.pull-right:after, html.sidebar-full #menu .slim-scroll > ul > li.dropdown .dd-1 .typeahead.pull-right:after, html.sidebar-full #menu > ul > li.dropdown .dd-1 .typeahead.pull-right:after { left: auto; right: 7px; margin: 0; } html.sidebar-full #menu .slim-scroll > ul > li.dropdown.dd-1 > .dropdown-menu.pull-right:after, html.sidebar-full #menu > ul > li.dropdown.dd-1 > .dropdown-menu.pull-right:after, html.sidebar-full #menu .slim-scroll > ul > li.dropdown .dd-1 > .dropdown-menu.pull-right:after, html.sidebar-full #menu > ul > li.dropdown .dd-1 > .dropdown-menu.pull-right:after, html.sidebar-full #menu .slim-scroll > ul > li.dropdown.dd-1 .typeahead.pull-right:after, html.sidebar-full #menu > ul > li.dropdown.dd-1 .typeahead.pull-right:after, html.sidebar-full #menu .slim-scroll > ul > li.dropdown .dd-1 .typeahead.pull-right:after, html.sidebar-full #menu > ul > li.dropdown .dd-1 .typeahead.pull-right:after { right: 8px; } html.sidebar-full #menu .slim-scroll > ul > li.dropdown.dd-1 .typeahead, html.sidebar-full #menu > ul > li.dropdown.dd-1 .typeahead, html.sidebar-full #menu .slim-scroll > ul > li.dropdown .dd-1 .typeahead, html.sidebar-full #menu > ul > li.dropdown .dd-1 .typeahead { margin-top: 13px !important; } html.sidebar-full #menu .slim-scroll > ul > li.dropdown.dd-1 .dropdown-menu.pull-right, html.sidebar-full #menu > ul > li.dropdown.dd-1 .dropdown-menu.pull-right, html.sidebar-full #menu .slim-scroll > ul > li.dropdown .dd-1 .dropdown-menu.pull-right, html.sidebar-full #menu > ul > li.dropdown .dd-1 .dropdown-menu.pull-right { -webkit-border-radius: 0 0 0 0; -moz-border-radius: 0 0 0 0; border-radius: 0 0 0 0; } html.sidebar-full #menu .slim-scroll > ul > li.dropdown.dd-1 .dropdown-menu, html.sidebar-full #menu > ul > li.dropdown.dd-1 .dropdown-menu, html.sidebar-full #menu .slim-scroll > ul > li.dropdown .dd-1 .dropdown-menu, html.sidebar-full #menu > ul > li.dropdown .dd-1 .dropdown-menu { background: #fff; border: 1px solid #c8c8c8; margin: 5px 0 0; -webkit-border-radius: 0 0 0 0; -moz-border-radius: 0 0 0 0; border-radius: 0 0 0 0; } html.sidebar-full #menu .slim-scroll > ul > li.dropdown.dd-1 .dropdown-menu li, html.sidebar-full #menu > ul > li.dropdown.dd-1 .dropdown-menu li, html.sidebar-full #menu .slim-scroll > ul > li.dropdown .dd-1 .dropdown-menu li, html.sidebar-full #menu > ul > li.dropdown .dd-1 .dropdown-menu li { border-color: #f3f3f3; } html.sidebar-full #menu .slim-scroll > ul > li.dropdown.dd-1 .dropdown-menu li a, html.sidebar-full #menu > ul > li.dropdown.dd-1 .dropdown-menu li a, html.sidebar-full #menu .slim-scroll > ul > li.dropdown .dd-1 .dropdown-menu li a, html.sidebar-full #menu > ul > li.dropdown .dd-1 .dropdown-menu li a, html.sidebar-full #menu .slim-scroll > ul > li.dropdown.dd-1 .dropdown-menu li span, html.sidebar-full #menu > ul > li.dropdown.dd-1 .dropdown-menu li span, html.sidebar-full #menu .slim-scroll > ul > li.dropdown .dd-1 .dropdown-menu li span, html.sidebar-full #menu > ul > li.dropdown .dd-1 .dropdown-menu li span { background-image: none !important; filter: none !important; background: #fff; color: #939494; } html.sidebar-full #menu .slim-scroll > ul > li.dropdown.dd-1 .dropdown-menu li a i:before, html.sidebar-full #menu > ul > li.dropdown.dd-1 .dropdown-menu li a i:before, html.sidebar-full #menu .slim-scroll > ul > li.dropdown .dd-1 .dropdown-menu li a i:before, html.sidebar-full #menu > ul > li.dropdown .dd-1 .dropdown-menu li a i:before, html.sidebar-full #menu .slim-scroll > ul > li.dropdown.dd-1 .dropdown-menu li span i:before, html.sidebar-full #menu > ul > li.dropdown.dd-1 .dropdown-menu li span i:before, html.sidebar-full #menu .slim-scroll > ul > li.dropdown .dd-1 .dropdown-menu li span i:before, html.sidebar-full #menu > ul > li.dropdown .dd-1 .dropdown-menu li span i:before { color: #cccccc; font-size: 15px !important; top: 7px !important; } html.sidebar-full #menu .slim-scroll > ul > li.dropdown.dd-1 .dropdown-menu > li:hover > a, html.sidebar-full #menu > ul > li.dropdown.dd-1 .dropdown-menu > li:hover > a, html.sidebar-full #menu .slim-scroll > ul > li.dropdown .dd-1 .dropdown-menu > li:hover > a, html.sidebar-full #menu > ul > li.dropdown .dd-1 .dropdown-menu > li:hover > a, html.sidebar-full #menu .slim-scroll > ul > li.dropdown.dd-1 .dropdown-menu > li.active > a, html.sidebar-full #menu > ul > li.dropdown.dd-1 .dropdown-menu > li.active > a, html.sidebar-full #menu .slim-scroll > ul > li.dropdown .dd-1 .dropdown-menu > li.active > a, html.sidebar-full #menu > ul > li.dropdown .dd-1 .dropdown-menu > li.active > a { font-weight: 600; color: #000; } html.sidebar-full #menu .slim-scroll > ul > li.dropdown.dd-flags .dropdown-menu img, html.sidebar-full #menu > ul > li.dropdown.dd-flags .dropdown-menu img { margin: -3px 4px 0 0; } html.sidebar-full #menu .slim-scroll > ul .dropdown > a .caret, html.sidebar-full #menu > ul .dropdown > a .caret { border-top-color: #ffffff; top: 16px; position: relative; } #menu { float: left; position: absolute; left: 0; top: 0; overflow: hidden; height: 100%; min-height: 100%; background: #1f2123; } #menu .appbrand { font-weight: 700; display: block; text-decoration: none; line-height: 10px; padding: 10px; text-align: center; color: #ffffff; } #menu .profile { display: block; padding: 10px 0; } #menu .profile a { display: inline-block; width: 38px; height: 38px; -webkit-border-radius: 5px 5px 5px 5px; -moz-border-radius: 5px 5px 5px 5px; border-radius: 5px 5px 5px 5px; } #menu .profile a img { -webkit-border-radius: 5px 5px 5px 5px; -moz-border-radius: 5px 5px 5px 5px; border-radius: 5px 5px 5px 5px; } #menu.ui-state-disabled { opacity: 1; filter: alpha(opacity=100); } body .menu-right #menu { left: auto; right: 0; z-index: 1000; } body .menu-right.fixed #content { -webkit-border-radius: 5px 0 0 0; -moz-border-radius: 5px 0 0 0; border-radius: 5px 0 0 0; } body .menu-right.fixed .navbar.main, body .menu-right.fixed .navbar.main .wrapper { -webkit-border-radius: 5px 0 0 0; -moz-border-radius: 5px 0 0 0; border-radius: 5px 0 0 0; } html.sidebar.sidebar-full body .menu-right #menu .slim-scroll > ul > li > a [class*="icon-chevron-"], html.sidebar.sidebar-full body .menu-right #menu > ul > li > a [class*="icon-chevron-"] { float: left; margin: 0 0 0 11px; padding: 0 10px 0 0; } html.sidebar.sidebar-full body .menu-right #menu .slim-scroll > ul > li > a.glyphicons i, html.sidebar.sidebar-full body .menu-right #menu > ul > li > a.glyphicons i { padding: 0 0 0 10px; float: right; } html.sidebar.sidebar-full body .menu-right #menu .slim-scroll > ul > li.active > a [class*="icon-chevron-"], html.sidebar.sidebar-full body .menu-right #menu > ul > li.active > a [class*="icon-chevron-"], html.sidebar.sidebar-full body .menu-right #menu .slim-scroll > ul > li:hover > a [class*="icon-chevron-"], html.sidebar.sidebar-full body .menu-right #menu > ul > li:hover > a [class*="icon-chevron-"], html.sidebar.sidebar-full body .menu-right #menu .slim-scroll > ul > li.open > a [class*="icon-chevron-"], html.sidebar.sidebar-full body .menu-right #menu > ul > li.open > a [class*="icon-chevron-"] { height: 22px; line-height: 23px; margin: 0; } html.sidebar.sidebar-full body .menu-right #menu .slim-scroll > ul > li.dropdown .dropdown-menu, html.sidebar.sidebar-full body .menu-right #menu > ul > li.dropdown .dropdown-menu { right: 100%; left: auto; } html.sidebar.sidebar-full body .menu-right #menu .slim-scroll > ul > li.dropdown .dropdown-menu.pull-left, html.sidebar.sidebar-full body .menu-right #menu > ul > li.dropdown .dropdown-menu.pull-left { right: 100%; left: auto; } html.sidebar.sidebar-full body .menu-right #menu .slim-scroll > ul > li.dropdown .dropdown-menu.submenu-show, html.sidebar.sidebar-full body .menu-right #menu > ul > li.dropdown .dropdown-menu.submenu-show { margin-top: 0 !important; padding: 0; top: -1px; } html.sidebar.sidebar-full body .menu-right #menu .slim-scroll > ul > li.dropdown .dropdown-menu.submenu-show.pull-right, html.sidebar.sidebar-full body .menu-right #menu > ul > li.dropdown .dropdown-menu.submenu-show.pull-right { right: 100% !important; left: auto !important; } html.sidebar.sidebar-full body .menu-right #menu .slim-scroll > ul > li.dropdown.dd-1 > .dropdown-menu:before, html.sidebar.sidebar-full body .menu-right #menu > ul > li.dropdown.dd-1 > .dropdown-menu:before, html.sidebar.sidebar-full body .menu-right #menu .slim-scroll > ul > li.dropdown .dd-1 > .dropdown-menu:before, html.sidebar.sidebar-full body .menu-right #menu > ul > li.dropdown .dd-1 > .dropdown-menu:before, html.sidebar.sidebar-full body .menu-right #menu .slim-scroll > ul > li.dropdown.dd-1 .typeahead:before, html.sidebar.sidebar-full body .menu-right #menu > ul > li.dropdown.dd-1 .typeahead:before, html.sidebar.sidebar-full body .menu-right #menu .slim-scroll > ul > li.dropdown .dd-1 .typeahead:before, html.sidebar.sidebar-full body .menu-right #menu > ul > li.dropdown .dd-1 .typeahead:before { border: 7px solid transparent; right: -7px; left: auto; border-right-width: 0; border-left-color: #999; } html.sidebar.sidebar-full body .menu-right #menu .slim-scroll > ul > li.dropdown.dd-1 > .dropdown-menu:after, html.sidebar.sidebar-full body .menu-right #menu > ul > li.dropdown.dd-1 > .dropdown-menu:after, html.sidebar.sidebar-full body .menu-right #menu .slim-scroll > ul > li.dropdown .dd-1 > .dropdown-menu:after, html.sidebar.sidebar-full body .menu-right #menu > ul > li.dropdown .dd-1 > .dropdown-menu:after, html.sidebar.sidebar-full body .menu-right #menu .slim-scroll > ul > li.dropdown.dd-1 .typeahead:after, html.sidebar.sidebar-full body .menu-right #menu > ul > li.dropdown.dd-1 .typeahead:after, html.sidebar.sidebar-full body .menu-right #menu .slim-scroll > ul > li.dropdown .dd-1 .typeahead:after, html.sidebar.sidebar-full body .menu-right #menu > ul > li.dropdown .dd-1 .typeahead:after { border: 7px solid transparent; border-right-width: 0; border-left-color: #ffffff; right: -6px; left: auto; } html.sidebar.sidebar-full body .menu-right #menu .slim-scroll > ul > li.dropdown.dd-1 > .dropdown-menu.pull-right:before, html.sidebar.sidebar-full body .menu-right #menu > ul > li.dropdown.dd-1 > .dropdown-menu.pull-right:before, html.sidebar.sidebar-full body .menu-right #menu .slim-scroll > ul > li.dropdown .dd-1 > .dropdown-menu.pull-right:before, html.sidebar.sidebar-full body .menu-right #menu > ul > li.dropdown .dd-1 > .dropdown-menu.pull-right:before, html.sidebar.sidebar-full body .menu-right #menu .slim-scroll > ul > li.dropdown.dd-1 .typeahead.pull-right:before, html.sidebar.sidebar-full body .menu-right #menu > ul > li.dropdown.dd-1 .typeahead.pull-right:before, html.sidebar.sidebar-full body .menu-right #menu .slim-scroll > ul > li.dropdown .dd-1 .typeahead.pull-right:before, html.sidebar.sidebar-full body .menu-right #menu > ul > li.dropdown .dd-1 .typeahead.pull-right:before, html.sidebar.sidebar-full body .menu-right #menu .slim-scroll > ul > li.dropdown.dd-1 > .dropdown-menu.pull-right:after, html.sidebar.sidebar-full body .menu-right #menu > ul > li.dropdown.dd-1 > .dropdown-menu.pull-right:after, html.sidebar.sidebar-full body .menu-right #menu .slim-scroll > ul > li.dropdown .dd-1 > .dropdown-menu.pull-right:after, html.sidebar.sidebar-full body .menu-right #menu > ul > li.dropdown .dd-1 > .dropdown-menu.pull-right:after, html.sidebar.sidebar-full body .menu-right #menu .slim-scroll > ul > li.dropdown.dd-1 .typeahead.pull-right:after, html.sidebar.sidebar-full body .menu-right #menu > ul > li.dropdown.dd-1 .typeahead.pull-right:after, html.sidebar.sidebar-full body .menu-right #menu .slim-scroll > ul > li.dropdown .dd-1 .typeahead.pull-right:after, html.sidebar.sidebar-full body .menu-right #menu > ul > li.dropdown .dd-1 .typeahead.pull-right:after { left: auto; right: 7px; margin: 0; } html.sidebar.sidebar-full body .menu-right #menu .slim-scroll > ul > li.dropdown.dd-1 > .dropdown-menu.pull-right:after, html.sidebar.sidebar-full body .menu-right #menu > ul > li.dropdown.dd-1 > .dropdown-menu.pull-right:after, html.sidebar.sidebar-full body .menu-right #menu .slim-scroll > ul > li.dropdown .dd-1 > .dropdown-menu.pull-right:after, html.sidebar.sidebar-full body .menu-right #menu > ul > li.dropdown .dd-1 > .dropdown-menu.pull-right:after, html.sidebar.sidebar-full body .menu-right #menu .slim-scroll > ul > li.dropdown.dd-1 .typeahead.pull-right:after, html.sidebar.sidebar-full body .menu-right #menu > ul > li.dropdown.dd-1 .typeahead.pull-right:after, html.sidebar.sidebar-full body .menu-right #menu .slim-scroll > ul > li.dropdown .dd-1 .typeahead.pull-right:after, html.sidebar.sidebar-full body .menu-right #menu > ul > li.dropdown .dd-1 .typeahead.pull-right:after { right: 8px; } .menu-hidden #menu { display: none !important; } .menu-hidden #content { margin: 0 !important; } .menu-hidden .navbar.main .btn-navbar { left: 0; border-left: none; } .menu-hidden .navbar.main .topnav.tn1 { left: 37px; } .menu-hidden.login .navbar.main .appbrand, .menu-hidden.documentation .navbar.main .appbrand { display: inline-block; border: none; } .menu-hidden.login .navbar.main .appbrand span, .menu-hidden.documentation .navbar.main .appbrand span { border: none; } html.top-quick .navbar.main { height: 50px; overflow: hidden; background-color: #1f2123; } html.top-quick .navbar.main .btn-navbar { background: #1f2123; height: 49px; line-height: 49px; } html.top-quick .navbar.main .btn-navbar .icon-bar { background: #ffffff; box-shadow: 0 1px 0 #161718; } html.top-quick .navbar.main .btn-navbar:hover { background: #1a1c1e; } html.top-quick .navbar.main .topnav { height: 50px; font-size: 11px; } html.top-quick .navbar.main .topnav > li { display: block; float: left; border-left: 1px solid #161718; border-right: 1px solid #2a2c2e; position: relative; overflow: hidden; padding: 0; margin: 0; height: 50px; } html.top-quick .navbar.main .topnav > li a { display: block; width: auto; padding: 10px; margin: 0; line-height: 10px; text-decoration: none; font-weight: 600; color: #4c4d4f; text-align: center; } html.top-quick .navbar.main .topnav > li a.glyphicons { padding: 10px; } html.top-quick .navbar.main .topnav > li a.glyphicons i { display: block; padding: 0 0 5px; } html.top-quick .navbar.main .topnav > li a.glyphicons i:before { display: block; font-size: 17px; color: #4c4d4f; top: auto; left: auto; position: relative; text-align: center; } html.top-quick .navbar.main .topnav > li.glyphicons > a { padding: 10px; } html.top-quick .navbar.main .topnav > li.glyphicons > a i { display: block; padding: 0 0 5px; } html.top-quick .navbar.main .topnav > li.glyphicons > a i:before { display: block; font-size: 17px; color: #4c4d4f; top: auto; left: auto; position: relative; text-align: center; } html.top-quick .navbar.main .topnav > li.active > a { background: #161718; color: #737474; } html.top-quick .navbar.main .topnav > li.active.glyphicons a i:before { color: #737474; } html.top-quick .navbar.main .topnav > li:hover > a { color: #737474; } html.top-quick .navbar.main .topnav > li:hover.glyphicons a i:before { color: #737474; } html.top-full .navbar.main { height: 49px; background-color: #4a8bc2; border-bottom: 1px solid #346d9d; } html.top-full .navbar.main .btn-navbar { height: 49px; line-height: 49px; background: #4a8bc2; } html.top-full .navbar.main .btn-navbar .icon-bar { background: #ffffff; box-shadow: 0 1px 0 #346d9d; } html.top-full .navbar.main .btn-navbar:hover { background: #4286bf; } html.top-full .navbar.main .topnav { border-left: 1px solid #346d9d; border-right: 1px solid #619aca; } html.top-full .navbar.main .topnav.pull-left + .topnav.pull-left { border-left: none; } html.top-full .navbar.main .topnav.pull-left + .topnav.pull-left > li:first-child { border-left: none; } html.top-full .navbar.main .topnav > li { position: relative; float: left; height: 49px; line-height: 49px; display: block; padding: 0 0 0 10px; } html.top-full .navbar.main .topnav > li a { cursor: pointer; } html.top-full .navbar.main .topnav > li > a { display: block; color: #ffffff; text-decoration: none; padding: 1px 11px 0 9px; line-height: 50px; } html.top-full .navbar.main .topnav > li > a > img { margin: 0 0 3px; } html.top-full .navbar.main .topnav > li > a.glyphicons { padding: 0 11px 0 9px; } html.top-full .navbar.main .topnav > li > a.glyphicons i { padding: 0 10px 0 0; display: block; float: left; line-height: 49px; height: 49px; } html.top-full .navbar.main .topnav > li > a.glyphicons i:before { color: #ffffff; font-size: 17px; position: relative; width: 17px; text-align: center; line-height: 51px; height: 49px; left: auto; right: auto; } html.top-full .navbar.main .topnav > li > a.glyphicons.single-icon i { padding: 0; float: none; } html.top-full .navbar.main .topnav > li > a.glyphicons.logout i { float: right; padding: 0; } html.top-full .navbar.main .topnav > li > a.glyphicons.logout span { padding: 0 8px 0 0; float: left; } html.top-full .navbar.main .topnav > li.active, html.top-full .navbar.main .topnav > li:hover, html.top-full .navbar.main .topnav > li.open { padding: 8px 0 8px 8px; } html.top-full .navbar.main .topnav > li.active:last-child, html.top-full .navbar.main .topnav > li:hover:last-child, html.top-full .navbar.main .topnav > li.open:last-child { padding: 8px 9px 8px 8px; } html.top-full .navbar.main .topnav > li.active > a, html.top-full .navbar.main .topnav > li:hover > a, html.top-full .navbar.main .topnav > li.open > a { background: #346d9d; padding: 5px 10px; height: 34px; line-height: 22px; -webkit-border-radius: 5px 5px 5px 5px; -moz-border-radius: 5px 5px 5px 5px; border-radius: 5px 5px 5px 5px; border: 1px solid #296190; } html.top-full .navbar.main .topnav > li.active > a.glyphicons, html.top-full .navbar.main .topnav > li:hover > a.glyphicons, html.top-full .navbar.main .topnav > li.open > a.glyphicons { padding: 5px 10px; line-height: 22px; } html.top-full .navbar.main .topnav > li.active > a.glyphicons i, html.top-full .navbar.main .topnav > li:hover > a.glyphicons i, html.top-full .navbar.main .topnav > li.open > a.glyphicons i { height: 22px; line-height: 22px; } html.top-full .navbar.main .topnav > li.active > a.glyphicons i:before, html.top-full .navbar.main .topnav > li:hover > a.glyphicons i:before, html.top-full .navbar.main .topnav > li.open > a.glyphicons i:before { line-height: 22px; height: 22px; } html.top-full .navbar.main .topnav > li.glyphs { padding: 8px; border-left: 1px solid #346d9d; border-right: 1px solid #619aca; box-shadow: -1px 0 0 0 #619aca, 1px 0 0 0 #346d9d; } html.top-full .navbar.main .topnav > li.glyphs ul { margin: 0; padding: 0; list-style: none; background: #346d9d; height: 34px; -webkit-border-radius: 5px 5px 5px 5px; -moz-border-radius: 5px 5px 5px 5px; border-radius: 5px 5px 5px 5px; border: 1px solid #296190; } html.top-full .navbar.main .topnav > li.glyphs ul li { float: left; display: block; height: 32px; line-height: 32px; padding: 0 1px 0 0; } html.top-full .navbar.main .topnav > li.glyphs ul li .glyphicons { height: 22px; line-height: 22px; padding: 5px 10px; display: block; text-decoration: none; } html.top-full .navbar.main .topnav > li.glyphs ul li .glyphicons i { height: 22px; line-height: 22px; display: block; } html.top-full .navbar.main .topnav > li.glyphs ul li .glyphicons i:before { line-height: 22px; height: 22px; position: relative; left: auto; top: auto; display: block; text-align: center; font-size: 17px; color: #538fc1; } html.top-full .navbar.main .topnav > li.glyphs ul li.active, html.top-full .navbar.main .topnav > li.glyphs ul li:hover { padding: 0; background: #579ad2; border-right: 1px solid #296190; } html.top-full .navbar.main .topnav > li.glyphs ul li.active .glyphicons i:before, html.top-full .navbar.main .topnav > li.glyphs ul li:hover .glyphicons i:before { color: #ffffff; } html.top-full .navbar.main .topnav > li.glyphs ul li.active:first-child, html.top-full .navbar.main .topnav > li.glyphs ul li:hover:first-child { -webkit-border-radius: 5px 0 0 5px; -moz-border-radius: 5px 0 0 5px; border-radius: 5px 0 0 5px; } html.top-full .navbar.main .topnav > li.glyphs ul li.active:last-child, html.top-full .navbar.main .topnav > li.glyphs ul li:hover:last-child { -webkit-border-radius: 0 5px 5px 0; -moz-border-radius: 0 5px 5px 0; border-radius: 0 5px 5px 0; border-right: none; border-left: 1px solid #296190; } html.top-full .navbar.main .topnav > li.glyphs ul li.active:last-child .glyphicons, html.top-full .navbar.main .topnav > li.glyphs ul li:hover:last-child .glyphicons { padding: 5px 11px 5px 9px; } html.top-full .navbar.main .topnav > li.search { padding: 8px; border-left: 1px solid #346d9d; border-right: 1px solid #619aca; box-shadow: -1px 0 0 0 #619aca, 1px 0 0 0 #346d9d; } html.top-full .navbar.main .topnav > li.search form { margin: 0; padding: 0; background: #afcae2; height: 32px; line-height: 32px; -webkit-border-radius: 5px 5px 5px 5px; -moz-border-radius: 5px 5px 5px 5px; border-radius: 5px 5px 5px 5px; border: 1px solid #296190; } html.top-full .navbar.main .topnav > li.search form input { background: none; border: none; color: #628db3; margin: 0; padding: 0; height: 32px; line-height: 32px; width: 100px; padding: 0 0 0 10px; box-shadow: none !important; -moz-box-shadow: none !important; -webkit-box-shadow: none !important; } html.top-full .navbar.main .topnav > li.search form input::-webkit-input-placeholder { color: #628db3; } html.top-full .navbar.main .topnav > li.search form input:-moz-placeholder { color: #628db3; } html.top-full .navbar.main .topnav > li.search form input::-moz-placeholder { color: #628db3; } html.top-full .navbar.main .topnav > li.search form input:-ms-input-placeholder { color: #628db3; } html.top-full .navbar.main .topnav > li.search form button { background: none; border: none; margin: 0; padding: 0; height: 32px; } html.top-full .navbar.main .topnav > li.search form button i:before { display: block; position: relative; left: auto; right: auto; height: 32px; line-height: 32px; padding: 0 5px; font-size: 17px; color: #346d9d; } html.top-full .navbar.main .topnav > li.search form input, html.top-full .navbar.main .topnav > li.search form button { vertical-align: top; } html.top-full .navbar.main .topnav > li.search, html.top-full .navbar.main .topnav > li.glyphs { margin-left: 10px; } html.top-full .navbar.main .topnav > li.search + .glyphs { margin-left: 0; } html.top-full .navbar.main .topnav > li.glyphs + .search, html.top-full .navbar.main .topnav > li.glyphs + .tooltip + .search { margin-left: 0; } html.top-full .navbar.main .topnav > li:last-child { border-right: 1px solid #346d9d; padding: 0 9px 0 10px; } html.top-full .navbar.main .topnav > li:last-child.glyphs, html.top-full .navbar.main .topnav > li:last-child.search { padding: 8px 9px; box-shadow: -1px 0 0 0 #619aca; } html.top-full .navbar.main .topnav > li:first-child { border-left: 1px solid #619aca; } html.top-full .navbar.main .topnav > li:last-child.open .dropdown-menu { right: 0; } html.top-full .navbar.main .topnav > li.dropdown .dropdown-menu { background: #fff; border: none; box-shadow: none; -webkit-box-shadow: none; -moz-box-shadow: none; right: 0; width: 180px; } html.top-full .navbar.main .topnav > li.dropdown .dropdown-menu.pull-left { left: 0; } html.top-full .navbar.main .topnav > li.dropdown .dropdown-menu li { border-bottom: 1px solid #4a4947; } html.top-full .navbar.main .topnav > li.dropdown .dropdown-menu li:last-child { border-bottom: none; } html.top-full .navbar.main .topnav > li.dropdown .dropdown-menu li:first-child > a, html.top-full .navbar.main .topnav > li.dropdown .dropdown-menu li:first-child > a:hover, html.top-full .navbar.main .topnav > li.dropdown .dropdown-menu li:first-child > span { border-top: none; } html.top-full .navbar.main .topnav > li.dropdown .dropdown-menu li > a, html.top-full .navbar.main .topnav > li.dropdown .dropdown-menu li > a:hover, html.top-full .navbar.main .topnav > li.dropdown .dropdown-menu li > span { line-height: 29px; padding: 0 10px; display: block; background: #363432; color: #c8c8c8; } html.top-full .navbar.main .topnav > li.dropdown .dropdown-menu li > a.glyphicons i:before, html.top-full .navbar.main .topnav > li.dropdown .dropdown-menu li > a:hover.glyphicons i:before, html.top-full .navbar.main .topnav > li.dropdown .dropdown-menu li > span.glyphicons i:before { left: auto; right: 10px; top: 5px; font-size: 17px; color: #c4c4c4; } html.top-full .navbar.main .topnav > li.dropdown .dropdown-menu li > a:hover { background: #1c1a19; } html.top-full .navbar.main .topnav > li.dropdown .dropdown-menu li.active { background: #0e0e0d; } html.top-full .navbar.main .topnav > li.dropdown .dropdown-menu li.active a { background: #0e0e0d; } html.top-full .navbar.main .topnav > li.dropdown .dropdown-menu li .btn { margin: 3px 0; } html.top-full .navbar.main .topnav > li.dropdown .dropdown-menu li.highlight > a, html.top-full .navbar.main .topnav > li.dropdown .dropdown-menu li.highlight > a:hover, html.top-full .navbar.main .topnav > li.dropdown .dropdown-menu li.highlight > span { background: rgba(0, 0, 0, 0.1); } html.top-full .navbar.main .topnav > li.dropdown .dropdown-menu li.profile a:hover { color: #fff; } html.top-full .navbar.main .topnav > li.dropdown .dropdown-menu li.profile > a, html.top-full .navbar.main .topnav > li.dropdown .dropdown-menu li.profile > a:hover, html.top-full .navbar.main .topnav > li.dropdown .dropdown-menu li.profile > span { height: auto; line-height: normal; padding: 5px 10px 10px; } html.top-full .navbar.main .topnav > li.dropdown .dropdown-menu li.profile > a .heading, html.top-full .navbar.main .topnav > li.dropdown .dropdown-menu li.profile > a:hover .heading, html.top-full .navbar.main .topnav > li.dropdown .dropdown-menu li.profile > span .heading { display: block; text-transform: uppercase; font-weight: 600; margin-bottom: 5px; } html.top-full .navbar.main .topnav > li.dropdown .dropdown-menu li.profile > a .heading a, html.top-full .navbar.main .topnav > li.dropdown .dropdown-menu li.profile > a:hover .heading a, html.top-full .navbar.main .topnav > li.dropdown .dropdown-menu li.profile > span .heading a { text-transform: none; } html.top-full .navbar.main .topnav > li.dropdown .dropdown-menu li.profile > a .img, html.top-full .navbar.main .topnav > li.dropdown .dropdown-menu li.profile > a:hover .img, html.top-full .navbar.main .topnav > li.dropdown .dropdown-menu li.profile > span .img { display: inline-block; float: left; width: 47px; height: 45px; line-height: 45px; background: #272729; margin: 0 10px 0 0; position: relative; } html.top-full .navbar.main .topnav > li.dropdown .dropdown-menu li.profile > a .img:before, html.top-full .navbar.main .topnav > li.dropdown .dropdown-menu li.profile > a:hover .img:before, html.top-full .navbar.main .topnav > li.dropdown .dropdown-menu li.profile > span .img:before { text-align: center; width: 47px; height: 45px; line-height: 45px; content: "\e004"; color: #595959; font-family: "Glyphicons Regular"; font-size: 24px; position: absolute; display: block; } html.top-full .navbar.main .topnav > li.dropdown .dropdown-menu li.profile > a .clearfix, html.top-full .navbar.main .topnav > li.dropdown .dropdown-menu li.profile > a:hover .clearfix, html.top-full .navbar.main .topnav > li.dropdown .dropdown-menu li.profile > span .clearfix { display: block; } html.top-full .navbar.main .topnav > li.dropdown.account > .dropdown-menu { width: 220px; } html.top-full .navbar.main .topnav > li.dropdown.dd-1 > .dropdown-menu, html.top-full .navbar.main .topnav > li.dropdown .dd-1 > .dropdown-menu, html.top-full .navbar.main .topnav > li.dropdown.dd-1 .typeahead, html.top-full .navbar.main .topnav > li.dropdown .dd-1 .typeahead { box-shadow: 0 0 10px 1px rgba(0, 0, 0, 0.2); } html.top-full .navbar.main .topnav > li.dropdown.dd-1 > .dropdown-menu:before, html.top-full .navbar.main .topnav > li.dropdown .dd-1 > .dropdown-menu:before, html.top-full .navbar.main .topnav > li.dropdown.dd-1 .typeahead:before, html.top-full .navbar.main .topnav > li.dropdown .dd-1 .typeahead:before { content: ""; width: 0; height: 0; border: 11px solid transparent; position: absolute; display: block; left: 7px; border-top-width: 0; border-bottom-color: #999; border-bottom-color: rgba(0, 0, 0, 0.25); top: -11px; } html.top-full .navbar.main .topnav > li.dropdown.dd-1 > .dropdown-menu:after, html.top-full .navbar.main .topnav > li.dropdown .dd-1 > .dropdown-menu:after, html.top-full .navbar.main .topnav > li.dropdown.dd-1 .typeahead:after, html.top-full .navbar.main .topnav > li.dropdown .dd-1 .typeahead:after { content: ""; width: 0; height: 0; border: 10px solid transparent; top: -10px; border-top-width: 0; border-bottom-color: #ffffff; position: absolute; display: block; left: 8px; } html.top-full .navbar.main .topnav > li.dropdown.dd-1 > .dropdown-menu.pull-right:before, html.top-full .navbar.main .topnav > li.dropdown .dd-1 > .dropdown-menu.pull-right:before, html.top-full .navbar.main .topnav > li.dropdown.dd-1 .typeahead.pull-right:before, html.top-full .navbar.main .topnav > li.dropdown .dd-1 .typeahead.pull-right:before, html.top-full .navbar.main .topnav > li.dropdown.dd-1 > .dropdown-menu.pull-right:after, html.top-full .navbar.main .topnav > li.dropdown .dd-1 > .dropdown-menu.pull-right:after, html.top-full .navbar.main .topnav > li.dropdown.dd-1 .typeahead.pull-right:after, html.top-full .navbar.main .topnav > li.dropdown .dd-1 .typeahead.pull-right:after { left: auto; right: 7px; margin: 0; } html.top-full .navbar.main .topnav > li.dropdown.dd-1 > .dropdown-menu.pull-right:after, html.top-full .navbar.main .topnav > li.dropdown .dd-1 > .dropdown-menu.pull-right:after, html.top-full .navbar.main .topnav > li.dropdown.dd-1 .typeahead.pull-right:after, html.top-full .navbar.main .topnav > li.dropdown .dd-1 .typeahead.pull-right:after { right: 8px; } html.top-full .navbar.main .topnav > li.dropdown.dd-1 .dropdown-menu, html.top-full .navbar.main .topnav > li.dropdown .dd-1 .dropdown-menu { background: #ffffff; border: 1px solid #c8c8c8; margin: 5px 0 0; -webkit-border-radius: 0 0 0 0; -moz-border-radius: 0 0 0 0; border-radius: 0 0 0 0; } html.top-full .navbar.main .topnav > li.dropdown.dd-1 .dropdown-menu li, html.top-full .navbar.main .topnav > li.dropdown .dd-1 .dropdown-menu li { border-color: #f3f3f3; } html.top-full .navbar.main .topnav > li.dropdown.dd-1 .dropdown-menu li a, html.top-full .navbar.main .topnav > li.dropdown .dd-1 .dropdown-menu li a, html.top-full .navbar.main .topnav > li.dropdown.dd-1 .dropdown-menu li span, html.top-full .navbar.main .topnav > li.dropdown .dd-1 .dropdown-menu li span { background: #ffffff; color: #939494; } html.top-full .navbar.main .topnav > li.dropdown.dd-1 .dropdown-menu li a i:before, html.top-full .navbar.main .topnav > li.dropdown .dd-1 .dropdown-menu li a i:before, html.top-full .navbar.main .topnav > li.dropdown.dd-1 .dropdown-menu li span i:before, html.top-full .navbar.main .topnav > li.dropdown .dd-1 .dropdown-menu li span i:before { color: #cccccc; font-size: 15px !important; top: 7px !important; } html.top-full .navbar.main .topnav > li.dropdown.dd-1 .dropdown-menu > li:hover > a, html.top-full .navbar.main .topnav > li.dropdown .dd-1 .dropdown-menu > li:hover > a, html.top-full .navbar.main .topnav > li.dropdown.dd-1 .dropdown-menu > li.active > a, html.top-full .navbar.main .topnav > li.dropdown .dd-1 .dropdown-menu > li.active > a { font-weight: 600; color: #000; } html.top-full .navbar.main .topnav > li.dropdown.dd-1 .dropdown-menu li.profile, html.top-full .navbar.main .topnav > li.dropdown .dd-1 .dropdown-menu li.profile { background: #ffffff; } html.top-full .navbar.main .topnav > li.dropdown.dd-1 .dropdown-menu li.profile a:hover, html.top-full .navbar.main .topnav > li.dropdown .dd-1 .dropdown-menu li.profile a:hover { color: #7c7c7c; } html.top-full .navbar.main .topnav > li.dropdown.dd-1 .dropdown-menu li.profile > a, html.top-full .navbar.main .topnav > li.dropdown .dd-1 .dropdown-menu li.profile > a, html.top-full .navbar.main .topnav > li.dropdown.dd-1 .dropdown-menu li.profile > a:hover, html.top-full .navbar.main .topnav > li.dropdown .dd-1 .dropdown-menu li.profile > a:hover, html.top-full .navbar.main .topnav > li.dropdown.dd-1 .dropdown-menu li.profile > span, html.top-full .navbar.main .topnav > li.dropdown .dd-1 .dropdown-menu li.profile > span { height: auto; line-height: normal; padding: 5px 10px 10px; } html.top-full .navbar.main .topnav > li.dropdown.dd-1 .dropdown-menu li.profile > a .heading, html.top-full .navbar.main .topnav > li.dropdown .dd-1 .dropdown-menu li.profile > a .heading, html.top-full .navbar.main .topnav > li.dropdown.dd-1 .dropdown-menu li.profile > a:hover .heading, html.top-full .navbar.main .topnav > li.dropdown .dd-1 .dropdown-menu li.profile > a:hover .heading, html.top-full .navbar.main .topnav > li.dropdown.dd-1 .dropdown-menu li.profile > span .heading, html.top-full .navbar.main .topnav > li.dropdown .dd-1 .dropdown-menu li.profile > span .heading { display: block; text-transform: uppercase; font-weight: 600; margin-bottom: 5px; } html.top-full .navbar.main .topnav > li.dropdown.dd-1 .dropdown-menu li.profile > a .heading a, html.top-full .navbar.main .topnav > li.dropdown .dd-1 .dropdown-menu li.profile > a .heading a, html.top-full .navbar.main .topnav > li.dropdown.dd-1 .dropdown-menu li.profile > a:hover .heading a, html.top-full .navbar.main .topnav > li.dropdown .dd-1 .dropdown-menu li.profile > a:hover .heading a, html.top-full .navbar.main .topnav > li.dropdown.dd-1 .dropdown-menu li.profile > span .heading a, html.top-full .navbar.main .topnav > li.dropdown .dd-1 .dropdown-menu li.profile > span .heading a { text-transform: none; } html.top-full .navbar.main .topnav > li.dropdown.dd-1 .dropdown-menu li.profile > a .img, html.top-full .navbar.main .topnav > li.dropdown .dd-1 .dropdown-menu li.profile > a .img, html.top-full .navbar.main .topnav > li.dropdown.dd-1 .dropdown-menu li.profile > a:hover .img, html.top-full .navbar.main .topnav > li.dropdown .dd-1 .dropdown-menu li.profile > a:hover .img, html.top-full .navbar.main .topnav > li.dropdown.dd-1 .dropdown-menu li.profile > span .img, html.top-full .navbar.main .topnav > li.dropdown .dd-1 .dropdown-menu li.profile > span .img { display: inline-block; float: left; width: 47px; height: 45px; line-height: 45px; background: #fdfdfd; margin: 0 10px 0 0; position: relative; } html.top-full .navbar.main .topnav > li.dropdown.dd-1 .dropdown-menu li.profile > a .img:before, html.top-full .navbar.main .topnav > li.dropdown .dd-1 .dropdown-menu li.profile > a .img:before, html.top-full .navbar.main .topnav > li.dropdown.dd-1 .dropdown-menu li.profile > a:hover .img:before, html.top-full .navbar.main .topnav > li.dropdown .dd-1 .dropdown-menu li.profile > a:hover .img:before, html.top-full .navbar.main .topnav > li.dropdown.dd-1 .dropdown-menu li.profile > span .img:before, html.top-full .navbar.main .topnav > li.dropdown .dd-1 .dropdown-menu li.profile > span .img:before { text-align: center; width: 47px; height: 45px; line-height: 45px; content: "\e004"; color: #ccc; font-family: "Glyphicons Regular"; font-size: 24px; position: absolute; display: block; } html.top-full .navbar.main .topnav > li.dropdown.dd-1 .dropdown-menu li.profile > a .clearfix, html.top-full .navbar.main .topnav > li.dropdown .dd-1 .dropdown-menu li.profile > a .clearfix, html.top-full .navbar.main .topnav > li.dropdown.dd-1 .dropdown-menu li.profile > a:hover .clearfix, html.top-full .navbar.main .topnav > li.dropdown .dd-1 .dropdown-menu li.profile > a:hover .clearfix, html.top-full .navbar.main .topnav > li.dropdown.dd-1 .dropdown-menu li.profile > span .clearfix, html.top-full .navbar.main .topnav > li.dropdown .dd-1 .dropdown-menu li.profile > span .clearfix { display: block; } html.top-full .navbar.main .topnav > li.dropdown.dd-1 .typeahead, html.top-full .navbar.main .topnav > li.dropdown .dd-1 .typeahead { margin-top: 13px !important; } html.top-full .navbar.main .topnav > li.dropdown.dd-1 .dropdown-menu.pull-right, html.top-full .navbar.main .topnav > li.dropdown .dd-1 .dropdown-menu.pull-right { -webkit-border-radius: 0 0 0 0; -moz-border-radius: 0 0 0 0; border-radius: 0 0 0 0; } html.top-full .navbar.main .topnav > li.dropdown.dd-1 .dropdown-menu > li > a:hover, html.top-full .navbar.main .topnav > li.dropdown .dd-1 .dropdown-menu > li > a:hover, html.top-full .navbar.main .topnav > li.dropdown.dd-1 .dropdown-menu > li > a:focus, html.top-full .navbar.main .topnav > li.dropdown .dd-1 .dropdown-menu > li > a:focus, html.top-full .navbar.main .topnav > li.dropdown.dd-1 .dropdown-submenu:hover > a, html.top-full .navbar.main .topnav > li.dropdown .dd-1 .dropdown-submenu:hover > a, html.top-full .navbar.main .topnav > li.dropdown.dd-1 .dropdown-submenu:focus > a, html.top-full .navbar.main .topnav > li.dropdown .dd-1 .dropdown-submenu:focus > a { background-image: none !important; filter: none !important; } html.top-full .navbar.main .topnav > li.dropdown.dd-2 .dropdown-menu li a:not(.btn) { padding: 10px 10px 10px 50px; } html.top-full .navbar.main .topnav > li.dropdown.dd-2 .dropdown-menu li a:not(.btn) i:before { right: auto; left: 10px; top: 10px !important; font-size: 30px !important; color: #f2f2f2; } html.top-full .navbar.main .topnav > li.dropdown.dd-2 .dropdown-menu > li:not(.profile):hover { border-color: #f3f3f3; } html.top-full .navbar.main .topnav > li.dropdown.dd-2 .dropdown-menu > li:not(.profile):hover > a { background: rgba(74, 139, 194, 0.08); color: #939494; text-shadow: 0 1px 0 #fff; border: none; box-shadow: none; -moz-box-shadow: none; -webkit-box-shadow: none; } html.top-full .navbar.main .topnav > li.dropdown.dd-2 .dropdown-menu > li:not(.profile):hover > a i:before { color: #4a8bc2; left: 10px; top: 10px; } html.top-full .navbar.main .topnav > li.dropdown.dd-flags { line-height: normal; } html.top-full .navbar.main .topnav > li.dropdown.dd-flags .dropdown-menu img { margin: -3px 4px 0 0; } html.top-full .navbar.main .topnav > li.dropdown.dd-flags.active a, html.top-full .navbar.main .topnav > li.dropdown.dd-flags:hover a, html.top-full .navbar.main .topnav > li.dropdown.dd-flags.open a { height: 34px; } html.top-full .navbar.main .topnav .dropdown > a .caret { border-top-color: #ffffff; vertical-align: middle; margin-top: 0; position: relative; } html.top-full .navbar.main .topnav .dropdown-menu { -webkit-border-radius: 0 0 0 0; -moz-border-radius: 0 0 0 0; border-radius: 0 0 0 0; } html.top-full .navbar.main .topnav:last-of-type { border-right: none; } html.top-full .navbar.main .topnav:last-of-type li:last-child { border: none; } .navbar.main { margin: 0; border: none; -webkit-border-radius: 0 0 0 0; -moz-border-radius: 0 0 0 0; border-radius: 0 0 0 0; } .navbar.main .btn-navbar { padding: 0 10px; margin: 0; float: left; display: block; border: none; -webkit-border-radius: 0 0 0 0; -moz-border-radius: 0 0 0 0; border-radius: 0 0 0 0; } .navbar.main .btn-navbar.ui-state-disabled { opacity: 1; filter: alpha(opacity=100); } .navbar.main .topnav { margin: 0; padding: 0; list-style: none; } .submenu-show { display: block; margin-top: -35px !important; position: absolute; } .submenu-show.pull-left { left: auto !important; right: 100% !important; } .submenu-show.pull-right { right: auto !important; left: 100% !important; } .submenu-hide { display: none !important; position: relative; top: auto; float: left; } /* --- LOADING [less.widgets] from assets/components/core/custom/less/widgets.less */ .menubar { height: 30px; position: relative; overflow: hidden; border: 1px solid #dbdbdb; background: #fafafa; margin: 0; font-size: 9pt; } .menubar ul { margin: 0; padding: 0 5px; list-style: none; height: 30px; } .menubar ul li { float: left; display: block; height: 30px; line-height: 30px; padding: 0 5px; } .menubar ul li.divider { border-left: 1px solid #ebebeb; width: 0px; padding: 0; margin: 0 8px; } .menubar ul li a { color: #7c7c7c; font-weight: 700; font-size: 9pt; } .menubar.links { border: none; background: none; height: 25px; padding: 0 0 5px; } .menubar.links ul { padding: 0; height: 25px; } .menubar.links ul li { height: 25px; line-height: 25px; } .menubar.links ul li:first-child { padding-left: 0; } .menubar.links.primary ul li a { color: #4a8bc2; } .widget { background: #ffffff; margin: 0 auto 15px; position: relative; border: 1px solid #dbdbdb; box-shadow: 0 3px 0 0 #dbdbdb; -moz-box-shadow: 0 3px 0 0 #dbdbdb; -webkit-box-shadow: 0 3px 0 0 #dbdbdb; -webkit-border-radius: 5px 5px 5px 5px; -moz-border-radius: 5px 5px 5px 5px; border-radius: 5px 5px 5px 5px; } .widget .tab-content { padding: 0; } .widget .widget-head { background-color: #f9f9f9; background-image: -moz-linear-gradient(top, #fdfdfd, #f4f4f4); background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#fdfdfd), to(#f4f4f4)); background-image: -webkit-linear-gradient(top, #fdfdfd, #f4f4f4); background-image: -o-linear-gradient(top, #fdfdfd, #f4f4f4); background-image: linear-gradient(to bottom, #fdfdfd, #f4f4f4); background-repeat: repeat-x; filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fffdfdfd', endColorstr='#fff4f4f4', GradientType=0); border-bottom: 1px solid #dbdbdb; -webkit-border-radius: 5px 5px 0 0; -moz-border-radius: 5px 5px 0 0; border-radius: 5px 5px 0 0; text-shadow: 0 1px 0 0 1px 0 #ffffff; height: 35px; line-height: 35px; position: relative; padding: 0 15px 0 0; overflow: hidden; } .widget .widget-head > .glyphicons, .widget .widget-head ul .glyphicons { height: 30px; width: 30px; padding: 0; } .widget .widget-head > .glyphicons i:before, .widget .widget-head ul .glyphicons i:before { width: 30px; height: 30px; line-height: 23px; text-align: center; font-size: 16px; color: rgba(255, 255, 255, 0.5); } .widget .widget-head .heading { margin: 0; color: #7c7c7c; font-size: 14px; height: 35px; line-height: 35px; padding: 0 15px; float: left; } .widget .widget-head .heading.glyphicons { width: auto; display: block; padding: 0 0 0 35px; } .widget .widget-head .heading.glyphicons i:before { padding: 0; margin: 0; left: 0; top: 0; height: 35px; line-height: 35px; text-align: center; width: 35px; color: #7c7c7c; font-size: 16px; font-weight: normal; text-shadow: none; } .widget .widget-head a { text-shadow: none; } .widget .widget-head .dropdown-menu li > a:hover, .widget .widget-head .dropdown-menu li > a:focus, .widget .widget-head .dropdown-submenu:hover > a { background-color: #4a8bc2; background-image: -moz-linear-gradient(top, #4a8bc2, #d24343); background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#4a8bc2), to(#d24343)); background-image: -webkit-linear-gradient(top, #4a8bc2, #d24343); background-image: -o-linear-gradient(top, #4a8bc2, #d24343); background-image: linear-gradient(to bottom, #4a8bc2, #d24343); background-repeat: repeat-x; filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffda4c4c', endColorstr='#ffd24343', GradientType=0); } .widget .details { font-size: 8pt; color: #7c7c7c; } .widget .widget-body { position: relative; padding: 15px; } .widget .widget-body form { margin: 0; } .widget .widget-body > pre:last-child, .widget .widget-body > p:last-child { margin: 0; } .widget .widget-body.list { color: #7c7c7c; padding: 0; } .widget .widget-body.list .count { font-size: 15pt; font-weight: 400; } .widget .widget-body.list ul { margin: 0; padding: 0; list-style: none; } .widget .widget-body.list ul li { padding: 0 10px; height: 39px; border-bottom: 1px solid #dbdbdb; position: relative; line-height: 39px; text-align: left; text-shadow: 0 1px 0 #ffffff; clear: both; } .widget .widget-body.list ul li .badge { position: absolute; right: 8px; top: 10px; } .widget .widget-body.list ul li:first-child { border-top: none; } .widget .widget-body.list ul li:last-child { border-bottom: none; } .widget .widget-body.list ul li .count { float: right; color: #000000; } .widget .widget-body.list ul li .sparkline { position: relative; top: 5px; margin-left: 5px; } .widget .widget-body.list ul li a { color: #000000; font-weight: bold; } .widget .widget-body.list.products li { height: 60px; line-height: 60px; } .widget .widget-body.list.products .img { float: left; display: inline-block; width: 48px; height: 44px; line-height: 44px; color: #fff; text-align: center; background: #272729; margin: 8px 8px 0 0; -webkit-border-radius: 3px 3px 3px 3px; -moz-border-radius: 3px 3px 3px 3px; border-radius: 3px 3px 3px 3px; text-shadow: none; cursor: pointer; font-size: 10pt; font-weight: 600; } .widget .widget-body.list.products .title { line-height: normal; display: inline-block; padding: 13px 0 0; text-transform: uppercase; } .widget .widget-body.list.products .title strong { font-family: "Open Sans", sans-serif; text-transform: none; } .widget .widget-body.list.fluid ul li { height: auto; line-height: normal; padding: 10px; } .widget .widget-body.list.list-2 ul li { border-bottom: 1px solid #d8d9da; border-top: none; background: #f8f8f8; } .widget .widget-body.list.list-2 ul li.active { border-color: #dddddd; background: #fff; } .widget .widget-body.list.list-2 ul li.active i:before { font-weight: normal; background: #4a8bc2; color: #fff; text-shadow: none; } .widget .widget-body.list.list-2 ul li.active a { color: #4a8bc2; } .widget .widget-body.list.list-2 ul li:last-child { border-bottom: none; } .widget .widget-body.list.list-2 ul li a { display: block; color: #222; padding: 0 0 0 30px; } .widget .widget-body.list.list-2 ul li a i:before { color: #555; width: 20px; height: 17px; font-size: 14px; border: 1px solid #ccc; background: #dddddd; top: 9px; left: 0; text-align: center; vertical-align: middle; padding-top: 3px; text-shadow: 0 1px 0 #fff; } .widget .widget-body.list.list-2 ul li.hasSubmenu { height: auto; } .widget .widget-body.list.list-2 ul li.hasSubmenu ul { padding: 0 0 10px; } .widget .widget-body.list.list-2 ul li.hasSubmenu ul li { height: auto; line-height: normal; background: none; border: none; line-height: 20px; } .widget .widget-body.list.list-2 ul li.hasSubmenu ul li a { color: #333; padding: 0 0 0 20px; } .widget .widget-body.list.list-2 ul li.hasSubmenu ul li.active a { font-weight: bold; } .widget .widget-footer { background: #fafafa; height: 25px; line-height: 25px; border-top: 1px solid #ebebeb; } .widget .widget-footer .glyphicons { width: 25px; height: 25px; line-height: 25px; padding: 0; float: right; } .widget .widget-footer .glyphicons i:before { font-size: 16px; color: #c3c3c3; text-align: center; width: 20px; height: 25px; line-height: 25px; text-shadow: 0 1px 0 #ffffff; } .widget .widget-footer .glyphicons:hover i:before { color: rgba(0, 0, 0, 0.5); } .widget.margin-bottom-none { margin-bottom: 0; } .widget.widget-gray { background: #f5f5f5; } .widget.widget-gray .widget-head { background: #e9e9e9; border-color: #d1d2d3; box-shadow: inset 1px 1px 1px rgba(255, 255, 255, 0.6), inset -1px -1px 1px rgba(0, 0, 0, 0); -moz-box-shadow: inset 1px 1px 1px rgba(255, 255, 255, 0.6), inset -1px -1px 1px rgba(0, 0, 0, 0); -webkit-box-shadow: inset 1px 1px 1px rgba(255, 255, 255, 0.6), inset -1px -1px 1px rgba(0, 0, 0, 0); } .widget.widget-gray .widget-head .heading { color: #555555; text-shadow: 0 1px 0 #fff; } .widget.widget-gray .widget-head .heading.glyphicons i:before { background: none; color: #555; border-color: rgba(0, 0, 0, 0.1); } .widget.widget-2:before, .widget.widget-2:after { display: none; } .widget.widget-2 .widget-head { background: #e2e2e4; box-shadow: inset 1px 1px 1px rgba(255, 255, 255, 0.6), inset -1px -1px 1px rgba(0, 0, 0, 0); -moz-box-shadow: inset 1px 1px 1px rgba(255, 255, 255, 0.6), inset -1px -1px 1px rgba(0, 0, 0, 0); -webkit-box-shadow: inset 1px 1px 1px rgba(255, 255, 255, 0.6), inset -1px -1px 1px rgba(0, 0, 0, 0); height: 36px; line-height: 36px; border-color: #d1d2d3; } .widget.widget-2 .widget-head .heading { line-height: 36px; color: #555555; text-shadow: 0 1px 0 #fff; font-size: 12pt; } .widget.widget-2 .widget-head .heading i:before { color: #555555; background: none; border: none; left: 3px; top: 2px; } .widget.widget-2 .widget-body { border: 1px solid #d1d2d3; border-top: 0; background: #f5f5f5; } .widget.widget-2.primary .widget-head { background: #4a8bc2; border-color: #4a8bc2; box-shadow: inset 1px 1px 1px rgba(255, 255, 255, 0.6), inset -1px -1px 1px rgba(0, 0, 0, 0.1); -moz-box-shadow: inset 1px 1px 1px rgba(255, 255, 255, 0.6), inset -1px -1px 1px rgba(0, 0, 0, 0.1); -webkit-box-shadow: inset 1px 1px 1px rgba(255, 255, 255, 0.6), inset -1px -1px 1px rgba(0, 0, 0, 0.1); } .widget.widget-2.primary .widget-head .heading { color: #fff; text-shadow: 0 1px 0 rgba(0, 0, 0, 0.5); } .widget.widget-2.primary .widget-head .heading i:before { color: #fff; text-shadow: 0 1px 0 rgba(0, 0, 0, 0.5); } .widget.widget-3:before, .widget.widget-3:after { display: none; } .widget.widget-3 .widget-head { height: 36px; line-height: 36px; } .widget.widget-3 .widget-head .heading { display: block; text-align: center; float: none; line-height: 36px; height: 36px; text-transform: uppercase; font-size: 12pt; } .widget.widget-3 .widget-head .heading i:before { background: none; border: none; left: 3px; top: 5px; font-size: 20px; color: #45484d; } .widget.widget-3 .widget-head .heading .glyphicons { vertical-align: middle; width: 35px; height: 36px; padding: 0; } .widget.widget-3 .widget-body { border-bottom: 1px solid #dbdbdb; } .widget.widget-3 .widget-body.large { font-size: 26pt; font-weight: bold; text-align: center; padding: 25px 0; vertical-align: middle; line-height: normal; } .widget.widget-3 .widget-body.large.cancellations span { line-height: 20px; text-align: left; font-size: 17pt; display: inline-block; text-shadow: none; } .widget.widget-3 .widget-body.large.cancellations span span { display: block; } .widget.widget-3 .widget-body.large.cancellations span span:first-child { color: #4a8bc2; text-transform: uppercase; font-size: 13pt; } .widget.widget-3 .widget-body.large.dashboard { padding: 15px 0; } .widget.widget-3 .widget-footer { background: #fafafa; border-top: none; } .widget.widget-3 .widget-footer a { float: none; color: #dddddd; width: auto; padding: 0 10px 0 30px; border-right: 1px solid #dbdbdb; text-decoration: none; } .widget.widget-3 .widget-footer a i:before { color: #dddddd; left: 5px; } .widget.widget-3 .widget-footer a:hover { color: #4a8bc2; } .widget.widget-3 .widget-footer a:hover i:before { color: #4a8bc2; } .widget.widget-3 .widget-footer.align-center { text-align: center; } .widget.widget-3 .widget-footer.align-center a:first-child { border-left: 1px solid #dbdbdb; } .widget.widget-3 .widget-footer.align-right { text-align: right; } .widget.widget-3 .widget-footer.align-right a:first-child { border-left: 1px solid #dbdbdb; } .widget.widget-3 .widget-footer.align-right a:last-child { border-right: none; } .widget.widget-4 { border: none; background: none; } .widget.widget-4 .widget-head { background: none; padding: 10px; border: none; } .widget.widget-4 .widget-head .heading { color: #544f49; text-shadow: none; padding: 0; margin: 0; } .widget.widget-4 .widget-body { padding: 0 10px 10px; border: none; } .widget.widget-4 .widget-body.list ul li { padding: 0; } .widget.widget-heading-simple { border: none; background: none; } .widget.widget-heading-simple > .widget-head { border: none; background: none; background-image: none !important; filter: none !important; padding: 0 0 5px; height: 30px; line-height: 25px; } .widget.widget-heading-simple > .widget-head .heading { padding: 0; height: 25px; line-height: 25px; } .widget.widget-heading-simple > .widget-head .heading.glyphicons { padding: 0 0 0 25px; } .widget.widget-heading-simple > .widget-head .heading.glyphicons i:before { text-align: left; width: 25px; height: 25px; line-height: 25px; } .widget.widget-heading-simple > .widget-body { border: 1px solid #dbdbdb; -webkit-border-radius: 5px 5px 5px 5px; -moz-border-radius: 5px 5px 5px 5px; border-radius: 5px 5px 5px 5px; } .widget.widget-body-simple { box-shadow: none !important; -moz-box-shadow: none !important; -webkit-box-shadow: none !important; } .widget.widget-body-simple > .widget-body { background: none; border: none; padding: 0; } .widget.widget-body-white > .widget-body { background: #ffffff; } .widget.widget-body-gray { box-shadow: 0 3px 0 0 #f6f6f6; -moz-box-shadow: 0 3px 0 0 #f6f6f6; -webkit-box-shadow: 0 3px 0 0 #f6f6f6; } .widget.widget-body-gray > .widget-body { background: #e5e5e5; } .widget.widget-body-primary { box-shadow: 0 3px 0 0 #f6f6f6; -moz-box-shadow: 0 3px 0 0 #f6f6f6; -webkit-box-shadow: 0 3px 0 0 #f6f6f6; } .widget.widget-body-primary > .widget-body { background: #4a8bc2; } .widget.widget-body-primary > .widget-body * { color: #fff; text-shadow: none; } .widget.widget-body-multiple { box-shadow: none !important; -moz-box-shadow: none !important; -webkit-box-shadow: none !important; } .widget.widget-body-multiple > .widget-body { box-shadow: 0 3px 0 0 #dbdbdb; -moz-box-shadow: 0 3px 0 0 #dbdbdb; -webkit-box-shadow: 0 3px 0 0 #dbdbdb; margin-bottom: 7.5px; } .widget.widget-body-multiple > .widget-body:last-of-type { margin-bottom: 0; } .widget.widget-body-multiple.widget-body-gray > .widget-body { box-shadow: 0 3px 0 0 #f6f6f6; -moz-box-shadow: 0 3px 0 0 #f6f6f6; -webkit-box-shadow: 0 3px 0 0 #f6f6f6; } .glyphicons.standard { width: 24px; height: 24px; padding: 0; } .glyphicons.standard i { display: block; height: 24px; } .glyphicons.standard i:before { color: #64625f; position: relative; top: auto; left: auto; } .glyphicons.standard:not(.disabled):hover i:before { color: #797979; } .glyphicons.standard.btn { padding: 4px; } .glyphicons.standard.btn.btn-small { padding: 2px 5px; width: auto; height: auto; } .glyphicons.standard.btn.btn-small i:before { top: auto; line-height: 22px; } .glyphicons.primary i:before { color: #4a8bc2; } .glyphicons.single { color: #4a8bc2; padding: 0 0 0 20px; } .glyphicons.single i:before { font-size: 13px; top: 4px; color: #4a8bc2; } .glyphicons.single + .single { margin-left: 8px; } .glyphicons.single.regular { color: #7c7c7c; } .glyphicons.single.regular i:before { color: #7c7c7c; } .glyphicons.text-error { color: #4a8bc2; } .glyphicons.text-error i:before { color: #4a8bc2; } .glyphicons.text-info { color: #5d92b3; } .glyphicons.text-info i:before { color: #5d92b3; } .glyphicons.text-success { color: #719d46; } .glyphicons.text-success i:before { color: #719d46; } .glyphicons.btn-action { width: 25px; height: 25px; padding: 0; -webkit-border-radius: 5px 5px 5px 5px; -moz-border-radius: 5px 5px 5px 5px; border-radius: 5px 5px 5px 5px; border-width: 1px; border-style: solid; vertical-align: middle; } .glyphicons.btn-action i:before { font-size: 14px; top: 5px; left: 5px; text-shadow: 0 1px 0 #fff; color: #fff !important; } .glyphicons.btn-action.btn-default i:before { color: #7c7c7c !important; } .glyphicons.btn-action.single { box-shadow: none; -webkit-box-shadow: none; -moz-box-shadow: none; border: none; background: none; margin-right: 10px; } .glyphicons.btn-icon { text-align: left; padding: 5px 7px 5px 40px; } .glyphicons.btn-icon i { float: left; } .glyphicons.btn-icon i:before { font-size: 15px; top: 0; left: 0; width: 33px; height: 23px; -webkit-border-radius: 3px 0px 0px 3px; -moz-border-radius: 3px 0px 0px 3px; border-radius: 3px 0px 0px 3px; vertical-align: middle; padding: 7px 0 0; text-align: center; } .glyphicons.btn-icon.right { text-align: left; padding: 5px 0 5px 7px; } .glyphicons.btn-icon.right i:before { -webkit-border-radius: 0 3px 3px 0; -moz-border-radius: 0 3px 3px 0; border-radius: 0 3px 3px 0; right: 0; left: auto; text-align: center; } .glyphicons.btn-large { padding: 10px 10px 10px 40px; font-weight: 600; } .glyphicons.btn-large i:before { top: 12px; left: 12px; font-size: 17px; } .glyphicons.btn-large.btn-icon i:before { top: 0; left: 0; height: 28px; padding: 12px 0 0; } .glyphicons.btn-small { padding: 2px 10px 2px 35px; } .glyphicons.btn-small i:before { padding: 5px 0 0; width: 28px; height: 19px; font-size: 14px; } .glyphicons.btn-mini { padding: 1px 6px 1px 33px; } .glyphicons.btn-mini i:before { padding: 5px 0 0; width: 26px; height: 17px; font-size: 13px; } .glyphicons.orange i:before { color: #EDB459; } .glyphicons.btn-default i:before { color: #9e9e9e; text-shadow: none; } .finances_summary .well { font-size: 16px; text-align: center; } .finances_summary .well strong { display: block; font-size: 22pt; color: #45494c; line-height: normal; } .finances_summary .glyphicons.standard i:before { color: #cccccc; } div.glyphicons { padding: 0 0 0 35px; display: block; } div.glyphicons i:before { color: #cccccc; } div.glyphicons.glyphicon-large { padding: 0 0 0 75px; } div.glyphicons.glyphicon-large i:before { font-size: 50px; left: 0; } div.glyphicons.glyphicon-large.group-column { padding: 0 0 0 85px; } div.glyphicons.glyphicon-large.group-column i:before { font-size: 45px; left: 12px; } div.glyphicons.glyphicon-top { padding: 0; text-align: center; } div.glyphicons.glyphicon-top i { display: block; position: relative; } div.glyphicons.glyphicon-top i:before { position: relative; left: auto; top: auto; } div.glyphicons.glyphicon-top.glyphicon-xlarge i { padding: 0 0 10px; } div.glyphicons.glyphicon-top.glyphicon-xlarge i:before { font-size: 70px; } div.glyphicons.glyphicon-primary i:before { color: #4a8bc2; } .widget-body-primary div.glyphicons i:before { color: #fff; } .social-large { height: 97px; } .social-large a { display: block; height: 97px; float: left; padding: 10px 19px; color: #d5d5d5; background: #ffffff; font-weight: bold; text-align: center; border-right: 1px solid #e5e5e5; text-decoration: none; } .social-large a i { display: block; position: relative; padding: 0 0 8px; } .social-large a i:before { display: block; text-align: center; top: auto; left: auto; position: relative; font-size: 50px; color: #d5d5d5; } .social-large a.active, .social-large a:hover { color: #fff; background: #4a8bc2; } .social-large a.active i:before, .social-large a:hover i:before { color: #fff; } .social-large a:last-child { border: none; } .social-large.social-large-2 a { display: inline-block; font-weight: 400; float: none; border: none; background: none; color: #444444; } .social-large.social-large-2 a i:before { color: #444444; } .social-large.social-large-2 a.active, .social-large.social-large-2 a:hover { color: #4a8bc2; } .social-large.social-large-2 a.active i:before, .social-large.social-large-2 a:hover i:before { color: #4a8bc2; } .jumbotron { background: none; } .widget-search input { width: 100%; } /* --- LOADING [less.forms] from assets/components/core/custom/less/forms.less */ .checkbox.inline { padding-bottom: 1px; } .radio.inline + .radio.inline, .checkbox.inline + .checkbox.inline { margin-left: 3px; } label, input, button, select, textarea { font-size: 13px; } legend { line-height: normal; height: auto; font-size: 18px; margin: 0 0 6px; text-align: left; padding: 0; border: 0; color: #797979; } .form-control { -webkit-border-radius: 0 !important; -moz-border-radius: 0 !important; border-radius: 0 !important; } .control-label.center { text-align: center; } .uneditable-input { color: #999999; background: #fcfcfc; border: 1px solid #cccccc; -webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.025); -moz-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.025); box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.025); display: inline-block; height: 20px; padding: 4px 6px; line-height: 20px; -webkit-border-radius: 4px 0 0 4px; -moz-border-radius: 4px 0 0 4px; border-radius: 4px 0 0 4px; position: relative; float: none; width: 100px; display: table-cell; } .farbtastic, .farbtastic .wheel { margin: 0 auto; } /* --- LOADING [less.alerts] from assets/components/ui/alerts/assets/alerts.less */ .alert { margin: 0 0 15px; } .alert h4 { margin: 0 0 5px; } .alert.alert-warning { background: #ab7a4b; color: #fff; border-color: #ab7a4b; } .alert.alert-warning .close { color: #fff; } .alert.alert-warning h4 { color: #fff; } .alert.alert-danger { background: #bd362f; color: #fff; border-color: #bd362f; } .alert.alert-danger .close { color: #fff; } .alert.alert-danger h4 { color: #fff; } .alert.alert-primary { background: #4a8bc2; color: #fff; border-color: #4a8bc2; } .alert.alert-primary .close { color: #fff; } .alert.alert-primary h4 { color: #fff; } .alert.alert-info { background: #dff3f8; color: #7399b9; border-color: #93b9d8; } .alert.alert-info .close { color: #7399b9; } .alert.alert-success { border-color: #609450; background: #609450; color: #fff; } .alert.alert-success .close, .alert.alert-success h4 { color: #fff; } .alert .close { opacity: 1; filter: alpha(opacity=100); color: #fff; } /* --- LOADING [less.buttons] from assets/components/ui/buttons/assets/buttons.less */ .btn { font-weight: 600; -webkit-border-radius: 2px 2px 2px 2px; -moz-border-radius: 2px 2px 2px 2px; border-radius: 2px 2px 2px 2px; } .btn-block { width: 100%; } .btn + .btn:not(.btn-block) { margin: 0 0 0 5px; } .input-append .btn + .btn, .input-prepend .btn + .btn { margin-left: -1px; } .btn-group .btn + .btn:not(.btn-block) { margin-left: -1px; } .btn-group.dropup .btn:first-child { -webkit-border-radius: 0 0 0 0; -moz-border-radius: 0 0 0 0; border-radius: 0 0 0 0; } .btn-default { text-shadow: 0 1px 0 rgba(255, 255, 255, 0.75); color: rgba(0, 0, 0, 0.6); text-shadow: 0 1px 0 #fff; font-weight: 600; background-color: #efefef; background-image: -moz-linear-gradient(top, #f4f4f4, #e7e7e7); background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#f4f4f4), to(#e7e7e7)); background-image: -webkit-linear-gradient(top, #f4f4f4, #e7e7e7); background-image: -o-linear-gradient(top, #f4f4f4, #e7e7e7); background-image: linear-gradient(to bottom, #f4f4f4, #e7e7e7); background-repeat: repeat-x; filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fff4f4f4', endColorstr='#ffe7e7e7', GradientType=0); border: 1px solid #cecece; } .btn-group.open .btn-default.dropdown-toggle, .btn-default.disabled, .btn-default[disabled], .btn-default:hover, .btn-default:focus { background: #e8e8e8; } .btn-default:active, .btn-default.active { background: #e8e8e8; color: #fff; text-shadow: none; } .btn-default .caret { border-top-color: rgba(0, 0, 0, 0.5); } .btn-warning { background-color: #b6895e; background-image: -moz-linear-gradient(top, #be946b, #ab7a4b); background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#be946b), to(#ab7a4b)); background-image: -webkit-linear-gradient(top, #be946b, #ab7a4b); background-image: -o-linear-gradient(top, #be946b, #ab7a4b); background-image: linear-gradient(to bottom, #be946b, #ab7a4b); background-repeat: repeat-x; filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffbe946b', endColorstr='#ffab7a4b', GradientType=0); border: 1px solid #88613b; color: #ffffff; text-shadow: 0 1px 0 rgba(0, 0, 0, 0.5); } .btn-warning.glyphicons i:before { color: rgba(255, 255, 255, 0.5); text-shadow: none; } .btn-group.open .btn-warning.dropdown-toggle, .btn-warning.disabled, .btn-warning[disabled], .btn-warning:hover, .btn-warning:focus { background: #ab7a4b; color: #fff; } .btn-warning:active, .btn-warning.active { background: #ab7a4b; color: #fff; } .btn-warning .caret { border-top-color: rgba(255, 255, 255, 0.7); border-bottom-color: rgba(255, 255, 255, 0.7); } .btn-info { background: #93B9D8; border: 1px solid #93B9D8; color: #ffffff; text-shadow: 0 1px 0 rgba(0, 0, 0, 0.5); } .btn-info.glyphicons i:before { color: rgba(255, 255, 255, 0.5); text-shadow: none; } .btn-group.open .btn-info.dropdown-toggle, .btn-info.disabled, .btn-info[disabled], .btn-info:hover, .btn-info:focus { background: #93B9D8; color: #fff; } .btn-info:active, .btn-info.active { background: #93B9D8; color: #fff; } .btn-info .caret { border-top-color: rgba(255, 255, 255, 0.7); border-bottom-color: rgba(255, 255, 255, 0.7); } .btn-danger { background-color: #ca4741; background-image: -moz-linear-gradient(top, #d3534c, #bd362f); background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#d3534c), to(#bd362f)); background-image: -webkit-linear-gradient(top, #d3534c, #bd362f); background-image: -o-linear-gradient(top, #d3534c, #bd362f); background-image: linear-gradient(to bottom, #d3534c, #bd362f); background-repeat: repeat-x; filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffd3534c', endColorstr='#ffbd362f', GradientType=0); border: 1px solid #942a25; color: #ffffff; text-shadow: 0 1px 0 rgba(0, 0, 0, 0.5); } .btn-danger.glyphicons i:before { color: rgba(255, 255, 255, 0.5); text-shadow: none; } .btn-group.open .btn-danger.dropdown-toggle, .btn-danger.disabled, .btn-danger[disabled], .btn-danger:hover, .btn-danger:focus { background: #bd362f; color: #fff; } .btn-danger:active, .btn-danger.active { background: #bd362f; color: #fff; } .btn-danger .caret { border-top-color: rgba(255, 255, 255, 0.7); border-bottom-color: rgba(255, 255, 255, 0.7); } .btn-primary { background-color: #619aca; background-image: -moz-linear-gradient(top, #70a3cf, #4a8bc2); background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#70a3cf), to(#4a8bc2)); background-image: -webkit-linear-gradient(top, #70a3cf, #4a8bc2); background-image: -o-linear-gradient(top, #70a3cf, #4a8bc2); background-image: linear-gradient(to bottom, #70a3cf, #4a8bc2); background-repeat: repeat-x; filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff70a3cf', endColorstr='#ff4a8bc2', GradientType=0); border: 1px solid #3771a2; color: #ffffff; text-shadow: 0 1px 0 rgba(0, 0, 0, 0.5); } .btn-primary.glyphicons i:before { color: rgba(255, 255, 255, 0.4); text-shadow: none; } .btn-group.open .btn-primary.dropdown-toggle, .btn-primary.disabled, .btn-primary[disabled], .btn-primary:hover, .btn-primary:focus { background: #4a8bc2; color: #fff; } .btn-primary:active, .btn-primary.active { background: #4a8bc2; color: #fff; } .btn-primary .caret { border-top-color: #ffffff; border-bottom-color: #ffffff; } .btn-inverse { background-color: #53575d; background-image: -moz-linear-gradient(top, #5d6168, #45484d); background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#5d6168), to(#45484d)); background-image: -webkit-linear-gradient(top, #5d6168, #45484d); background-image: -o-linear-gradient(top, #5d6168, #45484d); background-image: linear-gradient(to bottom, #5d6168, #45484d); background-repeat: repeat-x; filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff5d6168', endColorstr='#ff45484d', GradientType=0); border: 1px solid #2d2f32; color: #ffffff; text-shadow: 0 1px 0 rgba(0, 0, 0, 0.5); } .btn-inverse.glyphicons i:before { color: #919293; text-shadow: none; } .btn-group.open .btn-inverse.dropdown-toggle, .btn-inverse.disabled, .btn-inverse[disabled], .btn-inverse:hover, .btn-inverse:focus { background: #45484d; color: #fff; } .btn-inverse:active, .btn-inverse.active { background: #45484d; color: #fff; } .btn-inverse .caret { border-top-color: #fff; border-bottom-color: #fff; } .btn-success { background-color: #6fa45f; background-image: -moz-linear-gradient(top, #79ae69, #609450); background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#79ae69), to(#609450)); background-image: -webkit-linear-gradient(top, #79ae69, #609450); background-image: -o-linear-gradient(top, #79ae69, #609450); background-image: linear-gradient(to bottom, #79ae69, #609450); background-repeat: repeat-x; filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff79ae69', endColorstr='#ff609450', GradientType=0); border: 1px solid #4b733e; color: #ffffff; text-shadow: 0 1px 0 rgba(0, 0, 0, 0.5); } .btn-success.glyphicons i:before { color: #a2bc9b; text-shadow: none; } .btn-group.open .btn-success.dropdown-toggle, .btn-success.disabled, .btn-success[disabled], .btn-success:hover, .btn-success:focus { background: #609450; color: #fff; } .btn-success:active, .btn-success.active { background: #609450; color: #fff; } .btn-success .caret { border-top-color: #fff; border-bottom-color: #fff; } .btn-group-vertical.block { display: block; } .btn-group.btn-block { padding: 0; position: relative; } .btn-group.btn-block .leadcontainer { left: 0; position: absolute; right: 29px; } .btn-group.btn-block .leadcontainer > .btn:first-child { -webkit-border-radius: 0 0 0 0; -moz-border-radius: 0 0 0 0; border-radius: 0 0 0 0; margin-left: 0; -webkit-border-bottom-left-radius: 4px; border-bottom-left-radius: 4px; -webkit-border-top-left-radius: 4px; border-top-left-radius: 4px; -moz-border-radius-bottomleft: 4px; -moz-border-radius-topleft: 4px; text-align: left; } .btn-group.btn-block .dropdown-lead { box-sizing: border-box; width: 100%; } .btn-group.btn-block .dropdown-toggle { width: 30px; float: right; box-sizing: border-box; text-align: center; padding-left: 0; padding-right: 0; } .btn-icon-stacked { text-align: left; padding: 5px 5px 5px 45px; } .btn-icon-stacked i { display: block; width: 24px; height: 24px; position: absolute; left: 10px; top: 10px; } .btn-icon-stacked i:before { left: auto; top: auto; position: relative; text-align: center; } .btn-icon-stacked span { display: block; font-size: 13px; line-height: normal; } .btn-facebook { color: #fff; text-shadow: 0 1px 0 rgba(0, 0, 0, 0.1); background-color: #728dc0; background-image: -moz-linear-gradient(top, #8098c6, #5d7cb6); background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#8098c6), to(#5d7cb6)); background-image: -webkit-linear-gradient(top, #8098c6, #5d7cb6); background-image: -o-linear-gradient(top, #8098c6, #5d7cb6); background-image: linear-gradient(to bottom, #8098c6, #5d7cb6); background-repeat: repeat-x; filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff8098c6', endColorstr='#ff5d7cb6', GradientType=0); border: 1px solid #5d7cb6; } .btn-facebook i:before { color: #fff; } .btn-facebook:hover { background: #8098c6; color: #fff; } .btn-google { color: #fff; text-shadow: 0 1px 0 rgba(0, 0, 0, 0.1); background-color: #b24343; background-image: -moz-linear-gradient(top, #bf4a4a, #9e3838); background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#bf4a4a), to(#9e3838)); background-image: -webkit-linear-gradient(top, #bf4a4a, #9e3838); background-image: -o-linear-gradient(top, #bf4a4a, #9e3838); background-image: linear-gradient(to bottom, #bf4a4a, #9e3838); background-repeat: repeat-x; filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffbf4a4a', endColorstr='#ff9e3838', GradientType=0); border: 1px solid #9e3838; } .btn-google i:before { color: #fff; } .btn-google:hover { background: #bf4a4a; color: #fff; } .btn-toggle-code { position: absolute; bottom: 0; right: 0; z-index: 1000; -webkit-border-radius: 0 0 0 0; -moz-border-radius: 0 0 0 0; border-radius: 0 0 0 0; } .btn-toggle-code.outside { bottom: -24px; } #demo_buttons .btn-block { max-width: 200px; margin: 0 auto; } #demo_buttons thead th { width: 25%; } /* --- LOADING [less.responsive] from assets/components/core/custom/less/responsive.less */ /* Desktop wide */ @media (min-width: 1200px) { .navbar.main .topnav > li.search form input { width: 155px; } } /* Desktop regular */ @media (min-width: 980px) and (max-width: 1199px) { body > .container-fluid.fixed { width: 98%; margin: 10px auto 10px; } .hidden-desktop-1 { display: none !important; } } /* Tablet */ @media (max-width: 979px) and (min-width: 768px) { .navbar.main .topnav > li.search { margin-left: 10px !important; } /* Dashboard Fix */ .tablet-column-reset { float: none !important; width: 100% !important; margin-left: 0 !important; clear: both !important; } .container-960 { width: auto; } #content > .container-960, #content [id*="landing"] .container-960 { margin: 0 10px; } } @media (max-width: 979px) { body > .container-fluid.fixed { width: auto; border: none; margin: 0; } html.front.top-full .navbar.main ul.topnav:first-of-type { margin: 0; } } @media (max-width: 767px) { body { padding: 0; } .container-960 { width: auto; } .nav-tabs > li > a { font-size: 10pt; } .nav-tabs > li > a, .nav-pills > li > a { padding-left: 5px; padding-right: 5px; } .documentation .span3 .menu.affix { position: relative; top: 0; width: auto; } .phone-margin.bottom { margin: 0 0 10px; } .well { padding: 5px; } .widget .widget-body { padding: 5px; } .widget.margin-bottom-none { margin-bottom: 10px; } .widget.widget-tabs .widget-head { height: auto; padding: 0; } .widget.widget-tabs .widget-head ul { display: block; border-right: none; height: auto; } .widget.widget-tabs .widget-head ul li { float: none; display: block; width: 100%; } .widget.widget-tabs-icons-only .widget-head { height: auto; } .widget-activity ul.list li > span.ellipsis { max-width: 60%; } .widget-activity ul.list li.double > span.ellipsis { max-width: 75%; } .widget-gallery .nav { display: none; } .widget-gallery.widget-gallery-slide .gallery { width: auto; } .widget-chat .media .pull-left, .widget-chat .media .pull-right { margin: 0; } .widget-chat .media small.author { position: relative; top: auto; left: auto; right: auto; width: auto; } .widget-chat .media small.date { border: none; } .tabsbar, .tabsbar.tabsbar-2 { height: auto; } .tabsbar ul, .tabsbar.tabsbar-2 ul { height: auto; } .widget-activity ul.list { margin: 0; } .widget.widget-tabs.widget-tabs-icons-only-2 .widget-head { height: 35px; } .widget.widget-tabs.widget-tabs-icons-only-2 .widget-head ul li { float: left; width: auto; } .media { text-align: center; } .media .pull-left, .media .pull-right { border: none; padding-bottom: 0; margin: 0; } .media img.pull-left, .media img.pull-right { display: inline-block; } .media blockquote { padding: 0; text-align: center; } .media blockquote.pull-right p, .media blockquote.pull-right small { text-align: center; } .menu-right #menu { left: 0; right: auto; } .menu-right.menu-hidden #content { margin: 0; } .row-merge > [class*="span"] ~ [class*="span"] { width: auto; } .row-merge > [class*="span"] ~ [class*="span"]:after { display: none; } .row-merge.border-top, .row-merge ~ .row-merge { border-top: 1px solid #e5e5e5; } body.login #login { padding: 50px 5px; } #gritter-notice-wrapper { display: none !important; } html.top-full .topnav .dropdown.submenu { height: auto; } html.top-full .topnav .dropdown.submenu .submenu-show { border: none !important; display: block !important; position: relative; margin: 0 !important; top: auto !important; left: auto !important; right: auto !important; } html.sidebar.sidebar-full body .menu-right #menu .slim-scroll > ul > li.open .dropdown-menu.submenu-show.pull-right, html.sidebar.sidebar-full body .menu-right #menu > ul > li.open .dropdown-menu.submenu-show.pull-right { border: none !important; display: block !important; position: relative; margin: 0 !important; top: auto !important; left: auto !important; right: auto !important; } html.front.top-full .menu-hidden .navbar.main { height: 100px; } html.front.top-full .menu-hidden .navbar.main .topnav > li:not(:first-of-type) { display: none; } html.top-full.sidebar-full .menu-left .navbar.main { border-left: 1px solid #346d9d; } html.top-full.sidebar-full .menu-right .navbar.main { border-right: 1px solid #346d9d; } html.top-full .navbar.main { height: auto; border-bottom: none; } html.top-full .navbar.main .btn-navbar { border-bottom: 1px solid #346d9d; border-right: 1px solid #346d9d; height: 50px; } html.top-full .navbar.main .topnav { border-left: none; border-right: none; float: none !important; } html.top-full .navbar.main .topnav > li { float: none; border-top: 1px solid #619aca; border-bottom: 1px solid #346d9d; height: 50px; line-height: 50px; } html.top-full .navbar.main .topnav > li.active, html.top-full .navbar.main .topnav > li:hover, html.top-full .navbar.main .topnav > li.open { padding: 8px; } html.top-full .navbar.main .topnav > li.search form { position: relative; } html.top-full .navbar.main .topnav > li.search form input { width: 90%; } html.top-full .navbar.main .topnav > li.search form button { position: absolute; right: 0; top: 0; } html.top-full .navbar.main .topnav > li:first-child { border-top: none; margin-left: 43px; } html.top-full .navbar.main .topnav > li .dropdown.submenu .dropdown-menu { position: relative; float: none; display: block !important; padding: 0; border: none; border-top: 1px solid #f3f3f3; } .menu-hidden .navbar.main { height: 50px; } #landing_1 [class*="span"], #landing_2 [class*="span"] { padding: 0 5px; } #landing_1 .banner-1, #landing_2 .banner-1 { height: auto; } #landing_1 .banner-1 .item, #landing_2 .banner-1 .item { height: auto; } #landing_1 .banner-1 .item img, #landing_2 .banner-1 .item img { min-height: 0; height: auto; } #landing_1 .banner-1 .carousel-caption, #landing_2 .banner-1 .carousel-caption { height: auto; } #landing_1 .banner, #landing_2 .banner { height: auto; } #landing_1 .banner .banner-wrapper, #landing_2 .banner .banner-wrapper { height: auto; } #landing_1 .banner .banner-wrapper.banner-1 h3, #landing_2 .banner .banner-wrapper.banner-1 h3, #landing_1 .banner .banner-wrapper.banner-1 p, #landing_2 .banner .banner-wrapper.banner-1 p, #landing_1 .banner .banner-wrapper.banner-1 .btn, #landing_2 .banner .banner-wrapper.banner-1 .btn, #landing_1 .banner .banner-wrapper.banner-1 .btn.btn-primary, #landing_2 .banner .banner-wrapper.banner-1 .btn.btn-primary, #landing_1 .banner .banner-wrapper.banner-1 .btn.btn-danger, #landing_2 .banner .banner-wrapper.banner-1 .btn.btn-danger { position: relative; top: auto; right: auto; left: auto; bottom: auto; margin: 0; } #landing_1 .banner .banner-wrapper.banner-1 .btn, #landing_2 .banner .banner-wrapper.banner-1 .btn { display: block; -webkit-border-radius: 0 0 0 0; -moz-border-radius: 0 0 0 0; border-radius: 0 0 0 0; } #landing_1 .banner .banner-wrapper.banner-1 p, #landing_2 .banner .banner-wrapper.banner-1 p { margin: 0 0 5px; text-align: center; width: auto; } #landing_1 .banner .banner-wrapper.banner-1 h3, #landing_2 .banner .banner-wrapper.banner-1 h3 { font-size: 12pt; line-height: 46px; text-align: center; margin: 0; } .social-large { height: auto; } .social-large a { float: none; display: block; border: none; border-bottom: 1px solid #e5e5e5; } .social-large a:last-child { border: none; } #content .heading-mosaic { height: auto !important; padding-top: 10px; padding-bottom: 10px; line-height: normal !important; } } @media (max-width: 480px) { h1, h2, h3 { line-height: 30px; font-size: 18pt; } h3.glyphicons i:before, h2.glyphicons i:before { font-size: 24px; top: 3px; left: 5px; } .heading-buttons .buttons { margin-top: 10px; float: none; padding: 0 10px; text-align: center; } .heading-buttons .buttons .btn { margin: 0; float: none; } .separator { padding: 5px 0; margin: 0; } .table-condensed th, .table-condensed td { padding: 4px 5px; } p.glyphicons { padding: 5px 0 10px 55px; } p.glyphicons i:before { color: #D67170; font-size: 35pt; top: 0; } p.glyphicons.right { padding: 0 55px 0 0; } } @media (max-width: 320px) { .nav-tabs > li, .nav-tabs > li > a, .nav-tabs > li > a:hover { display: block; float: none; margin: 0 0 -1px; border-color: #4a8bc2; } .nav-tabs > li:hover { border-color: #4a8bc2; } .nav-tabs > li, .nav-tabs > li > a { border-color: #E0D5C6; background: #F5EADB; -webkit-border-radius: 0 0 0 0; -moz-border-radius: 0 0 0 0; border-radius: 0 0 0 0; } } /* --- LOADING [less.breadcrumb] from assets/components/core/custom/less/breadcrumb.less */ .breadcrumb { height: 38px; line-height: 39px; padding: 0 15px; -webkit-border-radius: 0 0 0 0; -moz-border-radius: 0 0 0 0; border-radius: 0 0 0 0; margin: 0 0 15px; background: none; border-bottom: 1px solid #dbdbdb; box-shadow: 0 1px 0 0 #fff; -moz-box-shadow: 0 1px 0 0 #fff; -webkit-box-shadow: 0 1px 0 0 #fff; color: #ababab; font-size: 12px; position: relative; overflow: hidden; } .breadcrumb > li + li:before { display: none; } .breadcrumb li { text-shadow: 0 1px 0 #ffffff; line-height: 38px; height: 38px; } .breadcrumb li a { color: #ababab; font-weight: 600; } .breadcrumb li a.glyphicons { color: #ababab; padding: 0 0 0 25px; } .breadcrumb li a.glyphicons i:before { color: #ababab; font-size: 14px; top: 12px; left: 3px; } .breadcrumb li.divider { margin: 0 5px 0 7px; width: 0; border-left: 1px solid #dbdbdb; border-right: 1px solid #fff; vertical-align: top; } /* --- LOADING [less.tabs] from assets/components/tabs/assets/tabs.less */ .widget.widget-tabs { border-color: #dbdbdb; } .widget.widget-tabs .tab-content { padding: 0; } .widget.widget-tabs > .widget-head { background: #ffffff; border-color: #dbdbdb; overflow: visible; } .widget.widget-tabs > .widget-head ul { position: relative; overflow: visible; list-style: none; height: 35px; margin: 0; padding: 0; display: inline-block; } .widget.widget-tabs > .widget-head ul li { height: 35px; line-height: 35px; float: left; display: block; border-right: 1px solid #dbdbdb; } .widget.widget-tabs > .widget-head ul li a { width: auto; height: 35px; display: block; padding: 0 15px; position: relative; overflow: hidden; color: #7c7c7c; text-decoration: none; } .widget.widget-tabs > .widget-head ul li a i:before { left: 5px; top: 5px; color: #9d9d9d; text-shadow: 0 1px 0 #ffffff; } .widget.widget-tabs > .widget-head ul li a.glyphicons { padding: 0 15px 0 35px; } .widget.widget-tabs > .widget-head ul li.active { height: 36px; background: #fff; color: #505050; } .widget.widget-tabs > .widget-head ul li.active a { color: #505050; } .widget.widget-tabs > .widget-head ul li.active a i:before { color: #505050; } .widget.widget-tabs > .widget-head ul li.active:first-child { -webkit-border-radius: 5px 0 0 0; -moz-border-radius: 5px 0 0 0; border-radius: 5px 0 0 0; } .widget.widget-tabs > .widget-body.large { padding: 25px; } .widget.widget-tabs-double > .widget-head { height: 40px; } .widget.widget-tabs-double > .widget-head ul { height: 40px; } .widget.widget-tabs-double > .widget-head ul li, .widget.widget-tabs-double > .widget-head ul li.active { height: 40px; line-height: 20px; } .widget.widget-tabs-double > .widget-head ul li a, .widget.widget-tabs-double > .widget-head ul li.active a { height: 35px; padding: 5px 0 0; } .widget.widget-tabs-double > .widget-head ul li a span, .widget.widget-tabs-double > .widget-head ul li.active a span { display: block; line-height: 15px; } .widget.widget-tabs-double > .widget-head ul li a.glyphicons, .widget.widget-tabs-double > .widget-head ul li.active a.glyphicons { padding: 5px 15px 0 38px; } .widget.widget-tabs-double > .widget-head ul li a.glyphicons i:before, .widget.widget-tabs-double > .widget-head ul li.active a.glyphicons i:before { left: 4px; top: 9px; font-size: 20px; } .widget.widget-tabs-double-2 { border: none; } .widget.widget-tabs-double-2 > .widget-head { border: 1px solid #dbdbdb; border-bottom: none; height: 70px; } .widget.widget-tabs-double-2 > .widget-head.border-bottom { border-bottom: 1px solid #dbdbdb; } .widget.widget-tabs-double-2 > .widget-head ul { height: 70px; } .widget.widget-tabs-double-2 > .widget-head ul li { height: 70px; line-height: 20px; } .widget.widget-tabs-double-2 > .widget-head ul li a { -webkit-transition: color 1s ease; -moz-transition: color 1s ease; -o-transition: color 1s ease; transition: color 1s ease; height: 70px; padding: 5px 0 0; text-decoration: none; text-align: center; } .widget.widget-tabs-double-2 > .widget-head ul li a span { display: block; line-height: 30px; } .widget.widget-tabs-double-2 > .widget-head ul li a.glyphicons { padding: 0 15px; } .widget.widget-tabs-double-2 > .widget-head ul li a.glyphicons i { display: block; height: 37px; padding: 13px 0 0; line-height: 24px; text-align: center; } .widget.widget-tabs-double-2 > .widget-head ul li a.glyphicons i:before { left: auto; top: auto; font-size: 24px; position: relative; -webkit-transition: color 1s ease; -moz-transition: color 1s ease; -o-transition: color 1s ease; transition: color 1s ease; } .widget.widget-tabs-double-2 > .widget-head ul li.active { height: 70px; background: #ffffff; } .widget.widget-tabs-double-2 > .widget-head ul li.active a { color: #4a8bc2; } .widget.widget-tabs-double-2 > .widget-head ul li.active a i:before { color: #4a8bc2; } .widget.widget-tabs-double-2 > .widget-head ul li:hover { background: #ffffff; height: 69px; } .widget.widget-tabs-double-2 > .widget-head ul li:hover a { color: #4a8bc2; } .widget.widget-tabs-double-2 > .widget-head ul li:hover a i:before { color: #4a8bc2; } .widget.widget-tabs-double-2 > .widget-body { padding: 0; } .widget.widget-tabs-double-2 .widget-body-regular { padding: 10px; border: 1px solid #dbdbdb; } .widget.widget-tabs-double-2 .widget-body-regular p:last-child { margin: 0; } .widget.widget-tabs-vertical .widget-head { border: none; height: auto; padding: 0; } .widget.widget-tabs-vertical .widget-head ul { display: block; height: auto; } .widget.widget-tabs-vertical .widget-head ul li { float: none; display: block; border-right: none; border-bottom: 1px solid #dbdbdb; } .widget.widget-tabs-vertical .widget-head ul li:last-child { border: none; } .widget.widget-tabs-vertical .widget-body { padding: 0; } .widget.widget-tabs-vertical .widget-body .tab-content { padding: 12px 15px; } .widget.widget-wizard-pills .widget-head { height: 80px; padding: 10px 0; } .widget.widget-wizard-pills .widget-head ul { height: 60px; } .widget.widget-wizard-pills .widget-head ul li { height: 60px; line-height: 60px; color: #7c7c7c; padding: 0 0 0 10px; border: none; position: relative; } .widget.widget-wizard-pills .widget-head ul li.status { height: 45px; padding: 15px 15px 0; font-weight: 600; } .widget.widget-wizard-pills .widget-head ul li.status span.r { display: block; line-height: 15px; } .widget.widget-wizard-pills .widget-head ul li a { height: 58px; line-height: 60px; padding: 0; width: 58px; text-align: center; background: #dbdbdb; border: 1px solid #dbdbdb; color: #c8c8c8; font-weight: 600; font-size: 16pt; -webkit-border-radius: 5px 5px 5px 5px; -moz-border-radius: 5px 5px 5px 5px; border-radius: 5px 5px 5px 5px; position: relative; z-index: 2; } .widget.widget-wizard-pills .widget-head ul li.active { height: 60px; background: none; } .widget.widget-wizard-pills .widget-head ul li.active a { width: 60px; height: 60px; background: #f4f4f4; border: none; } .widget.widget-wizard-pills .widget-head ul li.primary a { width: 60px; height: 60px; background: #4a8bc2; border: none; color: #fff; } .widget.widget-wizard-pills .widget-head ul li:not(:first-child):before { position: absolute; background: #dbdbdb; height: 1px; left: 0; right: 0; top: 29px; display: block; content: ""; z-index: 1; } .widget.widget-wizard-pills .widget-head ul li.no-padding { padding: 0; } .widget.widget-tabs-2 { border-bottom: 1px solid #dbdbdb; } .widget.widget-tabs-2.border-bottom-none { border-bottom: none; } .widget.widget-tabs-2 > .widget-head { background: #fff; border: none; border-bottom: 1px solid #dbdbdb; padding: 0 10px; } .widget.widget-tabs-2 > .widget-head ul { border-color: #dbdbdb; } .widget.widget-tabs-2 > .widget-head ul li { border: none; } .widget.widget-tabs-2 > .widget-head ul li.active { background-color: #f7f7f7; background-image: -moz-linear-gradient(top, #f7f7f7, #ffffff); background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#f7f7f7), to(#ffffff)); background-image: -webkit-linear-gradient(top, #f7f7f7, #ffffff); background-image: -o-linear-gradient(top, #f7f7f7, #ffffff); background-image: linear-gradient(to bottom, #f7f7f7, #ffffff); background-repeat: repeat-x; } .widget.widget-tabs-2 > .widget-head ul li a { border: 1px solid #dddddd; border-bottom: none; border-right: none; color: #222; text-transform: uppercase; font-weight: 600; } .widget.widget-tabs-2 > .widget-head ul li:first-child a { -webkit-border-radius: 0 0 0 0; -moz-border-radius: 0 0 0 0; border-radius: 0 0 0 0; } .widget.widget-tabs-2 > .widget-body { background: #fff; border: none; padding: 15px; } .widget.tabs-right .widget-head ul { float: right; } .widget.widget-tabs-icons-only-2 > .widget-head ul li a.glyphicons { width: 38px; padding: 0; } .widget.widget-tabs-icons-only-2 > .widget-head ul li a.glyphicons i { width: 38px; display: block; line-height: 35px; } .widget.widget-tabs-icons-only-2 > .widget-head ul li a.glyphicons i:before { width: 38px; text-align: center; left: auto; top: auto; position: relative; display: block; line-height: 35px; color: #cbcbcb; } .widget.widget-tabs-icons-only-2 > .widget-head ul li.active a.glyphicons i:before { color: #505050; } .widget.widget-tabs-icons-only .widget-body { padding: 0; } .widget.widget-tabs-icons-only .widget-body p:last-child { margin: 0; } .widget.widget-tabs-icons-only .widget-head { padding: 0 0 10px; } .widget.widget-tabs-icons-only .widget-head ul { display: block; overflow: hidden; position: relative; list-style: none; margin: 0; height: 30px; line-height: 30px; padding: 0; } .widget.widget-tabs-icons-only .widget-head ul li { color: #dadada; float: left; display: block; padding: 0 10px 0 0; font-size: 8pt; line-height: 30px; } .widget.widget-tabs-icons-only .widget-head ul li.glyphicons { width: 36px; height: 30px; padding: 0 3px; text-align: center; cursor: pointer; } .widget.widget-tabs-icons-only .widget-head ul li.glyphicons i { background: #e5e5e5; -webkit-transition: background 0.5s ease; -moz-transition: background 0.5s ease; -o-transition: background 0.5s ease; transition: background 0.5s ease; display: block; -webkit-border-radius: 2px 2px 2px 2px; -moz-border-radius: 2px 2px 2px 2px; border-radius: 2px 2px 2px 2px; height: 30px; position: relative; } .widget.widget-tabs-icons-only .widget-head ul li.glyphicons i:before { position: relative; top: 0; left: 0; color: #64625f; font-size: 17px; line-height: 30px; } .widget.widget-tabs-icons-only .widget-head ul li.glyphicons:hover i { background: #dedede; } .widget.widget-tabs-icons-only .widget-head ul li.glyphicons.active i { background: #64625f; } .widget.widget-tabs-icons-only .widget-head ul li.glyphicons.active i:before { color: #fff; } .widget.widget-tabs-icons-only .widget-head ul li.glyphicons:last-child { padding: 0; } .tabsbar { height: 62px; border: 1px solid #dbdbdb; position: relative; overflow: hidden; margin: 0 0 15px; } .tabsbar ul { list-style: none; margin: 0; padding: 0; height: 60px; } .tabsbar ul li { float: left; display: block; height: 60px; border-right: 1px solid #dbdbdb; background: #fdfdfd; padding: 3px; } .tabsbar ul li a { display: block; height: 54px; line-height: 54px; background-color: #f9f9f9; background-image: -moz-linear-gradient(top, #fdfdfd, #f4f4f4); background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#fdfdfd), to(#f4f4f4)); background-image: -webkit-linear-gradient(top, #fdfdfd, #f4f4f4); background-image: -o-linear-gradient(top, #fdfdfd, #f4f4f4); background-image: linear-gradient(to bottom, #fdfdfd, #f4f4f4); background-repeat: repeat-x; filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fffdfdfd', endColorstr='#fff4f4f4', GradientType=0); padding: 0 15px; color: #7c7c7c; text-decoration: none; -webkit-transition: background 1s ease; -moz-transition: background 1s ease; -o-transition: background 1s ease; transition: background 1s ease; } .tabsbar ul li a i { display: inline-block; float: left; width: 39px; height: 54px; } .tabsbar ul li a i:before { color: #7c7c7c; position: relative; top: auto; left: auto; line-height: 54px; text-align: center; } .tabsbar ul li.active a { background-color: #6ca1ce; background-image: -moz-linear-gradient(top, #83b0d5, #4a8bc2); background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#83b0d5), to(#4a8bc2)); background-image: -webkit-linear-gradient(top, #83b0d5, #4a8bc2); background-image: -o-linear-gradient(top, #83b0d5, #4a8bc2); background-image: linear-gradient(to bottom, #83b0d5, #4a8bc2); background-repeat: repeat-x; filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff83b0d5', endColorstr='#ff4a8bc2', GradientType=0); color: #fff; } .tabsbar ul li.active a i:before { color: #fff; } .tabsbar.tabsbar-2 { height: 39px; } .tabsbar.tabsbar-2 ul { height: 39px; } .tabsbar.tabsbar-2 ul li { height: 39px; padding: 0; background: none; border: none; -webkit-transition: background 0.5s ease; -moz-transition: background 0.5s ease; -o-transition: background 0.5s ease; transition: background 0.5s ease; } .tabsbar.tabsbar-2 ul li a { height: 39px; line-height: 39px; background: none; -webkit-transition: color 0.5s ease; -moz-transition: color 0.5s ease; -o-transition: color 0.5s ease; transition: color 0.5s ease; } .tabsbar.tabsbar-2 ul li a i { height: 39px; width: 33px; } .tabsbar.tabsbar-2 ul li a i:before { line-height: 39px; font-size: 20px; -webkit-transition: color 1s ease; -moz-transition: color 1s ease; -o-transition: color 1s ease; transition: color 1s ease; } .tabsbar.tabsbar-2 ul li.active { background: #fff; } .tabsbar.tabsbar-2 ul li.active a { color: #4a8bc2; } .tabsbar.tabsbar-2 ul li.active a i:before { color: #4a8bc2; } .tabsbar.tabsbar-2 ul li:not(.active):hover a { color: #4a8bc2; } .tabsbar.tabsbar-2 ul li:not(.active):hover a i:before { color: #4a8bc2; } .tabsbar.tabsbar-2.active-fill ul li.active a { background: #4a8bc2; color: #fff; } .tabsbar.tabsbar-2.active-fill ul li.active a i:before { color: #fff; } .nav-tabs > li > a:hover, .nav-pills > li > a, .nav-pills > li > a:hover { background: #4a8bc2; border-bottom-color: #4a8bc2; color: #fff; } .nav-tabs { border-bottom-color: #4a8bc2; } .nav-tabs > li > a { padding: 6px 8px; } .nav-tabs > .active > a, .nav-tabs > .active > a:hover { background: #4a8bc2; border-top-color: #4a8bc2; border-left-color: #4a8bc2; border-right-color: #4a8bc2; color: #fff; font-weight: bold; text-shadow: 0 1px 0 rgba(0, 0, 0, 0.5); box-shadow: inset 1px 1px 1px rgba(255, 255, 255, 0.2), inset -1px -1px 1px rgba(0, 0, 0, 0.2); -moz-box-shadow: inset 1px 1px 1px rgba(255, 255, 255, 0.2), inset -1px -1px 1px rgba(0, 0, 0, 0.2); -webkit-box-shadow: inset 1px 1px 1px rgba(255, 255, 255, 0.2), inset -1px -1px 1px rgba(0, 0, 0, 0.2); } .nav-pills a { cursor: pointer; } .nav-pills > .active > a, .nav-pills > .active > a:hover { background: #4a8bc2; color: #fff; } .nav-pills .glyphicons { padding-left: 25px; } .nav-pills .glyphicons i:before { position: relative; font-size: 14px; left: -10px; top: 2px; color: #F5EADB; font-weight: normal; text-shadow: none; } .tab-content { overflow: visible; padding: 0; } /* --- LOADING [less.accordions] from assets/components/core/custom/less/accordions.less */ .accordion { margin: 0 0 10px; position: relative; } .accordion .panel { border-color: #dbdbdb; -webkit-border-radius: 0 0 0 0; -moz-border-radius: 0 0 0 0; border-radius: 0 0 0 0; box-shadow: 0 3px 0 0 #dbdbdb; -moz-box-shadow: 0 3px 0 0 #dbdbdb; -webkit-box-shadow: 0 3px 0 0 #dbdbdb; -webkit-border-radius: 5px 5px 5px 5px; -moz-border-radius: 5px 5px 5px 5px; border-radius: 5px 5px 5px 5px; } .accordion .panel-body { font-size: 13px; background: #ffffff; -webkit-border-radius: 0 0 5px 5px; -moz-border-radius: 0 0 5px 5px; border-radius: 0 0 5px 5px; border-color: #dbdbdb; } .accordion .panel-heading { padding: 6px 15px; background-color: #f9f9f9; background-image: -moz-linear-gradient(top, #fdfdfd, #f4f4f4); background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#fdfdfd), to(#f4f4f4)); background-image: -webkit-linear-gradient(top, #fdfdfd, #f4f4f4); background-image: -o-linear-gradient(top, #fdfdfd, #f4f4f4); background-image: linear-gradient(to bottom, #fdfdfd, #f4f4f4); background-repeat: repeat-x; filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fffdfdfd', endColorstr='#fff4f4f4', GradientType=0); } .accordion .panel-heading .panel-title { color: #7c7c7c; text-decoration: none; line-height: 22px; } .accordion.accordion-2 { border: 1px solid #dbdbdb; } .accordion.accordion-2 .panel-heading { background-image: none !important; filter: none !important; border-bottom: 1px solid #dbdbdb; background: #ffffff; -webkit-border-radius: 0 0 0 0; -moz-border-radius: 0 0 0 0; border-radius: 0 0 0 0; } .accordion.accordion-2 .panel-heading .glyphicons { padding: 0; } .accordion.accordion-2 .panel-heading .glyphicons i { width: 30px; display: block; float: left; } .accordion.accordion-2 .panel-heading .glyphicons i:before { font-size: 20px; color: #cccccc; top: auto; left: auto; width: 30px; position: relative; text-align: center; } .accordion.accordion-2 .panel-collapse.in { border-bottom: 1px solid #dbdbdb; } .accordion.accordion-2 .panel { border: none; margin: 0; -webkit-border-radius: 0 0 0 0; -moz-border-radius: 0 0 0 0; border-radius: 0 0 0 0; } .accordion.accordion-2 .panel:last-child .panel-collapse.in { border-top: 1px solid #dbdbdb; } .accordion.accordion-2 .panel-body { border: none; -webkit-border-radius: 0 0 0 0; -moz-border-radius: 0 0 0 0; border-radius: 0 0 0 0; } /* --- LOADING [less.gallery] from assets/components/core/custom/less/gallery.less */ .gallery ul { margin: 0; padding: 0; list-style: none; } .gallery ul li { padding-left: 3px; padding-right: 3px; } .gallery ul li .thumb { position: relative; display: block; padding: 5px; margin-bottom: 10px; z-index: 1; overflow: hidden; } .gallery.gallery-masonry li[class*="span"] { margin-left: 0; } .gallery.gallery-2 li .thumb { padding: 0; border-color: #4c4c4c; } .thumb { display: block; padding: 3px; border: 1px solid #dbdbdb; } .thumb, .thumb img { -webkit-border-radius: 5px 5px 5px 5px; -moz-border-radius: 5px 5px 5px 5px; border-radius: 5px 5px 5px 5px; } .thumbnails { margin: 0; } .thumbnails > li { margin-bottom: 15px; } .thumbnails > li .thumbnail { border-color: #dbdbdb; background: #ffffff; box-shadow: 0 3px 0 0 #dbdbdb; -moz-box-shadow: 0 3px 0 0 #dbdbdb; -webkit-box-shadow: 0 3px 0 0 #dbdbdb; -webkit-border-radius: 5px 5px 5px 5px; -moz-border-radius: 5px 5px 5px 5px; border-radius: 5px 5px 5px 5px; } .thumbnails > li .thumbnail .caption { color: #7c7c7c; } .thumbnails > li a.thumbnail:hover, .thumbnails > li a.thumbnail:focus { border-color: #4a8bc2; -webkit-box-shadow: 0 1px 4px rgba(74, 139, 194, 0.25); -moz-box-shadow: 0 1px 4px rgba(74, 139, 194, 0.25); box-shadow: 0 1px 4px rgba(74, 139, 194, 0.25); text-decoration: none; } .thumbnail { border-color: #dbdbdb; } a.thumbnail .caption { display: block; } a.thumbnail:hover, a.thumbnail:focus { border-color: #4a8bc2; -webkit-box-shadow: 0 1px 4px rgba(74, 139, 194, 0.25); -moz-box-shadow: 0 1px 4px rgba(74, 139, 194, 0.25); box-shadow: 0 1px 4px rgba(74, 139, 194, 0.25); text-decoration: none; } /* --- LOADING [css.prettify] from assets/components/core/lib/plugins/prettyprint/assets/css/prettify.css */ /* --- LOADING [css.jquery.miniColors] from assets/components/themer/assets/plugins/minicolors/jquery.miniColors.css */ /* --- LOADING [less.themer] from assets/components/themer/assets/less/themer.less */ #themer { position: fixed; top: 40%; left: 50%; z-index: 1000; width: 260px; margin: -50px 0 0 -130px; text-align: left; } #themer.in { overflow: visible; } #themer .close2 { position: absolute; background: #DDD; color: #222; font-weight: 600; height: 20px; top: 14px; right: 10px; line-height: 20px; text-align: center; font-size: 10pt; padding: 0 10px; cursor: pointer; } #themer .wrapper { position: relative; background: #292c2e; border: 1px solid #2f3235; padding: 15px; color: #fafafa; } #themer .wrapper hr.separator { margin: 10px 0; border-top-color: #5e646b; border-bottom-color: #2f3235; } #themer .wrapper h4 { border-bottom: 1px solid #5e6060; padding: 0 0 10px; margin: 0 0 10px; color: #fff; } #themer .wrapper h4 span { color: #5e6060; font-weight: normal; font-size: 10pt; text-shadow: none; } #themer .wrapper .btn { margin: 0; } #themer .wrapper #themer-getcode-less { margin: 0 0 0 5px; } #themer .wrapper ul { margin: 0; list-style: none; } #themer .wrapper ul li { height: 25px; line-height: 25px; position: relative; } #themer .wrapper ul li .minicolors { line-height: normal; border: none; top: 2px; right: 0; position: absolute; } #themer .wrapper ul li .minicolors input { border: none; height: 20px; width: 69px; background: #414649; color: #fff; font-size: 9pt; padding: 0 5px; margin: 0 0 1px; } #themer .wrapper ul li .minicolors-swatch { cursor: pointer; width: 18px; height: 18px; } #themer .wrapper ul li .minicolors-panel { z-index: 10000; top: 24px; } #themer .wrapper ul li .minicolors-position-left .minicolors-panel { left: -152px; } #themer .wrapper ul li select { position: absolute; top: 3px; right: 0; width: 100px; height: 20px; line-height: normal; padding: 0; margin: 0; font-size: 9pt; background: #414649; border: 1px solid #2F3235; color: #fff; } #themer .wrapper ul li .link { text-decoration: underline; cursor: pointer; } #themer .wrapper ul li label { margin: 0; line-height: 25px; font-size: 9pt; } #themer .wrapper ul li label input { margin: 0 0 1px; } #themer .wrapper ul li.advanced { display: none; } #themer.themer-advanced .wrapper ul li.advanced { display: block; } /* --- LOADING [less.modals] from assets/components/modals/assets/less/modals.less */ .modal-backdrop { z-index: 10000; background: #000000; } .modal-backdrop, .modal-backdrop.fade.in { opacity: 0.9; filter: alpha(opacity=90); } .modal { z-index: 10001; } .modal .modal-content { border-color: #dbdbdb; box-shadow: 0 3px 0 0 #dbdbdb; -moz-box-shadow: 0 3px 0 0 #dbdbdb; -webkit-box-shadow: 0 3px 0 0 #dbdbdb; background: #ffffff; } .modal .modal-header { padding: 0 10px; height: 39px; line-height: 39px; border-color: #dbdbdb; background-color: #f9f9f9; background-image: -moz-linear-gradient(top, #fdfdfd, #f4f4f4); background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#fdfdfd), to(#f4f4f4)); background-image: -webkit-linear-gradient(top, #fdfdfd, #f4f4f4); background-image: -o-linear-gradient(top, #fdfdfd, #f4f4f4); background-image: linear-gradient(to bottom, #fdfdfd, #f4f4f4); background-repeat: repeat-x; filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fffdfdfd', endColorstr='#fff4f4f4', GradientType=0); -webkit-border-radius: 5px 5px 0 0; -moz-border-radius: 5px 5px 0 0; border-radius: 5px 5px 0 0; } .modal .modal-header .modal-title { font-size: 14px; line-height: 39px; height: 39px; margin: 0; padding: 0; font-weight: 600; } .modal .modal-header .close { position: absolute; top: 5px; right: 10px; padding: 0; margin: 0; opacity: 1; filter: alpha(opacity=100); color: #7c7c7c; text-shadow: 0 1px 0 #ffffff; } .modal .modal-body { padding: 10px; } .modal .modal-body p:last-child { margin: 0; } .modal .modal-footer { -webkit-border-radius: 0 0 5px 5px; -moz-border-radius: 0 0 5px 5px; border-radius: 0 0 5px 5px; box-shadow: inset 1px 1px 1px rgba(255, 255, 255, 0), inset -1px -1px 1px rgba(0, 0, 0, 0); -moz-box-shadow: inset 1px 1px 1px rgba(255, 255, 255, 0), inset -1px -1px 1px rgba(0, 0, 0, 0); -webkit-box-shadow: inset 1px 1px 1px rgba(255, 255, 255, 0), inset -1px -1px 1px rgba(0, 0, 0, 0); border-color: #ebebeb; padding: 10px; background: #fafafa; } /* --- LOADING [less.login] from assets/components/core/custom/less/login.less */ body.login { background: #f0f0f0; } body.login #login { padding: 40px 0 0; } body.login #login a:not(.btn) { color: #7c7c7c; text-decoration: underline; } body.login #login h1 { font-size: 20pt; text-align: center; display: block; padding: 0 0 20px; text-shadow: 0 1px 0 #ffffff; } body.login #login h1 i:before { position: relative; left: auto; top: auto; color: #7c7c7c; } body.login #login .wrapper { max-width: 354px; min-width: 300px; margin: 0 auto; position: relative; } body.login #login .wrapper.signup { max-width: 600px; } body.login #login .widget .widget-head .btn { margin: -4px 0 0 5px; } body.login #login .widget .widget-head div { font-size: 12px; } body.login #login .widget .widget-body { box-shadow: 0 3px 0 0 #f6f6f6; -moz-box-shadow: 0 3px 0 0 #f6f6f6; -webkit-box-shadow: 0 3px 0 0 #f6f6f6; background: #fafafa; } body.login #login .widget .widget-footer { height: 40px; line-height: 40px; margin: 15px 0 0; -webkit-border-radius: 5px 5px 5px 5px; -moz-border-radius: 5px 5px 5px 5px; border-radius: 5px 5px 5px 5px; border: 1px solid #dbdbdb; } body.login #login .widget .widget-footer p { font-size: 12px; color: #7c7c7c; font-weight: 600; margin: 0; width: auto; float: none; padding: 0 10px 0 35px; display: block; height: 40px; line-height: 40px; } body.login #login .widget .widget-footer p i:before { top: 7px; left: 7px; } body.login #login label { font-size: 13px; color: #7c7c7c; font-weight: 600; } body.login #login .checkbox { margin-top: 5px; } body.login #login .password { float: right; font-size: 12px; font-weight: 400; } body.login #login input[type="text"], body.login #login input[type="password"] { font-size: 13px; height: auto; margin-bottom: 10px; padding: 5px 9px; box-shadow: inset 1px 1px 1px rgba(255, 255, 255, 0), inset -1px -1px 1px rgba(0, 0, 0, 0); -moz-box-shadow: inset 1px 1px 1px rgba(255, 255, 255, 0), inset -1px -1px 1px rgba(0, 0, 0, 0); -webkit-box-shadow: inset 1px 1px 1px rgba(255, 255, 255, 0), inset -1px -1px 1px rgba(0, 0, 0, 0); -webkit-border-radius: 0 0 0 0; -moz-border-radius: 0 0 0 0; border-radius: 0 0 0 0; background: #fff; } body.login #login ::-webkit-input-placeholder { /* WebKit browsers */ color: #ccc; } body.login #login :-moz-placeholder { /* Mozilla Firefox 4 to 18 */ color: #ccc; } body.login #login ::-moz-placeholder { /* Mozilla Firefox 19+ */ color: #ccc; } body.login #login :-ms-input-placeholder { /* Internet Explorer 10+ */ color: #ccc; } body.login #login form { margin: 0; } body.login #login p { margin: 5px 0; } body.login #login p:first-child { margin: 0 0 10px; } body.login #login p:last-child { margin: 10px 0 0; } body.login #login .form-signin { position: relative; max-width: 600px; margin: 0 auto 20px; background-color: #fff; border: 1px solid #e5e5e5; -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05); -moz-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05); box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05); } body.login #login .form-signin .inner { padding: 20px; } /* --- LOADING [css.uniform.default] from assets/components/forms/elements/uniform/assets/lib/css/uniform.default.css */ /* --- LOADING [less.uniformjs] from assets/components/forms/elements/uniform/assets/custom/less/uniformjs.less */ .uniformjs .radio .disabled input[type="radio"], .uniformjs .checkbox .disabled input[type="checkbox"] { margin-left: 0; } .uniformjs .radio, .uniformjs .checkbox { padding-left: 0; } .uniformjs .radio { height: auto; } .uniformjs label.radio { margin-bottom: 0; } .uniformjs label.radio.inline { margin: 0; } .uniformjs .radio span { margin: 2px 0 0; } .uniformjs .checkbox span { margin: -2px 0 0; } /* --- LOADING [less.template-options] from assets/components/template-options/assets/less/template-options.less */ #template-options { position: fixed; top: 0; bottom: 0; left: 0; right: 0; z-index: 10000000; background: rgba(255, 255, 255, 0.85); text-align: left; } #template-options.in { overflow: visible; } #template-options .close2 { position: absolute; background: #45484d; color: #fff; font-weight: 600; height: 20px; top: 14px; right: 10px; line-height: 20px; text-align: center; font-size: 10pt; padding: 0 10px; cursor: pointer; } #template-options .wrapper { position: relative; height: 100%; overflow: hidden; overflow-y: scroll; } #template-options .form-control { height: 30px; line-height: 30px; } #template-options .form-group { margin-bottom: 3px; } /* --- LOADING [less.choose] from assets/components/demo/assets/less/choose.less */ #choose-preview { padding: 50px 0; } #choose-preview h2 { margin-left: 0; } #choose-preview h2 span.text-primary { font-size: 26pt; font-weight: bold; top: auto; } #choose-preview .control-group { margin: 0 0 5px; } #choose-preview select { color: #000; } #choose-preview .heading-buttons { margin-bottom: 10px; } #choose-preview .box { padding: 10px; } #choose-preview .box .options { display: none; } #choose-preview .box .actions a { display: none; } #choose-preview .box .actions a.btn-active { display: inline-block; } #choose-preview .box h3 { text-transform: uppercase; margin: 0 0 12px; } #choose-preview .box.active { background: #ffffff; box-shadow: 0 3px 0 0 #dbdbdb; -moz-box-shadow: 0 3px 0 0 #dbdbdb; -webkit-box-shadow: 0 3px 0 0 #dbdbdb; -webkit-border-radius: 5px 5px 5px 5px; -moz-border-radius: 5px 5px 5px 5px; border-radius: 5px 5px 5px 5px; border: 1px solid #dbdbdb; padding: 15px; } #choose-preview .box.active .options { display: block; } #choose-preview .box.active h3 { color: #000; text-shadow: 0 1px 0 #fff; } #choose-preview.style-dark .well { background: #ffffff; } #choose-preview.style-dark .box.active { background: #fafafa; border-color: #ebebeb; } #choose-preview.style-dark .box.active h3 { text-shadow: none; color: #fff; } #choose-preview.style-dark .box.active hr { border-top-color: #ebebeb; } </style>
public/assets/components/myscript/css/stylelogin.css
<style type="text/css" id="less:quickadmin-php-assets-less-pages-serveStyles:less-module-admin-page-login"> @import 'http://demo.mosaicpro.biz/quickadmin/php/assets/less/pages/../../../assets/components/core/lib/bootstrap/css/bootstrap.min.css'; @import 'http://demo.mosaicpro.biz/quickadmin/php/assets/less/pages/../../../assets/components/ui/icons/fontawesome/assets/css/font-awesome.min.css'; @import 'http://demo.mosaicpro.biz/quickadmin/php/assets/less/pages/../../../assets/components/ui/icons/glyphicons/assets/css/glyphicons_regular.css'; @import 'http://demo.mosaicpro.biz/quickadmin/php/assets/less/pages/../../../assets/components/ui/icons/glyphicons/assets/css/glyphicons_social.css'; @import 'http://demo.mosaicpro.biz/quickadmin/php/assets/less/pages/../../../assets/components/ui/icons/glyphicons/assets/css/glyphicons_filetypes.css'; @import url(http://fonts.googleapis.com/css?family=Open+Sans:400,800,700,600&subset=latin,latin-ext); @import 'http://demo.mosaicpro.biz/quickadmin/php/assets/less/pages/../../../assets/components/core/lib/plugins/prettyprint/assets/css/prettify.css'; @import 'http://demo.mosaicpro.biz/quickadmin/php/assets/less/pages/../../../assets/components/themer/assets/plugins/minicolors/jquery.miniColors.css'; @import 'http://demo.mosaicpro.biz/quickadmin/php/assets/less/pages/../../../assets/components/forms/elements/uniform/assets/lib/css/uniform.default.css'; /* --- LOADING [css.bootstrap.min] from assets/components/core/lib/bootstrap/css/bootstrap.min.css */ /* --- LOADING [css.font-awesome.min] from assets/components/ui/icons/fontawesome/assets/css/font-awesome.min.css */ /* --- LOADING [css.glyphicons_regular] from assets/components/ui/icons/glyphicons/assets/css/glyphicons_regular.css */ /* --- LOADING [css.glyphicons_social] from assets/components/ui/icons/glyphicons/assets/css/glyphicons_social.css */ /* --- LOADING [css.glyphicons_filetypes] from assets/components/ui/icons/glyphicons/assets/css/glyphicons_filetypes.css */ /* --- LOADING [less.variables] from assets/components/core/custom/less/variables.less */ /* --- LOADING [less.mixins] from assets/components/core/custom/less/mixins.less */ /* --- LOADING [less.scaffolding] from assets/components/core/custom/less/scaffolding.less */ html { -webkit-font-smoothing: antialiased !important; } body { font-family: 'Open Sans', sans-serif; background: #f0f0f0; font-size: 13px; color: #7c7c7c; position: relative; } *, a:focus { outline: none !important; } button:focus { outline: none !important; } button::-moz-focus-inner { border: 0; } a:hover { color: #333333; } a { color: #4a8bc2; outline: 0 !important; } * > img { max-width: 100%; } h1, h2, h3, h4, h5, h6 { font-family: 'Open Sans', sans-serif; margin: 0 0 5px; font-weight: 400; text-shadow: 0 1px 0 #ffffff; color: #4d4d4d; } h1.glyphicons, h2.glyphicons, h3.glyphicons, h4.glyphicons, h5.glyphicons, h6.glyphicons { color: #7c7c7c; } h1 span, h2 span, h3 span, h4 span, h5 span, h6 span { color: #afafaf; font-weight: 400; padding: 0 5px; font-style: italic; } h1 span, h2 span, h3 span { font-size: 50%; text-transform: none; padding: 0; position: relative; top: -3px; font-weight: 400; } h1 { line-height: 40px; } h2, h3 { line-height: 30px; } h2 { font-size: 26px; } h4.glyphicons { padding: 0 0 0 35px; display: block; } h4.glyphicons i:before { font-size: 22px; font-weight: normal; color: #575655; } h3.glyphicons, h2.glyphicons { padding: 0 0 0 45px; display: block; } h3.glyphicons i:before, h2.glyphicons i:before { font-size: 27px; font-weight: normal; left: 2px; top: 3px; color: #575655; } h3.glyphicons.cogwheels i:before, h2.glyphicons.cogwheels i:before { left: 5px; } .heading-buttons h1, .heading-buttons h2, .heading-buttons h3, .heading-buttons h4, .heading-buttons h5, .heading-buttons h6 { display: inline-block; margin: 0 15px; } .heading-buttons h1.glyphicons, .heading-buttons h2.glyphicons, .heading-buttons h3.glyphicons, .heading-buttons h4.glyphicons, .heading-buttons h5.glyphicons, .heading-buttons h6.glyphicons { display: inline-block; } .heading-buttons .buttons { margin-top: 3px; margin-right: 15px; text-align: right; } .heading-buttons .btn { margin-right: 15px; } .heading-buttons .btn:last-child { margin-right: 0; } p { margin: 0 0 10px; line-height: normal; } .lead { margin: 0 0 10px; } .glyphicons { color: #7c7c7c; } .hide2 { display: none; } ul.icons { text-align: left; padding: 0; } ul.icons li { display: block; padding: 0 0 0 25px; line-height: 22px; color: #7c7c7c; } ul.icons li i:before { color: #7c7c7c; font-size: 17px; left: 0; top: 4px; } .icons-ul { padding: 0; } ul.unstyled { padding: 0; margin: 0; list-style: none; } input, button, select, textarea { font-family: 'Open Sans', sans-serif; } pre.prettyprint { word-break: normal; word-wrap: normal; white-space: pre; background-color: #f8f8f8; background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(50%, #f8f8f8), color-stop(50%, #eeeeee)); background-image: -webkit-linear-gradient(#f8f8f8 50%, #eeeeee 50%); background-image: -moz-linear-gradient(#f8f8f8 50%, #eeeeee 50%); background-image: -o-linear-gradient(#f8f8f8 50%, #eeeeee 50%); background-image: linear-gradient(#f8f8f8 50%, #eeeeee 50%); -moz-background-size: 38px 38px; background-size: 38px 38px; border: 1px solid #ebebeb; display: block; line-height: 19px; margin-bottom: 15px; overflow: visible; overflow-y: hidden; padding: 0 0 0 4px; } pre.prettyprint .glyphicons { padding: 0 0 0 20px; } pre.prettyprint .glyphicons i:before { font-size: 17px; top: 1px; } #content pre.prettyprint, #content pre.prettyprint span { color: #7c7c7c; } blockquote { margin: 0; padding: 0 0 0 5px; } blockquote, blockquote.pull-right { border: none; } blockquote p { font-weight: 400; font-size: 13px; margin: 0 0 10px; } blockquote small { color: #4a8bc2; } .separator { padding: 15px 0; display: block; } .separator.bottom { padding: 0 0 15px; } .separator.top { padding: 15px 0 0; } hr { border-top-color: #dbdbdb; border-bottom: none; margin: 15px 0; } hr.separator { padding: 0; } hr.separator.top { margin: 15px 0 0; } hr.separator.bottom { margin: 0 0 15px; } @media print { html, body { height: auto !important; min-height: none !important; } @page { size: auto; margin: 10mm 10mm 10mm 10mm; } #content { margin: 0 !important; padding: 0 !important; } .breadcrumb, #tlyPageGuideWrapper, .filter-bar { display: none !important; } .table td, .table th { vertical-align: middle; } .table th { padding: 3px; text-align: center; } .table img { float: left; } } .map_canvas img { max-width: none !important; } .streetview { width: 100%; height: 300px; } .ui-dialog-vevent .dtstart { display: none; } .ui-dialog-vevent .website { margin: 0 0 1em; } .ajaxify-loader { position: fixed; left: 50%; top: 50%; margin-left: -40px; margin-top: -40px; z-index: 999999; color: #4a8bc2; text-shadow: 0 2px 0 #fff; } body.loading { background: #fff; } /* --- LOADING [less.helpers] from assets/components/core/custom/less/helpers.less */ .innerLR { padding: 0 15px; position: relative; } .innerTB { padding: 15px 0; position: relative; } .innerAll { padding: 15px; position: relative; } .innerL { padding-left: 15px; position: relative; } .innerR { padding-right: 15px; position: relative; } .innerT { padding-top: 15px; position: relative; } .innerB { padding-bottom: 15px; position: relative; } .center { text-align: center !important; } .margin-bottom-none { margin-bottom: 0 !important; } .padding-bottom-none { padding-bottom: 0 !important; } .margin-none { margin: 0 !important; } .padding-none { padding: 0 !important; } .border-none { border: none !important; } .box-shadow-none { box-shadow: none !important; -moz-box-shadow: none !important; -webkit-box-shadow: none !important; } .padding-none-TB { padding-bottom: 0 !important; padding-top: 0 !important; } .relativeWrap { position: relative; } .text-primary { color: #4a8bc2; } .text-regular { color: #444; } .text-uppercase { text-transform: uppercase; } .text-lowercase { text-transform: lowercase; } .text-faded { color: #d7d7d7 !important; } .text-large { font-size: 35px !important; line-height: 40px !important; } .text-xlarge { font-size: 50px; line-height: 50px; } .text-xxlarge { font-size: 70px; line-height: 70px; } .text-underline { text-decoration: underline; } .text-right { text-align: right !important; } .inline-block { display: inline-block !important; } .overflow-y-auto { position: relative; overflow: hidden; overflow-y: auto; } .overflow-hidden { position: relative; overflow: hidden; } .containerBg { background: #f0f0f0; } .whiteBg { background: #fff; } .row-merge { position: relative; /* Desktops */ } @media (min-width: 992px) { .row-merge > [class*="col"]:not(:last-of-type) { padding-right: 0; } .row-merge > [class*="col"] ~ [class*="col"] { padding-left: 0; position: static; } .row-merge > [class*="col"] ~ [class*="col"]:after { position: absolute; top: 0; bottom: 0; width: 1px; background: #dbdbdb; content: ""; } } .row-merge.border-top, .row-merge ~ .row-merge { border-top: 1px solid #dbdbdb; } .row-merge.border-bottom { border-bottom: 1px solid #dbdbdb; } /* --- LOADING [less.layout] from assets/components/core/custom/less/layout.less */ .row-icons { padding: 10px 0; margin: 0; } .row-icons [class*="col"] { margin-bottom: 15px; padding-left: 48px; } .row-icons [class*="col"] i:before { color: #4a8bc2; } .row-icons [class*="col"] span { padding-left: 5px; } #fontawesome [class^="icon-"], #fontawesome [class*=" icon-"] { font-size: 24px; line-height: 24px; vertical-align: middle; margin: 0 5px 0 0; } #wrapper { overflow: hidden; float: left; width: 100%; overflow-y: scroll; -webkit-overflow-scrolling: touch; } body > .container-fluid { padding: 0; background: #f0f0f0; } body > .container-fluid.fixed { margin: 30px auto 30px; border-left: 1px solid #d8d8d8; border-right: 1px solid #d8d8d8; width: 94%; -webkit-border-radius: 5px 5px 5px 5px; -moz-border-radius: 5px 5px 5px 5px; border-radius: 5px 5px 5px 5px; } body > .container-fluid.fixed #wrapper { -webkit-border-radius: 5px 5px 0 0; -moz-border-radius: 5px 5px 0 0; border-radius: 5px 5px 0 0; } body > .container-fluid.fixed #content { -webkit-border-radius: 0 5px 0 0; -moz-border-radius: 0 5px 0 0; border-radius: 0 5px 0 0; } body > .container-fluid.fixed #footer { -webkit-border-radius: 0 0 5px 5px; -moz-border-radius: 0 0 5px 5px; border-radius: 0 0 5px 5px; } body > .container-fluid.fixed .navbar.main .wrapper { -webkit-border-radius: 5px 5px 0 0; -moz-border-radius: 5px 5px 0 0; border-radius: 5px 5px 0 0; } body > .container-fluid.documentation { background: #fff; } #content { position: relative; overflow: hidden; margin: 0 auto; min-width: 320px; min-height: 500px; padding: 0 0 15px; background: #f0f0f0; } #content > .menubar { border-left: none; border-right: none; } #content > p { padding: 0 15px 5px; } #content > h1, #content > h2, #content > h3, #content > h4, #content > h5, #content > h6 { margin: 0 15px 15px; } #content.container { overflow: visible; } #content.container > .innerL { padding-left: 0 !important; } #content.container > .innerR { padding-right: 0 !important; } #content.container > .innerLR { padding-left: 0 !important; padding-right: 0 !important; } #content.container > h1, #content.container > [data-component] > h1, #content.container > h2, #content.container > [data-component] > h2, #content.container > h3, #content.container > [data-component] > h3, #content.container > h4, #content.container > [data-component] > h4, #content.container > h5, #content.container > [data-component] > h5, #content.container > h6, #content.container > [data-component] > h6 { margin: 0 0 15px; } #content > .filter-bar { border-right: none; border-left: none; } #content .heading-buttons { margin-top: 15px; } #content .heading-arrow { text-transform: uppercase; border-bottom: 1px solid #dbdbdb; margin: 0 0 15px; padding: 0 15px; font-size: 11pt; height: 35px; line-height: 30px; position: relative; } #content .heading-arrow:after { content: ""; display: inline-block; width: 0; height: 0; border-bottom: 8px solid #dbdbdb; border-right: 8px solid transparent; border-left: 8px solid transparent; position: absolute; bottom: 0; left: 15px; } #content .heading-arrow.glyphicons { padding: 0 10px 0 40px; } #content .heading-arrow.glyphicons i:before { font-size: 17px; left: 15px; } #content .heading-arrow.margin-bottom-none { margin-bottom: 0; } #content > .widget { border-left: 0; border-right: 0; } #content > .widget .widget-head, #content > .widget .widget-body { border-left: 0; border-right: 0; } #content > .widget:last-child { margin: 0; } #content > .table { border-left: none; border-right: none; } #content > .table tr td:first-child { border-left: none; } #footer { font-weight: 600; position: relative; overflow: hidden; z-index: 10000; border-bottom: 1px solid #dbdbdb; border-top: 1px solid #dbdbdb; } #footer a:not(.btn) { color: #7c7c7c; } #footer .copy { background: #e5e5e5; text-align: center; padding: 5px 10px; font-size: 12px; height: 30px; } #footer .copy a { color: #7c7c7c; text-decoration: underline; } html.sidebar.sidebar-quick #content { margin: 0 0 0 65px; } html.sidebar.sidebar-quick .menu-right #content { margin: 0 65px 0 0; } html.sidebar.sidebar-full #content { margin: 0 0 0 170px; } html.sidebar.sidebar-full .menu-right #content { margin: 0 170px 0 0; } @media (min-width: 768px) { html.no-touch.sticky-sidebar.sidebar body { overflow: hidden; } html.no-touch.sticky-sidebar.sidebar, html.no-touch.sticky-sidebar.sidebar body, html.no-touch.sticky-sidebar.sidebar body > .container-fluid, html.no-touch.sticky-sidebar.sidebar #wrapper { min-height: 100%; height: 100%; } html.no-touch.sticky-sidebar.sidebar #wrapper { margin-bottom: -32px; } html.no-touch.sticky-sidebar.sidebar #menu { position: fixed; bottom: 0; z-index: 1000; } html.no-touch.sticky-sidebar.sidebar #content { padding-bottom: 47px; } } @media (min-width: 768px) { html.no-touch.sticky-top #content { padding-top: 50px; } html.no-touch.sticky-top .navbar.main { position: fixed; top: 0; left: 0; right: 0; z-index: 10000; } html.no-touch.sticky-top.sidebar.sidebar-quick .navbar.main { left: 65px; } html.no-touch.sticky-top.sidebar.sidebar-quick .menu-right .navbar.main { left: 0; right: 65px; } html.no-touch.sticky-top.sidebar.sidebar-full .navbar.main { left: 170px; } html.no-touch.sticky-top.sidebar.sidebar-full .menu-right .navbar.main { left: 0; right: 170px; } html.no-touch.sticky-top .menu-hidden .navbar.main { left: 0 !important; right: 0 !important; } html.no-touch.sticky-top.front #content { padding-top: 100px; margin: 0 !important; } } html.fixed, html.fixed body { min-height: auto; height: auto; overflow: visible; } body > .container-fluid.fixed { min-height: auto; height: auto; } body > .container-fluid.fixed #wrapper { position: relative; overflow: hidden; min-height: auto; height: auto; margin: 0; } body > .container-fluid.fixed #menu { position: absolute; height: 100%; min-height: 100%; bottom: auto; } /* --- LOADING [less.menus] from assets/components/core/custom/less/menus.less */ .dropdown-menu { z-index: 100000; } html.sidebar-quick #menu { width: 65px; font-size: 11px; } html.sidebar-quick #menu .appbrand { border-bottom: 1px solid #161718; } html.sidebar-quick #menu .profile { border-bottom: 1px solid #161718; border-top: 1px solid #2a2c2e; } html.sidebar-quick #menu .profile a { border: 1px solid #161718; } html.sidebar-quick #menu .profile a:hover { border-color: #000000; } html.sidebar-quick #menu .slim-scroll > ul, html.sidebar-quick #menu > ul { list-style: none; float: left; margin: 0; padding: 0; display: block; width: 100%; border-top: 1px solid #2a2c2e; } html.sidebar-quick #menu .slim-scroll > ul > li, html.sidebar-quick #menu > ul > li { display: block; border-bottom: 1px solid #161718; box-shadow: 0 1px 0 0 #2a2c2e; position: relative; overflow: hidden; padding: 0; margin: 0; } html.sidebar-quick #menu .slim-scroll > ul > li a, html.sidebar-quick #menu > ul > li a { display: block; width: auto; padding: 10px; margin: 0; line-height: 10px; text-decoration: none; font-weight: 600; color: #4c4d4f; text-align: center; } html.sidebar-quick #menu .slim-scroll > ul > li a.glyphicons, html.sidebar-quick #menu > ul > li a.glyphicons { padding: 10px 5px; } html.sidebar-quick #menu .slim-scroll > ul > li a.glyphicons i, html.sidebar-quick #menu > ul > li a.glyphicons i { display: block; padding: 0 0 5px; } html.sidebar-quick #menu .slim-scroll > ul > li a.glyphicons i:before, html.sidebar-quick #menu > ul > li a.glyphicons i:before { display: block; font-size: 17px; color: #4c4d4f; top: auto; left: auto; position: relative; text-align: center; } html.sidebar-quick #menu .slim-scroll > ul > li.glyphicons > a, html.sidebar-quick #menu > ul > li.glyphicons > a { padding: 10px 5px; } html.sidebar-quick #menu .slim-scroll > ul > li.glyphicons > a i, html.sidebar-quick #menu > ul > li.glyphicons > a i { display: block; padding: 0 0 5px; } html.sidebar-quick #menu .slim-scroll > ul > li.glyphicons > a i:before, html.sidebar-quick #menu > ul > li.glyphicons > a i:before { display: block; font-size: 17px; color: #4c4d4f; top: auto; left: auto; position: relative; text-align: center; } html.sidebar-quick #menu .slim-scroll > ul > li.active, html.sidebar-quick #menu > ul > li.active { box-shadow: 0 1px 0 0 #2a2c2e; border-top: 1px solid #2a2c2e; position: relative; overflow: visible; } html.sidebar-quick #menu .slim-scroll > ul > li.active > a, html.sidebar-quick #menu > ul > li.active > a { background: #161718; color: #737474; } html.sidebar-quick #menu .slim-scroll > ul > li.active.glyphicons a i:before, html.sidebar-quick #menu > ul > li.active.glyphicons a i:before { color: #737474; } html.sidebar-quick #menu .slim-scroll > ul > li.active:first-child, html.sidebar-quick #menu > ul > li.active:first-child { border-top: none; } html.sidebar-quick #menu .slim-scroll > ul > li:hover > a, html.sidebar-quick #menu > ul > li:hover > a { color: #737474; } html.sidebar-quick #menu .slim-scroll > ul > li:hover.glyphicons a i:before, html.sidebar-quick #menu > ul > li:hover.glyphicons a i:before { color: #737474; } html.sidebar-full #menu { width: 170px; background-color: #4a8bc2; overflow: visible !important; } html.sidebar-full #menu .appbrand { border-bottom: 1px solid #346d9d; height: 50px; line-height: 29px; font-size: 16px; text-shadow: 0 1px 0 rgba(0, 0, 0, 0.2); } html.sidebar-full #menu .profile { border-top: 1px solid #619aca; } html.sidebar-full #menu .profile a { border: 1px solid #346d9d; color: #fff; text-decoration: none; } html.sidebar-full #menu .profile a:hover { border-color: #275277; } html.sidebar-full #menu .slim-scroll, html.sidebar-full #menu .slimScrollDiv { overflow: visible !important; } html.sidebar-full #menu .slim-scroll > ul, html.sidebar-full #menu > ul { border-top: 1px solid #346d9d; border-bottom: 1px solid #619aca; overflow: visible !important; margin: 0; padding: 0; } html.sidebar-full #menu .slim-scroll > ul > li, html.sidebar-full #menu > ul > li { position: relative; display: block; padding: 0 0 0 11px; } html.sidebar-full #menu .slim-scroll > ul > li a, html.sidebar-full #menu > ul > li a { cursor: pointer; position: relative; overflow: hidden; } html.sidebar-full #menu .slim-scroll > ul > li > a, html.sidebar-full #menu > ul > li > a { display: block; color: #ffffff; text-decoration: none; padding: 0 8px; line-height: 39px; } html.sidebar-full #menu .slim-scroll > ul > li > a [class*="icon-chevron-"], html.sidebar-full #menu > ul > li > a [class*="icon-chevron-"] { float: right; line-height: 39px; margin: 0 11px 0 0; } html.sidebar-full #menu .slim-scroll > ul > li > a.glyphicons, html.sidebar-full #menu > ul > li > a.glyphicons { padding: 0 8px; } html.sidebar-full #menu .slim-scroll > ul > li > a.glyphicons i, html.sidebar-full #menu > ul > li > a.glyphicons i { padding: 0 10px 0 0; display: block; float: left; height: 39px; } html.sidebar-full #menu .slim-scroll > ul > li > a.glyphicons i:before, html.sidebar-full #menu > ul > li > a.glyphicons i:before { color: #ffffff; font-size: 17px; position: relative; width: 17px; text-align: center; left: auto; right: auto; line-height: 39px; } html.sidebar-full #menu .slim-scroll > ul > li > a.glyphicons.single-icon i, html.sidebar-full #menu > ul > li > a.glyphicons.single-icon i { padding: 0; } html.sidebar-full #menu .slim-scroll > ul > li > a.glyphicons.logout i, html.sidebar-full #menu > ul > li > a.glyphicons.logout i { float: right; padding: 0; } html.sidebar-full #menu .slim-scroll > ul > li > a.glyphicons.logout span, html.sidebar-full #menu > ul > li > a.glyphicons.logout span { padding: 0 8px 0 0; float: left; } html.sidebar-full #menu .slim-scroll > ul > li.active, html.sidebar-full #menu > ul > li.active, html.sidebar-full #menu .slim-scroll > ul > li:hover, html.sidebar-full #menu > ul > li:hover, html.sidebar-full #menu .slim-scroll > ul > li.open, html.sidebar-full #menu > ul > li.open { padding: 0 8px 5px; } html.sidebar-full #menu .slim-scroll > ul > li.active > a, html.sidebar-full #menu > ul > li.active > a, html.sidebar-full #menu .slim-scroll > ul > li:hover > a, html.sidebar-full #menu > ul > li:hover > a, html.sidebar-full #menu .slim-scroll > ul > li.open > a, html.sidebar-full #menu > ul > li.open > a { background: #346d9d; padding: 5px 10px; line-height: 22px; -webkit-border-radius: 5px 5px 5px 5px; -moz-border-radius: 5px 5px 5px 5px; border-radius: 5px 5px 5px 5px; border: 1px solid #296190; } html.sidebar-full #menu .slim-scroll > ul > li.active > a [class*="icon-chevron-"], html.sidebar-full #menu > ul > li.active > a [class*="icon-chevron-"], html.sidebar-full #menu .slim-scroll > ul > li:hover > a [class*="icon-chevron-"], html.sidebar-full #menu > ul > li:hover > a [class*="icon-chevron-"], html.sidebar-full #menu .slim-scroll > ul > li.open > a [class*="icon-chevron-"], html.sidebar-full #menu > ul > li.open > a [class*="icon-chevron-"] { line-height: 22px; margin: 0; } html.sidebar-full #menu .slim-scroll > ul > li.active > a.glyphicons, html.sidebar-full #menu > ul > li.active > a.glyphicons, html.sidebar-full #menu .slim-scroll > ul > li:hover > a.glyphicons, html.sidebar-full #menu > ul > li:hover > a.glyphicons, html.sidebar-full #menu .slim-scroll > ul > li.open > a.glyphicons, html.sidebar-full #menu > ul > li.open > a.glyphicons { padding: 5px 10px; line-height: 22px; } html.sidebar-full #menu .slim-scroll > ul > li.active > a.glyphicons i, html.sidebar-full #menu > ul > li.active > a.glyphicons i, html.sidebar-full #menu .slim-scroll > ul > li:hover > a.glyphicons i, html.sidebar-full #menu > ul > li:hover > a.glyphicons i, html.sidebar-full #menu .slim-scroll > ul > li.open > a.glyphicons i, html.sidebar-full #menu > ul > li.open > a.glyphicons i { height: 22px; } html.sidebar-full #menu .slim-scroll > ul > li.active > a.glyphicons i:before, html.sidebar-full #menu > ul > li.active > a.glyphicons i:before, html.sidebar-full #menu .slim-scroll > ul > li:hover > a.glyphicons i:before, html.sidebar-full #menu > ul > li:hover > a.glyphicons i:before, html.sidebar-full #menu .slim-scroll > ul > li.open > a.glyphicons i:before, html.sidebar-full #menu > ul > li.open > a.glyphicons i:before { line-height: 22px; } html.sidebar-full #menu .slim-scroll > ul > li.glyphs, html.sidebar-full #menu > ul > li.glyphs { margin-top: 4px; padding: 8px; height: 53px; border-top: 1px solid #346d9d; border-bottom: 1px solid #619aca; box-shadow: 0 1px 0 0 #619aca inset, 0 -1px 0 0 #346d9d inset; } html.sidebar-full #menu .slim-scroll > ul > li.glyphs ul, html.sidebar-full #menu > ul > li.glyphs ul { margin: 0; padding: 0; list-style: none; background: #346d9d; height: 34px; line-height: 32px; -webkit-border-radius: 5px 5px 5px 5px; -moz-border-radius: 5px 5px 5px 5px; border-radius: 5px 5px 5px 5px; border: 1px solid #296190; text-align: center; } html.sidebar-full #menu .slim-scroll > ul > li.glyphs ul li, html.sidebar-full #menu > ul > li.glyphs ul li { display: block; float: left; height: 32px; line-height: 32px; padding: 0 1px 0 0; } html.sidebar-full #menu .slim-scroll > ul > li.glyphs ul li .glyphicons, html.sidebar-full #menu > ul > li.glyphs ul li .glyphicons { height: 32px; line-height: 22px; padding: 5px 10px; display: block; text-decoration: none; } html.sidebar-full #menu .slim-scroll > ul > li.glyphs ul li .glyphicons i, html.sidebar-full #menu > ul > li.glyphs ul li .glyphicons i { height: 22px; line-height: 22px; display: block; } html.sidebar-full #menu .slim-scroll > ul > li.glyphs ul li .glyphicons i:before, html.sidebar-full #menu > ul > li.glyphs ul li .glyphicons i:before { line-height: 22px; height: 22px; position: relative; left: auto; top: auto; display: block; text-align: center; font-size: 17px; color: #538fc1; } html.sidebar-full #menu .slim-scroll > ul > li.glyphs ul li.active, html.sidebar-full #menu > ul > li.glyphs ul li.active, html.sidebar-full #menu .slim-scroll > ul > li.glyphs ul li:hover, html.sidebar-full #menu > ul > li.glyphs ul li:hover { padding: 0; background: #579ad2; border-right: 1px solid #296190; } html.sidebar-full #menu .slim-scroll > ul > li.glyphs ul li.active .glyphicons i:before, html.sidebar-full #menu > ul > li.glyphs ul li.active .glyphicons i:before, html.sidebar-full #menu .slim-scroll > ul > li.glyphs ul li:hover .glyphicons i:before, html.sidebar-full #menu > ul > li.glyphs ul li:hover .glyphicons i:before { color: #ffffff; } html.sidebar-full #menu .slim-scroll > ul > li.glyphs ul li.active:first-child, html.sidebar-full #menu > ul > li.glyphs ul li.active:first-child, html.sidebar-full #menu .slim-scroll > ul > li.glyphs ul li:hover:first-child, html.sidebar-full #menu > ul > li.glyphs ul li:hover:first-child { -webkit-border-radius: 5px 0 0 5px; -moz-border-radius: 5px 0 0 5px; border-radius: 5px 0 0 5px; } html.sidebar-full #menu .slim-scroll > ul > li.glyphs ul li.active:last-child, html.sidebar-full #menu > ul > li.glyphs ul li.active:last-child, html.sidebar-full #menu .slim-scroll > ul > li.glyphs ul li:hover:last-child, html.sidebar-full #menu > ul > li.glyphs ul li:hover:last-child { -webkit-border-radius: 0 5px 5px 0; -moz-border-radius: 0 5px 5px 0; border-radius: 0 5px 5px 0; border-right: none; border-left: 1px solid #296190; } html.sidebar-full #menu .slim-scroll > ul > li.glyphs ul li.active:last-child .glyphicons, html.sidebar-full #menu > ul > li.glyphs ul li.active:last-child .glyphicons, html.sidebar-full #menu .slim-scroll > ul > li.glyphs ul li:hover:last-child .glyphicons, html.sidebar-full #menu > ul > li.glyphs ul li:hover:last-child .glyphicons { padding: 5px 11px 5px 9px; } html.sidebar-full #menu .slim-scroll > ul > li.search, html.sidebar-full #menu > ul > li.search { padding: 8px; height: 51px; border-top: 1px solid #619aca; border-bottom: 1px solid #346d9d; } html.sidebar-full #menu .slim-scroll > ul > li.search form, html.sidebar-full #menu > ul > li.search form { margin: 0; padding: 0; background: #afcae2; height: 33px; line-height: 33px; -webkit-border-radius: 5px 5px 5px 5px; -moz-border-radius: 5px 5px 5px 5px; border-radius: 5px 5px 5px 5px; border: 1px solid #296190; } html.sidebar-full #menu .slim-scroll > ul > li.search form input, html.sidebar-full #menu > ul > li.search form input { background: none; border: none; color: #628db3; margin: 0; padding: 0; height: 30px; line-height: 30px; width: 110px !important; padding: 0 0 0 10px; box-shadow: none !important; -moz-box-shadow: none !important; -webkit-box-shadow: none !important; } html.sidebar-full #menu .slim-scroll > ul > li.search form input::-webkit-input-placeholder, html.sidebar-full #menu > ul > li.search form input::-webkit-input-placeholder { color: #628db3; } html.sidebar-full #menu .slim-scroll > ul > li.search form input:-moz-placeholder, html.sidebar-full #menu > ul > li.search form input:-moz-placeholder { color: #628db3; } html.sidebar-full #menu .slim-scroll > ul > li.search form input::-moz-placeholder, html.sidebar-full #menu > ul > li.search form input::-moz-placeholder { color: #628db3; } html.sidebar-full #menu .slim-scroll > ul > li.search form input:-ms-input-placeholder, html.sidebar-full #menu > ul > li.search form input:-ms-input-placeholder { color: #628db3; } html.sidebar-full #menu .slim-scroll > ul > li.search form button, html.sidebar-full #menu > ul > li.search form button { background: none; border: none; margin: 0; padding: 0; height: 30px; } html.sidebar-full #menu .slim-scroll > ul > li.search form button i:before, html.sidebar-full #menu > ul > li.search form button i:before { display: block; position: relative; left: auto; right: auto; height: 32px; line-height: 32px; padding: 0 5px; font-size: 17px; color: #346d9d; } html.sidebar-full #menu .slim-scroll > ul > li.search form input, html.sidebar-full #menu > ul > li.search form input, html.sidebar-full #menu .slim-scroll > ul > li.search form button, html.sidebar-full #menu > ul > li.search form button { vertical-align: top; } html.sidebar-full #menu .slim-scroll > ul > li:first-child, html.sidebar-full #menu > ul > li:first-child { border-top: 1px solid #619aca; padding-top: 8px; } html.sidebar-full #menu .slim-scroll > ul > li:last-child, html.sidebar-full #menu > ul > li:last-child { border-bottom: 1px solid #346d9d; } html.sidebar-full #menu .slim-scroll > ul > li:last-child.open .dropdown-menu, html.sidebar-full #menu > ul > li:last-child.open .dropdown-menu { right: 0; } html.sidebar-full #menu .slim-scroll > ul > li.dropdown .dropdown-menu, html.sidebar-full #menu > ul > li.dropdown .dropdown-menu { background: #363432; border: none; box-shadow: none; -webkit-box-shadow: none; -moz-box-shadow: none; right: auto; left: 100%; top: 0; width: 180px; } html.sidebar-full #menu .slim-scroll > ul > li.dropdown .dropdown-menu.pull-left, html.sidebar-full #menu > ul > li.dropdown .dropdown-menu.pull-left { left: 100%; } html.sidebar-full #menu .slim-scroll > ul > li.dropdown .dropdown-menu.submenu-show, html.sidebar-full #menu > ul > li.dropdown .dropdown-menu.submenu-show { margin-top: 0 !important; padding: 0; top: -1px; } html.sidebar-full #menu .slim-scroll > ul > li.dropdown .dropdown-menu li, html.sidebar-full #menu > ul > li.dropdown .dropdown-menu li { border-bottom: 1px solid #4a4947; } html.sidebar-full #menu .slim-scroll > ul > li.dropdown .dropdown-menu li:last-child, html.sidebar-full #menu > ul > li.dropdown .dropdown-menu li:last-child { border-bottom: none; } html.sidebar-full #menu .slim-scroll > ul > li.dropdown .dropdown-menu li:first-child > a, html.sidebar-full #menu > ul > li.dropdown .dropdown-menu li:first-child > a, html.sidebar-full #menu .slim-scroll > ul > li.dropdown .dropdown-menu li:first-child > a:hover, html.sidebar-full #menu > ul > li.dropdown .dropdown-menu li:first-child > a:hover, html.sidebar-full #menu .slim-scroll > ul > li.dropdown .dropdown-menu li:first-child > span, html.sidebar-full #menu > ul > li.dropdown .dropdown-menu li:first-child > span { border-top: none; } html.sidebar-full #menu .slim-scroll > ul > li.dropdown .dropdown-menu li > a, html.sidebar-full #menu > ul > li.dropdown .dropdown-menu li > a, html.sidebar-full #menu .slim-scroll > ul > li.dropdown .dropdown-menu li > a:hover, html.sidebar-full #menu > ul > li.dropdown .dropdown-menu li > a:hover, html.sidebar-full #menu .slim-scroll > ul > li.dropdown .dropdown-menu li > span, html.sidebar-full #menu > ul > li.dropdown .dropdown-menu li > span { height: 29px; line-height: 29px; padding: 0 10px; display: block; background: #363432; color: #c8c8c8; } html.sidebar-full #menu .slim-scroll > ul > li.dropdown .dropdown-menu li > a.glyphicons i:before, html.sidebar-full #menu > ul > li.dropdown .dropdown-menu li > a.glyphicons i:before, html.sidebar-full #menu .slim-scroll > ul > li.dropdown .dropdown-menu li > a:hover.glyphicons i:before, html.sidebar-full #menu > ul > li.dropdown .dropdown-menu li > a:hover.glyphicons i:before, html.sidebar-full #menu .slim-scroll > ul > li.dropdown .dropdown-menu li > span.glyphicons i:before, html.sidebar-full #menu > ul > li.dropdown .dropdown-menu li > span.glyphicons i:before { left: auto; right: 10px; top: 5px; font-size: 17px; color: #c4c4c4; } html.sidebar-full #menu .slim-scroll > ul > li.dropdown.dd-1 > .dropdown-menu, html.sidebar-full #menu > ul > li.dropdown.dd-1 > .dropdown-menu, html.sidebar-full #menu .slim-scroll > ul > li.dropdown .dd-1 > .dropdown-menu, html.sidebar-full #menu > ul > li.dropdown .dd-1 > .dropdown-menu, html.sidebar-full #menu .slim-scroll > ul > li.dropdown.dd-1 .typeahead, html.sidebar-full #menu > ul > li.dropdown.dd-1 .typeahead, html.sidebar-full #menu .slim-scroll > ul > li.dropdown .dd-1 .typeahead, html.sidebar-full #menu > ul > li.dropdown .dd-1 .typeahead { box-shadow: 0 0 10px 1px rgba(0, 0, 0, 0.2); } html.sidebar-full #menu .slim-scroll > ul > li.dropdown.dd-1 > .dropdown-menu:before, html.sidebar-full #menu > ul > li.dropdown.dd-1 > .dropdown-menu:before, html.sidebar-full #menu .slim-scroll > ul > li.dropdown .dd-1 > .dropdown-menu:before, html.sidebar-full #menu > ul > li.dropdown .dd-1 > .dropdown-menu:before, html.sidebar-full #menu .slim-scroll > ul > li.dropdown.dd-1 .typeahead:before, html.sidebar-full #menu > ul > li.dropdown.dd-1 .typeahead:before, html.sidebar-full #menu .slim-scroll > ul > li.dropdown .dd-1 .typeahead:before, html.sidebar-full #menu > ul > li.dropdown .dd-1 .typeahead:before { content: ""; width: 0; height: 0; border: 7px solid transparent; position: absolute; display: block; left: -7px; border-left-width: 0; border-right-color: #999; top: 5px; } html.sidebar-full #menu .slim-scroll > ul > li.dropdown.dd-1 > .dropdown-menu:after, html.sidebar-full #menu > ul > li.dropdown.dd-1 > .dropdown-menu:after, html.sidebar-full #menu .slim-scroll > ul > li.dropdown .dd-1 > .dropdown-menu:after, html.sidebar-full #menu > ul > li.dropdown .dd-1 > .dropdown-menu:after, html.sidebar-full #menu .slim-scroll > ul > li.dropdown.dd-1 .typeahead:after, html.sidebar-full #menu > ul > li.dropdown.dd-1 .typeahead:after, html.sidebar-full #menu .slim-scroll > ul > li.dropdown .dd-1 .typeahead:after, html.sidebar-full #menu > ul > li.dropdown .dd-1 .typeahead:after { content: ""; width: 0; height: 0; border: 7px solid transparent; top: 6px; border-left-width: 0; border-right-color: #ffffff; position: absolute; display: block; left: -6px; } html.sidebar-full #menu .slim-scroll > ul > li.dropdown.dd-1 > .dropdown-menu.pull-right:before, html.sidebar-full #menu > ul > li.dropdown.dd-1 > .dropdown-menu.pull-right:before, html.sidebar-full #menu .slim-scroll > ul > li.dropdown .dd-1 > .dropdown-menu.pull-right:before, html.sidebar-full #menu > ul > li.dropdown .dd-1 > .dropdown-menu.pull-right:before, html.sidebar-full #menu .slim-scroll > ul > li.dropdown.dd-1 .typeahead.pull-right:before, html.sidebar-full #menu > ul > li.dropdown.dd-1 .typeahead.pull-right:before, html.sidebar-full #menu .slim-scroll > ul > li.dropdown .dd-1 .typeahead.pull-right:before, html.sidebar-full #menu > ul > li.dropdown .dd-1 .typeahead.pull-right:before, html.sidebar-full #menu .slim-scroll > ul > li.dropdown.dd-1 > .dropdown-menu.pull-right:after, html.sidebar-full #menu > ul > li.dropdown.dd-1 > .dropdown-menu.pull-right:after, html.sidebar-full #menu .slim-scroll > ul > li.dropdown .dd-1 > .dropdown-menu.pull-right:after, html.sidebar-full #menu > ul > li.dropdown .dd-1 > .dropdown-menu.pull-right:after, html.sidebar-full #menu .slim-scroll > ul > li.dropdown.dd-1 .typeahead.pull-right:after, html.sidebar-full #menu > ul > li.dropdown.dd-1 .typeahead.pull-right:after, html.sidebar-full #menu .slim-scroll > ul > li.dropdown .dd-1 .typeahead.pull-right:after, html.sidebar-full #menu > ul > li.dropdown .dd-1 .typeahead.pull-right:after { left: auto; right: 7px; margin: 0; } html.sidebar-full #menu .slim-scroll > ul > li.dropdown.dd-1 > .dropdown-menu.pull-right:after, html.sidebar-full #menu > ul > li.dropdown.dd-1 > .dropdown-menu.pull-right:after, html.sidebar-full #menu .slim-scroll > ul > li.dropdown .dd-1 > .dropdown-menu.pull-right:after, html.sidebar-full #menu > ul > li.dropdown .dd-1 > .dropdown-menu.pull-right:after, html.sidebar-full #menu .slim-scroll > ul > li.dropdown.dd-1 .typeahead.pull-right:after, html.sidebar-full #menu > ul > li.dropdown.dd-1 .typeahead.pull-right:after, html.sidebar-full #menu .slim-scroll > ul > li.dropdown .dd-1 .typeahead.pull-right:after, html.sidebar-full #menu > ul > li.dropdown .dd-1 .typeahead.pull-right:after { right: 8px; } html.sidebar-full #menu .slim-scroll > ul > li.dropdown.dd-1 .typeahead, html.sidebar-full #menu > ul > li.dropdown.dd-1 .typeahead, html.sidebar-full #menu .slim-scroll > ul > li.dropdown .dd-1 .typeahead, html.sidebar-full #menu > ul > li.dropdown .dd-1 .typeahead { margin-top: 13px !important; } html.sidebar-full #menu .slim-scroll > ul > li.dropdown.dd-1 .dropdown-menu.pull-right, html.sidebar-full #menu > ul > li.dropdown.dd-1 .dropdown-menu.pull-right, html.sidebar-full #menu .slim-scroll > ul > li.dropdown .dd-1 .dropdown-menu.pull-right, html.sidebar-full #menu > ul > li.dropdown .dd-1 .dropdown-menu.pull-right { -webkit-border-radius: 0 0 0 0; -moz-border-radius: 0 0 0 0; border-radius: 0 0 0 0; } html.sidebar-full #menu .slim-scroll > ul > li.dropdown.dd-1 .dropdown-menu, html.sidebar-full #menu > ul > li.dropdown.dd-1 .dropdown-menu, html.sidebar-full #menu .slim-scroll > ul > li.dropdown .dd-1 .dropdown-menu, html.sidebar-full #menu > ul > li.dropdown .dd-1 .dropdown-menu { background: #fff; border: 1px solid #c8c8c8; margin: 5px 0 0; -webkit-border-radius: 0 0 0 0; -moz-border-radius: 0 0 0 0; border-radius: 0 0 0 0; } html.sidebar-full #menu .slim-scroll > ul > li.dropdown.dd-1 .dropdown-menu li, html.sidebar-full #menu > ul > li.dropdown.dd-1 .dropdown-menu li, html.sidebar-full #menu .slim-scroll > ul > li.dropdown .dd-1 .dropdown-menu li, html.sidebar-full #menu > ul > li.dropdown .dd-1 .dropdown-menu li { border-color: #f3f3f3; } html.sidebar-full #menu .slim-scroll > ul > li.dropdown.dd-1 .dropdown-menu li a, html.sidebar-full #menu > ul > li.dropdown.dd-1 .dropdown-menu li a, html.sidebar-full #menu .slim-scroll > ul > li.dropdown .dd-1 .dropdown-menu li a, html.sidebar-full #menu > ul > li.dropdown .dd-1 .dropdown-menu li a, html.sidebar-full #menu .slim-scroll > ul > li.dropdown.dd-1 .dropdown-menu li span, html.sidebar-full #menu > ul > li.dropdown.dd-1 .dropdown-menu li span, html.sidebar-full #menu .slim-scroll > ul > li.dropdown .dd-1 .dropdown-menu li span, html.sidebar-full #menu > ul > li.dropdown .dd-1 .dropdown-menu li span { background-image: none !important; filter: none !important; background: #fff; color: #939494; } html.sidebar-full #menu .slim-scroll > ul > li.dropdown.dd-1 .dropdown-menu li a i:before, html.sidebar-full #menu > ul > li.dropdown.dd-1 .dropdown-menu li a i:before, html.sidebar-full #menu .slim-scroll > ul > li.dropdown .dd-1 .dropdown-menu li a i:before, html.sidebar-full #menu > ul > li.dropdown .dd-1 .dropdown-menu li a i:before, html.sidebar-full #menu .slim-scroll > ul > li.dropdown.dd-1 .dropdown-menu li span i:before, html.sidebar-full #menu > ul > li.dropdown.dd-1 .dropdown-menu li span i:before, html.sidebar-full #menu .slim-scroll > ul > li.dropdown .dd-1 .dropdown-menu li span i:before, html.sidebar-full #menu > ul > li.dropdown .dd-1 .dropdown-menu li span i:before { color: #cccccc; font-size: 15px !important; top: 7px !important; } html.sidebar-full #menu .slim-scroll > ul > li.dropdown.dd-1 .dropdown-menu > li:hover > a, html.sidebar-full #menu > ul > li.dropdown.dd-1 .dropdown-menu > li:hover > a, html.sidebar-full #menu .slim-scroll > ul > li.dropdown .dd-1 .dropdown-menu > li:hover > a, html.sidebar-full #menu > ul > li.dropdown .dd-1 .dropdown-menu > li:hover > a, html.sidebar-full #menu .slim-scroll > ul > li.dropdown.dd-1 .dropdown-menu > li.active > a, html.sidebar-full #menu > ul > li.dropdown.dd-1 .dropdown-menu > li.active > a, html.sidebar-full #menu .slim-scroll > ul > li.dropdown .dd-1 .dropdown-menu > li.active > a, html.sidebar-full #menu > ul > li.dropdown .dd-1 .dropdown-menu > li.active > a { font-weight: 600; color: #000; } html.sidebar-full #menu .slim-scroll > ul > li.dropdown.dd-flags .dropdown-menu img, html.sidebar-full #menu > ul > li.dropdown.dd-flags .dropdown-menu img { margin: -3px 4px 0 0; } html.sidebar-full #menu .slim-scroll > ul .dropdown > a .caret, html.sidebar-full #menu > ul .dropdown > a .caret { border-top-color: #ffffff; top: 16px; position: relative; } #menu { float: left; position: absolute; left: 0; top: 0; overflow: hidden; height: 100%; min-height: 100%; background: #1f2123; } #menu .appbrand { font-weight: 700; display: block; text-decoration: none; line-height: 10px; padding: 10px; text-align: center; color: #ffffff; } #menu .profile { display: block; padding: 10px 0; } #menu .profile a { display: inline-block; width: 38px; height: 38px; -webkit-border-radius: 5px 5px 5px 5px; -moz-border-radius: 5px 5px 5px 5px; border-radius: 5px 5px 5px 5px; } #menu .profile a img { -webkit-border-radius: 5px 5px 5px 5px; -moz-border-radius: 5px 5px 5px 5px; border-radius: 5px 5px 5px 5px; } #menu.ui-state-disabled { opacity: 1; filter: alpha(opacity=100); } body .menu-right #menu { left: auto; right: 0; z-index: 1000; } body .menu-right.fixed #content { -webkit-border-radius: 5px 0 0 0; -moz-border-radius: 5px 0 0 0; border-radius: 5px 0 0 0; } body .menu-right.fixed .navbar.main, body .menu-right.fixed .navbar.main .wrapper { -webkit-border-radius: 5px 0 0 0; -moz-border-radius: 5px 0 0 0; border-radius: 5px 0 0 0; } html.sidebar.sidebar-full body .menu-right #menu .slim-scroll > ul > li > a [class*="icon-chevron-"], html.sidebar.sidebar-full body .menu-right #menu > ul > li > a [class*="icon-chevron-"] { float: left; margin: 0 0 0 11px; padding: 0 10px 0 0; } html.sidebar.sidebar-full body .menu-right #menu .slim-scroll > ul > li > a.glyphicons i, html.sidebar.sidebar-full body .menu-right #menu > ul > li > a.glyphicons i { padding: 0 0 0 10px; float: right; } html.sidebar.sidebar-full body .menu-right #menu .slim-scroll > ul > li.active > a [class*="icon-chevron-"], html.sidebar.sidebar-full body .menu-right #menu > ul > li.active > a [class*="icon-chevron-"], html.sidebar.sidebar-full body .menu-right #menu .slim-scroll > ul > li:hover > a [class*="icon-chevron-"], html.sidebar.sidebar-full body .menu-right #menu > ul > li:hover > a [class*="icon-chevron-"], html.sidebar.sidebar-full body .menu-right #menu .slim-scroll > ul > li.open > a [class*="icon-chevron-"], html.sidebar.sidebar-full body .menu-right #menu > ul > li.open > a [class*="icon-chevron-"] { height: 22px; line-height: 23px; margin: 0; } html.sidebar.sidebar-full body .menu-right #menu .slim-scroll > ul > li.dropdown .dropdown-menu, html.sidebar.sidebar-full body .menu-right #menu > ul > li.dropdown .dropdown-menu { right: 100%; left: auto; } html.sidebar.sidebar-full body .menu-right #menu .slim-scroll > ul > li.dropdown .dropdown-menu.pull-left, html.sidebar.sidebar-full body .menu-right #menu > ul > li.dropdown .dropdown-menu.pull-left { right: 100%; left: auto; } html.sidebar.sidebar-full body .menu-right #menu .slim-scroll > ul > li.dropdown .dropdown-menu.submenu-show, html.sidebar.sidebar-full body .menu-right #menu > ul > li.dropdown .dropdown-menu.submenu-show { margin-top: 0 !important; padding: 0; top: -1px; } html.sidebar.sidebar-full body .menu-right #menu .slim-scroll > ul > li.dropdown .dropdown-menu.submenu-show.pull-right, html.sidebar.sidebar-full body .menu-right #menu > ul > li.dropdown .dropdown-menu.submenu-show.pull-right { right: 100% !important; left: auto !important; } html.sidebar.sidebar-full body .menu-right #menu .slim-scroll > ul > li.dropdown.dd-1 > .dropdown-menu:before, html.sidebar.sidebar-full body .menu-right #menu > ul > li.dropdown.dd-1 > .dropdown-menu:before, html.sidebar.sidebar-full body .menu-right #menu .slim-scroll > ul > li.dropdown .dd-1 > .dropdown-menu:before, html.sidebar.sidebar-full body .menu-right #menu > ul > li.dropdown .dd-1 > .dropdown-menu:before, html.sidebar.sidebar-full body .menu-right #menu .slim-scroll > ul > li.dropdown.dd-1 .typeahead:before, html.sidebar.sidebar-full body .menu-right #menu > ul > li.dropdown.dd-1 .typeahead:before, html.sidebar.sidebar-full body .menu-right #menu .slim-scroll > ul > li.dropdown .dd-1 .typeahead:before, html.sidebar.sidebar-full body .menu-right #menu > ul > li.dropdown .dd-1 .typeahead:before { border: 7px solid transparent; right: -7px; left: auto; border-right-width: 0; border-left-color: #999; } html.sidebar.sidebar-full body .menu-right #menu .slim-scroll > ul > li.dropdown.dd-1 > .dropdown-menu:after, html.sidebar.sidebar-full body .menu-right #menu > ul > li.dropdown.dd-1 > .dropdown-menu:after, html.sidebar.sidebar-full body .menu-right #menu .slim-scroll > ul > li.dropdown .dd-1 > .dropdown-menu:after, html.sidebar.sidebar-full body .menu-right #menu > ul > li.dropdown .dd-1 > .dropdown-menu:after, html.sidebar.sidebar-full body .menu-right #menu .slim-scroll > ul > li.dropdown.dd-1 .typeahead:after, html.sidebar.sidebar-full body .menu-right #menu > ul > li.dropdown.dd-1 .typeahead:after, html.sidebar.sidebar-full body .menu-right #menu .slim-scroll > ul > li.dropdown .dd-1 .typeahead:after, html.sidebar.sidebar-full body .menu-right #menu > ul > li.dropdown .dd-1 .typeahead:after { border: 7px solid transparent; border-right-width: 0; border-left-color: #ffffff; right: -6px; left: auto; } html.sidebar.sidebar-full body .menu-right #menu .slim-scroll > ul > li.dropdown.dd-1 > .dropdown-menu.pull-right:before, html.sidebar.sidebar-full body .menu-right #menu > ul > li.dropdown.dd-1 > .dropdown-menu.pull-right:before, html.sidebar.sidebar-full body .menu-right #menu .slim-scroll > ul > li.dropdown .dd-1 > .dropdown-menu.pull-right:before, html.sidebar.sidebar-full body .menu-right #menu > ul > li.dropdown .dd-1 > .dropdown-menu.pull-right:before, html.sidebar.sidebar-full body .menu-right #menu .slim-scroll > ul > li.dropdown.dd-1 .typeahead.pull-right:before, html.sidebar.sidebar-full body .menu-right #menu > ul > li.dropdown.dd-1 .typeahead.pull-right:before, html.sidebar.sidebar-full body .menu-right #menu .slim-scroll > ul > li.dropdown .dd-1 .typeahead.pull-right:before, html.sidebar.sidebar-full body .menu-right #menu > ul > li.dropdown .dd-1 .typeahead.pull-right:before, html.sidebar.sidebar-full body .menu-right #menu .slim-scroll > ul > li.dropdown.dd-1 > .dropdown-menu.pull-right:after, html.sidebar.sidebar-full body .menu-right #menu > ul > li.dropdown.dd-1 > .dropdown-menu.pull-right:after, html.sidebar.sidebar-full body .menu-right #menu .slim-scroll > ul > li.dropdown .dd-1 > .dropdown-menu.pull-right:after, html.sidebar.sidebar-full body .menu-right #menu > ul > li.dropdown .dd-1 > .dropdown-menu.pull-right:after, html.sidebar.sidebar-full body .menu-right #menu .slim-scroll > ul > li.dropdown.dd-1 .typeahead.pull-right:after, html.sidebar.sidebar-full body .menu-right #menu > ul > li.dropdown.dd-1 .typeahead.pull-right:after, html.sidebar.sidebar-full body .menu-right #menu .slim-scroll > ul > li.dropdown .dd-1 .typeahead.pull-right:after, html.sidebar.sidebar-full body .menu-right #menu > ul > li.dropdown .dd-1 .typeahead.pull-right:after { left: auto; right: 7px; margin: 0; } html.sidebar.sidebar-full body .menu-right #menu .slim-scroll > ul > li.dropdown.dd-1 > .dropdown-menu.pull-right:after, html.sidebar.sidebar-full body .menu-right #menu > ul > li.dropdown.dd-1 > .dropdown-menu.pull-right:after, html.sidebar.sidebar-full body .menu-right #menu .slim-scroll > ul > li.dropdown .dd-1 > .dropdown-menu.pull-right:after, html.sidebar.sidebar-full body .menu-right #menu > ul > li.dropdown .dd-1 > .dropdown-menu.pull-right:after, html.sidebar.sidebar-full body .menu-right #menu .slim-scroll > ul > li.dropdown.dd-1 .typeahead.pull-right:after, html.sidebar.sidebar-full body .menu-right #menu > ul > li.dropdown.dd-1 .typeahead.pull-right:after, html.sidebar.sidebar-full body .menu-right #menu .slim-scroll > ul > li.dropdown .dd-1 .typeahead.pull-right:after, html.sidebar.sidebar-full body .menu-right #menu > ul > li.dropdown .dd-1 .typeahead.pull-right:after { right: 8px; } .menu-hidden #menu { display: none !important; } .menu-hidden #content { margin: 0 !important; } .menu-hidden .navbar.main .btn-navbar { left: 0; border-left: none; } .menu-hidden .navbar.main .topnav.tn1 { left: 37px; } .menu-hidden.login .navbar.main .appbrand, .menu-hidden.documentation .navbar.main .appbrand { display: inline-block; border: none; } .menu-hidden.login .navbar.main .appbrand span, .menu-hidden.documentation .navbar.main .appbrand span { border: none; } html.top-quick .navbar.main { height: 50px; overflow: hidden; background-color: #1f2123; } html.top-quick .navbar.main .btn-navbar { background: #1f2123; height: 49px; line-height: 49px; } html.top-quick .navbar.main .btn-navbar .icon-bar { background: #ffffff; box-shadow: 0 1px 0 #161718; } html.top-quick .navbar.main .btn-navbar:hover { background: #1a1c1e; } html.top-quick .navbar.main .topnav { height: 50px; font-size: 11px; } html.top-quick .navbar.main .topnav > li { display: block; float: left; border-left: 1px solid #161718; border-right: 1px solid #2a2c2e; position: relative; overflow: hidden; padding: 0; margin: 0; height: 50px; } html.top-quick .navbar.main .topnav > li a { display: block; width: auto; padding: 10px; margin: 0; line-height: 10px; text-decoration: none; font-weight: 600; color: #4c4d4f; text-align: center; } html.top-quick .navbar.main .topnav > li a.glyphicons { padding: 10px; } html.top-quick .navbar.main .topnav > li a.glyphicons i { display: block; padding: 0 0 5px; } html.top-quick .navbar.main .topnav > li a.glyphicons i:before { display: block; font-size: 17px; color: #4c4d4f; top: auto; left: auto; position: relative; text-align: center; } html.top-quick .navbar.main .topnav > li.glyphicons > a { padding: 10px; } html.top-quick .navbar.main .topnav > li.glyphicons > a i { display: block; padding: 0 0 5px; } html.top-quick .navbar.main .topnav > li.glyphicons > a i:before { display: block; font-size: 17px; color: #4c4d4f; top: auto; left: auto; position: relative; text-align: center; } html.top-quick .navbar.main .topnav > li.active > a { background: #161718; color: #737474; } html.top-quick .navbar.main .topnav > li.active.glyphicons a i:before { color: #737474; } html.top-quick .navbar.main .topnav > li:hover > a { color: #737474; } html.top-quick .navbar.main .topnav > li:hover.glyphicons a i:before { color: #737474; } html.top-full .navbar.main { height: 49px; background-color: #4a8bc2; border-bottom: 1px solid #346d9d; } html.top-full .navbar.main .btn-navbar { height: 49px; line-height: 49px; background: #4a8bc2; } html.top-full .navbar.main .btn-navbar .icon-bar { background: #ffffff; box-shadow: 0 1px 0 #346d9d; } html.top-full .navbar.main .btn-navbar:hover { background: #4286bf; } html.top-full .navbar.main .topnav { border-left: 1px solid #346d9d; border-right: 1px solid #619aca; } html.top-full .navbar.main .topnav.pull-left + .topnav.pull-left { border-left: none; } html.top-full .navbar.main .topnav.pull-left + .topnav.pull-left > li:first-child { border-left: none; } html.top-full .navbar.main .topnav > li { position: relative; float: left; height: 49px; line-height: 49px; display: block; padding: 0 0 0 10px; } html.top-full .navbar.main .topnav > li a { cursor: pointer; } html.top-full .navbar.main .topnav > li > a { display: block; color: #ffffff; text-decoration: none; padding: 1px 11px 0 9px; line-height: 50px; } html.top-full .navbar.main .topnav > li > a > img { margin: 0 0 3px; } html.top-full .navbar.main .topnav > li > a.glyphicons { padding: 0 11px 0 9px; } html.top-full .navbar.main .topnav > li > a.glyphicons i { padding: 0 10px 0 0; display: block; float: left; line-height: 49px; height: 49px; } html.top-full .navbar.main .topnav > li > a.glyphicons i:before { color: #ffffff; font-size: 17px; position: relative; width: 17px; text-align: center; line-height: 51px; height: 49px; left: auto; right: auto; } html.top-full .navbar.main .topnav > li > a.glyphicons.single-icon i { padding: 0; float: none; } html.top-full .navbar.main .topnav > li > a.glyphicons.logout i { float: right; padding: 0; } html.top-full .navbar.main .topnav > li > a.glyphicons.logout span { padding: 0 8px 0 0; float: left; } html.top-full .navbar.main .topnav > li.active, html.top-full .navbar.main .topnav > li:hover, html.top-full .navbar.main .topnav > li.open { padding: 8px 0 8px 8px; } html.top-full .navbar.main .topnav > li.active:last-child, html.top-full .navbar.main .topnav > li:hover:last-child, html.top-full .navbar.main .topnav > li.open:last-child { padding: 8px 9px 8px 8px; } html.top-full .navbar.main .topnav > li.active > a, html.top-full .navbar.main .topnav > li:hover > a, html.top-full .navbar.main .topnav > li.open > a { background: #346d9d; padding: 5px 10px; height: 34px; line-height: 22px; -webkit-border-radius: 5px 5px 5px 5px; -moz-border-radius: 5px 5px 5px 5px; border-radius: 5px 5px 5px 5px; border: 1px solid #296190; } html.top-full .navbar.main .topnav > li.active > a.glyphicons, html.top-full .navbar.main .topnav > li:hover > a.glyphicons, html.top-full .navbar.main .topnav > li.open > a.glyphicons { padding: 5px 10px; line-height: 22px; } html.top-full .navbar.main .topnav > li.active > a.glyphicons i, html.top-full .navbar.main .topnav > li:hover > a.glyphicons i, html.top-full .navbar.main .topnav > li.open > a.glyphicons i { height: 22px; line-height: 22px; } html.top-full .navbar.main .topnav > li.active > a.glyphicons i:before, html.top-full .navbar.main .topnav > li:hover > a.glyphicons i:before, html.top-full .navbar.main .topnav > li.open > a.glyphicons i:before { line-height: 22px; height: 22px; } html.top-full .navbar.main .topnav > li.glyphs { padding: 8px; border-left: 1px solid #346d9d; border-right: 1px solid #619aca; box-shadow: -1px 0 0 0 #619aca, 1px 0 0 0 #346d9d; } html.top-full .navbar.main .topnav > li.glyphs ul { margin: 0; padding: 0; list-style: none; background: #346d9d; height: 34px; -webkit-border-radius: 5px 5px 5px 5px; -moz-border-radius: 5px 5px 5px 5px; border-radius: 5px 5px 5px 5px; border: 1px solid #296190; } html.top-full .navbar.main .topnav > li.glyphs ul li { float: left; display: block; height: 32px; line-height: 32px; padding: 0 1px 0 0; } html.top-full .navbar.main .topnav > li.glyphs ul li .glyphicons { height: 22px; line-height: 22px; padding: 5px 10px; display: block; text-decoration: none; } html.top-full .navbar.main .topnav > li.glyphs ul li .glyphicons i { height: 22px; line-height: 22px; display: block; } html.top-full .navbar.main .topnav > li.glyphs ul li .glyphicons i:before { line-height: 22px; height: 22px; position: relative; left: auto; top: auto; display: block; text-align: center; font-size: 17px; color: #538fc1; } html.top-full .navbar.main .topnav > li.glyphs ul li.active, html.top-full .navbar.main .topnav > li.glyphs ul li:hover { padding: 0; background: #579ad2; border-right: 1px solid #296190; } html.top-full .navbar.main .topnav > li.glyphs ul li.active .glyphicons i:before, html.top-full .navbar.main .topnav > li.glyphs ul li:hover .glyphicons i:before { color: #ffffff; } html.top-full .navbar.main .topnav > li.glyphs ul li.active:first-child, html.top-full .navbar.main .topnav > li.glyphs ul li:hover:first-child { -webkit-border-radius: 5px 0 0 5px; -moz-border-radius: 5px 0 0 5px; border-radius: 5px 0 0 5px; } html.top-full .navbar.main .topnav > li.glyphs ul li.active:last-child, html.top-full .navbar.main .topnav > li.glyphs ul li:hover:last-child { -webkit-border-radius: 0 5px 5px 0; -moz-border-radius: 0 5px 5px 0; border-radius: 0 5px 5px 0; border-right: none; border-left: 1px solid #296190; } html.top-full .navbar.main .topnav > li.glyphs ul li.active:last-child .glyphicons, html.top-full .navbar.main .topnav > li.glyphs ul li:hover:last-child .glyphicons { padding: 5px 11px 5px 9px; } html.top-full .navbar.main .topnav > li.search { padding: 8px; border-left: 1px solid #346d9d; border-right: 1px solid #619aca; box-shadow: -1px 0 0 0 #619aca, 1px 0 0 0 #346d9d; } html.top-full .navbar.main .topnav > li.search form { margin: 0; padding: 0; background: #afcae2; height: 32px; line-height: 32px; -webkit-border-radius: 5px 5px 5px 5px; -moz-border-radius: 5px 5px 5px 5px; border-radius: 5px 5px 5px 5px; border: 1px solid #296190; } html.top-full .navbar.main .topnav > li.search form input { background: none; border: none; color: #628db3; margin: 0; padding: 0; height: 32px; line-height: 32px; width: 100px; padding: 0 0 0 10px; box-shadow: none !important; -moz-box-shadow: none !important; -webkit-box-shadow: none !important; } html.top-full .navbar.main .topnav > li.search form input::-webkit-input-placeholder { color: #628db3; } html.top-full .navbar.main .topnav > li.search form input:-moz-placeholder { color: #628db3; } html.top-full .navbar.main .topnav > li.search form input::-moz-placeholder { color: #628db3; } html.top-full .navbar.main .topnav > li.search form input:-ms-input-placeholder { color: #628db3; } html.top-full .navbar.main .topnav > li.search form button { background: none; border: none; margin: 0; padding: 0; height: 32px; } html.top-full .navbar.main .topnav > li.search form button i:before { display: block; position: relative; left: auto; right: auto; height: 32px; line-height: 32px; padding: 0 5px; font-size: 17px; color: #346d9d; } html.top-full .navbar.main .topnav > li.search form input, html.top-full .navbar.main .topnav > li.search form button { vertical-align: top; } html.top-full .navbar.main .topnav > li.search, html.top-full .navbar.main .topnav > li.glyphs { margin-left: 10px; } html.top-full .navbar.main .topnav > li.search + .glyphs { margin-left: 0; } html.top-full .navbar.main .topnav > li.glyphs + .search, html.top-full .navbar.main .topnav > li.glyphs + .tooltip + .search { margin-left: 0; } html.top-full .navbar.main .topnav > li:last-child { border-right: 1px solid #346d9d; padding: 0 9px 0 10px; } html.top-full .navbar.main .topnav > li:last-child.glyphs, html.top-full .navbar.main .topnav > li:last-child.search { padding: 8px 9px; box-shadow: -1px 0 0 0 #619aca; } html.top-full .navbar.main .topnav > li:first-child { border-left: 1px solid #619aca; } html.top-full .navbar.main .topnav > li:last-child.open .dropdown-menu { right: 0; } html.top-full .navbar.main .topnav > li.dropdown .dropdown-menu { background: #fff; border: none; box-shadow: none; -webkit-box-shadow: none; -moz-box-shadow: none; right: 0; width: 180px; } html.top-full .navbar.main .topnav > li.dropdown .dropdown-menu.pull-left { left: 0; } html.top-full .navbar.main .topnav > li.dropdown .dropdown-menu li { border-bottom: 1px solid #4a4947; } html.top-full .navbar.main .topnav > li.dropdown .dropdown-menu li:last-child { border-bottom: none; } html.top-full .navbar.main .topnav > li.dropdown .dropdown-menu li:first-child > a, html.top-full .navbar.main .topnav > li.dropdown .dropdown-menu li:first-child > a:hover, html.top-full .navbar.main .topnav > li.dropdown .dropdown-menu li:first-child > span { border-top: none; } html.top-full .navbar.main .topnav > li.dropdown .dropdown-menu li > a, html.top-full .navbar.main .topnav > li.dropdown .dropdown-menu li > a:hover, html.top-full .navbar.main .topnav > li.dropdown .dropdown-menu li > span { line-height: 29px; padding: 0 10px; display: block; background: #363432; color: #c8c8c8; } html.top-full .navbar.main .topnav > li.dropdown .dropdown-menu li > a.glyphicons i:before, html.top-full .navbar.main .topnav > li.dropdown .dropdown-menu li > a:hover.glyphicons i:before, html.top-full .navbar.main .topnav > li.dropdown .dropdown-menu li > span.glyphicons i:before { left: auto; right: 10px; top: 5px; font-size: 17px; color: #c4c4c4; } html.top-full .navbar.main .topnav > li.dropdown .dropdown-menu li > a:hover { background: #1c1a19; } html.top-full .navbar.main .topnav > li.dropdown .dropdown-menu li.active { background: #0e0e0d; } html.top-full .navbar.main .topnav > li.dropdown .dropdown-menu li.active a { background: #0e0e0d; } html.top-full .navbar.main .topnav > li.dropdown .dropdown-menu li .btn { margin: 3px 0; } html.top-full .navbar.main .topnav > li.dropdown .dropdown-menu li.highlight > a, html.top-full .navbar.main .topnav > li.dropdown .dropdown-menu li.highlight > a:hover, html.top-full .navbar.main .topnav > li.dropdown .dropdown-menu li.highlight > span { background: rgba(0, 0, 0, 0.1); } html.top-full .navbar.main .topnav > li.dropdown .dropdown-menu li.profile a:hover { color: #fff; } html.top-full .navbar.main .topnav > li.dropdown .dropdown-menu li.profile > a, html.top-full .navbar.main .topnav > li.dropdown .dropdown-menu li.profile > a:hover, html.top-full .navbar.main .topnav > li.dropdown .dropdown-menu li.profile > span { height: auto; line-height: normal; padding: 5px 10px 10px; } html.top-full .navbar.main .topnav > li.dropdown .dropdown-menu li.profile > a .heading, html.top-full .navbar.main .topnav > li.dropdown .dropdown-menu li.profile > a:hover .heading, html.top-full .navbar.main .topnav > li.dropdown .dropdown-menu li.profile > span .heading { display: block; text-transform: uppercase; font-weight: 600; margin-bottom: 5px; } html.top-full .navbar.main .topnav > li.dropdown .dropdown-menu li.profile > a .heading a, html.top-full .navbar.main .topnav > li.dropdown .dropdown-menu li.profile > a:hover .heading a, html.top-full .navbar.main .topnav > li.dropdown .dropdown-menu li.profile > span .heading a { text-transform: none; } html.top-full .navbar.main .topnav > li.dropdown .dropdown-menu li.profile > a .img, html.top-full .navbar.main .topnav > li.dropdown .dropdown-menu li.profile > a:hover .img, html.top-full .navbar.main .topnav > li.dropdown .dropdown-menu li.profile > span .img { display: inline-block; float: left; width: 47px; height: 45px; line-height: 45px; background: #272729; margin: 0 10px 0 0; position: relative; } html.top-full .navbar.main .topnav > li.dropdown .dropdown-menu li.profile > a .img:before, html.top-full .navbar.main .topnav > li.dropdown .dropdown-menu li.profile > a:hover .img:before, html.top-full .navbar.main .topnav > li.dropdown .dropdown-menu li.profile > span .img:before { text-align: center; width: 47px; height: 45px; line-height: 45px; content: "\e004"; color: #595959; font-family: "Glyphicons Regular"; font-size: 24px; position: absolute; display: block; } html.top-full .navbar.main .topnav > li.dropdown .dropdown-menu li.profile > a .clearfix, html.top-full .navbar.main .topnav > li.dropdown .dropdown-menu li.profile > a:hover .clearfix, html.top-full .navbar.main .topnav > li.dropdown .dropdown-menu li.profile > span .clearfix { display: block; } html.top-full .navbar.main .topnav > li.dropdown.account > .dropdown-menu { width: 220px; } html.top-full .navbar.main .topnav > li.dropdown.dd-1 > .dropdown-menu, html.top-full .navbar.main .topnav > li.dropdown .dd-1 > .dropdown-menu, html.top-full .navbar.main .topnav > li.dropdown.dd-1 .typeahead, html.top-full .navbar.main .topnav > li.dropdown .dd-1 .typeahead { box-shadow: 0 0 10px 1px rgba(0, 0, 0, 0.2); } html.top-full .navbar.main .topnav > li.dropdown.dd-1 > .dropdown-menu:before, html.top-full .navbar.main .topnav > li.dropdown .dd-1 > .dropdown-menu:before, html.top-full .navbar.main .topnav > li.dropdown.dd-1 .typeahead:before, html.top-full .navbar.main .topnav > li.dropdown .dd-1 .typeahead:before { content: ""; width: 0; height: 0; border: 11px solid transparent; position: absolute; display: block; left: 7px; border-top-width: 0; border-bottom-color: #999; border-bottom-color: rgba(0, 0, 0, 0.25); top: -11px; } html.top-full .navbar.main .topnav > li.dropdown.dd-1 > .dropdown-menu:after, html.top-full .navbar.main .topnav > li.dropdown .dd-1 > .dropdown-menu:after, html.top-full .navbar.main .topnav > li.dropdown.dd-1 .typeahead:after, html.top-full .navbar.main .topnav > li.dropdown .dd-1 .typeahead:after { content: ""; width: 0; height: 0; border: 10px solid transparent; top: -10px; border-top-width: 0; border-bottom-color: #ffffff; position: absolute; display: block; left: 8px; } html.top-full .navbar.main .topnav > li.dropdown.dd-1 > .dropdown-menu.pull-right:before, html.top-full .navbar.main .topnav > li.dropdown .dd-1 > .dropdown-menu.pull-right:before, html.top-full .navbar.main .topnav > li.dropdown.dd-1 .typeahead.pull-right:before, html.top-full .navbar.main .topnav > li.dropdown .dd-1 .typeahead.pull-right:before, html.top-full .navbar.main .topnav > li.dropdown.dd-1 > .dropdown-menu.pull-right:after, html.top-full .navbar.main .topnav > li.dropdown .dd-1 > .dropdown-menu.pull-right:after, html.top-full .navbar.main .topnav > li.dropdown.dd-1 .typeahead.pull-right:after, html.top-full .navbar.main .topnav > li.dropdown .dd-1 .typeahead.pull-right:after { left: auto; right: 7px; margin: 0; } html.top-full .navbar.main .topnav > li.dropdown.dd-1 > .dropdown-menu.pull-right:after, html.top-full .navbar.main .topnav > li.dropdown .dd-1 > .dropdown-menu.pull-right:after, html.top-full .navbar.main .topnav > li.dropdown.dd-1 .typeahead.pull-right:after, html.top-full .navbar.main .topnav > li.dropdown .dd-1 .typeahead.pull-right:after { right: 8px; } html.top-full .navbar.main .topnav > li.dropdown.dd-1 .dropdown-menu, html.top-full .navbar.main .topnav > li.dropdown .dd-1 .dropdown-menu { background: #ffffff; border: 1px solid #c8c8c8; margin: 5px 0 0; -webkit-border-radius: 0 0 0 0; -moz-border-radius: 0 0 0 0; border-radius: 0 0 0 0; } html.top-full .navbar.main .topnav > li.dropdown.dd-1 .dropdown-menu li, html.top-full .navbar.main .topnav > li.dropdown .dd-1 .dropdown-menu li { border-color: #f3f3f3; } html.top-full .navbar.main .topnav > li.dropdown.dd-1 .dropdown-menu li a, html.top-full .navbar.main .topnav > li.dropdown .dd-1 .dropdown-menu li a, html.top-full .navbar.main .topnav > li.dropdown.dd-1 .dropdown-menu li span, html.top-full .navbar.main .topnav > li.dropdown .dd-1 .dropdown-menu li span { background: #ffffff; color: #939494; } html.top-full .navbar.main .topnav > li.dropdown.dd-1 .dropdown-menu li a i:before, html.top-full .navbar.main .topnav > li.dropdown .dd-1 .dropdown-menu li a i:before, html.top-full .navbar.main .topnav > li.dropdown.dd-1 .dropdown-menu li span i:before, html.top-full .navbar.main .topnav > li.dropdown .dd-1 .dropdown-menu li span i:before { color: #cccccc; font-size: 15px !important; top: 7px !important; } html.top-full .navbar.main .topnav > li.dropdown.dd-1 .dropdown-menu > li:hover > a, html.top-full .navbar.main .topnav > li.dropdown .dd-1 .dropdown-menu > li:hover > a, html.top-full .navbar.main .topnav > li.dropdown.dd-1 .dropdown-menu > li.active > a, html.top-full .navbar.main .topnav > li.dropdown .dd-1 .dropdown-menu > li.active > a { font-weight: 600; color: #000; } html.top-full .navbar.main .topnav > li.dropdown.dd-1 .dropdown-menu li.profile, html.top-full .navbar.main .topnav > li.dropdown .dd-1 .dropdown-menu li.profile { background: #ffffff; } html.top-full .navbar.main .topnav > li.dropdown.dd-1 .dropdown-menu li.profile a:hover, html.top-full .navbar.main .topnav > li.dropdown .dd-1 .dropdown-menu li.profile a:hover { color: #7c7c7c; } html.top-full .navbar.main .topnav > li.dropdown.dd-1 .dropdown-menu li.profile > a, html.top-full .navbar.main .topnav > li.dropdown .dd-1 .dropdown-menu li.profile > a, html.top-full .navbar.main .topnav > li.dropdown.dd-1 .dropdown-menu li.profile > a:hover, html.top-full .navbar.main .topnav > li.dropdown .dd-1 .dropdown-menu li.profile > a:hover, html.top-full .navbar.main .topnav > li.dropdown.dd-1 .dropdown-menu li.profile > span, html.top-full .navbar.main .topnav > li.dropdown .dd-1 .dropdown-menu li.profile > span { height: auto; line-height: normal; padding: 5px 10px 10px; } html.top-full .navbar.main .topnav > li.dropdown.dd-1 .dropdown-menu li.profile > a .heading, html.top-full .navbar.main .topnav > li.dropdown .dd-1 .dropdown-menu li.profile > a .heading, html.top-full .navbar.main .topnav > li.dropdown.dd-1 .dropdown-menu li.profile > a:hover .heading, html.top-full .navbar.main .topnav > li.dropdown .dd-1 .dropdown-menu li.profile > a:hover .heading, html.top-full .navbar.main .topnav > li.dropdown.dd-1 .dropdown-menu li.profile > span .heading, html.top-full .navbar.main .topnav > li.dropdown .dd-1 .dropdown-menu li.profile > span .heading { display: block; text-transform: uppercase; font-weight: 600; margin-bottom: 5px; } html.top-full .navbar.main .topnav > li.dropdown.dd-1 .dropdown-menu li.profile > a .heading a, html.top-full .navbar.main .topnav > li.dropdown .dd-1 .dropdown-menu li.profile > a .heading a, html.top-full .navbar.main .topnav > li.dropdown.dd-1 .dropdown-menu li.profile > a:hover .heading a, html.top-full .navbar.main .topnav > li.dropdown .dd-1 .dropdown-menu li.profile > a:hover .heading a, html.top-full .navbar.main .topnav > li.dropdown.dd-1 .dropdown-menu li.profile > span .heading a, html.top-full .navbar.main .topnav > li.dropdown .dd-1 .dropdown-menu li.profile > span .heading a { text-transform: none; } html.top-full .navbar.main .topnav > li.dropdown.dd-1 .dropdown-menu li.profile > a .img, html.top-full .navbar.main .topnav > li.dropdown .dd-1 .dropdown-menu li.profile > a .img, html.top-full .navbar.main .topnav > li.dropdown.dd-1 .dropdown-menu li.profile > a:hover .img, html.top-full .navbar.main .topnav > li.dropdown .dd-1 .dropdown-menu li.profile > a:hover .img, html.top-full .navbar.main .topnav > li.dropdown.dd-1 .dropdown-menu li.profile > span .img, html.top-full .navbar.main .topnav > li.dropdown .dd-1 .dropdown-menu li.profile > span .img { display: inline-block; float: left; width: 47px; height: 45px; line-height: 45px; background: #fdfdfd; margin: 0 10px 0 0; position: relative; } html.top-full .navbar.main .topnav > li.dropdown.dd-1 .dropdown-menu li.profile > a .img:before, html.top-full .navbar.main .topnav > li.dropdown .dd-1 .dropdown-menu li.profile > a .img:before, html.top-full .navbar.main .topnav > li.dropdown.dd-1 .dropdown-menu li.profile > a:hover .img:before, html.top-full .navbar.main .topnav > li.dropdown .dd-1 .dropdown-menu li.profile > a:hover .img:before, html.top-full .navbar.main .topnav > li.dropdown.dd-1 .dropdown-menu li.profile > span .img:before, html.top-full .navbar.main .topnav > li.dropdown .dd-1 .dropdown-menu li.profile > span .img:before { text-align: center; width: 47px; height: 45px; line-height: 45px; content: "\e004"; color: #ccc; font-family: "Glyphicons Regular"; font-size: 24px; position: absolute; display: block; } html.top-full .navbar.main .topnav > li.dropdown.dd-1 .dropdown-menu li.profile > a .clearfix, html.top-full .navbar.main .topnav > li.dropdown .dd-1 .dropdown-menu li.profile > a .clearfix, html.top-full .navbar.main .topnav > li.dropdown.dd-1 .dropdown-menu li.profile > a:hover .clearfix, html.top-full .navbar.main .topnav > li.dropdown .dd-1 .dropdown-menu li.profile > a:hover .clearfix, html.top-full .navbar.main .topnav > li.dropdown.dd-1 .dropdown-menu li.profile > span .clearfix, html.top-full .navbar.main .topnav > li.dropdown .dd-1 .dropdown-menu li.profile > span .clearfix { display: block; } html.top-full .navbar.main .topnav > li.dropdown.dd-1 .typeahead, html.top-full .navbar.main .topnav > li.dropdown .dd-1 .typeahead { margin-top: 13px !important; } html.top-full .navbar.main .topnav > li.dropdown.dd-1 .dropdown-menu.pull-right, html.top-full .navbar.main .topnav > li.dropdown .dd-1 .dropdown-menu.pull-right { -webkit-border-radius: 0 0 0 0; -moz-border-radius: 0 0 0 0; border-radius: 0 0 0 0; } html.top-full .navbar.main .topnav > li.dropdown.dd-1 .dropdown-menu > li > a:hover, html.top-full .navbar.main .topnav > li.dropdown .dd-1 .dropdown-menu > li > a:hover, html.top-full .navbar.main .topnav > li.dropdown.dd-1 .dropdown-menu > li > a:focus, html.top-full .navbar.main .topnav > li.dropdown .dd-1 .dropdown-menu > li > a:focus, html.top-full .navbar.main .topnav > li.dropdown.dd-1 .dropdown-submenu:hover > a, html.top-full .navbar.main .topnav > li.dropdown .dd-1 .dropdown-submenu:hover > a, html.top-full .navbar.main .topnav > li.dropdown.dd-1 .dropdown-submenu:focus > a, html.top-full .navbar.main .topnav > li.dropdown .dd-1 .dropdown-submenu:focus > a { background-image: none !important; filter: none !important; } html.top-full .navbar.main .topnav > li.dropdown.dd-2 .dropdown-menu li a:not(.btn) { padding: 10px 10px 10px 50px; } html.top-full .navbar.main .topnav > li.dropdown.dd-2 .dropdown-menu li a:not(.btn) i:before { right: auto; left: 10px; top: 10px !important; font-size: 30px !important; color: #f2f2f2; } html.top-full .navbar.main .topnav > li.dropdown.dd-2 .dropdown-menu > li:not(.profile):hover { border-color: #f3f3f3; } html.top-full .navbar.main .topnav > li.dropdown.dd-2 .dropdown-menu > li:not(.profile):hover > a { background: rgba(74, 139, 194, 0.08); color: #939494; text-shadow: 0 1px 0 #fff; border: none; box-shadow: none; -moz-box-shadow: none; -webkit-box-shadow: none; } html.top-full .navbar.main .topnav > li.dropdown.dd-2 .dropdown-menu > li:not(.profile):hover > a i:before { color: #4a8bc2; left: 10px; top: 10px; } html.top-full .navbar.main .topnav > li.dropdown.dd-flags { line-height: normal; } html.top-full .navbar.main .topnav > li.dropdown.dd-flags .dropdown-menu img { margin: -3px 4px 0 0; } html.top-full .navbar.main .topnav > li.dropdown.dd-flags.active a, html.top-full .navbar.main .topnav > li.dropdown.dd-flags:hover a, html.top-full .navbar.main .topnav > li.dropdown.dd-flags.open a { height: 34px; } html.top-full .navbar.main .topnav .dropdown > a .caret { border-top-color: #ffffff; vertical-align: middle; margin-top: 0; position: relative; } html.top-full .navbar.main .topnav .dropdown-menu { -webkit-border-radius: 0 0 0 0; -moz-border-radius: 0 0 0 0; border-radius: 0 0 0 0; } html.top-full .navbar.main .topnav:last-of-type { border-right: none; } html.top-full .navbar.main .topnav:last-of-type li:last-child { border: none; } .navbar.main { margin: 0; border: none; -webkit-border-radius: 0 0 0 0; -moz-border-radius: 0 0 0 0; border-radius: 0 0 0 0; } .navbar.main .btn-navbar { padding: 0 10px; margin: 0; float: left; display: block; border: none; -webkit-border-radius: 0 0 0 0; -moz-border-radius: 0 0 0 0; border-radius: 0 0 0 0; } .navbar.main .btn-navbar.ui-state-disabled { opacity: 1; filter: alpha(opacity=100); } .navbar.main .topnav { margin: 0; padding: 0; list-style: none; } .submenu-show { display: block; margin-top: -35px !important; position: absolute; } .submenu-show.pull-left { left: auto !important; right: 100% !important; } .submenu-show.pull-right { right: auto !important; left: 100% !important; } .submenu-hide { display: none !important; position: relative; top: auto; float: left; } /* --- LOADING [less.widgets] from assets/components/core/custom/less/widgets.less */ .menubar { height: 30px; position: relative; overflow: hidden; border: 1px solid #dbdbdb; background: #fafafa; margin: 0; font-size: 9pt; } .menubar ul { margin: 0; padding: 0 5px; list-style: none; height: 30px; } .menubar ul li { float: left; display: block; height: 30px; line-height: 30px; padding: 0 5px; } .menubar ul li.divider { border-left: 1px solid #ebebeb; width: 0px; padding: 0; margin: 0 8px; } .menubar ul li a { color: #7c7c7c; font-weight: 700; font-size: 9pt; } .menubar.links { border: none; background: none; height: 25px; padding: 0 0 5px; } .menubar.links ul { padding: 0; height: 25px; } .menubar.links ul li { height: 25px; line-height: 25px; } .menubar.links ul li:first-child { padding-left: 0; } .menubar.links.primary ul li a { color: #4a8bc2; } .widget { background: #ffffff; margin: 0 auto 15px; position: relative; border: 1px solid #dbdbdb; box-shadow: 0 3px 0 0 #dbdbdb; -moz-box-shadow: 0 3px 0 0 #dbdbdb; -webkit-box-shadow: 0 3px 0 0 #dbdbdb; -webkit-border-radius: 5px 5px 5px 5px; -moz-border-radius: 5px 5px 5px 5px; border-radius: 5px 5px 5px 5px; } .widget .tab-content { padding: 0; } .widget .widget-head { background-color: #f9f9f9; background-image: -moz-linear-gradient(top, #fdfdfd, #f4f4f4); background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#fdfdfd), to(#f4f4f4)); background-image: -webkit-linear-gradient(top, #fdfdfd, #f4f4f4); background-image: -o-linear-gradient(top, #fdfdfd, #f4f4f4); background-image: linear-gradient(to bottom, #fdfdfd, #f4f4f4); background-repeat: repeat-x; filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fffdfdfd', endColorstr='#fff4f4f4', GradientType=0); border-bottom: 1px solid #dbdbdb; -webkit-border-radius: 5px 5px 0 0; -moz-border-radius: 5px 5px 0 0; border-radius: 5px 5px 0 0; text-shadow: 0 1px 0 0 1px 0 #ffffff; height: 35px; line-height: 35px; position: relative; padding: 0 15px 0 0; overflow: hidden; } .widget .widget-head > .glyphicons, .widget .widget-head ul .glyphicons { height: 30px; width: 30px; padding: 0; } .widget .widget-head > .glyphicons i:before, .widget .widget-head ul .glyphicons i:before { width: 30px; height: 30px; line-height: 23px; text-align: center; font-size: 16px; color: rgba(255, 255, 255, 0.5); } .widget .widget-head .heading { margin: 0; color: #7c7c7c; font-size: 14px; height: 35px; line-height: 35px; padding: 0 15px; float: left; } .widget .widget-head .heading.glyphicons { width: auto; display: block; padding: 0 0 0 35px; } .widget .widget-head .heading.glyphicons i:before { padding: 0; margin: 0; left: 0; top: 0; height: 35px; line-height: 35px; text-align: center; width: 35px; color: #7c7c7c; font-size: 16px; font-weight: normal; text-shadow: none; } .widget .widget-head a { text-shadow: none; } .widget .widget-head .dropdown-menu li > a:hover, .widget .widget-head .dropdown-menu li > a:focus, .widget .widget-head .dropdown-submenu:hover > a { background-color: #4a8bc2; background-image: -moz-linear-gradient(top, #4a8bc2, #d24343); background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#4a8bc2), to(#d24343)); background-image: -webkit-linear-gradient(top, #4a8bc2, #d24343); background-image: -o-linear-gradient(top, #4a8bc2, #d24343); background-image: linear-gradient(to bottom, #4a8bc2, #d24343); background-repeat: repeat-x; filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffda4c4c', endColorstr='#ffd24343', GradientType=0); } .widget .details { font-size: 8pt; color: #7c7c7c; } .widget .widget-body { position: relative; padding: 15px; } .widget .widget-body form { margin: 0; } .widget .widget-body > pre:last-child, .widget .widget-body > p:last-child { margin: 0; } .widget .widget-body.list { color: #7c7c7c; padding: 0; } .widget .widget-body.list .count { font-size: 15pt; font-weight: 400; } .widget .widget-body.list ul { margin: 0; padding: 0; list-style: none; } .widget .widget-body.list ul li { padding: 0 10px; height: 39px; border-bottom: 1px solid #dbdbdb; position: relative; line-height: 39px; text-align: left; text-shadow: 0 1px 0 #ffffff; clear: both; } .widget .widget-body.list ul li .badge { position: absolute; right: 8px; top: 10px; } .widget .widget-body.list ul li:first-child { border-top: none; } .widget .widget-body.list ul li:last-child { border-bottom: none; } .widget .widget-body.list ul li .count { float: right; color: #000000; } .widget .widget-body.list ul li .sparkline { position: relative; top: 5px; margin-left: 5px; } .widget .widget-body.list ul li a { color: #000000; font-weight: bold; } .widget .widget-body.list.products li { height: 60px; line-height: 60px; } .widget .widget-body.list.products .img { float: left; display: inline-block; width: 48px; height: 44px; line-height: 44px; color: #fff; text-align: center; background: #272729; margin: 8px 8px 0 0; -webkit-border-radius: 3px 3px 3px 3px; -moz-border-radius: 3px 3px 3px 3px; border-radius: 3px 3px 3px 3px; text-shadow: none; cursor: pointer; font-size: 10pt; font-weight: 600; } .widget .widget-body.list.products .title { line-height: normal; display: inline-block; padding: 13px 0 0; text-transform: uppercase; } .widget .widget-body.list.products .title strong { font-family: "Open Sans", sans-serif; text-transform: none; } .widget .widget-body.list.fluid ul li { height: auto; line-height: normal; padding: 10px; } .widget .widget-body.list.list-2 ul li { border-bottom: 1px solid #d8d9da; border-top: none; background: #f8f8f8; } .widget .widget-body.list.list-2 ul li.active { border-color: #dddddd; background: #fff; } .widget .widget-body.list.list-2 ul li.active i:before { font-weight: normal; background: #4a8bc2; color: #fff; text-shadow: none; } .widget .widget-body.list.list-2 ul li.active a { color: #4a8bc2; } .widget .widget-body.list.list-2 ul li:last-child { border-bottom: none; } .widget .widget-body.list.list-2 ul li a { display: block; color: #222; padding: 0 0 0 30px; } .widget .widget-body.list.list-2 ul li a i:before { color: #555; width: 20px; height: 17px; font-size: 14px; border: 1px solid #ccc; background: #dddddd; top: 9px; left: 0; text-align: center; vertical-align: middle; padding-top: 3px; text-shadow: 0 1px 0 #fff; } .widget .widget-body.list.list-2 ul li.hasSubmenu { height: auto; } .widget .widget-body.list.list-2 ul li.hasSubmenu ul { padding: 0 0 10px; } .widget .widget-body.list.list-2 ul li.hasSubmenu ul li { height: auto; line-height: normal; background: none; border: none; line-height: 20px; } .widget .widget-body.list.list-2 ul li.hasSubmenu ul li a { color: #333; padding: 0 0 0 20px; } .widget .widget-body.list.list-2 ul li.hasSubmenu ul li.active a { font-weight: bold; } .widget .widget-footer { background: #fafafa; height: 25px; line-height: 25px; border-top: 1px solid #ebebeb; } .widget .widget-footer .glyphicons { width: 25px; height: 25px; line-height: 25px; padding: 0; float: right; } .widget .widget-footer .glyphicons i:before { font-size: 16px; color: #c3c3c3; text-align: center; width: 20px; height: 25px; line-height: 25px; text-shadow: 0 1px 0 #ffffff; } .widget .widget-footer .glyphicons:hover i:before { color: rgba(0, 0, 0, 0.5); } .widget.margin-bottom-none { margin-bottom: 0; } .widget.widget-gray { background: #f5f5f5; } .widget.widget-gray .widget-head { background: #e9e9e9; border-color: #d1d2d3; box-shadow: inset 1px 1px 1px rgba(255, 255, 255, 0.6), inset -1px -1px 1px rgba(0, 0, 0, 0); -moz-box-shadow: inset 1px 1px 1px rgba(255, 255, 255, 0.6), inset -1px -1px 1px rgba(0, 0, 0, 0); -webkit-box-shadow: inset 1px 1px 1px rgba(255, 255, 255, 0.6), inset -1px -1px 1px rgba(0, 0, 0, 0); } .widget.widget-gray .widget-head .heading { color: #555555; text-shadow: 0 1px 0 #fff; } .widget.widget-gray .widget-head .heading.glyphicons i:before { background: none; color: #555; border-color: rgba(0, 0, 0, 0.1); } .widget.widget-2:before, .widget.widget-2:after { display: none; } .widget.widget-2 .widget-head { background: #e2e2e4; box-shadow: inset 1px 1px 1px rgba(255, 255, 255, 0.6), inset -1px -1px 1px rgba(0, 0, 0, 0); -moz-box-shadow: inset 1px 1px 1px rgba(255, 255, 255, 0.6), inset -1px -1px 1px rgba(0, 0, 0, 0); -webkit-box-shadow: inset 1px 1px 1px rgba(255, 255, 255, 0.6), inset -1px -1px 1px rgba(0, 0, 0, 0); height: 36px; line-height: 36px; border-color: #d1d2d3; } .widget.widget-2 .widget-head .heading { line-height: 36px; color: #555555; text-shadow: 0 1px 0 #fff; font-size: 12pt; } .widget.widget-2 .widget-head .heading i:before { color: #555555; background: none; border: none; left: 3px; top: 2px; } .widget.widget-2 .widget-body { border: 1px solid #d1d2d3; border-top: 0; background: #f5f5f5; } .widget.widget-2.primary .widget-head { background: #4a8bc2; border-color: #4a8bc2; box-shadow: inset 1px 1px 1px rgba(255, 255, 255, 0.6), inset -1px -1px 1px rgba(0, 0, 0, 0.1); -moz-box-shadow: inset 1px 1px 1px rgba(255, 255, 255, 0.6), inset -1px -1px 1px rgba(0, 0, 0, 0.1); -webkit-box-shadow: inset 1px 1px 1px rgba(255, 255, 255, 0.6), inset -1px -1px 1px rgba(0, 0, 0, 0.1); } .widget.widget-2.primary .widget-head .heading { color: #fff; text-shadow: 0 1px 0 rgba(0, 0, 0, 0.5); } .widget.widget-2.primary .widget-head .heading i:before { color: #fff; text-shadow: 0 1px 0 rgba(0, 0, 0, 0.5); } .widget.widget-3:before, .widget.widget-3:after { display: none; } .widget.widget-3 .widget-head { height: 36px; line-height: 36px; } .widget.widget-3 .widget-head .heading { display: block; text-align: center; float: none; line-height: 36px; height: 36px; text-transform: uppercase; font-size: 12pt; } .widget.widget-3 .widget-head .heading i:before { background: none; border: none; left: 3px; top: 5px; font-size: 20px; color: #45484d; } .widget.widget-3 .widget-head .heading .glyphicons { vertical-align: middle; width: 35px; height: 36px; padding: 0; } .widget.widget-3 .widget-body { border-bottom: 1px solid #dbdbdb; } .widget.widget-3 .widget-body.large { font-size: 26pt; font-weight: bold; text-align: center; padding: 25px 0; vertical-align: middle; line-height: normal; } .widget.widget-3 .widget-body.large.cancellations span { line-height: 20px; text-align: left; font-size: 17pt; display: inline-block; text-shadow: none; } .widget.widget-3 .widget-body.large.cancellations span span { display: block; } .widget.widget-3 .widget-body.large.cancellations span span:first-child { color: #4a8bc2; text-transform: uppercase; font-size: 13pt; } .widget.widget-3 .widget-body.large.dashboard { padding: 15px 0; } .widget.widget-3 .widget-footer { background: #fafafa; border-top: none; } .widget.widget-3 .widget-footer a { float: none; color: #dddddd; width: auto; padding: 0 10px 0 30px; border-right: 1px solid #dbdbdb; text-decoration: none; } .widget.widget-3 .widget-footer a i:before { color: #dddddd; left: 5px; } .widget.widget-3 .widget-footer a:hover { color: #4a8bc2; } .widget.widget-3 .widget-footer a:hover i:before { color: #4a8bc2; } .widget.widget-3 .widget-footer.align-center { text-align: center; } .widget.widget-3 .widget-footer.align-center a:first-child { border-left: 1px solid #dbdbdb; } .widget.widget-3 .widget-footer.align-right { text-align: right; } .widget.widget-3 .widget-footer.align-right a:first-child { border-left: 1px solid #dbdbdb; } .widget.widget-3 .widget-footer.align-right a:last-child { border-right: none; } .widget.widget-4 { border: none; background: none; } .widget.widget-4 .widget-head { background: none; padding: 10px; border: none; } .widget.widget-4 .widget-head .heading { color: #544f49; text-shadow: none; padding: 0; margin: 0; } .widget.widget-4 .widget-body { padding: 0 10px 10px; border: none; } .widget.widget-4 .widget-body.list ul li { padding: 0; } .widget.widget-heading-simple { border: none; background: none; } .widget.widget-heading-simple > .widget-head { border: none; background: none; background-image: none !important; filter: none !important; padding: 0 0 5px; height: 30px; line-height: 25px; } .widget.widget-heading-simple > .widget-head .heading { padding: 0; height: 25px; line-height: 25px; } .widget.widget-heading-simple > .widget-head .heading.glyphicons { padding: 0 0 0 25px; } .widget.widget-heading-simple > .widget-head .heading.glyphicons i:before { text-align: left; width: 25px; height: 25px; line-height: 25px; } .widget.widget-heading-simple > .widget-body { border: 1px solid #dbdbdb; -webkit-border-radius: 5px 5px 5px 5px; -moz-border-radius: 5px 5px 5px 5px; border-radius: 5px 5px 5px 5px; } .widget.widget-body-simple { box-shadow: none !important; -moz-box-shadow: none !important; -webkit-box-shadow: none !important; } .widget.widget-body-simple > .widget-body { background: none; border: none; padding: 0; } .widget.widget-body-white > .widget-body { background: #ffffff; } .widget.widget-body-gray { box-shadow: 0 3px 0 0 #f6f6f6; -moz-box-shadow: 0 3px 0 0 #f6f6f6; -webkit-box-shadow: 0 3px 0 0 #f6f6f6; } .widget.widget-body-gray > .widget-body { background: #e5e5e5; } .widget.widget-body-primary { box-shadow: 0 3px 0 0 #f6f6f6; -moz-box-shadow: 0 3px 0 0 #f6f6f6; -webkit-box-shadow: 0 3px 0 0 #f6f6f6; } .widget.widget-body-primary > .widget-body { background: #4a8bc2; } .widget.widget-body-primary > .widget-body * { color: #fff; text-shadow: none; } .widget.widget-body-multiple { box-shadow: none !important; -moz-box-shadow: none !important; -webkit-box-shadow: none !important; } .widget.widget-body-multiple > .widget-body { box-shadow: 0 3px 0 0 #dbdbdb; -moz-box-shadow: 0 3px 0 0 #dbdbdb; -webkit-box-shadow: 0 3px 0 0 #dbdbdb; margin-bottom: 7.5px; } .widget.widget-body-multiple > .widget-body:last-of-type { margin-bottom: 0; } .widget.widget-body-multiple.widget-body-gray > .widget-body { box-shadow: 0 3px 0 0 #f6f6f6; -moz-box-shadow: 0 3px 0 0 #f6f6f6; -webkit-box-shadow: 0 3px 0 0 #f6f6f6; } .glyphicons.standard { width: 24px; height: 24px; padding: 0; } .glyphicons.standard i { display: block; height: 24px; } .glyphicons.standard i:before { color: #64625f; position: relative; top: auto; left: auto; } .glyphicons.standard:not(.disabled):hover i:before { color: #797979; } .glyphicons.standard.btn { padding: 4px; } .glyphicons.standard.btn.btn-small { padding: 2px 5px; width: auto; height: auto; } .glyphicons.standard.btn.btn-small i:before { top: auto; line-height: 22px; } .glyphicons.primary i:before { color: #4a8bc2; } .glyphicons.single { color: #4a8bc2; padding: 0 0 0 20px; } .glyphicons.single i:before { font-size: 13px; top: 4px; color: #4a8bc2; } .glyphicons.single + .single { margin-left: 8px; } .glyphicons.single.regular { color: #7c7c7c; } .glyphicons.single.regular i:before { color: #7c7c7c; } .glyphicons.text-error { color: #4a8bc2; } .glyphicons.text-error i:before { color: #4a8bc2; } .glyphicons.text-info { color: #5d92b3; } .glyphicons.text-info i:before { color: #5d92b3; } .glyphicons.text-success { color: #719d46; } .glyphicons.text-success i:before { color: #719d46; } .glyphicons.btn-action { width: 25px; height: 25px; padding: 0; -webkit-border-radius: 5px 5px 5px 5px; -moz-border-radius: 5px 5px 5px 5px; border-radius: 5px 5px 5px 5px; border-width: 1px; border-style: solid; vertical-align: middle; } .glyphicons.btn-action i:before { font-size: 14px; top: 5px; left: 5px; text-shadow: 0 1px 0 #fff; color: #fff !important; } .glyphicons.btn-action.btn-default i:before { color: #7c7c7c !important; } .glyphicons.btn-action.single { box-shadow: none; -webkit-box-shadow: none; -moz-box-shadow: none; border: none; background: none; margin-right: 10px; } .glyphicons.btn-icon { text-align: left; padding: 5px 7px 5px 40px; } .glyphicons.btn-icon i { float: left; } .glyphicons.btn-icon i:before { font-size: 15px; top: 0; left: 0; width: 33px; height: 23px; -webkit-border-radius: 3px 0px 0px 3px; -moz-border-radius: 3px 0px 0px 3px; border-radius: 3px 0px 0px 3px; vertical-align: middle; padding: 7px 0 0; text-align: center; } .glyphicons.btn-icon.right { text-align: left; padding: 5px 0 5px 7px; } .glyphicons.btn-icon.right i:before { -webkit-border-radius: 0 3px 3px 0; -moz-border-radius: 0 3px 3px 0; border-radius: 0 3px 3px 0; right: 0; left: auto; text-align: center; } .glyphicons.btn-large { padding: 10px 10px 10px 40px; font-weight: 600; } .glyphicons.btn-large i:before { top: 12px; left: 12px; font-size: 17px; } .glyphicons.btn-large.btn-icon i:before { top: 0; left: 0; height: 28px; padding: 12px 0 0; } .glyphicons.btn-small { padding: 2px 10px 2px 35px; } .glyphicons.btn-small i:before { padding: 5px 0 0; width: 28px; height: 19px; font-size: 14px; } .glyphicons.btn-mini { padding: 1px 6px 1px 33px; } .glyphicons.btn-mini i:before { padding: 5px 0 0; width: 26px; height: 17px; font-size: 13px; } .glyphicons.orange i:before { color: #EDB459; } .glyphicons.btn-default i:before { color: #9e9e9e; text-shadow: none; } .finances_summary .well { font-size: 16px; text-align: center; } .finances_summary .well strong { display: block; font-size: 22pt; color: #45494c; line-height: normal; } .finances_summary .glyphicons.standard i:before { color: #cccccc; } div.glyphicons { padding: 0 0 0 35px; display: block; } div.glyphicons i:before { color: #cccccc; } div.glyphicons.glyphicon-large { padding: 0 0 0 75px; } div.glyphicons.glyphicon-large i:before { font-size: 50px; left: 0; } div.glyphicons.glyphicon-large.group-column { padding: 0 0 0 85px; } div.glyphicons.glyphicon-large.group-column i:before { font-size: 45px; left: 12px; } div.glyphicons.glyphicon-top { padding: 0; text-align: center; } div.glyphicons.glyphicon-top i { display: block; position: relative; } div.glyphicons.glyphicon-top i:before { position: relative; left: auto; top: auto; } div.glyphicons.glyphicon-top.glyphicon-xlarge i { padding: 0 0 10px; } div.glyphicons.glyphicon-top.glyphicon-xlarge i:before { font-size: 70px; } div.glyphicons.glyphicon-primary i:before { color: #4a8bc2; } .widget-body-primary div.glyphicons i:before { color: #fff; } .social-large { height: 97px; } .social-large a { display: block; height: 97px; float: left; padding: 10px 19px; color: #d5d5d5; background: #ffffff; font-weight: bold; text-align: center; border-right: 1px solid #e5e5e5; text-decoration: none; } .social-large a i { display: block; position: relative; padding: 0 0 8px; } .social-large a i:before { display: block; text-align: center; top: auto; left: auto; position: relative; font-size: 50px; color: #d5d5d5; } .social-large a.active, .social-large a:hover { color: #fff; background: #4a8bc2; } .social-large a.active i:before, .social-large a:hover i:before { color: #fff; } .social-large a:last-child { border: none; } .social-large.social-large-2 a { display: inline-block; font-weight: 400; float: none; border: none; background: none; color: #444444; } .social-large.social-large-2 a i:before { color: #444444; } .social-large.social-large-2 a.active, .social-large.social-large-2 a:hover { color: #4a8bc2; } .social-large.social-large-2 a.active i:before, .social-large.social-large-2 a:hover i:before { color: #4a8bc2; } .jumbotron { background: none; } .widget-search input { width: 100%; } /* --- LOADING [less.forms] from assets/components/core/custom/less/forms.less */ .checkbox.inline { padding-bottom: 1px; } .radio.inline + .radio.inline, .checkbox.inline + .checkbox.inline { margin-left: 3px; } label, input, button, select, textarea { font-size: 13px; } legend { line-height: normal; height: auto; font-size: 18px; margin: 0 0 6px; text-align: left; padding: 0; border: 0; color: #797979; } .form-control { -webkit-border-radius: 0 !important; -moz-border-radius: 0 !important; border-radius: 0 !important; } .control-label.center { text-align: center; } .uneditable-input { color: #999999; background: #fcfcfc; border: 1px solid #cccccc; -webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.025); -moz-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.025); box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.025); display: inline-block; height: 20px; padding: 4px 6px; line-height: 20px; -webkit-border-radius: 4px 0 0 4px; -moz-border-radius: 4px 0 0 4px; border-radius: 4px 0 0 4px; position: relative; float: none; width: 100px; display: table-cell; } .farbtastic, .farbtastic .wheel { margin: 0 auto; } /* --- LOADING [less.alerts] from assets/components/ui/alerts/assets/alerts.less */ .alert { margin: 0 0 15px; } .alert h4 { margin: 0 0 5px; } .alert.alert-warning { background: #ab7a4b; color: #fff; border-color: #ab7a4b; } .alert.alert-warning .close { color: #fff; } .alert.alert-warning h4 { color: #fff; } .alert.alert-danger { background: #bd362f; color: #fff; border-color: #bd362f; } .alert.alert-danger .close { color: #fff; } .alert.alert-danger h4 { color: #fff; } .alert.alert-primary { background: #4a8bc2; color: #fff; border-color: #4a8bc2; } .alert.alert-primary .close { color: #fff; } .alert.alert-primary h4 { color: #fff; } .alert.alert-info { background: #dff3f8; color: #7399b9; border-color: #93b9d8; } .alert.alert-info .close { color: #7399b9; } .alert.alert-success { border-color: #609450; background: #609450; color: #fff; } .alert.alert-success .close, .alert.alert-success h4 { color: #fff; } .alert .close { opacity: 1; filter: alpha(opacity=100); color: #fff; } /* --- LOADING [less.buttons] from assets/components/ui/buttons/assets/buttons.less */ .btn { font-weight: 600; -webkit-border-radius: 2px 2px 2px 2px; -moz-border-radius: 2px 2px 2px 2px; border-radius: 2px 2px 2px 2px; } .btn-block { width: 100%; } .btn + .btn:not(.btn-block) { margin: 0 0 0 5px; } .input-append .btn + .btn, .input-prepend .btn + .btn { margin-left: -1px; } .btn-group .btn + .btn:not(.btn-block) { margin-left: -1px; } .btn-group.dropup .btn:first-child { -webkit-border-radius: 0 0 0 0; -moz-border-radius: 0 0 0 0; border-radius: 0 0 0 0; } .btn-default { text-shadow: 0 1px 0 rgba(255, 255, 255, 0.75); color: rgba(0, 0, 0, 0.6); text-shadow: 0 1px 0 #fff; font-weight: 600; background-color: #efefef; background-image: -moz-linear-gradient(top, #f4f4f4, #e7e7e7); background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#f4f4f4), to(#e7e7e7)); background-image: -webkit-linear-gradient(top, #f4f4f4, #e7e7e7); background-image: -o-linear-gradient(top, #f4f4f4, #e7e7e7); background-image: linear-gradient(to bottom, #f4f4f4, #e7e7e7); background-repeat: repeat-x; filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fff4f4f4', endColorstr='#ffe7e7e7', GradientType=0); border: 1px solid #cecece; } .btn-group.open .btn-default.dropdown-toggle, .btn-default.disabled, .btn-default[disabled], .btn-default:hover, .btn-default:focus { background: #e8e8e8; } .btn-default:active, .btn-default.active { background: #e8e8e8; color: #fff; text-shadow: none; } .btn-default .caret { border-top-color: rgba(0, 0, 0, 0.5); } .btn-warning { background-color: #b6895e; background-image: -moz-linear-gradient(top, #be946b, #ab7a4b); background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#be946b), to(#ab7a4b)); background-image: -webkit-linear-gradient(top, #be946b, #ab7a4b); background-image: -o-linear-gradient(top, #be946b, #ab7a4b); background-image: linear-gradient(to bottom, #be946b, #ab7a4b); background-repeat: repeat-x; filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffbe946b', endColorstr='#ffab7a4b', GradientType=0); border: 1px solid #88613b; color: #ffffff; text-shadow: 0 1px 0 rgba(0, 0, 0, 0.5); } .btn-warning.glyphicons i:before { color: rgba(255, 255, 255, 0.5); text-shadow: none; } .btn-group.open .btn-warning.dropdown-toggle, .btn-warning.disabled, .btn-warning[disabled], .btn-warning:hover, .btn-warning:focus { background: #ab7a4b; color: #fff; } .btn-warning:active, .btn-warning.active { background: #ab7a4b; color: #fff; } .btn-warning .caret { border-top-color: rgba(255, 255, 255, 0.7); border-bottom-color: rgba(255, 255, 255, 0.7); } .btn-info { background: #93B9D8; border: 1px solid #93B9D8; color: #ffffff; text-shadow: 0 1px 0 rgba(0, 0, 0, 0.5); } .btn-info.glyphicons i:before { color: rgba(255, 255, 255, 0.5); text-shadow: none; } .btn-group.open .btn-info.dropdown-toggle, .btn-info.disabled, .btn-info[disabled], .btn-info:hover, .btn-info:focus { background: #93B9D8; color: #fff; } .btn-info:active, .btn-info.active { background: #93B9D8; color: #fff; } .btn-info .caret { border-top-color: rgba(255, 255, 255, 0.7); border-bottom-color: rgba(255, 255, 255, 0.7); } .btn-danger { background-color: #ca4741; background-image: -moz-linear-gradient(top, #d3534c, #bd362f); background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#d3534c), to(#bd362f)); background-image: -webkit-linear-gradient(top, #d3534c, #bd362f); background-image: -o-linear-gradient(top, #d3534c, #bd362f); background-image: linear-gradient(to bottom, #d3534c, #bd362f); background-repeat: repeat-x; filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffd3534c', endColorstr='#ffbd362f', GradientType=0); border: 1px solid #942a25; color: #ffffff; text-shadow: 0 1px 0 rgba(0, 0, 0, 0.5); } .btn-danger.glyphicons i:before { color: rgba(255, 255, 255, 0.5); text-shadow: none; } .btn-group.open .btn-danger.dropdown-toggle, .btn-danger.disabled, .btn-danger[disabled], .btn-danger:hover, .btn-danger:focus { background: #bd362f; color: #fff; } .btn-danger:active, .btn-danger.active { background: #bd362f; color: #fff; } .btn-danger .caret { border-top-color: rgba(255, 255, 255, 0.7); border-bottom-color: rgba(255, 255, 255, 0.7); } .btn-primary { background-color: #619aca; background-image: -moz-linear-gradient(top, #70a3cf, #4a8bc2); background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#70a3cf), to(#4a8bc2)); background-image: -webkit-linear-gradient(top, #70a3cf, #4a8bc2); background-image: -o-linear-gradient(top, #70a3cf, #4a8bc2); background-image: linear-gradient(to bottom, #70a3cf, #4a8bc2); background-repeat: repeat-x; filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff70a3cf', endColorstr='#ff4a8bc2', GradientType=0); border: 1px solid #3771a2; color: #ffffff; text-shadow: 0 1px 0 rgba(0, 0, 0, 0.5); } .btn-primary.glyphicons i:before { color: rgba(255, 255, 255, 0.4); text-shadow: none; } .btn-group.open .btn-primary.dropdown-toggle, .btn-primary.disabled, .btn-primary[disabled], .btn-primary:hover, .btn-primary:focus { background: #4a8bc2; color: #fff; } .btn-primary:active, .btn-primary.active { background: #4a8bc2; color: #fff; } .btn-primary .caret { border-top-color: #ffffff; border-bottom-color: #ffffff; } .btn-inverse { background-color: #53575d; background-image: -moz-linear-gradient(top, #5d6168, #45484d); background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#5d6168), to(#45484d)); background-image: -webkit-linear-gradient(top, #5d6168, #45484d); background-image: -o-linear-gradient(top, #5d6168, #45484d); background-image: linear-gradient(to bottom, #5d6168, #45484d); background-repeat: repeat-x; filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff5d6168', endColorstr='#ff45484d', GradientType=0); border: 1px solid #2d2f32; color: #ffffff; text-shadow: 0 1px 0 rgba(0, 0, 0, 0.5); } .btn-inverse.glyphicons i:before { color: #919293; text-shadow: none; } .btn-group.open .btn-inverse.dropdown-toggle, .btn-inverse.disabled, .btn-inverse[disabled], .btn-inverse:hover, .btn-inverse:focus { background: #45484d; color: #fff; } .btn-inverse:active, .btn-inverse.active { background: #45484d; color: #fff; } .btn-inverse .caret { border-top-color: #fff; border-bottom-color: #fff; } .btn-success { background-color: #6fa45f; background-image: -moz-linear-gradient(top, #79ae69, #609450); background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#79ae69), to(#609450)); background-image: -webkit-linear-gradient(top, #79ae69, #609450); background-image: -o-linear-gradient(top, #79ae69, #609450); background-image: linear-gradient(to bottom, #79ae69, #609450); background-repeat: repeat-x; filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff79ae69', endColorstr='#ff609450', GradientType=0); border: 1px solid #4b733e; color: #ffffff; text-shadow: 0 1px 0 rgba(0, 0, 0, 0.5); } .btn-success.glyphicons i:before { color: #a2bc9b; text-shadow: none; } .btn-group.open .btn-success.dropdown-toggle, .btn-success.disabled, .btn-success[disabled], .btn-success:hover, .btn-success:focus { background: #609450; color: #fff; } .btn-success:active, .btn-success.active { background: #609450; color: #fff; } .btn-success .caret { border-top-color: #fff; border-bottom-color: #fff; } .btn-group-vertical.block { display: block; } .btn-group.btn-block { padding: 0; position: relative; } .btn-group.btn-block .leadcontainer { left: 0; position: absolute; right: 29px; } .btn-group.btn-block .leadcontainer > .btn:first-child { -webkit-border-radius: 0 0 0 0; -moz-border-radius: 0 0 0 0; border-radius: 0 0 0 0; margin-left: 0; -webkit-border-bottom-left-radius: 4px; border-bottom-left-radius: 4px; -webkit-border-top-left-radius: 4px; border-top-left-radius: 4px; -moz-border-radius-bottomleft: 4px; -moz-border-radius-topleft: 4px; text-align: left; } .btn-group.btn-block .dropdown-lead { box-sizing: border-box; width: 100%; } .btn-group.btn-block .dropdown-toggle { width: 30px; float: right; box-sizing: border-box; text-align: center; padding-left: 0; padding-right: 0; } .btn-icon-stacked { text-align: left; padding: 5px 5px 5px 45px; } .btn-icon-stacked i { display: block; width: 24px; height: 24px; position: absolute; left: 10px; top: 10px; } .btn-icon-stacked i:before { left: auto; top: auto; position: relative; text-align: center; } .btn-icon-stacked span { display: block; font-size: 13px; line-height: normal; } .btn-facebook { color: #fff; text-shadow: 0 1px 0 rgba(0, 0, 0, 0.1); background-color: #728dc0; background-image: -moz-linear-gradient(top, #8098c6, #5d7cb6); background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#8098c6), to(#5d7cb6)); background-image: -webkit-linear-gradient(top, #8098c6, #5d7cb6); background-image: -o-linear-gradient(top, #8098c6, #5d7cb6); background-image: linear-gradient(to bottom, #8098c6, #5d7cb6); background-repeat: repeat-x; filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff8098c6', endColorstr='#ff5d7cb6', GradientType=0); border: 1px solid #5d7cb6; } .btn-facebook i:before { color: #fff; } .btn-facebook:hover { background: #8098c6; color: #fff; } .btn-google { color: #fff; text-shadow: 0 1px 0 rgba(0, 0, 0, 0.1); background-color: #b24343; background-image: -moz-linear-gradient(top, #bf4a4a, #9e3838); background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#bf4a4a), to(#9e3838)); background-image: -webkit-linear-gradient(top, #bf4a4a, #9e3838); background-image: -o-linear-gradient(top, #bf4a4a, #9e3838); background-image: linear-gradient(to bottom, #bf4a4a, #9e3838); background-repeat: repeat-x; filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffbf4a4a', endColorstr='#ff9e3838', GradientType=0); border: 1px solid #9e3838; } .btn-google i:before { color: #fff; } .btn-google:hover { background: #bf4a4a; color: #fff; } .btn-toggle-code { position: absolute; bottom: 0; right: 0; z-index: 1000; -webkit-border-radius: 0 0 0 0; -moz-border-radius: 0 0 0 0; border-radius: 0 0 0 0; } .btn-toggle-code.outside { bottom: -24px; } #demo_buttons .btn-block { max-width: 200px; margin: 0 auto; } #demo_buttons thead th { width: 25%; } /* --- LOADING [less.responsive] from assets/components/core/custom/less/responsive.less */ /* Desktop wide */ @media (min-width: 1200px) { .navbar.main .topnav > li.search form input { width: 155px; } } /* Desktop regular */ @media (min-width: 980px) and (max-width: 1199px) { body > .container-fluid.fixed { width: 98%; margin: 10px auto 10px; } .hidden-desktop-1 { display: none !important; } } /* Tablet */ @media (max-width: 979px) and (min-width: 768px) { .navbar.main .topnav > li.search { margin-left: 10px !important; } /* Dashboard Fix */ .tablet-column-reset { float: none !important; width: 100% !important; margin-left: 0 !important; clear: both !important; } .container-960 { width: auto; } #content > .container-960, #content [id*="landing"] .container-960 { margin: 0 10px; } } @media (max-width: 979px) { body > .container-fluid.fixed { width: auto; border: none; margin: 0; } html.front.top-full .navbar.main ul.topnav:first-of-type { margin: 0; } } @media (max-width: 767px) { body { padding: 0; } .container-960 { width: auto; } .nav-tabs > li > a { font-size: 10pt; } .nav-tabs > li > a, .nav-pills > li > a { padding-left: 5px; padding-right: 5px; } .documentation .span3 .menu.affix { position: relative; top: 0; width: auto; } .phone-margin.bottom { margin: 0 0 10px; } .well { padding: 5px; } .widget .widget-body { padding: 5px; } .widget.margin-bottom-none { margin-bottom: 10px; } .widget.widget-tabs .widget-head { height: auto; padding: 0; } .widget.widget-tabs .widget-head ul { display: block; border-right: none; height: auto; } .widget.widget-tabs .widget-head ul li { float: none; display: block; width: 100%; } .widget.widget-tabs-icons-only .widget-head { height: auto; } .widget-activity ul.list li > span.ellipsis { max-width: 60%; } .widget-activity ul.list li.double > span.ellipsis { max-width: 75%; } .widget-gallery .nav { display: none; } .widget-gallery.widget-gallery-slide .gallery { width: auto; } .widget-chat .media .pull-left, .widget-chat .media .pull-right { margin: 0; } .widget-chat .media small.author { position: relative; top: auto; left: auto; right: auto; width: auto; } .widget-chat .media small.date { border: none; } .tabsbar, .tabsbar.tabsbar-2 { height: auto; } .tabsbar ul, .tabsbar.tabsbar-2 ul { height: auto; } .widget-activity ul.list { margin: 0; } .widget.widget-tabs.widget-tabs-icons-only-2 .widget-head { height: 35px; } .widget.widget-tabs.widget-tabs-icons-only-2 .widget-head ul li { float: left; width: auto; } .media { text-align: center; } .media .pull-left, .media .pull-right { border: none; padding-bottom: 0; margin: 0; } .media img.pull-left, .media img.pull-right { display: inline-block; } .media blockquote { padding: 0; text-align: center; } .media blockquote.pull-right p, .media blockquote.pull-right small { text-align: center; } .menu-right #menu { left: 0; right: auto; } .menu-right.menu-hidden #content { margin: 0; } .row-merge > [class*="span"] ~ [class*="span"] { width: auto; } .row-merge > [class*="span"] ~ [class*="span"]:after { display: none; } .row-merge.border-top, .row-merge ~ .row-merge { border-top: 1px solid #e5e5e5; } body.login #login { padding: 50px 5px; } #gritter-notice-wrapper { display: none !important; } html.top-full .topnav .dropdown.submenu { height: auto; } html.top-full .topnav .dropdown.submenu .submenu-show { border: none !important; display: block !important; position: relative; margin: 0 !important; top: auto !important; left: auto !important; right: auto !important; } html.sidebar.sidebar-full body .menu-right #menu .slim-scroll > ul > li.open .dropdown-menu.submenu-show.pull-right, html.sidebar.sidebar-full body .menu-right #menu > ul > li.open .dropdown-menu.submenu-show.pull-right { border: none !important; display: block !important; position: relative; margin: 0 !important; top: auto !important; left: auto !important; right: auto !important; } html.front.top-full .menu-hidden .navbar.main { height: 100px; } html.front.top-full .menu-hidden .navbar.main .topnav > li:not(:first-of-type) { display: none; } html.top-full.sidebar-full .menu-left .navbar.main { border-left: 1px solid #346d9d; } html.top-full.sidebar-full .menu-right .navbar.main { border-right: 1px solid #346d9d; } html.top-full .navbar.main { height: auto; border-bottom: none; } html.top-full .navbar.main .btn-navbar { border-bottom: 1px solid #346d9d; border-right: 1px solid #346d9d; height: 50px; } html.top-full .navbar.main .topnav { border-left: none; border-right: none; float: none !important; } html.top-full .navbar.main .topnav > li { float: none; border-top: 1px solid #619aca; border-bottom: 1px solid #346d9d; height: 50px; line-height: 50px; } html.top-full .navbar.main .topnav > li.active, html.top-full .navbar.main .topnav > li:hover, html.top-full .navbar.main .topnav > li.open { padding: 8px; } html.top-full .navbar.main .topnav > li.search form { position: relative; } html.top-full .navbar.main .topnav > li.search form input { width: 90%; } html.top-full .navbar.main .topnav > li.search form button { position: absolute; right: 0; top: 0; } html.top-full .navbar.main .topnav > li:first-child { border-top: none; margin-left: 43px; } html.top-full .navbar.main .topnav > li .dropdown.submenu .dropdown-menu { position: relative; float: none; display: block !important; padding: 0; border: none; border-top: 1px solid #f3f3f3; } .menu-hidden .navbar.main { height: 50px; } #landing_1 [class*="span"], #landing_2 [class*="span"] { padding: 0 5px; } #landing_1 .banner-1, #landing_2 .banner-1 { height: auto; } #landing_1 .banner-1 .item, #landing_2 .banner-1 .item { height: auto; } #landing_1 .banner-1 .item img, #landing_2 .banner-1 .item img { min-height: 0; height: auto; } #landing_1 .banner-1 .carousel-caption, #landing_2 .banner-1 .carousel-caption { height: auto; } #landing_1 .banner, #landing_2 .banner { height: auto; } #landing_1 .banner .banner-wrapper, #landing_2 .banner .banner-wrapper { height: auto; } #landing_1 .banner .banner-wrapper.banner-1 h3, #landing_2 .banner .banner-wrapper.banner-1 h3, #landing_1 .banner .banner-wrapper.banner-1 p, #landing_2 .banner .banner-wrapper.banner-1 p, #landing_1 .banner .banner-wrapper.banner-1 .btn, #landing_2 .banner .banner-wrapper.banner-1 .btn, #landing_1 .banner .banner-wrapper.banner-1 .btn.btn-primary, #landing_2 .banner .banner-wrapper.banner-1 .btn.btn-primary, #landing_1 .banner .banner-wrapper.banner-1 .btn.btn-danger, #landing_2 .banner .banner-wrapper.banner-1 .btn.btn-danger { position: relative; top: auto; right: auto; left: auto; bottom: auto; margin: 0; } #landing_1 .banner .banner-wrapper.banner-1 .btn, #landing_2 .banner .banner-wrapper.banner-1 .btn { display: block; -webkit-border-radius: 0 0 0 0; -moz-border-radius: 0 0 0 0; border-radius: 0 0 0 0; } #landing_1 .banner .banner-wrapper.banner-1 p, #landing_2 .banner .banner-wrapper.banner-1 p { margin: 0 0 5px; text-align: center; width: auto; } #landing_1 .banner .banner-wrapper.banner-1 h3, #landing_2 .banner .banner-wrapper.banner-1 h3 { font-size: 12pt; line-height: 46px; text-align: center; margin: 0; } .social-large { height: auto; } .social-large a { float: none; display: block; border: none; border-bottom: 1px solid #e5e5e5; } .social-large a:last-child { border: none; } #content .heading-mosaic { height: auto !important; padding-top: 10px; padding-bottom: 10px; line-height: normal !important; } } @media (max-width: 480px) { h1, h2, h3 { line-height: 30px; font-size: 18pt; } h3.glyphicons i:before, h2.glyphicons i:before { font-size: 24px; top: 3px; left: 5px; } .heading-buttons .buttons { margin-top: 10px; float: none; padding: 0 10px; text-align: center; } .heading-buttons .buttons .btn { margin: 0; float: none; } .separator { padding: 5px 0; margin: 0; } .table-condensed th, .table-condensed td { padding: 4px 5px; } p.glyphicons { padding: 5px 0 10px 55px; } p.glyphicons i:before { color: #D67170; font-size: 35pt; top: 0; } p.glyphicons.right { padding: 0 55px 0 0; } } @media (max-width: 320px) { .nav-tabs > li, .nav-tabs > li > a, .nav-tabs > li > a:hover { display: block; float: none; margin: 0 0 -1px; border-color: #4a8bc2; } .nav-tabs > li:hover { border-color: #4a8bc2; } .nav-tabs > li, .nav-tabs > li > a { border-color: #E0D5C6; background: #F5EADB; -webkit-border-radius: 0 0 0 0; -moz-border-radius: 0 0 0 0; border-radius: 0 0 0 0; } } /* --- LOADING [less.breadcrumb] from assets/components/core/custom/less/breadcrumb.less */ .breadcrumb { height: 38px; line-height: 39px; padding: 0 15px; -webkit-border-radius: 0 0 0 0; -moz-border-radius: 0 0 0 0; border-radius: 0 0 0 0; margin: 0 0 15px; background: none; border-bottom: 1px solid #dbdbdb; box-shadow: 0 1px 0 0 #fff; -moz-box-shadow: 0 1px 0 0 #fff; -webkit-box-shadow: 0 1px 0 0 #fff; color: #ababab; font-size: 12px; position: relative; overflow: hidden; } .breadcrumb > li + li:before { display: none; } .breadcrumb li { text-shadow: 0 1px 0 #ffffff; line-height: 38px; height: 38px; } .breadcrumb li a { color: #ababab; font-weight: 600; } .breadcrumb li a.glyphicons { color: #ababab; padding: 0 0 0 25px; } .breadcrumb li a.glyphicons i:before { color: #ababab; font-size: 14px; top: 12px; left: 3px; } .breadcrumb li.divider { margin: 0 5px 0 7px; width: 0; border-left: 1px solid #dbdbdb; border-right: 1px solid #fff; vertical-align: top; } /* --- LOADING [less.tabs] from assets/components/tabs/assets/tabs.less */ .widget.widget-tabs { border-color: #dbdbdb; } .widget.widget-tabs .tab-content { padding: 0; } .widget.widget-tabs > .widget-head { background: #ffffff; border-color: #dbdbdb; overflow: visible; } .widget.widget-tabs > .widget-head ul { position: relative; overflow: visible; list-style: none; height: 35px; margin: 0; padding: 0; display: inline-block; } .widget.widget-tabs > .widget-head ul li { height: 35px; line-height: 35px; float: left; display: block; border-right: 1px solid #dbdbdb; } .widget.widget-tabs > .widget-head ul li a { width: auto; height: 35px; display: block; padding: 0 15px; position: relative; overflow: hidden; color: #7c7c7c; text-decoration: none; } .widget.widget-tabs > .widget-head ul li a i:before { left: 5px; top: 5px; color: #9d9d9d; text-shadow: 0 1px 0 #ffffff; } .widget.widget-tabs > .widget-head ul li a.glyphicons { padding: 0 15px 0 35px; } .widget.widget-tabs > .widget-head ul li.active { height: 36px; background: #fff; color: #505050; } .widget.widget-tabs > .widget-head ul li.active a { color: #505050; } .widget.widget-tabs > .widget-head ul li.active a i:before { color: #505050; } .widget.widget-tabs > .widget-head ul li.active:first-child { -webkit-border-radius: 5px 0 0 0; -moz-border-radius: 5px 0 0 0; border-radius: 5px 0 0 0; } .widget.widget-tabs > .widget-body.large { padding: 25px; } .widget.widget-tabs-double > .widget-head { height: 40px; } .widget.widget-tabs-double > .widget-head ul { height: 40px; } .widget.widget-tabs-double > .widget-head ul li, .widget.widget-tabs-double > .widget-head ul li.active { height: 40px; line-height: 20px; } .widget.widget-tabs-double > .widget-head ul li a, .widget.widget-tabs-double > .widget-head ul li.active a { height: 35px; padding: 5px 0 0; } .widget.widget-tabs-double > .widget-head ul li a span, .widget.widget-tabs-double > .widget-head ul li.active a span { display: block; line-height: 15px; } .widget.widget-tabs-double > .widget-head ul li a.glyphicons, .widget.widget-tabs-double > .widget-head ul li.active a.glyphicons { padding: 5px 15px 0 38px; } .widget.widget-tabs-double > .widget-head ul li a.glyphicons i:before, .widget.widget-tabs-double > .widget-head ul li.active a.glyphicons i:before { left: 4px; top: 9px; font-size: 20px; } .widget.widget-tabs-double-2 { border: none; } .widget.widget-tabs-double-2 > .widget-head { border: 1px solid #dbdbdb; border-bottom: none; height: 70px; } .widget.widget-tabs-double-2 > .widget-head.border-bottom { border-bottom: 1px solid #dbdbdb; } .widget.widget-tabs-double-2 > .widget-head ul { height: 70px; } .widget.widget-tabs-double-2 > .widget-head ul li { height: 70px; line-height: 20px; } .widget.widget-tabs-double-2 > .widget-head ul li a { -webkit-transition: color 1s ease; -moz-transition: color 1s ease; -o-transition: color 1s ease; transition: color 1s ease; height: 70px; padding: 5px 0 0; text-decoration: none; text-align: center; } .widget.widget-tabs-double-2 > .widget-head ul li a span { display: block; line-height: 30px; } .widget.widget-tabs-double-2 > .widget-head ul li a.glyphicons { padding: 0 15px; } .widget.widget-tabs-double-2 > .widget-head ul li a.glyphicons i { display: block; height: 37px; padding: 13px 0 0; line-height: 24px; text-align: center; } .widget.widget-tabs-double-2 > .widget-head ul li a.glyphicons i:before { left: auto; top: auto; font-size: 24px; position: relative; -webkit-transition: color 1s ease; -moz-transition: color 1s ease; -o-transition: color 1s ease; transition: color 1s ease; } .widget.widget-tabs-double-2 > .widget-head ul li.active { height: 70px; background: #ffffff; } .widget.widget-tabs-double-2 > .widget-head ul li.active a { color: #4a8bc2; } .widget.widget-tabs-double-2 > .widget-head ul li.active a i:before { color: #4a8bc2; } .widget.widget-tabs-double-2 > .widget-head ul li:hover { background: #ffffff; height: 69px; } .widget.widget-tabs-double-2 > .widget-head ul li:hover a { color: #4a8bc2; } .widget.widget-tabs-double-2 > .widget-head ul li:hover a i:before { color: #4a8bc2; } .widget.widget-tabs-double-2 > .widget-body { padding: 0; } .widget.widget-tabs-double-2 .widget-body-regular { padding: 10px; border: 1px solid #dbdbdb; } .widget.widget-tabs-double-2 .widget-body-regular p:last-child { margin: 0; } .widget.widget-tabs-vertical .widget-head { border: none; height: auto; padding: 0; } .widget.widget-tabs-vertical .widget-head ul { display: block; height: auto; } .widget.widget-tabs-vertical .widget-head ul li { float: none; display: block; border-right: none; border-bottom: 1px solid #dbdbdb; } .widget.widget-tabs-vertical .widget-head ul li:last-child { border: none; } .widget.widget-tabs-vertical .widget-body { padding: 0; } .widget.widget-tabs-vertical .widget-body .tab-content { padding: 12px 15px; } .widget.widget-wizard-pills .widget-head { height: 80px; padding: 10px 0; } .widget.widget-wizard-pills .widget-head ul { height: 60px; } .widget.widget-wizard-pills .widget-head ul li { height: 60px; line-height: 60px; color: #7c7c7c; padding: 0 0 0 10px; border: none; position: relative; } .widget.widget-wizard-pills .widget-head ul li.status { height: 45px; padding: 15px 15px 0; font-weight: 600; } .widget.widget-wizard-pills .widget-head ul li.status span.r { display: block; line-height: 15px; } .widget.widget-wizard-pills .widget-head ul li a { height: 58px; line-height: 60px; padding: 0; width: 58px; text-align: center; background: #dbdbdb; border: 1px solid #dbdbdb; color: #c8c8c8; font-weight: 600; font-size: 16pt; -webkit-border-radius: 5px 5px 5px 5px; -moz-border-radius: 5px 5px 5px 5px; border-radius: 5px 5px 5px 5px; position: relative; z-index: 2; } .widget.widget-wizard-pills .widget-head ul li.active { height: 60px; background: none; } .widget.widget-wizard-pills .widget-head ul li.active a { width: 60px; height: 60px; background: #f4f4f4; border: none; } .widget.widget-wizard-pills .widget-head ul li.primary a { width: 60px; height: 60px; background: #4a8bc2; border: none; color: #fff; } .widget.widget-wizard-pills .widget-head ul li:not(:first-child):before { position: absolute; background: #dbdbdb; height: 1px; left: 0; right: 0; top: 29px; display: block; content: ""; z-index: 1; } .widget.widget-wizard-pills .widget-head ul li.no-padding { padding: 0; } .widget.widget-tabs-2 { border-bottom: 1px solid #dbdbdb; } .widget.widget-tabs-2.border-bottom-none { border-bottom: none; } .widget.widget-tabs-2 > .widget-head { background: #fff; border: none; border-bottom: 1px solid #dbdbdb; padding: 0 10px; } .widget.widget-tabs-2 > .widget-head ul { border-color: #dbdbdb; } .widget.widget-tabs-2 > .widget-head ul li { border: none; } .widget.widget-tabs-2 > .widget-head ul li.active { background-color: #f7f7f7; background-image: -moz-linear-gradient(top, #f7f7f7, #ffffff); background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#f7f7f7), to(#ffffff)); background-image: -webkit-linear-gradient(top, #f7f7f7, #ffffff); background-image: -o-linear-gradient(top, #f7f7f7, #ffffff); background-image: linear-gradient(to bottom, #f7f7f7, #ffffff); background-repeat: repeat-x; } .widget.widget-tabs-2 > .widget-head ul li a { border: 1px solid #dddddd; border-bottom: none; border-right: none; color: #222; text-transform: uppercase; font-weight: 600; } .widget.widget-tabs-2 > .widget-head ul li:first-child a { -webkit-border-radius: 0 0 0 0; -moz-border-radius: 0 0 0 0; border-radius: 0 0 0 0; } .widget.widget-tabs-2 > .widget-body { background: #fff; border: none; padding: 15px; } .widget.tabs-right .widget-head ul { float: right; } .widget.widget-tabs-icons-only-2 > .widget-head ul li a.glyphicons { width: 38px; padding: 0; } .widget.widget-tabs-icons-only-2 > .widget-head ul li a.glyphicons i { width: 38px; display: block; line-height: 35px; } .widget.widget-tabs-icons-only-2 > .widget-head ul li a.glyphicons i:before { width: 38px; text-align: center; left: auto; top: auto; position: relative; display: block; line-height: 35px; color: #cbcbcb; } .widget.widget-tabs-icons-only-2 > .widget-head ul li.active a.glyphicons i:before { color: #505050; } .widget.widget-tabs-icons-only .widget-body { padding: 0; } .widget.widget-tabs-icons-only .widget-body p:last-child { margin: 0; } .widget.widget-tabs-icons-only .widget-head { padding: 0 0 10px; } .widget.widget-tabs-icons-only .widget-head ul { display: block; overflow: hidden; position: relative; list-style: none; margin: 0; height: 30px; line-height: 30px; padding: 0; } .widget.widget-tabs-icons-only .widget-head ul li { color: #dadada; float: left; display: block; padding: 0 10px 0 0; font-size: 8pt; line-height: 30px; } .widget.widget-tabs-icons-only .widget-head ul li.glyphicons { width: 36px; height: 30px; padding: 0 3px; text-align: center; cursor: pointer; } .widget.widget-tabs-icons-only .widget-head ul li.glyphicons i { background: #e5e5e5; -webkit-transition: background 0.5s ease; -moz-transition: background 0.5s ease; -o-transition: background 0.5s ease; transition: background 0.5s ease; display: block; -webkit-border-radius: 2px 2px 2px 2px; -moz-border-radius: 2px 2px 2px 2px; border-radius: 2px 2px 2px 2px; height: 30px; position: relative; } .widget.widget-tabs-icons-only .widget-head ul li.glyphicons i:before { position: relative; top: 0; left: 0; color: #64625f; font-size: 17px; line-height: 30px; } .widget.widget-tabs-icons-only .widget-head ul li.glyphicons:hover i { background: #dedede; } .widget.widget-tabs-icons-only .widget-head ul li.glyphicons.active i { background: #64625f; } .widget.widget-tabs-icons-only .widget-head ul li.glyphicons.active i:before { color: #fff; } .widget.widget-tabs-icons-only .widget-head ul li.glyphicons:last-child { padding: 0; } .tabsbar { height: 62px; border: 1px solid #dbdbdb; position: relative; overflow: hidden; margin: 0 0 15px; } .tabsbar ul { list-style: none; margin: 0; padding: 0; height: 60px; } .tabsbar ul li { float: left; display: block; height: 60px; border-right: 1px solid #dbdbdb; background: #fdfdfd; padding: 3px; } .tabsbar ul li a { display: block; height: 54px; line-height: 54px; background-color: #f9f9f9; background-image: -moz-linear-gradient(top, #fdfdfd, #f4f4f4); background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#fdfdfd), to(#f4f4f4)); background-image: -webkit-linear-gradient(top, #fdfdfd, #f4f4f4); background-image: -o-linear-gradient(top, #fdfdfd, #f4f4f4); background-image: linear-gradient(to bottom, #fdfdfd, #f4f4f4); background-repeat: repeat-x; filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fffdfdfd', endColorstr='#fff4f4f4', GradientType=0); padding: 0 15px; color: #7c7c7c; text-decoration: none; -webkit-transition: background 1s ease; -moz-transition: background 1s ease; -o-transition: background 1s ease; transition: background 1s ease; } .tabsbar ul li a i { display: inline-block; float: left; width: 39px; height: 54px; } .tabsbar ul li a i:before { color: #7c7c7c; position: relative; top: auto; left: auto; line-height: 54px; text-align: center; } .tabsbar ul li.active a { background-color: #6ca1ce; background-image: -moz-linear-gradient(top, #83b0d5, #4a8bc2); background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#83b0d5), to(#4a8bc2)); background-image: -webkit-linear-gradient(top, #83b0d5, #4a8bc2); background-image: -o-linear-gradient(top, #83b0d5, #4a8bc2); background-image: linear-gradient(to bottom, #83b0d5, #4a8bc2); background-repeat: repeat-x; filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff83b0d5', endColorstr='#ff4a8bc2', GradientType=0); color: #fff; } .tabsbar ul li.active a i:before { color: #fff; } .tabsbar.tabsbar-2 { height: 39px; } .tabsbar.tabsbar-2 ul { height: 39px; } .tabsbar.tabsbar-2 ul li { height: 39px; padding: 0; background: none; border: none; -webkit-transition: background 0.5s ease; -moz-transition: background 0.5s ease; -o-transition: background 0.5s ease; transition: background 0.5s ease; } .tabsbar.tabsbar-2 ul li a { height: 39px; line-height: 39px; background: none; -webkit-transition: color 0.5s ease; -moz-transition: color 0.5s ease; -o-transition: color 0.5s ease; transition: color 0.5s ease; } .tabsbar.tabsbar-2 ul li a i { height: 39px; width: 33px; } .tabsbar.tabsbar-2 ul li a i:before { line-height: 39px; font-size: 20px; -webkit-transition: color 1s ease; -moz-transition: color 1s ease; -o-transition: color 1s ease; transition: color 1s ease; } .tabsbar.tabsbar-2 ul li.active { background: #fff; } .tabsbar.tabsbar-2 ul li.active a { color: #4a8bc2; } .tabsbar.tabsbar-2 ul li.active a i:before { color: #4a8bc2; } .tabsbar.tabsbar-2 ul li:not(.active):hover a { color: #4a8bc2; } .tabsbar.tabsbar-2 ul li:not(.active):hover a i:before { color: #4a8bc2; } .tabsbar.tabsbar-2.active-fill ul li.active a { background: #4a8bc2; color: #fff; } .tabsbar.tabsbar-2.active-fill ul li.active a i:before { color: #fff; } .nav-tabs > li > a:hover, .nav-pills > li > a, .nav-pills > li > a:hover { background: #4a8bc2; border-bottom-color: #4a8bc2; color: #fff; } .nav-tabs { border-bottom-color: #4a8bc2; } .nav-tabs > li > a { padding: 6px 8px; } .nav-tabs > .active > a, .nav-tabs > .active > a:hover { background: #4a8bc2; border-top-color: #4a8bc2; border-left-color: #4a8bc2; border-right-color: #4a8bc2; color: #fff; font-weight: bold; text-shadow: 0 1px 0 rgba(0, 0, 0, 0.5); box-shadow: inset 1px 1px 1px rgba(255, 255, 255, 0.2), inset -1px -1px 1px rgba(0, 0, 0, 0.2); -moz-box-shadow: inset 1px 1px 1px rgba(255, 255, 255, 0.2), inset -1px -1px 1px rgba(0, 0, 0, 0.2); -webkit-box-shadow: inset 1px 1px 1px rgba(255, 255, 255, 0.2), inset -1px -1px 1px rgba(0, 0, 0, 0.2); } .nav-pills a { cursor: pointer; } .nav-pills > .active > a, .nav-pills > .active > a:hover { background: #4a8bc2; color: #fff; } .nav-pills .glyphicons { padding-left: 25px; } .nav-pills .glyphicons i:before { position: relative; font-size: 14px; left: -10px; top: 2px; color: #F5EADB; font-weight: normal; text-shadow: none; } .tab-content { overflow: visible; padding: 0; } /* --- LOADING [less.accordions] from assets/components/core/custom/less/accordions.less */ .accordion { margin: 0 0 10px; position: relative; } .accordion .panel { border-color: #dbdbdb; -webkit-border-radius: 0 0 0 0; -moz-border-radius: 0 0 0 0; border-radius: 0 0 0 0; box-shadow: 0 3px 0 0 #dbdbdb; -moz-box-shadow: 0 3px 0 0 #dbdbdb; -webkit-box-shadow: 0 3px 0 0 #dbdbdb; -webkit-border-radius: 5px 5px 5px 5px; -moz-border-radius: 5px 5px 5px 5px; border-radius: 5px 5px 5px 5px; } .accordion .panel-body { font-size: 13px; background: #ffffff; -webkit-border-radius: 0 0 5px 5px; -moz-border-radius: 0 0 5px 5px; border-radius: 0 0 5px 5px; border-color: #dbdbdb; } .accordion .panel-heading { padding: 6px 15px; background-color: #f9f9f9; background-image: -moz-linear-gradient(top, #fdfdfd, #f4f4f4); background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#fdfdfd), to(#f4f4f4)); background-image: -webkit-linear-gradient(top, #fdfdfd, #f4f4f4); background-image: -o-linear-gradient(top, #fdfdfd, #f4f4f4); background-image: linear-gradient(to bottom, #fdfdfd, #f4f4f4); background-repeat: repeat-x; filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fffdfdfd', endColorstr='#fff4f4f4', GradientType=0); } .accordion .panel-heading .panel-title { color: #7c7c7c; text-decoration: none; line-height: 22px; } .accordion.accordion-2 { border: 1px solid #dbdbdb; } .accordion.accordion-2 .panel-heading { background-image: none !important; filter: none !important; border-bottom: 1px solid #dbdbdb; background: #ffffff; -webkit-border-radius: 0 0 0 0; -moz-border-radius: 0 0 0 0; border-radius: 0 0 0 0; } .accordion.accordion-2 .panel-heading .glyphicons { padding: 0; } .accordion.accordion-2 .panel-heading .glyphicons i { width: 30px; display: block; float: left; } .accordion.accordion-2 .panel-heading .glyphicons i:before { font-size: 20px; color: #cccccc; top: auto; left: auto; width: 30px; position: relative; text-align: center; } .accordion.accordion-2 .panel-collapse.in { border-bottom: 1px solid #dbdbdb; } .accordion.accordion-2 .panel { border: none; margin: 0; -webkit-border-radius: 0 0 0 0; -moz-border-radius: 0 0 0 0; border-radius: 0 0 0 0; } .accordion.accordion-2 .panel:last-child .panel-collapse.in { border-top: 1px solid #dbdbdb; } .accordion.accordion-2 .panel-body { border: none; -webkit-border-radius: 0 0 0 0; -moz-border-radius: 0 0 0 0; border-radius: 0 0 0 0; } /* --- LOADING [less.gallery] from assets/components/core/custom/less/gallery.less */ .gallery ul { margin: 0; padding: 0; list-style: none; } .gallery ul li { padding-left: 3px; padding-right: 3px; } .gallery ul li .thumb { position: relative; display: block; padding: 5px; margin-bottom: 10px; z-index: 1; overflow: hidden; } .gallery.gallery-masonry li[class*="span"] { margin-left: 0; } .gallery.gallery-2 li .thumb { padding: 0; border-color: #4c4c4c; } .thumb { display: block; padding: 3px; border: 1px solid #dbdbdb; } .thumb, .thumb img { -webkit-border-radius: 5px 5px 5px 5px; -moz-border-radius: 5px 5px 5px 5px; border-radius: 5px 5px 5px 5px; } .thumbnails { margin: 0; } .thumbnails > li { margin-bottom: 15px; } .thumbnails > li .thumbnail { border-color: #dbdbdb; background: #ffffff; box-shadow: 0 3px 0 0 #dbdbdb; -moz-box-shadow: 0 3px 0 0 #dbdbdb; -webkit-box-shadow: 0 3px 0 0 #dbdbdb; -webkit-border-radius: 5px 5px 5px 5px; -moz-border-radius: 5px 5px 5px 5px; border-radius: 5px 5px 5px 5px; } .thumbnails > li .thumbnail .caption { color: #7c7c7c; } .thumbnails > li a.thumbnail:hover, .thumbnails > li a.thumbnail:focus { border-color: #4a8bc2; -webkit-box-shadow: 0 1px 4px rgba(74, 139, 194, 0.25); -moz-box-shadow: 0 1px 4px rgba(74, 139, 194, 0.25); box-shadow: 0 1px 4px rgba(74, 139, 194, 0.25); text-decoration: none; } .thumbnail { border-color: #dbdbdb; } a.thumbnail .caption { display: block; } a.thumbnail:hover, a.thumbnail:focus { border-color: #4a8bc2; -webkit-box-shadow: 0 1px 4px rgba(74, 139, 194, 0.25); -moz-box-shadow: 0 1px 4px rgba(74, 139, 194, 0.25); box-shadow: 0 1px 4px rgba(74, 139, 194, 0.25); text-decoration: none; } /* --- LOADING [css.prettify] from assets/components/core/lib/plugins/prettyprint/assets/css/prettify.css */ /* --- LOADING [css.jquery.miniColors] from assets/components/themer/assets/plugins/minicolors/jquery.miniColors.css */ /* --- LOADING [less.themer] from assets/components/themer/assets/less/themer.less */ #themer { position: fixed; top: 40%; left: 50%; z-index: 1000; width: 260px; margin: -50px 0 0 -130px; text-align: left; } #themer.in { overflow: visible; } #themer .close2 { position: absolute; background: #DDD; color: #222; font-weight: 600; height: 20px; top: 14px; right: 10px; line-height: 20px; text-align: center; font-size: 10pt; padding: 0 10px; cursor: pointer; } #themer .wrapper { position: relative; background: #292c2e; border: 1px solid #2f3235; padding: 15px; color: #fafafa; } #themer .wrapper hr.separator { margin: 10px 0; border-top-color: #5e646b; border-bottom-color: #2f3235; } #themer .wrapper h4 { border-bottom: 1px solid #5e6060; padding: 0 0 10px; margin: 0 0 10px; color: #fff; } #themer .wrapper h4 span { color: #5e6060; font-weight: normal; font-size: 10pt; text-shadow: none; } #themer .wrapper .btn { margin: 0; } #themer .wrapper #themer-getcode-less { margin: 0 0 0 5px; } #themer .wrapper ul { margin: 0; list-style: none; } #themer .wrapper ul li { height: 25px; line-height: 25px; position: relative; } #themer .wrapper ul li .minicolors { line-height: normal; border: none; top: 2px; right: 0; position: absolute; } #themer .wrapper ul li .minicolors input { border: none; height: 20px; width: 69px; background: #414649; color: #fff; font-size: 9pt; padding: 0 5px; margin: 0 0 1px; } #themer .wrapper ul li .minicolors-swatch { cursor: pointer; width: 18px; height: 18px; } #themer .wrapper ul li .minicolors-panel { z-index: 10000; top: 24px; } #themer .wrapper ul li .minicolors-position-left .minicolors-panel { left: -152px; } #themer .wrapper ul li select { position: absolute; top: 3px; right: 0; width: 100px; height: 20px; line-height: normal; padding: 0; margin: 0; font-size: 9pt; background: #414649; border: 1px solid #2F3235; color: #fff; } #themer .wrapper ul li .link { text-decoration: underline; cursor: pointer; } #themer .wrapper ul li label { margin: 0; line-height: 25px; font-size: 9pt; } #themer .wrapper ul li label input { margin: 0 0 1px; } #themer .wrapper ul li.advanced { display: none; } #themer.themer-advanced .wrapper ul li.advanced { display: block; } /* --- LOADING [less.modals] from assets/components/modals/assets/less/modals.less */ .modal-backdrop { z-index: 10000; background: #000000; } .modal-backdrop, .modal-backdrop.fade.in { opacity: 0.9; filter: alpha(opacity=90); } .modal { z-index: 10001; } .modal .modal-content { border-color: #dbdbdb; box-shadow: 0 3px 0 0 #dbdbdb; -moz-box-shadow: 0 3px 0 0 #dbdbdb; -webkit-box-shadow: 0 3px 0 0 #dbdbdb; background: #ffffff; } .modal .modal-header { padding: 0 10px; height: 39px; line-height: 39px; border-color: #dbdbdb; background-color: #f9f9f9; background-image: -moz-linear-gradient(top, #fdfdfd, #f4f4f4); background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#fdfdfd), to(#f4f4f4)); background-image: -webkit-linear-gradient(top, #fdfdfd, #f4f4f4); background-image: -o-linear-gradient(top, #fdfdfd, #f4f4f4); background-image: linear-gradient(to bottom, #fdfdfd, #f4f4f4); background-repeat: repeat-x; filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fffdfdfd', endColorstr='#fff4f4f4', GradientType=0); -webkit-border-radius: 5px 5px 0 0; -moz-border-radius: 5px 5px 0 0; border-radius: 5px 5px 0 0; } .modal .modal-header .modal-title { font-size: 14px; line-height: 39px; height: 39px; margin: 0; padding: 0; font-weight: 600; } .modal .modal-header .close { position: absolute; top: 5px; right: 10px; padding: 0; margin: 0; opacity: 1; filter: alpha(opacity=100); color: #7c7c7c; text-shadow: 0 1px 0 #ffffff; } .modal .modal-body { padding: 10px; } .modal .modal-body p:last-child { margin: 0; } .modal .modal-footer { -webkit-border-radius: 0 0 5px 5px; -moz-border-radius: 0 0 5px 5px; border-radius: 0 0 5px 5px; box-shadow: inset 1px 1px 1px rgba(255, 255, 255, 0), inset -1px -1px 1px rgba(0, 0, 0, 0); -moz-box-shadow: inset 1px 1px 1px rgba(255, 255, 255, 0), inset -1px -1px 1px rgba(0, 0, 0, 0); -webkit-box-shadow: inset 1px 1px 1px rgba(255, 255, 255, 0), inset -1px -1px 1px rgba(0, 0, 0, 0); border-color: #ebebeb; padding: 10px; background: #fafafa; } /* --- LOADING [less.login] from assets/components/core/custom/less/login.less */ body.login { background: #f0f0f0; } body.login #login { padding: 40px 0 0; } body.login #login a:not(.btn) { color: #7c7c7c; text-decoration: underline; } body.login #login h1 { font-size: 20pt; text-align: center; display: block; padding: 0 0 20px; text-shadow: 0 1px 0 #ffffff; } body.login #login h1 i:before { position: relative; left: auto; top: auto; color: #7c7c7c; } body.login #login .wrapper { max-width: 354px; min-width: 300px; margin: 0 auto; position: relative; } body.login #login .wrapper.signup { max-width: 600px; } body.login #login .widget .widget-head .btn { margin: -4px 0 0 5px; } body.login #login .widget .widget-head div { font-size: 12px; } body.login #login .widget .widget-body { box-shadow: 0 3px 0 0 #f6f6f6; -moz-box-shadow: 0 3px 0 0 #f6f6f6; -webkit-box-shadow: 0 3px 0 0 #f6f6f6; background: #fafafa; } body.login #login .widget .widget-footer { height: 40px; line-height: 40px; margin: 15px 0 0; -webkit-border-radius: 5px 5px 5px 5px; -moz-border-radius: 5px 5px 5px 5px; border-radius: 5px 5px 5px 5px; border: 1px solid #dbdbdb; } body.login #login .widget .widget-footer p { font-size: 12px; color: #7c7c7c; font-weight: 600; margin: 0; width: auto; float: none; padding: 0 10px 0 35px; display: block; height: 40px; line-height: 40px; } body.login #login .widget .widget-footer p i:before { top: 7px; left: 7px; } body.login #login label { font-size: 13px; color: #7c7c7c; font-weight: 600; } body.login #login .checkbox { margin-top: 5px; } body.login #login .password { float: right; font-size: 12px; font-weight: 400; } body.login #login input[type="text"], body.login #login input[type="password"] { font-size: 13px; height: auto; margin-bottom: 10px; padding: 5px 9px; box-shadow: inset 1px 1px 1px rgba(255, 255, 255, 0), inset -1px -1px 1px rgba(0, 0, 0, 0); -moz-box-shadow: inset 1px 1px 1px rgba(255, 255, 255, 0), inset -1px -1px 1px rgba(0, 0, 0, 0); -webkit-box-shadow: inset 1px 1px 1px rgba(255, 255, 255, 0), inset -1px -1px 1px rgba(0, 0, 0, 0); -webkit-border-radius: 0 0 0 0; -moz-border-radius: 0 0 0 0; border-radius: 0 0 0 0; background: #fff; } body.login #login ::-webkit-input-placeholder { /* WebKit browsers */ color: #ccc; } body.login #login :-moz-placeholder { /* Mozilla Firefox 4 to 18 */ color: #ccc; } body.login #login ::-moz-placeholder { /* Mozilla Firefox 19+ */ color: #ccc; } body.login #login :-ms-input-placeholder { /* Internet Explorer 10+ */ color: #ccc; } body.login #login form { margin: 0; } body.login #login p { margin: 5px 0; } body.login #login p:first-child { margin: 0 0 10px; } body.login #login p:last-child { margin: 10px 0 0; } body.login #login .form-signin { position: relative; max-width: 600px; margin: 0 auto 20px; background-color: #fff; border: 1px solid #e5e5e5; -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05); -moz-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05); box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05); } body.login #login .form-signin .inner { padding: 20px; } /* --- LOADING [css.uniform.default] from assets/components/forms/elements/uniform/assets/lib/css/uniform.default.css */ /* --- LOADING [less.uniformjs] from assets/components/forms/elements/uniform/assets/custom/less/uniformjs.less */ .uniformjs .radio .disabled input[type="radio"], .uniformjs .checkbox .disabled input[type="checkbox"] { margin-left: 0; } .uniformjs .radio, .uniformjs .checkbox { padding-left: 0; } .uniformjs .radio { height: auto; } .uniformjs label.radio { margin-bottom: 0; } .uniformjs label.radio.inline { margin: 0; } .uniformjs .radio span { margin: 2px 0 0; } .uniformjs .checkbox span { margin: -2px 0 0; } /* --- LOADING [less.template-options] from assets/components/template-options/assets/less/template-options.less */ #template-options { position: fixed; top: 0; bottom: 0; left: 0; right: 0; z-index: 10000000; background: rgba(255, 255, 255, 0.85); text-align: left; } #template-options.in { overflow: visible; } #template-options .close2 { position: absolute; background: #45484d; color: #fff; font-weight: 600; height: 20px; top: 14px; right: 10px; line-height: 20px; text-align: center; font-size: 10pt; padding: 0 10px; cursor: pointer; } #template-options .wrapper { position: relative; height: 100%; overflow: hidden; overflow-y: scroll; } #template-options .form-control { height: 30px; line-height: 30px; } #template-options .form-group { margin-bottom: 3px; } /* --- LOADING [less.choose] from assets/components/demo/assets/less/choose.less */ #choose-preview { padding: 50px 0; } #choose-preview h2 { margin-left: 0; } #choose-preview h2 span.text-primary { font-size: 26pt; font-weight: bold; top: auto; } #choose-preview .control-group { margin: 0 0 5px; } #choose-preview select { color: #000; } #choose-preview .heading-buttons { margin-bottom: 10px; } #choose-preview .box { padding: 10px; } #choose-preview .box .options { display: none; } #choose-preview .box .actions a { display: none; } #choose-preview .box .actions a.btn-active { display: inline-block; } #choose-preview .box h3 { text-transform: uppercase; margin: 0 0 12px; } #choose-preview .box.active { background: #ffffff; box-shadow: 0 3px 0 0 #dbdbdb; -moz-box-shadow: 0 3px 0 0 #dbdbdb; -webkit-box-shadow: 0 3px 0 0 #dbdbdb; -webkit-border-radius: 5px 5px 5px 5px; -moz-border-radius: 5px 5px 5px 5px; border-radius: 5px 5px 5px 5px; border: 1px solid #dbdbdb; padding: 15px; } #choose-preview .box.active .options { display: block; } #choose-preview .box.active h3 { color: #000; text-shadow: 0 1px 0 #fff; } #choose-preview.style-dark .well { background: #ffffff; } #choose-preview.style-dark .box.active { background: #fafafa; border-color: #ebebeb; } #choose-preview.style-dark .box.active h3 { text-shadow: none; color: #fff; } #choose-preview.style-dark .box.active hr { border-top-color: #ebebeb; } </style>
0.247987
0.041715
*{ margin:0; padding:0; box-sizing: border-box; font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif; scroll-behavior: smooth; box-sizing: border-box; } body{ background:black; color:white; min-height: 100vh; } header{ position: fixed; top:0; left:0; width: 100%; display: flex; justify-content: space-between; align-items: center; transition: 0.6%; padding:40px 100px; margin-top: -15px; } header.sticky{ padding:5px 100px; background:#fff; } header .logo{ position: relative; font-weight: 700; color: #fff; text-decoration: none; font-size: 2em; text-transform: uppercase; letter-spacing: 2px; transition:0.6s; } header ul{ position:relative; display: flex; justify-content: center; align-items: center; } header ul li{ position: relative; list-style: none; } header ul li a { position: relative; margin: 0 15px; text-decoration: none; color:#fff; letter-spacing: 2px; font-weight: 500px; transition: 0.6s; } /* header button{ font-size: 50px; color:black; font-size: large; position: relative; padding:5px; margin-top: 4px; border:none; background: limegreen; letter-spacing: 2px; font-weight: 500; transition: 0.6s; } */ .contact{ font-size: 50px; font-size: large; position: relative; padding:5px; margin-top: 4px; border-color: #4CAF50; color:white; letter-spacing: 2px; font-weight: 500; transition: 0.6s; border-radius:10px; background-color: transparent; } .contact:hover{ background-color: #4CAF50; color: white; } header.sticky .logo{ color:#000; margin-top: 20px; } header.sticky button{ /* color:#000; */ color:green; margin-top: 15px; } header.sticky ul li a{ color:#000; } #myBtn { display: none; position: fixed; bottom: 20px; right: 30px; z-index: 99; border: none; outline: none; background-color:gray; color: white; cursor: pointer; padding: 15px; border-radius: 50px; font-size: 18px; } #myBtn:hover { background-color: #555; /* Add a dark-grey background on hover */ } p{ color:white; } #home{ height: 560px; background-image:url("p2c.jpg"); background-size: cover; /* position: relative; */ background-position: top center; z-index: 6; /* height: 500px; background: white; color:black; background:url("https://source.unsplash.com/1500x1000/?network,databases"); */ } .Full{ padding-top:80px; } #home::after{ content: ''; position: absolute; left: 0; top: 0; height: 100%; width: 100%; background-color: black; opacity: .8; z-index: -1; } #home .Home{ max-width: 1200px; margin: 0 auto; max-height: 650px; padding: 0 50px; justify-content: flex-start; } #home h1{ display: block; width: fit-content; font-size: 40px; /* position: relative; */ color:white; animation: textrr 1s ease; } #home h1:nth-child(1){ color: white; } #home h1:nth-child(2){ animation-delay: 1s; color: turquoise; } #home h1:nth-child(3){ padding-top:30px; font-size: 25px; color:gold; } #home h1 span{ position: absolute; top: 0; left: 0; height: 100%; width: 0; background-color: red; animation: textr 1s ease; animation-delay: 1s; } #home .expl{ display: inline-block; padding: 7px 30px; text-decoration: none; color: red; background-color: transparent; border: 2px solid; font-size: 15px; text-transform: uppercase; letter-spacing: .15px; margin-top: 30px; transition: .3s ease; transition-property:color; } #home .expl:hover{ color: whitesmoke; background-color: red; } #home .homeimg{ flex:0 0 40%; max-width: 30%; padding: 0 300px; margin-left: 45%; margin-top: -20%; } #home .homeimg .logoim{ max-width: 300px; } #home .homeimg .logoim .Softxlogo{ width: 100%; border-radius: 50%; } @keyframes textr{ 50%{ width: 100%; left: 0; color: springgreen; } 100%{ width: 0; left: 100%; color: seagreen; } } @keyframes textrr{ 100%{ color:teal } } #service { height: 500px; background: white; color:black; background:url("https://source.unsplash.com/1500x1000/?network,databases"); background-attachment: fixed; } .subinfo{ margin-top: 10px; color:Black; letter-spacing: 1px; } /* #portfolio{ height: 500px; background:url("https://source.unsplash.com/1600x1000/?nature,computers,space"); background-attachment: fixed; } */ #portfolio ul{ margin-left: 100px; } #portfolio ul li{ margin-left: 100px; align-items: center; text-align: center; display: inline-block; list-style: none; margin: 0px 20px; } .image{ width: 100%; height: 100%; } #portfolio .scrollimg .image{ max-width: 100%; transition: .6s ease-out; } #portfolio ul li #image :hover{ max-width: 220px; } .ProjectSec{ width: 69%; display: flex; } #CoI1{ font-size: 100%; } #ProContaint1{ background-color: darkgray; margin-left: 120px; max-width: 1200px; display: none; height: 500px; position: relative; } #ProContaint2{ background-color: darkgray; margin-left: 120px; max-width: 1200px; display: none; height: 500px; position: relative; } #ProContaint3{ background-color: darkgray; margin-left: 120px; max-width: 1200px; display: none; height: 500px; } #ProContaint4{ background-color: darkgray; margin-left: 120px; max-width: 1200px; display: none; height: 500px; } #ProContaint5{ background-color: darkgray; margin-left: 120px; max-width: 1200px; display: none; height: 500px; } /* Slider Code */ .ConD2{ left:-12px; width: 60%; display:inline-block; position: relative; margin: 0 auto; height: 500px; } .slidingImg{ width: 100%; height: 100%; object-fit:fill; } .track-container{ height: 100%; width: 98%; top:0; bottom: 0; position:relative; } track{ padding: 0; margin: 0; list-style: none; } .dot { cursor: pointer; height: 15px; width: 15px; margin: 0 2px; background-color: #bbb; border-radius: 50%; display: inline-block; transition: background-color 0.6s ease; } .active, .dot:hover { background-color: #717171; } .dot1 { cursor: pointer; height: 15px; width: 15px; margin: 0 2px; background-color: #bbb; border-radius: 50%; display: inline-block; transition: background-color 0.6s ease; } .active, .dot1:hover { background-color: #717171; } .dot2 { cursor: pointer; height: 15px; width: 15px; margin: 0 2px; background-color: #bbb; border-radius: 50%; display: inline-block; transition: background-color 0.6s ease; } .active, .dot2:hover { background-color: #717171; } .dot3 { cursor: pointer; height: 15px; width: 15px; margin: 0 2px; background-color: #bbb; border-radius: 50%; display: inline-block; transition: background-color 0.6s ease; } .active, .dot3:hover { background-color: #717171; } .dot4 { cursor: pointer; height: 15px; width: 15px; margin: 0 2px; background-color: #bbb; border-radius: 50%; display: inline-block; transition: background-color 0.6s ease; } .active, .dot4:hover { background-color: #717171; } .slideimg{ position: absolute; top: 0; left:1%; right: 0; bottom: 0; width: 100%; } .slideimg1{ position: absolute; top: 0; left:1%; right: 0; bottom: 0; width: 100%; } .slideimg2{ position: absolute; top: 0; left:0; right: 0; bottom: 0; width: 100%; } .slideimg3{ position: absolute; top: 0; left:1%; right: 0; bottom: 0; width: 100%; } .slideimg4{ position: absolute; top: 0; left:1%; right: 0; bottom: 0; width: 100%; } .ConDBtn{ position: absolute; top: 50%; transform: translateY(-50%); border: 0; height: 100px; cursor: pointer; } .btn--left{ left :-2%; } .btn--right{ right: -6%; } .cnav{ background: yellow; display: inline-block; justify-content: center; } .cnav_indi{ border: 0; border-radius: 50%; width: 20px; height: 20px; background: black; } .p{ /* position: relative; */ background-color: black; } .ParaAP{ height: 92.5%; } .ConD6{ width: 35%; border: 2px solid white; padding: 5px; background-color: black; } #ProjB{ background-color: DodgerBlue; border: none; color: white; padding: 10px; cursor: pointer; width: 100%; margin-top: -20%; } #ProjB a{ margin-top: -30px; text-decoration: none; color:white; font-size: 20px; } #projB a :hover{ background-color: royalblue; } .Img1{ border: 2px; } #portfolio{ height: 500px; background-color: cyan; background-attachment: fixed; } #Team{ height: 700px; background:url("https://source.unsplash.com/1500x1000/?nature,computers"); background-attachment: fixed; } #contact{ height: 300px; background-color:whitesmoke; font-weight: 500px; } #contact h3{ padding-top:4rem; font-size: 25px; color:black; text-align: center; font-weight: 500; } .contacts { align-content: center; text-align:center; font-weight: 500; font-size: larger; border-radius: 5px; border-color: yellowgreen; color:green; background-color:transparent; padding:10px; margin-left: 38rem; margin-top: 2rem; } .contacts:hover{ color:white; background-color: yellowgreen; } #about{ height: 500px; background-color:black; } .containers{ display: flex; justify-content: center; align-items: center; /*border:2px solid white;*/ height: 95vh; color:red; } .con1{ width: 40%; /*border:2px solid white;*/ margin: 20px; display: flex; flex-direction: column; justify-content: center; align-items: center; } .con1 h1{ font-size: 50px; color:yellowgreen; } .con1 p{ width: 80%; font-size: 20px; line-height: 30px; } .con2{ width: 50%; height: 50%; /*border:2px solid white;*/ margin: 20px; border-radius: 40px; overflow: hidden; } h3{ color:white; } .card:hover { box-shadow: 0 8px 16px 0 rgba(0,0,0,0.2); } img { border-radius:5px 5px 0 0; } .column { float: left; width: 25%; padding: 0 10px; } .row {margin: 0 -5px;} .card { box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2); /* this adds the "card" effect */ padding: 16px; text-align: center; background-color: #f1f1f1; } @media screen and (max-width: 600px) { .column { width: 100%; display: block; margin-bottom: 20px; } } .servicebtn{ margin-top:20px; background-color: limegreen; padding:8px; border:none; font-weight: 500; border-radius: 20px; color:black; } .rows1 { margin-top: 0; margin-bottom: 3rem; } .maps{ height: 700px; } .gform{ margin-left:45rem; position: relative; margin-top:-44rem; }
CSS/style.css
*{ margin:0; padding:0; box-sizing: border-box; font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif; scroll-behavior: smooth; box-sizing: border-box; } body{ background:black; color:white; min-height: 100vh; } header{ position: fixed; top:0; left:0; width: 100%; display: flex; justify-content: space-between; align-items: center; transition: 0.6%; padding:40px 100px; margin-top: -15px; } header.sticky{ padding:5px 100px; background:#fff; } header .logo{ position: relative; font-weight: 700; color: #fff; text-decoration: none; font-size: 2em; text-transform: uppercase; letter-spacing: 2px; transition:0.6s; } header ul{ position:relative; display: flex; justify-content: center; align-items: center; } header ul li{ position: relative; list-style: none; } header ul li a { position: relative; margin: 0 15px; text-decoration: none; color:#fff; letter-spacing: 2px; font-weight: 500px; transition: 0.6s; } /* header button{ font-size: 50px; color:black; font-size: large; position: relative; padding:5px; margin-top: 4px; border:none; background: limegreen; letter-spacing: 2px; font-weight: 500; transition: 0.6s; } */ .contact{ font-size: 50px; font-size: large; position: relative; padding:5px; margin-top: 4px; border-color: #4CAF50; color:white; letter-spacing: 2px; font-weight: 500; transition: 0.6s; border-radius:10px; background-color: transparent; } .contact:hover{ background-color: #4CAF50; color: white; } header.sticky .logo{ color:#000; margin-top: 20px; } header.sticky button{ /* color:#000; */ color:green; margin-top: 15px; } header.sticky ul li a{ color:#000; } #myBtn { display: none; position: fixed; bottom: 20px; right: 30px; z-index: 99; border: none; outline: none; background-color:gray; color: white; cursor: pointer; padding: 15px; border-radius: 50px; font-size: 18px; } #myBtn:hover { background-color: #555; /* Add a dark-grey background on hover */ } p{ color:white; } #home{ height: 560px; background-image:url("p2c.jpg"); background-size: cover; /* position: relative; */ background-position: top center; z-index: 6; /* height: 500px; background: white; color:black; background:url("https://source.unsplash.com/1500x1000/?network,databases"); */ } .Full{ padding-top:80px; } #home::after{ content: ''; position: absolute; left: 0; top: 0; height: 100%; width: 100%; background-color: black; opacity: .8; z-index: -1; } #home .Home{ max-width: 1200px; margin: 0 auto; max-height: 650px; padding: 0 50px; justify-content: flex-start; } #home h1{ display: block; width: fit-content; font-size: 40px; /* position: relative; */ color:white; animation: textrr 1s ease; } #home h1:nth-child(1){ color: white; } #home h1:nth-child(2){ animation-delay: 1s; color: turquoise; } #home h1:nth-child(3){ padding-top:30px; font-size: 25px; color:gold; } #home h1 span{ position: absolute; top: 0; left: 0; height: 100%; width: 0; background-color: red; animation: textr 1s ease; animation-delay: 1s; } #home .expl{ display: inline-block; padding: 7px 30px; text-decoration: none; color: red; background-color: transparent; border: 2px solid; font-size: 15px; text-transform: uppercase; letter-spacing: .15px; margin-top: 30px; transition: .3s ease; transition-property:color; } #home .expl:hover{ color: whitesmoke; background-color: red; } #home .homeimg{ flex:0 0 40%; max-width: 30%; padding: 0 300px; margin-left: 45%; margin-top: -20%; } #home .homeimg .logoim{ max-width: 300px; } #home .homeimg .logoim .Softxlogo{ width: 100%; border-radius: 50%; } @keyframes textr{ 50%{ width: 100%; left: 0; color: springgreen; } 100%{ width: 0; left: 100%; color: seagreen; } } @keyframes textrr{ 100%{ color:teal } } #service { height: 500px; background: white; color:black; background:url("https://source.unsplash.com/1500x1000/?network,databases"); background-attachment: fixed; } .subinfo{ margin-top: 10px; color:Black; letter-spacing: 1px; } /* #portfolio{ height: 500px; background:url("https://source.unsplash.com/1600x1000/?nature,computers,space"); background-attachment: fixed; } */ #portfolio ul{ margin-left: 100px; } #portfolio ul li{ margin-left: 100px; align-items: center; text-align: center; display: inline-block; list-style: none; margin: 0px 20px; } .image{ width: 100%; height: 100%; } #portfolio .scrollimg .image{ max-width: 100%; transition: .6s ease-out; } #portfolio ul li #image :hover{ max-width: 220px; } .ProjectSec{ width: 69%; display: flex; } #CoI1{ font-size: 100%; } #ProContaint1{ background-color: darkgray; margin-left: 120px; max-width: 1200px; display: none; height: 500px; position: relative; } #ProContaint2{ background-color: darkgray; margin-left: 120px; max-width: 1200px; display: none; height: 500px; position: relative; } #ProContaint3{ background-color: darkgray; margin-left: 120px; max-width: 1200px; display: none; height: 500px; } #ProContaint4{ background-color: darkgray; margin-left: 120px; max-width: 1200px; display: none; height: 500px; } #ProContaint5{ background-color: darkgray; margin-left: 120px; max-width: 1200px; display: none; height: 500px; } /* Slider Code */ .ConD2{ left:-12px; width: 60%; display:inline-block; position: relative; margin: 0 auto; height: 500px; } .slidingImg{ width: 100%; height: 100%; object-fit:fill; } .track-container{ height: 100%; width: 98%; top:0; bottom: 0; position:relative; } track{ padding: 0; margin: 0; list-style: none; } .dot { cursor: pointer; height: 15px; width: 15px; margin: 0 2px; background-color: #bbb; border-radius: 50%; display: inline-block; transition: background-color 0.6s ease; } .active, .dot:hover { background-color: #717171; } .dot1 { cursor: pointer; height: 15px; width: 15px; margin: 0 2px; background-color: #bbb; border-radius: 50%; display: inline-block; transition: background-color 0.6s ease; } .active, .dot1:hover { background-color: #717171; } .dot2 { cursor: pointer; height: 15px; width: 15px; margin: 0 2px; background-color: #bbb; border-radius: 50%; display: inline-block; transition: background-color 0.6s ease; } .active, .dot2:hover { background-color: #717171; } .dot3 { cursor: pointer; height: 15px; width: 15px; margin: 0 2px; background-color: #bbb; border-radius: 50%; display: inline-block; transition: background-color 0.6s ease; } .active, .dot3:hover { background-color: #717171; } .dot4 { cursor: pointer; height: 15px; width: 15px; margin: 0 2px; background-color: #bbb; border-radius: 50%; display: inline-block; transition: background-color 0.6s ease; } .active, .dot4:hover { background-color: #717171; } .slideimg{ position: absolute; top: 0; left:1%; right: 0; bottom: 0; width: 100%; } .slideimg1{ position: absolute; top: 0; left:1%; right: 0; bottom: 0; width: 100%; } .slideimg2{ position: absolute; top: 0; left:0; right: 0; bottom: 0; width: 100%; } .slideimg3{ position: absolute; top: 0; left:1%; right: 0; bottom: 0; width: 100%; } .slideimg4{ position: absolute; top: 0; left:1%; right: 0; bottom: 0; width: 100%; } .ConDBtn{ position: absolute; top: 50%; transform: translateY(-50%); border: 0; height: 100px; cursor: pointer; } .btn--left{ left :-2%; } .btn--right{ right: -6%; } .cnav{ background: yellow; display: inline-block; justify-content: center; } .cnav_indi{ border: 0; border-radius: 50%; width: 20px; height: 20px; background: black; } .p{ /* position: relative; */ background-color: black; } .ParaAP{ height: 92.5%; } .ConD6{ width: 35%; border: 2px solid white; padding: 5px; background-color: black; } #ProjB{ background-color: DodgerBlue; border: none; color: white; padding: 10px; cursor: pointer; width: 100%; margin-top: -20%; } #ProjB a{ margin-top: -30px; text-decoration: none; color:white; font-size: 20px; } #projB a :hover{ background-color: royalblue; } .Img1{ border: 2px; } #portfolio{ height: 500px; background-color: cyan; background-attachment: fixed; } #Team{ height: 700px; background:url("https://source.unsplash.com/1500x1000/?nature,computers"); background-attachment: fixed; } #contact{ height: 300px; background-color:whitesmoke; font-weight: 500px; } #contact h3{ padding-top:4rem; font-size: 25px; color:black; text-align: center; font-weight: 500; } .contacts { align-content: center; text-align:center; font-weight: 500; font-size: larger; border-radius: 5px; border-color: yellowgreen; color:green; background-color:transparent; padding:10px; margin-left: 38rem; margin-top: 2rem; } .contacts:hover{ color:white; background-color: yellowgreen; } #about{ height: 500px; background-color:black; } .containers{ display: flex; justify-content: center; align-items: center; /*border:2px solid white;*/ height: 95vh; color:red; } .con1{ width: 40%; /*border:2px solid white;*/ margin: 20px; display: flex; flex-direction: column; justify-content: center; align-items: center; } .con1 h1{ font-size: 50px; color:yellowgreen; } .con1 p{ width: 80%; font-size: 20px; line-height: 30px; } .con2{ width: 50%; height: 50%; /*border:2px solid white;*/ margin: 20px; border-radius: 40px; overflow: hidden; } h3{ color:white; } .card:hover { box-shadow: 0 8px 16px 0 rgba(0,0,0,0.2); } img { border-radius:5px 5px 0 0; } .column { float: left; width: 25%; padding: 0 10px; } .row {margin: 0 -5px;} .card { box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2); /* this adds the "card" effect */ padding: 16px; text-align: center; background-color: #f1f1f1; } @media screen and (max-width: 600px) { .column { width: 100%; display: block; margin-bottom: 20px; } } .servicebtn{ margin-top:20px; background-color: limegreen; padding:8px; border:none; font-weight: 500; border-radius: 20px; color:black; } .rows1 { margin-top: 0; margin-bottom: 3rem; } .maps{ height: 700px; } .gform{ margin-left:45rem; position: relative; margin-top:-44rem; }
0.23292
0.078219
body, h1, h2, h3, h4, h5, h6, p, br, form, input, button, textarea, select, ul, dl, dt, dd, pre, fieldset, legend { margin: 0; padding: 0; } form{ display: block; } .topbar_wrap { height: 36px; color: #1c040e; background: #f9f9f9; position: relative; } .topbar_wrap .topbar_left { float: left; padding-top: 5px; color: #a9a5a7; position:relative; left: 12% } .topbar_wrap .topbar_left a { font-size: 12px; color: #a9a5a7; font-family: "宋体" } .topbar_wrap .topbar_left span { font-size: 12px; color: #a9a5a7; font-family: Arial, Verdana; } .topbar_wrap .topbar_left a:hover { color: #ec1a5b } .topbar_wrap .topbar_left .appDown { color: #a9a5a7 } .topbar_wrap .topbar_left strong { font-family: verdana; vertical-align: -1px; color: #ff5d80 } .topbar_left .mod_hover { position: relative; z-index: 12 } .topbar_left .mod_hover .car { position: relative; z-index: 1000 } .topbar_left .mod_hover .shownum { top: -4px; right: -14px; } .topbar_left a { position: relative; z-index: 999 } .topbar_wrap .topbar_right { float: right; padding-top: 5px; position: relative; right: 20% } .topbar_wrap ul .line { color: #d8d4d5; } .topbar_wrap ul .line span { color: #d8d4d5; } .topbar_wrap ul li { display: inline-block; height: 26px; line-height: 26px; vertical-align: top; display: inline; float: left; margin: 0 8px; color: #a7a3a4; font-family: "宋体"; font-size:small } .topbar_left ul li { margin: 0 4px; } .topbar_wrap ul li a { color: #a7a3a4; font-family: "宋体" } .topbar_wrap ul li a:hover { color: #ec1a5b; } .topbar_wrap ul li .arrow { display: inline-block; border-style: solid dashed; border-width: 5px 5px 0; margin: -2px 0 0 5px; height: 0; width: 0; overflow: hidden; vertical-align: middle; *margin-top: 0; border-color: #d6d2d3 transparent } .topbar_wrap .pull_list { display: none; box-shadow: 0 2px 4px rgba(0,0,0,.2); padding: 23px 0 2px; width: 77px; position: absolute; left: -7px; top: 0; z-index: 99; background: #fff; } .topbar_wrap .pull_link:hover .pull_list, .topbar_wrap .pull_link.hover .pull_list { display: block; } .topbar_wrap .pull_list li { margin: 0 } .topbar_wrap .pull_list a { display: block; margin: 0; padding: 2px 7px; white-space: nowrap; color: #737d8c; } .topbar_wrap .pull_list a:hover { color: #eb010d; } .topbar_wrap .hover_on .pull_list { display: block; } .topbar_wrap .hover_on a.my { color: #eb010d; } .topbar_wrap .hover_on a.my .arrow { border-color: #eb010d transparent } .topbar_right .mod_hover { position: relative; z-index: 12 } .topbar_right .mod_hover .car { position: relative; z-index: 1000 } .topbar_right .mod_hover .shownum { top: -8px; right: -16px; } .topbar_right a { position: relative; z-index: 999 } #search_0 { padding-top:20px; } a{ text-decoration: none; } #logo { width: 420px; height: 104px; float: left; margin-left: 30px; padding-top: 13px; text-decoration: none; position: relative; left: 15% } .l_slogan { color:#000; font-size:20px; position: relative; bottom:10%; } #logo a{ text-decoration: none; font-family: "楷体"; font-weight: bold; } .search{ margin: 40px 0 0px 60px; float: left; z-index: 6; position: relative; width: 430px; padding: 13px 5px 30px 10px; position: relative; left: 10% } .search form { width: 100%; float: left; } .txt{ width:400px; } .top_search{ position: relative; margin: 10px 0px 0px 0px; } .top_search a{ color:#A8A3A9; text-decoration:none; font-size: 15px; } .top_search a:hover{ color:#F19DD8; text-decoration:none; } .txt{ position: relative; right: 0px; left: 0px; width: 100px; } .searchBtn{ position: relative; right: 0px; left: 0px; width:30px; } #header_bottom{ position: relative; height: 104px; } .header_bottom_right{ position: relative; float: right; border-radius: 3px; height: 34px; margin-top: 15px; margin-right: 100px; } .cart{ position: relative; top:100%; right: 180% } .header_bottom_right li{ background: none repeat scroll 0px 0px #FFF; float: left; line-height: 34px; height: 36px; } .header_bottom_right li span { line-height: 34px; float: left; padding-right: 2px; } ul, li, ol { list-style-type: none; } .shopbag { padding: 0px 20px; line-height: 34px; display: block; float: left; border: 1px solid #ccc; position: relative; z-index: 1; background: #fff; border-radius: 2px; } .bag_tips { background: url("../img/tips_down.png") center no-repeat; width: 12px; height: 34px; margin-left: 6px; transition: all .2s ease; } .gwc-cont { border-radius: 2px 0px 2px 2px; display: none; border: 1px solid #CCC; width: 270px; padding: 10px 20px; right: 0px; background: #FFF; position: absolute; top: 35px; z-index: 0; } .mycart_popup { background-color: #fff; z-index: 9999; }
src/main/webapp/static/css/wangtianhui/header.css
body, h1, h2, h3, h4, h5, h6, p, br, form, input, button, textarea, select, ul, dl, dt, dd, pre, fieldset, legend { margin: 0; padding: 0; } form{ display: block; } .topbar_wrap { height: 36px; color: #1c040e; background: #f9f9f9; position: relative; } .topbar_wrap .topbar_left { float: left; padding-top: 5px; color: #a9a5a7; position:relative; left: 12% } .topbar_wrap .topbar_left a { font-size: 12px; color: #a9a5a7; font-family: "宋体" } .topbar_wrap .topbar_left span { font-size: 12px; color: #a9a5a7; font-family: Arial, Verdana; } .topbar_wrap .topbar_left a:hover { color: #ec1a5b } .topbar_wrap .topbar_left .appDown { color: #a9a5a7 } .topbar_wrap .topbar_left strong { font-family: verdana; vertical-align: -1px; color: #ff5d80 } .topbar_left .mod_hover { position: relative; z-index: 12 } .topbar_left .mod_hover .car { position: relative; z-index: 1000 } .topbar_left .mod_hover .shownum { top: -4px; right: -14px; } .topbar_left a { position: relative; z-index: 999 } .topbar_wrap .topbar_right { float: right; padding-top: 5px; position: relative; right: 20% } .topbar_wrap ul .line { color: #d8d4d5; } .topbar_wrap ul .line span { color: #d8d4d5; } .topbar_wrap ul li { display: inline-block; height: 26px; line-height: 26px; vertical-align: top; display: inline; float: left; margin: 0 8px; color: #a7a3a4; font-family: "宋体"; font-size:small } .topbar_left ul li { margin: 0 4px; } .topbar_wrap ul li a { color: #a7a3a4; font-family: "宋体" } .topbar_wrap ul li a:hover { color: #ec1a5b; } .topbar_wrap ul li .arrow { display: inline-block; border-style: solid dashed; border-width: 5px 5px 0; margin: -2px 0 0 5px; height: 0; width: 0; overflow: hidden; vertical-align: middle; *margin-top: 0; border-color: #d6d2d3 transparent } .topbar_wrap .pull_list { display: none; box-shadow: 0 2px 4px rgba(0,0,0,.2); padding: 23px 0 2px; width: 77px; position: absolute; left: -7px; top: 0; z-index: 99; background: #fff; } .topbar_wrap .pull_link:hover .pull_list, .topbar_wrap .pull_link.hover .pull_list { display: block; } .topbar_wrap .pull_list li { margin: 0 } .topbar_wrap .pull_list a { display: block; margin: 0; padding: 2px 7px; white-space: nowrap; color: #737d8c; } .topbar_wrap .pull_list a:hover { color: #eb010d; } .topbar_wrap .hover_on .pull_list { display: block; } .topbar_wrap .hover_on a.my { color: #eb010d; } .topbar_wrap .hover_on a.my .arrow { border-color: #eb010d transparent } .topbar_right .mod_hover { position: relative; z-index: 12 } .topbar_right .mod_hover .car { position: relative; z-index: 1000 } .topbar_right .mod_hover .shownum { top: -8px; right: -16px; } .topbar_right a { position: relative; z-index: 999 } #search_0 { padding-top:20px; } a{ text-decoration: none; } #logo { width: 420px; height: 104px; float: left; margin-left: 30px; padding-top: 13px; text-decoration: none; position: relative; left: 15% } .l_slogan { color:#000; font-size:20px; position: relative; bottom:10%; } #logo a{ text-decoration: none; font-family: "楷体"; font-weight: bold; } .search{ margin: 40px 0 0px 60px; float: left; z-index: 6; position: relative; width: 430px; padding: 13px 5px 30px 10px; position: relative; left: 10% } .search form { width: 100%; float: left; } .txt{ width:400px; } .top_search{ position: relative; margin: 10px 0px 0px 0px; } .top_search a{ color:#A8A3A9; text-decoration:none; font-size: 15px; } .top_search a:hover{ color:#F19DD8; text-decoration:none; } .txt{ position: relative; right: 0px; left: 0px; width: 100px; } .searchBtn{ position: relative; right: 0px; left: 0px; width:30px; } #header_bottom{ position: relative; height: 104px; } .header_bottom_right{ position: relative; float: right; border-radius: 3px; height: 34px; margin-top: 15px; margin-right: 100px; } .cart{ position: relative; top:100%; right: 180% } .header_bottom_right li{ background: none repeat scroll 0px 0px #FFF; float: left; line-height: 34px; height: 36px; } .header_bottom_right li span { line-height: 34px; float: left; padding-right: 2px; } ul, li, ol { list-style-type: none; } .shopbag { padding: 0px 20px; line-height: 34px; display: block; float: left; border: 1px solid #ccc; position: relative; z-index: 1; background: #fff; border-radius: 2px; } .bag_tips { background: url("../img/tips_down.png") center no-repeat; width: 12px; height: 34px; margin-left: 6px; transition: all .2s ease; } .gwc-cont { border-radius: 2px 0px 2px 2px; display: none; border: 1px solid #CCC; width: 270px; padding: 10px 20px; right: 0px; background: #FFF; position: absolute; top: 35px; z-index: 0; } .mycart_popup { background-color: #fff; z-index: 9999; }
0.45423
0.096365
html{ font-family: 'Source Sans Pro', sans-serif; } body{ margin: 0; } @keyframes alogo { from { filter: blur(10px); overflow: hidden; } to { filter: blur(0px); overflow: hidden; } } /*------------------------------------------------------------------------------------------------------------*/ .menubar { z-index: 999; display: inline-block; width: 100%; height: 95px; background: white; position: fixed; box-sizing: border-box; border-bottom: solid; border-bottom-width: 5px; border-bottom-color: rgb(27, 130, 111); /* border-top: solid; border-top-width: 5px; border-top-color: rgb(27, 130, 111);*/ padding-right: 10px; padding-left: 10px; } .menubar .slogo { display: inline-block; width: 20%; text-align: center; height: 100%; box-sizing: border-box; padding: 20px 0 20px 0; } .menubar .list { display: inline-block; text-align: right; vertical-align: top; margin: 0; padding: 0; width: 76%; height: 100%; } .menubar ul { margin: 0; padding: 0; } .menubar .list li { display: inline-block; height: 90px; padding: 30.6px 16px 30.6px 16px; box-sizing: border-box; } .menubar a { color: /*#4c4350*/ black; text-decoration: none; font-size: 1.0em; font-weight: 700; } /*.menubar li:hover{ background: white; }*/ .menubar li:hover a{ color: #1B826F; } /*.activetab { background: white; }*/ .activetab a { color: #1B826F; } .menubar .togglemenu, .menubar .dropdowns { display: none; } @media only screen and (max-width: 900px) { .menubar .list { display: none; } .menubar .dropdowns { /*display: none;*/ display: initial; text-align: right; } .menubar .dropdowns ul { padding: 20px 30px; background: white; display: none; } .togglemenu button { background: none; border: none; cursor: pointer; } .menubar .active ul { display: block; padding: 20px 30px; background: white; } .menubar .dropdowns li { list-style-type: none; padding: 8px; } .menubar .togglemenu { display: inline-block; width: 76%; height: 100%; margin: 0; padding: 0; vertical-align: top; text-align: right; } .menubar .fa { margin: 0; padding: 29px 0; color: rgb(27, 130, 111); } } /*----------------------------------------------------------------------------------*/ .pheading { padding-top: 95px; padding-bottom: 80px; text-align: center; font-weight: 900; position: relative; } .backgroundimage { position: absolute; top: 0; background: url(backgrounds/pbackground.jpg); background-size: cover; background-position: center; filter: blur(4px); width: 100%; height: 100%; z-index: -1; } .pheading h2 { padding-top: 60px; padding-bottom: 20px; margin: 0; font-size: 5em; color: white; letter-spacing: 1px; animation: alogo 1s 1; } @media only screen and (max-width: 500px) { .pheading h2 { font-size: 4.5em; } } .proj { padding: 50px 20px 50px; } .proj p { color: #4c4350; } /*----------------------------------------------------------------------------------*/ section { border-top: solid; border-top-color: #00A8EF; border-top-width: 6px; } /*----------------------------------------------------------------------------------*/ .projects { color: #4c4350; border-top: none; text-align: center; } .projects h2 { font-size: 2em; text-align: center; font-weight: 600; } .projects p { font-size: 1.3em; text-align: center; } .projects a { color: black; } .projects .proj-rahbar, .projects .proj-covid { padding-top: 100px; border-top: solid; border-top-color: #00A8EF; border-top-width: 6px; padding: 0px 30px; } .projects .divider { display: inline-block; width: 60%; height: 3px; margin-bottom: 30px; border: none; background: #00A8EF; } .projects .totalwrap { border-top: none; border-top-color: #00A8EF; border-top-width: 6px; } .projects .totalwrap { background:; padding: 0px 30px 40px; } .totalwrap h3 { margin-top: 0; } .projects .totalwrap .nameimgwrap { padding-top: 10px; display: grid; grid-template-columns: 1fr 1fr; grid-row-gap: 40px; grid-column-gap: 20px; } .projects p { padding-bottom: 20px; } .projects img { border: none; border-radius: 50%; height: 200px; } .nameimgwrap { padding-bottom: 50px; } @media only screen and (min-width: 750px){ .projects p { width: 60%; margin: 0 auto; padding-bottom: 50px; } .projects .totalwrap { padding-left: 150px; padding-right: 150px; } } @media only screen and (max-width: 750px){ .projects .totalwrap .nameimgwrap { grid-template-columns: 1fr; } } .projects h3 { font-size: 1.5em; } /*----------------------------------------------------------------------------------*/ .contacts { background: #23252f; padding: 40px 10px 40px; padding-bottom: 100px; text-align: center; border-top: solid; border-top-width: 6px; border-top-color: #00A8EF; } .contacts h2 { font-size: 2em; font-weight: 600; color: white; } .contacts h4 { font-size: 1.5em; font-weight: 400; color: white; } .contacts a { color:white; font-size: 1.2em; } @media only screen and (max-width: 650px) { .contacts a { font-size: 1.1em; } } @media only screen and (max-width: 400px) { .contacts a { font-size: 0.9em; } } .contacts ul { text-align: center; padding-left: 0; } .contacts li { display: inline; } .fa { padding: 20px; font-size: 2em; width: 50px; text-align: center; text-decoration: none; margin: 5px 2px; } .fa-facebook { background: #3B5998; color: white; } .fa-twitter{ background: #55ACEE; color: white; } .fa-instagram{ background: #125688; color: white; } .fa-linkedin { background: #007bb5; color: white; } .end { padding-top: 20px; } .end a { padding-top: 30px; color: darkgray; }
projects.css
html{ font-family: 'Source Sans Pro', sans-serif; } body{ margin: 0; } @keyframes alogo { from { filter: blur(10px); overflow: hidden; } to { filter: blur(0px); overflow: hidden; } } /*------------------------------------------------------------------------------------------------------------*/ .menubar { z-index: 999; display: inline-block; width: 100%; height: 95px; background: white; position: fixed; box-sizing: border-box; border-bottom: solid; border-bottom-width: 5px; border-bottom-color: rgb(27, 130, 111); /* border-top: solid; border-top-width: 5px; border-top-color: rgb(27, 130, 111);*/ padding-right: 10px; padding-left: 10px; } .menubar .slogo { display: inline-block; width: 20%; text-align: center; height: 100%; box-sizing: border-box; padding: 20px 0 20px 0; } .menubar .list { display: inline-block; text-align: right; vertical-align: top; margin: 0; padding: 0; width: 76%; height: 100%; } .menubar ul { margin: 0; padding: 0; } .menubar .list li { display: inline-block; height: 90px; padding: 30.6px 16px 30.6px 16px; box-sizing: border-box; } .menubar a { color: /*#4c4350*/ black; text-decoration: none; font-size: 1.0em; font-weight: 700; } /*.menubar li:hover{ background: white; }*/ .menubar li:hover a{ color: #1B826F; } /*.activetab { background: white; }*/ .activetab a { color: #1B826F; } .menubar .togglemenu, .menubar .dropdowns { display: none; } @media only screen and (max-width: 900px) { .menubar .list { display: none; } .menubar .dropdowns { /*display: none;*/ display: initial; text-align: right; } .menubar .dropdowns ul { padding: 20px 30px; background: white; display: none; } .togglemenu button { background: none; border: none; cursor: pointer; } .menubar .active ul { display: block; padding: 20px 30px; background: white; } .menubar .dropdowns li { list-style-type: none; padding: 8px; } .menubar .togglemenu { display: inline-block; width: 76%; height: 100%; margin: 0; padding: 0; vertical-align: top; text-align: right; } .menubar .fa { margin: 0; padding: 29px 0; color: rgb(27, 130, 111); } } /*----------------------------------------------------------------------------------*/ .pheading { padding-top: 95px; padding-bottom: 80px; text-align: center; font-weight: 900; position: relative; } .backgroundimage { position: absolute; top: 0; background: url(backgrounds/pbackground.jpg); background-size: cover; background-position: center; filter: blur(4px); width: 100%; height: 100%; z-index: -1; } .pheading h2 { padding-top: 60px; padding-bottom: 20px; margin: 0; font-size: 5em; color: white; letter-spacing: 1px; animation: alogo 1s 1; } @media only screen and (max-width: 500px) { .pheading h2 { font-size: 4.5em; } } .proj { padding: 50px 20px 50px; } .proj p { color: #4c4350; } /*----------------------------------------------------------------------------------*/ section { border-top: solid; border-top-color: #00A8EF; border-top-width: 6px; } /*----------------------------------------------------------------------------------*/ .projects { color: #4c4350; border-top: none; text-align: center; } .projects h2 { font-size: 2em; text-align: center; font-weight: 600; } .projects p { font-size: 1.3em; text-align: center; } .projects a { color: black; } .projects .proj-rahbar, .projects .proj-covid { padding-top: 100px; border-top: solid; border-top-color: #00A8EF; border-top-width: 6px; padding: 0px 30px; } .projects .divider { display: inline-block; width: 60%; height: 3px; margin-bottom: 30px; border: none; background: #00A8EF; } .projects .totalwrap { border-top: none; border-top-color: #00A8EF; border-top-width: 6px; } .projects .totalwrap { background:; padding: 0px 30px 40px; } .totalwrap h3 { margin-top: 0; } .projects .totalwrap .nameimgwrap { padding-top: 10px; display: grid; grid-template-columns: 1fr 1fr; grid-row-gap: 40px; grid-column-gap: 20px; } .projects p { padding-bottom: 20px; } .projects img { border: none; border-radius: 50%; height: 200px; } .nameimgwrap { padding-bottom: 50px; } @media only screen and (min-width: 750px){ .projects p { width: 60%; margin: 0 auto; padding-bottom: 50px; } .projects .totalwrap { padding-left: 150px; padding-right: 150px; } } @media only screen and (max-width: 750px){ .projects .totalwrap .nameimgwrap { grid-template-columns: 1fr; } } .projects h3 { font-size: 1.5em; } /*----------------------------------------------------------------------------------*/ .contacts { background: #23252f; padding: 40px 10px 40px; padding-bottom: 100px; text-align: center; border-top: solid; border-top-width: 6px; border-top-color: #00A8EF; } .contacts h2 { font-size: 2em; font-weight: 600; color: white; } .contacts h4 { font-size: 1.5em; font-weight: 400; color: white; } .contacts a { color:white; font-size: 1.2em; } @media only screen and (max-width: 650px) { .contacts a { font-size: 1.1em; } } @media only screen and (max-width: 400px) { .contacts a { font-size: 0.9em; } } .contacts ul { text-align: center; padding-left: 0; } .contacts li { display: inline; } .fa { padding: 20px; font-size: 2em; width: 50px; text-align: center; text-decoration: none; margin: 5px 2px; } .fa-facebook { background: #3B5998; color: white; } .fa-twitter{ background: #55ACEE; color: white; } .fa-instagram{ background: #125688; color: white; } .fa-linkedin { background: #007bb5; color: white; } .end { padding-top: 20px; } .end a { padding-top: 30px; color: darkgray; }
0.222278
0.041076
height: 34px; background: #F7F7F7; } .header{ /*width: 1200px;*/ height: 34px; background: #F7F7F7; } .header .headerfri{ float:left; font-size:10px; line-height: 34px; color:#969696; width: 550px; height: 34px; } .header .headerfri #cityChoice{ float:left; } /*.header div .logi{ float: left; font-size: 10px; line-height: 34px; color: #969696; )*/ /*===================================*/ .hzw-city-picker{ position: absolute; border: 2px solid #c9cbce; width: 402px; background: #ffffff; z-index: 999999; font-size: 0; } .hzw-city-picker:before, .hzw-city-picker:after{ content: ''; display: block; width: 0; height: 0; border-width: 10px; border-style: solid; position: absolute; left: 20px; z-index: 999999; } .hzw-city-picker:before{ border-color: transparent transparent #ffffff; top: -17px; z-index: 9999999; } .hzw-city-picker:after{ border-color: transparent transparent #c9cbce; top: -20px; } .hzw-city-picker *{ box-sizing: border-box; margin: 0 auto; padding: 0; color: #666666; font-family: "Microsoft YaHei"; font-size: 14px; } .hzw-city-picker ul{ list-style: none; } .hzw-city-picker ul li{ display: inline-block; position: relative; margin: 4px; cursor: pointer; } .hzw-city-picker p{ font-weight: bold; padding: 0 4px; margin-top: 4px; margin-bottom: 10px; } .hzw-city-picker .line{ width: 372px; margin: 0 auto; margin-top: 8px; margin-bottom: 4px; border-bottom: 1px solid #d8d8d8; } /*热门城市*/ .hzw-city-picker .hzw-hot-wrap{ width: 100%; background: #ffffff; padding: 9px; } .hzw-city-picker .hzw-hot-wrap ul li{ width: 68px; height: 40px; text-align: center; line-height: 40px; color: #666666; background-color: #f5f5f5; } .hzw-city-picker .hzw-hot-wrap ul li:hover{ color: #ff00ff; } /*选择省份*/ .hzw-city-picker .hzw-wrap{ position: relative; width: 100%; background: #ffffff; padding: 9px; } .hzw-city-picker .hzw-province-name{ display: inline-block; width: 68px; height: 40px; text-align: center; line-height: 40px; position: relative; background-color: #f5f5f5; } .hzw-city-picker .hzw-province-name:hover{ color: #ff00ff; } .hzw-city-picker .hzw-province.active{ z-index: 999999999; } .hzw-city-picker .hzw-province-name.active{ border: 1px solid #D8D8D8; border-bottom-color: #ffffff; color: #ff00ff; background-color: #ffffff; } .hzw-city-picker .hzw-city-wrap{ display: none; border: 1px solid #D8D8D8; background: #ffffff; position: absolute; top: 39px; width: 328px; padding: 10px; } .hzw-city-picker .hzw-city{ width: 68px; height: 40px; text-align: center; line-height: 40px; color: #999999; background-color: #f5f5f5; overflow: hidden; white-space: nowrap; text-overflow: ellipsis; } .hzw-city-picker .hzw-city:hover{ color: #ff00ff; } /*===================================*/ .header form{ float:left; } .header span:nth-of-type(1){ float:left; } .header span:nth-of-type(2){ float:right; } .header .headerul>li{ float:left; font-size:10px; line-height: 34px; color:#969696; padding:0px 10px; } .header .headerul li:nth-of-type(2){ position: relative; } .header .headerul li:nth-of-type(2):hover{ background: #fff; } .header .headerul li:nth-of-type(2) .ulyou{ display:none; } .header .headerul li:nth-of-type(2):hover .ulyou{ display:block; position:absolute; top: 34px; right: 0px; z-index: 1; border: 1px solid #ccc; } .header .headerul li:nth-of-type(2):hover .ulyou>li{ height: 25px; width: 78px; background: #fff; } .header .headerul li:nth-of-type(2):hover .ulyou>li a{ font-size:10px; line-height: 25px; } .header .headerul li:nth-of-type(3){ position: relative; } .header .headerul .mobile{ width: 230px; height: 170px; background: #fff; border: 1px solid #ccc; display:none; position:absolute; top: 34px; left: -70px; z-index: 1; } .header .headerul li:nth-of-type(3):hover .mobile{ display: block; } .header .headerul li:nth-of-type(5){ position: relative; } .header .headerul li:nth-of-type(5):hover{ background: #fff; } .header .headerul li:nth-of-type(5) .ulhelp{ display:none; } .header .headerul li:nth-of-type(5):hover .ulhelp{ display:block; position:absolute; top: 34px; right: 0px; z-index: 1; border: 1px solid #ccc; } .header .headerul li:nth-of-type(5):hover .ulhelp>li{ height: 25px; width: 78px; background: #fff; z-index: 1; } .header .headerul li:nth-of-type(5):hover .ulhelp>li a{ font-size:10px; line-height: 25px; } .header .headerul li:nth-of-type(6){ position: relative; } .header .headerul .sitenav{ display: none; width: 820px; height: 166px; background: #fff; z-index: 1; border: 1px solid #ccc; } .header .headerul li:nth-of-type(6):hover .sitenav{ display: block; position:absolute; top: 34px; right: 10px; } .header .headerfri .tuichu{ float:left; display: none; margin: 8px 5px 0px 5px; background: #F7F7F7; /*display: inline-block;*/ /*width: 15px;*/ } .header .headerfri .tuichu:hover{ color: red; } .header .headerfri .logi{ float:right; height: 34px; width: 300px; } .header .headerfri .logi p{ float: left; } .header .headerfri .logi a{ float:left; } .header .headerfri .logi button{ float:left; } /*logo*/ #logo{ height: 104px; /*background: pink;*/ } #logo .logo{ /*width: 1200px;*/ height: 104px; /*background: red;*/ } #logo .logo .logo_1{ float:left; width: 300px; padding:5px 0px 0px 0px; } #logo .search{ float:left; } #logo .search input:nth-of-type(1){ float:left; width: 338px; height: 36px; border: 1px solid #669900; margin: 28px 0px 0px 0px; padding: 0px 0px 0px 3px; } #logo .search input:nth-of-type(2){ float:left; width: 80px; height: 36px; border: 1px solid #669900; background: url(../images/Logosearch.png) no-repeat; margin: 28px 0px 0px 0px; } #logo .search a{ font-size: 10px; line-height: 22px; color:#969696; } #logo .shopping{ float:right; width: 196px; height: 36px; /*background: yellow;*/ margin: 28px 0px 0px 0px; border: 1px solid #ccc; position: relative; } #logo .shopping>span{ float:right; font-size: 20px; line-height: 34px; color: #fff; text-align: center; width: 34px; height: 34px; background: orange; } #logo .shopping .shoppingCart{ display: none; width: 365px; height: 85px; background: #fff; border: 1px solid #ccc; } #logo .shopping:hover{ border-bottom: none; } #logo .shopping:hover .shoppingCart{ display: block; position: absolute; top: 34px; right: 0px; z-index: 1; } /*nav*/ #nav{ height: 39px; background: #FFFFFF; } #nav .nav{ height: 39px; border-bottom: 2px solid #669900; /*position: relative;*/ } /*navsort*/ #nav .nav .navsort{ /* position: absolute; top: 0px; left: 200px;*/ /*background: red;*/ } #nav .nav .navsort>li{ float: left; padding: 0px 25px; } #nav .nav .navsort>li a{ font-size: 15px; line-height: 32px; font-weight: 600; color: #231714; } #nav .nav .navsort>li:nth-of-type(1){ width: 200px; height: 39px; background: #679801; text-align: center; } #nav .nav .navsort>li:nth-of-type(1) a{ font-size: 15px; line-height: 37px; font-weight: 600; color: #fff; } /*=================*/ #nav .nav .navsort .allsort{ position: relative; } #nav .nav .navsort .allsort:hover .navmenu{ display: block; } #nav .nav .navsort .allsort .navmenu{ display: none; width: 200px; height: 480px; background: #669900; position:absolute; top: 34px; left: 0px; } #nav .nav .navsort .allsort .navmenu .sort{ width: 200px; height: 60px; padding: 13px 5px 0px 5px; /*position: relative;*/ } #nav .nav .navsort .allsort .navmenu .sort i{ float: left; font-size: 16px; padding: 0px 6px 0px 12px; color: #fff; } #nav .nav .navsort .allsort .navmenu .sort h3 a{ display: block; font-size: 14px; line-height: 14px; font-weight: 600; text-align: left; } #nav .nav .navsort .allsort .navmenu .sort ul li{ float: left; } #nav .nav .navsort .allsort .navmenu .sort:hover .sortson{ display: block; } #nav .nav .navsort .allsort .navmenu .sort .sortson{ display: none; width: 500px; height: 475px; background: #fff; position: absolute; top: 5px; left: 200px; z-index: 1; } #nav .nav .navsort .allsort .navmenu .sort .sortson dl{ float: left; /*display: inline-block;*/ width: 540px; height: 50px; padding: 30px 0px 0px 0px; } #nav .nav .navsort .allsort .navmenu .sort .sortson dt{ float: left; width: 100px; height: 20px; font-size: 14px; font-weight: 600; line-height: 14px; text-align: right; color: #69AF05; padding: 2px 10px 5px 20px; margin: 0px 0px 10px 0px; } #nav .nav .navsort .allsort .navmenu .sort .sortson dl dd{ float: left; /*width: 52px;*/ height: 20px; margin: 0px 0px 5px 0px; } #nav .nav .navsort .allsort .navmenu .sort .sortson dl dd a{ /*display: inline-block;*/ float: left; font-size: 12px; line-height: 12px; color: #9999B3; /*width: 50px;*/ /*height: 15px;*/ border-left: 1px solid #ccc; padding: 2px 6px 2px 6px; } #nav .nav .navsort .allsort .navmenu .sort .sortson dl dd a:hover{ color: #69AF05; } /*main*/ #main{ height: 100%; /*float:left;*/ /*height: 3000px;*/ } #main .main .top{ margin: 5px 0px 0px 0px; } #main .main .render{ float: left; width: 1000px; height: 100%; /*height: 3000px;*/ /*background: red;*/ /*overflow: hidden;*/ /*padding-bottom:100%;*/ } #main .main .render .datalist{ width: 100%; height: 100%; /*background: blue;*/ } #main .main .render .datalist li{ float: left; width: 100%; height: 100%; /*width: 320px;*/ /*height: 360px;*/ } #main .main .dataList{ display: inline-block; /*float:left;*/ width: 1000px; height: 123px; margin: 0px 0px 20px 0px; padding: 0px 375px; } #main .main .dataList .page{ /*float:left;*/ display: inline-block; width: 250px; height: 123px; padding: 65px 45px 0px 45px; } #main .main .dataList .page span{ display: inline-block; /*float:left;*/ margin: 5px; width:30px; line-height: 1.8; text-align: center; background-color: #dfdfdf; color:#666; } #main .main .dataList .page span.active{ background-color: #fc0;color:#fff; } /*footer*/ #footer{ /*margin: 100% auto;*/ /*position: absolute;*/ /*float:left;*/ display: inline-block; height: 285px; border-top: 1px solid #ccc; margin: 0px 13%; } #footer .footer{ width: 1000px; height: 285px; } #footer .footer .foot{ float:left; height: 180px; padding: 20px 0px 0px 0px; } #footer .footer .foot .footleft{ float: left; width: 152px; margin: 0px 85px 0px 0px; } #footer .footer .foot .footleft h3{ font-size: 20px; line-height: 20px; font-weight: 700; color: #646464; margin: 44px 0px 0px 0px; } #footer .footer .foot .footleft p{ font-size: 12px; line-height: 30px; color: #969696; } #footer .footer .foot .footmid{ margin: 20px 0px 0px 0px; } .footer .foot .footmid ul{ float: left; width: 128px; } #footer .footer .foot .footmid ul li a{ font-size: 12px; line-height: 24px; color: #646464; } #footer .footer .foot .footmid ul li:nth-of-type(1){ font-size: 14px; line-height: 14px; font-weight: 600; color: #707070; padding: 0px 0px 6px 0px; } #footer .footer .foot .footmid ul li a:hover{ color: #76AC25; } #footer .footer .foot .footright{ float: left; } #footer .footer .foot .footright ul{ float: left; width: 125px; } #footer .footer .foot .footright ul li:nth-of-type(1){ font-size: 14px; line-height: 14px; font-weight: 600; color: #707070; padding: 0px 0px 12px 0px; } #footer .footer .foot .footright ul li:nth-of-type(1) a{ color: #707070; } #footer .footer .foot .footbottom{ float: left; /*width: 1200px;*/ height: 65px; padding: 15px 0px 0px 0px; border-top: 1px solid #ccc; } #footer .footer .foot .footbottom>a{ float: left; margin: 5px 5px 0px 0px; } #footer .footer .foot .footbottom p{ float: left; margin: 0px 0px 0px 0px; } #footer .footer .foot .footbottom p span{ font-size: 12px; line-height: 12px; color: #969696; padding: 0px 10px 0px 10px; } #footer .footer .foot .footbottom p span a{ font-size: 12px; line-height: 12px; color: #646464; } #footer .footer .foot .footbottom p:nth-of-type(2) span a{ color: #969696; } #footer .footer .foot .footbottom p span a:hover{ color: #76AC25; }
src/css/liebiao.css
height: 34px; background: #F7F7F7; } .header{ /*width: 1200px;*/ height: 34px; background: #F7F7F7; } .header .headerfri{ float:left; font-size:10px; line-height: 34px; color:#969696; width: 550px; height: 34px; } .header .headerfri #cityChoice{ float:left; } /*.header div .logi{ float: left; font-size: 10px; line-height: 34px; color: #969696; )*/ /*===================================*/ .hzw-city-picker{ position: absolute; border: 2px solid #c9cbce; width: 402px; background: #ffffff; z-index: 999999; font-size: 0; } .hzw-city-picker:before, .hzw-city-picker:after{ content: ''; display: block; width: 0; height: 0; border-width: 10px; border-style: solid; position: absolute; left: 20px; z-index: 999999; } .hzw-city-picker:before{ border-color: transparent transparent #ffffff; top: -17px; z-index: 9999999; } .hzw-city-picker:after{ border-color: transparent transparent #c9cbce; top: -20px; } .hzw-city-picker *{ box-sizing: border-box; margin: 0 auto; padding: 0; color: #666666; font-family: "Microsoft YaHei"; font-size: 14px; } .hzw-city-picker ul{ list-style: none; } .hzw-city-picker ul li{ display: inline-block; position: relative; margin: 4px; cursor: pointer; } .hzw-city-picker p{ font-weight: bold; padding: 0 4px; margin-top: 4px; margin-bottom: 10px; } .hzw-city-picker .line{ width: 372px; margin: 0 auto; margin-top: 8px; margin-bottom: 4px; border-bottom: 1px solid #d8d8d8; } /*热门城市*/ .hzw-city-picker .hzw-hot-wrap{ width: 100%; background: #ffffff; padding: 9px; } .hzw-city-picker .hzw-hot-wrap ul li{ width: 68px; height: 40px; text-align: center; line-height: 40px; color: #666666; background-color: #f5f5f5; } .hzw-city-picker .hzw-hot-wrap ul li:hover{ color: #ff00ff; } /*选择省份*/ .hzw-city-picker .hzw-wrap{ position: relative; width: 100%; background: #ffffff; padding: 9px; } .hzw-city-picker .hzw-province-name{ display: inline-block; width: 68px; height: 40px; text-align: center; line-height: 40px; position: relative; background-color: #f5f5f5; } .hzw-city-picker .hzw-province-name:hover{ color: #ff00ff; } .hzw-city-picker .hzw-province.active{ z-index: 999999999; } .hzw-city-picker .hzw-province-name.active{ border: 1px solid #D8D8D8; border-bottom-color: #ffffff; color: #ff00ff; background-color: #ffffff; } .hzw-city-picker .hzw-city-wrap{ display: none; border: 1px solid #D8D8D8; background: #ffffff; position: absolute; top: 39px; width: 328px; padding: 10px; } .hzw-city-picker .hzw-city{ width: 68px; height: 40px; text-align: center; line-height: 40px; color: #999999; background-color: #f5f5f5; overflow: hidden; white-space: nowrap; text-overflow: ellipsis; } .hzw-city-picker .hzw-city:hover{ color: #ff00ff; } /*===================================*/ .header form{ float:left; } .header span:nth-of-type(1){ float:left; } .header span:nth-of-type(2){ float:right; } .header .headerul>li{ float:left; font-size:10px; line-height: 34px; color:#969696; padding:0px 10px; } .header .headerul li:nth-of-type(2){ position: relative; } .header .headerul li:nth-of-type(2):hover{ background: #fff; } .header .headerul li:nth-of-type(2) .ulyou{ display:none; } .header .headerul li:nth-of-type(2):hover .ulyou{ display:block; position:absolute; top: 34px; right: 0px; z-index: 1; border: 1px solid #ccc; } .header .headerul li:nth-of-type(2):hover .ulyou>li{ height: 25px; width: 78px; background: #fff; } .header .headerul li:nth-of-type(2):hover .ulyou>li a{ font-size:10px; line-height: 25px; } .header .headerul li:nth-of-type(3){ position: relative; } .header .headerul .mobile{ width: 230px; height: 170px; background: #fff; border: 1px solid #ccc; display:none; position:absolute; top: 34px; left: -70px; z-index: 1; } .header .headerul li:nth-of-type(3):hover .mobile{ display: block; } .header .headerul li:nth-of-type(5){ position: relative; } .header .headerul li:nth-of-type(5):hover{ background: #fff; } .header .headerul li:nth-of-type(5) .ulhelp{ display:none; } .header .headerul li:nth-of-type(5):hover .ulhelp{ display:block; position:absolute; top: 34px; right: 0px; z-index: 1; border: 1px solid #ccc; } .header .headerul li:nth-of-type(5):hover .ulhelp>li{ height: 25px; width: 78px; background: #fff; z-index: 1; } .header .headerul li:nth-of-type(5):hover .ulhelp>li a{ font-size:10px; line-height: 25px; } .header .headerul li:nth-of-type(6){ position: relative; } .header .headerul .sitenav{ display: none; width: 820px; height: 166px; background: #fff; z-index: 1; border: 1px solid #ccc; } .header .headerul li:nth-of-type(6):hover .sitenav{ display: block; position:absolute; top: 34px; right: 10px; } .header .headerfri .tuichu{ float:left; display: none; margin: 8px 5px 0px 5px; background: #F7F7F7; /*display: inline-block;*/ /*width: 15px;*/ } .header .headerfri .tuichu:hover{ color: red; } .header .headerfri .logi{ float:right; height: 34px; width: 300px; } .header .headerfri .logi p{ float: left; } .header .headerfri .logi a{ float:left; } .header .headerfri .logi button{ float:left; } /*logo*/ #logo{ height: 104px; /*background: pink;*/ } #logo .logo{ /*width: 1200px;*/ height: 104px; /*background: red;*/ } #logo .logo .logo_1{ float:left; width: 300px; padding:5px 0px 0px 0px; } #logo .search{ float:left; } #logo .search input:nth-of-type(1){ float:left; width: 338px; height: 36px; border: 1px solid #669900; margin: 28px 0px 0px 0px; padding: 0px 0px 0px 3px; } #logo .search input:nth-of-type(2){ float:left; width: 80px; height: 36px; border: 1px solid #669900; background: url(../images/Logosearch.png) no-repeat; margin: 28px 0px 0px 0px; } #logo .search a{ font-size: 10px; line-height: 22px; color:#969696; } #logo .shopping{ float:right; width: 196px; height: 36px; /*background: yellow;*/ margin: 28px 0px 0px 0px; border: 1px solid #ccc; position: relative; } #logo .shopping>span{ float:right; font-size: 20px; line-height: 34px; color: #fff; text-align: center; width: 34px; height: 34px; background: orange; } #logo .shopping .shoppingCart{ display: none; width: 365px; height: 85px; background: #fff; border: 1px solid #ccc; } #logo .shopping:hover{ border-bottom: none; } #logo .shopping:hover .shoppingCart{ display: block; position: absolute; top: 34px; right: 0px; z-index: 1; } /*nav*/ #nav{ height: 39px; background: #FFFFFF; } #nav .nav{ height: 39px; border-bottom: 2px solid #669900; /*position: relative;*/ } /*navsort*/ #nav .nav .navsort{ /* position: absolute; top: 0px; left: 200px;*/ /*background: red;*/ } #nav .nav .navsort>li{ float: left; padding: 0px 25px; } #nav .nav .navsort>li a{ font-size: 15px; line-height: 32px; font-weight: 600; color: #231714; } #nav .nav .navsort>li:nth-of-type(1){ width: 200px; height: 39px; background: #679801; text-align: center; } #nav .nav .navsort>li:nth-of-type(1) a{ font-size: 15px; line-height: 37px; font-weight: 600; color: #fff; } /*=================*/ #nav .nav .navsort .allsort{ position: relative; } #nav .nav .navsort .allsort:hover .navmenu{ display: block; } #nav .nav .navsort .allsort .navmenu{ display: none; width: 200px; height: 480px; background: #669900; position:absolute; top: 34px; left: 0px; } #nav .nav .navsort .allsort .navmenu .sort{ width: 200px; height: 60px; padding: 13px 5px 0px 5px; /*position: relative;*/ } #nav .nav .navsort .allsort .navmenu .sort i{ float: left; font-size: 16px; padding: 0px 6px 0px 12px; color: #fff; } #nav .nav .navsort .allsort .navmenu .sort h3 a{ display: block; font-size: 14px; line-height: 14px; font-weight: 600; text-align: left; } #nav .nav .navsort .allsort .navmenu .sort ul li{ float: left; } #nav .nav .navsort .allsort .navmenu .sort:hover .sortson{ display: block; } #nav .nav .navsort .allsort .navmenu .sort .sortson{ display: none; width: 500px; height: 475px; background: #fff; position: absolute; top: 5px; left: 200px; z-index: 1; } #nav .nav .navsort .allsort .navmenu .sort .sortson dl{ float: left; /*display: inline-block;*/ width: 540px; height: 50px; padding: 30px 0px 0px 0px; } #nav .nav .navsort .allsort .navmenu .sort .sortson dt{ float: left; width: 100px; height: 20px; font-size: 14px; font-weight: 600; line-height: 14px; text-align: right; color: #69AF05; padding: 2px 10px 5px 20px; margin: 0px 0px 10px 0px; } #nav .nav .navsort .allsort .navmenu .sort .sortson dl dd{ float: left; /*width: 52px;*/ height: 20px; margin: 0px 0px 5px 0px; } #nav .nav .navsort .allsort .navmenu .sort .sortson dl dd a{ /*display: inline-block;*/ float: left; font-size: 12px; line-height: 12px; color: #9999B3; /*width: 50px;*/ /*height: 15px;*/ border-left: 1px solid #ccc; padding: 2px 6px 2px 6px; } #nav .nav .navsort .allsort .navmenu .sort .sortson dl dd a:hover{ color: #69AF05; } /*main*/ #main{ height: 100%; /*float:left;*/ /*height: 3000px;*/ } #main .main .top{ margin: 5px 0px 0px 0px; } #main .main .render{ float: left; width: 1000px; height: 100%; /*height: 3000px;*/ /*background: red;*/ /*overflow: hidden;*/ /*padding-bottom:100%;*/ } #main .main .render .datalist{ width: 100%; height: 100%; /*background: blue;*/ } #main .main .render .datalist li{ float: left; width: 100%; height: 100%; /*width: 320px;*/ /*height: 360px;*/ } #main .main .dataList{ display: inline-block; /*float:left;*/ width: 1000px; height: 123px; margin: 0px 0px 20px 0px; padding: 0px 375px; } #main .main .dataList .page{ /*float:left;*/ display: inline-block; width: 250px; height: 123px; padding: 65px 45px 0px 45px; } #main .main .dataList .page span{ display: inline-block; /*float:left;*/ margin: 5px; width:30px; line-height: 1.8; text-align: center; background-color: #dfdfdf; color:#666; } #main .main .dataList .page span.active{ background-color: #fc0;color:#fff; } /*footer*/ #footer{ /*margin: 100% auto;*/ /*position: absolute;*/ /*float:left;*/ display: inline-block; height: 285px; border-top: 1px solid #ccc; margin: 0px 13%; } #footer .footer{ width: 1000px; height: 285px; } #footer .footer .foot{ float:left; height: 180px; padding: 20px 0px 0px 0px; } #footer .footer .foot .footleft{ float: left; width: 152px; margin: 0px 85px 0px 0px; } #footer .footer .foot .footleft h3{ font-size: 20px; line-height: 20px; font-weight: 700; color: #646464; margin: 44px 0px 0px 0px; } #footer .footer .foot .footleft p{ font-size: 12px; line-height: 30px; color: #969696; } #footer .footer .foot .footmid{ margin: 20px 0px 0px 0px; } .footer .foot .footmid ul{ float: left; width: 128px; } #footer .footer .foot .footmid ul li a{ font-size: 12px; line-height: 24px; color: #646464; } #footer .footer .foot .footmid ul li:nth-of-type(1){ font-size: 14px; line-height: 14px; font-weight: 600; color: #707070; padding: 0px 0px 6px 0px; } #footer .footer .foot .footmid ul li a:hover{ color: #76AC25; } #footer .footer .foot .footright{ float: left; } #footer .footer .foot .footright ul{ float: left; width: 125px; } #footer .footer .foot .footright ul li:nth-of-type(1){ font-size: 14px; line-height: 14px; font-weight: 600; color: #707070; padding: 0px 0px 12px 0px; } #footer .footer .foot .footright ul li:nth-of-type(1) a{ color: #707070; } #footer .footer .foot .footbottom{ float: left; /*width: 1200px;*/ height: 65px; padding: 15px 0px 0px 0px; border-top: 1px solid #ccc; } #footer .footer .foot .footbottom>a{ float: left; margin: 5px 5px 0px 0px; } #footer .footer .foot .footbottom p{ float: left; margin: 0px 0px 0px 0px; } #footer .footer .foot .footbottom p span{ font-size: 12px; line-height: 12px; color: #969696; padding: 0px 10px 0px 10px; } #footer .footer .foot .footbottom p span a{ font-size: 12px; line-height: 12px; color: #646464; } #footer .footer .foot .footbottom p:nth-of-type(2) span a{ color: #969696; } #footer .footer .foot .footbottom p span a:hover{ color: #76AC25; }
0.304248
0.05902
body{ background-color: #eee !important; padding: 0px; margin: 0px; color: white; font-family: 'Roboto' !important; overflow-y: scroll; } .header { position: absolute; width: 100%; height: 70px; background-color: rgba(0,0,0,0.1); z-index: 100; } .head-cover { position: absolute; width: 100%; height: 380px; background-color: #eee; overflow: hidden; box-shadow: 0px 0px 10px #444; } .body-box { position: relative; padding-top: 140px; padding-bottom: 100px; color: #333; } .form-wrapper { height: auto; box-shadow: 1px 1px 5px 0px #777; background-color: white; border-radius: 3px; padding: 20px !important; } .instruction-wrapper { height: auto; box-shadow: 1px 1px 5px 0px #777; background-color: white; border-radius: 3px; padding: 50px 80px !important; color: #333; } .header img.logo { margin-left: 15px; height: 60px; margin-top: 5px; float: left; opacity: 1; } .header .head-text { color: #fff; height: 50px; float: left; margin-left: 10px; font-size: 37px; font-weight: 900; text-shadow: 1px 1px #555; padding-top: 10px; } ul.right-links-wrapper { display: inline; float: right; margin-top: 25px; } li.right-link { display: inline; height: 70px !important; margin-top: 100px; color: white; padding: 20px 20px; text-transform: uppercase; font-weight: 500; font-size: 16px; cursor: pointer; } li.right-link-active { border-bottom: 3px solid white; } .ripple { animation: ripple-effect 1.3s infinite; width: 0px; height: 0px; position: relative; border-radius: 100000000000px; box-shadow: 0px 0px 50px #444; } @keyframes ripple-effect { from { width: 0px; height: 0px; transform-origin: 5px 5px; margin-top: 0px; margin-left: 0px; } to { width: 5000px; height: 5000px; transform-origin: 500px 500px; margin-top: -1000px; margin-left: -2500px; } } li.rule_point{ list-style-type: disc !important; font-size: 16px; line-height: 25px; padding-bottom: 5px; margin-left: 30px; padding-left: 10px; text-align: justify; } .instr_head { margin-top: 40px; font-size: 22px; font-weight: 700; margin-bottom: 15px; } .apply-project, .apply-paper, .dnld { float: right; margin: 3px; margin-top: 20px; } .check_head { text-transform: uppercase; font-size: 22px; font-weight: 700; } .form-subhead { font-weight: 900; padding:20px 10px 0px 15px !important; } input { margin: 0 0 10px 0 !important; } select { border: 0 !important; border-bottom: 1px solid #999 !important; padding: 0 !important; margin-bottom: 10px !important; } .form-head { color: rgba(255,255,255,0.6); font-size: 60px; font-weight: 700; text-align: right; opacity: 1; } @media (max-width : 992px) { .form-head { display: none; } } .add-member { cursor: pointer; } .error-box { border: 1px solid black; height: auto; margin-bottom: 20px; border: 1px solid #d03232; background-color: #f4e1e1; display: none; padding: 10px; font-size: 12px; } .ref { color: #c71313; font-weight: bold; font-size: 25px; } .ins-ref { color : #888; } .review-project-header { width: calc(100% + 40px); background-color: #eee; margin-top: -20px; margin-left: -20px; padding: 20px 30px; border-radius: 5px; height: 70px; } .ref-num-holder { width: 50%; float: left; font-weight: 800; font-size: 20px; color: #888; } .status-holder { text-align: right; width: 50%; float: right; font-weight: 800; font-size: 20px; color: #888; color: #1CAB39; } .queries-contact { margin-top: 140px; text-align: left; color: #333; opacity: 1; font-weight: 400; font-size: 17px; } .member-delete {cursor:pointer; }
portal/static/registrations/portal/assets/css/parent-style.css
body{ background-color: #eee !important; padding: 0px; margin: 0px; color: white; font-family: 'Roboto' !important; overflow-y: scroll; } .header { position: absolute; width: 100%; height: 70px; background-color: rgba(0,0,0,0.1); z-index: 100; } .head-cover { position: absolute; width: 100%; height: 380px; background-color: #eee; overflow: hidden; box-shadow: 0px 0px 10px #444; } .body-box { position: relative; padding-top: 140px; padding-bottom: 100px; color: #333; } .form-wrapper { height: auto; box-shadow: 1px 1px 5px 0px #777; background-color: white; border-radius: 3px; padding: 20px !important; } .instruction-wrapper { height: auto; box-shadow: 1px 1px 5px 0px #777; background-color: white; border-radius: 3px; padding: 50px 80px !important; color: #333; } .header img.logo { margin-left: 15px; height: 60px; margin-top: 5px; float: left; opacity: 1; } .header .head-text { color: #fff; height: 50px; float: left; margin-left: 10px; font-size: 37px; font-weight: 900; text-shadow: 1px 1px #555; padding-top: 10px; } ul.right-links-wrapper { display: inline; float: right; margin-top: 25px; } li.right-link { display: inline; height: 70px !important; margin-top: 100px; color: white; padding: 20px 20px; text-transform: uppercase; font-weight: 500; font-size: 16px; cursor: pointer; } li.right-link-active { border-bottom: 3px solid white; } .ripple { animation: ripple-effect 1.3s infinite; width: 0px; height: 0px; position: relative; border-radius: 100000000000px; box-shadow: 0px 0px 50px #444; } @keyframes ripple-effect { from { width: 0px; height: 0px; transform-origin: 5px 5px; margin-top: 0px; margin-left: 0px; } to { width: 5000px; height: 5000px; transform-origin: 500px 500px; margin-top: -1000px; margin-left: -2500px; } } li.rule_point{ list-style-type: disc !important; font-size: 16px; line-height: 25px; padding-bottom: 5px; margin-left: 30px; padding-left: 10px; text-align: justify; } .instr_head { margin-top: 40px; font-size: 22px; font-weight: 700; margin-bottom: 15px; } .apply-project, .apply-paper, .dnld { float: right; margin: 3px; margin-top: 20px; } .check_head { text-transform: uppercase; font-size: 22px; font-weight: 700; } .form-subhead { font-weight: 900; padding:20px 10px 0px 15px !important; } input { margin: 0 0 10px 0 !important; } select { border: 0 !important; border-bottom: 1px solid #999 !important; padding: 0 !important; margin-bottom: 10px !important; } .form-head { color: rgba(255,255,255,0.6); font-size: 60px; font-weight: 700; text-align: right; opacity: 1; } @media (max-width : 992px) { .form-head { display: none; } } .add-member { cursor: pointer; } .error-box { border: 1px solid black; height: auto; margin-bottom: 20px; border: 1px solid #d03232; background-color: #f4e1e1; display: none; padding: 10px; font-size: 12px; } .ref { color: #c71313; font-weight: bold; font-size: 25px; } .ins-ref { color : #888; } .review-project-header { width: calc(100% + 40px); background-color: #eee; margin-top: -20px; margin-left: -20px; padding: 20px 30px; border-radius: 5px; height: 70px; } .ref-num-holder { width: 50%; float: left; font-weight: 800; font-size: 20px; color: #888; } .status-holder { text-align: right; width: 50%; float: right; font-weight: 800; font-size: 20px; color: #888; color: #1CAB39; } .queries-contact { margin-top: 140px; text-align: left; color: #333; opacity: 1; font-weight: 400; font-size: 17px; } .member-delete {cursor:pointer; }
0.33372
0.063424
tr {mso-height-source:auto;} col {mso-width-source:auto;} br {mso-data-placement:same-cell;} .style126 {color:blue; font-size:10.0pt; font-weight:400; font-style:normal; text-decoration:underline; text-underline-style:single; font-family:Arial, sans-serif; mso-font-charset:0; mso-style-name:Hyperlink; mso-style-id:8;} a:link {color:blue; font-size:10.0pt; font-weight:400; font-style:normal; text-decoration:underline; text-underline-style:single; font-family:Arial, sans-serif; mso-font-charset:0;} a:visited {color:purple; font-size:10.0pt; font-weight:400; font-style:normal; text-decoration:underline; text-underline-style:single; font-family:Arial; mso-generic-font-family:auto; mso-font-charset:0;} .style0 {mso-number-format:General; text-align:general; vertical-align:bottom; white-space:nowrap; mso-rotate:0; mso-background-source:auto; mso-pattern:auto; color:windowtext; font-size:10.0pt; font-weight:400; font-style:normal; text-decoration:none; font-family:Arial; mso-generic-font-family:auto; mso-font-charset:0; border:none; mso-protection:locked visible; mso-style-name:Normal; mso-style-id:0;} .style113 {mso-number-format:General; text-align:general; vertical-align:bottom; white-space:nowrap; mso-rotate:0; mso-background-source:auto; mso-pattern:auto; color:black; font-size:11.0pt; font-weight:400; font-style:normal; text-decoration:none; font-family:Calibri, sans-serif; mso-font-charset:0; border:none; mso-protection:locked visible; mso-style-name:"Normal 14";} td {mso-style-parent:style0; padding-top:1px; padding-right:1px; padding-left:1px; mso-ignore:padding; color:windowtext; font-size:10.0pt; font-weight:400; font-style:normal; text-decoration:none; font-family:Arial, sans-serif; mso-font-charset:0; mso-number-format:General; text-align:general; vertical-align:bottom; border:none; mso-background-source:auto; mso-pattern:auto; mso-protection:locked visible; white-space:nowrap; mso-rotate:0;} .xl148 {mso-style-parent:style113; font-size:7.0pt; font-style:italic; text-align:center; background:white; mso-pattern:black none;} .xl149 {mso-style-parent:style0; font-size:7.0pt; text-align:left; background:white; mso-pattern:black none;} .xl150 {mso-style-parent:style0; font-size:7.0pt; text-align:center; background:white; mso-pattern:black none;} .xl151 {mso-style-parent:style113; color:black; font-size:7.0pt; mso-number-format:"Short Date"; text-align:left; background:white; mso-pattern:black none;} .xl152 {mso-style-parent:style113; font-size:7.0pt; font-weight:700; font-style:italic; background:white; mso-pattern:black none;} .xl153 {mso-style-parent:style0; font-size:7.0pt; background:white; mso-pattern:black none;} .xl154 {mso-style-parent:style113; font-size:7.0pt; font-weight:700; font-style:italic; text-align:center; background:white; mso-pattern:black none;} .xl155 {mso-style-parent:style0; font-size:8.0pt; background:white; mso-pattern:black none;} .xl156 {mso-style-parent:style0; font-size:8.0pt; text-align:left; background:white; mso-pattern:black none;} .xl157 {mso-style-parent:style0; font-size:8.0pt; text-align:center; background:white; mso-pattern:black none;} .xl158 {mso-style-parent:style113; font-size:7.0pt; font-weight:700; font-style:italic; text-align:left; border-top:none; border-right:none; border-bottom:1.5pt solid windowtext; border-left:none; background:white; mso-pattern:black none;} .xl159 {mso-style-parent:style113; font-size:7.0pt; font-weight:700; font-style:italic; text-align:center; border-top:none; border-right:none; border-bottom:1.5pt solid windowtext; border-left:none; background:white; mso-pattern:black none;} .xl160 {mso-style-parent:style126; color:blue; font-size:7.0pt; font-weight:700; text-decoration:underline; text-underline-style:single; background:white; mso-pattern:black none;} .xl161 {mso-style-parent:style113; font-size:14.0pt; font-weight:700; font-style:italic; text-align:center; background:white; mso-pattern:black none;} .xl162 {mso-style-parent:style126; color:blue; font-size:7.0pt; text-decoration:underline; text-underline-style:single; text-align:center; background:white; mso-pattern:black none; white-space:normal;} .xl163 {mso-style-parent:style113; font-size:12.0pt; font-weight:700; text-align:center; background:white; mso-pattern:black none;}
TestTwoWebpage/schedule_files/stylesheet.css
tr {mso-height-source:auto;} col {mso-width-source:auto;} br {mso-data-placement:same-cell;} .style126 {color:blue; font-size:10.0pt; font-weight:400; font-style:normal; text-decoration:underline; text-underline-style:single; font-family:Arial, sans-serif; mso-font-charset:0; mso-style-name:Hyperlink; mso-style-id:8;} a:link {color:blue; font-size:10.0pt; font-weight:400; font-style:normal; text-decoration:underline; text-underline-style:single; font-family:Arial, sans-serif; mso-font-charset:0;} a:visited {color:purple; font-size:10.0pt; font-weight:400; font-style:normal; text-decoration:underline; text-underline-style:single; font-family:Arial; mso-generic-font-family:auto; mso-font-charset:0;} .style0 {mso-number-format:General; text-align:general; vertical-align:bottom; white-space:nowrap; mso-rotate:0; mso-background-source:auto; mso-pattern:auto; color:windowtext; font-size:10.0pt; font-weight:400; font-style:normal; text-decoration:none; font-family:Arial; mso-generic-font-family:auto; mso-font-charset:0; border:none; mso-protection:locked visible; mso-style-name:Normal; mso-style-id:0;} .style113 {mso-number-format:General; text-align:general; vertical-align:bottom; white-space:nowrap; mso-rotate:0; mso-background-source:auto; mso-pattern:auto; color:black; font-size:11.0pt; font-weight:400; font-style:normal; text-decoration:none; font-family:Calibri, sans-serif; mso-font-charset:0; border:none; mso-protection:locked visible; mso-style-name:"Normal 14";} td {mso-style-parent:style0; padding-top:1px; padding-right:1px; padding-left:1px; mso-ignore:padding; color:windowtext; font-size:10.0pt; font-weight:400; font-style:normal; text-decoration:none; font-family:Arial, sans-serif; mso-font-charset:0; mso-number-format:General; text-align:general; vertical-align:bottom; border:none; mso-background-source:auto; mso-pattern:auto; mso-protection:locked visible; white-space:nowrap; mso-rotate:0;} .xl148 {mso-style-parent:style113; font-size:7.0pt; font-style:italic; text-align:center; background:white; mso-pattern:black none;} .xl149 {mso-style-parent:style0; font-size:7.0pt; text-align:left; background:white; mso-pattern:black none;} .xl150 {mso-style-parent:style0; font-size:7.0pt; text-align:center; background:white; mso-pattern:black none;} .xl151 {mso-style-parent:style113; color:black; font-size:7.0pt; mso-number-format:"Short Date"; text-align:left; background:white; mso-pattern:black none;} .xl152 {mso-style-parent:style113; font-size:7.0pt; font-weight:700; font-style:italic; background:white; mso-pattern:black none;} .xl153 {mso-style-parent:style0; font-size:7.0pt; background:white; mso-pattern:black none;} .xl154 {mso-style-parent:style113; font-size:7.0pt; font-weight:700; font-style:italic; text-align:center; background:white; mso-pattern:black none;} .xl155 {mso-style-parent:style0; font-size:8.0pt; background:white; mso-pattern:black none;} .xl156 {mso-style-parent:style0; font-size:8.0pt; text-align:left; background:white; mso-pattern:black none;} .xl157 {mso-style-parent:style0; font-size:8.0pt; text-align:center; background:white; mso-pattern:black none;} .xl158 {mso-style-parent:style113; font-size:7.0pt; font-weight:700; font-style:italic; text-align:left; border-top:none; border-right:none; border-bottom:1.5pt solid windowtext; border-left:none; background:white; mso-pattern:black none;} .xl159 {mso-style-parent:style113; font-size:7.0pt; font-weight:700; font-style:italic; text-align:center; border-top:none; border-right:none; border-bottom:1.5pt solid windowtext; border-left:none; background:white; mso-pattern:black none;} .xl160 {mso-style-parent:style126; color:blue; font-size:7.0pt; font-weight:700; text-decoration:underline; text-underline-style:single; background:white; mso-pattern:black none;} .xl161 {mso-style-parent:style113; font-size:14.0pt; font-weight:700; font-style:italic; text-align:center; background:white; mso-pattern:black none;} .xl162 {mso-style-parent:style126; color:blue; font-size:7.0pt; text-decoration:underline; text-underline-style:single; text-align:center; background:white; mso-pattern:black none; white-space:normal;} .xl163 {mso-style-parent:style113; font-size:12.0pt; font-weight:700; text-align:center; background:white; mso-pattern:black none;}
0.205495
0.042048
ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, body, html, p, blockquote, fieldset, input { margin: 0; padding: 0; } ul { list-style: none; } fieldset { border: 0; } a img { border: 0; } .clear { clear: both; font-size: 0; height: 0; } a { color: #124a97; text-decoration: none; } a:hover { color: #4e6b93; text-decoration: none; } /* General Styling and Structure --------------------------------------------------------------------------------*/ body { font-family: Arial, Helvetica, sans-serif; font-size: 12px; color: #666666; margin: 0; padding: 0; background: #c2c2c2; } p { line-height: 1.5; padding: .5em 0; } h1, h2, h3, h4 { font-family: Arial, Helvetica, sans-serif; font-size: 18px; } h1 { font-size: 30px; line-height: 1; color: #fff; } h2, h3 { line-height: 1.3; padding: .3em 0; color: #666666; } h4 { font-size: 14px; line-height: 1.2; margin-bottom: 5px; } .header-wrap { background: #53585c; } .main-wrap { background: #c2c2c2 url(body-bg.gif) repeat-x; } .container { width: 960px; margin: 0 auto; } blockquote { font-style:italic; border-left:4px solid #ddd; margin:10px 0 10px 0; padding-left:20px; line-height:1.5; color:#888; } #header { padding: 0 27px; line-height: 1; } #header a { color: #c2c2c2; } #header a:hover { color: #fff; } #logo, #logo a { text-decoration: none; font-size: 26px; color: #fff; font-family: Arial, Helvetica, sans-serif; } /* Navigation --------------------------------------------------------------------------------*/ #navigation { font-family: Arial, Helvetica, sans-serif; background: url(nav-bg.png) no-repeat; width: 961px; margin-left: -13px; height: 68px; padding: 0 0 0 25px; position: relative; } #navigation ul { } #navigation li { float: left; position: relative; } #navigation li a { float: left; display: block; color: #fff; font-size: 14px; text-decoration: none; padding: 19px 14px; margin: 0 4px 0 0; border: 0; outline: 0; } #navigation li a:hover, #navigation li#active a { color: #ccc; background: #1a344b; } /* Navigation Drop-Down Menu Customization --------------------------------------------------------------------------------*/ #wsite-menus .wsite-menu li a { padding: 10px; color: #fff; background: #1A344B; border: 0; border-bottom: 1px solid #132237; } #wsite-menus .wsite-menu li a:hover { color: #fff; background: #12283c; } /* Header Area ----------------------------------------------------------------------------*/ #header { width: 100%; height: 90px; } #header, #header table { border-collapse: collapse; border-spacing: 0; } #header td { vertical-align: middle; text-align: left; } #logo { padding: 25px 0 25px 27px; } #header-right { padding: 0 27px 0 10px; } #header-right table { float: right; width: 1px; } #header-right td { padding: 0; } /* TOP RIGHT: Phone Number --------------------------------------------------------------------------------*/ #header-right .phone-number .wsite-text { color: #fff; text-align: right; font-family: Arial, Helvetica, sans-serif; font-size: 13px; display: block; white-space: nowrap; margin: 0 0 0 10px; } /* TOP RIGHT: Content Area --------------------------------------------------------------------------------*/ #header-right .wsite-social { vertical-align: middle; margin: 0 0 0 12px; } .wsite-social-item { width: 23px; height: 23px; margin: 0 0 0 3px; background-image:url(social-royal.png); } .wsite-social-facebook {background-position:0 0;} .wsite-social-facebook:hover {background-position:0 -23px;} .wsite-social-facebook:active {background-position:0 -46px;} .wsite-social-pinterest {background-position:-23px 0;} .wsite-social-pinterest:hover {background-position:-23px -23px;} .wsite-social-pinterest:active {background-position:-23px -46px;} .wsite-social-twitter {background-position:-46px 0;} .wsite-social-twitter:hover {background-position:-46px -23px;} .wsite-social-twitter:active {background-position:-46px -46px;} .wsite-social-linkedin {background-position:-69px 0;} .wsite-social-linkedin:hover {background-position:-69px -23px;} .wsite-social-linkedin:active {background-position:-69px -46px;} .wsite-social-mail {background-position:-92px 0;} .wsite-social-mail:hover {background-position:-92px -23px;} .wsite-social-mail:active {background-position:-92px -46px;} .wsite-social-rss {background-position:-115px 0;} .wsite-social-rss:hover {background-position:-115px -23px;} .wsite-social-rss:active {background-position:-115px -46px;} .wsite-social-flickr {background-position:-138px 0;} .wsite-social-flickr:hover {background-position:-138px -23px;} .wsite-social-flickr:active {background-position:-138px -46px;} .wsite-social-plus {background-position:-161px 0;} .wsite-social-plus:hover {background-position:-161px -23px;} .wsite-social-plus:active {background-position:-161px -46px;} .wsite-social-vimeo {background-position:-184px 0;} .wsite-social-vimeo:hover {background-position:-184px -23px;} .wsite-social-vimeo:active {background-position:-184px -46px;} .wsite-social-yahoo {background-position:-207px 0;} .wsite-social-yahoo:hover {background-position:-207px -23px;} .wsite-social-yahoo:active {background-position:-207px -46px;} .wsite-social-youtube {background-position:-230px 0;} .wsite-social-youtube:hover {background-position:-230px -23px;} .wsite-social-youtube:active {background-position:-230px -46px;} /* TOP RIGHT: Search Box --------------------------------------------------------------------------------*/ #header-right .search { } #header-right .wsite-search { margin: 0 0 0 15px; width: 206px; height: 26px; background: transparent url(searchForm-bg.png) no-repeat; } #header-right .wsite-search-input { width: 128px; height: 12px; border: 0; padding: 7px 8px !important; background: none; font-family: Arial, Helvetica, sans-serif; color: #000; vertical-align: middle; font-size: 12px; } #header-right .wsite-search-button { vertical-align: middle; width: 62px; height: 26px; border: 0; margin: 0; padding: 0; cursor: pointer; font-size: 0; background: none; } /* Footer --------------------------------------------------------------------------------*/ #footer { padding: 20px 25px 40px; font-family: Arial, Helvetica, sans-serif; color: #333333; font-size: 12px; border: none; text-align: right; } #footer-right { float: right; width: 240px; text-align: right; display: none; } #footer blockquote { border-left:4px solid #aaa; } .rights { line-height: 19px; vertical-align: middle; } .wsite-footer { /* make sure enough space between element footer and attribution */ margin-bottom: 15px; } #footer h2 { font-size:16px; color:#12283C; border-bottom:1px solid #aaa; } #footer p { color:#666; } /* Footer Form Customization --------------------------------------------------------------------------------*/ .wsite-form-container { margin-top:0px !important; text-align:left !important; } .wsite-footer .wsite-form-label { font-size: 1em !important; padding: 5px 0 2px 0 !important; } .wsite-footer .wsite-form-field { width:300px !important; } .wsite-footer .form-radio-container { font-size:1em !important; } .wsite-footer .wsite-form-input, .wsite-footer .wsite-search-element-input { font-size: 1em !important; width: 100% !important; background-color:#fff; } .wsite-footer .form-select { width: 100% !important; background-color:#fff; } /* main contents styles --------------------------------------------------------------------------------*/ #main { padding: 0; } #banner-bot { background: url(banner-bot.png) left bottom no-repeat; padding-bottom: 5px; } #banner-top { background: url(banner-top.png) no-repeat; padding-top: 4px; } #banner { position: relative; width: 960px; border-top: 1px solid #14293c; } #banner #tl, #banner #tr, #banner #bl, #banner #br { position: absolute; width: 10px; height: 10px; } #banner #tl { background: url(rounded.png) no-repeat; left: 0; top: 0; } #banner #tr { background: url(rounded.png) top right no-repeat; right: 0; top: 0; } #banner #bl { background: url(rounded.png) left bottom no-repeat; left: 7px; bottom: 5px; } #banner #br { background: url(rounded.png) right bottom no-repeat; right: 10px; bottom: 6px; } .wsite-header { } #content { min-height: 450px; padding: 15px 25px 25px; background: #fff; } /* PAGE TYPE: tall-header --------------------------------------------------------------------------------*/ .tall-header-page .wsite-header { /* the user-editable image */ height: 223px; background: url(banner-tall.jpg) no-repeat 50% 50%; } /* PAGE TYPE: short-header --------------------------------------------------------------------------------*/ .short-header-page .wsite-header { /* the user-editable image */ height: 144px; background: url(banner-short.jpg) no-repeat; } /* PAGE TYPE: no-header-header --------------------------------------------------------------------------------*/ .no-header-page #banner { display: none; } .no-header-page .wsite-header { /* the user-editable image */ } .no-header-page #banner-top { display: none; } .no-header-page #banner-bot { display: none; } /* PAGE TYPE: landing --------------------------------------------------------------------------------*/ .landing-page #banner { padding: 0; border: none; background: #f1f1f1; } #banner-left { float: left; width: 530px; border-right: none; } #banner-left .wsite-header { /* the user-editable image */ height: 284px; background: url(banner-landing.jpg); } .landing-banner-outer { display: table; #position: relative; overflow: hidden; } .landing-banner-mid { #position: absolute; #top: 50%; display: table-cell; vertical-align: middle; } .landing-banner-inner { #position: relative; #top: -50%; } #bannerright { float: left; width: 355px; height: 284px; padding: 0 0 0 35px; } #bannerright h2 { font-size: 24px; color: #12283c; padding: 0px; line-height: 24px; } #bannerright p { padding: 20px 0px; line-height: 140%; } /* PAGE TYPE: splash --------------------------------------------------------------------------------*/ .splash-page .wsite-header { /* the user-editable image */ height: 145px; background: url(banner-splash.jpg) no-repeat; } .splash-page #container { width: 600px; } .splash-page #banner { width: 600px; } .splash-page #banner-bot { background: none; } .splash-page #banner-top { background: none; } .splash-page #header { padding: 0; } .splash-page .social { } .splash-page .search { display: none; } .splash-page .phone-number { } .splash-page #navigation { display: none; } .splash-page #content { height: auto !important; min-height: 300px; } .splash-page #footer .wsite-social { display: none; } .splash-page #footer { text-align: center; } /* Form Customization --------------------------------------------------------------------------------*/ .wsite-form-label { display: inline-block; color: #666666; font-family: Arial, Helvetica, sans-serif; font-size: 13px; font-weight: normal; padding: 12px 0 5px 0; } .form-radio-container { } .wsite-form-input, .wsite-search-element-input { font-family: Arial, Helvetica, sans-serif; font-size: 12px; background: url(field.png) repeat-x; color: #535353; border: 1px solid #d3d3d3; padding: 8px 5px 5px !important; line-height: 1; -moz-border-radius: 3px; -webkit-border-radius: 3px; border-radius: 3px; } .form-select { background: url(field.png) repeat-x; color: #535353; border: 1px solid #d3d3d3; padding: 3px; height: 25px; line-height: 25px; -moz-border-radius: 3px; -webkit-border-radius: 3px; border-radius: 3px; } /* Buttons --------------------------------------------------------------------------------*/ /* small */ .wsite-button { color: #12283c !important; height: 34px; display: inline-block; font-size: 14px; border: none; font-weight: bold; text-decoration: none; padding: 0 17px 0 0; background: url(button.png) no-repeat 100% -105px; text-shadow:0 1px 0 rgba(255,255,255,0.8); } .wsite-button:hover { background-position: 100% -140px; } .wsite-button:active { background-position: 100% -175px; } .wsite-button-inner { height: 34px; line-height: 34px; display: block; font-size: 14px; font-weight: bold; border: none; text-decoration: none; padding: 0 10px 0 20px; background: url(button.png) no-repeat 0 0; } .wsite-button:hover .wsite-button-inner { background-position: 0 -35px; } .wsite-button:active .wsite-button-inner { background-position: 0 -70px; } /* large */ .wsite-button-large { height: 41px; background: url(button_large.png) no-repeat 100% -126px; padding: 0 10px 0 0; } .wsite-button-large:hover { background-position: 100% -168px; } .wsite-button-large:active { background-position: 100% -210px; } .wsite-button-large .wsite-button-inner { height: 41px; line-height: 41px; padding: 0 10px 0 20px; background: url(button_large.png) no-repeat 0 0; } .wsite-button-large:hover .wsite-button-inner { background-position: 0 -42px; } .wsite-button-large:active .wsite-button-inner { background-position: 0 -84px; } /* highlight */ /* Making the highlighted versions of the buttons is easy because we just need to switch out the background images. This works because the different button states (normal, :hover, :active) have their sprite coordinates in the same places. */ .wsite-button-large.wsite-button-highlight { background-image: url(button_large_highlight.png); text-shadow:0 -1px 0 rgba(0,0,0,0.9); } .wsite-button-large.wsite-button-highlight .wsite-button-inner { background-image: url(button_large_highlight.png); } .wsite-button-highlight { color: #fff !important; background-image: url(button_highlight.png); text-shadow:0 -1px 0 rgba(0,0,0,0.9); } .wsite-button-highlight .wsite-button-inner { background-image: url(button_highlight.png); }
themes4/dirt/files/theme/main_style.css
ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, body, html, p, blockquote, fieldset, input { margin: 0; padding: 0; } ul { list-style: none; } fieldset { border: 0; } a img { border: 0; } .clear { clear: both; font-size: 0; height: 0; } a { color: #124a97; text-decoration: none; } a:hover { color: #4e6b93; text-decoration: none; } /* General Styling and Structure --------------------------------------------------------------------------------*/ body { font-family: Arial, Helvetica, sans-serif; font-size: 12px; color: #666666; margin: 0; padding: 0; background: #c2c2c2; } p { line-height: 1.5; padding: .5em 0; } h1, h2, h3, h4 { font-family: Arial, Helvetica, sans-serif; font-size: 18px; } h1 { font-size: 30px; line-height: 1; color: #fff; } h2, h3 { line-height: 1.3; padding: .3em 0; color: #666666; } h4 { font-size: 14px; line-height: 1.2; margin-bottom: 5px; } .header-wrap { background: #53585c; } .main-wrap { background: #c2c2c2 url(body-bg.gif) repeat-x; } .container { width: 960px; margin: 0 auto; } blockquote { font-style:italic; border-left:4px solid #ddd; margin:10px 0 10px 0; padding-left:20px; line-height:1.5; color:#888; } #header { padding: 0 27px; line-height: 1; } #header a { color: #c2c2c2; } #header a:hover { color: #fff; } #logo, #logo a { text-decoration: none; font-size: 26px; color: #fff; font-family: Arial, Helvetica, sans-serif; } /* Navigation --------------------------------------------------------------------------------*/ #navigation { font-family: Arial, Helvetica, sans-serif; background: url(nav-bg.png) no-repeat; width: 961px; margin-left: -13px; height: 68px; padding: 0 0 0 25px; position: relative; } #navigation ul { } #navigation li { float: left; position: relative; } #navigation li a { float: left; display: block; color: #fff; font-size: 14px; text-decoration: none; padding: 19px 14px; margin: 0 4px 0 0; border: 0; outline: 0; } #navigation li a:hover, #navigation li#active a { color: #ccc; background: #1a344b; } /* Navigation Drop-Down Menu Customization --------------------------------------------------------------------------------*/ #wsite-menus .wsite-menu li a { padding: 10px; color: #fff; background: #1A344B; border: 0; border-bottom: 1px solid #132237; } #wsite-menus .wsite-menu li a:hover { color: #fff; background: #12283c; } /* Header Area ----------------------------------------------------------------------------*/ #header { width: 100%; height: 90px; } #header, #header table { border-collapse: collapse; border-spacing: 0; } #header td { vertical-align: middle; text-align: left; } #logo { padding: 25px 0 25px 27px; } #header-right { padding: 0 27px 0 10px; } #header-right table { float: right; width: 1px; } #header-right td { padding: 0; } /* TOP RIGHT: Phone Number --------------------------------------------------------------------------------*/ #header-right .phone-number .wsite-text { color: #fff; text-align: right; font-family: Arial, Helvetica, sans-serif; font-size: 13px; display: block; white-space: nowrap; margin: 0 0 0 10px; } /* TOP RIGHT: Content Area --------------------------------------------------------------------------------*/ #header-right .wsite-social { vertical-align: middle; margin: 0 0 0 12px; } .wsite-social-item { width: 23px; height: 23px; margin: 0 0 0 3px; background-image:url(social-royal.png); } .wsite-social-facebook {background-position:0 0;} .wsite-social-facebook:hover {background-position:0 -23px;} .wsite-social-facebook:active {background-position:0 -46px;} .wsite-social-pinterest {background-position:-23px 0;} .wsite-social-pinterest:hover {background-position:-23px -23px;} .wsite-social-pinterest:active {background-position:-23px -46px;} .wsite-social-twitter {background-position:-46px 0;} .wsite-social-twitter:hover {background-position:-46px -23px;} .wsite-social-twitter:active {background-position:-46px -46px;} .wsite-social-linkedin {background-position:-69px 0;} .wsite-social-linkedin:hover {background-position:-69px -23px;} .wsite-social-linkedin:active {background-position:-69px -46px;} .wsite-social-mail {background-position:-92px 0;} .wsite-social-mail:hover {background-position:-92px -23px;} .wsite-social-mail:active {background-position:-92px -46px;} .wsite-social-rss {background-position:-115px 0;} .wsite-social-rss:hover {background-position:-115px -23px;} .wsite-social-rss:active {background-position:-115px -46px;} .wsite-social-flickr {background-position:-138px 0;} .wsite-social-flickr:hover {background-position:-138px -23px;} .wsite-social-flickr:active {background-position:-138px -46px;} .wsite-social-plus {background-position:-161px 0;} .wsite-social-plus:hover {background-position:-161px -23px;} .wsite-social-plus:active {background-position:-161px -46px;} .wsite-social-vimeo {background-position:-184px 0;} .wsite-social-vimeo:hover {background-position:-184px -23px;} .wsite-social-vimeo:active {background-position:-184px -46px;} .wsite-social-yahoo {background-position:-207px 0;} .wsite-social-yahoo:hover {background-position:-207px -23px;} .wsite-social-yahoo:active {background-position:-207px -46px;} .wsite-social-youtube {background-position:-230px 0;} .wsite-social-youtube:hover {background-position:-230px -23px;} .wsite-social-youtube:active {background-position:-230px -46px;} /* TOP RIGHT: Search Box --------------------------------------------------------------------------------*/ #header-right .search { } #header-right .wsite-search { margin: 0 0 0 15px; width: 206px; height: 26px; background: transparent url(searchForm-bg.png) no-repeat; } #header-right .wsite-search-input { width: 128px; height: 12px; border: 0; padding: 7px 8px !important; background: none; font-family: Arial, Helvetica, sans-serif; color: #000; vertical-align: middle; font-size: 12px; } #header-right .wsite-search-button { vertical-align: middle; width: 62px; height: 26px; border: 0; margin: 0; padding: 0; cursor: pointer; font-size: 0; background: none; } /* Footer --------------------------------------------------------------------------------*/ #footer { padding: 20px 25px 40px; font-family: Arial, Helvetica, sans-serif; color: #333333; font-size: 12px; border: none; text-align: right; } #footer-right { float: right; width: 240px; text-align: right; display: none; } #footer blockquote { border-left:4px solid #aaa; } .rights { line-height: 19px; vertical-align: middle; } .wsite-footer { /* make sure enough space between element footer and attribution */ margin-bottom: 15px; } #footer h2 { font-size:16px; color:#12283C; border-bottom:1px solid #aaa; } #footer p { color:#666; } /* Footer Form Customization --------------------------------------------------------------------------------*/ .wsite-form-container { margin-top:0px !important; text-align:left !important; } .wsite-footer .wsite-form-label { font-size: 1em !important; padding: 5px 0 2px 0 !important; } .wsite-footer .wsite-form-field { width:300px !important; } .wsite-footer .form-radio-container { font-size:1em !important; } .wsite-footer .wsite-form-input, .wsite-footer .wsite-search-element-input { font-size: 1em !important; width: 100% !important; background-color:#fff; } .wsite-footer .form-select { width: 100% !important; background-color:#fff; } /* main contents styles --------------------------------------------------------------------------------*/ #main { padding: 0; } #banner-bot { background: url(banner-bot.png) left bottom no-repeat; padding-bottom: 5px; } #banner-top { background: url(banner-top.png) no-repeat; padding-top: 4px; } #banner { position: relative; width: 960px; border-top: 1px solid #14293c; } #banner #tl, #banner #tr, #banner #bl, #banner #br { position: absolute; width: 10px; height: 10px; } #banner #tl { background: url(rounded.png) no-repeat; left: 0; top: 0; } #banner #tr { background: url(rounded.png) top right no-repeat; right: 0; top: 0; } #banner #bl { background: url(rounded.png) left bottom no-repeat; left: 7px; bottom: 5px; } #banner #br { background: url(rounded.png) right bottom no-repeat; right: 10px; bottom: 6px; } .wsite-header { } #content { min-height: 450px; padding: 15px 25px 25px; background: #fff; } /* PAGE TYPE: tall-header --------------------------------------------------------------------------------*/ .tall-header-page .wsite-header { /* the user-editable image */ height: 223px; background: url(banner-tall.jpg) no-repeat 50% 50%; } /* PAGE TYPE: short-header --------------------------------------------------------------------------------*/ .short-header-page .wsite-header { /* the user-editable image */ height: 144px; background: url(banner-short.jpg) no-repeat; } /* PAGE TYPE: no-header-header --------------------------------------------------------------------------------*/ .no-header-page #banner { display: none; } .no-header-page .wsite-header { /* the user-editable image */ } .no-header-page #banner-top { display: none; } .no-header-page #banner-bot { display: none; } /* PAGE TYPE: landing --------------------------------------------------------------------------------*/ .landing-page #banner { padding: 0; border: none; background: #f1f1f1; } #banner-left { float: left; width: 530px; border-right: none; } #banner-left .wsite-header { /* the user-editable image */ height: 284px; background: url(banner-landing.jpg); } .landing-banner-outer { display: table; #position: relative; overflow: hidden; } .landing-banner-mid { #position: absolute; #top: 50%; display: table-cell; vertical-align: middle; } .landing-banner-inner { #position: relative; #top: -50%; } #bannerright { float: left; width: 355px; height: 284px; padding: 0 0 0 35px; } #bannerright h2 { font-size: 24px; color: #12283c; padding: 0px; line-height: 24px; } #bannerright p { padding: 20px 0px; line-height: 140%; } /* PAGE TYPE: splash --------------------------------------------------------------------------------*/ .splash-page .wsite-header { /* the user-editable image */ height: 145px; background: url(banner-splash.jpg) no-repeat; } .splash-page #container { width: 600px; } .splash-page #banner { width: 600px; } .splash-page #banner-bot { background: none; } .splash-page #banner-top { background: none; } .splash-page #header { padding: 0; } .splash-page .social { } .splash-page .search { display: none; } .splash-page .phone-number { } .splash-page #navigation { display: none; } .splash-page #content { height: auto !important; min-height: 300px; } .splash-page #footer .wsite-social { display: none; } .splash-page #footer { text-align: center; } /* Form Customization --------------------------------------------------------------------------------*/ .wsite-form-label { display: inline-block; color: #666666; font-family: Arial, Helvetica, sans-serif; font-size: 13px; font-weight: normal; padding: 12px 0 5px 0; } .form-radio-container { } .wsite-form-input, .wsite-search-element-input { font-family: Arial, Helvetica, sans-serif; font-size: 12px; background: url(field.png) repeat-x; color: #535353; border: 1px solid #d3d3d3; padding: 8px 5px 5px !important; line-height: 1; -moz-border-radius: 3px; -webkit-border-radius: 3px; border-radius: 3px; } .form-select { background: url(field.png) repeat-x; color: #535353; border: 1px solid #d3d3d3; padding: 3px; height: 25px; line-height: 25px; -moz-border-radius: 3px; -webkit-border-radius: 3px; border-radius: 3px; } /* Buttons --------------------------------------------------------------------------------*/ /* small */ .wsite-button { color: #12283c !important; height: 34px; display: inline-block; font-size: 14px; border: none; font-weight: bold; text-decoration: none; padding: 0 17px 0 0; background: url(button.png) no-repeat 100% -105px; text-shadow:0 1px 0 rgba(255,255,255,0.8); } .wsite-button:hover { background-position: 100% -140px; } .wsite-button:active { background-position: 100% -175px; } .wsite-button-inner { height: 34px; line-height: 34px; display: block; font-size: 14px; font-weight: bold; border: none; text-decoration: none; padding: 0 10px 0 20px; background: url(button.png) no-repeat 0 0; } .wsite-button:hover .wsite-button-inner { background-position: 0 -35px; } .wsite-button:active .wsite-button-inner { background-position: 0 -70px; } /* large */ .wsite-button-large { height: 41px; background: url(button_large.png) no-repeat 100% -126px; padding: 0 10px 0 0; } .wsite-button-large:hover { background-position: 100% -168px; } .wsite-button-large:active { background-position: 100% -210px; } .wsite-button-large .wsite-button-inner { height: 41px; line-height: 41px; padding: 0 10px 0 20px; background: url(button_large.png) no-repeat 0 0; } .wsite-button-large:hover .wsite-button-inner { background-position: 0 -42px; } .wsite-button-large:active .wsite-button-inner { background-position: 0 -84px; } /* highlight */ /* Making the highlighted versions of the buttons is easy because we just need to switch out the background images. This works because the different button states (normal, :hover, :active) have their sprite coordinates in the same places. */ .wsite-button-large.wsite-button-highlight { background-image: url(button_large_highlight.png); text-shadow:0 -1px 0 rgba(0,0,0,0.9); } .wsite-button-large.wsite-button-highlight .wsite-button-inner { background-image: url(button_large_highlight.png); } .wsite-button-highlight { color: #fff !important; background-image: url(button_highlight.png); text-shadow:0 -1px 0 rgba(0,0,0,0.9); } .wsite-button-highlight .wsite-button-inner { background-image: url(button_highlight.png); }
0.1941
0.067948
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video { margin: 0; padding: 0; border: 0; font: inherit; font-size: 100%; vertical-align: baseline; } html { line-height: 1; } ol, ul { list-style: none; } table { border-collapse: collapse; border-spacing: 0; } caption, th, td { text-align: left; font-weight: normal; vertical-align: middle; } q, blockquote { quotes: none; } q:before, q:after, blockquote:before, blockquote:after { content: ""; content: none; } a img { border: none; } article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section, summary { display: block; } /* fonts */ @font-face { font-family: "SQMarket"; src: url("/fonts/sqmarket-bold.eot"); src: url("/fonts/sqmarket-bold.eot?#iefix") format("eot"), url("/fonts/sqmarket-bold.woff") format("woff"), url("/fonts/sqmarket-bold.ttf") format("truetype"); font-weight: 500; font-style: normal; } @font-face { font-family: "SQMarket"; src: url("/fonts/sqmarket-bold.eot"); src: url("/fonts/sqmarket-bold.eot?#iefix") format("eot"), url("/fonts/sqmarket-bold.woff") format("woff"), url("/fonts/sqmarket-bold.ttf") format("truetype"); font-weight: bold; font-style: normal; } @font-face { font-family: "SQMarket"; src: url("/fonts/sqmarket-bolditalic.eot"); src: url("/fonts/sqmarket-bolditalic.eot?#iefix") format("eot"), url("/fonts/sqmarket-bolditalic.woff") format("woff"), url("/fonts/sqmarket-bolditalic.ttf") format("truetype"); font-weight: 500; font-style: italic; } @font-face { font-family: "SQMarket"; src: url("/fonts/sqmarket-bolditalic.eot"); src: url("/fonts/sqmarket-bolditalic.eot?#iefix") format("eot"), url("/fonts/sqmarket-bolditalic.woff") format("woff"), url("/fonts/sqmarket-bolditalic.ttf") format("truetype"); font-weight: bold; font-style: italic; } @font-face { font-family: "SQMarket"; src: url("/fonts/sqmarket-light.eot"); src: url("/fonts/sqmarket-light.eot?#iefix") format("eot"), url("/fonts/sqmarket-light.woff") format("woff"), url("/fonts/sqmarket-light.ttf") format("truetype"); font-weight: 200; font-style: normal; } @font-face { font-family: "SQMarket"; src: url("/fonts/sqmarket-lightitalic.eot"); src: url("/fonts/sqmarket-lightitalic.eot?#iefix") format("eot"), url("/fonts/sqmarket-lightitalic.woff") format("woff"), url("/fonts/sqmarket-lightitalic.ttf") format("truetype"); font-weight: 200; font-style: italic; } @font-face { font-family: "SQMarket"; src: url("/fonts/sqmarket-medium.eot"); src: url("/fonts/sqmarket-medium.eot?#iefix") format("eot"), url("/fonts/sqmarket-medium.woff") format("woff"), url("/fonts/sqmarket-medium.ttf") format("truetype"); font-weight: 400; font-style: normal; } @font-face { font-family: "SQMarket"; src: url("/fonts/sqmarket-mediumitalic.eot"); src: url("/fonts/sqmarket-mediumitalic.eot?#iefix") format("eot"), url("/fonts/sqmarket-mediumitalic.woff") format("woff"), url("/fonts/sqmarket-mediumitalic.ttf") format("truetype"); font-weight: 400; font-style: italic; } @font-face { font-family: "SQMarket"; src: url("/fonts/sqmarket-regular.eot"); src: url("/fonts/sqmarket-regular.eot?#iefix") format("eot"), url("/fonts/sqmarket-regular.woff") format("woff"), url("/fonts/sqmarket-regular.ttf") format("truetype"); font-weight: 300; font-style: normal; } @font-face { font-family: "SQMarket"; src: url("/fonts/sqmarket-regular.eot"); src: url("/fonts/sqmarket-regular.eot?#iefix") format("eot"), url("/fonts/sqmarket-regular.woff") format("woff"), url("/fonts/sqmarket-regular.ttf") format("truetype"); font-weight: normal; font-style: normal; } @font-face { font-family: "SQMarket"; src: url("/fonts/sqmarket-regularitalic.eot"); src: url("/fonts/sqmarket-regularitalic.eot?#iefix") format("eot"), url("/fonts/sqmarket-regularitalic.woff") format("woff"), url("/fonts/sqmarket-regularitalic.ttf") format("truetype"); font-weight: 300; font-style: italic; } @font-face { font-family: "SQMarket"; src: url("/fonts/sqmarket-regularitalic.eot"); src: url("/fonts/sqmarket-regularitalic.eot?#iefix") format("eot"), url("/fonts/sqmarket-regularitalic.woff") format("woff"), url("/fonts/sqmarket-regularitalic.ttf") format("truetype"); font-weight: normal; font-style: italic; } /* sprites */ .directory-icons-sprite, .logo:after, .logo h1, .search-field:before, .focus .search-field:before, .half .search-location-button, .half .search-location-button:hover, .half .search-location-button:focus, .full .search-location-button, .full .search-location-button.location-expanded:hover, .full .search-location-button.location-expanded:focus, .full .search-location-button.location-on, .search-swap-button, .navigation-picture, .navigation-picture:hover, .navigation-picture:focus, .navigation-picture:active, .icon-square-footer, .icon-mobile-merchant, .icon-left-arrow, .icon-right-arrow { background: url(/assets/sprites/directory-icons-sprite.png) no-repeat; } .profile-icons-sprite, .icon-twitter, .icon-facebook, .reward-punch-card:before, .reward-cash:before, .reward-percent:before, .icon-image-previous, .icon-image-next, .profile-image-dot, .profile-image-dot:hover, .profile-image-dot:focus, .profile-image-dot.current { background: url(/assets/sprites/profile-icons-sprite.png) no-repeat; } * { -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; } html { background: #f4f5f6; height: 100%; min-width: 320px; } body { background: #fff; *zoom: 1; color: #2d3c48; font: 14px "SQMarket", "Helvetica Neue", sans-serif; line-height: 20px; width: 100%; -webkit-font-smoothing: antialiased; } body:before, body:after { content: ""; display: table; } body:after { clear: both; display: none; } body.modal { overflow-y: hidden; } a { color: #3e8cb7; text-decoration: none; } button, input, textarea { font: inherit; } p { margin: 0; } .header { background: #f8f8f8; -webkit-box-shadow: 0 1px rgba(45, 60, 72, 0.1); -moz-box-shadow: 0 1px rgba(45, 60, 72, 0.1); box-shadow: 0 1px rgba(45, 60, 72, 0.1); padding: 10px; position: relative; width: 100%; z-index: 2; } .logo { height: 30px; position: relative; vertical-align: top; width: 30px; } .logo:after { background-position: 0 0; height: 26px; width: 84px; content: ""; position: absolute; left: 38px; top: 6px; } .logo h1 { background-position: 0 -116px; height: 30px; width: 30px; height: 30px; overflow: hidden; text-indent: -99999em; } .wrapper { font-size: 1.14286em; line-height: 1.25em; background-position: center top; background-repeat: repeat-y; height: 100%; margin: 0 auto; min-height: 511px; } .footer { background: #f4f5f6; border-top: 1px solid #eff0f1; width: 100%} .footer-navigation { color: #b0b8c1; margin: 0 auto; padding-top: 1.35714em; padding-bottom: 1.14286em; text-align: center; } .icon-square-footer { background-position: 0 -146px; height: 23px; width: 23px; display: inline-block; margin-bottom: 0.35714em; position: relative; } .footer-navigation-item { display: inline-block; margin-left: 16px; position: relative; } .footer-navigation-item:before { position: absolute; left: -12px; } .footer-navigation-item:first-child { margin-left: 0; } .footer-navigation-item a { color: #b0b8c1; -webkit-transition: color 0.3s ease; -moz-transition: color 0.3s ease; -o-transition: color 0.3s ease; transition: color 0.3s ease; } .footer-navigation-item a:hover { color: #3e8cb7; } .copyright { white-space: nowrap; } .hidden { display: none; border: 0; } ::-moz-selection { background: #cdd0d4; text-shadow: none; } ::selection { background: #cdd0d4; text-shadow: none; } @-webkit-viewport { width: device-width; } @-moz-viewport { width: device-width; } @-ms-viewport { width: device-width; } @-o-viewport { width: device-width; } @viewport { width: device-width; } .logo h1, .icon-twitter, .icon-facebook { display: inline-block; vertical-align: middle; } .menu-category-name, .homepage-section-name, .module-name { font-size: 1.57143em; line-height: 1.18182em; color: #2d3c48; font-weight: 300; position: relative; left: -1px; } .icon-twitter { background-position: 0 -42px; height: 40px; width: 40px; } .icon-facebook { background-position: 0 -82px; height: 40px; width: 40px; } .profile { font-size: 0.875em; line-height: 1.42857em; } .profile-content { *zoom: 1; clear: both; position: relative; } .profile-content:before, .profile-content:after { content: ""; display: table; } .profile-content:after { clear: both; } .profile-masthead { float: left; padding-top: 2.85714em; padding-bottom: 0.92857em; width: 100%} .profile-logo { *zoom: 1; min-height: 80px; position: relative; } .profile-logo:before, .profile-logo:after { content: ""; display: table; } .profile-logo:after { clear: both; } .profile-logo img { -webkit-border-radius: 5px; -moz-border-radius: 5px; -ms-border-radius: 5px; -o-border-radius: 5px; border-radius: 5px; display: inline-block; height: 80px; text-decoration: none; vertical-align: middle; width: 80px; } .profile-logo [data-picture] { float: left; } .profile-logo-image { float: left; height: 80px; margin-bottom: 0.5em; margin-left: auto; margin-right: auto; width: 80px; } .profile-name { font-size: 2em; line-height: 2.57143em; -webkit-box-orient: vertical; -moz-box-orient: vertical; -ms-box-orient: vertical; box-orient: vertical; -webkit-box-pack: center; -moz-box-pack: center; -ms-box-pack: center; box-pack: center; display: -webkit-box; display: -moz-box; display: -ms-box; display: box; font-weight: 300; min-height: 2.57143em; margin-left: 98px; margin-top: 0.03571em; } .profile-name h1 { line-height: 1.07143em; display: inline-block; vertical-align: middle; } .profile-summary { text-align: right; } .profile-summary address { overflow: hidden; text-transform: capitalize; } .profile-summary ul { list-style: none; margin: 0; padding: 0; } .profile-summary .address-state { text-transform: uppercase; } .summary-module { overflow: hidden; } .summary-module:first-child { margin-top: 0em; } .summary-module a { display: block; } .summary-distance { display: inline-block; text-transform: lowercase; } .summary-address { display: inline; text-transform: none; } .summary-module .summary-address span { white-space: nowrap; } .summary-hours a { white-space: nowrap; } .summary-phone { color: #959ba2; } .address-street { text-transform: capitalize; } .address-city { text-transform: capitalize; } .address-state { text-transform: uppercase; } .profile-image { -webkit-user-select: none; -moz-user-select: none; user-select: none; } .profile-image:hover ~ .profile-image-dots { opacity: 1; -webkit-transition: opacity 0.3s ease; -moz-transition: opacity 0.3s ease; -o-transition: opacity 0.3s ease; transition: opacity 0.3s ease; } .profile-content>.profile-image { background-color: #676e75; margin-bottom: 2.35714em; overflow: hidden; position: relative; text-align: center; width: 100%} .profile-content>.profile-image.swipe { visibility: hidden; } .profile-content>.profile-image:before { -webkit-box-shadow: inset 0 0 0 1px rgba(45, 60, 72, 0.15); -moz-box-shadow: inset 0 0 0 1px rgba(45, 60, 72, 0.15); box-shadow: inset 0 0 0 1px rgba(45, 60, 72, 0.15); content: ""; pointer-events: none; position: absolute; left: 0; top: 0; z-index: 1; } .profile-content>.profile-image img { display: block; max-width: 100%} .ie .profile-content>.profile-image img { width: 100%} .profile-image ~ .profile-description:before { content: none; display: none; } .profile-image-wrapper { line-height: 0em; display: block; letter-spacing: -0.3em; -webkit-transition: -webkit-transform 0.3s ease; -moz-transition: -moz-transform 0.3s ease; -o-transition: -o-transform 0.3s ease; transition: transform 0.3s ease; -webkit-user-select: none; -moz-user-select: none; user-select: none; white-space: nowrap; } .swipe .profile-image-wrapper { overflow: hidden; position: relative; } .merchant-image { display: inline-block; letter-spacing: normal; position: relative; -webkit-user-select: none; -moz-user-select: none; user-select: none; width: 100%} .swipe .merchant-image { float: left; } .merchant-image:first-child:before { content: none; display: none; } .merchant-image:before { -webkit-box-shadow: inset 1px 0 rgba(45, 60, 72, 0.15); -moz-box-shadow: inset 1px 0 rgba(45, 60, 72, 0.15); box-shadow: inset 1px 0 rgba(45, 60, 72, 0.15); content: ""; height: 100%; position: absolute; top: 0; left: 0; width: 1px; } .profile-image-controls { opacity: 0; -webkit-transition: opacity 0.3s ease; -moz-transition: opacity 0.3s ease; -o-transition: opacity 0.3s ease; transition: opacity 0.3s ease; } .profile-image:hover .profile-image-controls, .profile-image.hover .profile-image-controls { opacity: 1; -webkit-transition: opacity 0.3s ease; -moz-transition: opacity 0.3s ease; -o-transition: opacity 0.3s ease; transition: opacity 0.3s ease; } .profile-image-pagination { cursor: pointer; position: absolute; top: 0; width: 61px; z-index: 3; } .profile-image-next { right: 0; } .profile-image-previous { left: 0; } .icon-image-previous { background-position: 0 -234px; height: 44px; width: 25px; position: absolute; left: 18px; } .icon-image-next { background-position: 0 -190px; height: 44px; width: 25px; position: absolute; right: 18px; } .profile-image-dots { letter-spacing: -0.3em; margin-top: -4.07143em; opacity: 0; pointer-events: none; position: absolute; text-align: center; -webkit-transition: opacity 0.3s ease; -moz-transition: opacity 0.3s ease; -o-transition: opacity 0.3s ease; transition: opacity 0.3s ease; -webkit-user-select: none; -moz-user-select: none; user-select: none; width: 100%} .profile-image-dots:hover { opacity: 1; -webkit-transition: opacity 0.3s ease; -moz-transition: opacity 0.3s ease; -o-transition: opacity 0.3s ease; transition: opacity 0.3s ease; } .profile-image-dots li { display: inline-block; letter-spacing: normal; } .profile-image-dot { background-position: 0 -287px; height: 9px; width: 9px; cursor: pointer; display: inline-block; margin-left: 3px; pointer-events: auto; } .profile-image-dot:hover, .profile-image-dot:focus, .profile-image-dot.current { background-position: 0 -296px; height: 9px; width: 9px; } .profile-description { padding-bottom: 0.64286em; text-align: center; } .profile-description:before { border-top: 1px solid #eff0f1; content: ""; display: block; margin: 0 -5px; padding-top: 2.35714em; position: relative; } .profile-description p { font-size: 1.57143em; line-height: 1.45455em; font-weight: 300; margin: 0 auto; } /* menu */.menu-navigation { margin-top: 0.5em; margin-bottom: 1.28571em; text-align: center; } .menu-navigation-list { margin: 0 auto; } .menu-navigation-list-item { font-size: 1.14286em; line-height: 1.5em; display: inline-block; margin-left: 16px; position: relative; } .menu-navigation-list-item:first-child { margin-left: 0; } .menu-navigation-list-item:first-child:before { content: ""} .menu-category { *zoom: 1; position: relative; } .menu-category:before, .menu-category:after { content: ""; display: table; } .menu-category:after { clear: both; } .menu-category:first-of-type:only-child { margin-top: 1.64286em; } .menu-category:first-of-type:only-child:before { padding-bottom: 2.5em; } .menu-category:first-of-type:not(:only-child) { padding-top: 3em; } .menu-category:first-of-type:before { border-top: 1px solid #eff0f1; content: ""; display: block; margin: 0 -5px; padding-bottom: 0.64286em; position: relative; top: -27px; } .menu-category:only-child { margin-top: -0.5em; padding-bottom: 0.92857em; } .menu-category:not(:first-of-type):before { border-top: 1px solid #eff0f1; content: ""; display: block; margin: 0 -5px; padding-bottom: 2.57143em; position: relative; } .menu-category:not(:only-of-type) { padding-bottom: 0.92857em; } .menu-category.hide { display: none; } .menu-category-list { float: left; width: 100%} .menu-category-list:first-of-type { margin-top: -0.28571em; } .menu-category-list:first-of-type.has-images { margin-top: 0.71429em; } .menu-category-list:last-of-type:not(:only-child) { margin-bottom: 1.5em; } .menu-category-list:last-of-type:not(:only-child).has-images { margin-bottom: 1.85714em; } .menu-category-list.has-images+.menu-category-list { margin-top: 0.35714em; } .menu-category:only-child .menu-category-list:first-child { margin-top: -1.28571em; } .menu-category-name, .homepage-section-name { margin-bottom: 0.14286em; } .menu-item { margin-top: 2.14286em; position: relative; } .menu-item:hover .menu-item-image:before, .menu-item:hover .menu-item-image img { opacity: 0.7; } .menu-item:hover .has-meta-content:before, .menu-item:hover .has-meta-content img { opacity: 0; } .menu-item-image:before { -webkit-box-shadow: inset 0 0 0 1px rgba(45, 60, 72, 0.15); -moz-box-shadow: inset 0 0 0 1px rgba(45, 60, 72, 0.15); box-shadow: inset 0 0 0 1px rgba(45, 60, 72, 0.15); content: ""; position: absolute; top: 46px; width: 100%; z-index: 1; } .menu-item-image img { max-width: 100%; position: absolute; top: 46px; -webkit-transition: opacity 0.3s ease; -moz-transition: opacity 0.3s ease; -o-transition: opacity 0.3s ease; transition: opacity 0.3s ease; } .menu-item-image.image-error:before { background: #f2f2f2 url(/assets/public/broken-image.png) center 51% no-repeat; -webkit-border-radius: 0; -moz-border-radius: 0; -ms-border-radius: 0; -o-border-radius: 0; border-radius: 0; } .menu-item-info { width: 100%} .has-images .menu-item:hover .menu-item-info { height: 276px; top: 0; } .menu-item-name { font-size: 1.14286em; line-height: 1.25em; margin-top: 0.07143em; margin-bottom: 0.07143em; overflow: hidden; text-overflow: ellipsis; width: 100%} .has-images .menu-item:hover .menu-item-name { white-space: normal; } .has-images .menu-item-name+.menu-item-description, .has-images .menu-item-name+.business-info-address, .has-images .menu-item-name+.business-bio { text-overflow: ellipsis; } .has-images .menu-item:hover .menu-item-name+.menu-item-description, .has-images .menu-item:hover .menu-item-name+.business-info-address, .has-images .menu-item:hover .menu-item-name+.business-bio { white-space: normal; } .menu-item-description, .business-info-address, .business-bio { color: #959ba2; } .has-images .menu-item-description, .has-images .business-info-address, .has-images .business-bio { overflow: hidden; } .menu-item-price { color: #72b16e; display: block; } .menu-item-variations .menu-item-price { display: inline-block; } .has-images .menu-item:hover .menu-item-price { display: inline-block; } .menu-item-price-range { color: #72b16e; } .menu-item-price a, .menu-item-price-range a { color: #72b16e; } .menu-item-variations { margin-top: 0.21429em; } .has-images .menu-item-variations { overflow: hidden; } .has-images .menu-item:hover .menu-item-variations { display: block; margin-top: 0em; } .menu-item-variations+.menu-item-description, .menu-item-variations+.business-info-address, .menu-item-variations+.business-bio { margin-top: 0.14286em; } .menu-item-variation { color: #959ba2; font-style: italic; } .btn-view-full-menu { background: none; border: none; color: #3e8cb7; cursor: pointer; display: block; font-size: 14px; margin-bottom: -2.95em; padding-top: 2.64286em; padding-bottom: 2.28571em; position: relative; top: -3.1em; text-align: center; width: 100%; -webkit-font-smoothing: antialiased; } .profile-modules { padding-top: 0.71429em; } .profile-modules:before { border-top: 1px solid #eff0f1; content: ""; display: block; margin: 0 -5px; padding-top: 2.57143em; position: relative; } .profile-module { padding-bottom: 2.42857em; } .profile-module:before { border-top: 1px solid #eff0f1; content: ""; display: block; margin: 0 -5px; padding-top: 2.57143em; position: relative; } .profile-module:first-child:before { display: none; } .twitter-columns .profile-module:nth-child(2):before { display: none; } .module-name { font-weight: 300; } .module-list { *zoom: 1; margin-top: 1.5em; } .module-list:before, .module-list:after { content: ""; display: table; } .module-list:after { clear: both; } .module-list+.module-list { margin-top: 0em; } .module-list-with-description { margin-top: 1.71429em; } .module-list-with-description li:not(:last-child) { margin-bottom: 1.35714em; } .module-list-with-image { margin-top: 1.71429em; } .module-list-with-image li { *zoom: 1; margin-bottom: 0.35714em; } .module-list-with-image li:before, .module-list-with-image li:after { content: ""; display: table; } .module-list-with-image li:after { clear: both; } .module-author-name { color: #959ba2; } .module-thumbnail { float: left; margin: 0 10px 10px 0; } .module-column:last-child { text-align: right; white-space: nowrap; } .module-column time { display: block; } .module-hours { color: #959ba2; } .module-hours-today { color: #2d3c48; } .module-social { margin-top: 0.42857em; margin-bottom: 0.35714em; } .module-social a:first-child { margin-right: 6px; } .twitter-columns .module-twitter { padding-top: 0em; } .twitter-timeline { margin-top: 1.28571em; } @-moz-document url-prefix() { .profile-name { display: block; } } @media only screen and (max-width: 29.9375em) { body { -webkit-text-size-adjust: 100%; -moz-text-size-adjust: 100%; -ms-text-size-adjust: 100%; text-size-adjust: 100%} body:after { content: "xsmall"; } .header { display: table; } .logo { display: table-cell; padding-right: 15px; } .logo:after { display: none; } .wrapper { *zoom: 1; max-width: 276px; _width: 276px; padding: 0; margin-left: auto; margin-right: auto; } .wrapper:after { content: ""; display: table; clear: both; } .footer-navigation { width: 19.78571em; } .profile-module { width: 100%; float: left; margin-right: 37.03704%; display: inline; } .profile-masthead { padding-top: 1.42857em; padding-bottom: 1.14286em; } .profile-logo-image { float: none; margin-top: 0.07143em; margin-bottom: 1.21429em; } .profile-name { line-height: 0em; margin-left: 0; min-height: 0; text-align: center; } .profile-name h1 { vertical-align: bottom; } .profile-summary { margin-top: 0.07143em; text-align: left; } .profile-summary address p { display: inline-block; } .summary-module { width: 100%; float: left; margin-right: 37.03704%; display: inline; margin-top: 0.14286em; text-align: center; } .summary-module:first-child { margin-top: 0em; } .summary-locality { display: none; } .summary-distance { color: #959ba2; display: block; pointer-events: none; } .summary-address .separator { display: none; } .profile-content>.profile-image { min-height: 135px; } .profile-content>.profile-image { margin-top: 1.28571em; margin-bottom: 1.21429em; } .profile-content>.profile-image:before { height: 136px; width: 276px; } .profile-image-pagination { display: none; } .profile-image-dots { margin-top: -0.85714em; margin-bottom: 0.07143em; margin-left: 0; opacity: 1; position: relative; left: 0; } .profile-image-dot:hover, .profile-image-dot:focus, .profile-image-dot.current { background: url(/assets/sprites/profile-icons-hidpi-sprite.png) no-repeat; background-position: 0 -278px; background-size: 42px auto; height: 9px; width: 9px; } .profile-description { padding-top: 1.28571em; padding-bottom: 0.67857em; } .profile-description:before { padding-top: 2.5em; } .profile-description p { width: 100%} .profile-description p { font-size: 1.14286em; line-height: 1.5em; } .profile-menu { margin-top: 0.64286em; } .menu-navigation { margin-top: -0.07143em; } .menu-navigation-list { width: 100%} .menu-navigation-list-item { font-size: 1em; line-height: 1.57143em; } .menu-category:first-of-type:only-child:before { top: 0; } .menu-category-list:first-of-type.has-images { margin-top: 0.5em; } .menu-category-name, .homepage-section-name { margin-bottom: 0.14286em; } .menu-item { margin-top: 1.42857em; } .menu-item-image:before { display: none; } .menu-item-image img { display: none; } .menu-item-info { min-height: 21px; } .has-images .menu-item-info { position: relative; } .has-images .menu-item:hover .menu-item-info { height: auto; } .has-images .menu-item-name+.menu-item-description, .has-images .menu-item-name+.business-info-address, .has-images .menu-item-name+.business-bio { height: auto; } .has-images .menu-item-name+.menu-item-description, .has-images .menu-item-name+.business-info-address, .has-images .menu-item-name+.business-bio { white-space: normal; } .has-images .menu-item:hover .menu-item-name+.menu-item-description, .has-images .menu-item:hover .menu-item-name+.business-info-address, .has-images .menu-item:hover .menu-item-name+.business-bio { height: auto; } .has-images .menu-item-description, .has-images .business-info-address, .has-images .business-bio { height: auto; } .menu-item-price-range { display: none; } .has-images .menu-item:hover .menu-item-variations { margin-top: 0.21429em; } .btn-view-full-menu { padding-top: 2.35714em; } .profile-module { padding-top: 1.42857em; padding-bottom: 1em; } .profile-module:first-child { padding-top: 1.28571em; } .profile-module:last-child { padding-bottom: 2.5em; } .module-column { width: 42.1875%; float: left; margin-right: 15.625%; display: inline; } .module-column:nth-child(even) { float: right; margin-right: 0; } .module-hours .module-column:first-of-type { width: 26.73267%; float: left; margin-right: 9.90099%; display: inline; } .module-hours .module-column:last-of-type { width: 63.36634%; float: left; margin-right: 9.90099%; display: inline; } .module-hours .module-column:last-of-type:last-child { float: right; margin-right: 0; } .twitter-columns .module-twitter { min-height: 673px; } .twitter-columns .module-twitter { min-width: 276px; } } @media screen and (min-width: 30em) and (max-width: 37.4375em) { body { -webkit-text-size-adjust: 100%; -moz-text-size-adjust: 100%; -ms-text-size-adjust: 100%; text-size-adjust: 100%; } body:after { content: "small"; } .header { display: table; } .logo { display: table-cell; padding-right: 15px; } .logo:after { display: none; } .wrapper { *zoom: 1; max-width: 424px; _width: 424px; padding: 0; margin-left: auto; margin-right: auto; } .wrapper:after { content: ""; display: table; clear: both; } .footer-navigation { width: 30.35714em; } .menu-item, .business { width: 47.64151%; float: left; margin-right: 4.71698%; display: inline; } .has-images .menu-item, .has-images .business { margin-top: 2.5em; } .menu-item:nth-child(2n), .business:nth-child(2n) { float: right; margin-right: 0; } .menu-item:nth-child(2n+1), .business:nth-child(2n+1) { clear: both; } .profile-module { width: 100%; float: left; margin-right: 22.22222%; display: inline; } .profile-module:nth-child(even) { float: right; margin-right: 0; } .twitter-columns .profile-module { width: 100%; float: left; margin-right: 22.22222%; display: inline; } .profile-masthead { padding-top: 1.42857em; padding-bottom: 1.14286em; } .profile-logo-image { float: none; } .profile-logo-image { margin-top: 0.07143em; margin-bottom: 1.21429em; } .profile-name { margin-left: 0; } .profile-name { text-align: center; } .profile-name { line-height: 0em; min-height: 0; } .profile-name h1 { vertical-align: bottom; } .profile-summary { margin-top: 0.07143em; text-align: left; } .profile-summary address p { display: inline-block; } .summary-module { width: 100%; float: left; margin-right: 37.03704%; display: inline; margin-top: 0.14286em; text-align: center; } .summary-module:first-child { margin-top: 0em; } .summary-locality { display: none; } .summary-distance { color: #959ba2; display: block; pointer-events: none; } .summary-address .separator { display: none; } .profile-content>.profile-image { min-height: 208px; } .profile-content>.profile-image { margin-top: 1.28571em; margin-bottom: 1.21429em; } .profile-content>.profile-image:before { height: 208px; } .profile-content>.profile-image:before { width: 424px; } .profile-image-pagination { display: none; } .profile-image-dots { margin-top: -0.85714em; margin-bottom: 0.07143em; margin-left: 0; opacity: 1; position: relative; left: 0; } .profile-image-dot:hover, .profile-image-dot:focus, .profile-image-dot.current { background: url(/assets/sprites/profile-icons-hidpi-sprite.png) no-repeat; background-position: 0 -278px; background-size: 42px auto; height: 9px; width: 9px; } .profile-description { padding-top: 1.28571em; padding-bottom: 0.67857em; } .profile-description:before { padding-top: 2.5em; } .profile-description p { width: 100%} .profile-description p { font-size: 1.14286em; line-height: 1.5em; } .profile-menu { margin-top: 0.64286em; } .menu-navigation { margin-top: -0.14286em; } .menu-navigation-list { width: 100%} .menu-navigation-list-item { font-size: 1em; line-height: 1.57143em; } .menu-category:first-of-type:only-child:before { top: -1px; } .has-images .menu-item { height: 249px; } .has-images .menu-item { margin-top: 2.48571em; } .has-images .menu-item:nth-child(-n+2) { margin-top: 1.21429em; } .menu-item-image:before { height: 202px; } .menu-item-info { min-height: 40px; } .has-images .menu-item-info { position: absolute; } .has-images .menu-item:hover .menu-item-info.has-no-meta-content { height: 43px; } .has-images .menu-item:hover .menu-item-info.has-no-meta-content { overflow: hidden; } .menu-item-name { white-space: nowrap; } .has-images .menu-item-name+.menu-item-description, .has-images .menu-item-name+.business-info-address, .has-images .menu-item-name+.business-bio { height: 20px; } .has-images .menu-item-name+.menu-item-description, .has-images .menu-item-name+.business-info-address, .has-images .menu-item-name+.business-bio { white-space: nowrap; } .has-images .menu-item:hover .menu-item-name+.menu-item-description, .has-images .menu-item:hover .menu-item-name+.business-info-address, .has-images .menu-item:hover .menu-item-name+.business-bio { height: 202px; } .has-images .menu-item-description, .has-images .business-info-address, .has-images .business-bio { height: 202px; } .has-images .menu-item-variations { display: none; } .btn-view-full-menu { padding-top: 2.71429em; } .profile-module { padding-top: 1.42857em; padding-bottom: 1em; } .profile-module:first-child { padding-top: 0em; } .profile-module:last-child { padding-bottom: 2.5em; } .columns-3 .profile-module:nth-child(odd) { clear: both; } .module-column:first-child { width: 27.27273%; float: left; margin-right: 9.09091%; display: inline; } .module-column:last-child { width: 63.63636%; float: left; margin-right: 9.09091%; display: inline; float: right; margin-right: 0; #margin-left: -1em; display: inline; } .twitter-columns .module-twitter { min-height: 655px; } .twitter-columns .module-twitter { min-width: 424px; } } @media screen and (min-width: 37.5em) and (max-width: 47.9375em) { body:after { content: "medium"; } .logo { display: inline-block; } .wrapper { *zoom: 1; max-width: 572px; _width: 572px; padding-left: 0; padding-right: 0; margin-left: auto; margin-right: auto; } .wrapper:after { content: ""; display: table; clear: both; } .footer-navigation { width: 40.85714em; } .menu-item, .business { width: 48.25175%; float: left; margin-right: 3.4965%; display: inline; } .has-images .menu-item, .has-images .business { margin-top: 2.5em; } .menu-item:nth-child(2n), .business:nth-child(2n) { float: right; margin-right: 0; } .menu-item:nth-child(2n+1), .business:nth-child(2n+1) { clear: both; } .columns-1 .profile-module { width: 100%; float: left; margin-right: 16%; display: inline; } .columns-1 .profile-module:nth-child(1n) { float: right; margin-right: 0; } .columns-2 .profile-module { width: 46.42857%; float: left; margin-right: 7.14286%; display: inline; } .columns-2 .profile-module:nth-child(even) { float: right; margin-right: 0; } .columns-3 .profile-module { width: 46.42857%; float: left; margin-right: 7.14286%; display: inline; } .columns-3 .profile-module:nth-child(even) { float: right; margin-right: 0; } .columns-3 .profile-module .reward-punch-card, .columns-3 .profile-module .reward-first-visit { width: 46.42857%; float: left; margin-right: 7.14286%; display: inline; } .columns-3 .profile-module .reward-punch-card:nth-child(2n), .columns-3 .profile-module .reward-first-visit:nth-child(2n) { float: right; margin-right: 0; } .twitter-columns .profile-module { width: 46.42857%; float: left; margin-right: 7.14286%; display: inline; } .twitter-columns .profile-module:nth-child(n+2) { float: right; margin-right: 0; #margin-left: -20px; display: inline; } .profile-logo { width: 48.25175%; float: left; margin-right: 3.4965%; display: inline; } .profile-summary { min-height: 80px; } .profile-summary { width: 48.25175%; float: right; margin-right: 0; #margin-left: -20px; display: inline; -webkit-box-orient: vertical; -moz-box-orient: vertical; -ms-box-orient: vertical; box-orient: vertical; -webkit-box-pack: center; -moz-box-pack: center; -ms-box-pack: center; box-pack: center; display: -webkit-box; display: -moz-box; display: -ms-box; display: box; float: none; } .profile-summary address { line-height: 1.28571em; margin-top: 0.28571em; margin-bottom: 0.21429em; } .profile-content>.profile-image { min-height: 281px; } .profile-content>.profile-image:before { height: 281px; } .profile-content>.profile-image:before { width: 572px; } .profile-image-pagination { height: 281px; } .icon-image-previous { top: 119px; } .icon-image-next { top: 119px; } .profile-description p { width: 101%} .profile-menu { margin-top: 0.5em; } .menu-navigation { margin-top: -0.07143em; margin-bottom: 1.32143em; } .menu-navigation-list { width: 101%} .menu-category:first-of-type:only-child:before { top: 0; } .has-images .menu-item { height: 323px; } .has-images .menu-item:nth-child(-n+2) { margin-top: 1.21429em; } .menu-item-image:before { height: 276px; } .menu-item-info { min-height: 40px; } .has-images .menu-item-info { position: absolute; } .has-images .menu-item:hover .menu-item-info.has-no-meta-content { height: 43px; } .has-images .menu-item:hover .menu-item-info.has-no-meta-content { overflow: hidden; } .menu-item-name { white-space: nowrap; } .has-images .menu-item-name+.menu-item-description, .has-images .menu-item-name+.business-info-address, .has-images .menu-item-name+.business-bio { height: 20px; } .has-images .menu-item-name+.menu-item-description, .has-images .menu-item-name+.business-info-address, .has-images .menu-item-name+.business-bio { white-space: nowrap; } .has-images .menu-item:hover .menu-item-name+.menu-item-description, .has-images .menu-item:hover .menu-item-name+.business-info-address, .has-images .menu-item:hover .menu-item-name+.business-bio { height: 276px; } .has-images .menu-item-description, .has-images .business-info-address, .has-images .business-bio { height: 276px; } .has-images .menu-item-variations { display: none; } .columns-2 .profile-module:before { display: none; } .columns-3 .profile-module:first-child { width: 100%; float: left; margin-right: 37.03704%; display: inline; } .twitter-columns .profile-module:nth-child(2):before { border-top: none; } .module-column { width: 46.2963%; float: left; margin-right: 7.40741%; display: inline; } .module-column:nth-child(even) { float: right; margin-right: 0; } .module-hours .module-column:first-of-type { width: 30.12048%; float: left; margin-right: 4.81928%; display: inline; } .module-hours .module-column:last-of-type { width: 65.06024%; float: left; margin-right: 4.81928%; display: inline; } .module-hours .module-column:last-of-type:last-child { float: right; margin-right: 0; } .twitter-columns .module-twitter { min-height: 675px; } } @media screen and (min-width: 48em) and (max-width: 63.9375em) { body:after { content: "large"; } .logo { display: inline-block; } .wrapper { *zoom: 1; max-width: 720px; _width: 720px; padding-left: 0; padding-right: 0; margin-left: auto; margin-right: auto; } .wrapper:after { content: ""; display: table; clear: both; } .footer-navigation { width: 51.42857em; } .footer-navigation-list, .copyright { white-space: nowrap; } .menu-item, .business { width: 31.52909%; float: left; margin-right: 2.70636%; display: inline; } .has-images .menu-item, .has-images .business { margin-top: 2.5em; } .menu-item:nth-child(3n), .business:nth-child(3n) { float: right; margin-right: 0; } .menu-item:nth-child(3n+1), .business:nth-child(3n+1) { clear: both; } .columns-1 .profile-module { width: 100%; float: left; margin-right: 12.5%; display: inline; } .columns-1 .profile-module:nth-child(n) { float: right; margin-right: 0; } .columns-2 .profile-module { width: 47.22222%; float: left; margin-right: 5.55556%; display: inline; } .columns-2 .profile-module:nth-child(even) { float: right; margin-right: 0; } .columns-3 .profile-module { width: 47.22222%; float: left; margin-right: 5.55556%; display: inline; } .columns-3 .profile-module:nth-child(even) { float: right; margin-right: 0; } .columns-3 .profile-module .reward-punch-card, .columns-3 .profile-module .reward-first-visit { width: 47.22222%; float: left; margin-right: 5.55556%; display: inline; } .columns-3 .profile-module .reward-punch-card:nth-child(2n), .columns-3 .profile-module .reward-first-visit:nth-child(2n) { float: right; margin-right: 0; } .twitter-columns .profile-module { width: 47.22222%; float: left; margin-right: 5.55556%; display: inline; } .profile-logo { width: 48.61111%; float: left; margin-right: 2.77778%; display: inline; } .profile-summary { min-height: 80px; } .profile-summary { width: 48.61111%; float: right; margin-right: 0; #margin-left: -20px; display: inline; -webkit-box-orient: vertical; -moz-box-orient: vertical; -ms-box-orient: vertical; box-orient: vertical; -webkit-box-pack: center; -moz-box-pack: center; -ms-box-pack: center; box-pack: center; display: -webkit-box; display: -moz-box; display: -ms-box; display: box; float: none; } .profile-summary address { line-height: 1.28571em; margin-top: 0.28571em; margin-bottom: 0.21429em; } .profile-content>.profile-image { min-height: 354px; } .profile-content>.profile-image:before { height: 354px; } .profile-content>.profile-image:before { width: 720px; } .profile-image-pagination { height: 354px; } .icon-image-previous { top: 155px; } .icon-image-next { top: 155px; } .profile-description p { width: 100%} .profile-menu { margin-top: 0.5em; } .menu-navigation-list { width: 100%} .menu-category:first-of-type:only-child:before { top: -1px; } .menu-category-list:first-of-type.has-images { margin-top: 0.64286em; } .has-images .menu-item { height: 272px; } .has-images .menu-item { margin-top: 2.57143em; } .has-images .menu-item:nth-child(-n+3) { margin-top: 1.21429em; } .menu-item-image:before { height: 227px; } .menu-item-info { min-height: 40px; } .has-images .menu-item-info { position: absolute; } .has-images .menu-item:hover .menu-item-info.has-no-meta-content { height: 43px; } .has-images .menu-item:hover .menu-item-info.has-no-meta-content { overflow: hidden; } .menu-item-name { white-space: nowrap; } .has-images .menu-item-name+.menu-item-description, .has-images .menu-item-name+.business-info-address, .has-images .menu-item-name+.business-bio { height: 20px; } .has-images .menu-item-name+.menu-item-description, .has-images .menu-item-name+.business-info-address, .has-images .menu-item-name+.business-bio { white-space: nowrap; } .has-images .menu-item:hover .menu-item-name+.menu-item-description, .has-images .menu-item:hover .menu-item-name+.business-info-address, .has-images .menu-item:hover .menu-item-name+.business-bio { height: 227px; } .has-images .menu-item-description, .has-images .business-info-address, .has-images .business-bio { height: 227px; } .has-images .menu-item-variations { display: none; } .btn-view-full-menu { padding-top: 2.78571em; } .columns-2 .profile-module:before { display: none; } .columns-3 .profile-module:first-child { width: 100%; float: left; margin-right: 37.03704%; display: inline; } .twitter-columns .profile-module:nth-child(2):before { border-top: none; } .twitter-columns .profile-module:nth-child(n+2) { clear: none; } .twitter-columns .profile-module:nth-child(n+2) { float: left; } .twitter-columns .profile-module:nth-child(n+2) { margin-right: 0; } .module-column { width: 47.05882%; float: left; margin-right: 5.88235%; display: inline; } .module-column:nth-child(even) { float: right; margin-right: 0; } .twitter-columns .module-twitter { min-height: 675px; } .twitter-columns .module-twitter { min-width: 340px; } } @media screen and (min-width: 64em) and (max-width: 79.9375em), screen and (min-width: 64em) and (max-height: 68.6875em) { body:after { content: "xlarge"; } .logo { display: inline-block; } .wrapper { *zoom: 1; max-width: 868px; _width: 868px; padding-left: 0; padding-right: 0; margin-left: auto; margin-right: auto; } .wrapper:after { content: ""; display: table; clear: both; } .footer-navigation { width: 62em; } .footer-navigation-list, .copyright { white-space: nowrap; } .menu-item, .business { width: 31.7983%; float: left; margin-right: 2.30256%; display: inline; } .has-images .menu-item, .has-images .business { margin-top: 2.5em; } .menu-item:nth-child(3n), .business:nth-child(3n) { float: right; margin-right: 0; } .menu-item:nth-child(3n+1), .business:nth-child(3n+1) { clear: both; } .columns-1 .profile-module { width: 100%; float: left; margin-right: 11.76471%; display: inline; } .columns-1 .profile-module:nth-child(1n) { float: right; margin-right: 0; } .columns-2 .profile-module { width: 47.67442%; float: left; margin-right: 4.65116%; display: inline; } .columns-2 .profile-module:nth-child(2n) { float: right; margin-right: 0; } .columns-3 .profile-module { width: 47.67442%; float: left; margin-right: 4.65116%; display: inline; } .columns-3 .profile-module:nth-child(even) { float: right; margin-right: 0; } .columns-3 .profile-module .reward-punch-card, .columns-3 .profile-module .reward-first-visit { width: 47.67442%; float: left; margin-right: 4.65116%; display: inline; } .columns-3 .profile-module .reward-punch-card:nth-child(2n), .columns-3 .profile-module .reward-first-visit:nth-child(2n) { float: right; margin-right: 0; } .twitter-columns .profile-module { width: 47.67442%; float: left; margin-right: 4.65116%; display: inline; } .twitter-columns .profile-module:nth-child(n+2) { float: left; margin-right: 0; clear: none; } .profile-logo { width: 48.84793%; float: left; margin-right: 2.30415%; display: inline; } .profile-summary { min-height: 80px; } .profile-summary { width: 48.84793%; float: right; margin-right: 0; #margin-left: -20px; display: inline; -webkit-box-orient: vertical; -moz-box-orient: vertical; -ms-box-orient: vertical; box-orient: vertical; -webkit-box-pack: center; -moz-box-pack: center; -ms-box-pack: center; box-pack: center; display: -webkit-box; display: -moz-box; display: -ms-box; display: box; float: none; } .profile-summary address { line-height: 1.28571em; margin-top: 0.28571em; margin-bottom: 0.21429em; } .profile-content>.profile-image { min-height: 427px; } .profile-content>.profile-image:before { height: 427px; } .profile-content>.profile-image:before { width: 868px; } .profile-image-pagination { height: 427px; } .icon-image-previous { top: 192px; } .icon-image-next { top: 192px; } .profile-description p { width: 86%} .profile-menu { margin-top: 0.5em; } .menu-navigation-list { width: 86%} .menu-category:first-of-type:only-child:before { top: -1px; } .has-images .menu-item { height: 323px; } .has-images .menu-item:nth-child(-n+3) { margin-top: 1.21429em; } .menu-item-image:before { height: 276px; } .menu-item-info { min-height: 40px; } .has-images .menu-item-info { position: absolute; } .has-images .menu-item:hover .menu-item-info.has-no-meta-content { height: 43px; } .has-images .menu-item:hover .menu-item-info.has-no-meta-content { overflow: hidden; } .menu-item-name { white-space: nowrap; } .has-images .menu-item-name+.menu-item-description, .has-images .menu-item-name+.business-info-address, .has-images .menu-item-name+.business-bio { height: 20px; } .has-images .menu-item-name+.menu-item-description, .has-images .menu-item-name+.business-info-address, .has-images .menu-item-name+.business-bio { white-space: nowrap; } .has-images .menu-item:hover .menu-item-name+.menu-item-description, .has-images .menu-item:hover .menu-item-name+.business-info-address, .has-images .menu-item:hover .menu-item-name+.business-bio { height: 276px; } .has-images .menu-item-description, .has-images .business-info-address, .has-images .business-bio { height: 276px; } .has-images .menu-item-variations { display: none; } .columns-2 .profile-module:before { display: none; } .columns-3 .profile-module:first-child { width: 100%; float: left; margin-right: 37.03704%; display: inline; } .twitter-columns .profile-module:nth-child(2):before { border-top: none; } .twitter-columns .profile-module:nth-child(n+2) { clear: none; } .twitter-columns .profile-module:nth-child(n+2) { float: left; } .twitter-columns .profile-module:nth-child(n+2) { margin-right: 0; } .module-column { width: 47.56098%; float: left; margin-right: 4.87805%; display: inline; } .module-column:nth-child(even) { float: right; margin-right: 0; } .twitter-columns .module-twitter { min-height: 675px; } .twitter-columns .module-twitter { min-width: 413px; } } @media screen and (min-width: 80em) and (min-height: 68.75em) { body:after { content: "xxlarge" } .logo { display: inline-block; } .wrapper { *zoom: 1; max-width: 1164px; _width: 1164px; padding-left: 0; padding-right: 0; margin-left: auto; margin-right: auto; } .wrapper:after { content: ""; display: table; clear: both; } .footer-navigation { width: 83.14286em; } .footer-navigation-list, .copyright { white-space: nowrap; } .menu-item, .business { width: 23.71223%; float: left; margin-right: 1.71703%; display: inline; } .has-images .menu-item, .has-images .business { margin-top: 2.5em; } .menu-item:nth-child(4n), .business:nth-child(4n) { float: right; margin-right: 0; } .menu-item:nth-child(4n+1), .business:nth-child(4n+1) { clear: both; } .columns-1 .profile-module { width: 100%; float: left; margin-right: 11.76471%; display: inline; } .columns-1 .profile-module:nth-child(1n) { float: right; margin-right: 0; } .columns-2 .profile-module { width: 48.27586%; float: left; margin-right: 3.44828%; display: inline; } .columns-2 .profile-module:nth-child(2n) { float: right; margin-right: 0; } .columns-3 .profile-module { width: 30.90909%; float: left; margin-right: 3.63636%; display: inline; } .columns-3 .profile-module:nth-child(3n) { float: right; margin-right: 0; } .twitter-columns .profile-module { width: 48.27586%; float: left; margin-right: 3.44828%; display: inline; } .profile-logo { width: 61.85567%; float: left; margin-right: 1.71821%; display: inline; } .profile-summary { min-height: 80px; } .profile-summary { width: 36.42612%; float: right; margin-right: 0; #margin-left: -20px; display: inline; -webkit-box-orient: vertical; -moz-box-orient: vertical; -ms-box-orient: vertical; box-orient: vertical; -webkit-box-pack: center; -moz-box-pack: center; -ms-box-pack: center; box-pack: center; display: -webkit-box; display: -moz-box; display: -ms-box; display: box; float: none; } .profile-summary address { line-height: 1.28571em; margin-top: 0.28571em; margin-bottom: 0.21429em; } .profile-content>.profile-image { min-height: 572px; } .profile-content>.profile-image:before { height: 572px; } .profile-content>.profile-image:before { width: 1164px; } .profile-image-pagination { height: 572px; } .icon-image-previous { top: 264px; } .icon-image-next { top: 264px; } .profile-description p { width: 75%} .profile-menu { margin-top: 0.5em; } .menu-navigation-list { width: 75%} .menu-category:first-of-type:only-child:before { top: -1px; } .has-images .menu-item { height: 323px; } .has-images .menu-item:nth-child(-n+4) { margin-top: 1.21429em; } .menu-item-image:before { height: 276px; } .menu-item-info { min-height: 40px; } .has-images .menu-item-info { position: absolute; } .has-images .menu-item:hover .menu-item-info.has-no-meta-content { height: 43px; } .has-images .menu-item:hover .menu-item-info.has-no-meta-content { overflow: hidden; } .menu-item-name { white-space: nowrap; } .has-images .menu-item-name+.menu-item-description, .has-images .menu-item-name+.business-info-address, .has-images .menu-item-name+.business-bio { height: 20px; } .has-images .menu-item-name+.menu-item-description, .has-images .menu-item-name+.business-info-address, .has-images .menu-item-name+.business-bio { white-space: nowrap; } .has-images .menu-item:hover .menu-item-name+.menu-item-description, .has-images .menu-item:hover .menu-item-name+.business-info-address, .has-images .menu-item:hover .menu-item-name+.business-bio { height: 276px; } .has-images .menu-item-description, .has-images .business-info-address, .has-images .business-bio { height: 276px; } .has-images .menu-item-variations { display: none; } .profile-module { padding-top: 0em; } .columns-2 .profile-module:before { display: none; } .columns-3 .profile-module:before { display: none; } .twitter-columns .profile-module:nth-child(2) { padding-top: 0em; } .twitter-columns .profile-module:nth-child(2):before { border-top: none; } .twitter-columns .profile-module:nth-child(n+2) { clear: none; } .twitter-columns .profile-module:nth-child(n+2) { float: left; } .twitter-columns .profile-module:nth-child(n+2) { margin-right: 0; } .twitter-columns .profile-module:nth-child(n+5) { clear: both; } .module-column { width: 47.64151%; float: left; margin-right: 4.71698%; display: inline; } .module-column:last-child { float: right; margin-right: 0; } .twitter-columns .module-twitter { min-height: 675px; } .twitter-columns .module-twitter { min-width: 561px; } } @media screen and (-webkit-min-device-pixel-ratio: 1.5), screen and (min-resolution: 144dpi) { .logo:after { background: url(/assets/sprites/directory-icons-hidpi-sprite.png) no-repeat; background-position: 0 0; background-size: 84px auto; height: 26px; width: 84px; } .logo h1 { background: url(/assets/sprites/directory-icons-hidpi-sprite.png) no-repeat; background-position: 0 -146px; background-size: 84px auto; height: 30px; width: 30px; } .icon-square-footer { background: url(/assets/sprites/directory-icons-hidpi-sprite.png) no-repeat; background-position: 0 -176px; background-size: 84px auto; height: 22px; width: 22px; } .icon-twitter { background: url(/assets/sprites/profile-icons-hidpi-sprite.png) no-repeat; background-position: 0 -42px; background-size: 42px auto; height: 40px; width: 40px; } .icon-facebook { background: url(/assets/sprites/profile-icons-hidpi-sprite.png) no-repeat; background-position: 0 -82px; background-size: 42px auto; height: 40px; width: 40px; } .icon-image-previous { background: url(/assets/sprites/profile-icons-hidpi-sprite.png) no-repeat; background-position: 0 -190px; background-size: 42px auto; height: 44px; width: 25px; } .icon-image-next { background: url(/assets/sprites/profile-icons-hidpi-sprite.png) no-repeat; background-position: 0 -234px; background-size: 42px auto; height: 44px; width: 25px; } .profile-image-dot { background: url(/assets/sprites/profile-icons-hidpi-sprite.png) no-repeat; background-position: 0 -287px; background-size: 42px auto; height: 9px; width: 9px; } .profile-image-dot:hover, .profile-image-dot:focus, .profile-image-dot.current { background: url(/assets/sprites/profile-icons-hidpi-sprite.png) no-repeat; background-position: 0 -296px; background-size: 42px auto; height: 9px; width: 9px; } .menu-item-image.image-error:before { background-image: url(/assets/public/broken-image-hidpi.png); background-size: 36px auto; } .image-error:before { background-image: url(/assets/public/broken-image-hidpi.png); background-size: 36px auto; } .icon-left-arrow { background: url(/assets/sprites/directory-icons-hidpi-sprite.png) no-repeat; background-position: 0 -268px; background-size: 84px auto; height: 12px; width: 8px; } .icon-right-arrow { background: url(/assets/sprites/directory-icons-hidpi-sprite.png) no-repeat; background-position: 0 -256px; background-size: 84px auto; height: 12px; width: 8px; } }
assets/base_expanded.css
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video { margin: 0; padding: 0; border: 0; font: inherit; font-size: 100%; vertical-align: baseline; } html { line-height: 1; } ol, ul { list-style: none; } table { border-collapse: collapse; border-spacing: 0; } caption, th, td { text-align: left; font-weight: normal; vertical-align: middle; } q, blockquote { quotes: none; } q:before, q:after, blockquote:before, blockquote:after { content: ""; content: none; } a img { border: none; } article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section, summary { display: block; } /* fonts */ @font-face { font-family: "SQMarket"; src: url("/fonts/sqmarket-bold.eot"); src: url("/fonts/sqmarket-bold.eot?#iefix") format("eot"), url("/fonts/sqmarket-bold.woff") format("woff"), url("/fonts/sqmarket-bold.ttf") format("truetype"); font-weight: 500; font-style: normal; } @font-face { font-family: "SQMarket"; src: url("/fonts/sqmarket-bold.eot"); src: url("/fonts/sqmarket-bold.eot?#iefix") format("eot"), url("/fonts/sqmarket-bold.woff") format("woff"), url("/fonts/sqmarket-bold.ttf") format("truetype"); font-weight: bold; font-style: normal; } @font-face { font-family: "SQMarket"; src: url("/fonts/sqmarket-bolditalic.eot"); src: url("/fonts/sqmarket-bolditalic.eot?#iefix") format("eot"), url("/fonts/sqmarket-bolditalic.woff") format("woff"), url("/fonts/sqmarket-bolditalic.ttf") format("truetype"); font-weight: 500; font-style: italic; } @font-face { font-family: "SQMarket"; src: url("/fonts/sqmarket-bolditalic.eot"); src: url("/fonts/sqmarket-bolditalic.eot?#iefix") format("eot"), url("/fonts/sqmarket-bolditalic.woff") format("woff"), url("/fonts/sqmarket-bolditalic.ttf") format("truetype"); font-weight: bold; font-style: italic; } @font-face { font-family: "SQMarket"; src: url("/fonts/sqmarket-light.eot"); src: url("/fonts/sqmarket-light.eot?#iefix") format("eot"), url("/fonts/sqmarket-light.woff") format("woff"), url("/fonts/sqmarket-light.ttf") format("truetype"); font-weight: 200; font-style: normal; } @font-face { font-family: "SQMarket"; src: url("/fonts/sqmarket-lightitalic.eot"); src: url("/fonts/sqmarket-lightitalic.eot?#iefix") format("eot"), url("/fonts/sqmarket-lightitalic.woff") format("woff"), url("/fonts/sqmarket-lightitalic.ttf") format("truetype"); font-weight: 200; font-style: italic; } @font-face { font-family: "SQMarket"; src: url("/fonts/sqmarket-medium.eot"); src: url("/fonts/sqmarket-medium.eot?#iefix") format("eot"), url("/fonts/sqmarket-medium.woff") format("woff"), url("/fonts/sqmarket-medium.ttf") format("truetype"); font-weight: 400; font-style: normal; } @font-face { font-family: "SQMarket"; src: url("/fonts/sqmarket-mediumitalic.eot"); src: url("/fonts/sqmarket-mediumitalic.eot?#iefix") format("eot"), url("/fonts/sqmarket-mediumitalic.woff") format("woff"), url("/fonts/sqmarket-mediumitalic.ttf") format("truetype"); font-weight: 400; font-style: italic; } @font-face { font-family: "SQMarket"; src: url("/fonts/sqmarket-regular.eot"); src: url("/fonts/sqmarket-regular.eot?#iefix") format("eot"), url("/fonts/sqmarket-regular.woff") format("woff"), url("/fonts/sqmarket-regular.ttf") format("truetype"); font-weight: 300; font-style: normal; } @font-face { font-family: "SQMarket"; src: url("/fonts/sqmarket-regular.eot"); src: url("/fonts/sqmarket-regular.eot?#iefix") format("eot"), url("/fonts/sqmarket-regular.woff") format("woff"), url("/fonts/sqmarket-regular.ttf") format("truetype"); font-weight: normal; font-style: normal; } @font-face { font-family: "SQMarket"; src: url("/fonts/sqmarket-regularitalic.eot"); src: url("/fonts/sqmarket-regularitalic.eot?#iefix") format("eot"), url("/fonts/sqmarket-regularitalic.woff") format("woff"), url("/fonts/sqmarket-regularitalic.ttf") format("truetype"); font-weight: 300; font-style: italic; } @font-face { font-family: "SQMarket"; src: url("/fonts/sqmarket-regularitalic.eot"); src: url("/fonts/sqmarket-regularitalic.eot?#iefix") format("eot"), url("/fonts/sqmarket-regularitalic.woff") format("woff"), url("/fonts/sqmarket-regularitalic.ttf") format("truetype"); font-weight: normal; font-style: italic; } /* sprites */ .directory-icons-sprite, .logo:after, .logo h1, .search-field:before, .focus .search-field:before, .half .search-location-button, .half .search-location-button:hover, .half .search-location-button:focus, .full .search-location-button, .full .search-location-button.location-expanded:hover, .full .search-location-button.location-expanded:focus, .full .search-location-button.location-on, .search-swap-button, .navigation-picture, .navigation-picture:hover, .navigation-picture:focus, .navigation-picture:active, .icon-square-footer, .icon-mobile-merchant, .icon-left-arrow, .icon-right-arrow { background: url(/assets/sprites/directory-icons-sprite.png) no-repeat; } .profile-icons-sprite, .icon-twitter, .icon-facebook, .reward-punch-card:before, .reward-cash:before, .reward-percent:before, .icon-image-previous, .icon-image-next, .profile-image-dot, .profile-image-dot:hover, .profile-image-dot:focus, .profile-image-dot.current { background: url(/assets/sprites/profile-icons-sprite.png) no-repeat; } * { -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; } html { background: #f4f5f6; height: 100%; min-width: 320px; } body { background: #fff; *zoom: 1; color: #2d3c48; font: 14px "SQMarket", "Helvetica Neue", sans-serif; line-height: 20px; width: 100%; -webkit-font-smoothing: antialiased; } body:before, body:after { content: ""; display: table; } body:after { clear: both; display: none; } body.modal { overflow-y: hidden; } a { color: #3e8cb7; text-decoration: none; } button, input, textarea { font: inherit; } p { margin: 0; } .header { background: #f8f8f8; -webkit-box-shadow: 0 1px rgba(45, 60, 72, 0.1); -moz-box-shadow: 0 1px rgba(45, 60, 72, 0.1); box-shadow: 0 1px rgba(45, 60, 72, 0.1); padding: 10px; position: relative; width: 100%; z-index: 2; } .logo { height: 30px; position: relative; vertical-align: top; width: 30px; } .logo:after { background-position: 0 0; height: 26px; width: 84px; content: ""; position: absolute; left: 38px; top: 6px; } .logo h1 { background-position: 0 -116px; height: 30px; width: 30px; height: 30px; overflow: hidden; text-indent: -99999em; } .wrapper { font-size: 1.14286em; line-height: 1.25em; background-position: center top; background-repeat: repeat-y; height: 100%; margin: 0 auto; min-height: 511px; } .footer { background: #f4f5f6; border-top: 1px solid #eff0f1; width: 100%} .footer-navigation { color: #b0b8c1; margin: 0 auto; padding-top: 1.35714em; padding-bottom: 1.14286em; text-align: center; } .icon-square-footer { background-position: 0 -146px; height: 23px; width: 23px; display: inline-block; margin-bottom: 0.35714em; position: relative; } .footer-navigation-item { display: inline-block; margin-left: 16px; position: relative; } .footer-navigation-item:before { position: absolute; left: -12px; } .footer-navigation-item:first-child { margin-left: 0; } .footer-navigation-item a { color: #b0b8c1; -webkit-transition: color 0.3s ease; -moz-transition: color 0.3s ease; -o-transition: color 0.3s ease; transition: color 0.3s ease; } .footer-navigation-item a:hover { color: #3e8cb7; } .copyright { white-space: nowrap; } .hidden { display: none; border: 0; } ::-moz-selection { background: #cdd0d4; text-shadow: none; } ::selection { background: #cdd0d4; text-shadow: none; } @-webkit-viewport { width: device-width; } @-moz-viewport { width: device-width; } @-ms-viewport { width: device-width; } @-o-viewport { width: device-width; } @viewport { width: device-width; } .logo h1, .icon-twitter, .icon-facebook { display: inline-block; vertical-align: middle; } .menu-category-name, .homepage-section-name, .module-name { font-size: 1.57143em; line-height: 1.18182em; color: #2d3c48; font-weight: 300; position: relative; left: -1px; } .icon-twitter { background-position: 0 -42px; height: 40px; width: 40px; } .icon-facebook { background-position: 0 -82px; height: 40px; width: 40px; } .profile { font-size: 0.875em; line-height: 1.42857em; } .profile-content { *zoom: 1; clear: both; position: relative; } .profile-content:before, .profile-content:after { content: ""; display: table; } .profile-content:after { clear: both; } .profile-masthead { float: left; padding-top: 2.85714em; padding-bottom: 0.92857em; width: 100%} .profile-logo { *zoom: 1; min-height: 80px; position: relative; } .profile-logo:before, .profile-logo:after { content: ""; display: table; } .profile-logo:after { clear: both; } .profile-logo img { -webkit-border-radius: 5px; -moz-border-radius: 5px; -ms-border-radius: 5px; -o-border-radius: 5px; border-radius: 5px; display: inline-block; height: 80px; text-decoration: none; vertical-align: middle; width: 80px; } .profile-logo [data-picture] { float: left; } .profile-logo-image { float: left; height: 80px; margin-bottom: 0.5em; margin-left: auto; margin-right: auto; width: 80px; } .profile-name { font-size: 2em; line-height: 2.57143em; -webkit-box-orient: vertical; -moz-box-orient: vertical; -ms-box-orient: vertical; box-orient: vertical; -webkit-box-pack: center; -moz-box-pack: center; -ms-box-pack: center; box-pack: center; display: -webkit-box; display: -moz-box; display: -ms-box; display: box; font-weight: 300; min-height: 2.57143em; margin-left: 98px; margin-top: 0.03571em; } .profile-name h1 { line-height: 1.07143em; display: inline-block; vertical-align: middle; } .profile-summary { text-align: right; } .profile-summary address { overflow: hidden; text-transform: capitalize; } .profile-summary ul { list-style: none; margin: 0; padding: 0; } .profile-summary .address-state { text-transform: uppercase; } .summary-module { overflow: hidden; } .summary-module:first-child { margin-top: 0em; } .summary-module a { display: block; } .summary-distance { display: inline-block; text-transform: lowercase; } .summary-address { display: inline; text-transform: none; } .summary-module .summary-address span { white-space: nowrap; } .summary-hours a { white-space: nowrap; } .summary-phone { color: #959ba2; } .address-street { text-transform: capitalize; } .address-city { text-transform: capitalize; } .address-state { text-transform: uppercase; } .profile-image { -webkit-user-select: none; -moz-user-select: none; user-select: none; } .profile-image:hover ~ .profile-image-dots { opacity: 1; -webkit-transition: opacity 0.3s ease; -moz-transition: opacity 0.3s ease; -o-transition: opacity 0.3s ease; transition: opacity 0.3s ease; } .profile-content>.profile-image { background-color: #676e75; margin-bottom: 2.35714em; overflow: hidden; position: relative; text-align: center; width: 100%} .profile-content>.profile-image.swipe { visibility: hidden; } .profile-content>.profile-image:before { -webkit-box-shadow: inset 0 0 0 1px rgba(45, 60, 72, 0.15); -moz-box-shadow: inset 0 0 0 1px rgba(45, 60, 72, 0.15); box-shadow: inset 0 0 0 1px rgba(45, 60, 72, 0.15); content: ""; pointer-events: none; position: absolute; left: 0; top: 0; z-index: 1; } .profile-content>.profile-image img { display: block; max-width: 100%} .ie .profile-content>.profile-image img { width: 100%} .profile-image ~ .profile-description:before { content: none; display: none; } .profile-image-wrapper { line-height: 0em; display: block; letter-spacing: -0.3em; -webkit-transition: -webkit-transform 0.3s ease; -moz-transition: -moz-transform 0.3s ease; -o-transition: -o-transform 0.3s ease; transition: transform 0.3s ease; -webkit-user-select: none; -moz-user-select: none; user-select: none; white-space: nowrap; } .swipe .profile-image-wrapper { overflow: hidden; position: relative; } .merchant-image { display: inline-block; letter-spacing: normal; position: relative; -webkit-user-select: none; -moz-user-select: none; user-select: none; width: 100%} .swipe .merchant-image { float: left; } .merchant-image:first-child:before { content: none; display: none; } .merchant-image:before { -webkit-box-shadow: inset 1px 0 rgba(45, 60, 72, 0.15); -moz-box-shadow: inset 1px 0 rgba(45, 60, 72, 0.15); box-shadow: inset 1px 0 rgba(45, 60, 72, 0.15); content: ""; height: 100%; position: absolute; top: 0; left: 0; width: 1px; } .profile-image-controls { opacity: 0; -webkit-transition: opacity 0.3s ease; -moz-transition: opacity 0.3s ease; -o-transition: opacity 0.3s ease; transition: opacity 0.3s ease; } .profile-image:hover .profile-image-controls, .profile-image.hover .profile-image-controls { opacity: 1; -webkit-transition: opacity 0.3s ease; -moz-transition: opacity 0.3s ease; -o-transition: opacity 0.3s ease; transition: opacity 0.3s ease; } .profile-image-pagination { cursor: pointer; position: absolute; top: 0; width: 61px; z-index: 3; } .profile-image-next { right: 0; } .profile-image-previous { left: 0; } .icon-image-previous { background-position: 0 -234px; height: 44px; width: 25px; position: absolute; left: 18px; } .icon-image-next { background-position: 0 -190px; height: 44px; width: 25px; position: absolute; right: 18px; } .profile-image-dots { letter-spacing: -0.3em; margin-top: -4.07143em; opacity: 0; pointer-events: none; position: absolute; text-align: center; -webkit-transition: opacity 0.3s ease; -moz-transition: opacity 0.3s ease; -o-transition: opacity 0.3s ease; transition: opacity 0.3s ease; -webkit-user-select: none; -moz-user-select: none; user-select: none; width: 100%} .profile-image-dots:hover { opacity: 1; -webkit-transition: opacity 0.3s ease; -moz-transition: opacity 0.3s ease; -o-transition: opacity 0.3s ease; transition: opacity 0.3s ease; } .profile-image-dots li { display: inline-block; letter-spacing: normal; } .profile-image-dot { background-position: 0 -287px; height: 9px; width: 9px; cursor: pointer; display: inline-block; margin-left: 3px; pointer-events: auto; } .profile-image-dot:hover, .profile-image-dot:focus, .profile-image-dot.current { background-position: 0 -296px; height: 9px; width: 9px; } .profile-description { padding-bottom: 0.64286em; text-align: center; } .profile-description:before { border-top: 1px solid #eff0f1; content: ""; display: block; margin: 0 -5px; padding-top: 2.35714em; position: relative; } .profile-description p { font-size: 1.57143em; line-height: 1.45455em; font-weight: 300; margin: 0 auto; } /* menu */.menu-navigation { margin-top: 0.5em; margin-bottom: 1.28571em; text-align: center; } .menu-navigation-list { margin: 0 auto; } .menu-navigation-list-item { font-size: 1.14286em; line-height: 1.5em; display: inline-block; margin-left: 16px; position: relative; } .menu-navigation-list-item:first-child { margin-left: 0; } .menu-navigation-list-item:first-child:before { content: ""} .menu-category { *zoom: 1; position: relative; } .menu-category:before, .menu-category:after { content: ""; display: table; } .menu-category:after { clear: both; } .menu-category:first-of-type:only-child { margin-top: 1.64286em; } .menu-category:first-of-type:only-child:before { padding-bottom: 2.5em; } .menu-category:first-of-type:not(:only-child) { padding-top: 3em; } .menu-category:first-of-type:before { border-top: 1px solid #eff0f1; content: ""; display: block; margin: 0 -5px; padding-bottom: 0.64286em; position: relative; top: -27px; } .menu-category:only-child { margin-top: -0.5em; padding-bottom: 0.92857em; } .menu-category:not(:first-of-type):before { border-top: 1px solid #eff0f1; content: ""; display: block; margin: 0 -5px; padding-bottom: 2.57143em; position: relative; } .menu-category:not(:only-of-type) { padding-bottom: 0.92857em; } .menu-category.hide { display: none; } .menu-category-list { float: left; width: 100%} .menu-category-list:first-of-type { margin-top: -0.28571em; } .menu-category-list:first-of-type.has-images { margin-top: 0.71429em; } .menu-category-list:last-of-type:not(:only-child) { margin-bottom: 1.5em; } .menu-category-list:last-of-type:not(:only-child).has-images { margin-bottom: 1.85714em; } .menu-category-list.has-images+.menu-category-list { margin-top: 0.35714em; } .menu-category:only-child .menu-category-list:first-child { margin-top: -1.28571em; } .menu-category-name, .homepage-section-name { margin-bottom: 0.14286em; } .menu-item { margin-top: 2.14286em; position: relative; } .menu-item:hover .menu-item-image:before, .menu-item:hover .menu-item-image img { opacity: 0.7; } .menu-item:hover .has-meta-content:before, .menu-item:hover .has-meta-content img { opacity: 0; } .menu-item-image:before { -webkit-box-shadow: inset 0 0 0 1px rgba(45, 60, 72, 0.15); -moz-box-shadow: inset 0 0 0 1px rgba(45, 60, 72, 0.15); box-shadow: inset 0 0 0 1px rgba(45, 60, 72, 0.15); content: ""; position: absolute; top: 46px; width: 100%; z-index: 1; } .menu-item-image img { max-width: 100%; position: absolute; top: 46px; -webkit-transition: opacity 0.3s ease; -moz-transition: opacity 0.3s ease; -o-transition: opacity 0.3s ease; transition: opacity 0.3s ease; } .menu-item-image.image-error:before { background: #f2f2f2 url(/assets/public/broken-image.png) center 51% no-repeat; -webkit-border-radius: 0; -moz-border-radius: 0; -ms-border-radius: 0; -o-border-radius: 0; border-radius: 0; } .menu-item-info { width: 100%} .has-images .menu-item:hover .menu-item-info { height: 276px; top: 0; } .menu-item-name { font-size: 1.14286em; line-height: 1.25em; margin-top: 0.07143em; margin-bottom: 0.07143em; overflow: hidden; text-overflow: ellipsis; width: 100%} .has-images .menu-item:hover .menu-item-name { white-space: normal; } .has-images .menu-item-name+.menu-item-description, .has-images .menu-item-name+.business-info-address, .has-images .menu-item-name+.business-bio { text-overflow: ellipsis; } .has-images .menu-item:hover .menu-item-name+.menu-item-description, .has-images .menu-item:hover .menu-item-name+.business-info-address, .has-images .menu-item:hover .menu-item-name+.business-bio { white-space: normal; } .menu-item-description, .business-info-address, .business-bio { color: #959ba2; } .has-images .menu-item-description, .has-images .business-info-address, .has-images .business-bio { overflow: hidden; } .menu-item-price { color: #72b16e; display: block; } .menu-item-variations .menu-item-price { display: inline-block; } .has-images .menu-item:hover .menu-item-price { display: inline-block; } .menu-item-price-range { color: #72b16e; } .menu-item-price a, .menu-item-price-range a { color: #72b16e; } .menu-item-variations { margin-top: 0.21429em; } .has-images .menu-item-variations { overflow: hidden; } .has-images .menu-item:hover .menu-item-variations { display: block; margin-top: 0em; } .menu-item-variations+.menu-item-description, .menu-item-variations+.business-info-address, .menu-item-variations+.business-bio { margin-top: 0.14286em; } .menu-item-variation { color: #959ba2; font-style: italic; } .btn-view-full-menu { background: none; border: none; color: #3e8cb7; cursor: pointer; display: block; font-size: 14px; margin-bottom: -2.95em; padding-top: 2.64286em; padding-bottom: 2.28571em; position: relative; top: -3.1em; text-align: center; width: 100%; -webkit-font-smoothing: antialiased; } .profile-modules { padding-top: 0.71429em; } .profile-modules:before { border-top: 1px solid #eff0f1; content: ""; display: block; margin: 0 -5px; padding-top: 2.57143em; position: relative; } .profile-module { padding-bottom: 2.42857em; } .profile-module:before { border-top: 1px solid #eff0f1; content: ""; display: block; margin: 0 -5px; padding-top: 2.57143em; position: relative; } .profile-module:first-child:before { display: none; } .twitter-columns .profile-module:nth-child(2):before { display: none; } .module-name { font-weight: 300; } .module-list { *zoom: 1; margin-top: 1.5em; } .module-list:before, .module-list:after { content: ""; display: table; } .module-list:after { clear: both; } .module-list+.module-list { margin-top: 0em; } .module-list-with-description { margin-top: 1.71429em; } .module-list-with-description li:not(:last-child) { margin-bottom: 1.35714em; } .module-list-with-image { margin-top: 1.71429em; } .module-list-with-image li { *zoom: 1; margin-bottom: 0.35714em; } .module-list-with-image li:before, .module-list-with-image li:after { content: ""; display: table; } .module-list-with-image li:after { clear: both; } .module-author-name { color: #959ba2; } .module-thumbnail { float: left; margin: 0 10px 10px 0; } .module-column:last-child { text-align: right; white-space: nowrap; } .module-column time { display: block; } .module-hours { color: #959ba2; } .module-hours-today { color: #2d3c48; } .module-social { margin-top: 0.42857em; margin-bottom: 0.35714em; } .module-social a:first-child { margin-right: 6px; } .twitter-columns .module-twitter { padding-top: 0em; } .twitter-timeline { margin-top: 1.28571em; } @-moz-document url-prefix() { .profile-name { display: block; } } @media only screen and (max-width: 29.9375em) { body { -webkit-text-size-adjust: 100%; -moz-text-size-adjust: 100%; -ms-text-size-adjust: 100%; text-size-adjust: 100%} body:after { content: "xsmall"; } .header { display: table; } .logo { display: table-cell; padding-right: 15px; } .logo:after { display: none; } .wrapper { *zoom: 1; max-width: 276px; _width: 276px; padding: 0; margin-left: auto; margin-right: auto; } .wrapper:after { content: ""; display: table; clear: both; } .footer-navigation { width: 19.78571em; } .profile-module { width: 100%; float: left; margin-right: 37.03704%; display: inline; } .profile-masthead { padding-top: 1.42857em; padding-bottom: 1.14286em; } .profile-logo-image { float: none; margin-top: 0.07143em; margin-bottom: 1.21429em; } .profile-name { line-height: 0em; margin-left: 0; min-height: 0; text-align: center; } .profile-name h1 { vertical-align: bottom; } .profile-summary { margin-top: 0.07143em; text-align: left; } .profile-summary address p { display: inline-block; } .summary-module { width: 100%; float: left; margin-right: 37.03704%; display: inline; margin-top: 0.14286em; text-align: center; } .summary-module:first-child { margin-top: 0em; } .summary-locality { display: none; } .summary-distance { color: #959ba2; display: block; pointer-events: none; } .summary-address .separator { display: none; } .profile-content>.profile-image { min-height: 135px; } .profile-content>.profile-image { margin-top: 1.28571em; margin-bottom: 1.21429em; } .profile-content>.profile-image:before { height: 136px; width: 276px; } .profile-image-pagination { display: none; } .profile-image-dots { margin-top: -0.85714em; margin-bottom: 0.07143em; margin-left: 0; opacity: 1; position: relative; left: 0; } .profile-image-dot:hover, .profile-image-dot:focus, .profile-image-dot.current { background: url(/assets/sprites/profile-icons-hidpi-sprite.png) no-repeat; background-position: 0 -278px; background-size: 42px auto; height: 9px; width: 9px; } .profile-description { padding-top: 1.28571em; padding-bottom: 0.67857em; } .profile-description:before { padding-top: 2.5em; } .profile-description p { width: 100%} .profile-description p { font-size: 1.14286em; line-height: 1.5em; } .profile-menu { margin-top: 0.64286em; } .menu-navigation { margin-top: -0.07143em; } .menu-navigation-list { width: 100%} .menu-navigation-list-item { font-size: 1em; line-height: 1.57143em; } .menu-category:first-of-type:only-child:before { top: 0; } .menu-category-list:first-of-type.has-images { margin-top: 0.5em; } .menu-category-name, .homepage-section-name { margin-bottom: 0.14286em; } .menu-item { margin-top: 1.42857em; } .menu-item-image:before { display: none; } .menu-item-image img { display: none; } .menu-item-info { min-height: 21px; } .has-images .menu-item-info { position: relative; } .has-images .menu-item:hover .menu-item-info { height: auto; } .has-images .menu-item-name+.menu-item-description, .has-images .menu-item-name+.business-info-address, .has-images .menu-item-name+.business-bio { height: auto; } .has-images .menu-item-name+.menu-item-description, .has-images .menu-item-name+.business-info-address, .has-images .menu-item-name+.business-bio { white-space: normal; } .has-images .menu-item:hover .menu-item-name+.menu-item-description, .has-images .menu-item:hover .menu-item-name+.business-info-address, .has-images .menu-item:hover .menu-item-name+.business-bio { height: auto; } .has-images .menu-item-description, .has-images .business-info-address, .has-images .business-bio { height: auto; } .menu-item-price-range { display: none; } .has-images .menu-item:hover .menu-item-variations { margin-top: 0.21429em; } .btn-view-full-menu { padding-top: 2.35714em; } .profile-module { padding-top: 1.42857em; padding-bottom: 1em; } .profile-module:first-child { padding-top: 1.28571em; } .profile-module:last-child { padding-bottom: 2.5em; } .module-column { width: 42.1875%; float: left; margin-right: 15.625%; display: inline; } .module-column:nth-child(even) { float: right; margin-right: 0; } .module-hours .module-column:first-of-type { width: 26.73267%; float: left; margin-right: 9.90099%; display: inline; } .module-hours .module-column:last-of-type { width: 63.36634%; float: left; margin-right: 9.90099%; display: inline; } .module-hours .module-column:last-of-type:last-child { float: right; margin-right: 0; } .twitter-columns .module-twitter { min-height: 673px; } .twitter-columns .module-twitter { min-width: 276px; } } @media screen and (min-width: 30em) and (max-width: 37.4375em) { body { -webkit-text-size-adjust: 100%; -moz-text-size-adjust: 100%; -ms-text-size-adjust: 100%; text-size-adjust: 100%; } body:after { content: "small"; } .header { display: table; } .logo { display: table-cell; padding-right: 15px; } .logo:after { display: none; } .wrapper { *zoom: 1; max-width: 424px; _width: 424px; padding: 0; margin-left: auto; margin-right: auto; } .wrapper:after { content: ""; display: table; clear: both; } .footer-navigation { width: 30.35714em; } .menu-item, .business { width: 47.64151%; float: left; margin-right: 4.71698%; display: inline; } .has-images .menu-item, .has-images .business { margin-top: 2.5em; } .menu-item:nth-child(2n), .business:nth-child(2n) { float: right; margin-right: 0; } .menu-item:nth-child(2n+1), .business:nth-child(2n+1) { clear: both; } .profile-module { width: 100%; float: left; margin-right: 22.22222%; display: inline; } .profile-module:nth-child(even) { float: right; margin-right: 0; } .twitter-columns .profile-module { width: 100%; float: left; margin-right: 22.22222%; display: inline; } .profile-masthead { padding-top: 1.42857em; padding-bottom: 1.14286em; } .profile-logo-image { float: none; } .profile-logo-image { margin-top: 0.07143em; margin-bottom: 1.21429em; } .profile-name { margin-left: 0; } .profile-name { text-align: center; } .profile-name { line-height: 0em; min-height: 0; } .profile-name h1 { vertical-align: bottom; } .profile-summary { margin-top: 0.07143em; text-align: left; } .profile-summary address p { display: inline-block; } .summary-module { width: 100%; float: left; margin-right: 37.03704%; display: inline; margin-top: 0.14286em; text-align: center; } .summary-module:first-child { margin-top: 0em; } .summary-locality { display: none; } .summary-distance { color: #959ba2; display: block; pointer-events: none; } .summary-address .separator { display: none; } .profile-content>.profile-image { min-height: 208px; } .profile-content>.profile-image { margin-top: 1.28571em; margin-bottom: 1.21429em; } .profile-content>.profile-image:before { height: 208px; } .profile-content>.profile-image:before { width: 424px; } .profile-image-pagination { display: none; } .profile-image-dots { margin-top: -0.85714em; margin-bottom: 0.07143em; margin-left: 0; opacity: 1; position: relative; left: 0; } .profile-image-dot:hover, .profile-image-dot:focus, .profile-image-dot.current { background: url(/assets/sprites/profile-icons-hidpi-sprite.png) no-repeat; background-position: 0 -278px; background-size: 42px auto; height: 9px; width: 9px; } .profile-description { padding-top: 1.28571em; padding-bottom: 0.67857em; } .profile-description:before { padding-top: 2.5em; } .profile-description p { width: 100%} .profile-description p { font-size: 1.14286em; line-height: 1.5em; } .profile-menu { margin-top: 0.64286em; } .menu-navigation { margin-top: -0.14286em; } .menu-navigation-list { width: 100%} .menu-navigation-list-item { font-size: 1em; line-height: 1.57143em; } .menu-category:first-of-type:only-child:before { top: -1px; } .has-images .menu-item { height: 249px; } .has-images .menu-item { margin-top: 2.48571em; } .has-images .menu-item:nth-child(-n+2) { margin-top: 1.21429em; } .menu-item-image:before { height: 202px; } .menu-item-info { min-height: 40px; } .has-images .menu-item-info { position: absolute; } .has-images .menu-item:hover .menu-item-info.has-no-meta-content { height: 43px; } .has-images .menu-item:hover .menu-item-info.has-no-meta-content { overflow: hidden; } .menu-item-name { white-space: nowrap; } .has-images .menu-item-name+.menu-item-description, .has-images .menu-item-name+.business-info-address, .has-images .menu-item-name+.business-bio { height: 20px; } .has-images .menu-item-name+.menu-item-description, .has-images .menu-item-name+.business-info-address, .has-images .menu-item-name+.business-bio { white-space: nowrap; } .has-images .menu-item:hover .menu-item-name+.menu-item-description, .has-images .menu-item:hover .menu-item-name+.business-info-address, .has-images .menu-item:hover .menu-item-name+.business-bio { height: 202px; } .has-images .menu-item-description, .has-images .business-info-address, .has-images .business-bio { height: 202px; } .has-images .menu-item-variations { display: none; } .btn-view-full-menu { padding-top: 2.71429em; } .profile-module { padding-top: 1.42857em; padding-bottom: 1em; } .profile-module:first-child { padding-top: 0em; } .profile-module:last-child { padding-bottom: 2.5em; } .columns-3 .profile-module:nth-child(odd) { clear: both; } .module-column:first-child { width: 27.27273%; float: left; margin-right: 9.09091%; display: inline; } .module-column:last-child { width: 63.63636%; float: left; margin-right: 9.09091%; display: inline; float: right; margin-right: 0; #margin-left: -1em; display: inline; } .twitter-columns .module-twitter { min-height: 655px; } .twitter-columns .module-twitter { min-width: 424px; } } @media screen and (min-width: 37.5em) and (max-width: 47.9375em) { body:after { content: "medium"; } .logo { display: inline-block; } .wrapper { *zoom: 1; max-width: 572px; _width: 572px; padding-left: 0; padding-right: 0; margin-left: auto; margin-right: auto; } .wrapper:after { content: ""; display: table; clear: both; } .footer-navigation { width: 40.85714em; } .menu-item, .business { width: 48.25175%; float: left; margin-right: 3.4965%; display: inline; } .has-images .menu-item, .has-images .business { margin-top: 2.5em; } .menu-item:nth-child(2n), .business:nth-child(2n) { float: right; margin-right: 0; } .menu-item:nth-child(2n+1), .business:nth-child(2n+1) { clear: both; } .columns-1 .profile-module { width: 100%; float: left; margin-right: 16%; display: inline; } .columns-1 .profile-module:nth-child(1n) { float: right; margin-right: 0; } .columns-2 .profile-module { width: 46.42857%; float: left; margin-right: 7.14286%; display: inline; } .columns-2 .profile-module:nth-child(even) { float: right; margin-right: 0; } .columns-3 .profile-module { width: 46.42857%; float: left; margin-right: 7.14286%; display: inline; } .columns-3 .profile-module:nth-child(even) { float: right; margin-right: 0; } .columns-3 .profile-module .reward-punch-card, .columns-3 .profile-module .reward-first-visit { width: 46.42857%; float: left; margin-right: 7.14286%; display: inline; } .columns-3 .profile-module .reward-punch-card:nth-child(2n), .columns-3 .profile-module .reward-first-visit:nth-child(2n) { float: right; margin-right: 0; } .twitter-columns .profile-module { width: 46.42857%; float: left; margin-right: 7.14286%; display: inline; } .twitter-columns .profile-module:nth-child(n+2) { float: right; margin-right: 0; #margin-left: -20px; display: inline; } .profile-logo { width: 48.25175%; float: left; margin-right: 3.4965%; display: inline; } .profile-summary { min-height: 80px; } .profile-summary { width: 48.25175%; float: right; margin-right: 0; #margin-left: -20px; display: inline; -webkit-box-orient: vertical; -moz-box-orient: vertical; -ms-box-orient: vertical; box-orient: vertical; -webkit-box-pack: center; -moz-box-pack: center; -ms-box-pack: center; box-pack: center; display: -webkit-box; display: -moz-box; display: -ms-box; display: box; float: none; } .profile-summary address { line-height: 1.28571em; margin-top: 0.28571em; margin-bottom: 0.21429em; } .profile-content>.profile-image { min-height: 281px; } .profile-content>.profile-image:before { height: 281px; } .profile-content>.profile-image:before { width: 572px; } .profile-image-pagination { height: 281px; } .icon-image-previous { top: 119px; } .icon-image-next { top: 119px; } .profile-description p { width: 101%} .profile-menu { margin-top: 0.5em; } .menu-navigation { margin-top: -0.07143em; margin-bottom: 1.32143em; } .menu-navigation-list { width: 101%} .menu-category:first-of-type:only-child:before { top: 0; } .has-images .menu-item { height: 323px; } .has-images .menu-item:nth-child(-n+2) { margin-top: 1.21429em; } .menu-item-image:before { height: 276px; } .menu-item-info { min-height: 40px; } .has-images .menu-item-info { position: absolute; } .has-images .menu-item:hover .menu-item-info.has-no-meta-content { height: 43px; } .has-images .menu-item:hover .menu-item-info.has-no-meta-content { overflow: hidden; } .menu-item-name { white-space: nowrap; } .has-images .menu-item-name+.menu-item-description, .has-images .menu-item-name+.business-info-address, .has-images .menu-item-name+.business-bio { height: 20px; } .has-images .menu-item-name+.menu-item-description, .has-images .menu-item-name+.business-info-address, .has-images .menu-item-name+.business-bio { white-space: nowrap; } .has-images .menu-item:hover .menu-item-name+.menu-item-description, .has-images .menu-item:hover .menu-item-name+.business-info-address, .has-images .menu-item:hover .menu-item-name+.business-bio { height: 276px; } .has-images .menu-item-description, .has-images .business-info-address, .has-images .business-bio { height: 276px; } .has-images .menu-item-variations { display: none; } .columns-2 .profile-module:before { display: none; } .columns-3 .profile-module:first-child { width: 100%; float: left; margin-right: 37.03704%; display: inline; } .twitter-columns .profile-module:nth-child(2):before { border-top: none; } .module-column { width: 46.2963%; float: left; margin-right: 7.40741%; display: inline; } .module-column:nth-child(even) { float: right; margin-right: 0; } .module-hours .module-column:first-of-type { width: 30.12048%; float: left; margin-right: 4.81928%; display: inline; } .module-hours .module-column:last-of-type { width: 65.06024%; float: left; margin-right: 4.81928%; display: inline; } .module-hours .module-column:last-of-type:last-child { float: right; margin-right: 0; } .twitter-columns .module-twitter { min-height: 675px; } } @media screen and (min-width: 48em) and (max-width: 63.9375em) { body:after { content: "large"; } .logo { display: inline-block; } .wrapper { *zoom: 1; max-width: 720px; _width: 720px; padding-left: 0; padding-right: 0; margin-left: auto; margin-right: auto; } .wrapper:after { content: ""; display: table; clear: both; } .footer-navigation { width: 51.42857em; } .footer-navigation-list, .copyright { white-space: nowrap; } .menu-item, .business { width: 31.52909%; float: left; margin-right: 2.70636%; display: inline; } .has-images .menu-item, .has-images .business { margin-top: 2.5em; } .menu-item:nth-child(3n), .business:nth-child(3n) { float: right; margin-right: 0; } .menu-item:nth-child(3n+1), .business:nth-child(3n+1) { clear: both; } .columns-1 .profile-module { width: 100%; float: left; margin-right: 12.5%; display: inline; } .columns-1 .profile-module:nth-child(n) { float: right; margin-right: 0; } .columns-2 .profile-module { width: 47.22222%; float: left; margin-right: 5.55556%; display: inline; } .columns-2 .profile-module:nth-child(even) { float: right; margin-right: 0; } .columns-3 .profile-module { width: 47.22222%; float: left; margin-right: 5.55556%; display: inline; } .columns-3 .profile-module:nth-child(even) { float: right; margin-right: 0; } .columns-3 .profile-module .reward-punch-card, .columns-3 .profile-module .reward-first-visit { width: 47.22222%; float: left; margin-right: 5.55556%; display: inline; } .columns-3 .profile-module .reward-punch-card:nth-child(2n), .columns-3 .profile-module .reward-first-visit:nth-child(2n) { float: right; margin-right: 0; } .twitter-columns .profile-module { width: 47.22222%; float: left; margin-right: 5.55556%; display: inline; } .profile-logo { width: 48.61111%; float: left; margin-right: 2.77778%; display: inline; } .profile-summary { min-height: 80px; } .profile-summary { width: 48.61111%; float: right; margin-right: 0; #margin-left: -20px; display: inline; -webkit-box-orient: vertical; -moz-box-orient: vertical; -ms-box-orient: vertical; box-orient: vertical; -webkit-box-pack: center; -moz-box-pack: center; -ms-box-pack: center; box-pack: center; display: -webkit-box; display: -moz-box; display: -ms-box; display: box; float: none; } .profile-summary address { line-height: 1.28571em; margin-top: 0.28571em; margin-bottom: 0.21429em; } .profile-content>.profile-image { min-height: 354px; } .profile-content>.profile-image:before { height: 354px; } .profile-content>.profile-image:before { width: 720px; } .profile-image-pagination { height: 354px; } .icon-image-previous { top: 155px; } .icon-image-next { top: 155px; } .profile-description p { width: 100%} .profile-menu { margin-top: 0.5em; } .menu-navigation-list { width: 100%} .menu-category:first-of-type:only-child:before { top: -1px; } .menu-category-list:first-of-type.has-images { margin-top: 0.64286em; } .has-images .menu-item { height: 272px; } .has-images .menu-item { margin-top: 2.57143em; } .has-images .menu-item:nth-child(-n+3) { margin-top: 1.21429em; } .menu-item-image:before { height: 227px; } .menu-item-info { min-height: 40px; } .has-images .menu-item-info { position: absolute; } .has-images .menu-item:hover .menu-item-info.has-no-meta-content { height: 43px; } .has-images .menu-item:hover .menu-item-info.has-no-meta-content { overflow: hidden; } .menu-item-name { white-space: nowrap; } .has-images .menu-item-name+.menu-item-description, .has-images .menu-item-name+.business-info-address, .has-images .menu-item-name+.business-bio { height: 20px; } .has-images .menu-item-name+.menu-item-description, .has-images .menu-item-name+.business-info-address, .has-images .menu-item-name+.business-bio { white-space: nowrap; } .has-images .menu-item:hover .menu-item-name+.menu-item-description, .has-images .menu-item:hover .menu-item-name+.business-info-address, .has-images .menu-item:hover .menu-item-name+.business-bio { height: 227px; } .has-images .menu-item-description, .has-images .business-info-address, .has-images .business-bio { height: 227px; } .has-images .menu-item-variations { display: none; } .btn-view-full-menu { padding-top: 2.78571em; } .columns-2 .profile-module:before { display: none; } .columns-3 .profile-module:first-child { width: 100%; float: left; margin-right: 37.03704%; display: inline; } .twitter-columns .profile-module:nth-child(2):before { border-top: none; } .twitter-columns .profile-module:nth-child(n+2) { clear: none; } .twitter-columns .profile-module:nth-child(n+2) { float: left; } .twitter-columns .profile-module:nth-child(n+2) { margin-right: 0; } .module-column { width: 47.05882%; float: left; margin-right: 5.88235%; display: inline; } .module-column:nth-child(even) { float: right; margin-right: 0; } .twitter-columns .module-twitter { min-height: 675px; } .twitter-columns .module-twitter { min-width: 340px; } } @media screen and (min-width: 64em) and (max-width: 79.9375em), screen and (min-width: 64em) and (max-height: 68.6875em) { body:after { content: "xlarge"; } .logo { display: inline-block; } .wrapper { *zoom: 1; max-width: 868px; _width: 868px; padding-left: 0; padding-right: 0; margin-left: auto; margin-right: auto; } .wrapper:after { content: ""; display: table; clear: both; } .footer-navigation { width: 62em; } .footer-navigation-list, .copyright { white-space: nowrap; } .menu-item, .business { width: 31.7983%; float: left; margin-right: 2.30256%; display: inline; } .has-images .menu-item, .has-images .business { margin-top: 2.5em; } .menu-item:nth-child(3n), .business:nth-child(3n) { float: right; margin-right: 0; } .menu-item:nth-child(3n+1), .business:nth-child(3n+1) { clear: both; } .columns-1 .profile-module { width: 100%; float: left; margin-right: 11.76471%; display: inline; } .columns-1 .profile-module:nth-child(1n) { float: right; margin-right: 0; } .columns-2 .profile-module { width: 47.67442%; float: left; margin-right: 4.65116%; display: inline; } .columns-2 .profile-module:nth-child(2n) { float: right; margin-right: 0; } .columns-3 .profile-module { width: 47.67442%; float: left; margin-right: 4.65116%; display: inline; } .columns-3 .profile-module:nth-child(even) { float: right; margin-right: 0; } .columns-3 .profile-module .reward-punch-card, .columns-3 .profile-module .reward-first-visit { width: 47.67442%; float: left; margin-right: 4.65116%; display: inline; } .columns-3 .profile-module .reward-punch-card:nth-child(2n), .columns-3 .profile-module .reward-first-visit:nth-child(2n) { float: right; margin-right: 0; } .twitter-columns .profile-module { width: 47.67442%; float: left; margin-right: 4.65116%; display: inline; } .twitter-columns .profile-module:nth-child(n+2) { float: left; margin-right: 0; clear: none; } .profile-logo { width: 48.84793%; float: left; margin-right: 2.30415%; display: inline; } .profile-summary { min-height: 80px; } .profile-summary { width: 48.84793%; float: right; margin-right: 0; #margin-left: -20px; display: inline; -webkit-box-orient: vertical; -moz-box-orient: vertical; -ms-box-orient: vertical; box-orient: vertical; -webkit-box-pack: center; -moz-box-pack: center; -ms-box-pack: center; box-pack: center; display: -webkit-box; display: -moz-box; display: -ms-box; display: box; float: none; } .profile-summary address { line-height: 1.28571em; margin-top: 0.28571em; margin-bottom: 0.21429em; } .profile-content>.profile-image { min-height: 427px; } .profile-content>.profile-image:before { height: 427px; } .profile-content>.profile-image:before { width: 868px; } .profile-image-pagination { height: 427px; } .icon-image-previous { top: 192px; } .icon-image-next { top: 192px; } .profile-description p { width: 86%} .profile-menu { margin-top: 0.5em; } .menu-navigation-list { width: 86%} .menu-category:first-of-type:only-child:before { top: -1px; } .has-images .menu-item { height: 323px; } .has-images .menu-item:nth-child(-n+3) { margin-top: 1.21429em; } .menu-item-image:before { height: 276px; } .menu-item-info { min-height: 40px; } .has-images .menu-item-info { position: absolute; } .has-images .menu-item:hover .menu-item-info.has-no-meta-content { height: 43px; } .has-images .menu-item:hover .menu-item-info.has-no-meta-content { overflow: hidden; } .menu-item-name { white-space: nowrap; } .has-images .menu-item-name+.menu-item-description, .has-images .menu-item-name+.business-info-address, .has-images .menu-item-name+.business-bio { height: 20px; } .has-images .menu-item-name+.menu-item-description, .has-images .menu-item-name+.business-info-address, .has-images .menu-item-name+.business-bio { white-space: nowrap; } .has-images .menu-item:hover .menu-item-name+.menu-item-description, .has-images .menu-item:hover .menu-item-name+.business-info-address, .has-images .menu-item:hover .menu-item-name+.business-bio { height: 276px; } .has-images .menu-item-description, .has-images .business-info-address, .has-images .business-bio { height: 276px; } .has-images .menu-item-variations { display: none; } .columns-2 .profile-module:before { display: none; } .columns-3 .profile-module:first-child { width: 100%; float: left; margin-right: 37.03704%; display: inline; } .twitter-columns .profile-module:nth-child(2):before { border-top: none; } .twitter-columns .profile-module:nth-child(n+2) { clear: none; } .twitter-columns .profile-module:nth-child(n+2) { float: left; } .twitter-columns .profile-module:nth-child(n+2) { margin-right: 0; } .module-column { width: 47.56098%; float: left; margin-right: 4.87805%; display: inline; } .module-column:nth-child(even) { float: right; margin-right: 0; } .twitter-columns .module-twitter { min-height: 675px; } .twitter-columns .module-twitter { min-width: 413px; } } @media screen and (min-width: 80em) and (min-height: 68.75em) { body:after { content: "xxlarge" } .logo { display: inline-block; } .wrapper { *zoom: 1; max-width: 1164px; _width: 1164px; padding-left: 0; padding-right: 0; margin-left: auto; margin-right: auto; } .wrapper:after { content: ""; display: table; clear: both; } .footer-navigation { width: 83.14286em; } .footer-navigation-list, .copyright { white-space: nowrap; } .menu-item, .business { width: 23.71223%; float: left; margin-right: 1.71703%; display: inline; } .has-images .menu-item, .has-images .business { margin-top: 2.5em; } .menu-item:nth-child(4n), .business:nth-child(4n) { float: right; margin-right: 0; } .menu-item:nth-child(4n+1), .business:nth-child(4n+1) { clear: both; } .columns-1 .profile-module { width: 100%; float: left; margin-right: 11.76471%; display: inline; } .columns-1 .profile-module:nth-child(1n) { float: right; margin-right: 0; } .columns-2 .profile-module { width: 48.27586%; float: left; margin-right: 3.44828%; display: inline; } .columns-2 .profile-module:nth-child(2n) { float: right; margin-right: 0; } .columns-3 .profile-module { width: 30.90909%; float: left; margin-right: 3.63636%; display: inline; } .columns-3 .profile-module:nth-child(3n) { float: right; margin-right: 0; } .twitter-columns .profile-module { width: 48.27586%; float: left; margin-right: 3.44828%; display: inline; } .profile-logo { width: 61.85567%; float: left; margin-right: 1.71821%; display: inline; } .profile-summary { min-height: 80px; } .profile-summary { width: 36.42612%; float: right; margin-right: 0; #margin-left: -20px; display: inline; -webkit-box-orient: vertical; -moz-box-orient: vertical; -ms-box-orient: vertical; box-orient: vertical; -webkit-box-pack: center; -moz-box-pack: center; -ms-box-pack: center; box-pack: center; display: -webkit-box; display: -moz-box; display: -ms-box; display: box; float: none; } .profile-summary address { line-height: 1.28571em; margin-top: 0.28571em; margin-bottom: 0.21429em; } .profile-content>.profile-image { min-height: 572px; } .profile-content>.profile-image:before { height: 572px; } .profile-content>.profile-image:before { width: 1164px; } .profile-image-pagination { height: 572px; } .icon-image-previous { top: 264px; } .icon-image-next { top: 264px; } .profile-description p { width: 75%} .profile-menu { margin-top: 0.5em; } .menu-navigation-list { width: 75%} .menu-category:first-of-type:only-child:before { top: -1px; } .has-images .menu-item { height: 323px; } .has-images .menu-item:nth-child(-n+4) { margin-top: 1.21429em; } .menu-item-image:before { height: 276px; } .menu-item-info { min-height: 40px; } .has-images .menu-item-info { position: absolute; } .has-images .menu-item:hover .menu-item-info.has-no-meta-content { height: 43px; } .has-images .menu-item:hover .menu-item-info.has-no-meta-content { overflow: hidden; } .menu-item-name { white-space: nowrap; } .has-images .menu-item-name+.menu-item-description, .has-images .menu-item-name+.business-info-address, .has-images .menu-item-name+.business-bio { height: 20px; } .has-images .menu-item-name+.menu-item-description, .has-images .menu-item-name+.business-info-address, .has-images .menu-item-name+.business-bio { white-space: nowrap; } .has-images .menu-item:hover .menu-item-name+.menu-item-description, .has-images .menu-item:hover .menu-item-name+.business-info-address, .has-images .menu-item:hover .menu-item-name+.business-bio { height: 276px; } .has-images .menu-item-description, .has-images .business-info-address, .has-images .business-bio { height: 276px; } .has-images .menu-item-variations { display: none; } .profile-module { padding-top: 0em; } .columns-2 .profile-module:before { display: none; } .columns-3 .profile-module:before { display: none; } .twitter-columns .profile-module:nth-child(2) { padding-top: 0em; } .twitter-columns .profile-module:nth-child(2):before { border-top: none; } .twitter-columns .profile-module:nth-child(n+2) { clear: none; } .twitter-columns .profile-module:nth-child(n+2) { float: left; } .twitter-columns .profile-module:nth-child(n+2) { margin-right: 0; } .twitter-columns .profile-module:nth-child(n+5) { clear: both; } .module-column { width: 47.64151%; float: left; margin-right: 4.71698%; display: inline; } .module-column:last-child { float: right; margin-right: 0; } .twitter-columns .module-twitter { min-height: 675px; } .twitter-columns .module-twitter { min-width: 561px; } } @media screen and (-webkit-min-device-pixel-ratio: 1.5), screen and (min-resolution: 144dpi) { .logo:after { background: url(/assets/sprites/directory-icons-hidpi-sprite.png) no-repeat; background-position: 0 0; background-size: 84px auto; height: 26px; width: 84px; } .logo h1 { background: url(/assets/sprites/directory-icons-hidpi-sprite.png) no-repeat; background-position: 0 -146px; background-size: 84px auto; height: 30px; width: 30px; } .icon-square-footer { background: url(/assets/sprites/directory-icons-hidpi-sprite.png) no-repeat; background-position: 0 -176px; background-size: 84px auto; height: 22px; width: 22px; } .icon-twitter { background: url(/assets/sprites/profile-icons-hidpi-sprite.png) no-repeat; background-position: 0 -42px; background-size: 42px auto; height: 40px; width: 40px; } .icon-facebook { background: url(/assets/sprites/profile-icons-hidpi-sprite.png) no-repeat; background-position: 0 -82px; background-size: 42px auto; height: 40px; width: 40px; } .icon-image-previous { background: url(/assets/sprites/profile-icons-hidpi-sprite.png) no-repeat; background-position: 0 -190px; background-size: 42px auto; height: 44px; width: 25px; } .icon-image-next { background: url(/assets/sprites/profile-icons-hidpi-sprite.png) no-repeat; background-position: 0 -234px; background-size: 42px auto; height: 44px; width: 25px; } .profile-image-dot { background: url(/assets/sprites/profile-icons-hidpi-sprite.png) no-repeat; background-position: 0 -287px; background-size: 42px auto; height: 9px; width: 9px; } .profile-image-dot:hover, .profile-image-dot:focus, .profile-image-dot.current { background: url(/assets/sprites/profile-icons-hidpi-sprite.png) no-repeat; background-position: 0 -296px; background-size: 42px auto; height: 9px; width: 9px; } .menu-item-image.image-error:before { background-image: url(/assets/public/broken-image-hidpi.png); background-size: 36px auto; } .image-error:before { background-image: url(/assets/public/broken-image-hidpi.png); background-size: 36px auto; } .icon-left-arrow { background: url(/assets/sprites/directory-icons-hidpi-sprite.png) no-repeat; background-position: 0 -268px; background-size: 84px auto; height: 12px; width: 8px; } .icon-right-arrow { background: url(/assets/sprites/directory-icons-hidpi-sprite.png) no-repeat; background-position: 0 -256px; background-size: 84px auto; height: 12px; width: 8px; } }
0.351089
0.067979
@font-face { font-family: HKGrotesk; src: url("/Fonts/HKGrotesk-Medium.woff") format("woff"); } * { padding: 0; margin: 0; box-sizing: border-box; } body { /*font-family: "Gill Sans", "Gill Sans MT", Calibri, "Trebuchet MS", sans-serif;*/ /* font-family: Arial, Helvetica, sans-serif;*/ /* font-family: "Gill Sans", "Gill Sans MT", Calibri, "Trebuchet MS", sans-serif;*/ font-family: HKGrotesk; font-size: 18px; } .header { height: 9vh; margin: auto; display: flex; flex-direction: column; justify-content: center; align-items: center; background: white; z-index: 1; width: 100%; position: fixed; padding: 2rem; } /* h1 section */ h1 { font-size: 1.8rem; font-weight: 100; color: #000; display: flex; flex-direction: column; justify-content: center; align-items: center; padding: 1rem; } /* Container Section */ .container { max-width: 800px; margin-left: auto; margin-right: auto; overflow: auto; padding: 4rem; overflow-y: scroll; scrollbar-width: none; /* Firefox */ -ms-overflow-style: none; /* Internet Explorer 10+ */ } .container::-webkit-scrollbar { /* WebKit */ width: 0; height: 0; } /* Card Section */ .container > .card { display: flex; flex-direction: column; justify-content: center; align-items: center; padding-bottom: 6rem; } /* Paragraph Section */ .container > .card p { font-size: 1.1rem; font-weight: 400; text-align: center; margin-top: 0.75rem; margin-bottom: 0.5rem; line-height: 1.3; } /* h2 Section */ .container > .card > h2 { font-size: 2rem; font-weight: 600; } /* About Section */ .container > .about-section { display: flex; flex-direction: column; justify-content: center; align-items: center; font-size: 0.9rem; font-weight: 100; } /* About-section div */ .container > .about-section > div { padding: 1rem; font-size: 1.2rem; } /* Socials Section */ .socials { display: flex; flex-direction: row; justify-content: space-around; align-items: center; padding: 1rem; max-width: 200px; margin-left: auto; margin-right: auto; overflow: auto; overflow-y: scroll; } /* Footer Section */ footer { display: flex; flex-direction: column; justify-content: center; align-items: center; font-size: 0.8rem; font-weight: 100; padding-top: 1rem; } /* Media Query Section */ /* Mobile size */ @media only screen and (max-width: 600px) { /* h1 section */ .header > h1 { font-size: 1rem; font-weight: 100; color: #555; display: flex; flex-direction: column; justify-content: center; align-items: center; padding-bottom: 0; } /* Images */ img { width: 100%; } /* About Section */ .container > .about-section { display: flex; flex-direction: column; justify-content: center; align-items: center; font-size: 0.6rem; font-weight: 100; } /* Card Section */ .container > .card { display: flex; flex-direction: column; justify-content: center; align-items: center; padding-bottom: 3rem; } /* h2 Section */ .container > .card > h2 { font-size: 1.5rem; font-weight: 600; } }
assets/css/styles.css
@font-face { font-family: HKGrotesk; src: url("/Fonts/HKGrotesk-Medium.woff") format("woff"); } * { padding: 0; margin: 0; box-sizing: border-box; } body { /*font-family: "Gill Sans", "Gill Sans MT", Calibri, "Trebuchet MS", sans-serif;*/ /* font-family: Arial, Helvetica, sans-serif;*/ /* font-family: "Gill Sans", "Gill Sans MT", Calibri, "Trebuchet MS", sans-serif;*/ font-family: HKGrotesk; font-size: 18px; } .header { height: 9vh; margin: auto; display: flex; flex-direction: column; justify-content: center; align-items: center; background: white; z-index: 1; width: 100%; position: fixed; padding: 2rem; } /* h1 section */ h1 { font-size: 1.8rem; font-weight: 100; color: #000; display: flex; flex-direction: column; justify-content: center; align-items: center; padding: 1rem; } /* Container Section */ .container { max-width: 800px; margin-left: auto; margin-right: auto; overflow: auto; padding: 4rem; overflow-y: scroll; scrollbar-width: none; /* Firefox */ -ms-overflow-style: none; /* Internet Explorer 10+ */ } .container::-webkit-scrollbar { /* WebKit */ width: 0; height: 0; } /* Card Section */ .container > .card { display: flex; flex-direction: column; justify-content: center; align-items: center; padding-bottom: 6rem; } /* Paragraph Section */ .container > .card p { font-size: 1.1rem; font-weight: 400; text-align: center; margin-top: 0.75rem; margin-bottom: 0.5rem; line-height: 1.3; } /* h2 Section */ .container > .card > h2 { font-size: 2rem; font-weight: 600; } /* About Section */ .container > .about-section { display: flex; flex-direction: column; justify-content: center; align-items: center; font-size: 0.9rem; font-weight: 100; } /* About-section div */ .container > .about-section > div { padding: 1rem; font-size: 1.2rem; } /* Socials Section */ .socials { display: flex; flex-direction: row; justify-content: space-around; align-items: center; padding: 1rem; max-width: 200px; margin-left: auto; margin-right: auto; overflow: auto; overflow-y: scroll; } /* Footer Section */ footer { display: flex; flex-direction: column; justify-content: center; align-items: center; font-size: 0.8rem; font-weight: 100; padding-top: 1rem; } /* Media Query Section */ /* Mobile size */ @media only screen and (max-width: 600px) { /* h1 section */ .header > h1 { font-size: 1rem; font-weight: 100; color: #555; display: flex; flex-direction: column; justify-content: center; align-items: center; padding-bottom: 0; } /* Images */ img { width: 100%; } /* About Section */ .container > .about-section { display: flex; flex-direction: column; justify-content: center; align-items: center; font-size: 0.6rem; font-weight: 100; } /* Card Section */ .container > .card { display: flex; flex-direction: column; justify-content: center; align-items: center; padding-bottom: 3rem; } /* h2 Section */ .container > .card > h2 { font-size: 1.5rem; font-weight: 600; } }
0.378229
0.059647
.Aside { visibility: hidden; display: none; } /* Aside inner */ .Aside-inner { } .heightLarge-visible { display: none; } @media (min-width: 60em) { /* Aside */ .Aside { visibility: visible; height: 100vh; left: 0; top: 0; z-index: 2; position: fixed; width: 3em; display: -webkit-box; display: -moz-box; display: -ms-flexbox; display: -webkit-flex; display: flex; -webkit-justify-content: center; justify-content: center; -webkit-align-items: center; align-items: center; } /* Aside inner */ .Aside-inner { background-color: #ffffff; border-bottom-right-radius: 2px; border-bottom-left-radius: 2px; -webkit-box-shadow: 1px 1px 4px 0 rgba(0, 0, 0, .16); -moz-box-shadow: 1px 1px 4px 0 rgba(0, 0, 0, .16); box-shadow: 1px 1px 4px 0 rgba(0, 0, 0, .16); float: left; height: 3em; margin-right: 100%; /*padding: 0 2.25em;*/ -webkit-transform: rotate(-90deg); -moz-transform: rotate(-90deg); -ms-transform: rotate(-90deg); -o-transform: rotate(-90deg); transform: rotate(-90deg); -webkit-transform-origin: 50% 0 0; -moz-transform-origin: 50% 0 0; -ms-transform-origin: 50% 0 0; -o-transform-origin: 50% 0 0; transform-origin: 50% 0 0; } .Aside-content { -webkit-align-items: center; align-items: center; display: -webkit-box; display: -moz-box; display: -ms-flexbox; display: -webkit-flex; display: flex; padding: 0 .375em; width: 100%; height: 100%; } .Aside-text { margin: 0 1.125em; } .Aside-text span { white-space: nowrap; text-align: center; text-transform: uppercase; font-weight: 900; font-size: 1em; } .Aside-social { display: -webkit-box; display: -moz-box; display: -ms-flexbox; display: -webkit-flex; display: flex; } } @media (min-height: 48em) { .heightLarge-visible { display: inline-block; } }
_src/css/aside.css
.Aside { visibility: hidden; display: none; } /* Aside inner */ .Aside-inner { } .heightLarge-visible { display: none; } @media (min-width: 60em) { /* Aside */ .Aside { visibility: visible; height: 100vh; left: 0; top: 0; z-index: 2; position: fixed; width: 3em; display: -webkit-box; display: -moz-box; display: -ms-flexbox; display: -webkit-flex; display: flex; -webkit-justify-content: center; justify-content: center; -webkit-align-items: center; align-items: center; } /* Aside inner */ .Aside-inner { background-color: #ffffff; border-bottom-right-radius: 2px; border-bottom-left-radius: 2px; -webkit-box-shadow: 1px 1px 4px 0 rgba(0, 0, 0, .16); -moz-box-shadow: 1px 1px 4px 0 rgba(0, 0, 0, .16); box-shadow: 1px 1px 4px 0 rgba(0, 0, 0, .16); float: left; height: 3em; margin-right: 100%; /*padding: 0 2.25em;*/ -webkit-transform: rotate(-90deg); -moz-transform: rotate(-90deg); -ms-transform: rotate(-90deg); -o-transform: rotate(-90deg); transform: rotate(-90deg); -webkit-transform-origin: 50% 0 0; -moz-transform-origin: 50% 0 0; -ms-transform-origin: 50% 0 0; -o-transform-origin: 50% 0 0; transform-origin: 50% 0 0; } .Aside-content { -webkit-align-items: center; align-items: center; display: -webkit-box; display: -moz-box; display: -ms-flexbox; display: -webkit-flex; display: flex; padding: 0 .375em; width: 100%; height: 100%; } .Aside-text { margin: 0 1.125em; } .Aside-text span { white-space: nowrap; text-align: center; text-transform: uppercase; font-weight: 900; font-size: 1em; } .Aside-social { display: -webkit-box; display: -moz-box; display: -ms-flexbox; display: -webkit-flex; display: flex; } } @media (min-height: 48em) { .heightLarge-visible { display: inline-block; } }
0.391639
0.083217
@import url("https://fonts.googleapis.com/css2?family=Poppins:wght@200;300;400;500&family=Rajdhani:wght@400;500;600;700&display=swap"); /* @import url(./font-awesome.min.css); */ /*--------------------- Global variables -----------------------*/ :root { --primary-color: #ecf0f1; --accent-color: rebeccapurple; --text-color: #222222; --white-color: #ffffff; --light-shadow: 0 5px 15px rgba(0, 0, 0, 0.1); --dark-shadow: 0 5px 15px rgba(0, 0, 0, 0.2); --transition-duration: 250ms; } /*--------------------- Body -----------------------*/ * { box-sizing: border-box; } body { background-color: var(--primary-color); height: 100vh; font-family: "Poppins", sans-serif; -webkit-font-smoothing: antialiased; } h1, h2, h3, h4, h5, h6 { margin: 0; color: var(--text-color); font-weight: 400; font-family: inherit; } h1 { font-size: 70px; } h2 { font-size: 36px; } h3 { font-size: 30px; } h4 { font-size: 24px; } h5 { font-size: 18px; } h6 { font-size: 16px; } p { font-size: 16px; font-family: inherit; color: #6f6f6f; font-weight: 400; line-height: 26px; margin: 0 0 1rem 0; } img { max-width: 100%; } input { color: var(--text-color); } textarea:hover, input:hover, textarea:active, input:active, textarea:focus, input:focus, button:focus, button:active, button:hover, label:focus, .btn:active, .btn.active { outline: 0px !important; -webkit-appearance: none; box-shadow: none !important; } a { text-decoration: none; cursor: pointer; color: var(--text-color); } input::placeholder, textarea::placeholder { color: #b2b2b2; } a:hover, a:focus { outline: none; color: var(--accent-color); } li { list-style: none; } ul, ol { padding: 0; margin: 0; } .form-check-input:checked { background-color: var(--text-color); border-color: var(--text-color); } .section-title { margin-bottom: 50px; text-align: center; } .section-title h2, h3 { color: var(--text-color); position: relative; } .section-title h2 { font-weight: 700; } .section-title h2:after, .section-title h3:after { position: absolute; left: 0; bottom: -1rem; right: 0; height: 4px; width: 80px; background: var(--accent-color); content: ""; margin: 0 auto; } .text-white h1, .text-white h2, .text-white h3, .text-white h4, .text-white h5, .text-white h6, .text-white p, .text-white span, .text-white li, .text-white a { color: var(--white-color); } /* buttons */ .primary-btn { display: inline-block; font-size: 14px; padding: 10px 28px 10px; color: var(--accent-color); text-transform: uppercase; font-weight: 700; background: var(--white-color); letter-spacing: 2px; } .primary-btn:hover { display: inline-block; font-size: 14px; padding: 10px 28px 10px; color: var(--white-color); text-transform: uppercase; font-weight: 700; background: var(--accent-color); letter-spacing: 2px; } .site-btn { min-width: 100px; font-size: 14px; font-weight: 800; text-transform: uppercase; display: inline-block; padding: 13px 30px 12px; background-color: var(--white-color); color: var(--accent-color); border: 2px solid var(--accent-color); } .site-btn:hover { background: var(--accent-color); color: var(--white-color); } .accordion-button:not(.collapsed) { color: var(--accent-color); background-color: rgba(250, 149, 153, 0.1); } .accordion-button:not(.collapsed)::after { background-image: url("data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='rgba(250, 149, 153, 1)'><path fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/></svg>"); } .nav-tabs { border: none; } .nav-tabs .nav-link { color: var(--text-color); font-size: 1.2rem; margin-right: 1rem; margin-bottom: 0; border: none; border-top-left-radius: 0; border-top-right-radius: 0; } .nav-tabs .nav-link:hover { border-bottom: 5px solid #b2b2b2; transition: none; } .nav-tabs .nav-link.active { background-color: transparent; color: var(--text-color); border-top: none; border-left: none; border-right: none; border-bottom: 5px solid var(--accent-color); font-weight: 600; margin-bottom: 3rem; } /*--------------------- Custom classes -----------------------*/ .not-visible { display: none; } .animated-bg { background-image: linear-gradient( to right, #f6f7f8 0%, #edeef1 10%, #f6f7f8 20%, #f6f7f8 100% ); background-size: 200% 100%; animation: bgPos 1s linear infinite; } .animated-bg-text { border-radius: 50px; display: inline-block; margin: 0; height: 10px; width: 100%; } @keyframes bgPos { 0% { background-position: 50% 0; } 100% { background-position: -150% 0; } } li.disabled { cursor: not-allowed; } li.disabled a { pointer-events: none; } /*--------------------- Preloader -----------------------*/ #preloder { position: fixed; width: 100%; height: 100%; display: flex; justify-content: center; align-items: center; top: 0; left: 0; z-index: 999999; background: var(--text-color); } .loader { width: 150px; height: 150px; position: relative; margin-top: -13px; margin-left: -13px; border-radius: 50%; border: 3px solid transparent; animation: spin 2s linear infinite; -webkit-animation: spin 2s linear infinite; } .loader:after { content: ""; position: absolute; top: 1rem; left: 1rem; right: 1rem; bottom: 1rem; border-radius: 50%; border: 3px solid transparent; border-top-color: #ff00ff; -webkit-animation: spin 1.5s linear infinite; animation: spin 1.5s linear infinite; } @keyframes spin { 0% { -webkit-transform: rotate(0deg); transform: rotate(0deg); border: 4px solid #f44336; border-left-color: transparent; } 50% { -webkit-transform: rotate(180deg); transform: rotate(180deg); border: 4px solid #673ab7; border-left-color: transparent; } 100% { -webkit-transform: rotate(360deg); transform: rotate(360deg); border: 4px solid #f44336; border-left-color: transparent; } } @-webkit-keyframes spin { 0% { -webkit-transform: rotate(0deg); border: 4px solid #f44336; border-left-color: transparent; } 50% { -webkit-transform: rotate(180deg); border: 4px solid #673ab7; border-left-color: transparent; } 100% { -webkit-transform: rotate(360deg); border: 4px solid #f44336; border-left-color: transparent; } } #preloader { animation-duration: 1.6s; animation-name: bounce; animation-timing-function: ease-in-out; animation-iteration-count: infinite; } #preloader-eyes { animation-duration: 2s; animation-name: blink; animation-timing-function: ease-in-out; animation-iteration-count: infinite; transform-origin: center center; } @keyframes bounce { 0%, 100% { transform: translateY(-3px); } 50% { transform: translateY(3px); } } @keyframes blink { 90%, 100% { transform: scaleY(1); } 93% { transform: scaleY(0.2); } } /*--------------------- Header -----------------------*/ .header__top { background: var(--white-color); border-bottom: 1px solid rgba(0, 0, 0, 0.1); box-shadow: var(--light-shadow); } .header__top__left { padding: 10px 0 13px; } .header__top__left ul li { font-size: 14px; color: var(--text-color); display: inline-block; margin-right: 45px; position: relative; } .header__top__left ul li:after { position: absolute; right: -25px; top: 1px; height: 20px; width: 1px; background: #000000; opacity: 0.1; content: ""; } .header__top__left ul li:last-child { margin-right: 0; } .header__top__left ul li:last-child:after { display: none; } .header__top__left ul li i { color: var(--accent-color); margin-right: 5px; } .header__top__right { text-align: right; padding: 10px 0 13px; } .header__top__right__social { position: relative; display: inline-block; margin-right: 35px; } .header__top__right__social:after { position: absolute; right: -20px; top: 1px; height: 20px; width: 1px; background: #000000; opacity: 0.1; content: ""; } .header__top__right__social a { font-size: 14px; display: inline-block; color: var(--text-color); margin-right: 20px; } .header__top__right__social a:hover { color: var(--accent-color); } .header__top__right__social a:last-child { margin-right: 0; } .header__top__right__language { position: relative; display: inline-block; margin-right: 40px; cursor: pointer; } .header__top__right__language:hover ul { background: none; top: 23px; opacity: 1; visibility: visible; } .header__top__right__language:after { position: absolute; right: -21px; top: 1px; height: 20px; width: 1px; background: #000000; opacity: 0.1; content: ""; } .header__top__right__language img { margin-right: 6px; width: 24px; } .header__top__right__language div { font-size: 14px; color: var(--text-color); display: inline-block; margin-right: 4px; } .header__top__right__language span { font-size: 14px; color: var(--text-color); position: relative; top: 2px; } .header__top__right__language ul { background: none; width: 110px; text-align: center; padding: 5px 0; position: absolute; left: 0; top: 43px; z-index: 9; opacity: 0; visibility: hidden; -webkit-transition: all, var(--transition-duration); -moz-transition: all, var(--transition-duration); -ms-transition: all, var(--transition-duration); -o-transition: all, var(--transition-duration); transition: all, var(--transition-duration); } .header__top__right__language ul li { background: var(--primary-color); border: 1px solid rgba(0, 0, 0, 0.1); } .header__top__right__language ul li:hover { background: #d3d3d3; } .header__top__right__language ul li a { font-size: 14px; color: var(--text-color); padding: 5px 10px; } .header__top__right__auth { display: inline-block; } .header__top__right__auth a { display: block; padding: 0.3rem; font-size: 14px; color: var(--text-color); } .header__top__right__auth a:hover { background-color: rgba(0, 0, 0, 0.1); color: var(--accent-color); } .header__top__right__auth a i { margin-right: 6px; } .header__logo { padding: 0; } .header__logo a { display: inline-block; } .header__menu { display: flex; flex-direction: row; justify-content: center; padding: 24px 0; } .header__menu ul li { display: inline-block; margin-right: 50px; position: relative; } .header__menu ul li .header__menu__dropdown { position: absolute; left: 0; top: 50px; background: var(--primary-color); border: 1px solid var(--accent-color); width: 180px; z-index: 9; margin-bottom: 1rem; padding: 5px 0; -webkit-transition: all, var(--transition-duration); -moz-transition: all, var(--transition-duration); -ms-transition: all, var(--transition-duration); -o-transition: all, var(--transition-duration); transition: all, var(--transition-duration); opacity: 0; visibility: hidden; } .header__menu ul li .header__menu__dropdown li { margin-right: 0; display: block; } .header__menu ul li .header__menu__dropdown li:hover > a { color: var(--accent-color); } .header__menu ul li .header__menu__dropdown li a { text-transform: capitalize; color: var(--text-color); font-weight: 400; padding: 5px 1rem; } .header__menu ul li.active a { color: var(--accent-color); } .header__menu ul li:hover .header__menu__dropdown { top: 30px; opacity: 1; visibility: visible; } .header__menu ul li:hover > a { color: var(--accent-color); } .header__menu ul li:last-child { margin-right: 0; } .header__menu ul li a { font-size: 14px; color: var(--text-color); text-transform: uppercase; font-weight: 700; letter-spacing: 2px; -webkit-transition: all, var(--transition-duration); -moz-transition: all, var(--transition-duration); -ms-transition: all, var(--transition-duration); -o-transition: all, var(--transition-duration); transition: all, var(--transition-duration); padding: 5px 0; display: block; } .header__cart { text-align: right; padding: 24px 0; } .header__cart ul { display: inline-block; margin-right: 25px; } .header__cart ul li { display: inline-block; margin-right: 1rem; } .header__cart ul li:last-child { margin-right: 0; } .header__cart ul li a { position: relative; } .header__cart ul li a span { height: 0.8rem; width: 0.8rem; background: var(--accent-color); font-family: inherit; font-size: 12px; color: var(--white-color); line-height: 13px; text-align: center; font-weight: 600; display: inline-block; border-radius: 50%; position: absolute; top: -6px; right: -7px; } .hamburger__menu__wrapper { display: none; } .header__navbar { z-index: 1; margin-bottom: 2rem; } .sticky__navbar { position: fixed; top: -100px; left: 0; right: 0; display: flex; justify-content: center; align-items: center; background-color: rgba(255, 255, 255, 0.5); box-shadow: 0 0 5px rgba(0, 0, 0, 0.3); transform: translateY(100px); transition: transform var(--transition-duration) linear; } /*-------------------------------------------------------------- # Back to top button --------------------------------------------------------------*/ .back-to-top { position: fixed; visibility: hidden; opacity: 0; right: 15px; bottom: 15px; z-index: 996; background: var(--accent-color); width: 40px; height: 40px; border-radius: 50px; transition: all var(--transition-duration); } .back-to-top i { font-size: 24px; color: var(--white-color); line-height: 0; } .back-to-top:hover { background: var(--text-color); color: var(--white-color); } .back-to-top.active { visibility: visible; opacity: 1; } /*--------------------- Hero -----------------------*/ .hero.hero-normal { padding-bottom: 30px; } .hero.hero-normal .hero__categories { position: relative; } .hero.hero-normal .hero__search { margin-bottom: 0; } .hero__categories__all { background-color: var(--white-color); position: relative; border: 1px solid var(--accent-color); border-radius: 5px 5px 2px 2px; padding: 10px 25px 10px 40px; cursor: pointer; } .hero__categories__all:hover { background: var(--accent-color); } .hero__categories__all:hover > span { color: var(--primary-color); } .hero__categories__all i { font-size: 16px; color: var(--accent-color); margin-right: 10px; } .hero__categories__all:hover > span { color: var(--primary-color); } .hero__categories__all:hover > i { color: var(--primary-color); } .hero__categories ul { position: absolute; left: 0; top: 46px; width: 100%; z-index: 9; background-color: rgba(0, 0, 0, 0.1); padding-left: 40px; padding-top: 10px; padding-bottom: 12px; border: 1px solid var(--accent-color); border-top: none; border-radius: 0 0 5px 5px; } .hero__categories ul li:hover > a { color: var(--accent-color); } .hero__categories ul li a { font-size: 16px; color: var(--text-color); line-height: 39px; display: block; } .hero__search { overflow: hidden; margin-bottom: 30px; } .hero__search__form { width: 560px; height: 50px; border: none; position: relative; padding-left: 0.3rem; float: left; border: 1px solid var(--accent-color); border-radius: 25px 25px 25px 25px; overflow: hidden; } .hero__search__form form .hero__search__categories { width: 30%; float: left; font-size: 16px; color: var(--text-color); font-weight: 700; padding-left: 18px; padding-top: 11px; position: relative; border: none; } .hero__search__form form .hero__search__categories .custom-select { width: 100%; font-size: 0.875rem; vertical-align: middle; padding-left: 0.5rem; background: var(--primary-color) url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 4 5'%3e%3cpath fill='%23343a40' d='M2 0L0 2h4zm0 5L0 3h4z'/%3e%3c/svg%3e") no-repeat right 1.1875rem center/8px 10px; border: none; -webkit-appearance: none; -moz-appearance: none; appearance: none; overflow: hidden; cursor: pointer; } .hero__search__form .search__input { position: absolute; top: 0; width: 70%; height: 100%; font-size: 16px; padding-left: 20px; border: none; } .hero__search__form button { overflow: hidden; position: relative; float: right; border: none; border-left: 1px solid var(--accent-color); width: 100px; cursor: pointer; line-height: 3; color: var(--accent-color); text-transform: uppercase; opacity: 1; background: inherit; } .hero__search__form button:hover { color: var(--primary-color); background: var(--accent-color); } .hero__search__form button:active, .hero__search__form button:focus { background: var(--accent-color); color: var(--primary-color); } .hero__search__form button::-moz-focus-inner { border: 0; padding: 0; } .search__results__card { width: 65%; box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.3); transition: var(--transition-duration); border-radius: 7px; padding: 1rem 2rem; } .search__results__card a .row:hover { background-color: rgba(155, 155, 155, 0.1); } .search__results__card .product__img { width: 50px; height: 50px; } .hero__item { height: 431px; display: flex; align-items: center; padding-left: 75px; } .hero__text span { font-size: 14px; text-transform: uppercase; font-weight: 700; letter-spacing: 4px; color: var(--accent-color); } .hero__text h2 { font-size: 46px; color: var(--text-color); line-height: 52px; font-weight: 700; margin: 10px 0; } .hero__text p { margin-bottom: 35px; } /*--------------------- Main Page -----------------------*/ .main__container { width: 100%; min-height: 100%; padding: 5rem 0; } .banner__carousel { position: relative; box-shadow: 0 5px 15px rgba(0, 0, 0, 0.2); height: 70%; width: 100%; overflow: hidden; } .banner__carousel .image-container { width: 100%; height: 100%; display: flex; transform: translateX(0); transition: transform var(--transition-duration) ease-in-out; } .image-container img { width: 100%; height: 100%; object-fit: cover; } .pub__wrapper { margin: 5rem 0 1rem 0; width: 100%; padding: 2rem 1rem; } .pub__card { padding: 1rem; margin-bottom: 1rem; } .pub__card img { width: 70%; align-self: center; } .pub__card p { margin-top: 1rem; text-align: center; } .pub__card a { text-align: end; } .featured__wrapper { padding: 2rem 1rem; } .featured__wrapper .featured__title { padding-bottom: 2rem; } .featured__wrapper .slider { width: 100%; height: 100%; position: relative; margin: auto; overflow-x: scroll; overflow-y: hidden; } .featured__wrapper .slider::-webkit-scrollbar { display: none; } .featured__wrapper .slider .slide { position: relative; left: 0; flex-wrap: inherit; transform: translateX(0); transition: transform var(--transition-duration) ease-in-out; } .featured__wrapper .slider .item:last-child { margin-right: 0; } .brands__container .slider { padding: 3rem 1rem; display: flex; justify-content: space-between; align-items: center; } .featured__wrapper .ctrl-btn, .brands__container .ctrl-btn { position: absolute; top: 85%; min-width: 50px; min-height: 50px; margin-top: -27.5px; font-weight: 600; text-align: center; cursor: pointer; background-color: var(--white-color); opacity: 0.5; border: 1px solid var(--accent-color); border-radius: 50%; transition-duration: 250ms; } .featured__wrapper .ctrl-btn:hover, .brands__container .ctrl-btn:hover { opacity: 1; box-shadow: var(--dark-shadow); } .brand__wrapper { display: flex; justify-content: center; align-items: center; margin-bottom: 1rem; } .featured__wrapper .ctrl-btn.pro-prev, .brands__container .ctrl-btn.brand-prev { left: 0; } .featured__wrapper .ctrl-btn.pro-next, .brands__container .ctrl-btn.brand-next { right: 0; } /* service area */ .service_area { padding-top: 241px; padding-bottom: 106px; } .service_area .single_service { padding: 70px 25px 65px 25px; background-color: var(--white-color); -webkit-border-radius: 10px; -moz-border-radius: 10px; border-radius: 10px; margin-bottom: 30px; cursor: pointer; box-shadow: var(--light-shadow); -webkit-transition: var(--transition-duration); -moz-transition: var(--transition-duration); -o-transition: var(--transition-duration); transition: var(--transition-duration); } .service_area .single_service .service_thumb { height: 140px; width: 160px; background-repeat: no-repeat; background-size: 100% 100%; margin: auto; } .service_area .single_service .service_thumb .service_icon img { width: auto; } .service_area .single_service .service_content h3 { font-size: 1.5rem; font-weight: 600; margin-top: 43px; margin-bottom: 22px; } .service_area .single_service .service_content p { margin-bottom: 0; -webkit-line-clamp: 4; -webkit-box-orient: vertical; overflow: hidden; text-overflow: ellipsis; display: -webkit-box !important; } .service_area .single_service:hover { -webkit-box-shadow: 0px 16px 35px 0px rgba(0, 0, 2, 0.2); -moz-box-shadow: 0px 16px 35px 0px rgba(0, 0, 2, 0.2); box-shadow: 0px 16px 35px 0px rgba(0, 0, 2, 0.2); } /*--------------------- Shop Grid -----------------------*/ .spinner-border { color: rebeccapurple; } .product_cards .card { background-color: transparent; margin-bottom: 2rem; border: 1px solid rgba(0, 0, 0, 0.1); } .product_cards .card.add__fav .wrapper .info__product .actions .action.card__wishlist, .product_cards .card.add__fav .product__listview .info__product .actions .action.card__wishlist { transform: rotateX(360deg) scale(1.2); } .product_cards .card.add__fav .wrapper .info__product .actions .action.card__wishlist svg path, .product_cards .card.add__fav .wrapper .info__product .actions .action.card__wishlist svg circle, .product_cards .card.add__fav .product__listview .info__product .actions .action.card__wishlist svg path, .product_cards .card.add__fav .product__listview .info__product .actions .action.card__wishlist svg circle { fill: var(--white-color); transition-delay: var(--transition-duration); } .product_cards .card.add__cart .wrapper .info__product .actions .action.card__cart .in__cart, .product_cards .card.add__cart .product__listview .info__product .actions .action.card__cart .in__cart { transform: scale(1); } .product_cards .card.add__cart .wrapper .info__product .actions .action.card__cart .out__cart, .product_cards .card.add__cart .product__listview .info__product .actions .action.card__cart .out__cart { transform: scale(0); } .product_cards .card .wrapper, .product_cards .card .product__listview { background-color: var(--white-color); margin: 1rem 0 1rem 0rem; padding-top: 300px; box-sizing: border-box; position: relative; box-shadow: 0 0 20px 10px rgba(29, 29, 29, 0.2); transition: ease all var(--transition-duration); border-radius: 5px; } .product_cards .card .wrapper:hover, .product_cards .card .product__listview:hover { transform: translateY(-10px); } .product_cards .card .wrapper .color__category, .product_cards .card .product__listview .color__category { display: block; position: absolute; top: 0; left: 0; width: 100%; height: 200px; border: none; border-radius: 5px 5px 0 0; } .product_cards .card .wrapper .img__product, .product_cards .card .product__listview .img__product, .product_cards .card .wrapper .img__product, .product_cards .card .product__listview .img__ready { position: absolute; bottom: calc(100% - 300px); width: 100%; height: 280px; transition: ease all var(--transition-duration); } .product_cards .card .wrapper .img__ready, .product_cards .card .product__listview .img__ready { background-size: contain; background-position: center bottom; background-repeat: no-repeat; } .product_cards .card .wrapper:hover .img__ready { height: 350px; } .product_cards .card .wrapper .info__product, .product_cards .card .product__listview .info__product { background-color: var(--white-color); display: flex; flex-direction: column; flex-wrap: nowrap; align-items: center; justify-content: center; align-content: center; height: 170px; padding: 1rem; box-sizing: border-box; border-radius: 5px; } .product_cards .card .wrapper .info__product p, .product_cards .card .product__listview .info__product p { width: 100%; font-size: 14px; text-align: center; } .product__header__text { width: 100%; } .product_cards .card .wrapper .info__product .product__name, .product_cards .card .product__listview .info__product .product__name, .product_cards .card .product__listview .info__product .product__description { font-family: inherit; margin-bottom: 10px; width: 100%; padding-top: 1rem; font-size: 1rem; -webkit-line-clamp: 2; -webkit-box-orient: vertical; overflow: hidden; text-overflow: ellipsis; display: -webkit-box !important; } .product_cards .card .wrapper .info__product .product__name a, .product_cards .card .product__listview .info__product .product__name a { font-weight: 600; } .product_cards .card .wrapper .info__product .product__description { display: none; } .product_cards .card .wrapper .info__product .actions, .product_cards .card .product__listview .info__product .actions { display: flex; flex-direction: row; flex-wrap: wrap; align-items: center; justify-content: space-between; align-content: center; width: 100%; margin-top: auto; padding-top: 10px; } .product_cards .card .wrapper .info__product .actions .price__group, .product_cards .card .product__listview .info__product .actions .price__group { flex-grow: 1; position: relative; } .product_cards .card .wrapper .info__product .actions .price__group .product__price, .product_cards .card .product__listview .info__product .actions .price__group .product__price { font-family: inherit; color: var(--text-color); font-size: 25px; font-weight: 600; text-align: left; padding-top: 1rem; } .product_cards .card .wrapper .info__product .actions .price__group .price__offer, .product_cards .card .product__listview .info__product .actions .price__group .price__offer { position: absolute; left: 0; top: -25px; width: 50%; color: var(--accent-color); font-size: 1rem; } .product_cards .card .product__listview .info__product .actions .price__group .product__price { width: 15%; } .product_cards .card .wrapper .info__product .actions .price__group .product__price .price__offer:before, .product_cards .card .product__listview .info__product .actions .price__group .product__price .price__offer:before { font-size: 12px; } .product_cards .card .wrapper .info__product .actions .price__group .product__price:before, .product_cards .card .product__listview .info__product .actions .price__group .product__price:before { font-size: 20px; } .product_cards .card .wrapper .info__product .actions .action, .product_cards .card .product__listview .info__product .actions .action { display: flex; flex-direction: row; flex-wrap: wrap; align-items: center; justify-content: center; align-content: center; margin-left: 1rem; width: 35px; height: 35px; position: relative; transition: cubic-bezier(0.68, -0.55, 0.27, 1.55) all var(--transition-duration); cursor: pointer; color: var(--text-color); } .product_cards .card .wrapper .info__product .actions .action svg, .product_cards .card .product__listview .info__product .actions .action svg { position: absolute; transition: cubic-bezier(0.68, -0.55, 0.27, 1.55) all var(--transition-duration); } .product_cards .card .wrapper .info__product .actions .action svg path, .product_cards .card .wrapper .info__product .actions .action svg circle, .product_cards .card .product__listview .info__product .actions .action svg path, .product_cards .card .product__listview .info__product .actions .action svg circle { stroke: currentColor; fill: transparent; transition: ease all var(--transition-duration); } .product_cards .card .wrapper .info__product .actions .action.card__wishlist, .product_cards .card .product__listview .info__product .actions .action.card__wishlist { position: absolute; top: 20px; right: 20px; z-index: 1; width: 25px; height: 25px; color: var(--primary-color); } .product_cards .card .wrapper .info__product .actions .in__cart, .product_cards .card .product__listview .info__product .actions .in__cart { width: 130%; } .product_cards .card .wrapper .info__product .actions .in__cart { color: green; } .product_cards .card .wrapper .info__product .actions .action.card__cart svg.in__cart, .product_cards .card .product__listview .info__product .actions .action.card__cart svg.in__cart { transform: scale(0); } .product_cards .card .product__listview { padding-top: 100px; height: 100%; } .product_cards .card .product__listview:hover .img__product { height: 100%; } .product_cards .card .product__listview .color__category { left: auto; right: 0; width: auto; min-width: 4rem; height: 100%; } .product_cards .card .product__listview .img__product { background-position: center top; background-repeat: no-repeat; position: absolute; top: 0; left: 0; bottom: calc(100% - 200px); width: 25%; height: 65%; } .product_cards .card .product__listview .info__product p { text-align: unset; } .product_cards .card .product__listview .info__product .product__header__text { position: absolute; top: 10%; left: 25%; padding: 1rem; height: 55%; width: 65%; } .product_cards .card .product__listview .info__product .actions .out__cart { color: var(--primary-color); } .product_cards .card .product__listview .info__product .actions .in__cart { color: var(--primary-color); } .product_cards .no__data { width: 100%; display: flex; flex-direction: column; justify-content: center; align-items: center; } .filter__item { padding: 0.5rem 0 0.5rem 0; background: rgba(0, 0, 0, 0.1); border-radius: 10px; margin-bottom: 2rem; border: none; box-shadow: 2px 4px 10px rgba(0, 0, 0, 0.2); } .filter__item .filter__row { padding: 0 1rem 0 1rem; align-items: center; } .filter__sort span { font-size: 16px; color: var(--text-color); display: inline-block; } .filter__sort .nice__select { background-color: var(--white-color); border-radius: 0; border: none; display: inline-block; float: none; height: 0; line-height: 0; padding-left: 18px; padding-right: 30px; font-size: 16px; color: var(--text-color); font-weight: 700; cursor: pointer; } .filter__sort .nice-select span { color: var(--text-color); } .filter__sort .nice-select:after { border-bottom: 1.5px solid var(--text-color); border-right: 1.5px solid var(--text-color); height: 8px; margin-top: 0; right: 16px; width: 8px; top: -5px; } .filter__sort .nice-select.open .list { opacity: 1; pointer-events: auto; -webkit-transform: scale(1) translateY(0); -ms-transform: scale(1) translateY(0); transform: scale(1) translateY(0); } .filter__sort .nice-select .list { border-radius: 0; margin-top: 0; top: 1rem; } .filter__sort .nice-select .option { line-height: 30px; min-height: 30px; } .filter__found { text-align: center; } .filter__found h6 span { font-weight: 700; margin-right: 5px; } .filter__option { text-align: right; } .filter__option span { margin-right: 1rem; cursor: pointer; -webkit-transition: all, var(--transition-duration); -moz-transition: all, var(--transition-duration); -ms-transition: all, var(--transition-duration); -o-transition: all, var(--transition-duration); transition: all, var(--transition-duration); opacity: 0.4; } .filter__option .active { opacity: 1; } .filter__option span:hover { opacity: 1; } .filter__option span:last-child { margin: 0; } .filter__option span:hover { color: var(--accent-color); } .product__item { margin-bottom: 50px; } .product__item__pic { height: 270px; position: relative; overflow: hidden; } .product__item__text { text-align: center; padding-top: 1rem; } .product__item__text h6 { margin-bottom: 10px; } .product__item__text h6 a { color: var(--text-color); } .product__item__text h5 { color: var(--text-color); font-weight: 700; } /*--------------------- Shop Details -----------------------*/ .product-details { padding-top: 80px; } .product__details__pic__item { margin-bottom: 20px; position: relative; } .product__details__pic__item img { min-width: 100%; } .product__details__pic__item #large-img { background-color: var(--white-color); background-repeat: no-repeat; width: 100px; height: 100px; box-shadow: 0 5px 10px -2px rgba(0, 0, 0, 0.3); pointer-events: none; position: absolute; border: 4px solid var(--white-color); z-index: 99; border-radius: 100%; display: block; opacity: 0; transform: scale(1.7); transition: opacity var(--transition-duration); } .product__details__pic__item:hover #large-img, .product__details__pic__item:active #large-img { opacity: 1; } .product__details__text { float: right; word-wrap: break-word; text-align: justify; text-justify: inter-word; } .product__details__text h3 { color: var(--text-color); font-weight: 700; margin-bottom: 16px; } .product__details__text .product__details__rating { font-size: 14px; margin-bottom: 12px; } .product__details__text .product__details__rating i { margin-right: -2px; color: #edbb0e; } .product__details__text .product__details__rating span { color: #dd2222; margin-left: 4px; } .product__details__text .product__details__price { font-size: 30px; color: #dd2222; font-weight: 600; margin-bottom: 1rem; } .product__details__text p { margin-bottom: 45px; } .product__details__text .primary-btn { padding: 16px 28px 14px; margin-right: 6px; margin-bottom: 5px; } .product__details__text ul { border-top: 1px solid var(--primary-color); padding-top: 40px; margin-top: 50px; } .product__details__text ul li { font-size: 16px; color: var(--text-color); line-height: 36px; padding: 0.5rem 0; } .product__details__text ul li b { font-weight: 700; width: 170px; display: inline-block; } .product__details__text ul li span samp { color: #dd2222; } .product__details__text ul li .share { display: inline-block; } .product__details__text ul li .share a { display: inline-block; font-size: 1rem; color: var(--text-color); margin-right: 25px; } .product__details__text ul li .share a:hover { color: var(--accent-color); } .product__details__text ul li .share a:last-child { margin-right: 0; } .pro-qty { width: 140px; height: 50px; display: inline-block; position: relative; text-align: center; background: #f5f5f5; margin-bottom: 5px; } .pro-qty input { height: 100%; width: 100%; font-size: 16px; color: #6f6f6f; width: 50px; border: none; background: #f5f5f5; text-align: center; } .pro-qty .qtybtn { width: 35px; font-size: 16px; color: #6f6f6f; cursor: pointer; display: inline-block; } .product__detail__tabs { margin: 2rem 0; border-radius: 10px; } .product__detail__tabs .card-body ul { justify-content: center; } .product__detail__tabs .tab-content .tab-pane p { padding: 1rem; } .product__detail__tabs .product__specs { margin: 0 5rem; } .related__products { margin: 2rem 0; } .related__products .product_cards { padding-top: 2rem; } /*--------------------- Shop Cart -----------------------*/ .shoping-cart { padding-top: 80px; padding-bottom: 80px; } .shoping__cart__table { min-height: 40vh; margin-bottom: 30px; padding: 1.5rem; background-color: var(--white-color); } .shoping__cart__table table { width: 100%; text-align: center; } .shoping__cart__table table thead tr { border-bottom: 1px solid var(--primary-color); } .shoping__cart__table table thead th { font-size: 20px; font-weight: 700; color: var(--text-color); padding-bottom: 20px; } .shoping__cart__table table thead th.shoping__product { text-align: left; } .shoping__cart__table table tbody tr td { padding-top: 30px; padding-bottom: 30px; border-bottom: 1px solid var(--primary-color); } .shoping__cart__table table tbody tr .empty__cart { padding: 5rem; border: none; } .shoping__cart__table table tbody tr td i { color: var(--primary-color); padding-bottom: 1rem; } .shoping__cart__table table tbody tr td.shoping__cart__item { width: 630px; text-align: left; } .shoping__cart__table table tbody tr td.shoping__cart__item img { display: inline-block; margin-right: 25px; } .shoping__cart__table table tbody tr td.shoping__cart__item h5 { color: var(--text-color); display: inline-block; } .shoping__cart__table table tbody tr td.shoping__cart__price { font-size: 18px; color: var(--text-color); font-weight: 700; width: 100px; } .shoping__cart__table table tbody tr td.shoping__cart__total { font-size: 18px; color: var(--text-color); font-weight: 700; width: 110px; } .shoping__cart__table table tbody tr td.shoping__cart__item__close { text-align: right; } .shoping__cart__table table tbody tr td.shoping__cart__item__close span { font-size: 24px; color: #b2b2b2; cursor: pointer; } .shoping__cart__table table tbody tr td.shoping__cart__quantity { width: 225px; } .shoping__cart__table table tbody tr td.shoping__cart__quantity .pro-qty { width: 120px; height: 40px; } .shoping__cart__table table tbody tr td.shoping__cart__quantity .pro-qty span { color: #b2b2b2; cursor: pointer; } .shoping__cart__table table tbody tr td.shoping__cart__quantity .pro-qty input { color: var(--text-color); } .shoping__cart__table table tbody tr td.shoping__cart__quantity .pro-qty .qtybtn { width: 1rem; } .primary-btn.cart-btn { color: var(--text-color); padding: 14px 30px 12px; background-color: var(--white-color); } .primary-btn.cart-btn:hover { color: var(--accent-color); } .primary-btn.cart-btn span { font-size: 14px; } .primary-btn.cart-btn.cart-btn-right { float: right; min-width: 200px; } .shoping__checkout { background: var(--white-color); padding: 30px; padding-top: 20px; margin-top: 50px; } .shoping__checkout h5 { color: var(--text-color); font-weight: 700; font-size: 20px; margin-bottom: 28px; } .shoping__checkout ul { margin-bottom: 28px; } .shoping__checkout ul li { font-size: 16px; color: var(--text-color); font-weight: 700; overflow: hidden; border-bottom: 1px solid var(--primary-color); padding-bottom: 13px; margin-bottom: 18px; } .shoping__checkout ul li:last-child { padding-bottom: 0; border-bottom: none; margin-bottom: 0; } .shoping__checkout ul li span { font-size: 18px; float: right; } .shoping__checkout ul li .cart__grand__total { color: green; } .shoping__checkout .primary-btn { display: block; text-align: center; } /*--------------------- Checkout -----------------------*/ .checkout { padding-top: 80px; padding-bottom: 60px; } .checkout h6 { color: #999999; text-align: center; background: #f5f5f5; border-top: 1px solid #6ab963; padding: 12px 0 12px; margin-bottom: 75px; } .checkout h6 span { font-size: 16px; color: #6ab963; margin-right: 5px; } .checkout h6 a { text-decoration: underline; color: #999999; } .checkout__form h4 { color: var(--text-color); font-weight: 700; border-bottom: 1px solid #e1e1e1; padding-bottom: 20px; margin-bottom: 25px; } .checkout__form p { column-rule: #b2b2b2; } .checkout__input { margin-bottom: 24px; } .checkout__input p { color: var(--text-color); margin-bottom: 20px; } .checkout__input p span { color: var(--accent-color); } .checkout__input input { width: 100%; height: 46px; border: 1px solid var(--primary-color); padding-left: 20px; font-size: 16px; border-radius: 4px; } .checkout__input input.checkout__input__add { margin-bottom: 20px; } .checkout__order { background: #f5f5f5; padding: 40px; padding-top: 30px; } .checkout__order h4 { color: var(--text-color); font-weight: 700; border-bottom: 1px solid #e1e1e1; padding-bottom: 20px; margin-bottom: 20px; } .checkout__order .checkout__order__products { font-size: 18px; color: var(--text-color); font-weight: 700; margin-bottom: 10px; } .checkout__order .checkout__order__products span { float: right; } .checkout__order ul { margin-bottom: 12px; } .checkout__order ul li a, .checkout__order ul li span { font-size: 16px; color: #6f6f6f; line-height: 40px; } .checkout__order ul li a { display: inline-block; width: 60% !important; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; } .checkout__order ul li a:hover { color: var(--accent-color); } .checkout__order ul li span { font-weight: 700; float: right; } .checkout__order .checkout__order__item__count { font-size: 18px; color: var(--text-color); font-weight: 700; border-top: 1px solid #e1e1e1; border-bottom: 1px solid #e1e1e1; padding-top: 1rem; padding-bottom: 1rem; margin-bottom: 1rem; } .checkout__order .checkout__order__subtotal span, .checkout__order .checkout__order__item__count span { float: right; } .checkout__order .checkout__input__checkbox label { padding-left: 20px; } .checkout__order .checkout__order__total { font-size: 18px; color: var(--text-color); font-weight: 700; border-bottom: 1px solid #e1e1e1; padding-bottom: 1rem; margin-bottom: 25px; } .checkout__order .checkout__order__total span { float: right; color: green; } .checkout__order button { font-size: 18px; letter-spacing: 2px; width: 100%; margin-top: 10px; } /*--------------------- Footer -----------------------*/ .footer { background: #f3f6fa; padding-bottom: 0; } .footer__about { margin-bottom: 30px; } .footer__about ul li { font-size: 16px; color: var(--text-color); line-height: 36px; } .footer__about__logo { margin-bottom: 1rem; } .footer__about__logo a { display: inline-block; } .footer__widget { margin-top: 30px; overflow: hidden; } .footer__widget h6 { color: var(--text-color); font-weight: 700; margin-bottom: 10px; } .footer__widget ul { width: 50%; float: left; } .footer__widget ul li a { color: var(--text-color); font-size: 14px; line-height: 32px; } .footer__widget ul li a:hover { color: var(--accent-color); } .footer__widget p { font-size: 14px; color: var(--text-color); margin-bottom: 30px; } .footer__widget form { position: relative; margin-bottom: 30px; } .footer__widget form input { width: 100%; font-size: 16px; padding-left: 20px; color: var(--text-color); height: 46px; border: 2px solid var(--accent-color); } .footer__widget form button { position: absolute; right: 0; top: 0; padding: 0 26px; height: 100%; } .footer__widget__social a { display: inline-block; height: 41px; width: 41px; font-size: 16px; color: #404040; border: 1px solid #ededed; border-radius: 50%; line-height: 38px; text-align: center; background: var(--white-color); -webkit-transition: all, var(--transition-duration); -moz-transition: all, var(--transition-duration); -ms-transition: all, var(--transition-duration); -o-transition: all, var(--transition-duration); transition: all, var(--transition-duration); margin-right: 10px; } .footer__widget__social a:last-child { margin-right: 0; } .footer__widget__social a:hover { background: var(--accent-color); color: var(--white-color); border-color: var(--white-color); } .footer__copyright { border-top: 1px solid var(--primary-color); padding: 1rem 0; overflow: hidden; margin-top: 20px; } .footer__copyright__text { font-size: 14px; color: var(--text-color); float: left; line-height: 25px; } .footer__copyright__external { float: right; } /*--------------------- Contact -----------------------*/ .contact { padding-top: 80px; padding-bottom: 50px; } .contact__widget { margin-bottom: 30px; } .contact__widget span { font-size: 36px; color: var(--accent-color); } .contact__widget h4 { color: var(--text-color); font-weight: 700; margin-bottom: 6px; margin-top: 18px; } .contact__widget p { color: #666666; margin-bottom: 0; } .contact__widget img { width: 48px; } /*--------------------- Map -----------------------*/ .map { height: 502px; position: relative; padding: 0; border: 1px solid #b2b2b2; } .map iframe { width: 100%; } .map .map-inside { position: absolute; left: 51.5%; top: 130px; -webkit-transform: translateX(-175px); -ms-transform: translateX(-175px); transform: translateX(-175px); } .map .map-inside .inside-widget { width: 300px; background-color: var(--white-color); text-align: center; padding: 1rem 0; position: relative; z-index: 1; border-radius: 15px; -webkit-box-shadow: 0 0 20px 5px rgba(12, 7, 26, 0.15); box-shadow: 0 0 20px 5px rgba(12, 7, 26, 0.15); } .map .map-inside .inside-widget:after { position: absolute; left: 50%; bottom: -30px; -webkit-transform: translateX(-6px); -ms-transform: translateX(-6px); transform: translateX(-6px); border: 12px solid transparent; border-top: 30px solid var(--white-color); content: ""; z-index: -1; } .map .map-inside .inside-widget h4 { font-size: 22px; font-weight: 700; color: #1c1c1c; margin-bottom: 4px; } .map .map-inside .inside-widget ul li { list-style: none; font-size: 16px; color: #666666; line-height: 26px; } /*--------------------- Contact Form -----------------------*/ .contact__form__title { margin-bottom: 50px; text-align: center; } .contact__form__title h2 { color: var(--text-color); font-weight: 700; } .contact-form { padding-top: 80px; padding-bottom: 80px; } .contact-form form input { width: 100%; height: 50px; font-size: 16px; color: #6f6f6f; padding-left: 20px; margin-bottom: 30px; border: 1px solid #b2b2b2; border-radius: 4px; } .contact-form form textarea { width: 100%; height: 150px; font-size: 16px; color: #6f6f6f; padding-left: 20px; margin-bottom: 24px; border: 1px solid #b2b2b2; border-radius: 4px; padding-top: 12px; resize: none; } .contact-form form button { font-size: 18px; letter-spacing: 2px; } /*--------------------- Sidebar -----------------------*/ .sidebar__item { width: 100%; min-height: 100vh; padding: 2rem; margin-bottom: 35px; border: 1px solid rgba(0, 0, 0, 0.1); border-radius: 5px; } .sidebar__item h4 { color: var(--text-color); font-weight: 700; margin-bottom: 25px; } .sidebar__item ul li { border-bottom: 1px solid rgba(0, 0, 0, 0.1); cursor: pointer; } .sidebar__item ul li:hover { background: rgba(155, 155, 155, 0.1); } .sidebar__item ul li a { padding: 0.5rem; font-size: 16px; color: var(--text-color); line-height: 39px; display: block; border: none; } .sidebar__item ul li a:hover { color: var(--accent-color); font-weight: bold; } /*--------------------- Price Range -----------------------*/ .range-slider { *zoom: 1; margin: 20px 0; padding-top: 3.5em; position: relative; text-align: center; } .range-slider:before, .range-slider:after { content: " "; display: table; } .range-slider:after { clear: both; } @media (min-width: 640px) { .range-slider { padding-top: 3.5em; } } @media (min-width: 1024px) { .range-slider { padding-top: 3.5em; } } .range-slider .track { bottom: 1rem; height: 6px; left: 0; margin-bottom: -3px; position: absolute; width: 0; z-index: 50; } @media (min-width: 640px) { .range-slider .track { bottom: 1rem; } } @media (min-width: 1024px) { .range-slider .track { bottom: 1rem; } } .range-slider .track--full { background: #aaa; width: 100%; } .range-slider .track--included { background: #f00; border-radius: 3px; } .range-slider .slider-thumb { background: #555; border-radius: 50%; cursor: pointer; display: none; display: block\9; height: 20px; left: 0; position: absolute; width: 20px; z-index: 101; } @media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) { .range-slider .slider-thumb { display: block; } } @media (min-width: 640px) { .range-slider .slider-thumb { height: 20px; width: 20px; } } @media (min-width: 1024px) { .range-slider .slider-thumb { height: 20px; width: 20px; } } .range-slider [type="range"] { -webkit-appearance: none; background: none; height: 20px; margin: 0; outline: none; padding: 0; pointer-events: none; position: relative; width: 100%; z-index: 75; } @media (min-width: 640px) { .range-slider [type="range"] { height: 20px; } } @media (min-width: 1024px) { .range-slider [type="range"] { height: 20px; } } .range-slider [type="range"]:focus { outline: none; } .range-slider [type="range"]::-moz-focus-outer { border: 0; } .range-slider [type="range"]:first-of-type { float: left; margin-bottom: -30px; } @media (min-width: 640px) { .range-slider [type="range"]:first-of-type { margin-bottom: -30px; } } @media (min-width: 1024px) { .range-slider [type="range"]:first-of-type { margin-bottom: -30px; } } .range-slider [type="range"]:last-of-type { float: right; margin-bottom: 0; } .range-slider [type="range"]::-webkit-slider-runnable-track { background: none; border: 0; height: 6px; z-index: -1; } .range-slider [type="range"]::-ms-fill-lower { background: none; border: 0; } .range-slider [type="range"]::-ms-fill-upper { background: none; border: 0; } .range-slider [type="range"]::-ms-track { background: transparent; border: 0; border-color: transparent; color: transparent; height: 6px; z-index: -1; } .range-slider [type="range"]:focus::-ms-fill-lower { background: none; border: 0; } .range-slider [type="range"]:focus::-ms-fill-upper { background: none; border: 0; } .range-slider [type="range"]::-moz-range-track { -moz-appearance: none; background: none; border: 0; height: 6px; z-index: -1; } .range-slider [type="range"]::-webkit-slider-thumb { -webkit-appearance: none; background: #555; border: 0; border-radius: 50%; cursor: pointer; height: 20px; margin-top: -12px; outline: 0; pointer-events: all; position: relative; width: 20px; z-index: 100; } @media (min-width: 640px) { .range-slider [type="range"]::-webkit-slider-thumb { height: 20px; margin-top: -12px; width: 20px; } } @media (min-width: 1024px) { .range-slider [type="range"]::-webkit-slider-thumb { height: 20px; margin-top: -12px; width: 20px; } } .range-slider [type="range"]::-ms-thumb { background: #555; border: 0; border-radius: 50%; cursor: pointer; height: 20px; margin-top: 0; pointer-events: all; position: relative; width: 20px; z-index: 100; } @media (min-width: 640px) { .range-slider [type="range"]::-ms-thumb { height: 20px; width: 20px; } } @media (min-width: 1024px) { .range-slider [type="range"]::-ms-thumb { height: 20px; width: 20px; } } .range-slider [type="range"]::-moz-range-thumb { -moz-appearance: none; background: #555; border: 0; border-radius: 50%; cursor: pointer; height: 20px; margin-top: -12px; pointer-events: all; position: relative; width: 20px; z-index: 100; } @media (min-width: 640px) { .range-slider [type="range"]::-moz-range-thumb { height: 20px; margin-top: -12px; width: 20px; } } @media (min-width: 1024px) { .range-slider [type="range"]::-moz-range-thumb { height: 20px; margin-top: -12px; width: 20px; } } .range-slider .output, .range-slider output { background: var(--white-color); border: 1px solid #aaa; border-radius: 4px; color: #aaa; display: inline-block; height: 2.5em; left: 50%; line-height: 2.5em; padding: 0 0.75em; position: absolute; text-align: center; top: 0; transform: translate(-50%, 0); } /*--------------------- Users -----------------------*/ .user__sidebar a { padding: 0.75rem 1rem; } .user__sidebar a.active { background-color: var(--accent-color); border-color: var(--accent-color); } .user__content { height: 100vh; } .user__content .addrbook__wrapper { height: 50%; overflow: auto; } .user__content .form-floating label { color: var(--accent-color); } .user__content .user__right__side .addr__checkmark { vertical-align: bottom; } .user__content .user__right__side .edit__addr { float: right; } .user__content #profile-form button { float: right; margin-top: 1rem; margin-right: 3.5rem; } .signup_wrapper { padding: 30px 25px; margin: 2rem auto; background: var(--white-color); border-radius: 10px; } .signup_wrapper .form-container { display: flex; flex-direction: column; align-items: center; padding: 2rem 0; } .signup_wrapper .form-container .header-text { font-size: 24px; font-weight: 700; line-height: 28px; margin-bottom: 60px; } .signup_wrapper .form-container .google-button { margin-bottom: 45px; } .signup_wrapper .form-container .form-text { text-transform: uppercase; color: var(--accent-color); position: relative; margin-bottom: 45px; } .signup_wrapper .form-container .form-text::before { content: ""; width: 55px; height: 1px; background: var(--accent-color); position: absolute; left: -80px; top: 50%; } .signup_wrapper .form-container .form-text::after { content: ""; width: 55px; height: 1px; background: var(--accent-color); position: absolute; right: -80px; top: 50%; } .signup_wrapper .form-container .signup_form { display: flex; flex-direction: column; justify-content: center; align-items: center; } .signup_wrapper .form-container .signup_form input[type="text"], .signup_wrapper .form-container .signup_form input[type="email"], .signup_wrapper .form-container .signup_form input[type="password"] { width: 500px; height: 49px; margin-bottom: 30px; outline: none; line-height: 20px; font-size: 16px; padding: 25px 22px; border: 1px solid #d9dced; border-radius: 5px; font-family: inherit; } .signup_wrapper .form-container .signup_form input[type="text"]:focus, .signup_wrapper .form-container .signup_form input[type="email"]:focus, .signup_wrapper .form-container .signup_form input[type="password"]:focus { border: 1px solid #1<PASSWORD>; } .signup_wrapper .form-container .signup_form .site-btn { width: 337px; margin-bottom: 1rem; align-self: center; } .signup_wrapper .have-account { margin-top: 4rem; font-size: 14px; } /*--------------------------------- Responsive Media Quaries -----------------------------*/ @media only screen and (min-width: 1200px) { .mobile__nav { display: none !important; } .container { max-width: 1170px; } .container-fluid { padding: 5rem; } .header__menu { display: flex; flex-direction: row; justify-content: center; } } /* Medium Device = 1200px */ @media only screen and (min-width: 992px) and (max-width: 1199px) { .mobile__nav { display: none !important; } .header__menu ul li { margin-right: 45px; } .hero__search__form { width: 490px; } .hero__search__categories { padding-left: 0 !important; } .hero__categories__all { padding: 10px 25px 10px 20px; } .hero__categories__all span { font-size: 90%; } .hero__categories ul { padding-left: 20px; } .product__details__tab .nav-tabs:before { width: 265px; } .product__details__tab .nav-tabs:after { width: 265px; } .shoping__discount form input { width: 240px; } } @media only screen and (max-width: 991px) { #header-cart-lg { display: none; } .filter__option span { display: none; } .mobile__nav { padding-top: 1rem; min-width: 100%; } .mobile__nav .mobile-nav__item { padding: 0.5rem 1rem; } .mobile__nav .hamburger__open { cursor: pointer; } .hamburger__menu__wrapper { width: 300px; background: var(--white-color); position: fixed; left: -300px; top: 0; height: 100%; overflow-y: auto; z-index: 99; padding: 1rem; padding-top: 2rem; opacity: 0; display: block; -webkit-transition: all, var(--transition-duration); -moz-transition: all, var(--transition-duration); -ms-transition: all, var(--transition-duration); -o-transition: all, var(--transition-duration); transition: all, var(--transition-duration); } .hamburger__menu__wrapper.show__hamburger__menu__wrapper { opacity: 1; left: 0; } .hamburger__menu__logo { margin-bottom: 30px; } .hamburger__menu__logo a { display: inline-block; } .hamburger__menu__wrapper .hamburger__menu__logo, .hamburger__menu__wrapper .hamburger__menu__widget { text-align: center; } .hamburger__menu__wrapper .hamburger__menu__widget .header__top__right__auth { padding-left: 1rem; } .hamburger__menu__contact ul li { font-size: 14px; color: var(--text-color); position: relative; line-height: 30px; } .hamburger__menu__contact ul li i { color: var(--text-color); margin-right: 5px; } .hamburger__menu__widget { margin-bottom: 20px; } .hamburger__menu__widget .header__top__right__language { margin-right: 20px; } .hamburger__menu__wrapper .header__top__right__social { display: block; margin-right: 0; margin-bottom: 20px; } .hamburger__menu__overlay { position: fixed; left: 0; top: 0; height: 100%; width: 100%; background: rgba(0, 0, 0, 0.5); content: ""; z-index: 98; visibility: hidden; -webkit-transition: all, var(--transition-duration); -moz-transition: all, var(--transition-duration); -ms-transition: all, var(--transition-duration); -o-transition: all, var(--transition-duration); transition: all, var(--transition-duration); } .hamburger__menu__overlay.active { visibility: visible; } .header__top { display: none; } .header__cart { text-align: center; padding: 10px 0 24px; } .over_hid { overflow: hidden; } .mobile__menu__body .mobile__category__wrapper .mobile__category__header button { font-size: 14px; font-family: inherit; } .mobile__menu__body .mobile__category__wrapper .accordion-body ul li a { color: var(--text-color); font-size: 14px; font-family: inherit; } .mobile__menu__body .mobile__category__wrapper .accordion-body ul li a:hover { color: var(--accent-color); } .hamburger__menu__contact { position: absolute; bottom: 4rem; left: 0; width: 100%; padding: 0.5rem 1rem; text-align: center; } .header__top__right__social { position: absolute; bottom: 0; left: 0; width: 100%; padding: 0.5rem 1rem; text-align: center; } .header__top__right__social:after { display: none; } } /* Tablet Device = 768px */ @media only screen and (min-width: 768px) and (max-width: 991px) { .hero__categories { margin-bottom: 30px; } .hero__search__form { width: 485px; } .hero__search__categories { padding-left: 0 !important; } .service_area { padding-top: 100px; padding-bottom: 40px; } .filter__item .filter__row span { font-size: 0.75rem; } .filter__sort .nice-select { padding-left: 5px; padding-right: 28px; } .filter__item .filter__row .filter__option span img { width: 25%; } .product__details__quantity { margin-bottom: 10px; } .product__details__text .primary-btn { margin-bottom: 10px; } .product__details__tab .nav-tabs:before { width: 150px; } .product__details__tab .nav-tabs:after { width: 150px; } .header .container { position: relative; } .search__results__card { width: 90%; } } /* Wide Mobile = 480px */ @media only screen and (max-width: 767px) { .header__logo { display: flex; flex-direction: row; justify-content: center; } .header__menu { display: flex; flex-direction: row; justify-content: center; } .hero__categories { margin-bottom: 30px; } .hero__search { display: flex; flex-direction: column; justify-content: center; margin-bottom: 30px; } .hero__search__form { padding-left: 1.5rem; width: 100%; } .hero__search__form form input { width: 100%; } .hero__search__form form .hero__search__categories { display: none; } .search__results__card { width: 100%; } .service_area { padding-top: 60px; padding-bottom: 60px; } .sidebar { display: flex; flex-direction: column; align-items: center; justify-content: center; } .filter__item .filter__row span { font-size: 0.75rem; } .footer__copyright { text-align: center; } .footer__copyright__text { float: none; margin-bottom: 25px; } .footer__copyright__payment { float: none; } .filter__item { text-align: center; } .filter__option { text-align: center; } .product__details__pic { margin-bottom: 40px; } .product__details__tab .nav-tabs:before { display: none; } .product__details__tab .nav-tabs:after { display: none; } .shoping__cart__table { overflow-y: auto; } .shoping__discount form input { margin-bottom: 1rem; } .header .container { position: relative; } .product__details__text { float: none; display: flex; flex-direction: column; justify-content: center; align-items: center; } } /* Small Device = 320px */ @media only screen and (max-width: 479px) { .header__menu li { margin-right: 1rem !important; } .header__menu li a { font-size: 0.75rem !important; } .hero__search__form form .hero__search__categories { display: none; } .hero__search__form form input::placeholder { font-size: 0.72rem; } .filter__item .filter__row span { font-size: 0.75rem; } .filter__item .filter__row .filter__found h6 { font-size: 0.75rem; } .filter__item .filter__row .filter__option span img { width: 25%; } .product__details__text ul li b { width: 100px; } .product__details__tab .nav-tabs li { margin-right: 20px; } .shoping__cart__btns { text-align: center; } .primary-btn.cart-btn.cart-btn-right { float: none; margin-top: 10px; } .shoping__checkout .primary-btn { display: block; text-align: center; padding: 10px 1rem 10px; } .map .map-inside { -webkit-transform: translateX(-125px); -ms-transform: translateX(-125px); transform: translateX(-125px); } .map .map-inside .inside-widget { width: 250px; } .product__details__tab .nav-tabs li { margin-right: 1rem; } .shoping__discount form input { width: 100%; } .checkout__order { padding: 20px; } .signup_wrapper .form-container .header-text { font-size: 1rem; font-weight: 700; line-height: 1.5rem; margin-bottom: 3rem; } .signup_wrapper .form-container .google-button { margin-bottom: 2rem; } .signup_wrapper .form-container .form-text::before { width: 3rem; height: 1px; } .signup_wrapper .form-container .form-text::after { width: 3rem; height: 1px; } .signup_wrapper .form-container .signup_form { display: flex; flex-direction: column; justify-content: center; align-items: center; } .signup_wrapper .form-container .signup_form input[type="text"], .signup_wrapper .form-container .signup_form input[type="email"], .signup_wrapper .form-container .signup_form input[type="password"] { width: 300px; height: 3rem; } .signup_wrapper .form-container .signup_form .site-btn { width: 200px; margin-bottom: 1rem; align-self: center; } .signup_wrapper .have-account { margin-top: 3rem; font-size: 12px; } } .accordion-item { background-color: transparent; } .shop__sidebar__subcategories ul, .shop__sidebar__brand ul { height: 230px; } .shop__sidebar__subcategories ul li, .shop__sidebar__brand ul li { cursor: default; padding-top: 0.5rem; padding-bottom: 0.5rem; } .shop__sidebar__subcategories ul li input, .shop__sidebar__brand ul li input { font-size: 16px; cursor: pointer; } .shop__sidebar__subcategories ul li label, .shop__sidebar__brand ul li label { color: #b7b7b7; font-size: 16px; cursor: pointer; -webkit-transition: all, var(--transition-duration); -o-transition: all, var(--transition-duration); transition: all, var(--transition-duration); } .shop__sidebar__subcategories ul li:hover > label, .shop__sidebar__brand ul li:hover > label { color: #111111; } .shop__sidebar__brand ul { height: auto; } .shop__sidebar__category, .shop__sidebar__size, .shop__sidebar__color { padding-top: 1rem; } .shop__sidebar__category label, .shop__sidebar__size label, .shop__sidebar__color label, .product__details__text ul li label { color: var(--text-color); font-size: 13px; font-weight: 700; background: var(--white-color); padding-left: 10px; padding-right: 10px; display: inline-block; text-transform: uppercase; margin-bottom: 10px; -webkit-transition: all, var(--transition-duration); -o-transition: all, var(--transition-duration); transition: all, var(--transition-duration); cursor: pointer; } .shop__sidebar__category label, .shop__sidebar__size label, .shop__sidebar__color label { padding-top: 5px; padding-bottom: 5px; } .product__details__text ul li label { padding-top: 0; padding-bottom: 0; } .shop__sidebar__category label:hover, .shop__sidebar__size label:hover, .shop__sidebar__color label:hover, .product__details__text ul li label:hover { background: var(--text-color); color: var(--white-color); } .shop__sidebar__category label.active, .shop__sidebar__size label.active, .shop__sidebar__color label.active, .product__details__text ul li label.active { background: var(--text-color); color: var(--white-color); border-color: var(--text-color); } .shop__sidebar__category label input, .shop__sidebar__size label input, .shop__sidebar__color label input, .product__details__text ul li label input { position: absolute; visibility: hidden; } .shop__sidebar__category label i, .shop__sidebar__size label i, .shop__sidebar__color label i, .product__details__text ul li label i { display: none; } .product__details__text ul li .product__color__circle { display: inline-block; position: relative; height: 25px; width: 25px; content: ""; border-radius: 50%; padding: auto; vertical-align: middle; } /* branding carousel test */ #clients { padding: 60px 0; } #clients img { width: 90%; opacity: 0.5; transition: var(--transition-duration); padding: 0 1rem; cursor: pointer; } #clients img:hover { opacity: 1; } #clients .brands__container .slider { width: 100%; height: 100%; position: relative; margin: auto; overflow-x: scroll; overflow-y: hidden; } #clients .brands__container .slider .slide { position: relative; left: 0; flex-wrap: inherit; transform: translateX(0); transition: transform var(--transition-duration) ease-in-out; } .brands__container .slider::-webkit-scrollbar { display: none; } .reviews__area { background: transparent; border-top: 1px solid #eee; padding: 45px 0; } @media (max-width: 414px) { .reviews__area { padding: 50px 8px; } } .reviews__area h4 { margin-bottom: 35px; font-size: 18px; } .reviews__area h5 { font-size: 16px; margin-bottom: 0px; } .reviews__area .reviews__list { padding-bottom: 48px; } .reviews__area .reviews__list:last-child { padding-bottom: 0px; } .reviews__area .reviews__list.left-padding { padding-left: 25px; } @media (max-width: 413px) { .reviews__area .reviews__list .single-review h5 { font-size: 12px; } .reviews__area .reviews__list .single-review .date { font-size: 11px; } .reviews__area .reviews__list .single-review .review { font-size: 10px; } } .user__review { width: 100%; } .reviews__area .thumb { margin-right: 20px; } .reviews__area .thumb img { width: 70px; border-radius: 50%; margin-bottom: 0.5rem; } .reviews__area .date { font-size: 14px; color: #999999; margin-bottom: 0; margin-left: 20px; } .reviews__area .review { margin-bottom: 10px; color: #777777; font-size: 15px; } .reviews__area .btn-reply { background-color: transparent; color: #888888; padding: 5px 18px; font-size: 14px; display: block; font-weight: 400; } .review-form { border-top: 1px solid #eee; padding-top: 45px; margin-top: 50px; margin-bottom: 20px; } .review-form .form-group { margin-bottom: 30px; } .review-form h4 { margin-bottom: 40px; font-size: 18px; line-height: 22px; } .review-form .name { padding-left: 0px; } @media (max-width: 767px) { .review-form .name { padding-right: 0px; margin-bottom: 1rem; } } .review-form .email { padding-right: 0px; } @media (max-width: 991px) { .review-form .email { padding-left: 0px; } } .review-form .form-control { border: 1px solid #f0e9ff; border-radius: 5px; height: 48px; padding-left: 18px; font-size: 13px; background: transparent; } .review-form .form-control:focus { outline: 0; box-shadow: none; } .review-form .form-control::placeholder { font-weight: 300; color: #999999; } .review-form .form-control::placeholder { color: #777777; } .review-form textarea { padding-top: 18px; border-radius: 12px; height: 100% !important; } .review-form ::-webkit-input-placeholder { font-size: 13px; color: #777; } .review-form ::-moz-placeholder { font-size: 13px; color: #777; } .review-form :-ms-input-placeholder { font-size: 13px; color: #777; } .review-form :-moz-placeholder { font-size: 13px; color: #777; } .user__review .desc { width: 100%; } .generic-blockquote { width: 100%; padding: 2.5rem 2rem; background-color: #f9f9ff; border-left: 2px solid var(--accent-color); }
the_good_dollar/static/assets/css/main.css
@import url("https://fonts.googleapis.com/css2?family=Poppins:wght@200;300;400;500&family=Rajdhani:wght@400;500;600;700&display=swap"); /* @import url(./font-awesome.min.css); */ /*--------------------- Global variables -----------------------*/ :root { --primary-color: #ecf0f1; --accent-color: rebeccapurple; --text-color: #222222; --white-color: #ffffff; --light-shadow: 0 5px 15px rgba(0, 0, 0, 0.1); --dark-shadow: 0 5px 15px rgba(0, 0, 0, 0.2); --transition-duration: 250ms; } /*--------------------- Body -----------------------*/ * { box-sizing: border-box; } body { background-color: var(--primary-color); height: 100vh; font-family: "Poppins", sans-serif; -webkit-font-smoothing: antialiased; } h1, h2, h3, h4, h5, h6 { margin: 0; color: var(--text-color); font-weight: 400; font-family: inherit; } h1 { font-size: 70px; } h2 { font-size: 36px; } h3 { font-size: 30px; } h4 { font-size: 24px; } h5 { font-size: 18px; } h6 { font-size: 16px; } p { font-size: 16px; font-family: inherit; color: #6f6f6f; font-weight: 400; line-height: 26px; margin: 0 0 1rem 0; } img { max-width: 100%; } input { color: var(--text-color); } textarea:hover, input:hover, textarea:active, input:active, textarea:focus, input:focus, button:focus, button:active, button:hover, label:focus, .btn:active, .btn.active { outline: 0px !important; -webkit-appearance: none; box-shadow: none !important; } a { text-decoration: none; cursor: pointer; color: var(--text-color); } input::placeholder, textarea::placeholder { color: #b2b2b2; } a:hover, a:focus { outline: none; color: var(--accent-color); } li { list-style: none; } ul, ol { padding: 0; margin: 0; } .form-check-input:checked { background-color: var(--text-color); border-color: var(--text-color); } .section-title { margin-bottom: 50px; text-align: center; } .section-title h2, h3 { color: var(--text-color); position: relative; } .section-title h2 { font-weight: 700; } .section-title h2:after, .section-title h3:after { position: absolute; left: 0; bottom: -1rem; right: 0; height: 4px; width: 80px; background: var(--accent-color); content: ""; margin: 0 auto; } .text-white h1, .text-white h2, .text-white h3, .text-white h4, .text-white h5, .text-white h6, .text-white p, .text-white span, .text-white li, .text-white a { color: var(--white-color); } /* buttons */ .primary-btn { display: inline-block; font-size: 14px; padding: 10px 28px 10px; color: var(--accent-color); text-transform: uppercase; font-weight: 700; background: var(--white-color); letter-spacing: 2px; } .primary-btn:hover { display: inline-block; font-size: 14px; padding: 10px 28px 10px; color: var(--white-color); text-transform: uppercase; font-weight: 700; background: var(--accent-color); letter-spacing: 2px; } .site-btn { min-width: 100px; font-size: 14px; font-weight: 800; text-transform: uppercase; display: inline-block; padding: 13px 30px 12px; background-color: var(--white-color); color: var(--accent-color); border: 2px solid var(--accent-color); } .site-btn:hover { background: var(--accent-color); color: var(--white-color); } .accordion-button:not(.collapsed) { color: var(--accent-color); background-color: rgba(250, 149, 153, 0.1); } .accordion-button:not(.collapsed)::after { background-image: url("data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='rgba(250, 149, 153, 1)'><path fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/></svg>"); } .nav-tabs { border: none; } .nav-tabs .nav-link { color: var(--text-color); font-size: 1.2rem; margin-right: 1rem; margin-bottom: 0; border: none; border-top-left-radius: 0; border-top-right-radius: 0; } .nav-tabs .nav-link:hover { border-bottom: 5px solid #b2b2b2; transition: none; } .nav-tabs .nav-link.active { background-color: transparent; color: var(--text-color); border-top: none; border-left: none; border-right: none; border-bottom: 5px solid var(--accent-color); font-weight: 600; margin-bottom: 3rem; } /*--------------------- Custom classes -----------------------*/ .not-visible { display: none; } .animated-bg { background-image: linear-gradient( to right, #f6f7f8 0%, #edeef1 10%, #f6f7f8 20%, #f6f7f8 100% ); background-size: 200% 100%; animation: bgPos 1s linear infinite; } .animated-bg-text { border-radius: 50px; display: inline-block; margin: 0; height: 10px; width: 100%; } @keyframes bgPos { 0% { background-position: 50% 0; } 100% { background-position: -150% 0; } } li.disabled { cursor: not-allowed; } li.disabled a { pointer-events: none; } /*--------------------- Preloader -----------------------*/ #preloder { position: fixed; width: 100%; height: 100%; display: flex; justify-content: center; align-items: center; top: 0; left: 0; z-index: 999999; background: var(--text-color); } .loader { width: 150px; height: 150px; position: relative; margin-top: -13px; margin-left: -13px; border-radius: 50%; border: 3px solid transparent; animation: spin 2s linear infinite; -webkit-animation: spin 2s linear infinite; } .loader:after { content: ""; position: absolute; top: 1rem; left: 1rem; right: 1rem; bottom: 1rem; border-radius: 50%; border: 3px solid transparent; border-top-color: #ff00ff; -webkit-animation: spin 1.5s linear infinite; animation: spin 1.5s linear infinite; } @keyframes spin { 0% { -webkit-transform: rotate(0deg); transform: rotate(0deg); border: 4px solid #f44336; border-left-color: transparent; } 50% { -webkit-transform: rotate(180deg); transform: rotate(180deg); border: 4px solid #673ab7; border-left-color: transparent; } 100% { -webkit-transform: rotate(360deg); transform: rotate(360deg); border: 4px solid #f44336; border-left-color: transparent; } } @-webkit-keyframes spin { 0% { -webkit-transform: rotate(0deg); border: 4px solid #f44336; border-left-color: transparent; } 50% { -webkit-transform: rotate(180deg); border: 4px solid #673ab7; border-left-color: transparent; } 100% { -webkit-transform: rotate(360deg); border: 4px solid #f44336; border-left-color: transparent; } } #preloader { animation-duration: 1.6s; animation-name: bounce; animation-timing-function: ease-in-out; animation-iteration-count: infinite; } #preloader-eyes { animation-duration: 2s; animation-name: blink; animation-timing-function: ease-in-out; animation-iteration-count: infinite; transform-origin: center center; } @keyframes bounce { 0%, 100% { transform: translateY(-3px); } 50% { transform: translateY(3px); } } @keyframes blink { 90%, 100% { transform: scaleY(1); } 93% { transform: scaleY(0.2); } } /*--------------------- Header -----------------------*/ .header__top { background: var(--white-color); border-bottom: 1px solid rgba(0, 0, 0, 0.1); box-shadow: var(--light-shadow); } .header__top__left { padding: 10px 0 13px; } .header__top__left ul li { font-size: 14px; color: var(--text-color); display: inline-block; margin-right: 45px; position: relative; } .header__top__left ul li:after { position: absolute; right: -25px; top: 1px; height: 20px; width: 1px; background: #000000; opacity: 0.1; content: ""; } .header__top__left ul li:last-child { margin-right: 0; } .header__top__left ul li:last-child:after { display: none; } .header__top__left ul li i { color: var(--accent-color); margin-right: 5px; } .header__top__right { text-align: right; padding: 10px 0 13px; } .header__top__right__social { position: relative; display: inline-block; margin-right: 35px; } .header__top__right__social:after { position: absolute; right: -20px; top: 1px; height: 20px; width: 1px; background: #000000; opacity: 0.1; content: ""; } .header__top__right__social a { font-size: 14px; display: inline-block; color: var(--text-color); margin-right: 20px; } .header__top__right__social a:hover { color: var(--accent-color); } .header__top__right__social a:last-child { margin-right: 0; } .header__top__right__language { position: relative; display: inline-block; margin-right: 40px; cursor: pointer; } .header__top__right__language:hover ul { background: none; top: 23px; opacity: 1; visibility: visible; } .header__top__right__language:after { position: absolute; right: -21px; top: 1px; height: 20px; width: 1px; background: #000000; opacity: 0.1; content: ""; } .header__top__right__language img { margin-right: 6px; width: 24px; } .header__top__right__language div { font-size: 14px; color: var(--text-color); display: inline-block; margin-right: 4px; } .header__top__right__language span { font-size: 14px; color: var(--text-color); position: relative; top: 2px; } .header__top__right__language ul { background: none; width: 110px; text-align: center; padding: 5px 0; position: absolute; left: 0; top: 43px; z-index: 9; opacity: 0; visibility: hidden; -webkit-transition: all, var(--transition-duration); -moz-transition: all, var(--transition-duration); -ms-transition: all, var(--transition-duration); -o-transition: all, var(--transition-duration); transition: all, var(--transition-duration); } .header__top__right__language ul li { background: var(--primary-color); border: 1px solid rgba(0, 0, 0, 0.1); } .header__top__right__language ul li:hover { background: #d3d3d3; } .header__top__right__language ul li a { font-size: 14px; color: var(--text-color); padding: 5px 10px; } .header__top__right__auth { display: inline-block; } .header__top__right__auth a { display: block; padding: 0.3rem; font-size: 14px; color: var(--text-color); } .header__top__right__auth a:hover { background-color: rgba(0, 0, 0, 0.1); color: var(--accent-color); } .header__top__right__auth a i { margin-right: 6px; } .header__logo { padding: 0; } .header__logo a { display: inline-block; } .header__menu { display: flex; flex-direction: row; justify-content: center; padding: 24px 0; } .header__menu ul li { display: inline-block; margin-right: 50px; position: relative; } .header__menu ul li .header__menu__dropdown { position: absolute; left: 0; top: 50px; background: var(--primary-color); border: 1px solid var(--accent-color); width: 180px; z-index: 9; margin-bottom: 1rem; padding: 5px 0; -webkit-transition: all, var(--transition-duration); -moz-transition: all, var(--transition-duration); -ms-transition: all, var(--transition-duration); -o-transition: all, var(--transition-duration); transition: all, var(--transition-duration); opacity: 0; visibility: hidden; } .header__menu ul li .header__menu__dropdown li { margin-right: 0; display: block; } .header__menu ul li .header__menu__dropdown li:hover > a { color: var(--accent-color); } .header__menu ul li .header__menu__dropdown li a { text-transform: capitalize; color: var(--text-color); font-weight: 400; padding: 5px 1rem; } .header__menu ul li.active a { color: var(--accent-color); } .header__menu ul li:hover .header__menu__dropdown { top: 30px; opacity: 1; visibility: visible; } .header__menu ul li:hover > a { color: var(--accent-color); } .header__menu ul li:last-child { margin-right: 0; } .header__menu ul li a { font-size: 14px; color: var(--text-color); text-transform: uppercase; font-weight: 700; letter-spacing: 2px; -webkit-transition: all, var(--transition-duration); -moz-transition: all, var(--transition-duration); -ms-transition: all, var(--transition-duration); -o-transition: all, var(--transition-duration); transition: all, var(--transition-duration); padding: 5px 0; display: block; } .header__cart { text-align: right; padding: 24px 0; } .header__cart ul { display: inline-block; margin-right: 25px; } .header__cart ul li { display: inline-block; margin-right: 1rem; } .header__cart ul li:last-child { margin-right: 0; } .header__cart ul li a { position: relative; } .header__cart ul li a span { height: 0.8rem; width: 0.8rem; background: var(--accent-color); font-family: inherit; font-size: 12px; color: var(--white-color); line-height: 13px; text-align: center; font-weight: 600; display: inline-block; border-radius: 50%; position: absolute; top: -6px; right: -7px; } .hamburger__menu__wrapper { display: none; } .header__navbar { z-index: 1; margin-bottom: 2rem; } .sticky__navbar { position: fixed; top: -100px; left: 0; right: 0; display: flex; justify-content: center; align-items: center; background-color: rgba(255, 255, 255, 0.5); box-shadow: 0 0 5px rgba(0, 0, 0, 0.3); transform: translateY(100px); transition: transform var(--transition-duration) linear; } /*-------------------------------------------------------------- # Back to top button --------------------------------------------------------------*/ .back-to-top { position: fixed; visibility: hidden; opacity: 0; right: 15px; bottom: 15px; z-index: 996; background: var(--accent-color); width: 40px; height: 40px; border-radius: 50px; transition: all var(--transition-duration); } .back-to-top i { font-size: 24px; color: var(--white-color); line-height: 0; } .back-to-top:hover { background: var(--text-color); color: var(--white-color); } .back-to-top.active { visibility: visible; opacity: 1; } /*--------------------- Hero -----------------------*/ .hero.hero-normal { padding-bottom: 30px; } .hero.hero-normal .hero__categories { position: relative; } .hero.hero-normal .hero__search { margin-bottom: 0; } .hero__categories__all { background-color: var(--white-color); position: relative; border: 1px solid var(--accent-color); border-radius: 5px 5px 2px 2px; padding: 10px 25px 10px 40px; cursor: pointer; } .hero__categories__all:hover { background: var(--accent-color); } .hero__categories__all:hover > span { color: var(--primary-color); } .hero__categories__all i { font-size: 16px; color: var(--accent-color); margin-right: 10px; } .hero__categories__all:hover > span { color: var(--primary-color); } .hero__categories__all:hover > i { color: var(--primary-color); } .hero__categories ul { position: absolute; left: 0; top: 46px; width: 100%; z-index: 9; background-color: rgba(0, 0, 0, 0.1); padding-left: 40px; padding-top: 10px; padding-bottom: 12px; border: 1px solid var(--accent-color); border-top: none; border-radius: 0 0 5px 5px; } .hero__categories ul li:hover > a { color: var(--accent-color); } .hero__categories ul li a { font-size: 16px; color: var(--text-color); line-height: 39px; display: block; } .hero__search { overflow: hidden; margin-bottom: 30px; } .hero__search__form { width: 560px; height: 50px; border: none; position: relative; padding-left: 0.3rem; float: left; border: 1px solid var(--accent-color); border-radius: 25px 25px 25px 25px; overflow: hidden; } .hero__search__form form .hero__search__categories { width: 30%; float: left; font-size: 16px; color: var(--text-color); font-weight: 700; padding-left: 18px; padding-top: 11px; position: relative; border: none; } .hero__search__form form .hero__search__categories .custom-select { width: 100%; font-size: 0.875rem; vertical-align: middle; padding-left: 0.5rem; background: var(--primary-color) url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 4 5'%3e%3cpath fill='%23343a40' d='M2 0L0 2h4zm0 5L0 3h4z'/%3e%3c/svg%3e") no-repeat right 1.1875rem center/8px 10px; border: none; -webkit-appearance: none; -moz-appearance: none; appearance: none; overflow: hidden; cursor: pointer; } .hero__search__form .search__input { position: absolute; top: 0; width: 70%; height: 100%; font-size: 16px; padding-left: 20px; border: none; } .hero__search__form button { overflow: hidden; position: relative; float: right; border: none; border-left: 1px solid var(--accent-color); width: 100px; cursor: pointer; line-height: 3; color: var(--accent-color); text-transform: uppercase; opacity: 1; background: inherit; } .hero__search__form button:hover { color: var(--primary-color); background: var(--accent-color); } .hero__search__form button:active, .hero__search__form button:focus { background: var(--accent-color); color: var(--primary-color); } .hero__search__form button::-moz-focus-inner { border: 0; padding: 0; } .search__results__card { width: 65%; box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.3); transition: var(--transition-duration); border-radius: 7px; padding: 1rem 2rem; } .search__results__card a .row:hover { background-color: rgba(155, 155, 155, 0.1); } .search__results__card .product__img { width: 50px; height: 50px; } .hero__item { height: 431px; display: flex; align-items: center; padding-left: 75px; } .hero__text span { font-size: 14px; text-transform: uppercase; font-weight: 700; letter-spacing: 4px; color: var(--accent-color); } .hero__text h2 { font-size: 46px; color: var(--text-color); line-height: 52px; font-weight: 700; margin: 10px 0; } .hero__text p { margin-bottom: 35px; } /*--------------------- Main Page -----------------------*/ .main__container { width: 100%; min-height: 100%; padding: 5rem 0; } .banner__carousel { position: relative; box-shadow: 0 5px 15px rgba(0, 0, 0, 0.2); height: 70%; width: 100%; overflow: hidden; } .banner__carousel .image-container { width: 100%; height: 100%; display: flex; transform: translateX(0); transition: transform var(--transition-duration) ease-in-out; } .image-container img { width: 100%; height: 100%; object-fit: cover; } .pub__wrapper { margin: 5rem 0 1rem 0; width: 100%; padding: 2rem 1rem; } .pub__card { padding: 1rem; margin-bottom: 1rem; } .pub__card img { width: 70%; align-self: center; } .pub__card p { margin-top: 1rem; text-align: center; } .pub__card a { text-align: end; } .featured__wrapper { padding: 2rem 1rem; } .featured__wrapper .featured__title { padding-bottom: 2rem; } .featured__wrapper .slider { width: 100%; height: 100%; position: relative; margin: auto; overflow-x: scroll; overflow-y: hidden; } .featured__wrapper .slider::-webkit-scrollbar { display: none; } .featured__wrapper .slider .slide { position: relative; left: 0; flex-wrap: inherit; transform: translateX(0); transition: transform var(--transition-duration) ease-in-out; } .featured__wrapper .slider .item:last-child { margin-right: 0; } .brands__container .slider { padding: 3rem 1rem; display: flex; justify-content: space-between; align-items: center; } .featured__wrapper .ctrl-btn, .brands__container .ctrl-btn { position: absolute; top: 85%; min-width: 50px; min-height: 50px; margin-top: -27.5px; font-weight: 600; text-align: center; cursor: pointer; background-color: var(--white-color); opacity: 0.5; border: 1px solid var(--accent-color); border-radius: 50%; transition-duration: 250ms; } .featured__wrapper .ctrl-btn:hover, .brands__container .ctrl-btn:hover { opacity: 1; box-shadow: var(--dark-shadow); } .brand__wrapper { display: flex; justify-content: center; align-items: center; margin-bottom: 1rem; } .featured__wrapper .ctrl-btn.pro-prev, .brands__container .ctrl-btn.brand-prev { left: 0; } .featured__wrapper .ctrl-btn.pro-next, .brands__container .ctrl-btn.brand-next { right: 0; } /* service area */ .service_area { padding-top: 241px; padding-bottom: 106px; } .service_area .single_service { padding: 70px 25px 65px 25px; background-color: var(--white-color); -webkit-border-radius: 10px; -moz-border-radius: 10px; border-radius: 10px; margin-bottom: 30px; cursor: pointer; box-shadow: var(--light-shadow); -webkit-transition: var(--transition-duration); -moz-transition: var(--transition-duration); -o-transition: var(--transition-duration); transition: var(--transition-duration); } .service_area .single_service .service_thumb { height: 140px; width: 160px; background-repeat: no-repeat; background-size: 100% 100%; margin: auto; } .service_area .single_service .service_thumb .service_icon img { width: auto; } .service_area .single_service .service_content h3 { font-size: 1.5rem; font-weight: 600; margin-top: 43px; margin-bottom: 22px; } .service_area .single_service .service_content p { margin-bottom: 0; -webkit-line-clamp: 4; -webkit-box-orient: vertical; overflow: hidden; text-overflow: ellipsis; display: -webkit-box !important; } .service_area .single_service:hover { -webkit-box-shadow: 0px 16px 35px 0px rgba(0, 0, 2, 0.2); -moz-box-shadow: 0px 16px 35px 0px rgba(0, 0, 2, 0.2); box-shadow: 0px 16px 35px 0px rgba(0, 0, 2, 0.2); } /*--------------------- Shop Grid -----------------------*/ .spinner-border { color: rebeccapurple; } .product_cards .card { background-color: transparent; margin-bottom: 2rem; border: 1px solid rgba(0, 0, 0, 0.1); } .product_cards .card.add__fav .wrapper .info__product .actions .action.card__wishlist, .product_cards .card.add__fav .product__listview .info__product .actions .action.card__wishlist { transform: rotateX(360deg) scale(1.2); } .product_cards .card.add__fav .wrapper .info__product .actions .action.card__wishlist svg path, .product_cards .card.add__fav .wrapper .info__product .actions .action.card__wishlist svg circle, .product_cards .card.add__fav .product__listview .info__product .actions .action.card__wishlist svg path, .product_cards .card.add__fav .product__listview .info__product .actions .action.card__wishlist svg circle { fill: var(--white-color); transition-delay: var(--transition-duration); } .product_cards .card.add__cart .wrapper .info__product .actions .action.card__cart .in__cart, .product_cards .card.add__cart .product__listview .info__product .actions .action.card__cart .in__cart { transform: scale(1); } .product_cards .card.add__cart .wrapper .info__product .actions .action.card__cart .out__cart, .product_cards .card.add__cart .product__listview .info__product .actions .action.card__cart .out__cart { transform: scale(0); } .product_cards .card .wrapper, .product_cards .card .product__listview { background-color: var(--white-color); margin: 1rem 0 1rem 0rem; padding-top: 300px; box-sizing: border-box; position: relative; box-shadow: 0 0 20px 10px rgba(29, 29, 29, 0.2); transition: ease all var(--transition-duration); border-radius: 5px; } .product_cards .card .wrapper:hover, .product_cards .card .product__listview:hover { transform: translateY(-10px); } .product_cards .card .wrapper .color__category, .product_cards .card .product__listview .color__category { display: block; position: absolute; top: 0; left: 0; width: 100%; height: 200px; border: none; border-radius: 5px 5px 0 0; } .product_cards .card .wrapper .img__product, .product_cards .card .product__listview .img__product, .product_cards .card .wrapper .img__product, .product_cards .card .product__listview .img__ready { position: absolute; bottom: calc(100% - 300px); width: 100%; height: 280px; transition: ease all var(--transition-duration); } .product_cards .card .wrapper .img__ready, .product_cards .card .product__listview .img__ready { background-size: contain; background-position: center bottom; background-repeat: no-repeat; } .product_cards .card .wrapper:hover .img__ready { height: 350px; } .product_cards .card .wrapper .info__product, .product_cards .card .product__listview .info__product { background-color: var(--white-color); display: flex; flex-direction: column; flex-wrap: nowrap; align-items: center; justify-content: center; align-content: center; height: 170px; padding: 1rem; box-sizing: border-box; border-radius: 5px; } .product_cards .card .wrapper .info__product p, .product_cards .card .product__listview .info__product p { width: 100%; font-size: 14px; text-align: center; } .product__header__text { width: 100%; } .product_cards .card .wrapper .info__product .product__name, .product_cards .card .product__listview .info__product .product__name, .product_cards .card .product__listview .info__product .product__description { font-family: inherit; margin-bottom: 10px; width: 100%; padding-top: 1rem; font-size: 1rem; -webkit-line-clamp: 2; -webkit-box-orient: vertical; overflow: hidden; text-overflow: ellipsis; display: -webkit-box !important; } .product_cards .card .wrapper .info__product .product__name a, .product_cards .card .product__listview .info__product .product__name a { font-weight: 600; } .product_cards .card .wrapper .info__product .product__description { display: none; } .product_cards .card .wrapper .info__product .actions, .product_cards .card .product__listview .info__product .actions { display: flex; flex-direction: row; flex-wrap: wrap; align-items: center; justify-content: space-between; align-content: center; width: 100%; margin-top: auto; padding-top: 10px; } .product_cards .card .wrapper .info__product .actions .price__group, .product_cards .card .product__listview .info__product .actions .price__group { flex-grow: 1; position: relative; } .product_cards .card .wrapper .info__product .actions .price__group .product__price, .product_cards .card .product__listview .info__product .actions .price__group .product__price { font-family: inherit; color: var(--text-color); font-size: 25px; font-weight: 600; text-align: left; padding-top: 1rem; } .product_cards .card .wrapper .info__product .actions .price__group .price__offer, .product_cards .card .product__listview .info__product .actions .price__group .price__offer { position: absolute; left: 0; top: -25px; width: 50%; color: var(--accent-color); font-size: 1rem; } .product_cards .card .product__listview .info__product .actions .price__group .product__price { width: 15%; } .product_cards .card .wrapper .info__product .actions .price__group .product__price .price__offer:before, .product_cards .card .product__listview .info__product .actions .price__group .product__price .price__offer:before { font-size: 12px; } .product_cards .card .wrapper .info__product .actions .price__group .product__price:before, .product_cards .card .product__listview .info__product .actions .price__group .product__price:before { font-size: 20px; } .product_cards .card .wrapper .info__product .actions .action, .product_cards .card .product__listview .info__product .actions .action { display: flex; flex-direction: row; flex-wrap: wrap; align-items: center; justify-content: center; align-content: center; margin-left: 1rem; width: 35px; height: 35px; position: relative; transition: cubic-bezier(0.68, -0.55, 0.27, 1.55) all var(--transition-duration); cursor: pointer; color: var(--text-color); } .product_cards .card .wrapper .info__product .actions .action svg, .product_cards .card .product__listview .info__product .actions .action svg { position: absolute; transition: cubic-bezier(0.68, -0.55, 0.27, 1.55) all var(--transition-duration); } .product_cards .card .wrapper .info__product .actions .action svg path, .product_cards .card .wrapper .info__product .actions .action svg circle, .product_cards .card .product__listview .info__product .actions .action svg path, .product_cards .card .product__listview .info__product .actions .action svg circle { stroke: currentColor; fill: transparent; transition: ease all var(--transition-duration); } .product_cards .card .wrapper .info__product .actions .action.card__wishlist, .product_cards .card .product__listview .info__product .actions .action.card__wishlist { position: absolute; top: 20px; right: 20px; z-index: 1; width: 25px; height: 25px; color: var(--primary-color); } .product_cards .card .wrapper .info__product .actions .in__cart, .product_cards .card .product__listview .info__product .actions .in__cart { width: 130%; } .product_cards .card .wrapper .info__product .actions .in__cart { color: green; } .product_cards .card .wrapper .info__product .actions .action.card__cart svg.in__cart, .product_cards .card .product__listview .info__product .actions .action.card__cart svg.in__cart { transform: scale(0); } .product_cards .card .product__listview { padding-top: 100px; height: 100%; } .product_cards .card .product__listview:hover .img__product { height: 100%; } .product_cards .card .product__listview .color__category { left: auto; right: 0; width: auto; min-width: 4rem; height: 100%; } .product_cards .card .product__listview .img__product { background-position: center top; background-repeat: no-repeat; position: absolute; top: 0; left: 0; bottom: calc(100% - 200px); width: 25%; height: 65%; } .product_cards .card .product__listview .info__product p { text-align: unset; } .product_cards .card .product__listview .info__product .product__header__text { position: absolute; top: 10%; left: 25%; padding: 1rem; height: 55%; width: 65%; } .product_cards .card .product__listview .info__product .actions .out__cart { color: var(--primary-color); } .product_cards .card .product__listview .info__product .actions .in__cart { color: var(--primary-color); } .product_cards .no__data { width: 100%; display: flex; flex-direction: column; justify-content: center; align-items: center; } .filter__item { padding: 0.5rem 0 0.5rem 0; background: rgba(0, 0, 0, 0.1); border-radius: 10px; margin-bottom: 2rem; border: none; box-shadow: 2px 4px 10px rgba(0, 0, 0, 0.2); } .filter__item .filter__row { padding: 0 1rem 0 1rem; align-items: center; } .filter__sort span { font-size: 16px; color: var(--text-color); display: inline-block; } .filter__sort .nice__select { background-color: var(--white-color); border-radius: 0; border: none; display: inline-block; float: none; height: 0; line-height: 0; padding-left: 18px; padding-right: 30px; font-size: 16px; color: var(--text-color); font-weight: 700; cursor: pointer; } .filter__sort .nice-select span { color: var(--text-color); } .filter__sort .nice-select:after { border-bottom: 1.5px solid var(--text-color); border-right: 1.5px solid var(--text-color); height: 8px; margin-top: 0; right: 16px; width: 8px; top: -5px; } .filter__sort .nice-select.open .list { opacity: 1; pointer-events: auto; -webkit-transform: scale(1) translateY(0); -ms-transform: scale(1) translateY(0); transform: scale(1) translateY(0); } .filter__sort .nice-select .list { border-radius: 0; margin-top: 0; top: 1rem; } .filter__sort .nice-select .option { line-height: 30px; min-height: 30px; } .filter__found { text-align: center; } .filter__found h6 span { font-weight: 700; margin-right: 5px; } .filter__option { text-align: right; } .filter__option span { margin-right: 1rem; cursor: pointer; -webkit-transition: all, var(--transition-duration); -moz-transition: all, var(--transition-duration); -ms-transition: all, var(--transition-duration); -o-transition: all, var(--transition-duration); transition: all, var(--transition-duration); opacity: 0.4; } .filter__option .active { opacity: 1; } .filter__option span:hover { opacity: 1; } .filter__option span:last-child { margin: 0; } .filter__option span:hover { color: var(--accent-color); } .product__item { margin-bottom: 50px; } .product__item__pic { height: 270px; position: relative; overflow: hidden; } .product__item__text { text-align: center; padding-top: 1rem; } .product__item__text h6 { margin-bottom: 10px; } .product__item__text h6 a { color: var(--text-color); } .product__item__text h5 { color: var(--text-color); font-weight: 700; } /*--------------------- Shop Details -----------------------*/ .product-details { padding-top: 80px; } .product__details__pic__item { margin-bottom: 20px; position: relative; } .product__details__pic__item img { min-width: 100%; } .product__details__pic__item #large-img { background-color: var(--white-color); background-repeat: no-repeat; width: 100px; height: 100px; box-shadow: 0 5px 10px -2px rgba(0, 0, 0, 0.3); pointer-events: none; position: absolute; border: 4px solid var(--white-color); z-index: 99; border-radius: 100%; display: block; opacity: 0; transform: scale(1.7); transition: opacity var(--transition-duration); } .product__details__pic__item:hover #large-img, .product__details__pic__item:active #large-img { opacity: 1; } .product__details__text { float: right; word-wrap: break-word; text-align: justify; text-justify: inter-word; } .product__details__text h3 { color: var(--text-color); font-weight: 700; margin-bottom: 16px; } .product__details__text .product__details__rating { font-size: 14px; margin-bottom: 12px; } .product__details__text .product__details__rating i { margin-right: -2px; color: #edbb0e; } .product__details__text .product__details__rating span { color: #dd2222; margin-left: 4px; } .product__details__text .product__details__price { font-size: 30px; color: #dd2222; font-weight: 600; margin-bottom: 1rem; } .product__details__text p { margin-bottom: 45px; } .product__details__text .primary-btn { padding: 16px 28px 14px; margin-right: 6px; margin-bottom: 5px; } .product__details__text ul { border-top: 1px solid var(--primary-color); padding-top: 40px; margin-top: 50px; } .product__details__text ul li { font-size: 16px; color: var(--text-color); line-height: 36px; padding: 0.5rem 0; } .product__details__text ul li b { font-weight: 700; width: 170px; display: inline-block; } .product__details__text ul li span samp { color: #dd2222; } .product__details__text ul li .share { display: inline-block; } .product__details__text ul li .share a { display: inline-block; font-size: 1rem; color: var(--text-color); margin-right: 25px; } .product__details__text ul li .share a:hover { color: var(--accent-color); } .product__details__text ul li .share a:last-child { margin-right: 0; } .pro-qty { width: 140px; height: 50px; display: inline-block; position: relative; text-align: center; background: #f5f5f5; margin-bottom: 5px; } .pro-qty input { height: 100%; width: 100%; font-size: 16px; color: #6f6f6f; width: 50px; border: none; background: #f5f5f5; text-align: center; } .pro-qty .qtybtn { width: 35px; font-size: 16px; color: #6f6f6f; cursor: pointer; display: inline-block; } .product__detail__tabs { margin: 2rem 0; border-radius: 10px; } .product__detail__tabs .card-body ul { justify-content: center; } .product__detail__tabs .tab-content .tab-pane p { padding: 1rem; } .product__detail__tabs .product__specs { margin: 0 5rem; } .related__products { margin: 2rem 0; } .related__products .product_cards { padding-top: 2rem; } /*--------------------- Shop Cart -----------------------*/ .shoping-cart { padding-top: 80px; padding-bottom: 80px; } .shoping__cart__table { min-height: 40vh; margin-bottom: 30px; padding: 1.5rem; background-color: var(--white-color); } .shoping__cart__table table { width: 100%; text-align: center; } .shoping__cart__table table thead tr { border-bottom: 1px solid var(--primary-color); } .shoping__cart__table table thead th { font-size: 20px; font-weight: 700; color: var(--text-color); padding-bottom: 20px; } .shoping__cart__table table thead th.shoping__product { text-align: left; } .shoping__cart__table table tbody tr td { padding-top: 30px; padding-bottom: 30px; border-bottom: 1px solid var(--primary-color); } .shoping__cart__table table tbody tr .empty__cart { padding: 5rem; border: none; } .shoping__cart__table table tbody tr td i { color: var(--primary-color); padding-bottom: 1rem; } .shoping__cart__table table tbody tr td.shoping__cart__item { width: 630px; text-align: left; } .shoping__cart__table table tbody tr td.shoping__cart__item img { display: inline-block; margin-right: 25px; } .shoping__cart__table table tbody tr td.shoping__cart__item h5 { color: var(--text-color); display: inline-block; } .shoping__cart__table table tbody tr td.shoping__cart__price { font-size: 18px; color: var(--text-color); font-weight: 700; width: 100px; } .shoping__cart__table table tbody tr td.shoping__cart__total { font-size: 18px; color: var(--text-color); font-weight: 700; width: 110px; } .shoping__cart__table table tbody tr td.shoping__cart__item__close { text-align: right; } .shoping__cart__table table tbody tr td.shoping__cart__item__close span { font-size: 24px; color: #b2b2b2; cursor: pointer; } .shoping__cart__table table tbody tr td.shoping__cart__quantity { width: 225px; } .shoping__cart__table table tbody tr td.shoping__cart__quantity .pro-qty { width: 120px; height: 40px; } .shoping__cart__table table tbody tr td.shoping__cart__quantity .pro-qty span { color: #b2b2b2; cursor: pointer; } .shoping__cart__table table tbody tr td.shoping__cart__quantity .pro-qty input { color: var(--text-color); } .shoping__cart__table table tbody tr td.shoping__cart__quantity .pro-qty .qtybtn { width: 1rem; } .primary-btn.cart-btn { color: var(--text-color); padding: 14px 30px 12px; background-color: var(--white-color); } .primary-btn.cart-btn:hover { color: var(--accent-color); } .primary-btn.cart-btn span { font-size: 14px; } .primary-btn.cart-btn.cart-btn-right { float: right; min-width: 200px; } .shoping__checkout { background: var(--white-color); padding: 30px; padding-top: 20px; margin-top: 50px; } .shoping__checkout h5 { color: var(--text-color); font-weight: 700; font-size: 20px; margin-bottom: 28px; } .shoping__checkout ul { margin-bottom: 28px; } .shoping__checkout ul li { font-size: 16px; color: var(--text-color); font-weight: 700; overflow: hidden; border-bottom: 1px solid var(--primary-color); padding-bottom: 13px; margin-bottom: 18px; } .shoping__checkout ul li:last-child { padding-bottom: 0; border-bottom: none; margin-bottom: 0; } .shoping__checkout ul li span { font-size: 18px; float: right; } .shoping__checkout ul li .cart__grand__total { color: green; } .shoping__checkout .primary-btn { display: block; text-align: center; } /*--------------------- Checkout -----------------------*/ .checkout { padding-top: 80px; padding-bottom: 60px; } .checkout h6 { color: #999999; text-align: center; background: #f5f5f5; border-top: 1px solid #6ab963; padding: 12px 0 12px; margin-bottom: 75px; } .checkout h6 span { font-size: 16px; color: #6ab963; margin-right: 5px; } .checkout h6 a { text-decoration: underline; color: #999999; } .checkout__form h4 { color: var(--text-color); font-weight: 700; border-bottom: 1px solid #e1e1e1; padding-bottom: 20px; margin-bottom: 25px; } .checkout__form p { column-rule: #b2b2b2; } .checkout__input { margin-bottom: 24px; } .checkout__input p { color: var(--text-color); margin-bottom: 20px; } .checkout__input p span { color: var(--accent-color); } .checkout__input input { width: 100%; height: 46px; border: 1px solid var(--primary-color); padding-left: 20px; font-size: 16px; border-radius: 4px; } .checkout__input input.checkout__input__add { margin-bottom: 20px; } .checkout__order { background: #f5f5f5; padding: 40px; padding-top: 30px; } .checkout__order h4 { color: var(--text-color); font-weight: 700; border-bottom: 1px solid #e1e1e1; padding-bottom: 20px; margin-bottom: 20px; } .checkout__order .checkout__order__products { font-size: 18px; color: var(--text-color); font-weight: 700; margin-bottom: 10px; } .checkout__order .checkout__order__products span { float: right; } .checkout__order ul { margin-bottom: 12px; } .checkout__order ul li a, .checkout__order ul li span { font-size: 16px; color: #6f6f6f; line-height: 40px; } .checkout__order ul li a { display: inline-block; width: 60% !important; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; } .checkout__order ul li a:hover { color: var(--accent-color); } .checkout__order ul li span { font-weight: 700; float: right; } .checkout__order .checkout__order__item__count { font-size: 18px; color: var(--text-color); font-weight: 700; border-top: 1px solid #e1e1e1; border-bottom: 1px solid #e1e1e1; padding-top: 1rem; padding-bottom: 1rem; margin-bottom: 1rem; } .checkout__order .checkout__order__subtotal span, .checkout__order .checkout__order__item__count span { float: right; } .checkout__order .checkout__input__checkbox label { padding-left: 20px; } .checkout__order .checkout__order__total { font-size: 18px; color: var(--text-color); font-weight: 700; border-bottom: 1px solid #e1e1e1; padding-bottom: 1rem; margin-bottom: 25px; } .checkout__order .checkout__order__total span { float: right; color: green; } .checkout__order button { font-size: 18px; letter-spacing: 2px; width: 100%; margin-top: 10px; } /*--------------------- Footer -----------------------*/ .footer { background: #f3f6fa; padding-bottom: 0; } .footer__about { margin-bottom: 30px; } .footer__about ul li { font-size: 16px; color: var(--text-color); line-height: 36px; } .footer__about__logo { margin-bottom: 1rem; } .footer__about__logo a { display: inline-block; } .footer__widget { margin-top: 30px; overflow: hidden; } .footer__widget h6 { color: var(--text-color); font-weight: 700; margin-bottom: 10px; } .footer__widget ul { width: 50%; float: left; } .footer__widget ul li a { color: var(--text-color); font-size: 14px; line-height: 32px; } .footer__widget ul li a:hover { color: var(--accent-color); } .footer__widget p { font-size: 14px; color: var(--text-color); margin-bottom: 30px; } .footer__widget form { position: relative; margin-bottom: 30px; } .footer__widget form input { width: 100%; font-size: 16px; padding-left: 20px; color: var(--text-color); height: 46px; border: 2px solid var(--accent-color); } .footer__widget form button { position: absolute; right: 0; top: 0; padding: 0 26px; height: 100%; } .footer__widget__social a { display: inline-block; height: 41px; width: 41px; font-size: 16px; color: #404040; border: 1px solid #ededed; border-radius: 50%; line-height: 38px; text-align: center; background: var(--white-color); -webkit-transition: all, var(--transition-duration); -moz-transition: all, var(--transition-duration); -ms-transition: all, var(--transition-duration); -o-transition: all, var(--transition-duration); transition: all, var(--transition-duration); margin-right: 10px; } .footer__widget__social a:last-child { margin-right: 0; } .footer__widget__social a:hover { background: var(--accent-color); color: var(--white-color); border-color: var(--white-color); } .footer__copyright { border-top: 1px solid var(--primary-color); padding: 1rem 0; overflow: hidden; margin-top: 20px; } .footer__copyright__text { font-size: 14px; color: var(--text-color); float: left; line-height: 25px; } .footer__copyright__external { float: right; } /*--------------------- Contact -----------------------*/ .contact { padding-top: 80px; padding-bottom: 50px; } .contact__widget { margin-bottom: 30px; } .contact__widget span { font-size: 36px; color: var(--accent-color); } .contact__widget h4 { color: var(--text-color); font-weight: 700; margin-bottom: 6px; margin-top: 18px; } .contact__widget p { color: #666666; margin-bottom: 0; } .contact__widget img { width: 48px; } /*--------------------- Map -----------------------*/ .map { height: 502px; position: relative; padding: 0; border: 1px solid #b2b2b2; } .map iframe { width: 100%; } .map .map-inside { position: absolute; left: 51.5%; top: 130px; -webkit-transform: translateX(-175px); -ms-transform: translateX(-175px); transform: translateX(-175px); } .map .map-inside .inside-widget { width: 300px; background-color: var(--white-color); text-align: center; padding: 1rem 0; position: relative; z-index: 1; border-radius: 15px; -webkit-box-shadow: 0 0 20px 5px rgba(12, 7, 26, 0.15); box-shadow: 0 0 20px 5px rgba(12, 7, 26, 0.15); } .map .map-inside .inside-widget:after { position: absolute; left: 50%; bottom: -30px; -webkit-transform: translateX(-6px); -ms-transform: translateX(-6px); transform: translateX(-6px); border: 12px solid transparent; border-top: 30px solid var(--white-color); content: ""; z-index: -1; } .map .map-inside .inside-widget h4 { font-size: 22px; font-weight: 700; color: #1c1c1c; margin-bottom: 4px; } .map .map-inside .inside-widget ul li { list-style: none; font-size: 16px; color: #666666; line-height: 26px; } /*--------------------- Contact Form -----------------------*/ .contact__form__title { margin-bottom: 50px; text-align: center; } .contact__form__title h2 { color: var(--text-color); font-weight: 700; } .contact-form { padding-top: 80px; padding-bottom: 80px; } .contact-form form input { width: 100%; height: 50px; font-size: 16px; color: #6f6f6f; padding-left: 20px; margin-bottom: 30px; border: 1px solid #b2b2b2; border-radius: 4px; } .contact-form form textarea { width: 100%; height: 150px; font-size: 16px; color: #6f6f6f; padding-left: 20px; margin-bottom: 24px; border: 1px solid #b2b2b2; border-radius: 4px; padding-top: 12px; resize: none; } .contact-form form button { font-size: 18px; letter-spacing: 2px; } /*--------------------- Sidebar -----------------------*/ .sidebar__item { width: 100%; min-height: 100vh; padding: 2rem; margin-bottom: 35px; border: 1px solid rgba(0, 0, 0, 0.1); border-radius: 5px; } .sidebar__item h4 { color: var(--text-color); font-weight: 700; margin-bottom: 25px; } .sidebar__item ul li { border-bottom: 1px solid rgba(0, 0, 0, 0.1); cursor: pointer; } .sidebar__item ul li:hover { background: rgba(155, 155, 155, 0.1); } .sidebar__item ul li a { padding: 0.5rem; font-size: 16px; color: var(--text-color); line-height: 39px; display: block; border: none; } .sidebar__item ul li a:hover { color: var(--accent-color); font-weight: bold; } /*--------------------- Price Range -----------------------*/ .range-slider { *zoom: 1; margin: 20px 0; padding-top: 3.5em; position: relative; text-align: center; } .range-slider:before, .range-slider:after { content: " "; display: table; } .range-slider:after { clear: both; } @media (min-width: 640px) { .range-slider { padding-top: 3.5em; } } @media (min-width: 1024px) { .range-slider { padding-top: 3.5em; } } .range-slider .track { bottom: 1rem; height: 6px; left: 0; margin-bottom: -3px; position: absolute; width: 0; z-index: 50; } @media (min-width: 640px) { .range-slider .track { bottom: 1rem; } } @media (min-width: 1024px) { .range-slider .track { bottom: 1rem; } } .range-slider .track--full { background: #aaa; width: 100%; } .range-slider .track--included { background: #f00; border-radius: 3px; } .range-slider .slider-thumb { background: #555; border-radius: 50%; cursor: pointer; display: none; display: block\9; height: 20px; left: 0; position: absolute; width: 20px; z-index: 101; } @media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) { .range-slider .slider-thumb { display: block; } } @media (min-width: 640px) { .range-slider .slider-thumb { height: 20px; width: 20px; } } @media (min-width: 1024px) { .range-slider .slider-thumb { height: 20px; width: 20px; } } .range-slider [type="range"] { -webkit-appearance: none; background: none; height: 20px; margin: 0; outline: none; padding: 0; pointer-events: none; position: relative; width: 100%; z-index: 75; } @media (min-width: 640px) { .range-slider [type="range"] { height: 20px; } } @media (min-width: 1024px) { .range-slider [type="range"] { height: 20px; } } .range-slider [type="range"]:focus { outline: none; } .range-slider [type="range"]::-moz-focus-outer { border: 0; } .range-slider [type="range"]:first-of-type { float: left; margin-bottom: -30px; } @media (min-width: 640px) { .range-slider [type="range"]:first-of-type { margin-bottom: -30px; } } @media (min-width: 1024px) { .range-slider [type="range"]:first-of-type { margin-bottom: -30px; } } .range-slider [type="range"]:last-of-type { float: right; margin-bottom: 0; } .range-slider [type="range"]::-webkit-slider-runnable-track { background: none; border: 0; height: 6px; z-index: -1; } .range-slider [type="range"]::-ms-fill-lower { background: none; border: 0; } .range-slider [type="range"]::-ms-fill-upper { background: none; border: 0; } .range-slider [type="range"]::-ms-track { background: transparent; border: 0; border-color: transparent; color: transparent; height: 6px; z-index: -1; } .range-slider [type="range"]:focus::-ms-fill-lower { background: none; border: 0; } .range-slider [type="range"]:focus::-ms-fill-upper { background: none; border: 0; } .range-slider [type="range"]::-moz-range-track { -moz-appearance: none; background: none; border: 0; height: 6px; z-index: -1; } .range-slider [type="range"]::-webkit-slider-thumb { -webkit-appearance: none; background: #555; border: 0; border-radius: 50%; cursor: pointer; height: 20px; margin-top: -12px; outline: 0; pointer-events: all; position: relative; width: 20px; z-index: 100; } @media (min-width: 640px) { .range-slider [type="range"]::-webkit-slider-thumb { height: 20px; margin-top: -12px; width: 20px; } } @media (min-width: 1024px) { .range-slider [type="range"]::-webkit-slider-thumb { height: 20px; margin-top: -12px; width: 20px; } } .range-slider [type="range"]::-ms-thumb { background: #555; border: 0; border-radius: 50%; cursor: pointer; height: 20px; margin-top: 0; pointer-events: all; position: relative; width: 20px; z-index: 100; } @media (min-width: 640px) { .range-slider [type="range"]::-ms-thumb { height: 20px; width: 20px; } } @media (min-width: 1024px) { .range-slider [type="range"]::-ms-thumb { height: 20px; width: 20px; } } .range-slider [type="range"]::-moz-range-thumb { -moz-appearance: none; background: #555; border: 0; border-radius: 50%; cursor: pointer; height: 20px; margin-top: -12px; pointer-events: all; position: relative; width: 20px; z-index: 100; } @media (min-width: 640px) { .range-slider [type="range"]::-moz-range-thumb { height: 20px; margin-top: -12px; width: 20px; } } @media (min-width: 1024px) { .range-slider [type="range"]::-moz-range-thumb { height: 20px; margin-top: -12px; width: 20px; } } .range-slider .output, .range-slider output { background: var(--white-color); border: 1px solid #aaa; border-radius: 4px; color: #aaa; display: inline-block; height: 2.5em; left: 50%; line-height: 2.5em; padding: 0 0.75em; position: absolute; text-align: center; top: 0; transform: translate(-50%, 0); } /*--------------------- Users -----------------------*/ .user__sidebar a { padding: 0.75rem 1rem; } .user__sidebar a.active { background-color: var(--accent-color); border-color: var(--accent-color); } .user__content { height: 100vh; } .user__content .addrbook__wrapper { height: 50%; overflow: auto; } .user__content .form-floating label { color: var(--accent-color); } .user__content .user__right__side .addr__checkmark { vertical-align: bottom; } .user__content .user__right__side .edit__addr { float: right; } .user__content #profile-form button { float: right; margin-top: 1rem; margin-right: 3.5rem; } .signup_wrapper { padding: 30px 25px; margin: 2rem auto; background: var(--white-color); border-radius: 10px; } .signup_wrapper .form-container { display: flex; flex-direction: column; align-items: center; padding: 2rem 0; } .signup_wrapper .form-container .header-text { font-size: 24px; font-weight: 700; line-height: 28px; margin-bottom: 60px; } .signup_wrapper .form-container .google-button { margin-bottom: 45px; } .signup_wrapper .form-container .form-text { text-transform: uppercase; color: var(--accent-color); position: relative; margin-bottom: 45px; } .signup_wrapper .form-container .form-text::before { content: ""; width: 55px; height: 1px; background: var(--accent-color); position: absolute; left: -80px; top: 50%; } .signup_wrapper .form-container .form-text::after { content: ""; width: 55px; height: 1px; background: var(--accent-color); position: absolute; right: -80px; top: 50%; } .signup_wrapper .form-container .signup_form { display: flex; flex-direction: column; justify-content: center; align-items: center; } .signup_wrapper .form-container .signup_form input[type="text"], .signup_wrapper .form-container .signup_form input[type="email"], .signup_wrapper .form-container .signup_form input[type="password"] { width: 500px; height: 49px; margin-bottom: 30px; outline: none; line-height: 20px; font-size: 16px; padding: 25px 22px; border: 1px solid #d9dced; border-radius: 5px; font-family: inherit; } .signup_wrapper .form-container .signup_form input[type="text"]:focus, .signup_wrapper .form-container .signup_form input[type="email"]:focus, .signup_wrapper .form-container .signup_form input[type="password"]:focus { border: 1px solid #1<PASSWORD>; } .signup_wrapper .form-container .signup_form .site-btn { width: 337px; margin-bottom: 1rem; align-self: center; } .signup_wrapper .have-account { margin-top: 4rem; font-size: 14px; } /*--------------------------------- Responsive Media Quaries -----------------------------*/ @media only screen and (min-width: 1200px) { .mobile__nav { display: none !important; } .container { max-width: 1170px; } .container-fluid { padding: 5rem; } .header__menu { display: flex; flex-direction: row; justify-content: center; } } /* Medium Device = 1200px */ @media only screen and (min-width: 992px) and (max-width: 1199px) { .mobile__nav { display: none !important; } .header__menu ul li { margin-right: 45px; } .hero__search__form { width: 490px; } .hero__search__categories { padding-left: 0 !important; } .hero__categories__all { padding: 10px 25px 10px 20px; } .hero__categories__all span { font-size: 90%; } .hero__categories ul { padding-left: 20px; } .product__details__tab .nav-tabs:before { width: 265px; } .product__details__tab .nav-tabs:after { width: 265px; } .shoping__discount form input { width: 240px; } } @media only screen and (max-width: 991px) { #header-cart-lg { display: none; } .filter__option span { display: none; } .mobile__nav { padding-top: 1rem; min-width: 100%; } .mobile__nav .mobile-nav__item { padding: 0.5rem 1rem; } .mobile__nav .hamburger__open { cursor: pointer; } .hamburger__menu__wrapper { width: 300px; background: var(--white-color); position: fixed; left: -300px; top: 0; height: 100%; overflow-y: auto; z-index: 99; padding: 1rem; padding-top: 2rem; opacity: 0; display: block; -webkit-transition: all, var(--transition-duration); -moz-transition: all, var(--transition-duration); -ms-transition: all, var(--transition-duration); -o-transition: all, var(--transition-duration); transition: all, var(--transition-duration); } .hamburger__menu__wrapper.show__hamburger__menu__wrapper { opacity: 1; left: 0; } .hamburger__menu__logo { margin-bottom: 30px; } .hamburger__menu__logo a { display: inline-block; } .hamburger__menu__wrapper .hamburger__menu__logo, .hamburger__menu__wrapper .hamburger__menu__widget { text-align: center; } .hamburger__menu__wrapper .hamburger__menu__widget .header__top__right__auth { padding-left: 1rem; } .hamburger__menu__contact ul li { font-size: 14px; color: var(--text-color); position: relative; line-height: 30px; } .hamburger__menu__contact ul li i { color: var(--text-color); margin-right: 5px; } .hamburger__menu__widget { margin-bottom: 20px; } .hamburger__menu__widget .header__top__right__language { margin-right: 20px; } .hamburger__menu__wrapper .header__top__right__social { display: block; margin-right: 0; margin-bottom: 20px; } .hamburger__menu__overlay { position: fixed; left: 0; top: 0; height: 100%; width: 100%; background: rgba(0, 0, 0, 0.5); content: ""; z-index: 98; visibility: hidden; -webkit-transition: all, var(--transition-duration); -moz-transition: all, var(--transition-duration); -ms-transition: all, var(--transition-duration); -o-transition: all, var(--transition-duration); transition: all, var(--transition-duration); } .hamburger__menu__overlay.active { visibility: visible; } .header__top { display: none; } .header__cart { text-align: center; padding: 10px 0 24px; } .over_hid { overflow: hidden; } .mobile__menu__body .mobile__category__wrapper .mobile__category__header button { font-size: 14px; font-family: inherit; } .mobile__menu__body .mobile__category__wrapper .accordion-body ul li a { color: var(--text-color); font-size: 14px; font-family: inherit; } .mobile__menu__body .mobile__category__wrapper .accordion-body ul li a:hover { color: var(--accent-color); } .hamburger__menu__contact { position: absolute; bottom: 4rem; left: 0; width: 100%; padding: 0.5rem 1rem; text-align: center; } .header__top__right__social { position: absolute; bottom: 0; left: 0; width: 100%; padding: 0.5rem 1rem; text-align: center; } .header__top__right__social:after { display: none; } } /* Tablet Device = 768px */ @media only screen and (min-width: 768px) and (max-width: 991px) { .hero__categories { margin-bottom: 30px; } .hero__search__form { width: 485px; } .hero__search__categories { padding-left: 0 !important; } .service_area { padding-top: 100px; padding-bottom: 40px; } .filter__item .filter__row span { font-size: 0.75rem; } .filter__sort .nice-select { padding-left: 5px; padding-right: 28px; } .filter__item .filter__row .filter__option span img { width: 25%; } .product__details__quantity { margin-bottom: 10px; } .product__details__text .primary-btn { margin-bottom: 10px; } .product__details__tab .nav-tabs:before { width: 150px; } .product__details__tab .nav-tabs:after { width: 150px; } .header .container { position: relative; } .search__results__card { width: 90%; } } /* Wide Mobile = 480px */ @media only screen and (max-width: 767px) { .header__logo { display: flex; flex-direction: row; justify-content: center; } .header__menu { display: flex; flex-direction: row; justify-content: center; } .hero__categories { margin-bottom: 30px; } .hero__search { display: flex; flex-direction: column; justify-content: center; margin-bottom: 30px; } .hero__search__form { padding-left: 1.5rem; width: 100%; } .hero__search__form form input { width: 100%; } .hero__search__form form .hero__search__categories { display: none; } .search__results__card { width: 100%; } .service_area { padding-top: 60px; padding-bottom: 60px; } .sidebar { display: flex; flex-direction: column; align-items: center; justify-content: center; } .filter__item .filter__row span { font-size: 0.75rem; } .footer__copyright { text-align: center; } .footer__copyright__text { float: none; margin-bottom: 25px; } .footer__copyright__payment { float: none; } .filter__item { text-align: center; } .filter__option { text-align: center; } .product__details__pic { margin-bottom: 40px; } .product__details__tab .nav-tabs:before { display: none; } .product__details__tab .nav-tabs:after { display: none; } .shoping__cart__table { overflow-y: auto; } .shoping__discount form input { margin-bottom: 1rem; } .header .container { position: relative; } .product__details__text { float: none; display: flex; flex-direction: column; justify-content: center; align-items: center; } } /* Small Device = 320px */ @media only screen and (max-width: 479px) { .header__menu li { margin-right: 1rem !important; } .header__menu li a { font-size: 0.75rem !important; } .hero__search__form form .hero__search__categories { display: none; } .hero__search__form form input::placeholder { font-size: 0.72rem; } .filter__item .filter__row span { font-size: 0.75rem; } .filter__item .filter__row .filter__found h6 { font-size: 0.75rem; } .filter__item .filter__row .filter__option span img { width: 25%; } .product__details__text ul li b { width: 100px; } .product__details__tab .nav-tabs li { margin-right: 20px; } .shoping__cart__btns { text-align: center; } .primary-btn.cart-btn.cart-btn-right { float: none; margin-top: 10px; } .shoping__checkout .primary-btn { display: block; text-align: center; padding: 10px 1rem 10px; } .map .map-inside { -webkit-transform: translateX(-125px); -ms-transform: translateX(-125px); transform: translateX(-125px); } .map .map-inside .inside-widget { width: 250px; } .product__details__tab .nav-tabs li { margin-right: 1rem; } .shoping__discount form input { width: 100%; } .checkout__order { padding: 20px; } .signup_wrapper .form-container .header-text { font-size: 1rem; font-weight: 700; line-height: 1.5rem; margin-bottom: 3rem; } .signup_wrapper .form-container .google-button { margin-bottom: 2rem; } .signup_wrapper .form-container .form-text::before { width: 3rem; height: 1px; } .signup_wrapper .form-container .form-text::after { width: 3rem; height: 1px; } .signup_wrapper .form-container .signup_form { display: flex; flex-direction: column; justify-content: center; align-items: center; } .signup_wrapper .form-container .signup_form input[type="text"], .signup_wrapper .form-container .signup_form input[type="email"], .signup_wrapper .form-container .signup_form input[type="password"] { width: 300px; height: 3rem; } .signup_wrapper .form-container .signup_form .site-btn { width: 200px; margin-bottom: 1rem; align-self: center; } .signup_wrapper .have-account { margin-top: 3rem; font-size: 12px; } } .accordion-item { background-color: transparent; } .shop__sidebar__subcategories ul, .shop__sidebar__brand ul { height: 230px; } .shop__sidebar__subcategories ul li, .shop__sidebar__brand ul li { cursor: default; padding-top: 0.5rem; padding-bottom: 0.5rem; } .shop__sidebar__subcategories ul li input, .shop__sidebar__brand ul li input { font-size: 16px; cursor: pointer; } .shop__sidebar__subcategories ul li label, .shop__sidebar__brand ul li label { color: #b7b7b7; font-size: 16px; cursor: pointer; -webkit-transition: all, var(--transition-duration); -o-transition: all, var(--transition-duration); transition: all, var(--transition-duration); } .shop__sidebar__subcategories ul li:hover > label, .shop__sidebar__brand ul li:hover > label { color: #111111; } .shop__sidebar__brand ul { height: auto; } .shop__sidebar__category, .shop__sidebar__size, .shop__sidebar__color { padding-top: 1rem; } .shop__sidebar__category label, .shop__sidebar__size label, .shop__sidebar__color label, .product__details__text ul li label { color: var(--text-color); font-size: 13px; font-weight: 700; background: var(--white-color); padding-left: 10px; padding-right: 10px; display: inline-block; text-transform: uppercase; margin-bottom: 10px; -webkit-transition: all, var(--transition-duration); -o-transition: all, var(--transition-duration); transition: all, var(--transition-duration); cursor: pointer; } .shop__sidebar__category label, .shop__sidebar__size label, .shop__sidebar__color label { padding-top: 5px; padding-bottom: 5px; } .product__details__text ul li label { padding-top: 0; padding-bottom: 0; } .shop__sidebar__category label:hover, .shop__sidebar__size label:hover, .shop__sidebar__color label:hover, .product__details__text ul li label:hover { background: var(--text-color); color: var(--white-color); } .shop__sidebar__category label.active, .shop__sidebar__size label.active, .shop__sidebar__color label.active, .product__details__text ul li label.active { background: var(--text-color); color: var(--white-color); border-color: var(--text-color); } .shop__sidebar__category label input, .shop__sidebar__size label input, .shop__sidebar__color label input, .product__details__text ul li label input { position: absolute; visibility: hidden; } .shop__sidebar__category label i, .shop__sidebar__size label i, .shop__sidebar__color label i, .product__details__text ul li label i { display: none; } .product__details__text ul li .product__color__circle { display: inline-block; position: relative; height: 25px; width: 25px; content: ""; border-radius: 50%; padding: auto; vertical-align: middle; } /* branding carousel test */ #clients { padding: 60px 0; } #clients img { width: 90%; opacity: 0.5; transition: var(--transition-duration); padding: 0 1rem; cursor: pointer; } #clients img:hover { opacity: 1; } #clients .brands__container .slider { width: 100%; height: 100%; position: relative; margin: auto; overflow-x: scroll; overflow-y: hidden; } #clients .brands__container .slider .slide { position: relative; left: 0; flex-wrap: inherit; transform: translateX(0); transition: transform var(--transition-duration) ease-in-out; } .brands__container .slider::-webkit-scrollbar { display: none; } .reviews__area { background: transparent; border-top: 1px solid #eee; padding: 45px 0; } @media (max-width: 414px) { .reviews__area { padding: 50px 8px; } } .reviews__area h4 { margin-bottom: 35px; font-size: 18px; } .reviews__area h5 { font-size: 16px; margin-bottom: 0px; } .reviews__area .reviews__list { padding-bottom: 48px; } .reviews__area .reviews__list:last-child { padding-bottom: 0px; } .reviews__area .reviews__list.left-padding { padding-left: 25px; } @media (max-width: 413px) { .reviews__area .reviews__list .single-review h5 { font-size: 12px; } .reviews__area .reviews__list .single-review .date { font-size: 11px; } .reviews__area .reviews__list .single-review .review { font-size: 10px; } } .user__review { width: 100%; } .reviews__area .thumb { margin-right: 20px; } .reviews__area .thumb img { width: 70px; border-radius: 50%; margin-bottom: 0.5rem; } .reviews__area .date { font-size: 14px; color: #999999; margin-bottom: 0; margin-left: 20px; } .reviews__area .review { margin-bottom: 10px; color: #777777; font-size: 15px; } .reviews__area .btn-reply { background-color: transparent; color: #888888; padding: 5px 18px; font-size: 14px; display: block; font-weight: 400; } .review-form { border-top: 1px solid #eee; padding-top: 45px; margin-top: 50px; margin-bottom: 20px; } .review-form .form-group { margin-bottom: 30px; } .review-form h4 { margin-bottom: 40px; font-size: 18px; line-height: 22px; } .review-form .name { padding-left: 0px; } @media (max-width: 767px) { .review-form .name { padding-right: 0px; margin-bottom: 1rem; } } .review-form .email { padding-right: 0px; } @media (max-width: 991px) { .review-form .email { padding-left: 0px; } } .review-form .form-control { border: 1px solid #f0e9ff; border-radius: 5px; height: 48px; padding-left: 18px; font-size: 13px; background: transparent; } .review-form .form-control:focus { outline: 0; box-shadow: none; } .review-form .form-control::placeholder { font-weight: 300; color: #999999; } .review-form .form-control::placeholder { color: #777777; } .review-form textarea { padding-top: 18px; border-radius: 12px; height: 100% !important; } .review-form ::-webkit-input-placeholder { font-size: 13px; color: #777; } .review-form ::-moz-placeholder { font-size: 13px; color: #777; } .review-form :-ms-input-placeholder { font-size: 13px; color: #777; } .review-form :-moz-placeholder { font-size: 13px; color: #777; } .user__review .desc { width: 100%; } .generic-blockquote { width: 100%; padding: 2.5rem 2rem; background-color: #f9f9ff; border-left: 2px solid var(--accent-color); }
0.372049
0.072735
.tag-pre { display: block; font-family: monospace; white-space: pre; margin: 1em 0; } .markdown-body { color: #555; overflow: auto; word-wrap: break-word; -webkit-overflow-scrolling: touch; } .tag-strong { font-weight: 400; } .tag-img { max-width: 100%; } .markdown-body .tag-img { max-width: 100%; box-sizing: border-box; } .markdown-body .tag-hr { box-sizing: content-box; height: 0; } .markdown-body .tag-pre { overflow: auto; } .markdown-body .tag-table { border-collapse: collapse; border-spacing: 0; } .markdown-body .tag-td, .markdown-body .tag-th { padding: 0; } .markdown-body { width: 100%; box-sizing: border-box; padding: 30upx; } .markdown-body .tag-a { color: #4183c4; text-decoration: none; } .markdown-body .tag-a:hover, .markdown-body .tag-a:active { text-decoration: none; } .markdown-body .tag-hr { height: 0; margin: 15upx 0; overflow: hidden; background: transparent; border: 0; border-bottom: 1px solid #eee; } .markdown-body .tag-hr:before { display: table; content: ""; } .markdown-body .tag-hr:after { display: table; clear: both; content: ""; } .markdown-body .tag-h1, .markdown-body .tag-h2, .markdown-body .tag-h3, .markdown-body .tag-h4, .markdown-body .tag-h5, .markdown-body .tag-h6 { margin-top: 30upx; margin-bottom: 30upx; font-weight: 400; } .markdown-body .tag-h1, .markdown-body .tag-strong { font-size: 1.6em !important; } .markdown-body .tag-h2, .markdown-body .tag-strong { font-size: 1.5em !important; } .markdown-body .tag-h3, .markdown-body .tag-strong { font-size: 1.4em !important; } .markdown-body .tag-h4, .markdown-body .tag-strong { font-size: 1.3em !important; } .markdown-body .tag-h5, .markdown-body .tag-strong { font-size: 1.2em !important; } .markdown-body .tag-h6, .markdown-body .tag-strong { font-size: 1.1em !important; } .markdown-body .tag-blockquote { margin: 0; } .markdown-body .tag-ul, .markdown-body .tag-ol { padding: 0; margin-top: 0; margin-bottom: 0; } .markdown-body .tag-ol .tag-ol, .markdown-body .tag-ul .tag-ol { list-style-type: lower-roman; } .markdown-body .tag-ul .tag-ul .tag-ol, .markdown-body .tag-ul .tag-ol .tag-ol, .markdown-body .tag-ol .tag-ul .tag-ol, .markdown-body .tag-ol .tag-ol .tag-ol { list-style-type: lower-alpha; } .markdown-body .tag-dd { margin-left: 0; } .markdown-body .tag-pre { margin-top: 0; margin-bottom: 0; } .markdown-body .octicon { font: normal normal 16px octicons-anchor; display: inline-block; text-decoration: none; user-select: none; } .markdown-body .anchor { position: absolute; top: 0; left: 0; display: block; padding-right: 6px; padding-left: 30px; margin-left: -30px; } .markdown-body .anchor:focus { outline: none; } .markdown-body .tag-h1, .markdown-body .tag-h2, .markdown-body .tag-h3, .markdown-body .tag-h4, .markdown-body .tag-h5, .markdown-body .tag-h6 { position: relative; font-weight: normal; } .markdown-body .tag-h1 .octicon-link, .markdown-body .tag-h2 .octicon-link, .markdown-body .tag-h3 .octicon-link, .markdown-body .tag-h4 .octicon-link, .markdown-body .tag-h5 .octicon-link, .markdown-body .tag-h6 .octicon-link { display: none; color: #353535; vertical-align: middle; } .markdown-body .tag-p, .markdown-body .tag-blockquote, .markdown-body .tag-ul, .markdown-body .tag-ol, .markdown-body .tag-dl, .markdown-body .tag-table, .markdown-body .tag-pre { margin-top: 0; margin-bottom: 16px; } .markdown-body .tag-ul, .markdown-body .tag-ol { padding-left: 2em; } .markdown-body .tag-ul .tag-ul, .markdown-body .tag-ul .tag-ol, .markdown-body .tag-ol .tag-ol, .markdown-body .tag-ol .tag-ul { margin-top: 0; margin-bottom: 0; } .markdown-body .tag-dl { padding: 0; } .markdown-body .tag-dl .tag-dt { padding: 0; font-size: 1em; font-style: normal; font-weight: bold; } .markdown-body .tag-dl .tag-dd { padding: 0 16px; margin-bottom: 16px; } .markdown-body .tag-blockquote { padding: 0 15px; color: #777; border-left: 4px solid #ddd; } .markdown-body .tag-table { display: block; width: 100%; overflow: auto; word-break: keep-all; } .markdown-body .tag-table .tag-th { font-weight: bold; } .markdown-body .tag-table .tag-th, .markdown-body .tag-table .tag-td { padding: 6px 13px; border: 1px solid #eee; } .markdown-body .tag-table .tag-tr { background-color: #fff; border-top: 1px solid #ddd; } .markdown-body .tag-code { padding-top: 0.2em; padding-bottom: 0.2em; margin: 0; background-color: rgba(0, 0, 0, 0.04); border-radius: 3px; } .markdown-body .tag-code:before, .markdown-body .tag-code:after { letter-spacing: -0.2em; content: "\00a0"; } .markdown-body .tag-pre>.tag-code { padding: 0; margin: 0; font-size: 100%; word-break: normal; white-space: pre; background: transparent; border: 0; } .markdown-body .highlight { margin-bottom: 16px; } .markdown-body .highlight .tag-pre, .markdown-body .tag-pre { padding: 16px; overflow: auto; /* font-size: 85%; */ background-color: #f7f7f7; border-radius: 3px; } .markdown-body .highlight .tag-pre { margin-bottom: 0; word-break: normal; } .markdown-body .tag-pre { word-wrap: normal; } .markdown-body .tag-pre .tag-code { display: inline; max-width: initial; padding: 0; margin: 0; overflow: initial; line-height: inherit; word-wrap: normal; background-color: transparent; border: 0; } .markdown-body .tag-pre .tag-code:before, .markdown-body .tag-pre .tag-code:after { content: normal; } .markdown-body .tag-kbd { display: inline-block; padding: 3px 5px; /* font-size: 11px; */ color: #555; vertical-align: middle; background-color: #fcfcfc; border: solid 1px #ccc; border-bottom-color: #bbb; border-radius: 3px; box-shadow: inset 0 -1px 0 #bbb; } .markdown-body .pl-c { color: #969896; } .markdown-body .pl-c1, .markdown-body .pl-mdh, .markdown-body .pl-mm, .markdown-body .pl-mp, .markdown-body .pl-mr, .markdown-body .pl-s1 .pl-v, .markdown-body .pl-s3, .markdown-body .pl-sc, .markdown-body .pl-sv { color: #0086b3; } .markdown-body .pl-e, .markdown-body .pl-en { color: #795da3; } .markdown-body .pl-s1 .pl-s2, .markdown-body .pl-smi, .markdown-body .pl-smp, .markdown-body .pl-stj, .markdown-body .pl-vo, .markdown-body .pl-vpf { color: #333; } .markdown-body .pl-ent { color: #63a35c; } .markdown-body .pl-k, .markdown-body .pl-s, .markdown-body .pl-st { color: #a71d5d; } .markdown-body .pl-pds, .markdown-body .pl-s1, .markdown-body .pl-s1 .pl-pse .pl-s2, .markdown-body .pl-sr, .markdown-body .pl-sr .pl-cce, .markdown-body .pl-sr .pl-sra, .markdown-body .pl-sr .pl-sre, .markdown-body .pl-src { color: #df5000; } .markdown-body .pl-mo, .markdown-body .pl-v { color: #1d3e81; } .markdown-body .pl-id { color: #b52a1d; } .markdown-body .pl-ii { background-color: #b52a1d; color: #f8f8f8; } .markdown-body .pl-sr .pl-cce { color: #63a35c; font-weight: bold; } .markdown-body .pl-ml { color: #693a17; } .markdown-body .pl-mh, .markdown-body .pl-mh .pl-en, .markdown-body .pl-ms { color: #1d3e81; font-weight: bold; } .markdown-body .pl-mq { color: #008080; } .markdown-body .pl-mi { color: #333; font-style: italic; } .markdown-body .pl-mb { color: #333; font-weight: bold; } .markdown-body .pl-md, .markdown-body .pl-mdhf { background-color: #ffecec; color: #bd2c00; } .markdown-body .pl-mdht, .markdown-body .pl-mi1 { background-color: #eaffea; color: #55a532; } .markdown-body .pl-mdr { color: #795da3; font-weight: bold; } .markdown-body .tag-kbd { display: inline-block; padding: 3px 5px; color: #555; vertical-align: middle; background-color: #fcfcfc; border: solid 1px #ccc; border-bottom-color: #bbb; border-radius: 3px; box-shadow: inset 0 -1px 0 #bbb; } .markdown-body .task-list-item { list-style-type: none; } .markdown-body .task-list-item+.task-list-item { margin-top: 3px; } .editormd-preview-container, .editormd-html-preview { text-align: left; padding: 20px; overflow: auto; width: 100%; background-color: #fff; -webkit-overflow-scrolling: touch; } .editormd-preview-container .tag-blockquote, .editormd-html-preview .tag-blockquote { color: #666; border-left: 4px solid #ddd; padding-left: 20px; margin-left: 0; /* font-size: 14px; */ } .editormd-preview-container .tag-p .tag-code, .editormd-html-preview .tag-p .tag-code { margin-left: 5px; margin-right: 4px; } .editormd-preview-container .tag-abbr, .editormd-html-preview .tag-abbr { background: #ffd; } .editormd-preview-container .tag-hr, .editormd-html-preview .tag-hr { height: 1px; border: none; border-top: 1px solid #ddd; background: none; } .editormd-preview-container .tag-code, .editormd-html-preview .tag-code { border: 1px solid #ddd; background: #f6f6f6; padding: 3px; border-radius: 3px; /* font-size: 14px; */ } .editormd-preview-container .tag-pre, .editormd-html-preview .tag-pre { border: 1px solid #ddd; background: #f6f6f6; padding: 16px 16px; -webkit-border-radius: 3px; -moz-border-radius: 3px; -ms-border-radius: 3px; -o-border-radius: 3px; border-radius: 3px; } .editormd-preview-container .tag-pre .tag-code, .editormd-html-preview .tag-pre .tag-code { padding: 0; } .editormd-preview-container .tag-pre, .editormd-preview-container .tag-code, .editormd-preview-container kbd, .editormd-html-preview .tag-pre, .editormd-preview-container .tag-table .tag-thead .tag-tr, .editormd-html-preview .tag-table .tag-thead .tag-tr { background-color: #f8f8f8; } .editormd-preview-container .tag-p.editormd-tex, .editormd-html-preview .tag-p.editormd-tex { text-align: center; } .editormd-preview-container .tag-span.editormd-tex, .editormd-html-preview span.editormd-tex { margin: 0 5px; } .editormd-preview-container .emoji, .editormd-html-preview .emoji { width: 24px; height: 24px; } .editormd-preview-container .sequence-diagram, .editormd-preview-container .flowchart, .editormd-html-preview .sequence-diagram, .editormd-html-preview .flowchart { margin: 0 auto; text-align: center; } .editormd-preview-container .sequence-diagram .tag-svg, .editormd-preview-container .flowchart .tag-svg, .editormd-html-preview .sequence-diagram .tag-svg, .editormd-html-preview .flowchart .tag-svg { margin: 0 auto; } .pln { color: #000; } /* plain text */ .str { color: #080; } /* string content */ .kwd { color: #008; } /* a keyword */ .com { color: #800; } /* a comment */ .typ { color: #606; } /* a type name */ .lit { color: #066; } /* a literal value */ /* punctuation, lisp open bracket, lisp close bracket */ .pun, .opn, .clo { color: #660; } .tag { color: #008; } /* a markup tag name */ .atn { color: #606; } /* a markup attribute name */ .atv { color: #080; } /* a markup attribute value */ .dec, .var { color: #606; } /* a declaration; a variable name */ .fun { color: red; } /* a function name */ /* Put a border around .tag-prettyprinted .tag-code snippets. */ .tag-pre.prettyprint { padding: 2px; border: 1px solid #888; } /* Specify class=linenums on a .tag-pre to get line numbering */ .tag-ol.linenums { margin-top: 0; margin-bottom: 0; } .editormd-preview-container .tag-pre.prettyprint, .editormd-html-preview .tag-pre.prettyprint { padding: 12px 18px; border: 1px solid #ddd; white-space: -pre-wrap; word-wrap: break-word; box-sizing: border-box; } .editormd-preview-container .tag-ol.linenums, .editormd-html-preview .tag-ol.linenums { color: #999; padding-left: 2.2em; } .editormd-preview-container .tag-ol.linenums li, .editormd-html-preview .tag-ol.linenums li { list-style-type: decimal; } .editormd-preview-container .tag-ol.linenums li .tag-code, .editormd-html-preview .tag-ol.linenums li .tag-code { border: none; background: none; padding: 0; } .editormd-preview-container .tag-code, .editormd-html-preview .tag-code { border: 0; /* display: inline-block; */ /* padding-bottom: 0px; */ background-color: #f6f6f6; color: #c7254e; padding: 6upx 8upx; margin: 5upx; } .editormd-preview-container .tag-pre, .editormd-html-preview .tag-pre { border: 0 !important; background-color: #f6f6f6; line-height: 1.7; font-size: 0.9em; } .editormd-preview-container .tag-blockquote, .editormd-html-preview .tag-blockquote { color: #777 !important; font-style: normal !important; border-left: 4px solid #d6dbdf; font-size: 0.9em; background: none repeat scroll 0 0 rgba(102, 128, 153, 0.05); margin: 8px 0; padding: 8px; } .tag-blockquote .tag-p { margin-bottom: 0; } .editormd-preview-container .tag-pre.prettyprint, .editormd-html-preview .tag-pre.prettyprint { padding: 12px 18px; } @media (min-width: 768px) { .editormd-preview-container .tag-pre.prettyprint, .editormd-html-preview .tag-pre.prettyprint { padding: 12px 15px; } }
static/css/markdown.css
.tag-pre { display: block; font-family: monospace; white-space: pre; margin: 1em 0; } .markdown-body { color: #555; overflow: auto; word-wrap: break-word; -webkit-overflow-scrolling: touch; } .tag-strong { font-weight: 400; } .tag-img { max-width: 100%; } .markdown-body .tag-img { max-width: 100%; box-sizing: border-box; } .markdown-body .tag-hr { box-sizing: content-box; height: 0; } .markdown-body .tag-pre { overflow: auto; } .markdown-body .tag-table { border-collapse: collapse; border-spacing: 0; } .markdown-body .tag-td, .markdown-body .tag-th { padding: 0; } .markdown-body { width: 100%; box-sizing: border-box; padding: 30upx; } .markdown-body .tag-a { color: #4183c4; text-decoration: none; } .markdown-body .tag-a:hover, .markdown-body .tag-a:active { text-decoration: none; } .markdown-body .tag-hr { height: 0; margin: 15upx 0; overflow: hidden; background: transparent; border: 0; border-bottom: 1px solid #eee; } .markdown-body .tag-hr:before { display: table; content: ""; } .markdown-body .tag-hr:after { display: table; clear: both; content: ""; } .markdown-body .tag-h1, .markdown-body .tag-h2, .markdown-body .tag-h3, .markdown-body .tag-h4, .markdown-body .tag-h5, .markdown-body .tag-h6 { margin-top: 30upx; margin-bottom: 30upx; font-weight: 400; } .markdown-body .tag-h1, .markdown-body .tag-strong { font-size: 1.6em !important; } .markdown-body .tag-h2, .markdown-body .tag-strong { font-size: 1.5em !important; } .markdown-body .tag-h3, .markdown-body .tag-strong { font-size: 1.4em !important; } .markdown-body .tag-h4, .markdown-body .tag-strong { font-size: 1.3em !important; } .markdown-body .tag-h5, .markdown-body .tag-strong { font-size: 1.2em !important; } .markdown-body .tag-h6, .markdown-body .tag-strong { font-size: 1.1em !important; } .markdown-body .tag-blockquote { margin: 0; } .markdown-body .tag-ul, .markdown-body .tag-ol { padding: 0; margin-top: 0; margin-bottom: 0; } .markdown-body .tag-ol .tag-ol, .markdown-body .tag-ul .tag-ol { list-style-type: lower-roman; } .markdown-body .tag-ul .tag-ul .tag-ol, .markdown-body .tag-ul .tag-ol .tag-ol, .markdown-body .tag-ol .tag-ul .tag-ol, .markdown-body .tag-ol .tag-ol .tag-ol { list-style-type: lower-alpha; } .markdown-body .tag-dd { margin-left: 0; } .markdown-body .tag-pre { margin-top: 0; margin-bottom: 0; } .markdown-body .octicon { font: normal normal 16px octicons-anchor; display: inline-block; text-decoration: none; user-select: none; } .markdown-body .anchor { position: absolute; top: 0; left: 0; display: block; padding-right: 6px; padding-left: 30px; margin-left: -30px; } .markdown-body .anchor:focus { outline: none; } .markdown-body .tag-h1, .markdown-body .tag-h2, .markdown-body .tag-h3, .markdown-body .tag-h4, .markdown-body .tag-h5, .markdown-body .tag-h6 { position: relative; font-weight: normal; } .markdown-body .tag-h1 .octicon-link, .markdown-body .tag-h2 .octicon-link, .markdown-body .tag-h3 .octicon-link, .markdown-body .tag-h4 .octicon-link, .markdown-body .tag-h5 .octicon-link, .markdown-body .tag-h6 .octicon-link { display: none; color: #353535; vertical-align: middle; } .markdown-body .tag-p, .markdown-body .tag-blockquote, .markdown-body .tag-ul, .markdown-body .tag-ol, .markdown-body .tag-dl, .markdown-body .tag-table, .markdown-body .tag-pre { margin-top: 0; margin-bottom: 16px; } .markdown-body .tag-ul, .markdown-body .tag-ol { padding-left: 2em; } .markdown-body .tag-ul .tag-ul, .markdown-body .tag-ul .tag-ol, .markdown-body .tag-ol .tag-ol, .markdown-body .tag-ol .tag-ul { margin-top: 0; margin-bottom: 0; } .markdown-body .tag-dl { padding: 0; } .markdown-body .tag-dl .tag-dt { padding: 0; font-size: 1em; font-style: normal; font-weight: bold; } .markdown-body .tag-dl .tag-dd { padding: 0 16px; margin-bottom: 16px; } .markdown-body .tag-blockquote { padding: 0 15px; color: #777; border-left: 4px solid #ddd; } .markdown-body .tag-table { display: block; width: 100%; overflow: auto; word-break: keep-all; } .markdown-body .tag-table .tag-th { font-weight: bold; } .markdown-body .tag-table .tag-th, .markdown-body .tag-table .tag-td { padding: 6px 13px; border: 1px solid #eee; } .markdown-body .tag-table .tag-tr { background-color: #fff; border-top: 1px solid #ddd; } .markdown-body .tag-code { padding-top: 0.2em; padding-bottom: 0.2em; margin: 0; background-color: rgba(0, 0, 0, 0.04); border-radius: 3px; } .markdown-body .tag-code:before, .markdown-body .tag-code:after { letter-spacing: -0.2em; content: "\00a0"; } .markdown-body .tag-pre>.tag-code { padding: 0; margin: 0; font-size: 100%; word-break: normal; white-space: pre; background: transparent; border: 0; } .markdown-body .highlight { margin-bottom: 16px; } .markdown-body .highlight .tag-pre, .markdown-body .tag-pre { padding: 16px; overflow: auto; /* font-size: 85%; */ background-color: #f7f7f7; border-radius: 3px; } .markdown-body .highlight .tag-pre { margin-bottom: 0; word-break: normal; } .markdown-body .tag-pre { word-wrap: normal; } .markdown-body .tag-pre .tag-code { display: inline; max-width: initial; padding: 0; margin: 0; overflow: initial; line-height: inherit; word-wrap: normal; background-color: transparent; border: 0; } .markdown-body .tag-pre .tag-code:before, .markdown-body .tag-pre .tag-code:after { content: normal; } .markdown-body .tag-kbd { display: inline-block; padding: 3px 5px; /* font-size: 11px; */ color: #555; vertical-align: middle; background-color: #fcfcfc; border: solid 1px #ccc; border-bottom-color: #bbb; border-radius: 3px; box-shadow: inset 0 -1px 0 #bbb; } .markdown-body .pl-c { color: #969896; } .markdown-body .pl-c1, .markdown-body .pl-mdh, .markdown-body .pl-mm, .markdown-body .pl-mp, .markdown-body .pl-mr, .markdown-body .pl-s1 .pl-v, .markdown-body .pl-s3, .markdown-body .pl-sc, .markdown-body .pl-sv { color: #0086b3; } .markdown-body .pl-e, .markdown-body .pl-en { color: #795da3; } .markdown-body .pl-s1 .pl-s2, .markdown-body .pl-smi, .markdown-body .pl-smp, .markdown-body .pl-stj, .markdown-body .pl-vo, .markdown-body .pl-vpf { color: #333; } .markdown-body .pl-ent { color: #63a35c; } .markdown-body .pl-k, .markdown-body .pl-s, .markdown-body .pl-st { color: #a71d5d; } .markdown-body .pl-pds, .markdown-body .pl-s1, .markdown-body .pl-s1 .pl-pse .pl-s2, .markdown-body .pl-sr, .markdown-body .pl-sr .pl-cce, .markdown-body .pl-sr .pl-sra, .markdown-body .pl-sr .pl-sre, .markdown-body .pl-src { color: #df5000; } .markdown-body .pl-mo, .markdown-body .pl-v { color: #1d3e81; } .markdown-body .pl-id { color: #b52a1d; } .markdown-body .pl-ii { background-color: #b52a1d; color: #f8f8f8; } .markdown-body .pl-sr .pl-cce { color: #63a35c; font-weight: bold; } .markdown-body .pl-ml { color: #693a17; } .markdown-body .pl-mh, .markdown-body .pl-mh .pl-en, .markdown-body .pl-ms { color: #1d3e81; font-weight: bold; } .markdown-body .pl-mq { color: #008080; } .markdown-body .pl-mi { color: #333; font-style: italic; } .markdown-body .pl-mb { color: #333; font-weight: bold; } .markdown-body .pl-md, .markdown-body .pl-mdhf { background-color: #ffecec; color: #bd2c00; } .markdown-body .pl-mdht, .markdown-body .pl-mi1 { background-color: #eaffea; color: #55a532; } .markdown-body .pl-mdr { color: #795da3; font-weight: bold; } .markdown-body .tag-kbd { display: inline-block; padding: 3px 5px; color: #555; vertical-align: middle; background-color: #fcfcfc; border: solid 1px #ccc; border-bottom-color: #bbb; border-radius: 3px; box-shadow: inset 0 -1px 0 #bbb; } .markdown-body .task-list-item { list-style-type: none; } .markdown-body .task-list-item+.task-list-item { margin-top: 3px; } .editormd-preview-container, .editormd-html-preview { text-align: left; padding: 20px; overflow: auto; width: 100%; background-color: #fff; -webkit-overflow-scrolling: touch; } .editormd-preview-container .tag-blockquote, .editormd-html-preview .tag-blockquote { color: #666; border-left: 4px solid #ddd; padding-left: 20px; margin-left: 0; /* font-size: 14px; */ } .editormd-preview-container .tag-p .tag-code, .editormd-html-preview .tag-p .tag-code { margin-left: 5px; margin-right: 4px; } .editormd-preview-container .tag-abbr, .editormd-html-preview .tag-abbr { background: #ffd; } .editormd-preview-container .tag-hr, .editormd-html-preview .tag-hr { height: 1px; border: none; border-top: 1px solid #ddd; background: none; } .editormd-preview-container .tag-code, .editormd-html-preview .tag-code { border: 1px solid #ddd; background: #f6f6f6; padding: 3px; border-radius: 3px; /* font-size: 14px; */ } .editormd-preview-container .tag-pre, .editormd-html-preview .tag-pre { border: 1px solid #ddd; background: #f6f6f6; padding: 16px 16px; -webkit-border-radius: 3px; -moz-border-radius: 3px; -ms-border-radius: 3px; -o-border-radius: 3px; border-radius: 3px; } .editormd-preview-container .tag-pre .tag-code, .editormd-html-preview .tag-pre .tag-code { padding: 0; } .editormd-preview-container .tag-pre, .editormd-preview-container .tag-code, .editormd-preview-container kbd, .editormd-html-preview .tag-pre, .editormd-preview-container .tag-table .tag-thead .tag-tr, .editormd-html-preview .tag-table .tag-thead .tag-tr { background-color: #f8f8f8; } .editormd-preview-container .tag-p.editormd-tex, .editormd-html-preview .tag-p.editormd-tex { text-align: center; } .editormd-preview-container .tag-span.editormd-tex, .editormd-html-preview span.editormd-tex { margin: 0 5px; } .editormd-preview-container .emoji, .editormd-html-preview .emoji { width: 24px; height: 24px; } .editormd-preview-container .sequence-diagram, .editormd-preview-container .flowchart, .editormd-html-preview .sequence-diagram, .editormd-html-preview .flowchart { margin: 0 auto; text-align: center; } .editormd-preview-container .sequence-diagram .tag-svg, .editormd-preview-container .flowchart .tag-svg, .editormd-html-preview .sequence-diagram .tag-svg, .editormd-html-preview .flowchart .tag-svg { margin: 0 auto; } .pln { color: #000; } /* plain text */ .str { color: #080; } /* string content */ .kwd { color: #008; } /* a keyword */ .com { color: #800; } /* a comment */ .typ { color: #606; } /* a type name */ .lit { color: #066; } /* a literal value */ /* punctuation, lisp open bracket, lisp close bracket */ .pun, .opn, .clo { color: #660; } .tag { color: #008; } /* a markup tag name */ .atn { color: #606; } /* a markup attribute name */ .atv { color: #080; } /* a markup attribute value */ .dec, .var { color: #606; } /* a declaration; a variable name */ .fun { color: red; } /* a function name */ /* Put a border around .tag-prettyprinted .tag-code snippets. */ .tag-pre.prettyprint { padding: 2px; border: 1px solid #888; } /* Specify class=linenums on a .tag-pre to get line numbering */ .tag-ol.linenums { margin-top: 0; margin-bottom: 0; } .editormd-preview-container .tag-pre.prettyprint, .editormd-html-preview .tag-pre.prettyprint { padding: 12px 18px; border: 1px solid #ddd; white-space: -pre-wrap; word-wrap: break-word; box-sizing: border-box; } .editormd-preview-container .tag-ol.linenums, .editormd-html-preview .tag-ol.linenums { color: #999; padding-left: 2.2em; } .editormd-preview-container .tag-ol.linenums li, .editormd-html-preview .tag-ol.linenums li { list-style-type: decimal; } .editormd-preview-container .tag-ol.linenums li .tag-code, .editormd-html-preview .tag-ol.linenums li .tag-code { border: none; background: none; padding: 0; } .editormd-preview-container .tag-code, .editormd-html-preview .tag-code { border: 0; /* display: inline-block; */ /* padding-bottom: 0px; */ background-color: #f6f6f6; color: #c7254e; padding: 6upx 8upx; margin: 5upx; } .editormd-preview-container .tag-pre, .editormd-html-preview .tag-pre { border: 0 !important; background-color: #f6f6f6; line-height: 1.7; font-size: 0.9em; } .editormd-preview-container .tag-blockquote, .editormd-html-preview .tag-blockquote { color: #777 !important; font-style: normal !important; border-left: 4px solid #d6dbdf; font-size: 0.9em; background: none repeat scroll 0 0 rgba(102, 128, 153, 0.05); margin: 8px 0; padding: 8px; } .tag-blockquote .tag-p { margin-bottom: 0; } .editormd-preview-container .tag-pre.prettyprint, .editormd-html-preview .tag-pre.prettyprint { padding: 12px 18px; } @media (min-width: 768px) { .editormd-preview-container .tag-pre.prettyprint, .editormd-html-preview .tag-pre.prettyprint { padding: 12px 15px; } }
0.27914
0.057124
@import url("https://fonts.googleapis.com/css2?family=Balsamiq+Sans&family=Darker+Grotesque&family=Fredericka+the+Great&family=Secular+One&display=swap"); @import url("https://fonts.googleapis.com/css2?family=Balsamiq+Sans&family=Darker+Grotesque&family=Fredericka+the+Great&family=Secular+One&display=swap"); @import url("https://fonts.googleapis.com/css2?family=Balsamiq+Sans&family=Darker+Grotesque&family=Fredericka+the+Great&family=Secular+One&display=swap"); @import url("https://fonts.googleapis.com/css2?family=Balsamiq+Sans&family=Darker+Grotesque&family=Fredericka+the+Great&family=Secular+One&display=swap"); @import url("https://fonts.googleapis.com/css2?family=Balsamiq+Sans&family=Darker+Grotesque&family=Fredericka+the+Great&family=Secular+One&display=swap"); @import url("https://fonts.googleapis.com/css2?family=Balsamiq+Sans&family=Darker+Grotesque&family=Fredericka+the+Great&family=Secular+One&display=swap"); .circular-space { position: relative; width: 500px; height: 420px; margin: auto; margin-top: 22%; margin-right: 15%; border-radius: 50%; background: #ACECD5; overflow: hidden; -webkit-animation: backInLeft 1s; animation: backInLeft 1s; -webkit-box-shadow: 0 5px 20px rgba(255, 255, 255, 0.5); box-shadow: 0 5px 20px rgba(255, 255, 255, 0.5); } .table { position: absolute; width: 100%; height: 20%; top: 85%; border-radius: 50px; background: -webkit-gradient(linear, left top, right top, from(#d49987), to(#7c5a5a)); background: linear-gradient(90deg, #d49987 0%, #7c5a5a 100%); -webkit-animation: backInUp 5.3s forwards; animation: backInUp 5.3s forwards; } .wall { position: absolute; width: 100%; height: 58%; z-index: 1; background: none; top: -1%; overflow: hidden; } .brick { position: absolute; width: 18%; height: 8%; z-index: 2; border-radius: 5px; background: #8d93ab; } .one { top: 10%; left: 19%; -webkit-animation: backInDown 2s forwards; animation: backInDown 2s forwards; } .two { top: 10%; left: 39%; -webkit-animation: backInDown 2s forwards; animation: backInDown 2s forwards; } .three { top: 10%; left: 59%; -webkit-animation: backInDown 2s forwards; animation: backInDown 2s forwards; } .four { top: 20%; left: 9%; -webkit-animation: backInDown 2.5s forwards; animation: backInDown 2.5s forwards; } .five { top: 20%; left: 29%; -webkit-animation: backInDown 2.5s forwards; animation: backInDown 2.5s forwards; } .six { top: 20%; left: 49%; -webkit-animation: backInDown 2.5s forwards; animation: backInDown 2.5s forwards; } .seven { top: 20%; left: 69%; -webkit-animation: backInDown 2.5s forwards; animation: backInDown 2.5s forwards; } .eight { top: 30%; left: -1%; -webkit-animation: backInDown 3s forwards; animation: backInDown 3s forwards; } .nine { top: 30%; left: 19%; -webkit-animation: backInDown 3s forwards; animation: backInDown 3s forwards; } .ten { top: 30%; left: 39%; -webkit-animation: backInDown 3s forwards; animation: backInDown 3s forwards; } .eleven { top: 30%; left: 59%; -webkit-animation: backInDown 3s forwards; animation: backInDown 3s forwards; } .twelve { top: 30%; left: 79%; -webkit-animation: backInDown 3s forwards; animation: backInDown 3s forwards; } .thirteen { top: 40%; left: 9%; -webkit-animation: backInDown 3.5s forwards; animation: backInDown 3.5s forwards; } .fourteen { top: 40%; left: 29%; -webkit-animation: backInDown 3.5s forwards; animation: backInDown 3.5s forwards; } .fifteen { top: 40%; left: 49%; -webkit-animation: backInDown 3.5s forwards; animation: backInDown 3.5s forwards; } .sixteen { top: 40%; left: 69%; -webkit-animation: backInDown 3.5s forwards; animation: backInDown 3.5s forwards; } .seventeen { top: 50%; left: -1%; -webkit-animation: backInDown 4s forwards; animation: backInDown 4s forwards; } .eighteen { top: 50%; left: 19%; -webkit-animation: backInDown 4s forwards; animation: backInDown 4s forwards; } .nineteen { top: 50%; left: 39%; -webkit-animation: backInDown 4s forwards; animation: backInDown 4s forwards; } .twenty { top: 50%; left: 59%; -webkit-animation: backInDown 4s forwards; animation: backInDown 4s forwards; } .twentyone { top: 50%; left: 79%; -webkit-animation: backInDown 4s forwards; animation: backInDown 4s forwards; } .twentytwo { top: 60%; left: 9%; -webkit-animation: backInDown 4.5s forwards; animation: backInDown 4.5s forwards; } .twentythree { top: 60%; left: 29%; -webkit-animation: backInDown 4.5s forwards; animation: backInDown 4.5s forwards; } .twentyfour { top: 60%; left: 49%; -webkit-animation: backInDown 4.5s forwards; animation: backInDown 4.5s forwards; } .twentyfive { top: 60%; left: 69%; -webkit-animation: backInDown 4.5s forwards; animation: backInDown 4.5s forwards; } .twentysix { top: 60%; left: 89%; -webkit-animation: backInDown 4.5s forwards; animation: backInDown 4.5s forwards; } .twentyseven { top: 70%; left: -1%; -webkit-animation: backInDown 5s forwards; animation: backInDown 5s forwards; } .twentyeight { top: 70%; left: 19%; -webkit-animation: backInDown 5s forwards; animation: backInDown 5s forwards; } .twentynine { top: 70%; left: 39%; -webkit-animation: backInDown 5s forwards; animation: backInDown 5s forwards; } .thirty { top: 70%; left: 59%; -webkit-animation: backInDown 5s forwards; animation: backInDown 5s forwards; } .thirtyone { top: 70%; left: 79%; -webkit-animation: backInDown 5s forwards; animation: backInDown 5s forwards; } .hang { position: absolute; width: 1%; height: 30%; z-index: 4; background: #222831; top: 1%; left: 20%; -webkit-animation: fadeInDown 3s forwards; animation: fadeInDown 3s forwards; } .bulb { position: absolute; width: 6.5%; height: 10%; z-index: 4; background: #E0BBE4; border: 3px solid #222831; border-radius: 50% 50% 5px 5px; top: 30%; left: 16.8%; -webkit-animation: fadeInDown 3s forwards; animation: fadeInDown 3s forwards; } .light { position: absolute; width: 150%; height: 250%; background: -webkit-gradient(linear, left bottom, left top, from(rgba(224, 205, 169, 0)), to(#e0cda9)); background: linear-gradient(360deg, rgba(224, 205, 169, 0) 0%, #e0cda9 100%); top: 107%; z-index: 4; left: -25%; -webkit-clip-path: polygon(20% 0%, 80% 0%, 100% 100%, 0% 100%); clip-path: polygon(20% 0%, 80% 0%, 100% 100%, 0% 100%); -webkit-animation: fadeInDown 3s forwards; animation: fadeInDown 3s forwards; } .poster { position: absolute; width: 15%; height: 23%; z-index: 3; top: 30%; left: 77%; background: url("https://i.pinimg.com/originals/27/5b/51/275b51faf0c827c8d0fc8553b8485b85.jpg"); background-position: center; background-origin: fill; background-repeat: no-repeat; background-size: 100px 200px; border-radius: 5px; border: 5px solid #222831; -webkit-animation: rotateIn 2s forwards; animation: rotateIn 2s forwards; } .laptop { position: absolute; width: 25%; height: 20%; border-radius: 10px; border: 1.5px solid #000; background: #FFB7B2; top: 62%; left: 35%; z-index: 4; -webkit-animation: slideInUp 2.2s forwards; animation: slideInUp 2.2s forwards; } .laptop:after { position: absolute; content: ''; width: 60%; height: 100%; border-radius: 10px 0 0 10px; background: #FFDDDD; left: 0.2%; -webkit-clip-path: polygon(0 0, 100% 0%, 75% 100%, 0% 100%); clip-path: polygon(0 0, 100% 0%, 75% 100%, 0% 100%); } .laptop-stand { position: absolute; width: 100%; height: 10%; border-radius: 10px; border: 1.5px solid #000; background: #FFB7B2; top: 100%; left: 0.2%; z-index: 4; -webkit-animation: slideInUp 2.2s forwards; animation: slideInUp 2.2s forwards; } .laptop-stand:after { position: absolute; content: ''; width: 45.5%; height: 100%; border-radius: 10px 0 0 10px; background: #FFDDDD; left: 0.2%; -webkit-clip-path: polygon(0 0, 100% 0%, 75% 100%, 0% 100%); clip-path: polygon(0 0, 100% 0%, 75% 100%, 0% 100%); } .logo { position: absolute; width: 10%; height: 15%; z-index: 4; border-radius: 50px; background: #222831; top: 49%; left: 46%; } .cup { position: absolute; width: 8%; height: 12%; border-radius: 5px; background: #f1f1f6; -webkit-clip-path: polygon(20% 0%, 80% 0%, 100% 100%, 0% 100%); clip-path: polygon(20% 0%, 80% 0%, 100% 100%, 0% 100%); -webkit-transform: rotate(180deg); transform: rotate(180deg); top: 73%; left: 15%; z-index: 3; -webkit-animation: zoomInUp 2.5s forwards; animation: zoomInUp 2.5s forwards; } .cup:after { position: absolute; content: ''; width: 45.5%; height: 100%; border-radius: 0 0 5px 0; background: #f4f3f3; left: 53.9%; -webkit-clip-path: polygon(20% 0%, 80% 0%, 100% 100%, 0% 100%); clip-path: polygon(20% 0%, 80% 0%, 100% 100%, 0% 100%); } .cup-cover { position: absolute; width: 200%; height: 40%; z-index: 3; background: #caabd8; bottom: 40%; left: 0%; } .cup-top-cover { position: absolute; width: 9%; height: 2.5%; z-index: 3; border-radius: 2px; background: #caabd8; top: 71%; left: 14.5%; -webkit-animation: zoomInUp 2.5s forwards; animation: zoomInUp 2.5s forwards; } .cup-top-bump { position: absolute; width: 5%; height: 2%; z-index: 3; border-radius: 3px 3px 0 0; background: #caabd8; top: 69.3%; left: 16.5%; -webkit-animation: zoomInUp 2.5s forwards; animation: zoomInUp 2.5s forwards; } .me { position: absolute; width: 50%; height: 60%; top: 25%; left: 23%; background: none; z-index: 3; -webkit-animation: slideInDown 4.5s forwards; animation: slideInDown 4.5s forwards; } .face { position: absolute; width: 36%; height: 32%; top: 8%; left: 31%; z-index: 3; border-radius: 20% 20% 50% 50%; background: #f1c27d; } .hair { position: absolute; width: 42%; height: 40%; z-index: 2; left: 28%; top: -6%; background: #17202A; border-radius: 50%; } .band { position: absolute; width: 27%; height: 5%; background: #cf3416; border-radius: 20px; left: 35.5%; z-index: 3; top: -4.3%; } .bun { position: absolute; width: 42%; height: 30%; background: #17202A; border-radius: 50% 50% 45% 45%; left: 28%; z-index: 2; top: -32%; overflow: hidden; } .flix { position: absolute; top: 3%; z-index: 5; -webkit-transform: rotate(22deg); transform: rotate(22deg); background: #17202A; border-radius: 10px 50px; } .one-f { width: 15%; height: 8%; left: 48%; } .two-f { width: 10%; height: 8%; left: 40%; } .specs { position: absolute; width: 30%; height: 30%; border: 3px solid #17202A; border-radius: 40% 40% 50% 50%; } .left { top: 20%; left: 10%; } .right { top: 20%; right: 10%; } .specs-handle { position: absolute; width: 20%; height: 0.5%; top: 23%; left: 40%; border-top: 3px solid #17202A; } .eyes { position: absolute; width: 15%; height: 15%; border-radius: 50%; border-top: 2px solid #000; } .left-e { top: 33%; left: 20%; } .right-e { top: 33%; right: 20%; } .mouth { position: absolute; width: 28%; height: 20%; top: 60%; left: 36.5%; background: #1C2833; border-radius: 2px 2px 50px 50px; overflow: hidden; } .mouth:after { position: absolute; content: ''; width: 100%; height: 50%; top: 52%; border-radius: 50%; background: #e76a6a; } .cheeks-left { position: absolute; width: 15%; height: 15%; border-radius: 50%; background: #ff9595; top: 48%; left: 20%; } .cheeks-right { position: absolute; width: 15%; height: 15%; border-radius: 50%; background: #ff9595; top: 48%; right: 20%; } .neck { position: absolute; width: 10%; height: 15%; z-index: 3; border-radius: 50px; background: #f1c27d; top: 34%; left: 44%; } .top { position: absolute; width: 52.5%; height: 50%; z-index: 2; top: 45%; left: 23.6%; background: #e94560; border-radius: 30% 30% 10% 10%; } .sleeve { position: absolute; width: 25.9%; height: 15%; z-index: 2; background: #e94560; top: 55%; } .left-sleeve { border-radius: 8px 0 0 8px; -webkit-transform: rotate(-45deg); transform: rotate(-45deg); left: 13%; } .right-sleeve { border-radius: 0 8px 8px 0; -webkit-transform: rotate(45deg); transform: rotate(45deg); right: 13%; } .hand { position: absolute; height: 10%; background: #f1c27d; top: 68%; } .left-hand { width: 20%; border-radius: 10px 0 0 10px; -webkit-transform: rotate(-45deg); transform: rotate(-45deg); left: 5%; } .right-hand { width: 22%; border-radius: 0 10px 10px 0; -webkit-transform: rotate(45deg); transform: rotate(45deg); right: 5%; } .arm { position: absolute; width: 26.8%; height: 10%; z-index: 3; background: #f1c27d; -webkit-clip-path: polygon(0 0, 100% 23%, 100% 78%, 0% 100%); clip-path: polygon(0 0, 100% 23%, 100% 78%, 0% 100%); } .left-arm { top: 78.7%; border-radius: 10px 0 0 10px; -webkit-transform: rotate(45deg); transform: rotate(45deg); left: 5%; } .right-arm { top: 79.7%; border-radius: 20px 10px 10px 0; -webkit-transform: rotate(132deg); transform: rotate(132deg); right: 5%; } .headphone { position: absolute; width: 4.5%; height: 17%; top: 13%; z-index: 3; background: #A1C9F1; border-radius: 10px; } .left-h { left: 23.3%; border-left: 9px solid #17202A; } .right-h { right: 24.9%; border-right: 9px solid #17202A; } .left-c { position: absolute; width: 60%; height: 50%; top: 25%; z-index: 3; border-radius: 50px 0 0 50px; background: #A1C9F1; left: -140%; } .right-c { position: absolute; width: 60%; height: 50%; top: 25%; z-index: 3; border-radius: 0 50px 50px 0; background: #A1C9F1; right: -140%; } .headphone-band { position: absolute; width: 45%; height: 40%; border-radius: 50%; border-top: 7.3px solid #A1C9F1; z-index: 5; top: -2%; left: 26.5%; } .notebook { position: absolute; width: 20%; height: 4.7%; background: #FF9AA2; top: 79.5%; right: 12%; border-radius: 20px 5px 5px 20px; border: 1.5px solid #000; -webkit-animation: lightSpeedInRight 3s forwards; animation: lightSpeedInRight 3s forwards; } .mobile { position: absolute; width: 10%; height: 2%; background: -webkit-gradient(linear, left top, right top, from(#d6e0f0), to(#8d93aa)); background: linear-gradient(90deg, #d6e0f0 0%, #8d93aa 100%); top: 77%; right: 18%; border-radius: 10px 10px 20px 20px; border: 1px solid #000; -webkit-animation: lightSpeedInRight 3s forwards; animation: lightSpeedInRight 3s forwards; } .small-circle { position: absolute; width: 5%; height: 35%; border-radius: 50px; background: #000; right: 20%; top: 30%; } .about-header { position: relative; top: 30%; width: 400px; height: 230px; margin: auto; background: none; letter-spacing: 8px; } .about-header:before { position: absolute; content: 'About Me'; font-family: Impact, sans-serif; font-size: 6rem; top: 25%; left: -10%; z-index: 4; color: #e94560; -webkit-text-stroke-width: 2.2px; -webkit-text-stroke-color: #FFDDDD; -webkit-animation: arrowone 1s ease infinite alternate; animation: arrowone 1s ease infinite alternate; } .about-header:after { position: absolute; content: 'About Me'; font-family: Impact, sans-serif; font-size: 6rem; top: 20%; left: -10%; color: #e94560; z-index: 3; color: #FFB7B2; -webkit-text-stroke-width: 2.2px; -webkit-text-stroke-color: #FFDDDD; -webkit-animation: arrowone 2s ease infinite alternate; animation: arrowone 2s ease infinite alternate; } .about-hr-layer:before { position: absolute; content: 'About Me'; font-family: Impact, sans-serif; font-size: 6rem; top: 15%; left: -10%; z-index: 2; opacity: 0.8; color: #E0BBE4; -webkit-text-stroke-width: 2.2px; -webkit-text-stroke-color: #FFDDDD; -webkit-animation: arrowone 3s ease infinite alternate; animation: arrowone 3s ease infinite alternate; } .about-hr-layer:after { position: absolute; content: 'About Me'; font-family: Impact, sans-serif; font-size: 6rem; top: 10%; left: -10%; z-index: 1; opacity: 0.8; color: #ACECD5; -webkit-text-stroke-width: 2.2px; -webkit-text-stroke-color: #FFDDDD; -webkit-animation: arrowone 4s ease infinite alternate; animation: arrowone 4s ease infinite alternate; } @-webkit-keyframes arrowone { 0% { opacity: 1; -webkit-transform: translateY(0px); transform: translateY(0px); } 50% { -webkit-transform: translateY(-120px); transform: translateY(-120px); } 100% { -webkit-transform: translateY(120px); transform: translateY(120px); } } @keyframes arrowone { 0% { opacity: 1; -webkit-transform: translateY(0px); transform: translateY(0px); } 50% { -webkit-transform: translateY(-120px); transform: translateY(-120px); } 100% { -webkit-transform: translateY(120px); transform: translateY(120px); } } .container-about { width: 100vw; height: 100vh; background: none; display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-orient: horizontal; -webkit-box-direction: normal; -ms-flex-direction: row; flex-direction: row; -ms-flex-wrap: wrap; flex-wrap: wrap; } .container-about .left-about { -webkit-box-flex: 1; -ms-flex: 1; flex: 1; } .container-about .right-about { -webkit-box-flex: 1; -ms-flex: 1; flex: 1; } .intro { position: relative; width: 90%; height: 50%; top: 15%; margin-left: -5%; margin-right: 5%; } .intro p { margin-top: 0; color: #ECF0F1; font-size: 1.2rem; font-weight: 550; font-family: "Darker Grotesque", sans-serif; } .skills { font-size: 55px; color: #FF9AA2; } .fa-html5:hover, .fa-css3-alt:hover, .fa-js-square:hover, .fa-git-alt:hover, .fa-node:hover, .fa-sass:hover, .fa-bootstrap:hover { -webkit-transform: scale(1.3) rotate(10deg); transform: scale(1.3) rotate(10deg); color: #A1C9F1; } .letter-h { font-family: "Fredericka the Great", cursive; color: #E0BBE4; font-size: 2.2rem; } .container-projects { position: relative; margin: auto; margin-top: 8%; width: 1100px; display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-pack: center; -ms-flex-pack: center; justify-content: center; -webkit-box-align: center; -ms-flex-align: center; align-items: center; -ms-flex-wrap: wrap; flex-wrap: wrap; padding: 30px 10px; } .container-projects .card { position: relative; max-width: 300px; height: 120px; margin: 30px 10px; padding: 20px 15px; display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-orient: vertical; -webkit-box-direction: normal; -ms-flex-direction: column; flex-direction: column; border-radius: 10px 10px 50px 50px; -webkit-box-shadow: 0 5px 20px rgba(0, 0, 0, 0.5); box-shadow: 0 5px 20px rgba(0, 0, 0, 0.5); -webkit-transition: 0.3s ease-in-out; transition: 0.3s ease-in-out; } .container-projects .card:hover { height: 380px; } .container-projects .card-one:hover { background: #E0BBE4; border: 6px solid #E0BBE4; } .container-projects .card-two:hover { background: #ACECD5; } .container-projects .card-three:hover { background: #FFB7B2; } .container-projects .card-four:hover { background: #A1C9F1; } .container-projects .card .imgbox { position: relative; width: 265px; height: 180px; top: -60px; left: 17px; z-index: 1; display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-pack: center; -ms-flex-pack: center; justify-content: center; background: none; } .container-projects .card .imgbox img { max-width: 100%; max-height: 160px; border-radius: 50px 50px 10px 10px; z-index: 1; -webkit-box-shadow: 0 5px 20px rgba(0, 0, 0, 0.2); box-shadow: 0 5px 20px rgba(0, 0, 0, 0.2); } .card-one-img { border: 6px solid #E0BBE4; } .card-two-img { border: 6px solid #ACECD5; } .card-three-img { border: 6px solid #FFB7B2; } .card-four-img { border: 6px solid #A1C9F1; } .container-projects .card .content-projects { position: relative; margin-top: -140px; margin-bottom: 20px; padding: 10px 15px; text-align: justify; color: #000; visibility: hidden; opacity: 0; -webkit-transition: 0.25s ease-in-out; transition: 0.25s ease-in-out; } .content-projects h2 { text-align: center; font-size: 20px; } .container-projects .card .content-projects .links { position: relative; display: -webkit-box; display: -ms-flexbox; display: flex; -ms-flex-wrap: wrap; flex-wrap: wrap; -ms-flex-pack: distribute; justify-content: space-around; margin-top: 30%; } .container-projects .card .content-projects .links a { text-decoration: none; font-weight: bold; } .container-projects .card .content-projects .links .fa-github-square, .container-projects .card .content-projects .links .fa-chrome { color: #ff5e53; font-size: 2.2rem; } .container-projects .card:hover .content-projects { visibility: visible; opacity: 1; margin-top: -70px; -webkit-transition-delay: 0.3s; transition-delay: 0.3s; } ::-webkit-scrollbar { width: 5px; } ::-webkit-scrollbar-track { -webkit-box-shadow: inset 0 0 5px rgba(255, 255, 255, 0.05); box-shadow: inset 0 0 5px rgba(255, 255, 255, 0.05); border-radius: 20px; } ::-webkit-scrollbar-thumb { background: #ff5e53; border-radius: 10px; } ::-webkit-scrollbar-thumb:hover { background: #ff5e53; } .contact-section { position: relative; margin: auto; margin-top: 8%; margin-bottom: 2%; width: 1240px; height: 530px; background: none; } .loading { position: absolute; width: 38%; height: 4%; z-index: 1; left: 34%; top: 54%; background: none; border-radius: 50px; } .c-load { position: absolute; width: 4.4%; height: 100%; border-radius: 50%; -webkit-box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19); box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19); } .l-one { background: #ACECD5; left: 0%; -webkit-animation: loading 1s ease infinite alternate; animation: loading 1s ease infinite alternate; } .l-two { background: #FF9AA2; left: 8%; -webkit-animation: loading 1.2s ease infinite alternate; animation: loading 1.2s ease infinite alternate; } .l-three { background: #E0BBE4; left: 16%; -webkit-animation: loading 1.4s ease infinite alternate; animation: loading 1.4s ease infinite alternate; } .l-four { background: #FFB7B2; left: 24%; -webkit-animation: loading 1.6s ease infinite alternate; animation: loading 1.6s ease infinite alternate; } .l-five { background: #ACECD5; left: 32%; -webkit-animation: loading 1.8s ease infinite alternate; animation: loading 1.8s ease infinite alternate; } .l-six { background: #FF9AA2; left: 40%; -webkit-animation: loading 2s ease infinite alternate; animation: loading 2s ease infinite alternate; } .l-seven { background: #E0BBE4; left: 48%; -webkit-animation: loading 2.2s ease infinite alternate; animation: loading 2.2s ease infinite alternate; } .l-eight { background: #FFB7B2; left: 56%; -webkit-animation: loading 2.4s ease infinite alternate; animation: loading 2.4s ease infinite alternate; } .l-nine { background: #ACECD5; left: 64%; -webkit-animation: loading 2.6s ease infinite alternate; animation: loading 2.6s ease infinite alternate; } .l-ten { background: #FF9AA2; left: 72%; -webkit-animation: loading 2.8s ease infinite alternate; animation: loading 2.8s ease infinite alternate; } .l-eleven { background: #E0BBE4; left: 80%; -webkit-animation: loading 3s ease infinite alternate; animation: loading 3s ease infinite alternate; } .l-twelve { background: #FFB7B2; left: 88%; -webkit-animation: loading 3.2s ease infinite alternate; animation: loading 3.2s ease infinite alternate; } .profile-outline-two { position: absolute; width: 32.5%; height: 74.5%; top: 15%; left: -.5%; z-index: 2; border-radius: 50%; border: 6px double #DFCC74; background: none; -webkit-animation: rotate 1s ease infinite; animation: rotate 1s ease infinite; } .profile-outline { position: absolute; width: 30%; height: 69%; top: 18%; left: 0.8%; z-index: 2; border-radius: 50%; border: 5px dashed #DFCC74; background: none; -webkit-animation: rotate 1s ease infinite; animation: rotate 1s ease infinite; } .profile-pic { position: absolute; width: 28%; height: 65%; top: 21%; left: 2.2%; z-index: -2; border-radius: 50%; -webkit-box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19); box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19); background-image: url("/img/profile-pic.jpg"); background-position: center; background-size: 380px 380px; } .mobile-full { position: absolute; width: 30%; height: 100%; right: 1%; top: 0%; z-index: 2; background: none; } .my-mobile { position: absolute; width: 78%; height: 100%; background: #363636; left: 13%; top: 0%; z-index: 1; border-radius: 25px; -webkit-box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19); box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19); border: 1px solid #000; } .curve { position: absolute; top: -4.7%; left: 43%; width: 14%; height: 12%; background: #363636; -webkit-clip-path: polygon(0% 0%, 100% 100%, 0% 100%); clip-path: polygon(0% 0%, 100% 100%, 0% 100%); -webkit-transform: rotate(-59deg); transform: rotate(-59deg); border-radius: 1em 1em 1em 3em; z-index: 2; } .curve-copy { position: absolute; top: -4.7%; left: 47%; width: 14%; height: 12%; background: #363636; -webkit-clip-path: polygon(100% 0, 0% 100%, 100% 100%); clip-path: polygon(100% 0, 0% 100%, 100% 100%); -webkit-transform: rotate(59deg); transform: rotate(59deg); border-radius: 1em 1em 3em 1em; z-index: 2; } .front-camera { position: absolute; width: 6%; height: 3%; top: 1%; left: 48%; border-radius: 50%; background: #404040; z-index: 2; border: 1px solid #000; } .inner-layer { position: absolute; width: 94%; height: 95.8%; background-image: url("https://i.pinimg.com/originals/f4/a7/44/f4a7445edb5d0d7e539ffc1e2e945d26.png"); background-position: center; background-origin: fill; background-repeat: no-repeat; background-size: 280px 600px; left: 3%; top: 2%; border-radius: 25px; } .time:before { position: absolute; content: '12:07'; color: #fff; font-family: "Roboto", sans-serif; font-size: 10px; left: 6%; top: 0.5%; } .battery:before { position: absolute; content: '100%'; color: #fff; font-family: "Roboto", sans-serif; font-size: 10px; right: 6%; top: 0.5%; } .network { position: absolute; top: 0.5%; right: 19%; width: 3.8%; height: 2.5%; background: #fff; -webkit-clip-path: polygon(100% 0, 0% 100%, 100% 100%); clip-path: polygon(100% 0, 0% 100%, 100% 100%); } .four-g { position: absolute; right: 25%; top: 0.8%; background: #fff; width: 11%; height: 2.2%; } .four-g:before { position: absolute; content: 'VoLTE'; color: #DCDCDC; font-family: "Roboto", sans-serif; font-size: 8px; right: 10%; top: 1%; } .arrow { position: absolute; height: 2%; width: 4%; z-index: 2; top: 78%; left: 49%; -webkit-transform: rotate(224deg); transform: rotate(224deg); border-style: solid; border-color: #fff; border-width: 0px 2px 2px 0px; } .contact-me-window { position: absolute; width: 80%; height: 7%; background: #1a1c20; left: 10%; top: 40%; border-radius: 30px; } .contact-me-window:after { position: absolute; content: 'CONTACT ME'; font-weight: bold; color: #DCDCDC; font-family: "Roboto", sans-serif; font-size: 18px; left: 10%; top: 18%; } .fa-paper-plane { position: absolute; color: #DCDCDC; font-size: 18px; top: 18.5%; left: 78%; } .icon { position: absolute; color: #DCDCDC; font-size: 30px; top: 150%; } .icon-one { left: 10%; } .icon-two { left: 30%; } .icon-three { left: 50%; } .icon-four { left: 70%; } .volume-key { position: absolute; width: 2%; height: 13%; background: #363636; left: 11.5%; top: 20%; border-radius: 50px; z-index: -1; border: 1px solid #000; } .silent-toggler { position: absolute; width: 2%; height: 8%; background: #363636; right: 7.2%; top: 15%; border-radius: 50px; z-index: -1; border: 1px solid #000; } .power-button { position: absolute; width: 2%; height: 10%; background: #363636; right: 7.2%; top: 29%; z-index: -1; border: 1px solid #000; border-radius: 50px; } @-webkit-keyframes loading { 0% { opacity: 1; -webkit-transform: translateY(0px); transform: translateY(0px); } 50% { opacity: 0; -webkit-transform: translateY(-10px); transform: translateY(-10px); } 100% { opacity: 0.2; -webkit-transform: translateY(-20px); transform: translateY(-20px); } } @keyframes loading { 0% { opacity: 1; -webkit-transform: translateY(0px); transform: translateY(0px); } 50% { opacity: 0; -webkit-transform: translateY(-10px); transform: translateY(-10px); } 100% { opacity: 0.2; -webkit-transform: translateY(-20px); transform: translateY(-20px); } } @-webkit-keyframes rotate { 0% { -webkit-transform: rotate(0deg); transform: rotate(0deg); } 50% { -webkit-transform: rotate(5deg); transform: rotate(5deg); } 100% { -webkit-transform: rotate(0deg); transform: rotate(0deg); } } @keyframes rotate { 0% { -webkit-transform: rotate(0deg); transform: rotate(0deg); } 50% { -webkit-transform: rotate(5deg); transform: rotate(5deg); } 100% { -webkit-transform: rotate(0deg); transform: rotate(0deg); } } html { scroll-behavior: smooth; } body { background: #222831; margin: 0; padding: 0; font-family: "Balsamiq Sans", cursive; overflow-x: hidden; } body nav { color: #E0BBE4; margin: auto; width: 85%; display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-pack: justify; -ms-flex-pack: justify; justify-content: space-between; position: fixed; top: 0; left: 0; right: 0; z-index: 100; } body nav span { color: #404040; } body .container { min-width: 1392px; width: 100vw; height: 100vh; background: none; display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-orient: vertical; -webkit-box-direction: normal; -ms-flex-direction: column; flex-direction: column; -ms-flex-wrap: wrap; flex-wrap: wrap; } body .container .left { -webkit-box-flex: 1; -ms-flex: 1; flex: 1; } body .container .right { -webkit-box-flex: 1; -ms-flex: 1; flex: 1; } nav div { padding: 20px; } nav a { color: #88878b; padding: 10px; position: relative; text-transform: uppercase; margin-left: 25px; text-decoration: none; -ms-flex-pack: distribute; justify-content: space-around; font-weight: bold; } nav a::after { content: ''; border-bottom: 3px dotted #e94560; position: absolute; top: 0; left: 0; opacity: 0; -webkit-transform: translateY(10px) scale(1.2); transform: translateY(10px) scale(1.2); -webkit-transition: -webkit-transform 0.3s ease; transition: -webkit-transform 0.3s ease; transition: transform 0.3s ease; transition: transform 0.3s ease, -webkit-transform 0.3s ease; height: 100%; width: 100%; } nav a:hover::after { -webkit-transform: translateY(0); transform: translateY(0); opacity: 1; } nav .special-link .fa-codepen { padding: 5px; -webkit-box-pack: end; -ms-flex-pack: end; justify-content: flex-end; font-size: 1.6rem; } .active { padding: 8px 15px; width: 60px; height: 20px; color: #E0BBE4; font-weight: bold; border-bottom: 3px dotted #e94560; } .myname { position: relative; width: 70%; margin-left: 15%; margin-bottom: 18%; top: 22%; font-size: 4rem; font-family: "Secular One", sans-serif; color: #fff; } .special { font-family: "Fredericka the Great", cursive; color: #E0BBE4; margin-left: 15%; margin-bottom: 2%; font-size: 6rem; font-weight: 400; letter-spacing: 8px; -webkit-animation: bounceIn 2s forwards; animation: bounceIn 2s forwards; } .one-liner { margin-top: -40px; margin-bottom: 15px; height: 5%; font-size: 3rem; border-bottom: 3px dotted #E0BBE4; } h4 { position: relative; margin-left: 15%; font-size: 1.5rem; font-weight: 400; letter-spacing: 2px; font-family: "Secular One", sans-serif; color: #fff; } .social-icons { padding: 10px; } .social-ul { list-style-type: none; display: -webkit-box; display: -ms-flexbox; display: flex; -ms-flex-wrap: wrap; flex-wrap: wrap; -webkit-box-pack: center; -ms-flex-pack: center; justify-content: center; padding: 0; margin: 0; } .social-ul li { font-size: 2.6rem; } .social-ul a { display: -webkit-inline-box; display: -ms-inline-flexbox; display: inline-flex; text-decoration: none; width: 50px; height: 50px; -webkit-box-pack: center; -ms-flex-pack: center; justify-content: center; -webkit-box-align: center; -ms-flex-align: center; align-items: center; margin: 5px 10px; } .fa-codepen:hover, .fa-github:hover, .fa-linkedin:hover, .fa-twitter:hover { color: #E0BBE4; -webkit-transform: scale(1.2); transform: scale(1.2); } .fa-twitter, .fa-codepen, .fa-linkedin, .fa-github { color: #fff; } footer { position: absolute; position: fixed; right: -6.5%; bottom: 24%; -webkit-transform: rotate(90deg); transform: rotate(90deg); color: #88878b; } footer .fa-heart { color: #ff5e53; } footer .fa-code { color: #fff; } /*# sourceMappingURL=main.css.map */
css/main.css
@import url("https://fonts.googleapis.com/css2?family=Balsamiq+Sans&family=Darker+Grotesque&family=Fredericka+the+Great&family=Secular+One&display=swap"); @import url("https://fonts.googleapis.com/css2?family=Balsamiq+Sans&family=Darker+Grotesque&family=Fredericka+the+Great&family=Secular+One&display=swap"); @import url("https://fonts.googleapis.com/css2?family=Balsamiq+Sans&family=Darker+Grotesque&family=Fredericka+the+Great&family=Secular+One&display=swap"); @import url("https://fonts.googleapis.com/css2?family=Balsamiq+Sans&family=Darker+Grotesque&family=Fredericka+the+Great&family=Secular+One&display=swap"); @import url("https://fonts.googleapis.com/css2?family=Balsamiq+Sans&family=Darker+Grotesque&family=Fredericka+the+Great&family=Secular+One&display=swap"); @import url("https://fonts.googleapis.com/css2?family=Balsamiq+Sans&family=Darker+Grotesque&family=Fredericka+the+Great&family=Secular+One&display=swap"); .circular-space { position: relative; width: 500px; height: 420px; margin: auto; margin-top: 22%; margin-right: 15%; border-radius: 50%; background: #ACECD5; overflow: hidden; -webkit-animation: backInLeft 1s; animation: backInLeft 1s; -webkit-box-shadow: 0 5px 20px rgba(255, 255, 255, 0.5); box-shadow: 0 5px 20px rgba(255, 255, 255, 0.5); } .table { position: absolute; width: 100%; height: 20%; top: 85%; border-radius: 50px; background: -webkit-gradient(linear, left top, right top, from(#d49987), to(#7c5a5a)); background: linear-gradient(90deg, #d49987 0%, #7c5a5a 100%); -webkit-animation: backInUp 5.3s forwards; animation: backInUp 5.3s forwards; } .wall { position: absolute; width: 100%; height: 58%; z-index: 1; background: none; top: -1%; overflow: hidden; } .brick { position: absolute; width: 18%; height: 8%; z-index: 2; border-radius: 5px; background: #8d93ab; } .one { top: 10%; left: 19%; -webkit-animation: backInDown 2s forwards; animation: backInDown 2s forwards; } .two { top: 10%; left: 39%; -webkit-animation: backInDown 2s forwards; animation: backInDown 2s forwards; } .three { top: 10%; left: 59%; -webkit-animation: backInDown 2s forwards; animation: backInDown 2s forwards; } .four { top: 20%; left: 9%; -webkit-animation: backInDown 2.5s forwards; animation: backInDown 2.5s forwards; } .five { top: 20%; left: 29%; -webkit-animation: backInDown 2.5s forwards; animation: backInDown 2.5s forwards; } .six { top: 20%; left: 49%; -webkit-animation: backInDown 2.5s forwards; animation: backInDown 2.5s forwards; } .seven { top: 20%; left: 69%; -webkit-animation: backInDown 2.5s forwards; animation: backInDown 2.5s forwards; } .eight { top: 30%; left: -1%; -webkit-animation: backInDown 3s forwards; animation: backInDown 3s forwards; } .nine { top: 30%; left: 19%; -webkit-animation: backInDown 3s forwards; animation: backInDown 3s forwards; } .ten { top: 30%; left: 39%; -webkit-animation: backInDown 3s forwards; animation: backInDown 3s forwards; } .eleven { top: 30%; left: 59%; -webkit-animation: backInDown 3s forwards; animation: backInDown 3s forwards; } .twelve { top: 30%; left: 79%; -webkit-animation: backInDown 3s forwards; animation: backInDown 3s forwards; } .thirteen { top: 40%; left: 9%; -webkit-animation: backInDown 3.5s forwards; animation: backInDown 3.5s forwards; } .fourteen { top: 40%; left: 29%; -webkit-animation: backInDown 3.5s forwards; animation: backInDown 3.5s forwards; } .fifteen { top: 40%; left: 49%; -webkit-animation: backInDown 3.5s forwards; animation: backInDown 3.5s forwards; } .sixteen { top: 40%; left: 69%; -webkit-animation: backInDown 3.5s forwards; animation: backInDown 3.5s forwards; } .seventeen { top: 50%; left: -1%; -webkit-animation: backInDown 4s forwards; animation: backInDown 4s forwards; } .eighteen { top: 50%; left: 19%; -webkit-animation: backInDown 4s forwards; animation: backInDown 4s forwards; } .nineteen { top: 50%; left: 39%; -webkit-animation: backInDown 4s forwards; animation: backInDown 4s forwards; } .twenty { top: 50%; left: 59%; -webkit-animation: backInDown 4s forwards; animation: backInDown 4s forwards; } .twentyone { top: 50%; left: 79%; -webkit-animation: backInDown 4s forwards; animation: backInDown 4s forwards; } .twentytwo { top: 60%; left: 9%; -webkit-animation: backInDown 4.5s forwards; animation: backInDown 4.5s forwards; } .twentythree { top: 60%; left: 29%; -webkit-animation: backInDown 4.5s forwards; animation: backInDown 4.5s forwards; } .twentyfour { top: 60%; left: 49%; -webkit-animation: backInDown 4.5s forwards; animation: backInDown 4.5s forwards; } .twentyfive { top: 60%; left: 69%; -webkit-animation: backInDown 4.5s forwards; animation: backInDown 4.5s forwards; } .twentysix { top: 60%; left: 89%; -webkit-animation: backInDown 4.5s forwards; animation: backInDown 4.5s forwards; } .twentyseven { top: 70%; left: -1%; -webkit-animation: backInDown 5s forwards; animation: backInDown 5s forwards; } .twentyeight { top: 70%; left: 19%; -webkit-animation: backInDown 5s forwards; animation: backInDown 5s forwards; } .twentynine { top: 70%; left: 39%; -webkit-animation: backInDown 5s forwards; animation: backInDown 5s forwards; } .thirty { top: 70%; left: 59%; -webkit-animation: backInDown 5s forwards; animation: backInDown 5s forwards; } .thirtyone { top: 70%; left: 79%; -webkit-animation: backInDown 5s forwards; animation: backInDown 5s forwards; } .hang { position: absolute; width: 1%; height: 30%; z-index: 4; background: #222831; top: 1%; left: 20%; -webkit-animation: fadeInDown 3s forwards; animation: fadeInDown 3s forwards; } .bulb { position: absolute; width: 6.5%; height: 10%; z-index: 4; background: #E0BBE4; border: 3px solid #222831; border-radius: 50% 50% 5px 5px; top: 30%; left: 16.8%; -webkit-animation: fadeInDown 3s forwards; animation: fadeInDown 3s forwards; } .light { position: absolute; width: 150%; height: 250%; background: -webkit-gradient(linear, left bottom, left top, from(rgba(224, 205, 169, 0)), to(#e0cda9)); background: linear-gradient(360deg, rgba(224, 205, 169, 0) 0%, #e0cda9 100%); top: 107%; z-index: 4; left: -25%; -webkit-clip-path: polygon(20% 0%, 80% 0%, 100% 100%, 0% 100%); clip-path: polygon(20% 0%, 80% 0%, 100% 100%, 0% 100%); -webkit-animation: fadeInDown 3s forwards; animation: fadeInDown 3s forwards; } .poster { position: absolute; width: 15%; height: 23%; z-index: 3; top: 30%; left: 77%; background: url("https://i.pinimg.com/originals/27/5b/51/275b51faf0c827c8d0fc8553b8485b85.jpg"); background-position: center; background-origin: fill; background-repeat: no-repeat; background-size: 100px 200px; border-radius: 5px; border: 5px solid #222831; -webkit-animation: rotateIn 2s forwards; animation: rotateIn 2s forwards; } .laptop { position: absolute; width: 25%; height: 20%; border-radius: 10px; border: 1.5px solid #000; background: #FFB7B2; top: 62%; left: 35%; z-index: 4; -webkit-animation: slideInUp 2.2s forwards; animation: slideInUp 2.2s forwards; } .laptop:after { position: absolute; content: ''; width: 60%; height: 100%; border-radius: 10px 0 0 10px; background: #FFDDDD; left: 0.2%; -webkit-clip-path: polygon(0 0, 100% 0%, 75% 100%, 0% 100%); clip-path: polygon(0 0, 100% 0%, 75% 100%, 0% 100%); } .laptop-stand { position: absolute; width: 100%; height: 10%; border-radius: 10px; border: 1.5px solid #000; background: #FFB7B2; top: 100%; left: 0.2%; z-index: 4; -webkit-animation: slideInUp 2.2s forwards; animation: slideInUp 2.2s forwards; } .laptop-stand:after { position: absolute; content: ''; width: 45.5%; height: 100%; border-radius: 10px 0 0 10px; background: #FFDDDD; left: 0.2%; -webkit-clip-path: polygon(0 0, 100% 0%, 75% 100%, 0% 100%); clip-path: polygon(0 0, 100% 0%, 75% 100%, 0% 100%); } .logo { position: absolute; width: 10%; height: 15%; z-index: 4; border-radius: 50px; background: #222831; top: 49%; left: 46%; } .cup { position: absolute; width: 8%; height: 12%; border-radius: 5px; background: #f1f1f6; -webkit-clip-path: polygon(20% 0%, 80% 0%, 100% 100%, 0% 100%); clip-path: polygon(20% 0%, 80% 0%, 100% 100%, 0% 100%); -webkit-transform: rotate(180deg); transform: rotate(180deg); top: 73%; left: 15%; z-index: 3; -webkit-animation: zoomInUp 2.5s forwards; animation: zoomInUp 2.5s forwards; } .cup:after { position: absolute; content: ''; width: 45.5%; height: 100%; border-radius: 0 0 5px 0; background: #f4f3f3; left: 53.9%; -webkit-clip-path: polygon(20% 0%, 80% 0%, 100% 100%, 0% 100%); clip-path: polygon(20% 0%, 80% 0%, 100% 100%, 0% 100%); } .cup-cover { position: absolute; width: 200%; height: 40%; z-index: 3; background: #caabd8; bottom: 40%; left: 0%; } .cup-top-cover { position: absolute; width: 9%; height: 2.5%; z-index: 3; border-radius: 2px; background: #caabd8; top: 71%; left: 14.5%; -webkit-animation: zoomInUp 2.5s forwards; animation: zoomInUp 2.5s forwards; } .cup-top-bump { position: absolute; width: 5%; height: 2%; z-index: 3; border-radius: 3px 3px 0 0; background: #caabd8; top: 69.3%; left: 16.5%; -webkit-animation: zoomInUp 2.5s forwards; animation: zoomInUp 2.5s forwards; } .me { position: absolute; width: 50%; height: 60%; top: 25%; left: 23%; background: none; z-index: 3; -webkit-animation: slideInDown 4.5s forwards; animation: slideInDown 4.5s forwards; } .face { position: absolute; width: 36%; height: 32%; top: 8%; left: 31%; z-index: 3; border-radius: 20% 20% 50% 50%; background: #f1c27d; } .hair { position: absolute; width: 42%; height: 40%; z-index: 2; left: 28%; top: -6%; background: #17202A; border-radius: 50%; } .band { position: absolute; width: 27%; height: 5%; background: #cf3416; border-radius: 20px; left: 35.5%; z-index: 3; top: -4.3%; } .bun { position: absolute; width: 42%; height: 30%; background: #17202A; border-radius: 50% 50% 45% 45%; left: 28%; z-index: 2; top: -32%; overflow: hidden; } .flix { position: absolute; top: 3%; z-index: 5; -webkit-transform: rotate(22deg); transform: rotate(22deg); background: #17202A; border-radius: 10px 50px; } .one-f { width: 15%; height: 8%; left: 48%; } .two-f { width: 10%; height: 8%; left: 40%; } .specs { position: absolute; width: 30%; height: 30%; border: 3px solid #17202A; border-radius: 40% 40% 50% 50%; } .left { top: 20%; left: 10%; } .right { top: 20%; right: 10%; } .specs-handle { position: absolute; width: 20%; height: 0.5%; top: 23%; left: 40%; border-top: 3px solid #17202A; } .eyes { position: absolute; width: 15%; height: 15%; border-radius: 50%; border-top: 2px solid #000; } .left-e { top: 33%; left: 20%; } .right-e { top: 33%; right: 20%; } .mouth { position: absolute; width: 28%; height: 20%; top: 60%; left: 36.5%; background: #1C2833; border-radius: 2px 2px 50px 50px; overflow: hidden; } .mouth:after { position: absolute; content: ''; width: 100%; height: 50%; top: 52%; border-radius: 50%; background: #e76a6a; } .cheeks-left { position: absolute; width: 15%; height: 15%; border-radius: 50%; background: #ff9595; top: 48%; left: 20%; } .cheeks-right { position: absolute; width: 15%; height: 15%; border-radius: 50%; background: #ff9595; top: 48%; right: 20%; } .neck { position: absolute; width: 10%; height: 15%; z-index: 3; border-radius: 50px; background: #f1c27d; top: 34%; left: 44%; } .top { position: absolute; width: 52.5%; height: 50%; z-index: 2; top: 45%; left: 23.6%; background: #e94560; border-radius: 30% 30% 10% 10%; } .sleeve { position: absolute; width: 25.9%; height: 15%; z-index: 2; background: #e94560; top: 55%; } .left-sleeve { border-radius: 8px 0 0 8px; -webkit-transform: rotate(-45deg); transform: rotate(-45deg); left: 13%; } .right-sleeve { border-radius: 0 8px 8px 0; -webkit-transform: rotate(45deg); transform: rotate(45deg); right: 13%; } .hand { position: absolute; height: 10%; background: #f1c27d; top: 68%; } .left-hand { width: 20%; border-radius: 10px 0 0 10px; -webkit-transform: rotate(-45deg); transform: rotate(-45deg); left: 5%; } .right-hand { width: 22%; border-radius: 0 10px 10px 0; -webkit-transform: rotate(45deg); transform: rotate(45deg); right: 5%; } .arm { position: absolute; width: 26.8%; height: 10%; z-index: 3; background: #f1c27d; -webkit-clip-path: polygon(0 0, 100% 23%, 100% 78%, 0% 100%); clip-path: polygon(0 0, 100% 23%, 100% 78%, 0% 100%); } .left-arm { top: 78.7%; border-radius: 10px 0 0 10px; -webkit-transform: rotate(45deg); transform: rotate(45deg); left: 5%; } .right-arm { top: 79.7%; border-radius: 20px 10px 10px 0; -webkit-transform: rotate(132deg); transform: rotate(132deg); right: 5%; } .headphone { position: absolute; width: 4.5%; height: 17%; top: 13%; z-index: 3; background: #A1C9F1; border-radius: 10px; } .left-h { left: 23.3%; border-left: 9px solid #17202A; } .right-h { right: 24.9%; border-right: 9px solid #17202A; } .left-c { position: absolute; width: 60%; height: 50%; top: 25%; z-index: 3; border-radius: 50px 0 0 50px; background: #A1C9F1; left: -140%; } .right-c { position: absolute; width: 60%; height: 50%; top: 25%; z-index: 3; border-radius: 0 50px 50px 0; background: #A1C9F1; right: -140%; } .headphone-band { position: absolute; width: 45%; height: 40%; border-radius: 50%; border-top: 7.3px solid #A1C9F1; z-index: 5; top: -2%; left: 26.5%; } .notebook { position: absolute; width: 20%; height: 4.7%; background: #FF9AA2; top: 79.5%; right: 12%; border-radius: 20px 5px 5px 20px; border: 1.5px solid #000; -webkit-animation: lightSpeedInRight 3s forwards; animation: lightSpeedInRight 3s forwards; } .mobile { position: absolute; width: 10%; height: 2%; background: -webkit-gradient(linear, left top, right top, from(#d6e0f0), to(#8d93aa)); background: linear-gradient(90deg, #d6e0f0 0%, #8d93aa 100%); top: 77%; right: 18%; border-radius: 10px 10px 20px 20px; border: 1px solid #000; -webkit-animation: lightSpeedInRight 3s forwards; animation: lightSpeedInRight 3s forwards; } .small-circle { position: absolute; width: 5%; height: 35%; border-radius: 50px; background: #000; right: 20%; top: 30%; } .about-header { position: relative; top: 30%; width: 400px; height: 230px; margin: auto; background: none; letter-spacing: 8px; } .about-header:before { position: absolute; content: 'About Me'; font-family: Impact, sans-serif; font-size: 6rem; top: 25%; left: -10%; z-index: 4; color: #e94560; -webkit-text-stroke-width: 2.2px; -webkit-text-stroke-color: #FFDDDD; -webkit-animation: arrowone 1s ease infinite alternate; animation: arrowone 1s ease infinite alternate; } .about-header:after { position: absolute; content: 'About Me'; font-family: Impact, sans-serif; font-size: 6rem; top: 20%; left: -10%; color: #e94560; z-index: 3; color: #FFB7B2; -webkit-text-stroke-width: 2.2px; -webkit-text-stroke-color: #FFDDDD; -webkit-animation: arrowone 2s ease infinite alternate; animation: arrowone 2s ease infinite alternate; } .about-hr-layer:before { position: absolute; content: 'About Me'; font-family: Impact, sans-serif; font-size: 6rem; top: 15%; left: -10%; z-index: 2; opacity: 0.8; color: #E0BBE4; -webkit-text-stroke-width: 2.2px; -webkit-text-stroke-color: #FFDDDD; -webkit-animation: arrowone 3s ease infinite alternate; animation: arrowone 3s ease infinite alternate; } .about-hr-layer:after { position: absolute; content: 'About Me'; font-family: Impact, sans-serif; font-size: 6rem; top: 10%; left: -10%; z-index: 1; opacity: 0.8; color: #ACECD5; -webkit-text-stroke-width: 2.2px; -webkit-text-stroke-color: #FFDDDD; -webkit-animation: arrowone 4s ease infinite alternate; animation: arrowone 4s ease infinite alternate; } @-webkit-keyframes arrowone { 0% { opacity: 1; -webkit-transform: translateY(0px); transform: translateY(0px); } 50% { -webkit-transform: translateY(-120px); transform: translateY(-120px); } 100% { -webkit-transform: translateY(120px); transform: translateY(120px); } } @keyframes arrowone { 0% { opacity: 1; -webkit-transform: translateY(0px); transform: translateY(0px); } 50% { -webkit-transform: translateY(-120px); transform: translateY(-120px); } 100% { -webkit-transform: translateY(120px); transform: translateY(120px); } } .container-about { width: 100vw; height: 100vh; background: none; display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-orient: horizontal; -webkit-box-direction: normal; -ms-flex-direction: row; flex-direction: row; -ms-flex-wrap: wrap; flex-wrap: wrap; } .container-about .left-about { -webkit-box-flex: 1; -ms-flex: 1; flex: 1; } .container-about .right-about { -webkit-box-flex: 1; -ms-flex: 1; flex: 1; } .intro { position: relative; width: 90%; height: 50%; top: 15%; margin-left: -5%; margin-right: 5%; } .intro p { margin-top: 0; color: #ECF0F1; font-size: 1.2rem; font-weight: 550; font-family: "Darker Grotesque", sans-serif; } .skills { font-size: 55px; color: #FF9AA2; } .fa-html5:hover, .fa-css3-alt:hover, .fa-js-square:hover, .fa-git-alt:hover, .fa-node:hover, .fa-sass:hover, .fa-bootstrap:hover { -webkit-transform: scale(1.3) rotate(10deg); transform: scale(1.3) rotate(10deg); color: #A1C9F1; } .letter-h { font-family: "Fredericka the Great", cursive; color: #E0BBE4; font-size: 2.2rem; } .container-projects { position: relative; margin: auto; margin-top: 8%; width: 1100px; display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-pack: center; -ms-flex-pack: center; justify-content: center; -webkit-box-align: center; -ms-flex-align: center; align-items: center; -ms-flex-wrap: wrap; flex-wrap: wrap; padding: 30px 10px; } .container-projects .card { position: relative; max-width: 300px; height: 120px; margin: 30px 10px; padding: 20px 15px; display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-orient: vertical; -webkit-box-direction: normal; -ms-flex-direction: column; flex-direction: column; border-radius: 10px 10px 50px 50px; -webkit-box-shadow: 0 5px 20px rgba(0, 0, 0, 0.5); box-shadow: 0 5px 20px rgba(0, 0, 0, 0.5); -webkit-transition: 0.3s ease-in-out; transition: 0.3s ease-in-out; } .container-projects .card:hover { height: 380px; } .container-projects .card-one:hover { background: #E0BBE4; border: 6px solid #E0BBE4; } .container-projects .card-two:hover { background: #ACECD5; } .container-projects .card-three:hover { background: #FFB7B2; } .container-projects .card-four:hover { background: #A1C9F1; } .container-projects .card .imgbox { position: relative; width: 265px; height: 180px; top: -60px; left: 17px; z-index: 1; display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-pack: center; -ms-flex-pack: center; justify-content: center; background: none; } .container-projects .card .imgbox img { max-width: 100%; max-height: 160px; border-radius: 50px 50px 10px 10px; z-index: 1; -webkit-box-shadow: 0 5px 20px rgba(0, 0, 0, 0.2); box-shadow: 0 5px 20px rgba(0, 0, 0, 0.2); } .card-one-img { border: 6px solid #E0BBE4; } .card-two-img { border: 6px solid #ACECD5; } .card-three-img { border: 6px solid #FFB7B2; } .card-four-img { border: 6px solid #A1C9F1; } .container-projects .card .content-projects { position: relative; margin-top: -140px; margin-bottom: 20px; padding: 10px 15px; text-align: justify; color: #000; visibility: hidden; opacity: 0; -webkit-transition: 0.25s ease-in-out; transition: 0.25s ease-in-out; } .content-projects h2 { text-align: center; font-size: 20px; } .container-projects .card .content-projects .links { position: relative; display: -webkit-box; display: -ms-flexbox; display: flex; -ms-flex-wrap: wrap; flex-wrap: wrap; -ms-flex-pack: distribute; justify-content: space-around; margin-top: 30%; } .container-projects .card .content-projects .links a { text-decoration: none; font-weight: bold; } .container-projects .card .content-projects .links .fa-github-square, .container-projects .card .content-projects .links .fa-chrome { color: #ff5e53; font-size: 2.2rem; } .container-projects .card:hover .content-projects { visibility: visible; opacity: 1; margin-top: -70px; -webkit-transition-delay: 0.3s; transition-delay: 0.3s; } ::-webkit-scrollbar { width: 5px; } ::-webkit-scrollbar-track { -webkit-box-shadow: inset 0 0 5px rgba(255, 255, 255, 0.05); box-shadow: inset 0 0 5px rgba(255, 255, 255, 0.05); border-radius: 20px; } ::-webkit-scrollbar-thumb { background: #ff5e53; border-radius: 10px; } ::-webkit-scrollbar-thumb:hover { background: #ff5e53; } .contact-section { position: relative; margin: auto; margin-top: 8%; margin-bottom: 2%; width: 1240px; height: 530px; background: none; } .loading { position: absolute; width: 38%; height: 4%; z-index: 1; left: 34%; top: 54%; background: none; border-radius: 50px; } .c-load { position: absolute; width: 4.4%; height: 100%; border-radius: 50%; -webkit-box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19); box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19); } .l-one { background: #ACECD5; left: 0%; -webkit-animation: loading 1s ease infinite alternate; animation: loading 1s ease infinite alternate; } .l-two { background: #FF9AA2; left: 8%; -webkit-animation: loading 1.2s ease infinite alternate; animation: loading 1.2s ease infinite alternate; } .l-three { background: #E0BBE4; left: 16%; -webkit-animation: loading 1.4s ease infinite alternate; animation: loading 1.4s ease infinite alternate; } .l-four { background: #FFB7B2; left: 24%; -webkit-animation: loading 1.6s ease infinite alternate; animation: loading 1.6s ease infinite alternate; } .l-five { background: #ACECD5; left: 32%; -webkit-animation: loading 1.8s ease infinite alternate; animation: loading 1.8s ease infinite alternate; } .l-six { background: #FF9AA2; left: 40%; -webkit-animation: loading 2s ease infinite alternate; animation: loading 2s ease infinite alternate; } .l-seven { background: #E0BBE4; left: 48%; -webkit-animation: loading 2.2s ease infinite alternate; animation: loading 2.2s ease infinite alternate; } .l-eight { background: #FFB7B2; left: 56%; -webkit-animation: loading 2.4s ease infinite alternate; animation: loading 2.4s ease infinite alternate; } .l-nine { background: #ACECD5; left: 64%; -webkit-animation: loading 2.6s ease infinite alternate; animation: loading 2.6s ease infinite alternate; } .l-ten { background: #FF9AA2; left: 72%; -webkit-animation: loading 2.8s ease infinite alternate; animation: loading 2.8s ease infinite alternate; } .l-eleven { background: #E0BBE4; left: 80%; -webkit-animation: loading 3s ease infinite alternate; animation: loading 3s ease infinite alternate; } .l-twelve { background: #FFB7B2; left: 88%; -webkit-animation: loading 3.2s ease infinite alternate; animation: loading 3.2s ease infinite alternate; } .profile-outline-two { position: absolute; width: 32.5%; height: 74.5%; top: 15%; left: -.5%; z-index: 2; border-radius: 50%; border: 6px double #DFCC74; background: none; -webkit-animation: rotate 1s ease infinite; animation: rotate 1s ease infinite; } .profile-outline { position: absolute; width: 30%; height: 69%; top: 18%; left: 0.8%; z-index: 2; border-radius: 50%; border: 5px dashed #DFCC74; background: none; -webkit-animation: rotate 1s ease infinite; animation: rotate 1s ease infinite; } .profile-pic { position: absolute; width: 28%; height: 65%; top: 21%; left: 2.2%; z-index: -2; border-radius: 50%; -webkit-box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19); box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19); background-image: url("/img/profile-pic.jpg"); background-position: center; background-size: 380px 380px; } .mobile-full { position: absolute; width: 30%; height: 100%; right: 1%; top: 0%; z-index: 2; background: none; } .my-mobile { position: absolute; width: 78%; height: 100%; background: #363636; left: 13%; top: 0%; z-index: 1; border-radius: 25px; -webkit-box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19); box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19); border: 1px solid #000; } .curve { position: absolute; top: -4.7%; left: 43%; width: 14%; height: 12%; background: #363636; -webkit-clip-path: polygon(0% 0%, 100% 100%, 0% 100%); clip-path: polygon(0% 0%, 100% 100%, 0% 100%); -webkit-transform: rotate(-59deg); transform: rotate(-59deg); border-radius: 1em 1em 1em 3em; z-index: 2; } .curve-copy { position: absolute; top: -4.7%; left: 47%; width: 14%; height: 12%; background: #363636; -webkit-clip-path: polygon(100% 0, 0% 100%, 100% 100%); clip-path: polygon(100% 0, 0% 100%, 100% 100%); -webkit-transform: rotate(59deg); transform: rotate(59deg); border-radius: 1em 1em 3em 1em; z-index: 2; } .front-camera { position: absolute; width: 6%; height: 3%; top: 1%; left: 48%; border-radius: 50%; background: #404040; z-index: 2; border: 1px solid #000; } .inner-layer { position: absolute; width: 94%; height: 95.8%; background-image: url("https://i.pinimg.com/originals/f4/a7/44/f4a7445edb5d0d7e539ffc1e2e945d26.png"); background-position: center; background-origin: fill; background-repeat: no-repeat; background-size: 280px 600px; left: 3%; top: 2%; border-radius: 25px; } .time:before { position: absolute; content: '12:07'; color: #fff; font-family: "Roboto", sans-serif; font-size: 10px; left: 6%; top: 0.5%; } .battery:before { position: absolute; content: '100%'; color: #fff; font-family: "Roboto", sans-serif; font-size: 10px; right: 6%; top: 0.5%; } .network { position: absolute; top: 0.5%; right: 19%; width: 3.8%; height: 2.5%; background: #fff; -webkit-clip-path: polygon(100% 0, 0% 100%, 100% 100%); clip-path: polygon(100% 0, 0% 100%, 100% 100%); } .four-g { position: absolute; right: 25%; top: 0.8%; background: #fff; width: 11%; height: 2.2%; } .four-g:before { position: absolute; content: 'VoLTE'; color: #DCDCDC; font-family: "Roboto", sans-serif; font-size: 8px; right: 10%; top: 1%; } .arrow { position: absolute; height: 2%; width: 4%; z-index: 2; top: 78%; left: 49%; -webkit-transform: rotate(224deg); transform: rotate(224deg); border-style: solid; border-color: #fff; border-width: 0px 2px 2px 0px; } .contact-me-window { position: absolute; width: 80%; height: 7%; background: #1a1c20; left: 10%; top: 40%; border-radius: 30px; } .contact-me-window:after { position: absolute; content: 'CONTACT ME'; font-weight: bold; color: #DCDCDC; font-family: "Roboto", sans-serif; font-size: 18px; left: 10%; top: 18%; } .fa-paper-plane { position: absolute; color: #DCDCDC; font-size: 18px; top: 18.5%; left: 78%; } .icon { position: absolute; color: #DCDCDC; font-size: 30px; top: 150%; } .icon-one { left: 10%; } .icon-two { left: 30%; } .icon-three { left: 50%; } .icon-four { left: 70%; } .volume-key { position: absolute; width: 2%; height: 13%; background: #363636; left: 11.5%; top: 20%; border-radius: 50px; z-index: -1; border: 1px solid #000; } .silent-toggler { position: absolute; width: 2%; height: 8%; background: #363636; right: 7.2%; top: 15%; border-radius: 50px; z-index: -1; border: 1px solid #000; } .power-button { position: absolute; width: 2%; height: 10%; background: #363636; right: 7.2%; top: 29%; z-index: -1; border: 1px solid #000; border-radius: 50px; } @-webkit-keyframes loading { 0% { opacity: 1; -webkit-transform: translateY(0px); transform: translateY(0px); } 50% { opacity: 0; -webkit-transform: translateY(-10px); transform: translateY(-10px); } 100% { opacity: 0.2; -webkit-transform: translateY(-20px); transform: translateY(-20px); } } @keyframes loading { 0% { opacity: 1; -webkit-transform: translateY(0px); transform: translateY(0px); } 50% { opacity: 0; -webkit-transform: translateY(-10px); transform: translateY(-10px); } 100% { opacity: 0.2; -webkit-transform: translateY(-20px); transform: translateY(-20px); } } @-webkit-keyframes rotate { 0% { -webkit-transform: rotate(0deg); transform: rotate(0deg); } 50% { -webkit-transform: rotate(5deg); transform: rotate(5deg); } 100% { -webkit-transform: rotate(0deg); transform: rotate(0deg); } } @keyframes rotate { 0% { -webkit-transform: rotate(0deg); transform: rotate(0deg); } 50% { -webkit-transform: rotate(5deg); transform: rotate(5deg); } 100% { -webkit-transform: rotate(0deg); transform: rotate(0deg); } } html { scroll-behavior: smooth; } body { background: #222831; margin: 0; padding: 0; font-family: "Balsamiq Sans", cursive; overflow-x: hidden; } body nav { color: #E0BBE4; margin: auto; width: 85%; display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-pack: justify; -ms-flex-pack: justify; justify-content: space-between; position: fixed; top: 0; left: 0; right: 0; z-index: 100; } body nav span { color: #404040; } body .container { min-width: 1392px; width: 100vw; height: 100vh; background: none; display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-orient: vertical; -webkit-box-direction: normal; -ms-flex-direction: column; flex-direction: column; -ms-flex-wrap: wrap; flex-wrap: wrap; } body .container .left { -webkit-box-flex: 1; -ms-flex: 1; flex: 1; } body .container .right { -webkit-box-flex: 1; -ms-flex: 1; flex: 1; } nav div { padding: 20px; } nav a { color: #88878b; padding: 10px; position: relative; text-transform: uppercase; margin-left: 25px; text-decoration: none; -ms-flex-pack: distribute; justify-content: space-around; font-weight: bold; } nav a::after { content: ''; border-bottom: 3px dotted #e94560; position: absolute; top: 0; left: 0; opacity: 0; -webkit-transform: translateY(10px) scale(1.2); transform: translateY(10px) scale(1.2); -webkit-transition: -webkit-transform 0.3s ease; transition: -webkit-transform 0.3s ease; transition: transform 0.3s ease; transition: transform 0.3s ease, -webkit-transform 0.3s ease; height: 100%; width: 100%; } nav a:hover::after { -webkit-transform: translateY(0); transform: translateY(0); opacity: 1; } nav .special-link .fa-codepen { padding: 5px; -webkit-box-pack: end; -ms-flex-pack: end; justify-content: flex-end; font-size: 1.6rem; } .active { padding: 8px 15px; width: 60px; height: 20px; color: #E0BBE4; font-weight: bold; border-bottom: 3px dotted #e94560; } .myname { position: relative; width: 70%; margin-left: 15%; margin-bottom: 18%; top: 22%; font-size: 4rem; font-family: "Secular One", sans-serif; color: #fff; } .special { font-family: "Fredericka the Great", cursive; color: #E0BBE4; margin-left: 15%; margin-bottom: 2%; font-size: 6rem; font-weight: 400; letter-spacing: 8px; -webkit-animation: bounceIn 2s forwards; animation: bounceIn 2s forwards; } .one-liner { margin-top: -40px; margin-bottom: 15px; height: 5%; font-size: 3rem; border-bottom: 3px dotted #E0BBE4; } h4 { position: relative; margin-left: 15%; font-size: 1.5rem; font-weight: 400; letter-spacing: 2px; font-family: "Secular One", sans-serif; color: #fff; } .social-icons { padding: 10px; } .social-ul { list-style-type: none; display: -webkit-box; display: -ms-flexbox; display: flex; -ms-flex-wrap: wrap; flex-wrap: wrap; -webkit-box-pack: center; -ms-flex-pack: center; justify-content: center; padding: 0; margin: 0; } .social-ul li { font-size: 2.6rem; } .social-ul a { display: -webkit-inline-box; display: -ms-inline-flexbox; display: inline-flex; text-decoration: none; width: 50px; height: 50px; -webkit-box-pack: center; -ms-flex-pack: center; justify-content: center; -webkit-box-align: center; -ms-flex-align: center; align-items: center; margin: 5px 10px; } .fa-codepen:hover, .fa-github:hover, .fa-linkedin:hover, .fa-twitter:hover { color: #E0BBE4; -webkit-transform: scale(1.2); transform: scale(1.2); } .fa-twitter, .fa-codepen, .fa-linkedin, .fa-github { color: #fff; } footer { position: absolute; position: fixed; right: -6.5%; bottom: 24%; -webkit-transform: rotate(90deg); transform: rotate(90deg); color: #88878b; } footer .fa-heart { color: #ff5e53; } footer .fa-code { color: #fff; } /*# sourceMappingURL=main.css.map */
0.433262
0.141311
/* ========================================================================== Base styles: opinionated defaults ========================================================================== */ html, body { height: 100%; max-width: 1920px; } iframe, object, embed { max-width: 100%; } html, html a { -webkit-font-smoothing: antialiased; text-shadow: 1px 1px 1px rgba(0,0,0,0.004); color: #212121; font-size: 1em; line-height: 1.4; } @font-face { font-family: "Cookie"; src: url(../font/Cookie/Cookie-Regular.ttf), url(../font/Cookie/Cookie-Regular.eot), url(../font/Cookie/Cookie-Regular.woff), url(../font/Cookie/Cookie-Regular.svg); } @font-face { font-family: "Futura Light"; src: url(../font/Futura-Light.ttf); } @font-face { font-family: "Helvetica Light"; src: url(../font/Helvetica-Light.ttf); } /* * Remove text-shadow in selection highlight: * https://twitter.com/miketaylr/status/12228805301 * * These selection rule sets have to be separate. * Customize the background color to match your design. */ ::-moz-selection { background: #b3d4fc; text-shadow: none; } ::selection { background: #b3d4fc; text-shadow: none; } /* * A better looking default horizontal rule */ hr { display: block; height: 1px; border: 0; border-top: 1px solid #ccc; margin: 1em 0; padding: 0; } .link { text-decoration: underline; color: #212121; } .link:hover { text-decoration: underline; color: #212121; } .link:visited { text-decoration: underline; color: #212121; } /* * Remove the gap between audio, canvas, iframes, * images, videos and the bottom of their containers: * https://github.com/h5bp/html5-boilerplate/issues/440 */ audio, canvas, iframe, img, svg, video { vertical-align: middle; } /* * Remove default fieldset styles. */ fieldset { border: 0; margin: 0; padding: 0; } /* * Allow only vertical resizing of textareas. */ textarea { resize: vertical; } /* ========================================================================== Browser Upgrade Prompt ========================================================================== */ .browserupgrade { margin: 0.2em 0; background: #ccc; color: #000; padding: 0.2em 0; } /* ========================================================================== Author's custom styles ========================================================================== */ @media only screen and (max-width: 1925px), only screen and (max-device-width: 1925px) { .navContainer { position: relative; top: 30px; left: 37%; font-size: 66px; color: white; font-family: Cookie, sans-serif; } nav .navigation { } nav ul { list-style: none; padding: 0px; position: relative; display: inline-table; text-transform: uppercase; } nav ul a:hover { background-color: #455A64; transition: 0.3s; text-decoration: none; color: #ffffff; } nav ul:after { content: ""; clear: both; display: block; } .navBar { position: absolute; display: block; left: 38.5%; float: left; top: 150px; text-decoration: none; margin-top: -15px; } .navBar a { text-decoration: none; color: #ffffff; background-color: #99AAB5; font-size: 18px; font-family: 'Open Sans Condensed', sans-serif; padding: 13px 60px 13px 60px; margin-right: -5px; } .navBar .navigation .active a { background-color: #455A64; } #mobileContainer { display: none; } .menuIcon { display: none; } .leftFold { width: 0; height: 0; margin-top: -15px; margin-right: -4px; float: right; border-style: solid; border-width: 15px 15px 0 0; border-color: #006b6d transparent transparent transparent; } .rightFold { width: 0; height: 0; margin-left: 0px; margin-top: 2px; border-style: solid; border-width: 0 15px 15px 0; border-color: transparent #006b6d transparent transparent; } .titleText { font-family: Futura Light, sans-serif; font-size: 36px; text-align: center; letter-spacing: 0.2em; margin-top: 30px; } .bodyTextHolder { position: absolute; margin-top: 100px; left: 50%; transform: translateX(-50%) translateY(-50%); } .bodyText { max-width: 586px; line-height: 1.9em; text-align: center; font-family: "Helvetica Light", sans-serif; font-size: 15px; } .linkText { font-family: "Helvetica Light", sans-serif; font-size: 15px; color: #212121; text-decoration: underline; } .topFix { margin-top: 25%; } .linkText:hover { color: #212121; text-decoration: underline; } .subText { font-size: 11px; word-wrap: break-word; } /* Units */ .units { font-family: "Helvetica Light"; font-size: 14px; color: #ffffff; margin-left: -5px; padding: 5px; text-decoration: none; } .units:hover { cursor: hand; text-decoration: none; color: white; } a.unitLinks { } .unitLinks { color: white; } .unitLinks:hover { color: #ffffff; text-decoration: none; } /* color sections */ .loadiframe { width: 100%; background-color: #2C2F33; border: none; } .loadiframe:hover { background-color: #23272A; } .iframe { overflow: hidden; border: none; min-height: 100%; background-color: #E0E0E0; } .frameHolder { margin-left: 31.5%; margin-top: 125px; max-width: 925px; } .unitHeader { font-family: "Helvetica Light", sans-serif; border-bottom: 1px solid #000000; text-decoration: none; width: 50%; margin-left: 25%; text-align: center; font-size: 26px; margin-top: 50px; } #mobileContainer { display: none; } #regUnits { } html::-webkit-scrollbar { display: none; } .mobileUnits { display: none; } /* The Modal (background) */ .modal { display: none; /* Hidden by default */ position: fixed; /* Stay in place */ z-index: 1; /* Sit on top */ padding-top: 100px; /* Location of the box */ left: 0; top: 0; width: 100%; /* Full width */ height: 100%; /* Full height */ overflow: auto; /* Enable scroll if needed */ background-color: rgb(0,0,0); /* Fallback color */ background-color: rgba(0,0,0,0.4); /* Black w/ opacity */ } /* Modal Content */ .modal-content { background-color: #fefefe; margin: auto; padding: 20px; border: 1px solid #888; width: 80%; } /* The Close Button */ .close { color: #aaaaaa; float: right; font-size: 28px; font-weight: bold; } .close:hover, .close:focus { color: #fff; text-decoration: none; cursor: pointer; } .hr { border:1px solid #F2668F; height:0.5%; background-color:#F2668F; margin-left: 65px; } .botFix { padding-top: 250px; } } /* ========================================================================== Helper classes ========================================================================== */ /* * Hide visually and from screen readers */ .hidden { display: none !important; } /* * Hide only visually, but have it available for screen readers: * http://snook.ca/archives/html_and_css/hiding-content-for-accessibility */ .visuallyhidden { border: 0; clip: rect(0 0 0 0); height: 1px; margin: -1px; overflow: hidden; padding: 0; position: absolute; width: 1px; } /* * Extends the .visuallyhidden class to allow the element * to be focusable when navigated to via the keyboard: * https://www.drupal.org/node/897638 */ .visuallyhidden.focusable:active, .visuallyhidden.focusable:focus { clip: auto; height: auto; margin: 0; overflow: visible; position: static; width: auto; } /* * Hide visually and from screen readers, but maintain layout */ .invisible { visibility: hidden; } /* * Clearfix: contain floats * * For modern browsers * 1. The space content is one way to avoid an Opera bug when the * `contenteditable` attribute is included anywhere else in the document. * Otherwise it causes space to appear at the top and bottom of elements * that receive the `clearfix` class. * 2. The use of `table` rather than `block` is only necessary if using * `:before` to contain the top-margins of child elements. */ .clearfix:before, .clearfix:after { content: " "; /* 1 */ display: table; /* 2 */ } .clearfix:after { clear: both; } /* ========================================================================== EXAMPLE Media Queries for Responsive Design. These examples override the primary ('mobile first') styles. Modify as content requires. ========================================================================== */ @media only screen and (max-width: 345px), only screen and (max-device-width: 380px) { /* The Modal (background) */ .modal { display: none; /* Hidden by default */ position: fixed; /* Stay in place */ z-index: 1; /* Sit on top */ padding-top: 30px; /* Location of the box */ left: 0; top: 0; width: 100%; /* Full width */ height: 100%; /* Full height */ overflow: auto; /* Enable scroll if needed */ background-color: rgb(0,0,0); /* Fallback color */ background-color: rgba(0,0,0,0.4); /* Black w/ opacity */ } /* Modal Content */ .modal-content { background-color: #fefefe; margin: auto; padding: 20px; border: 1px solid #888; width: 80%; } /* The Close Button */ .close { color: #aaaaaa; float: right; font-size: 28px; font-weight: bold; } .close:hover, .close:focus { color: #fff; text-decoration: none; cursor: pointer; } #regContainer { display: none; } #mobileContainer { display: block; } .mobileNavContainer { position: absolute; left: -8%; top: 40px; font-size: 35px; color: white; font-family: Cookie, sans-serif; } .menuIcon { display: inline; border: none; background-color: inherit; color: #ffffff; } .mobileUnits{ display: none; background-color: #2C2F33; max-width: 365px; border-top: solid thin #000000; padding-bottom: 250px; position: relative; } .linkText { font-family: "Helvetica Light", sans-serif; font-size: 15px; color: #212121; text-decoration: underline; word-wrap: normal; } .linkText:hover { color: #212121; text-decoration: underline; } nav ul { list-style: none; padding: 0px; position: relative; display: inline-table; text-transform: uppercase; } nav ul a:hover { background-color: #455A64; transition: 0.3s; text-decoration: none; color: #ffffff; } #subContainer { display: none; } nav ul:after { content: ""; clear: both; display: block; } .mobileNavBar { position: absolute; display: block; float: left; top: 125px; left: 12%; text-decoration: none; margin-top: -15px; } .mobileNavBar a { text-decoration: none; color: #ffffff; background-color: #99AAB5; font-size: 12px; font-family: 'Open Sans Condensed', sans-serif; padding: 6px 20px 6px 20px; margin-right: -5px; } .mobileNavBar .mobileNavigation .active a { background-color: #455A64; } #regUnits{ display: none; } .frameHolder { margin-top: 0px; max-width: 360px; margin-left: -0.1%; } /* Units */ .units { font-family: "Helvetica Light"; font-size: 14px; color: #ffffff; padding: 5px; text-decoration: none; } .units:hover { cursor: hand; text-decoration: none; color: white; } .bodyTextHolder { position: relative; margin-top: 175px; left: 50%; transform: translateX(-50%) translateY(-50%); } .bodyText { max-width: 340px; line-height: 1.9em; text-align: center; font-family: "Helvetica Light", sans-serif; font-size: 15px; margin-top: 10px; } .hr { border:1px solid #F2668F; height:0.5%; background-color:#F2668F; margin-left: -1%; } .topFix { margin-top: -30%; } .botFix { padding-top: 0px; } } @media only screen and (max-width: 485px), only screen and (max-device-width: 485px) { #regContainer { display: none; } #mobileContainer { display: block; } .mobileNavContainer { position: absolute; margin-left: 15%; top: 30px; font-size: 40px; color: white; font-family: Cookie, sans-serif; } .menuIcon { display: inline; border: none; background-color: inherit; color: #ffffff; padding-left: 15px; margin-top: -13%; } .mobileUnits{ display: none; background-color: #2C2F33; max-width: 480px; margin-left: 15%; border-top: solid thin #000000; padding-bottom: 250px; position: relative; } .linkText { font-family: "Helvetica Light", sans-serif; font-size: 15px; color: #212121; text-decoration: underline; word-wrap: normal; } .linkText:hover { color: #212121; text-decoration: underline; } .loadiframe { background-color: #2C2F33; border: none; } nav ul { list-style: none; padding: 0px; position: relative; display: inline-table; text-transform: uppercase; } nav ul a:hover { background-color: #455A64; transition: 0.3s; text-decoration: none; color: #ffffff; } #subContainer { display: none; } nav ul:after { content: ""; clear: both; display: block; } .mobileNavBar { position: absolute; display: block; float: left; top: 150px; left: 20%; text-decoration: none; margin-top: -15px; } .mobileNavBar a { text-decoration: none; color: #ffffff; background-color: #99AAB5; font-size: 15px; font-family: 'Open Sans Condensed', sans-serif; padding: 6px 25px 6px 25px; margin-right: -5px; } .mobileNavBar .mobileNavigation .active a { background-color: #455A64; } #regUnits{ display: none; } .frameHolder { margin-top: 0px; max-width: 480px; margin-left: -0.1%; } /* Units */ .units { font-family: "Helvetica Light"; font-size: 14px; color: #ffffff; padding: 5px; text-decoration: none; } .units:hover { cursor: hand; text-decoration: none; color: white; } .bodyTextHolder { position: relative; margin-top: 175px; left: 50%; transform: translateX(-50%) translateY(-50%); } .bodyText { max-width: 460px; line-height: 1.9em; text-align: center; font-family: "Helvetica Light", sans-serif; font-size: 15px; } .hr { border:1px solid #F2668F; height:0.5%; background-color:#F2668F; margin-left: -1%; } .topFix { margin-top: -15%; } } @media print, (-webkit-min-device-pixel-ratio: 1.25), (min-resolution: 1.25dppx), (min-resolution: 120dpi) { /* Style adjustments for high resolution devices */ } /* ========================================================================== Print styles. Inlined to avoid the additional HTTP request: http://www.phpied.com/delay-loading-your-print-css/ ========================================================================== */ @media print { *, *:before, *:after, *:first-letter, *:first-line { background: transparent !important; color: #000 !important; /* Black prints faster: http://www.sanbeiji.com/archives/953 */ box-shadow: none !important; text-shadow: none !important; } a, a:visited { text-decoration: underline; } a[href]:after { content: " (" attr(href) ")"; } abbr[title]:after { content: " (" attr(title) ")"; } /* * Don't show links that are fragment identifiers, * or use the `javascript:` pseudo protocol */ a[href^="#"]:after, a[href^="javascript:"]:after { content: ""; } pre, blockquote { border: 1px solid #999; page-break-inside: avoid; } /* * Printing Tables: * http://css-discuss.incutio.com/wiki/Printing_Tables */ thead { display: table-header-group; } tr, img { page-break-inside: avoid; } img { max-width: 100% !important; } p, h2, h3 { orphans: 3; widows: 3; } h2, h3 { page-break-after: avoid; } }
css/main.css
/* ========================================================================== Base styles: opinionated defaults ========================================================================== */ html, body { height: 100%; max-width: 1920px; } iframe, object, embed { max-width: 100%; } html, html a { -webkit-font-smoothing: antialiased; text-shadow: 1px 1px 1px rgba(0,0,0,0.004); color: #212121; font-size: 1em; line-height: 1.4; } @font-face { font-family: "Cookie"; src: url(../font/Cookie/Cookie-Regular.ttf), url(../font/Cookie/Cookie-Regular.eot), url(../font/Cookie/Cookie-Regular.woff), url(../font/Cookie/Cookie-Regular.svg); } @font-face { font-family: "Futura Light"; src: url(../font/Futura-Light.ttf); } @font-face { font-family: "Helvetica Light"; src: url(../font/Helvetica-Light.ttf); } /* * Remove text-shadow in selection highlight: * https://twitter.com/miketaylr/status/12228805301 * * These selection rule sets have to be separate. * Customize the background color to match your design. */ ::-moz-selection { background: #b3d4fc; text-shadow: none; } ::selection { background: #b3d4fc; text-shadow: none; } /* * A better looking default horizontal rule */ hr { display: block; height: 1px; border: 0; border-top: 1px solid #ccc; margin: 1em 0; padding: 0; } .link { text-decoration: underline; color: #212121; } .link:hover { text-decoration: underline; color: #212121; } .link:visited { text-decoration: underline; color: #212121; } /* * Remove the gap between audio, canvas, iframes, * images, videos and the bottom of their containers: * https://github.com/h5bp/html5-boilerplate/issues/440 */ audio, canvas, iframe, img, svg, video { vertical-align: middle; } /* * Remove default fieldset styles. */ fieldset { border: 0; margin: 0; padding: 0; } /* * Allow only vertical resizing of textareas. */ textarea { resize: vertical; } /* ========================================================================== Browser Upgrade Prompt ========================================================================== */ .browserupgrade { margin: 0.2em 0; background: #ccc; color: #000; padding: 0.2em 0; } /* ========================================================================== Author's custom styles ========================================================================== */ @media only screen and (max-width: 1925px), only screen and (max-device-width: 1925px) { .navContainer { position: relative; top: 30px; left: 37%; font-size: 66px; color: white; font-family: Cookie, sans-serif; } nav .navigation { } nav ul { list-style: none; padding: 0px; position: relative; display: inline-table; text-transform: uppercase; } nav ul a:hover { background-color: #455A64; transition: 0.3s; text-decoration: none; color: #ffffff; } nav ul:after { content: ""; clear: both; display: block; } .navBar { position: absolute; display: block; left: 38.5%; float: left; top: 150px; text-decoration: none; margin-top: -15px; } .navBar a { text-decoration: none; color: #ffffff; background-color: #99AAB5; font-size: 18px; font-family: 'Open Sans Condensed', sans-serif; padding: 13px 60px 13px 60px; margin-right: -5px; } .navBar .navigation .active a { background-color: #455A64; } #mobileContainer { display: none; } .menuIcon { display: none; } .leftFold { width: 0; height: 0; margin-top: -15px; margin-right: -4px; float: right; border-style: solid; border-width: 15px 15px 0 0; border-color: #006b6d transparent transparent transparent; } .rightFold { width: 0; height: 0; margin-left: 0px; margin-top: 2px; border-style: solid; border-width: 0 15px 15px 0; border-color: transparent #006b6d transparent transparent; } .titleText { font-family: Futura Light, sans-serif; font-size: 36px; text-align: center; letter-spacing: 0.2em; margin-top: 30px; } .bodyTextHolder { position: absolute; margin-top: 100px; left: 50%; transform: translateX(-50%) translateY(-50%); } .bodyText { max-width: 586px; line-height: 1.9em; text-align: center; font-family: "Helvetica Light", sans-serif; font-size: 15px; } .linkText { font-family: "Helvetica Light", sans-serif; font-size: 15px; color: #212121; text-decoration: underline; } .topFix { margin-top: 25%; } .linkText:hover { color: #212121; text-decoration: underline; } .subText { font-size: 11px; word-wrap: break-word; } /* Units */ .units { font-family: "Helvetica Light"; font-size: 14px; color: #ffffff; margin-left: -5px; padding: 5px; text-decoration: none; } .units:hover { cursor: hand; text-decoration: none; color: white; } a.unitLinks { } .unitLinks { color: white; } .unitLinks:hover { color: #ffffff; text-decoration: none; } /* color sections */ .loadiframe { width: 100%; background-color: #2C2F33; border: none; } .loadiframe:hover { background-color: #23272A; } .iframe { overflow: hidden; border: none; min-height: 100%; background-color: #E0E0E0; } .frameHolder { margin-left: 31.5%; margin-top: 125px; max-width: 925px; } .unitHeader { font-family: "Helvetica Light", sans-serif; border-bottom: 1px solid #000000; text-decoration: none; width: 50%; margin-left: 25%; text-align: center; font-size: 26px; margin-top: 50px; } #mobileContainer { display: none; } #regUnits { } html::-webkit-scrollbar { display: none; } .mobileUnits { display: none; } /* The Modal (background) */ .modal { display: none; /* Hidden by default */ position: fixed; /* Stay in place */ z-index: 1; /* Sit on top */ padding-top: 100px; /* Location of the box */ left: 0; top: 0; width: 100%; /* Full width */ height: 100%; /* Full height */ overflow: auto; /* Enable scroll if needed */ background-color: rgb(0,0,0); /* Fallback color */ background-color: rgba(0,0,0,0.4); /* Black w/ opacity */ } /* Modal Content */ .modal-content { background-color: #fefefe; margin: auto; padding: 20px; border: 1px solid #888; width: 80%; } /* The Close Button */ .close { color: #aaaaaa; float: right; font-size: 28px; font-weight: bold; } .close:hover, .close:focus { color: #fff; text-decoration: none; cursor: pointer; } .hr { border:1px solid #F2668F; height:0.5%; background-color:#F2668F; margin-left: 65px; } .botFix { padding-top: 250px; } } /* ========================================================================== Helper classes ========================================================================== */ /* * Hide visually and from screen readers */ .hidden { display: none !important; } /* * Hide only visually, but have it available for screen readers: * http://snook.ca/archives/html_and_css/hiding-content-for-accessibility */ .visuallyhidden { border: 0; clip: rect(0 0 0 0); height: 1px; margin: -1px; overflow: hidden; padding: 0; position: absolute; width: 1px; } /* * Extends the .visuallyhidden class to allow the element * to be focusable when navigated to via the keyboard: * https://www.drupal.org/node/897638 */ .visuallyhidden.focusable:active, .visuallyhidden.focusable:focus { clip: auto; height: auto; margin: 0; overflow: visible; position: static; width: auto; } /* * Hide visually and from screen readers, but maintain layout */ .invisible { visibility: hidden; } /* * Clearfix: contain floats * * For modern browsers * 1. The space content is one way to avoid an Opera bug when the * `contenteditable` attribute is included anywhere else in the document. * Otherwise it causes space to appear at the top and bottom of elements * that receive the `clearfix` class. * 2. The use of `table` rather than `block` is only necessary if using * `:before` to contain the top-margins of child elements. */ .clearfix:before, .clearfix:after { content: " "; /* 1 */ display: table; /* 2 */ } .clearfix:after { clear: both; } /* ========================================================================== EXAMPLE Media Queries for Responsive Design. These examples override the primary ('mobile first') styles. Modify as content requires. ========================================================================== */ @media only screen and (max-width: 345px), only screen and (max-device-width: 380px) { /* The Modal (background) */ .modal { display: none; /* Hidden by default */ position: fixed; /* Stay in place */ z-index: 1; /* Sit on top */ padding-top: 30px; /* Location of the box */ left: 0; top: 0; width: 100%; /* Full width */ height: 100%; /* Full height */ overflow: auto; /* Enable scroll if needed */ background-color: rgb(0,0,0); /* Fallback color */ background-color: rgba(0,0,0,0.4); /* Black w/ opacity */ } /* Modal Content */ .modal-content { background-color: #fefefe; margin: auto; padding: 20px; border: 1px solid #888; width: 80%; } /* The Close Button */ .close { color: #aaaaaa; float: right; font-size: 28px; font-weight: bold; } .close:hover, .close:focus { color: #fff; text-decoration: none; cursor: pointer; } #regContainer { display: none; } #mobileContainer { display: block; } .mobileNavContainer { position: absolute; left: -8%; top: 40px; font-size: 35px; color: white; font-family: Cookie, sans-serif; } .menuIcon { display: inline; border: none; background-color: inherit; color: #ffffff; } .mobileUnits{ display: none; background-color: #2C2F33; max-width: 365px; border-top: solid thin #000000; padding-bottom: 250px; position: relative; } .linkText { font-family: "Helvetica Light", sans-serif; font-size: 15px; color: #212121; text-decoration: underline; word-wrap: normal; } .linkText:hover { color: #212121; text-decoration: underline; } nav ul { list-style: none; padding: 0px; position: relative; display: inline-table; text-transform: uppercase; } nav ul a:hover { background-color: #455A64; transition: 0.3s; text-decoration: none; color: #ffffff; } #subContainer { display: none; } nav ul:after { content: ""; clear: both; display: block; } .mobileNavBar { position: absolute; display: block; float: left; top: 125px; left: 12%; text-decoration: none; margin-top: -15px; } .mobileNavBar a { text-decoration: none; color: #ffffff; background-color: #99AAB5; font-size: 12px; font-family: 'Open Sans Condensed', sans-serif; padding: 6px 20px 6px 20px; margin-right: -5px; } .mobileNavBar .mobileNavigation .active a { background-color: #455A64; } #regUnits{ display: none; } .frameHolder { margin-top: 0px; max-width: 360px; margin-left: -0.1%; } /* Units */ .units { font-family: "Helvetica Light"; font-size: 14px; color: #ffffff; padding: 5px; text-decoration: none; } .units:hover { cursor: hand; text-decoration: none; color: white; } .bodyTextHolder { position: relative; margin-top: 175px; left: 50%; transform: translateX(-50%) translateY(-50%); } .bodyText { max-width: 340px; line-height: 1.9em; text-align: center; font-family: "Helvetica Light", sans-serif; font-size: 15px; margin-top: 10px; } .hr { border:1px solid #F2668F; height:0.5%; background-color:#F2668F; margin-left: -1%; } .topFix { margin-top: -30%; } .botFix { padding-top: 0px; } } @media only screen and (max-width: 485px), only screen and (max-device-width: 485px) { #regContainer { display: none; } #mobileContainer { display: block; } .mobileNavContainer { position: absolute; margin-left: 15%; top: 30px; font-size: 40px; color: white; font-family: Cookie, sans-serif; } .menuIcon { display: inline; border: none; background-color: inherit; color: #ffffff; padding-left: 15px; margin-top: -13%; } .mobileUnits{ display: none; background-color: #2C2F33; max-width: 480px; margin-left: 15%; border-top: solid thin #000000; padding-bottom: 250px; position: relative; } .linkText { font-family: "Helvetica Light", sans-serif; font-size: 15px; color: #212121; text-decoration: underline; word-wrap: normal; } .linkText:hover { color: #212121; text-decoration: underline; } .loadiframe { background-color: #2C2F33; border: none; } nav ul { list-style: none; padding: 0px; position: relative; display: inline-table; text-transform: uppercase; } nav ul a:hover { background-color: #455A64; transition: 0.3s; text-decoration: none; color: #ffffff; } #subContainer { display: none; } nav ul:after { content: ""; clear: both; display: block; } .mobileNavBar { position: absolute; display: block; float: left; top: 150px; left: 20%; text-decoration: none; margin-top: -15px; } .mobileNavBar a { text-decoration: none; color: #ffffff; background-color: #99AAB5; font-size: 15px; font-family: 'Open Sans Condensed', sans-serif; padding: 6px 25px 6px 25px; margin-right: -5px; } .mobileNavBar .mobileNavigation .active a { background-color: #455A64; } #regUnits{ display: none; } .frameHolder { margin-top: 0px; max-width: 480px; margin-left: -0.1%; } /* Units */ .units { font-family: "Helvetica Light"; font-size: 14px; color: #ffffff; padding: 5px; text-decoration: none; } .units:hover { cursor: hand; text-decoration: none; color: white; } .bodyTextHolder { position: relative; margin-top: 175px; left: 50%; transform: translateX(-50%) translateY(-50%); } .bodyText { max-width: 460px; line-height: 1.9em; text-align: center; font-family: "Helvetica Light", sans-serif; font-size: 15px; } .hr { border:1px solid #F2668F; height:0.5%; background-color:#F2668F; margin-left: -1%; } .topFix { margin-top: -15%; } } @media print, (-webkit-min-device-pixel-ratio: 1.25), (min-resolution: 1.25dppx), (min-resolution: 120dpi) { /* Style adjustments for high resolution devices */ } /* ========================================================================== Print styles. Inlined to avoid the additional HTTP request: http://www.phpied.com/delay-loading-your-print-css/ ========================================================================== */ @media print { *, *:before, *:after, *:first-letter, *:first-line { background: transparent !important; color: #000 !important; /* Black prints faster: http://www.sanbeiji.com/archives/953 */ box-shadow: none !important; text-shadow: none !important; } a, a:visited { text-decoration: underline; } a[href]:after { content: " (" attr(href) ")"; } abbr[title]:after { content: " (" attr(title) ")"; } /* * Don't show links that are fragment identifiers, * or use the `javascript:` pseudo protocol */ a[href^="#"]:after, a[href^="javascript:"]:after { content: ""; } pre, blockquote { border: 1px solid #999; page-break-inside: avoid; } /* * Printing Tables: * http://css-discuss.incutio.com/wiki/Printing_Tables */ thead { display: table-header-group; } tr, img { page-break-inside: avoid; } img { max-width: 100% !important; } p, h2, h3 { orphans: 3; widows: 3; } h2, h3 { page-break-after: avoid; } }
0.421314
0.073463
@import url('https://fonts.googleapis.com/css?family=Questrial|Kaushan+Script&subset=latin-ext'); @import '~rc-time-picker/assets/index.css'; body { margin: 0; padding: 0; height: 100vh; font-family: 'Questrial', sans-serif; -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale; background-image: url('./images/background.jpg'); background-repeat: no-repeat; background-position: center center; background-attachment: fixed; background-size: cover; -webkit-background-size: cover; -moz-background-size: cover; -o-background-size: cover; background-size: cover; } code { font-family: source-code-pro, Menlo, Monaco, Consolas, 'Courier New', monospace; } #root { min-height: 100%; } .handwriting { color: rgb(255, 255, 225); margin-top: 5%; font-family: 'Kaushan Script', cursive; font-size: 5vw; } .twitter-logo-size { max-height: 64px; max-width: 64px; min-height: 16px; min-width: 16px; } .github-logo-size { max-height: 48px; max-width: 48px; min-height: 16px; min-width: 16px; } .overlay-bottom { bottom: 20vh; } .about-height { min-height: 100vh; } .about-img { max-height: 45vh; width: auto; object-fit: cover; } .about-card { min-height: 100%; } .vertical-align-middle { position: fixed; width: 100%; height: 100%; display: flex; align-items: center; top: 0; } .spinner-grow-bg { width: 10rem; height: 10rem; } .h-65px { height: 65px !important; } .bg-custom { background-color: rgba(248, 248, 250, 0.85); backdrop-filter: blur(10px); } .bg-custom-alert { background-color: rgba(255, 196, 196, 0.85); backdrop-filter: blur(10px); } .bg-custom-thead { background-color: rgba(116, 123, 116, 0.45); backdrop-filter: blur(10px); } .td-border-custom { border-bottom: 2px solid rgb(119, 126, 133) !important; } /* Modied style for rc-time-picker */ .rc-time-picker-input { height: 38px; font-size: 16px; font-weight: bold; color: #212529; background: rgba(248, 248, 250, 0.45); } .rc-time-picker-clear-icon:after { margin-top: 10px; } .rc-time-picker-panel-inner { margin-top: 4px; } /* -------------------------------- */
src/index.css
@import url('https://fonts.googleapis.com/css?family=Questrial|Kaushan+Script&subset=latin-ext'); @import '~rc-time-picker/assets/index.css'; body { margin: 0; padding: 0; height: 100vh; font-family: 'Questrial', sans-serif; -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale; background-image: url('./images/background.jpg'); background-repeat: no-repeat; background-position: center center; background-attachment: fixed; background-size: cover; -webkit-background-size: cover; -moz-background-size: cover; -o-background-size: cover; background-size: cover; } code { font-family: source-code-pro, Menlo, Monaco, Consolas, 'Courier New', monospace; } #root { min-height: 100%; } .handwriting { color: rgb(255, 255, 225); margin-top: 5%; font-family: 'Kaushan Script', cursive; font-size: 5vw; } .twitter-logo-size { max-height: 64px; max-width: 64px; min-height: 16px; min-width: 16px; } .github-logo-size { max-height: 48px; max-width: 48px; min-height: 16px; min-width: 16px; } .overlay-bottom { bottom: 20vh; } .about-height { min-height: 100vh; } .about-img { max-height: 45vh; width: auto; object-fit: cover; } .about-card { min-height: 100%; } .vertical-align-middle { position: fixed; width: 100%; height: 100%; display: flex; align-items: center; top: 0; } .spinner-grow-bg { width: 10rem; height: 10rem; } .h-65px { height: 65px !important; } .bg-custom { background-color: rgba(248, 248, 250, 0.85); backdrop-filter: blur(10px); } .bg-custom-alert { background-color: rgba(255, 196, 196, 0.85); backdrop-filter: blur(10px); } .bg-custom-thead { background-color: rgba(116, 123, 116, 0.45); backdrop-filter: blur(10px); } .td-border-custom { border-bottom: 2px solid rgb(119, 126, 133) !important; } /* Modied style for rc-time-picker */ .rc-time-picker-input { height: 38px; font-size: 16px; font-weight: bold; color: #212529; background: rgba(248, 248, 250, 0.45); } .rc-time-picker-clear-icon:after { margin-top: 10px; } .rc-time-picker-panel-inner { margin-top: 4px; } /* -------------------------------- */
0.323273
0.064036
html { position: relative; min-height: 100%; font-family: "Helvetica Neue", Helvetica, Arial, sans-serif; font-size: 0.9em; } body { margin: 0; margin-bottom: 1.25em; } ul { margin: 0; padding: 0; list-style-type: none; } li { padding: 0.625em 0.1em; } p { padding: 0 0.625em; } /*footer{ position:absolute; bottom:0; width:100%; padding:0.5em 0; height:1.25em; }*/ /*Creating css grids*/ .row::after { content: ""; clear: both; display: block; } [class*="col-"] { float: left; } [class*="col-"] { width: 100%; } /*Mobile first*/ .col-s-1 { width: 8.33%; } .col-s-2 { width: 16.66%; } .col-s-3 { width: 25%; } .col-s-4 { width: 33.33%; } .col-s-5 { width: 41.66%; } .col-s-6 { width: 50%; } .col-s-7 { width: 58.33%; } .col-s-8 { width: 66.66%; } .col-s-9 { width: 75%; } .col-s-10 { width: 83.33%; } .col-s-11 { width: 91.66%; } .col-s-12 { width: 100%; } /*Ipad*/ @media only screen and (min-width: 600px) { .col-m-1 { width: 8.33%; } .col-m-2 { width: 16.66%; } .col-m-3 { width: 25%; } .col-m-4 { width: 33.33%; } .col-m-5 { width: 41.66%; } .col-m-6 { width: 50%; } .col-m-7 { width: 58.33%; } .col-m-8 { width: 66.66%; } .col-m-9 { width: 75%; } .col-m-10 { width: 83.33%; } .col-m-11 { width: 91.66%; } .col-m-12 { width: 100%; } } /*Laptop*/ @media only screen and (min-width: 800px) { .col-1 { width: 8.33%; } .col-2 { width: 16.66%; } .col-3 { width: 25%; } .col-4 { width: 33.33%; } .col-5 { width: 41.66%; } .col-6 { width: 50%; } .col-7 { width: 58.33%; } .col-8 { width: 66.66%; } .col-9 { width: 75%; } .col-10 { width: 83.33%; } .col-11 { width: 91.66%; } .col-12 { width: 100%; } } /* Page margins*/ .contento { margin: 0 0%; } @media screen and (min-width: 600px) { .contento { margin: 0 10%; } } @media screen and (min-width: 800px) { .contento { margin: 0 12%; } } @media screen and (min-width: 1200px) { .contento { margin: 0 15%; } } #greyBox { height: 400px;/*height is required till we decide on image*/ background: grey; background-image: linear-gradient(45deg, #ff9a9e 0%, #fad0c4 99%, #fad0c4 100%); } #whiteBox { background: white; } #whiteBox .titleText { padding: 5%; } /*Responsive image*/ img{ max-width: 100%; height: auto; } /* The image placeholders*/ .imgArea { width: 100px; height: 100px; margin: 5%; background: #eae4e4; background-image: linear-gradient(to right, #ff8177 0%, #ff867a 0%, #ff8c7f 21%, #f99185 52%, #cf556c 78%, #b12a5b 100%); } /* The ad div */ #adBox { color: #0165a7; border-bottom: solid 4px #0165a7; width: 200px; box-shadow: 0px 0px 2px 1px #cfcfcf; padding: 10px; background: white; position: absolute; top: 10%; right: 0%; } @media screen and (min-width: 600px) { #backImage { height: 200px; background: #eae4e4; width: 100%; background-image: linear-gradient(120deg, #f6d365 0%, #fda085 100%); } #greyBox, #whiteBox { margin-top: 100px; } #adBox { top: 90%; left: 10%; } } @media screen and (min-width: 800px) { #whiteBox { margin-top: 200px; } #adBox { top: 20%; left: 42%; } } /* The Modal (background) */ .modal { display: none; position: fixed; z-index: 1; padding-top: 100px; left: 0; top: 0; width: 100%; height: 100%; overflow: auto; background-color: rgb(0, 0, 0); background-color: rgba(0, 0, 0, 0.4); } /* Modal Content */ .modalContent { position: relative; background-color: #fefefe; background-image: linear-gradient(135deg, #fdfcfb 0%, #e2d1c3 100%); margin: auto; padding: 0; border: 1px solid #888; width: 80%; box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19); -webkit-animation-name: animatetop; -webkit-animation-duration: 0.4s; animation-name: animatetop; animation-duration: 0.4s } /* Some Animation */ @-webkit-keyframes animatetop { from { top: -300px; opacity: 0 } to { top: 0; opacity: 1 } } @keyframes animatetop { from { top: -300px; opacity: 0 } to { top: 0; opacity: 1 } } /* The Close Button */ .close { color: white; float: right; font-size: 2em; font-weight: bold; } .close:hover, .close:focus { color: #000; text-decoration: none; cursor: pointer; } .modalHeader { padding: 2px 16px; background-color: #0165a7; background-image: linear-gradient(to top, #30cfd0 0%, #330867 100%); color: white; } .modalBody { padding: 2px 16px; } .modalFooter { padding: 2px 16px; }
index.css
html { position: relative; min-height: 100%; font-family: "Helvetica Neue", Helvetica, Arial, sans-serif; font-size: 0.9em; } body { margin: 0; margin-bottom: 1.25em; } ul { margin: 0; padding: 0; list-style-type: none; } li { padding: 0.625em 0.1em; } p { padding: 0 0.625em; } /*footer{ position:absolute; bottom:0; width:100%; padding:0.5em 0; height:1.25em; }*/ /*Creating css grids*/ .row::after { content: ""; clear: both; display: block; } [class*="col-"] { float: left; } [class*="col-"] { width: 100%; } /*Mobile first*/ .col-s-1 { width: 8.33%; } .col-s-2 { width: 16.66%; } .col-s-3 { width: 25%; } .col-s-4 { width: 33.33%; } .col-s-5 { width: 41.66%; } .col-s-6 { width: 50%; } .col-s-7 { width: 58.33%; } .col-s-8 { width: 66.66%; } .col-s-9 { width: 75%; } .col-s-10 { width: 83.33%; } .col-s-11 { width: 91.66%; } .col-s-12 { width: 100%; } /*Ipad*/ @media only screen and (min-width: 600px) { .col-m-1 { width: 8.33%; } .col-m-2 { width: 16.66%; } .col-m-3 { width: 25%; } .col-m-4 { width: 33.33%; } .col-m-5 { width: 41.66%; } .col-m-6 { width: 50%; } .col-m-7 { width: 58.33%; } .col-m-8 { width: 66.66%; } .col-m-9 { width: 75%; } .col-m-10 { width: 83.33%; } .col-m-11 { width: 91.66%; } .col-m-12 { width: 100%; } } /*Laptop*/ @media only screen and (min-width: 800px) { .col-1 { width: 8.33%; } .col-2 { width: 16.66%; } .col-3 { width: 25%; } .col-4 { width: 33.33%; } .col-5 { width: 41.66%; } .col-6 { width: 50%; } .col-7 { width: 58.33%; } .col-8 { width: 66.66%; } .col-9 { width: 75%; } .col-10 { width: 83.33%; } .col-11 { width: 91.66%; } .col-12 { width: 100%; } } /* Page margins*/ .contento { margin: 0 0%; } @media screen and (min-width: 600px) { .contento { margin: 0 10%; } } @media screen and (min-width: 800px) { .contento { margin: 0 12%; } } @media screen and (min-width: 1200px) { .contento { margin: 0 15%; } } #greyBox { height: 400px;/*height is required till we decide on image*/ background: grey; background-image: linear-gradient(45deg, #ff9a9e 0%, #fad0c4 99%, #fad0c4 100%); } #whiteBox { background: white; } #whiteBox .titleText { padding: 5%; } /*Responsive image*/ img{ max-width: 100%; height: auto; } /* The image placeholders*/ .imgArea { width: 100px; height: 100px; margin: 5%; background: #eae4e4; background-image: linear-gradient(to right, #ff8177 0%, #ff867a 0%, #ff8c7f 21%, #f99185 52%, #cf556c 78%, #b12a5b 100%); } /* The ad div */ #adBox { color: #0165a7; border-bottom: solid 4px #0165a7; width: 200px; box-shadow: 0px 0px 2px 1px #cfcfcf; padding: 10px; background: white; position: absolute; top: 10%; right: 0%; } @media screen and (min-width: 600px) { #backImage { height: 200px; background: #eae4e4; width: 100%; background-image: linear-gradient(120deg, #f6d365 0%, #fda085 100%); } #greyBox, #whiteBox { margin-top: 100px; } #adBox { top: 90%; left: 10%; } } @media screen and (min-width: 800px) { #whiteBox { margin-top: 200px; } #adBox { top: 20%; left: 42%; } } /* The Modal (background) */ .modal { display: none; position: fixed; z-index: 1; padding-top: 100px; left: 0; top: 0; width: 100%; height: 100%; overflow: auto; background-color: rgb(0, 0, 0); background-color: rgba(0, 0, 0, 0.4); } /* Modal Content */ .modalContent { position: relative; background-color: #fefefe; background-image: linear-gradient(135deg, #fdfcfb 0%, #e2d1c3 100%); margin: auto; padding: 0; border: 1px solid #888; width: 80%; box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19); -webkit-animation-name: animatetop; -webkit-animation-duration: 0.4s; animation-name: animatetop; animation-duration: 0.4s } /* Some Animation */ @-webkit-keyframes animatetop { from { top: -300px; opacity: 0 } to { top: 0; opacity: 1 } } @keyframes animatetop { from { top: -300px; opacity: 0 } to { top: 0; opacity: 1 } } /* The Close Button */ .close { color: white; float: right; font-size: 2em; font-weight: bold; } .close:hover, .close:focus { color: #000; text-decoration: none; cursor: pointer; } .modalHeader { padding: 2px 16px; background-color: #0165a7; background-image: linear-gradient(to top, #30cfd0 0%, #330867 100%); color: white; } .modalBody { padding: 2px 16px; } .modalFooter { padding: 2px 16px; }
0.347648
0.073463
.issue-header { margin-bottom: 35px; } h1.page-heading .issues-actions .btn { font-size: 15px; } .issue-header h1.page-heading { word-wrap: break-word; margin-bottom: 0; } .issue-header .header-number { color: #aaa; } .issue-header-meta { margin-top: 9px; font-size: 100%; line-height: 28px; color: #777; padding-bottom: 20px; border-bottom: 1px solid #2d5ca6; } .issue-header-status { padding: 6px 8px; margin-right: 10px; font-size: 14px; font-weight: bold; line-height: 20px; color: #fff; border-radius: 3px; } .issue-header-status.open { background-color: #449d44; } .issue-header-status.closed { background-color: #c9302c; } .issue-comment-wrapper { position: relative; padding-left: 64px; padding-bottom: 25px; margin-bottom: 25px; border-bottom: 1px solid #d5deed; } .issue-comment-wrapper:last-of-type { border-bottom: none; } .issue-comment { position: relative; } .issue-comment-avatar { float: left; margin-left: -64px; border-radius: 4px; } .issue-comment-header { } .issue-comment-header .author { color: #2d5ca6; } .issue-comment-header .issue-comment-actions .issue-comment-action { float: right; } .issue-comment-header .subtle-btn { padding: 10px 5px; color: #999; } .issue-comment-header a.subtle-btn:hover { color: #009F00; text-decoration: none; } .issue-comment-header .subtle-btn-abuse:hover { color: #DD0000; } .issue-comment-header .subtle-btn-abuse-active { color: #DD0000; } .issue-comment-header .subtle-btn-abuse:hover { color: #FF0000; text-decoration: none; } .issue-comment-header .subtle-btn-abuse-active:hover { color: #999; text-decoration: none; } .issue-comment-action { padding-left: 5px; margin-top: -2px; } .issue-header-text { max-width: 78%; margin-bottom: 10px; color: #818181; } .issue-comment-content { font-size: 100%; } .issue-comment-new { background-color: #fff; } .issue-comment-new textarea { margin-bottom: 0; } .issue-comment-new .form-actions { margin: 0; padding: 0; } .issue-comment-label { display: inline-block; padding: 2px 7px; font-size: 12px; border: 1px solid rgba(0, 0, 0, 0.1); border-radius: 3px; } .list-group-item .issue-comment-label { margin-top: 5px; } .issue-comment-wrapper .issue-comment-label { float: right; } .issue-abuse { color: #b0b0b0; } .issue-comment-footer { margin-top: 10px; font-size: 80%; } .issue-comment-footer .issue-comment-action { margin-bottom: 5px; margin-top: 0px; padding-left: 0px; display: inline-block; } .issue-comment-footer .issue-comment-action .link-button { border: none; padding: 0px; margin-right: 10px; color: #2d5ca6; } .issue-comment-footer .issue-comment-action .link-button:hover { color: #23527c; } .issue-comment-footer .issue-comment-label { margin-bottom: 5px; float: none; } /***************************************** Issue homes - dataset, organization, all ****************************************/ .issues-home .header .page-heading h1 { float: left; } .issues-home .header .issues-actions { float: right; } .list-group { margin-left: 0; } .list-group-header { position: relative; display: block; z-index: 22; margin-top: 20px; margin-bottom: -1px; background-color: #F8F8F8; border: 1px solid #E5E5E5; border-radius: 3px 3px 0px 0px; } .list-group-header a { margin-top: 20px; margin-bottom: -1px; } .list-group-item { position: relative; display: block; margin-bottom: 25px; padding: 0px 10px 20px 35px; border: none; border-bottom: 1px solid #d5deed; } .list-group-item-name { margin: 0 60px 0 0; font-size: 120%; line-height: 1.3; margin-bottom: 2px; word-wrap: break-word; letter-spacing: 0px; } .list-group-item-meta { font-size: 90%; line-height: 17px; list-style-type: none; overflow: hidden; color: #999999; margin: 0; } .list-group-item .list-group-item-name a, .list-group-item .list-group-item-meta a { color: #333; } .list-group-item-meta>li { display: inline-block; margin-right: 10px; } .list-group-item-number { position: relative; top: 2px; float: right; margin-left: 12px; font-size: 13px; color: #999; } .list-group-item-name .icon { float: left; margin-top: 1px; margin-left: -24px; font-size: 16px; line-height: 1; display: inline-block; vertical-align: middle; position: relative; } .list-group-item-name .icon.open { color: #449d44; } .list-group-item-name .icon.abuse { color: #ffa500; } .list-group-item-name .icon.closed { color: #c9302c; } #issue-list { margin-top: 25px; } /* Sidebar */ .issue-home-sidebar { margin: 20px 0 0 15px; } .module-content .pagination { margin-left: 0px; margin-right: -15px; margin-bottom: 0px; } #ckanext-issues-assign .select2-container { min-width: 100%; width: 100% !important; margin-bottom: 10px; } #ckanext-issues-assignee img { position: relative; top: 1px; width: 15px; height: 15px; }
ckanext/issues/public/css/ckanext-issues/style.css
.issue-header { margin-bottom: 35px; } h1.page-heading .issues-actions .btn { font-size: 15px; } .issue-header h1.page-heading { word-wrap: break-word; margin-bottom: 0; } .issue-header .header-number { color: #aaa; } .issue-header-meta { margin-top: 9px; font-size: 100%; line-height: 28px; color: #777; padding-bottom: 20px; border-bottom: 1px solid #2d5ca6; } .issue-header-status { padding: 6px 8px; margin-right: 10px; font-size: 14px; font-weight: bold; line-height: 20px; color: #fff; border-radius: 3px; } .issue-header-status.open { background-color: #449d44; } .issue-header-status.closed { background-color: #c9302c; } .issue-comment-wrapper { position: relative; padding-left: 64px; padding-bottom: 25px; margin-bottom: 25px; border-bottom: 1px solid #d5deed; } .issue-comment-wrapper:last-of-type { border-bottom: none; } .issue-comment { position: relative; } .issue-comment-avatar { float: left; margin-left: -64px; border-radius: 4px; } .issue-comment-header { } .issue-comment-header .author { color: #2d5ca6; } .issue-comment-header .issue-comment-actions .issue-comment-action { float: right; } .issue-comment-header .subtle-btn { padding: 10px 5px; color: #999; } .issue-comment-header a.subtle-btn:hover { color: #009F00; text-decoration: none; } .issue-comment-header .subtle-btn-abuse:hover { color: #DD0000; } .issue-comment-header .subtle-btn-abuse-active { color: #DD0000; } .issue-comment-header .subtle-btn-abuse:hover { color: #FF0000; text-decoration: none; } .issue-comment-header .subtle-btn-abuse-active:hover { color: #999; text-decoration: none; } .issue-comment-action { padding-left: 5px; margin-top: -2px; } .issue-header-text { max-width: 78%; margin-bottom: 10px; color: #818181; } .issue-comment-content { font-size: 100%; } .issue-comment-new { background-color: #fff; } .issue-comment-new textarea { margin-bottom: 0; } .issue-comment-new .form-actions { margin: 0; padding: 0; } .issue-comment-label { display: inline-block; padding: 2px 7px; font-size: 12px; border: 1px solid rgba(0, 0, 0, 0.1); border-radius: 3px; } .list-group-item .issue-comment-label { margin-top: 5px; } .issue-comment-wrapper .issue-comment-label { float: right; } .issue-abuse { color: #b0b0b0; } .issue-comment-footer { margin-top: 10px; font-size: 80%; } .issue-comment-footer .issue-comment-action { margin-bottom: 5px; margin-top: 0px; padding-left: 0px; display: inline-block; } .issue-comment-footer .issue-comment-action .link-button { border: none; padding: 0px; margin-right: 10px; color: #2d5ca6; } .issue-comment-footer .issue-comment-action .link-button:hover { color: #23527c; } .issue-comment-footer .issue-comment-label { margin-bottom: 5px; float: none; } /***************************************** Issue homes - dataset, organization, all ****************************************/ .issues-home .header .page-heading h1 { float: left; } .issues-home .header .issues-actions { float: right; } .list-group { margin-left: 0; } .list-group-header { position: relative; display: block; z-index: 22; margin-top: 20px; margin-bottom: -1px; background-color: #F8F8F8; border: 1px solid #E5E5E5; border-radius: 3px 3px 0px 0px; } .list-group-header a { margin-top: 20px; margin-bottom: -1px; } .list-group-item { position: relative; display: block; margin-bottom: 25px; padding: 0px 10px 20px 35px; border: none; border-bottom: 1px solid #d5deed; } .list-group-item-name { margin: 0 60px 0 0; font-size: 120%; line-height: 1.3; margin-bottom: 2px; word-wrap: break-word; letter-spacing: 0px; } .list-group-item-meta { font-size: 90%; line-height: 17px; list-style-type: none; overflow: hidden; color: #999999; margin: 0; } .list-group-item .list-group-item-name a, .list-group-item .list-group-item-meta a { color: #333; } .list-group-item-meta>li { display: inline-block; margin-right: 10px; } .list-group-item-number { position: relative; top: 2px; float: right; margin-left: 12px; font-size: 13px; color: #999; } .list-group-item-name .icon { float: left; margin-top: 1px; margin-left: -24px; font-size: 16px; line-height: 1; display: inline-block; vertical-align: middle; position: relative; } .list-group-item-name .icon.open { color: #449d44; } .list-group-item-name .icon.abuse { color: #ffa500; } .list-group-item-name .icon.closed { color: #c9302c; } #issue-list { margin-top: 25px; } /* Sidebar */ .issue-home-sidebar { margin: 20px 0 0 15px; } .module-content .pagination { margin-left: 0px; margin-right: -15px; margin-bottom: 0px; } #ckanext-issues-assign .select2-container { min-width: 100%; width: 100% !important; margin-bottom: 10px; } #ckanext-issues-assignee img { position: relative; top: 1px; width: 15px; height: 15px; }
0.330147
0.054249
*, *::after, *::before { box-sizing: inherit; } .pen-title { margin-top: 40px; font-size: 22px; letter-spacing: .4em; color: #ae6f3d ; margin-bottom: 0; text-align: center; } .pen-description { letter-spacing: .2em; font-size: 15px; color: #ae6f3d ; margin-bottom: 3rem; text-align: center; } .pen-description a { color: #ae6f3d ; text-decoration: underline; } .wrap { max-width: 85.375rem; margin: 0 auto; } .image-as-background { background-position: center center; background-size: cover; background-repeat: no-repeat; } .entry-title{ color: #ae6f3d; font-size: 16px; height: 50px; letter-spacing: 3px; line-height: 1em; } .price strike{ font-size: 12px; margin-right: 2px; font-weight: 100 !important; } .price{ font-weight: 550; font-size: 24px; margin: 10px 0px 0px 0px; } .block-item { width: 100%; color: #ae6f3d ; float: none; margin-bottom: 2.1875rem; text-align: center; } @media screen and (min-width: 40rem) { .block-item { float: left; display: block; margin-right: 2.3576520234%; width: 48.8211739883%; -webkit-transition: all 0.5s ease-in-out; transition: all 0.5s ease-in-out; } .block-item:last-child { margin-right: 0; } .block-item:nth-child(2n) { margin-right: 0; } .block-item:nth-child(2n+1) { clear: left; } } @media screen and (min-width: 64rem) { .block-item { float: left; display: block; margin-right: 2.3576520234%; width: 31.7615653177%; } .block-item:last-child { margin-right: 0; } .block-item:nth-child(2n) { margin-right: 2.3576520234%; } .block-item:nth-child(2n+1) { clear: none; } .block-item:nth-child(3n) { margin-right: 0; } .block-item:nth-child(3n+1) { clear: left; } } .block-item h1 { margin: 0; } .view-radio { display: none; } .view-radio + label { -webkit-transition: all 0.2s ease-in-out; transition: all 0.2s ease-in-out; color: #ae6f3d ; cursor: pointer; display: inline-block; font-size: 1.5rem; font-weight: 600; margin: 0 2.1875rem 2.1875rem 0; } .view-radio + label:hover { color: #F8F2B4; } .view-radio:checked + label { color: #F8F2B4; } .list-view-radio:checked ~ .content-container .block-item { width: 100%; margin-right: 0; -webkit-transition: all 1s ease-in-out; transition: all 1s ease-in-out; text-align: left; } @media screen and (min-width: 48rem) { .list-view-radio:checked ~ .content-container .block-item { min-height: 10.75rem; } } .list-view-radio:checked ~ .content-container .block-item img { height: 8rem; width: 8rem; float: left; margin-right: 0.9375rem; } @media screen and (min-width: 48rem) { .list-view-radio:checked ~ .content-container .block-item { line-height: 50px; border-bottom: 1px solid #ae6f3d; } .list-view-radio:checked ~ .content-container .block-item img { height: 20.75rem; width: 20.75rem; text-align: center; margin-left: 100px; } } .list-view-radio:checked ~ .content-container .block-item .entry-content { overflow: hidden; }
demo/css/care.css
*, *::after, *::before { box-sizing: inherit; } .pen-title { margin-top: 40px; font-size: 22px; letter-spacing: .4em; color: #ae6f3d ; margin-bottom: 0; text-align: center; } .pen-description { letter-spacing: .2em; font-size: 15px; color: #ae6f3d ; margin-bottom: 3rem; text-align: center; } .pen-description a { color: #ae6f3d ; text-decoration: underline; } .wrap { max-width: 85.375rem; margin: 0 auto; } .image-as-background { background-position: center center; background-size: cover; background-repeat: no-repeat; } .entry-title{ color: #ae6f3d; font-size: 16px; height: 50px; letter-spacing: 3px; line-height: 1em; } .price strike{ font-size: 12px; margin-right: 2px; font-weight: 100 !important; } .price{ font-weight: 550; font-size: 24px; margin: 10px 0px 0px 0px; } .block-item { width: 100%; color: #ae6f3d ; float: none; margin-bottom: 2.1875rem; text-align: center; } @media screen and (min-width: 40rem) { .block-item { float: left; display: block; margin-right: 2.3576520234%; width: 48.8211739883%; -webkit-transition: all 0.5s ease-in-out; transition: all 0.5s ease-in-out; } .block-item:last-child { margin-right: 0; } .block-item:nth-child(2n) { margin-right: 0; } .block-item:nth-child(2n+1) { clear: left; } } @media screen and (min-width: 64rem) { .block-item { float: left; display: block; margin-right: 2.3576520234%; width: 31.7615653177%; } .block-item:last-child { margin-right: 0; } .block-item:nth-child(2n) { margin-right: 2.3576520234%; } .block-item:nth-child(2n+1) { clear: none; } .block-item:nth-child(3n) { margin-right: 0; } .block-item:nth-child(3n+1) { clear: left; } } .block-item h1 { margin: 0; } .view-radio { display: none; } .view-radio + label { -webkit-transition: all 0.2s ease-in-out; transition: all 0.2s ease-in-out; color: #ae6f3d ; cursor: pointer; display: inline-block; font-size: 1.5rem; font-weight: 600; margin: 0 2.1875rem 2.1875rem 0; } .view-radio + label:hover { color: #F8F2B4; } .view-radio:checked + label { color: #F8F2B4; } .list-view-radio:checked ~ .content-container .block-item { width: 100%; margin-right: 0; -webkit-transition: all 1s ease-in-out; transition: all 1s ease-in-out; text-align: left; } @media screen and (min-width: 48rem) { .list-view-radio:checked ~ .content-container .block-item { min-height: 10.75rem; } } .list-view-radio:checked ~ .content-container .block-item img { height: 8rem; width: 8rem; float: left; margin-right: 0.9375rem; } @media screen and (min-width: 48rem) { .list-view-radio:checked ~ .content-container .block-item { line-height: 50px; border-bottom: 1px solid #ae6f3d; } .list-view-radio:checked ~ .content-container .block-item img { height: 20.75rem; width: 20.75rem; text-align: center; margin-left: 100px; } } .list-view-radio:checked ~ .content-container .block-item .entry-content { overflow: hidden; }
0.50293
0.072112
.app { min-height: 100vh; display: flex; flex-direction: column; } .app-footer { height: 100px; padding: 15px 0 0 0; display: flex; justify-content: center; align-items: center; } .app-footer a, .app-footer div { height: fit-content; } .fill-content { display: flex !important; flex-direction: column; flex-grow: 1; } .search-panel-input > .results { max-height: 300px; overflow: auto; z-index: 1001 !important; } .search-panel-input > .results > .result > .image { min-width: 5em !important; border-radius: 0 !important; } .search-panel-input { min-width: 0 !important; flex-shrink: 1; } .search-panel-input > .results > .result { display: flex !important; } .item > .content > .a { cursor: pointer; } .app-header { margin-bottom: 10px; z-index: 1001 !important; } .result-item { transition: background 200ms linear; word-break: break-word; } .result-item:hover { background: rgba(0,0,0,.02) !important; } .result-item .extra > a > .label { margin: 0.1rem !important; } .home-page-content { overflow-y: auto; margin-top: 1em !important; } .user-info-panel a { max-height: 300px; } .main { margin-top: 90px; } .result-profile-sticky > div:nth-child(2) { z-index: 1; } @media only screen and (max-width: 767px) { .result-profile-sticky > div:nth-child(2) { position: inherit !important; } } @media only screen and (max-width: 374px) { .ui.pagination.menu { font-size: 0.9rem !important; } .attached.tabular.menu > a { font-size: 0; } .attached.tabular.menu > a > i { font-size: 20px; margin: 10px 20px !important; } .extra > .ui.label { margin-top: 3px; } .ui.segment.result-item { word-break: break-word; } } @media only screen and (max-width: 321px) { .app-footer .item { margin: 0 3px !important; } .example-buttons > button { margin-top: 3px !important; } }
src/styles.css
.app { min-height: 100vh; display: flex; flex-direction: column; } .app-footer { height: 100px; padding: 15px 0 0 0; display: flex; justify-content: center; align-items: center; } .app-footer a, .app-footer div { height: fit-content; } .fill-content { display: flex !important; flex-direction: column; flex-grow: 1; } .search-panel-input > .results { max-height: 300px; overflow: auto; z-index: 1001 !important; } .search-panel-input > .results > .result > .image { min-width: 5em !important; border-radius: 0 !important; } .search-panel-input { min-width: 0 !important; flex-shrink: 1; } .search-panel-input > .results > .result { display: flex !important; } .item > .content > .a { cursor: pointer; } .app-header { margin-bottom: 10px; z-index: 1001 !important; } .result-item { transition: background 200ms linear; word-break: break-word; } .result-item:hover { background: rgba(0,0,0,.02) !important; } .result-item .extra > a > .label { margin: 0.1rem !important; } .home-page-content { overflow-y: auto; margin-top: 1em !important; } .user-info-panel a { max-height: 300px; } .main { margin-top: 90px; } .result-profile-sticky > div:nth-child(2) { z-index: 1; } @media only screen and (max-width: 767px) { .result-profile-sticky > div:nth-child(2) { position: inherit !important; } } @media only screen and (max-width: 374px) { .ui.pagination.menu { font-size: 0.9rem !important; } .attached.tabular.menu > a { font-size: 0; } .attached.tabular.menu > a > i { font-size: 20px; margin: 10px 20px !important; } .extra > .ui.label { margin-top: 3px; } .ui.segment.result-item { word-break: break-word; } } @media only screen and (max-width: 321px) { .app-footer .item { margin: 0 3px !important; } .example-buttons > button { margin-top: 3px !important; } }
0.520984
0.082734
.main-navigation{ background-color: transparent; } body{ font-family: sans-serif; } .social--network { width: 25px !important; height: 25px !important; padding: 0px !important; margin: 5px auto !important; padding-top: 2px !important; } .main--menu{ padding: 7px 0 !important; } #home-part--fix{ margin: auto; bottom: 0; right: 0; } .main--logo{ display: inline-block; } .brand--logo{ position: absolute; left: 38%; top: 0; bottom: 0; width: 25%; margin: auto; } .brand--logo--2{ width: 15%; position: absolute; top: 12%; left: 65%; } .main--menu img{ width: 30px; display: block; margin: 0 auto; } .mCSB_scrollTools .mCSB_draggerRail { background-color: #1687c2; } .nav--section{ position: absolute; z-index: 5; left: -75px; top: 50px; } .arrow--nav{ width: 15%; } .border--bottom{ width: 100%; height: 50px; position: absolute; bottom: 35px; z-index: 1; background: #1587c2; } .intro--container{ height: 100%; } .first--network{ /* margin-top: 20px !important; */ } .social--network img{ width: 20px; margin-left: 0.5px; margin-top: -6px; } .blue--text{ color: #1587c2 !important; margin-bottom: 12px; font-weight: bold; } .blue--header{ color: #1587c2; font-size: 30px; } .intro--height{ height: 100%; } .text--area{ /* padding-left: 7.6%; */ text-align: right; } .img--area{ background: url(../img-new/bg-intro.png) no-repeat; background-size: cover; overflow: hidden; } .trape--decor{ background-image: linear-gradient(to left top, rgba(22, 135, 194, 0.5) 0%, rgba(22, 135, 194, 0.5) 50%, transparent 50%); position: absolute; width: 100%; height: 25%; bottom: 0; left: 0; } .missing--text{ position: absolute; top: 46%; left: 0; color: #ffffff; } .welcome--feature{ position: absolute; bottom: 90px; z-index: 1; right: 17px; } .feature--content{ position: absolute; z-index: 1; bottom: 15px; font-size: 11px !important; left: 0; margin: 0px 5px; } .read--more{ border:0px; border-radius: 5px; padding: 2px 12px; margin-top: 10px; background: url(../img-new/read-more.png) no-repeat; background-size: cover; font-weight: 500; color: white; position: relative; left: 0; } .stick--decor{ position: absolute; width: 100%; left: 15px; top: 72%; height: 50%; overflow-y: hidden; z-index: 1; } .stick--1{ width: 50%; height: 1%; transform: rotate(35deg); background: #0071bc; position: absolute; top: 18%; left: -15%; } .stick--2{ width: 100%; height: 2%; transform: rotate(35deg); background: rgba(21, 135, 194, 0.5); position: absolute; top: 67%; left: -11%; } .stick--3{ width: 50%; height: 1%; transform: rotate(35deg); background: rgba(21, 135, 194, 0.3); position: absolute; top: 83%; left: 10%; } .text--area h6{ position: absolute; top: -50%; } .text--area h2{ position: relative; top: 46%; text-align: right; } .text--area p.blue--text{ position: absolute; top: 100%; } .text--area .description{ position: absolute; top: 180%; text-align: justify; padding-right: 40px; } .welcome--title,.trust--title{ color: white; } .video--bg{ background-color: transparent; position: relative; height: 600px; } /*.left--decor--video{ background-image: linear-gradient(to left top, rgba(22, 135, 194, 0.5) 0%, rgba(22, 135, 194, 0.5) 50%, transparent 50%); position: absolute; width: 100%; height: 30%; top: 70%; left: 0; }*/ .video--bg .row{ width: 100%; height: 100%; margin: 0 !important; } .video--bg .row .left--decor--video,.video--bg .row .right--decor--video{ height: 100%; background-color: #1587c2; } .top--left--triangle{ background-image: linear-gradient(to right bottom, white 0%, white 50%, transparent 50%); position: absolute; width: 100%; height: 25%; left: 0; top: 0px; } .bottom--right--triangle{ background-image: linear-gradient(to left top, white 0%, white 50%, transparent 50%); position: absolute; width: 200%; height: 50%; right: 0; bottom: 0; } .title--video{ position: absolute; z-index: 1; left: 0; top: 18%; right: 0; } .video--section{ position: absolute; left: 0; top: 36%; z-index: 2; right: 0; } .text--footer--decor img{ display: inline-block; } .text--footer--decor{ position: absolute; left: 0; width: 200%; text-align: center; top: 30%; z-index: 1; } .stick--decor--white{ position: absolute; width: 100%; left: 0; top: 72%; height: 50%; z-index: 1; } .stick--1--white{ position: absolute; width: 17%; height: 0.8%; background: white; top: 16%; transform: rotate(-18deg); right: 19%; } .stick--2--white{ position: absolute; width: 40%; height: 0.5%; background: white; top: 21%; transform: rotate(-18deg); right: 4%; } .stick--3--white{ position: absolute; width: 28%; height: 0.5%; background: white; transform: rotate(-18deg); right: -8%; top: 20%; } .down--arrow{ position: absolute; width: 115%; top: 74%; text-align: right; z-index: 1; } .video--stick--1{ position: absolute; background: white; height: 0.5%; bottom: 17%; width: 45%; right: 29%; transform: rotate(-17deg); } .video--stick--2{ position: absolute; background: #1587c2; height: 0.5%; bottom: 14%; width: 45%; right: 16%; transform: rotate(-17deg); z-index: 1; } .feature--title h4{ color: #1587c2; } .feature--title{ position: relative; top: 10%; margin-left: 10%; text-align: left; } .feature--container{/* padding: 2%; */} .description--feature{ position: relative; top: 15%; margin-left: 10%; text-align: justify; width: 100%; } .bottom--trape--1{ width: 200%; height: 25%; bottom: 0; right: 0; position: absolute; background: linear-gradient(to top left, rgba(22, 135, 194, 0.5) 0%,rgba(22, 135, 194, 0.5) 50% ,transparent 50%); } .bottom--trape--2{ width: 200%; height: 35%; left: 0; bottom: 0; position: absolute; background: linear-gradient(to top right, #1587c2 0%,#1587c2 50% ,transparent 50%); } .feature--part{ /* background: rgba(22, 135, 194, 0.5); */ border-radius: 10px; margin: 5px 0px; } .benefit--title h4{ color: white; } .benefit--title{ position: relative; height: 100px; z-index: 2; padding-top: 30px; } .benefit--content{ background-color: #1587c2; } .benefit--container{ height: 600px; } .benefit--pic--1,.benefit--pic--2,.benefit--pic--3{ height: 32%; } .benefit--pic--1{ background: url(../img-new/benefit/1.jpg) no-repeat; background-size: cover; } .benefit--pic--2{ margin: 2% 0%; background: url(../img-new/benefit/2.png) no-repeat; background-size: cover; } .benefit--pic--3{ background: url(../img-new/benefit/3.jpg) no-repeat; background-size: cover; } .border--decor{ border: 2px solid blue; height: 96%; margin: 2%; padding: 2%; vertical-align: middle; border-image-source: linear-gradient(-45deg, rgb(22, 135, 194), rgb(138, 195, 224)); border-image-slice: 1; } .sub--content{ height: 100%; background: rgba(21, 135, 194, 0.7); } .sub--icon{ height: 50%; background: url(../img-new/benefit2/1.png) no-repeat; background-position: center; } .sub--description h4{ color: white; font-weight: 100; text-align: center; padding: 0 10%; } .sub--description{ height: 50%; } .benefit--bg--decor{ background: url(../img-new/benefit/0.png) no-repeat; background-size: cover; } .triangle--top--left{ background: linear-gradient(to bottom right,rgba(22, 135, 194, 0.5) 0%, rgba(22, 135, 194, 0.5) 50%, transparent 50%); width: 60%; height: 32%; position: absolute; z-index: 1; } .triangle--bottom--right{ background: linear-gradient(to top left,rgba(22, 135, 194, 0.5) 0%, rgba(22, 135, 194, 0.5) 50%, transparent 50%); width: 80%; height: 44%; bottom: 0; right: 0; position: absolute; z-index: 1; } .refferal h2{ color: #1687c2; text-align: left; } .refferal h4{ color: #1687c2; text-align: left; position: absolute; border-bottom: 5px solid #1687c2; } .refferal h5{ color: black; text-align: left; position: absolute; border-bottom: 5px solid #1687c2; padding-bottom: 2px; } .refferal{ width: 100%; position: relative; top: 25%; margin-left: 10%; } .refferal td{ padding-top: 20px; } #commission{ width: 100%; position: relative; z-index: 5; top: 0; left: 0; color: #333333 !important; } .commission--container{ /* height: 100%; */ position: relative; } .commission--title{ position: relative; top: 40px; } .commission--title h4{ color: #1687c2; } .commission--img { background: url(../img-new/commission.jpg?v=1) no-repeat; background-size: cover; width: 300px; border: 10px solid #1687c2; position: relative; top: 50px; display: block; margin: auto; z-index: 2; height: 300px; } .commission--img:after { /* content: ""; */ display: block; padding-bottom: 100%; } .commission--content{ /* height: 550px !important; */ } .ref--title{ height: 35px; } .refferal tbody td{ padding-bottom: 50px; } .level--content{ background: url(../img-new/level-bg.png) no-repeat; background-size: cover; position: relative; } .level--title h4{ color: white; position: relative; top: 50%; } .level--title{ position: relative; top: 5%; height: 100px; } .level--container{ height: 370px; } .level--design{ height: 80%; top: 5%; position: relative; border-radius: 10px; background: rgba(22, 135, 194, 0.5); } .img--level{ height: 40%; } .description--level{ height: 40%; } .description--level h5{ color: white; font-weight: 100; margin: 0 14%; text-align: center; } .level--state{ height: 20%; color: blue; } .level--state div{ width: 50%; margin: auto; border-radius: 10px; background: white; color: #1687c2; font-weight: bold; } .level--row{ height: 80%; position: relative; top: 15%; padding: 0% 3%; } .eco--content{ /* height: 1000px !important; */ position: relative; } .eco--title{ position: relative; height: 100px; top: 50px; } .description--eco{ position: relative; height: 50px; } .description--eco h6{ color: black; font-size: 12px; width: 50%; margin: 0 auto 25px; width: 90%; } .description--eco h6 a{ color: #1687c2; } .eco--row{ height: 20%; position: relative; top: 8%; padding: 0 5%; } .eco--col{ height: 175px; } .eco--icon{height: 130px;} .eco--description{ height: 30%; color: black; font-weight: 600; font-size: 16px; width: 90%; margin: 10px auto; margin-top: -20px; } .eco--title--2 h4,.eco--title h4{ color: #1687c2; } .eco--title--2{ position: relative; top: 10%; } .show--chart{ position: relative; top: 10%; height: 55%; } .show--chart img{object-fit: contain;width: 70%;height: 100%;} .contact--content{ padding: 0 5%; padding-top: 5%; } .contact--content h4{ color: white; text-align: left; margin-bottom: 4%; } .icon--contact{ width: 20%; } .text--contact{ text-align: left; width: 80%; border-bottom: 1px solid white; } .phone--contact{ text-align: left; width: 80%; } .contact-item table{ width: 100%; } .no-padding{ text-align: left; color: white; } .send--button{ position: absolute; top: 7%; right: 20px; background: #1587c2; border: 0px; border-radius: 5px; color: white; width: 70px; padding: 4px 0; } .form-group input{ width: 100%; height: 40px; padding: 0 15% 0 10px; border-radius: 10px; border: 0px; margin-bottom: 15px; } .form-group input::-webkit-input-placeholder { /* Edge */ color: #393939 !important; } .form-group input:-ms-input-placeholder { /* Internet Explorer */ color: #393939 !important; } .form-group input::placeholder { color: #393939 !important; } .eco--triangle--1{ position: absolute; background: linear-gradient(to bottom left,rgba(22, 135, 194, 0.5) 0%, rgba(22, 135, 194, 0.5) 50%, transparent 50%); width: 35%; height: 6%; right: 0; } .eco--triangle--2{ position: absolute; background: linear-gradient(to top left,rgba(22, 135, 194, 0.5) 0%, rgba(22, 135, 194, 0.5) 50%, transparent 50%); width: 25%; height: 50%; right: 0; bottom: -25%; } .roadmap--container{ } .roadmap--content{ position: relative; padding: 0 5%; } .roadmap--trape{ border-right: 1600px solid #1587c2; border-top: 240px solid transparent; width: 0; border-bottom: 100px solid transparent; height: 11%; position: absolute; left: 0; margin-top: -30px; } .roadmap--icon{ position: relative; top: 52%; margin-right: 0; text-align: left; } .roadmap--row{ width: 100%; height: 100%; } .roadmap--title{ position: absolute; text-align: left; margin-top: 50px; z-index: 2; padding-left: 5%; } .roadmap--title h4{ color: #1587c2; } .roadmap--content{ height: 600px; } .roadmap--subtitle{ position: absolute; top: 5%; color: white; margin-left: 5%; width: 100%; text-align: left; font-size: 22px; } .roadmap--description{ position: absolute; top: 20%; text-align: left; color: white; font-weight: 100; margin-left: 5%; width: 100%; font-size: 20px; } .roadmap--icon td{ width: 50%; } .roadmap--right{ top: 30%; } .roadmap--container--2{ background: url(../img-new/roadmap-2.png) no-repeat; background-size: cover; position: relative; } .line--seperate{ width: 100%; height: 20%; background: white; } .roadmap--row--2{ padding: 0 4%; } .roadmap--col{ height: 600px; padding: 0; margin: 40px 0; } .roadmap--square { position: relative; width: 100%; border: 2px solid #1587c2; background: white; } .roadmap--square:after { content: ""; display: block; padding-bottom: 100%; } .square--content { position: absolute; /* width: 80%; */ /* height: 90%; */ text-align: center; left: 0; right: 0; margin: auto; margin-top: 10%; font-weight: 700; line-height: 1.4; } .roadmap--quarter{ position: absolute; width: 65%; background: #1587c2; left: 0; right: 0; margin: auto; bottom: -8%; } .roadmap--quarter h5{ margin-bottom: 0; padding: 8px 10px; color: white; } .square--1{ top: 35%; } .square--2{ top: 20%; } .square--3{ top: 5%; } .square--4{ top: -10%; } .roadmap--square h1,.roadmap--square h2{ color: white; position: relative; z-index: 1; top: -10px; } .roadmap--2020{ background: transparent; position: absolute; padding-top: 28%; border: 0px; overflow: hidden; } .trape--2020{ border-right: 800px solid #1587c2; border-top: 100px solid transparent; width: 0; height: 300px; position: absolute; left: 0; top: -50px; } .mCSB_dragger_bar{ position: relative; z-index: 10; } .eco--icon img{height: 80%;} .img--level img{ height: 80%; margin-top: 2%; } .info--link{ color: #1587c2; } .spin--part img{ } .content--description{ top: 44%; text-align: justify; padding: 0 14%; } .feature--icon{ text-align: center; } .feature--icon img{height: 60%;} .feature--tab{ } .content--description div{ font-weight: 600; } .half--home{ width: 50%; height: 100%; background-image: url(../img-new/home/1.jpg); background-repeat: no-repeat; background-size: cover; position: absolute; left: 0; top: 0; } .sign--part{ font-size: 2rem !important; margin-top: 2px; color: white; } .sign-in{ } .sign-in-small{ display:block; } @media (min-height:800px){ .sign-in{ } .sign-in-small{ display:none; } } .intro--text--container{ position: absolute; right: 0; top: 46%; margin-left: 15%; } /*@media (max-width:1355px) and (min-width:766px){ .text--area h2 { font-size:20px; margin: 10px 0; } .missing--text{ font-size:20px; margin: 10px 0; } #content-part p { font-size: 11px !important; } .read--more{ font-size: 11px !important; } }*/ @media (max-width:765px) and (min-width:420px){ .text--area h2 { font-size:15px; margin: 10px 0; } .missing--text{ font-size:15px; margin: 10px 0; } .text--area h6 { font-size:10px; } #content-part p { font-size: 7px !important; } .read--more{ font-size: 10px !important; } } @media (max-width:419px) and (min-width:300px){ .text--area h2 { font-size:13px; margin: 10px 0; } .missing--text{ font-size:13px; margin: 10px 0; } .text--area h6 { font-size:10px; } #content-part p { font-size: 12px !important; text-align: left; } .read--more{ font-size: 7px !important; } } .benefit--row{ width: 100%; position: relative; height: 95%; z-index: 6; margin: 0; } .portfolio{ } @media (max-width: 768px){ .commission--title{ } .commission--img { } .roadmap--icon{ /* margin: auto; */ } .center--social{ padding-top: 3%!important; } .video--section iframe{ width: 70%; height: 100%; } } .icon--feature{height: 46%;} .icon--feature img{ height: 100%; } .info--feature{ text-align: center; padding: 0px 20px; color: white; } .feature--subpart{ background: rgba(22, 135, 194, 0.8); border-radius: 10px; height: 100%; } /* Loader */ .lds-dual-ring { display: inline-block; width: 50px; height: 50px; position: absolute; top: 0; left: 0; right: 0; bottom: 0; margin: auto; transform: scale(1.5); } .lds-dual-ring:after { content: " "; display: block; width: 46px; height: 46px; margin: 1px; border-radius: 50%; border: 5px solid #1687c2; border-color: #1687c2 transparent #1687c2 transparent; animation: lds-dual-ring 1.2s linear infinite; } @keyframes lds-dual-ring { 0% { transform: rotate(0deg); } 100% { transform: rotate(360deg); } } .icon--loader{height: 100%;} .icon--loader img{ position: absolute; top: 0; right: 0; left: 0; bottom: 0; margin: auto; width: 40px; } .text--area h2,.missing--text { animation: shine--text 4s infinite; } .down--arrow{ animation: move--down 3s infinite; } .welcome--title,.trust--title{ } @keyframes shine--text{ 30%{text-shadow: 0 0 20px;} 60%{text-shadow: 0 0 0;} } @keyframes move--down{ 20%{top:85%;} 100%{top:85%;} } @keyframes change--color{ 25%{color:gold;} 50%{color: purple;} 75%{color: green;} 100%{color: white;} } .video--section img{ max-width: 100%; } body{ } #content-part{ display: none; } .down--arrow img{ max-width: 50%; } @media (max-width:470px){ .brand--logo--2 { top:20%; } .refferal h4{ font-size: 15px; } .text--area h6{ top: 0!important; } .refferal h2{ font-size: 25px; } .refferal h5{ font-size: 15px; } .description--eco h6{ font-size: 10px; } .square--content{ font-size: 14px; } .roadmap--quarter h5{ font-size: 12px; } .roadmap--col{ height: 375px; } .commission--container{ height: 260px; } .refferal{ top:2%; } } @media (max-width:370px){ .square--content{ font-size: 8px; } } @media (max-width:500px){ .info--feature { font-size: 10px; } } @media (max-width:560px){ .roadmap--description{ position: relative; font-size: 12px; } .roadmap--subtitle{ position: relative; font-size: 15px; } .roadmap--square h1, .roadmap--square h2{ top: 5px; } .roadmap--square h1{ font-size:30px; } .roadmap--square h2{ font-size: 25px; } } #content-part{ opacity: 1 !important; } @media (max-width: 780px){ .roadmap--content{ height: 380px; } } .sub--icon2{ height: 30%; } .sub--icon--1{ background: url(../img-new/benefit2/2.png) no-repeat; background-position: center; background-size: contain; } .sub--icon--2{ background: url(../img-new/benefit2/3.png) no-repeat; background-position: center; background-size: contain; } .sub--icon--3{ background: url(../img-new/benefit2/4.png) no-repeat; background-position: center; background-size: contain; } .sub--description2{ height: 70%; font-size: 12px; color: white; text-align: center; padding: 0 5%; } /* width */ .main-navigation::-webkit-scrollbar { width: 5px; } /* Track */ .main-navigation::-webkit-scrollbar-track { background: transparent; } /* Handle */ .main-navigation::-webkit-scrollbar-thumb { background: white; } /* Handle on hover */ .main-navigation::-webkit-scrollbar-thumb:hover { background: #1687c2; } .contact--img{ left: 0; position: absolute; margin-top: -25px; margin-left: 27px; } .package--img{ position: absolute; top: 80%; left: 0; right: 0; margin: auto; } .center--social{ display: block; margin: auto; height:80px; background: #2d71a4; padding-top: 2%; } .center--social img{ max-width: 50px; margin: 0 10px; } .feature--subpart:hover{ animation: beatheart 0.8s forwards; } .level--design:not(.animated){ animation: shinePackage 4s infinite; } .refferal h2{ animation: lightShake 4s infinite; } .eco--icon img:not(.animated){ animation: jumplight 4s infinite; } .roadmap--icon img:not(.animated){ transform-origin: 50% 100%; transform: rotate(10deg); animation: bubble 4s infinite; } .icon--contact{ animation: contactshake 4s infinite; } .center--social img{ position:relative; transition: all 0.5s; } .center--social img:hover{ top: -10px; transform: scale(1.2); } @keyframes beatheart{ 25%{transform: scale(1.2);} 50%{transform: scale(0.8);} 75%{transform: scale(1.2);} 100%{transform: scale(1);} } @keyframes shinePackage{ 30%{box-shadow: 0 0 60px -10px white;} 60%{box-shadow: 0 0 0px -10px white;} } @keyframes lightShake{ 10%{transform: rotate(20deg);} 15%{transform: rotate(-20deg);} 20%{transform: rotate(20deg);} 25%{transform: rotate(-20deg);} 30%{transform: rotate(0deg);} } @keyframes jumplight{ 10%{margin-top: -30px;} 15%{margin-top: 0px;} 20%{margin-top: -20px;} 25%{margin-top: 0px;} 30%{margin-top: -5px;} 40%{margin-top: 0px;} } @keyframes bubble{ 50%{transform: rotate(-10deg);} 100%{transform: rotate(10deg);} } @keyframes contactshake{ 10%{transform: rotate(30deg);} 15%{transform: rotate(-30deg);} 20%{transform: rotate(30deg);} 25%{transform: rotate(-30deg);} 30%{transform: rotate(0deg);} } @media (max-width: 768px){ .eco--col{ height:160px; } .level--container{ height: 300px; } } @media (max-width: 768px) and (min-width: 450px){ .level--design{ margin: 0 50px; } } .main--board{ height: 450px; } .sub--board{ margin-top: 110px; } @media (max-width: 768px){ .sub--board{ margin-top: 0px; } .img--decor--roadmap img{ left: 65% !important; } .img--decor--roadmap img{ display: none; } } .img--decor--roadmap{ position: absolute; margin-top: 125px; left: 40px; } .img--decor--roadmap img{ width: 120px; }.main-navigation{ background-color: transparent; } .social--network { width: 25px !important; height: 25px !important; padding: 0px !important; margin: 5px auto !important; padding-top: 2px !important; } .main--menu{ padding: 7px 0 !important; } #home-part--fix{ margin: auto; bottom: 0; right: 0; } .main--logo{ display: inline-block; } .brand--logo{ position: absolute; left: 29%; top: 0; bottom: 0; width: 32%; margin: auto; } .brand--logo--2{ width: 15%; position: absolute; top: 15%; left: 71%; } .main--menu img{ width: 30px; display: block; margin: 0 auto; } .mCSB_scrollTools .mCSB_draggerRail { background-color: #1687c2; } .nav--section{ position: absolute; z-index: 5; left: -75px; top: 50px; } .arrow--nav{ width: 15%; } .border--bottom{ width: 100%; height: 50px; position: absolute; bottom: 35px; z-index: 1; background: #1587c2; } .intro--container{ height: 100%; } .first--network{ /* margin-top: 20px !important; */ } .social--network img{ width: 20px; margin-left: 0.5px; margin-top: -6px; } .blue--text{ color: #1587c2 !important; margin-bottom: 12px; font-weight: bold; } .blue--header{ color: #1587c2; } .intro--height{ height: 100%; } .text--area{ /* padding-left: 7.6%; */ text-align: right; } .img--area{ background: url(../img-new/bg-intro.png) no-repeat; background-size: cover; overflow: hidden; } .trape--decor{ background-image: linear-gradient(to left top, rgba(22, 135, 194, 0.5) 0%, rgba(22, 135, 194, 0.5) 50%, transparent 50%); position: absolute; width: 100%; height: 25%; bottom: 0; left: 0; } .missing--text{ position: absolute; top: 46%; left: 0; color: #ffffff; } .welcome--feature{ position: absolute; bottom: 90px; z-index: 1; right: 17px; } .feature--content{ position: absolute; z-index: 1; bottom: 15px; font-size: 11px !important; left: 0; margin: 0px 5px; } .read--more{ border:0px; border-radius: 5px; padding: 2px 12px; margin-top: 10px; background: url(../img-new/read-more.png) no-repeat; background-size: cover; font-weight: 500; color: white; position: relative; left: 0; } .stick--decor{ position: absolute; width: 100%; left: 15px; top: 72%; height: 50%; overflow-y: hidden; z-index: 1; } .stick--1{ width: 50%; height: 1%; transform: rotate(35deg); background: #0071bc; position: absolute; top: 18%; left: -15%; } .stick--2{ width: 100%; height: 2%; transform: rotate(35deg); background: rgba(21, 135, 194, 0.5); position: absolute; top: 67%; left: -11%; } .stick--3{ width: 50%; height: 1%; transform: rotate(35deg); background: rgba(21, 135, 194, 0.3); position: absolute; top: 83%; left: 10%; } .text--area h6{ position: absolute; top: -50%; } .text--area h2{ position: relative; top: 46%; text-align: right; } .text--area p.blue--text{ position: absolute; top: 85%; } .text--area .description{ position: absolute; top: 150%; text-align: left; padding-right: 20px; width: 90%; } .welcome--title,.trust--title{ color: white; } .video--bg{ background-color: transparent; position: relative; height: 600px; } /*.left--decor--video{ background-image: linear-gradient(to left top, rgba(22, 135, 194, 0.5) 0%, rgba(22, 135, 194, 0.5) 50%, transparent 50%); position: absolute; width: 100%; height: 30%; top: 70%; left: 0; }*/ .video--bg .row{ width: 100%; height: 100%; margin: 0 !important; } .video--bg .row .left--decor--video,.video--bg .row .right--decor--video{ height: 100%; background-color: #1587c2; } .top--left--triangle{ background-image: linear-gradient(to right bottom, white 0%, white 50%, transparent 50%); position: absolute; width: 100%; height: 25%; left: 0; top: 0px; } .bottom--right--triangle{ background-image: linear-gradient(to left top, white 0%, white 50%, transparent 50%); position: absolute; width: 200%; height: 50%; right: 0; bottom: 0; } .title--video{ position: absolute; z-index: 1; left: 0; top: 18%; right: 0; } .video--section{ position: absolute; left: 0; top: 36%; z-index: 2; right: 0; } .text--footer--decor img{ display: inline-block; } .text--footer--decor{ position: absolute; left: 0; width: 200%; text-align: center; top: 30%; z-index: 1; } .stick--decor--white{ position: absolute; width: 100%; left: 0; top: 72%; height: 50%; z-index: 1; } .stick--1--white{ position: absolute; width: 17%; height: 0.8%; background: white; top: 16%; transform: rotate(-18deg); right: 19%; } .stick--2--white{ position: absolute; width: 40%; height: 0.5%; background: white; top: 21%; transform: rotate(-18deg); right: 4%; } .stick--3--white{ position: absolute; width: 28%; height: 0.5%; background: white; transform: rotate(-18deg); right: -8%; top: 20%; } .down--arrow{ position: absolute; width: 115%; top: 74%; text-align: right; z-index: 1; } .video--stick--1{ position: absolute; background: white; height: 0.5%; bottom: 17%; width: 45%; right: 29%; transform: rotate(-17deg); } .video--stick--2{ position: absolute; background: #1587c2; height: 0.5%; bottom: 14%; width: 45%; right: 16%; transform: rotate(-17deg); z-index: 1; } .feature--title h4{ color: #1587c2; } .feature--title{ position: relative; top: 10%; margin-left: 10%; text-align: left; } .feature--container{/* padding: 2%; */position: relative;} .description--feature{ position: relative; top: 15%; margin-left: 10%; text-align: justify; width: 100%; } .bottom--trape--1{ width: 100%; height: 25%; bottom: 0; right: 0; position: absolute; background: linear-gradient(to top left, rgba(22, 135, 194, 0.5) 0%,rgba(22, 135, 194, 0.5) 50% ,transparent 50%); } .bottom--trape--2{ width: 100%; height: 35%; left: 0; bottom: 0; position: absolute; background: linear-gradient(to top right, #1587c2 0%,#1587c2 50% ,transparent 50%); } .feature--part{ /* background: rgba(22, 135, 194, 0.5); */ border-radius: 10px; margin: 5px 0px; position: relative; } .benefit--title h4{ color: white; } .benefit--title{ position: relative; height: 100px; z-index: 2; padding-top: 30px; } .benefit--content{ background-color: #1587c2; } .benefit--container{ height: 600px; } .benefit--pic--1,.benefit--pic--2,.benefit--pic--3{ height: 32%; } .benefit--pic--1{ background: url(../img-new/benefit/1.jpg) no-repeat; background-size: cover; } .benefit--pic--2{ margin: 2% 0%; background: url(../img-new/benefit/2.png) no-repeat; background-size: cover; } .benefit--pic--3{ background: url(../img-new/benefit/3.jpg) no-repeat; background-size: cover; } .border--decor{ border: 2px solid blue; height: 96%; margin: 2%; padding: 2%; vertical-align: middle; border-image-source: linear-gradient(-45deg, rgb(22, 135, 194), rgb(138, 195, 224)); border-image-slice: 1; } .sub--content{ height: 100%; background: rgba(21, 135, 194, 0.7); } .sub--icon{ height: 50%; background: url(../img-new/benefit2/1.png?v=1) no-repeat; background-position: center; } .sub--description h4{ color: white; font-weight: 100; text-align: center; padding: 0 10%; font-size: 20px; line-height: 25px; } .sub--description{ height: 50%; } .benefit--bg--decor{ background: url(../img-new/benefit/0.png) no-repeat; background-size: cover; } .triangle--top--left{ background: linear-gradient(to bottom right,rgba(22, 135, 194, 0.5) 0%, rgba(22, 135, 194, 0.5) 50%, transparent 50%); width: 60%; height: 32%; position: absolute; z-index: 1; } .triangle--bottom--right{ background: linear-gradient(to top left,rgba(22, 135, 194, 0.5) 0%, rgba(22, 135, 194, 0.5) 50%, transparent 50%); width: 80%; height: 44%; bottom: 0; right: 0; position: absolute; z-index: 1; } .refferal h2{ color: #1687c2; text-align: left; } .refferal h4{ color: #1687c2; text-align: left; position: absolute; border-bottom: 5px solid #1687c2; } .refferal h5{ color: black; text-align: left; position: absolute; border-bottom: 5px solid #1687c2; padding-bottom: 2px; } .refferal{ width: 100%; position: relative; top: 25%; margin-left: 10%; } .refferal td{ padding-top: 20px; } #commission{ width: 100%; position: relative; z-index: 5; top: 0; left: 0; color: #333333 !important; } .commission--container{ /* height: 100%; */ position: relative; z-index: 2; } .commission--title{ position: relative; top: 40px; } .commission--title h4{ color: #1687c2; } .commission--img { background: url(../img-new/commission.jpg?v=2) no-repeat; background-size: cover; width: 300px; border: 10px solid #1687c2; position: relative; top: 50px; display: block; margin: auto; z-index: 2; height: 300px; max-width: 95%; } .commission--img:after { /* content: ""; */ display: block; padding-bottom: 100%; } .commission--content{ /* height: 550px !important; */ } .ref--title{ height: 35px; } .refferal tbody td{ padding-bottom: 50px; } .level--content{ background: url(../img-new/level-bg.png) no-repeat; background-size: cover; position: relative; } .level--title h4{ color: white; position: relative; top: 50%; } .level--title{ position: relative; top: 5%; height: 100px; } .level--container{ height: 370px; } .level--design{ height: 80%; top: 5%; position: relative; border-radius: 10px; background: rgba(22, 135, 194, 0.5); } .img--level{ height: 40%; } .description--level{ height: 40%; } .description--level h5{ color: white; font-weight: 100; margin: 0 15px; text-align: center; } .level--state{ height: 20%; color: blue; } .level--state div{ width: 50%; margin: auto; border-radius: 10px; background: white; color: #1687c2; font-weight: bold; } .level--row{ height: 80%; position: relative; top: 15%; padding: 0% 3%; } .eco--content{ /* height: 1000px !important; */ position: relative; } .eco--title{ position: relative; height: 100px; top: 50px; } .description--eco{ position: relative; height: 55px; } .description--eco h6{ color: black; font-size: 18px; width: 50%; margin: 0 auto 25px; width: 90%; line-height: 20px; } .description--eco h6 a{ color: #1687c2; } .eco--row{ height: 20%; position: relative; top: 8%; padding: 0 5%; } .eco--col{ height: 175px; } .eco--icon{height: 130px;} .eco--description{ height: 30%; color: black; font-weight: 600; font-size: 16px; width: 90%; margin: 10px auto; margin-top: -20px; } .eco--title--2 h4,.eco--title h4{ color: #1687c2; } .eco--title--2{ position: relative; top: 10%; } .show--chart{ position: relative; top: 10%; height: 55%; } .show--chart img{object-fit: contain;width: 70%;height: 100%;} .contact--content{ padding: 0 5%; padding-top: 5%; } .contact--content h4{ color: white; text-align: left; margin-bottom: 4%; } .icon--contact{ width: 20%; } .text--contact{ text-align: left; width: 80%; border-bottom: 1px solid white; } .phone--contact{ text-align: left; width: 80%; } .contact-item table{ width: 100%; } .no-padding{ text-align: left; color: white; } .send--button{ position: absolute; top: 7%; right: 20px; background: #1587c2; border: 0px; border-radius: 5px; color: white; width: 70px; padding: 4px 0; } .form-group input{ width: 100%; height: 40px; padding: 0 15% 0 10px; border-radius: 10px; border: 0px; margin-bottom: 15px; } .form-group input::-webkit-input-placeholder { /* Edge */ color: #393939 !important; } .form-group input:-ms-input-placeholder { /* Internet Explorer */ color: #393939 !important; } .form-group input::placeholder { color: #393939 !important; } .eco--triangle--1{ position: absolute; background: linear-gradient(to bottom left,rgba(22, 135, 194, 0.5) 0%, rgba(22, 135, 194, 0.5) 50%, transparent 50%); width: 35%; height: 6%; right: 0; } .eco--triangle--2{ position: absolute; background: linear-gradient(to top left,rgba(22, 135, 194, 0.5) 0%, rgba(22, 135, 194, 0.5) 50%, transparent 50%); width: 25%; height: 50%; right: 0; bottom: -25%; } .roadmap--container{ } .roadmap--content{ position: relative; padding: 0 5%; } .roadmap--trape{ border-right: 1600px solid #1587c2; border-top: 240px solid transparent; width: 0; border-bottom: 100px solid transparent; height: 11.5%; position: absolute; left: 0; margin-top: -65px; } .roadmap--icon{ position: relative; top: 52%; margin-right: 0; text-align: left; } .roadmap--row{ width: 100%; height: 100%; } .roadmap--title{ position: absolute; text-align: left; margin-top: 50px; z-index: 2; padding-left: 5%; } .roadmap--title h4{ color: #1587c2; } .roadmap--content{ height: 600px; } .roadmap--subtitle{ position: absolute; top: 5%; color: white; margin-left: 5%; width: 100%; text-align: left; font-size: 22px; } .roadmap--description{ position: absolute; top: 20%; line-height: 30px; text-align: left; color: white; font-weight: 100; margin-left: 5%; width: 96%; font-size: 20px; } .roadmap--icon td{ width: 50%; } .roadmap--right{ top: 30%; } .roadmap--container--2{ background: url(../img-new/roadmap-2.png) no-repeat; background-size: cover; position: relative; } .line--seperate{ width: 100%; height: 20%; background: white; } .roadmap--row--2{ padding: 0 4%; } .roadmap--col{ height: 600px; padding: 0; margin: 40px 0; } .roadmap--square { position: relative; width: 100%; border: 2px solid #1587c2; background: white; } .roadmap--square:after { content: ""; display: block; padding-bottom: 100%; } .square--content { position: absolute; width: 80%; /* height: 50%; */ text-align: center; left: 0; right: 0; margin: auto; margin-top: 10%; font-weight: 700; line-height: 1.4; font-size: 18px; } .roadmap--quarter{ position: absolute; width: 85%; background: #1587c2; left: 0; right: 0; margin: auto; bottom: -8%; } .roadmap--quarter h5{ margin-bottom: 0; padding: 8px 10px; color: white; } .square--1{ top: 35%; } .square--2{ top: 20%; } .square--3{ top: 5%; } .square--4{ top: -10%; } .roadmap--square h1,.roadmap--square h2{ color: white; position: relative; z-index: 1; top: -10px; } .roadmap--2020{ background: transparent; position: absolute; padding-top: 28%; border: 0px; overflow: hidden; } .trape--2020{ border-right: 800px solid #1587c2; border-top: 100px solid transparent; width: 0; height: 300px; position: absolute; left: 0; top: -50px; } .mCSB_dragger_bar{ position: relative; z-index: 10; } .eco--icon img{height: 80%;} .img--level img{ height: 80%; margin-top: 2%; } .info--link{ color: #1587c2; } .spin--part img{ max-height: 98%; max-width: 98%; } .content--description{ top: 44%; text-align: justify; padding: 0 14%; } .feature--icon{ text-align: center; } .feature--icon img{height: 60%;} .feature--tab{ width: 100%; position: relative; top: 30%; height: 30%; } .content--description div{ font-weight: 600; margin-top: 30px; text-shadow: 0 0px 5px white; } .half--home{ width: 45%; height: 100%; background-image: url(../img-new/home/1.jpg); background-repeat: no-repeat; background-size: cover; position: absolute; left: 0; top: 0; } .sign--part{ font-size: 2rem !important; margin-top: 2px; color: white; } .sign-in{ } .sign-in-small{ display:block; } @media (min-height:800px){ .sign-in{ } .sign-in-small{ display:none; } } .intro--text--container{ position: absolute; left: 0; top: 31%; margin-left: 13%; } @media (max-width:1355px){ .show--chart img{width: 85%!important;} } @media (max-width:1355px) and (min-width:766px){ .text--area h2 { font-size:30px; margin: 10px 0; } .missing--text{ font-size:30px; margin: 10px 0; } #content-part p { font-size: 15px !important; } .read--more{ font-size: 15px !important; } } @media (max-width:765px) and (min-width:420px){ .text--area h2 { font-size:15px; margin: 10px 0; } .missing--text{ font-size:15px; margin: 10px 0; } .text--area h6 { font-size:10px; } #content-part p { font-size: 7px !important; } .read--more{ font-size: 10px !important; } } @media (max-width:419px) and (min-width:300px){ .text--area h2 { font-size:13px; margin: 10px 0; } .missing--text{ font-size:13px; margin: 10px 0; } .text--area h6 { font-size:10px; } #content-part .description { font-size: 10px !important; } .font--text11{font-size: 8px!important;} .read--more{ font-size: 7px !important; } } .benefit--row{ width: 100%; position: relative; height: 95%; z-index: 6; margin: 0; } .portfolio{ position: relative; } @media (max-width: 768px){ .commission--title{ } .commission--img { } .roadmap--icon{ /* margin: auto; */ } } .icon--feature{height: 46%;} .icon--feature img{ height: 100%; } .info--feature{ text-align: center; padding: 0px 20px; color: white; } .feature--subpart{ background: rgba(22, 135, 194, 0.8); border-radius: 10px; height: 100%; } /* Loader */ .lds-dual-ring { display: inline-block; width: 50px; height: 50px; position: absolute; top: 0; left: 0; right: 0; bottom: 0; margin: auto; transform: scale(1.5); } .lds-dual-ring:after { content: " "; display: block; width: 46px; height: 46px; margin: 1px; border-radius: 50%; border: 5px solid #1687c2; border-color: #1687c2 transparent #1687c2 transparent; animation: lds-dual-ring 1.2s linear infinite; } @keyframes lds-dual-ring { 0% { transform: rotate(0deg); } 100% { transform: rotate(360deg); } } .icon--loader{height: 100%;} .icon--loader img{ position: absolute; top: 0; right: 0; left: 0; bottom: 0; margin: auto; width: 40px; } .text--area h2,.missing--text { animation: shine--text 4s infinite; } .down--arrow{ animation: move--down 3s infinite; } .welcome--title,.trust--title{ } @keyframes shine--text{ 30%{text-shadow: 0 0 20px;} 60%{text-shadow: 0 0 0;} } @keyframes move--down{ 20%{top:85%;} 100%{top:85%;} } @keyframes change--color{ 25%{color:gold;} 50%{color: purple;} 75%{color: green;} 100%{color: white;} } .video--section img{ max-width: 100%; } body{ } #content-part{ display: none; } .down--arrow img{ max-width: 50%; } @media (max-width:470px){ .brand--logo--2 { top:20%; } .description--feature h6{ text-align: center; line-height: 20px; } .refferal h4{ font-size: 15px; } .refferal h2{ font-size: 25px; } .refferal h5{ font-size: 15px; } .description--eco h6{ font-size: 14px; line-height: 15px; margin-top: 10px; } .description--eco{ height: 70px; } .eco--title{ height: 120px; } .square--content{ font-size: 14px; } .roadmap--quarter h5{ font-size: 12px; } .roadmap--col{ height: 375px; margin: 0; } .commission--container{ height: 260px; } .refferal{ top:2%; } } @media (max-width:350px){ .square--content{ font-size: 12px !important; } } @media (max-width:500px){ .info--feature { font-size: 10px; } } @media (max-width:560px){ .roadmap--description{ position: relative; font-size: 18px; } .roadmap--subtitle{ position: relative; font-size: 22px; } .roadmap--square h1, .roadmap--square h2{ top: 5px; } .roadmap--square h1{ font-size:30px; } .roadmap--square h2{ font-size: 25px; } } #content-part{ opacity: 1 !important; border-left: 1vw solid #1587c2; } @media (max-width: 780px){ .roadmap--content{ height: 350px; } } .sub--icon2{ height: 45%; } .sub--icon--1{ background: url(../img-new/benefit2/2.png?v=1) no-repeat; background-position: center; background-size: contain; } .sub--icon--2{ background: url(../img-new/benefit2/3.png?v=1) no-repeat; background-position: center; background-size: contain; } .sub--icon--3{ background: url(../img-new/benefit2/4.png?v=1) no-repeat; background-position: center; background-size: contain; } .sub--description2{ height: 70%; font-size: 18px; color: white; text-align: center; padding: 0 5%; line-height: 1.2; } /* width */ .main-navigation::-webkit-scrollbar { width: 5px; } /* Track */ .main-navigation::-webkit-scrollbar-track { background: transparent; } /* Handle */ .main-navigation::-webkit-scrollbar-thumb { background: white; } /* Handle on hover */ .main-navigation::-webkit-scrollbar-thumb:hover { background: #1687c2; } .contact--img{ left: 0; position: absolute; margin-top: -25px; margin-left: 27px; } .package--img{ position: absolute; top: 80%; left: 0; right: 0; margin: auto; } .center--social{ display: block; margin: auto; height:80px; background: #2d71a4; padding-top: 2%; } .center--social img{ max-width: 50px; margin: 0 10px; } .feature--subpart:hover{ animation: beatheart 0.8s forwards; } .level--design:not(.animated){ animation: shinePackage 4s infinite; } .refferal h2{ animation: lightShake 4s infinite; } .eco--icon img:not(.animated){ animation: jumplight 4s infinite; } .roadmap--icon img:not(.animated){ transform-origin: 50% 100%; transform: rotate(3deg); animation: bubble 4s infinite; } .icon--contact{ animation: contactshake 4s infinite; } .center--social img{ position:relative; transition: all 0.5s; } .center--social img:hover{ top: -10px; transform: scale(1.2); } @keyframes beatheart{ 25%{transform: scale(1.2);} 50%{transform: scale(0.8);} 75%{transform: scale(1.2);} 100%{transform: scale(1);} } @keyframes shinePackage{ 30%{box-shadow: 0 0 60px -10px white;} 60%{box-shadow: 0 0 0px -10px white;} } @keyframes lightShake{ 10%{transform: rotate(20deg);} 15%{transform: rotate(-20deg);} 20%{transform: rotate(20deg);} 25%{transform: rotate(-20deg);} 30%{transform: rotate(0deg);} } @keyframes jumplight{ 10%{margin-top: -30px;} 15%{margin-top: 0px;} 20%{margin-top: -20px;} 25%{margin-top: 0px;} 30%{margin-top: -5px;} 40%{margin-top: 0px;} } @keyframes bubble{ 50%{transform: rotate(-3deg);} 100%{transform: rotate(3deg);} } @keyframes contactshake{ 10%{transform: rotate(30deg);} 15%{transform: rotate(-30deg);} 20%{transform: rotate(30deg);} 25%{transform: rotate(-30deg);} 30%{transform: rotate(0deg);} } @media (max-width: 768px){ .eco--col{ height:160px; } .level--container{ height: 300px; } } @media (max-width: 768px) and (min-width: 450px){ .level--design{ margin: 0 10%; } } .main--board{ height: 470px; } .sub--board{ margin-top: 110px; } @media (max-width: 768px){ .sub--board{ margin-top: 0px; } .img--decor--roadmap{ left: 65% !important; } } @media (min-width:1400px){ .first--child{ float: right; } } .img--decor--roadmap{ position: absolute; margin-top: 100px; left: 40px; } .img--decor--roadmap img{ width: 120px; } .description--feature h6{ max-width: 84%; } @media (max-width:430px){ #main-about,.video--bg{ height: 500px; } } .show--feature{ margin-top: 60px; } .spin--part{ position: relative; } .responsive--commission{ display: none; } .spinner--part{ } @media (max-width:767px){ .responsive--commission{ display: block; } .real--commission{ display:none; } .brand--logo{ width:60%; left:15%; } .brand--logo--2{ width:28%; left:60%; } } .responsive--feature{ display: none; height: 400px; } @media (max-width:991px){ .responsive--feature{ display: block; } .real--feature{ display: none; } .content--description div{ color:white; text-shadow: 0 0 4px #1587c2; } } @media (max-width:991px) and (min-width: 768px){ .text--area h6{top: -15%;} .text--area .description{top: 120%;} .description--eco h6{ font-size: 16px; line-height: 20px; } } @media (min-width:1400px){ .square--content{ font-size: 20px; } } .text--contact div,.phone--contact div{ color:white; } .text--contact div:nth-child(1),.phone--contact div:nth-child(1){ font-weight: bold; } .table-tx{ margin-top: 15px; margin-left: 90px; } .table-tx ul{ display: inline-flex; list-style: none; text-align: left; padding-left: 0; width: 75%; float: left; margin: 5px 0 0 0; } .table-tx ul .li1{ background: rgb(21, 135, 194); padding: 10px 20px; color: #ffffff; border-top-left-radius: 5px; border-bottom-left-radius: 5px; } .table-tx ul .li2{ background: rgba(0, 94, 144, 0.95); padding: 10px 35px; width: 100%; color: #fff; border-top-right-radius: 5px; border-bottom-right-radius: 5px; } .table-tx1{ margin-left: 20px; } .table-tx1 ul{ display: inline-flex; list-style: none; text-align: left; padding-left: 0; width: 90%; float: left; margin: 5px 0 0 0; } .table-tx1 ul .li1{ background: rgb(21, 135, 194); padding: 10px 20px; color: #ffffff; border-top-left-radius: 5px; border-bottom-left-radius: 5px; } .table-tx1 ul .li2{ background: rgba(0, 94, 144, 0.95); padding: 10px 20px; width: 100%; color: #fff; border-top-right-radius: 5px; border-bottom-right-radius: 5px; } .mg-60{ margin-bottom: 60px; } .main-navigation{ background-color: transparent; } .social--network { width: 25px !important; height: 25px !important; padding: 0px !important; margin: 5px auto !important; padding-top: 2px !important; } .main--menu{ padding: 7px 0 !important; } #home-part--fix{ margin: auto; bottom: 0; right: 0; } .main--logo{ display: inline-block; } .brand--logo{ position: absolute; left: 38%; top: 0; bottom: 0; width: 25%; margin: auto; } .brand--logo--2{ width: 15%; position: absolute; top: 12%; left: 65%; } .main--menu img{ width: 30px; display: block; margin: 0 auto; } .mCSB_scrollTools .mCSB_draggerRail { background-color: #1687c2; } .nav--section{ position: absolute; z-index: 5; left: -75px; top: 50px; } .arrow--nav{ width: 15%; } .border--bottom{ width: 100%; height: 50px; position: absolute; bottom: 35px; z-index: 1; background: #1587c2; } .intro--container{ height: 100%; } .first--network{ /* margin-top: 20px !important; */ } .social--network img{ width: 20px; margin-left: 0.5px; margin-top: -6px; } .blue--text{ color: #1587c2 !important; margin-bottom: 12px; font-weight: bold; } .blue--header{ color: #1587c2; font-size: 30px; } .intro--height{ height: 100%; } .text--area{ /* padding-left: 7.6%; */ text-align: right; } .img--area{ background-size: cover; overflow: hidden; background-position: center; animation: BGanimation 10s linear infinite; } @keyframes BGanimation{ 0%{ background: url(../img/bg1.png) no-repeat; background-size: cover; overflow: hidden; background-position: center; } 50%{ background: url(../img/bg2.png) no-repeat; background-size: cover; overflow: hidden; background-position: center; } } .trape--decor{ background-image: linear-gradient(to left top, rgba(22, 135, 194, 0.5) 0%, rgba(22, 135, 194, 0.5) 50%, transparent 50%); position: absolute; width: 100%; height: 25%; bottom: 0; left: 0; } .missing--text{ position: absolute; top: 46%; left: 0; color: #ffffff; } .welcome--feature{ position: absolute; bottom: 90px; z-index: 1; right: 17px; } .feature--content{ position: absolute; z-index: 1; bottom: 15px; font-size: 11px !important; left: 0; margin: 0px 5px; } .read--more{ border:0px; border-radius: 5px; padding: 2px 12px; margin-top: 10px; background: url(../img-new/read-more.png) no-repeat; background-size: cover; font-weight: 500; color: white; position: relative; left: 0; } .stick--decor{ position: absolute; width: 100%; left: 15px; top: 72%; height: 50%; overflow-y: hidden; z-index: 1; } .stick--1{ width: 50%; height: 1%; transform: rotate(35deg); background: #0071bc; position: absolute; top: 18%; left: -15%; } .stick--2{ width: 100%; height: 2%; transform: rotate(35deg); background: rgba(21, 135, 194, 0.5); position: absolute; top: 67%; left: -11%; } .stick--3{ width: 50%; height: 1%; transform: rotate(35deg); background: rgba(21, 135, 194, 0.3); position: absolute; top: 83%; left: 10%; } .text--area h6{ position: absolute; top: -50%; } .text--area h2{ position: relative; top: 46%; text-align: right; } .text--area p.blue--text{ position: absolute; top: 100%; } .text--area .description{ position: absolute; top: 180%; text-align: justify; padding-right: 40px; } .welcome--title,.trust--title{ color: white; } .video--bg{ background-color: transparent; position: relative; height: 600px; } /*.left--decor--video{ background-image: linear-gradient(to left top, rgba(22, 135, 194, 0.5) 0%, rgba(22, 135, 194, 0.5) 50%, transparent 50%); position: absolute; width: 100%; height: 30%; top: 70%; left: 0; }*/ .video--bg .row{ width: 100%; height: 100%; margin: 0 !important; } .video--bg .row .left--decor--video,.video--bg .row .right--decor--video{ height: 100%; background-color: #1587c2; } .top--left--triangle{ background-image: linear-gradient(to right bottom, white 0%, white 50%, transparent 50%); position: absolute; width: 100%; height: 25%; left: 0; top: 0px; } .bottom--right--triangle{ background-image: linear-gradient(to left top, white 0%, white 50%, transparent 50%); position: absolute; width: 200%; height: 50%; right: 0; bottom: 0; } .title--video{ position: absolute; z-index: 1; left: 0; top: 18%; right: 0; } .video--section{ position: absolute; left: 0; top: 36%; z-index: 2; right: 0; } .text--footer--decor img{ display: inline-block; } .text--footer--decor{ position: absolute; left: 0; width: 200%; text-align: center; top: 30%; z-index: 1; } .stick--decor--white{ position: absolute; width: 100%; left: 0; top: 72%; height: 50%; z-index: 1; } .stick--1--white{ position: absolute; width: 17%; height: 0.8%; background: white; top: 16%; transform: rotate(-18deg); right: 19%; } .stick--2--white{ position: absolute; width: 40%; height: 0.5%; background: white; top: 21%; transform: rotate(-18deg); right: 4%; } .stick--3--white{ position: absolute; width: 28%; height: 0.5%; background: white; transform: rotate(-18deg); right: -8%; top: 20%; } .down--arrow{ position: absolute; width: 115%; top: 74%; text-align: right; z-index: 1; } .video--stick--1{ position: absolute; background: white; height: 0.5%; bottom: 17%; width: 45%; right: 29%; transform: rotate(-17deg); } .video--stick--2{ position: absolute; background: #1587c2; height: 0.5%; bottom: 14%; width: 45%; right: 16%; transform: rotate(-17deg); z-index: 1; } .feature--title h4{ color: #1587c2; } .feature--title{ position: relative; top: 10%; margin-left: 10%; text-align: left; } .feature--container{/* padding: 2%; */} .description--feature{ position: relative; top: 15%; margin-left: 10%; text-align: justify; width: 100%; } .bottom--trape--1{ width: 200%; height: 25%; bottom: 0; right: 0; position: absolute; background: linear-gradient(to top left, rgba(22, 135, 194, 0.5) 0%,rgba(22, 135, 194, 0.5) 50% ,transparent 50%); } .bottom--trape--2{ width: 200%; height: 35%; left: 0; bottom: 0; position: absolute; background: linear-gradient(to top right, #1587c2 0%,#1587c2 50% ,transparent 50%); } .feature--part{ /* background: rgba(22, 135, 194, 0.5); */ border-radius: 10px; margin: 5px 0px; } .benefit--title h4{ color: white; } .benefit--title{ position: relative; height: 100px; z-index: 2; padding-top: 30px; } .benefit--content{ background-color: #1587c2; } .benefit--container{ height: 600px; } .benefit--pic--1,.benefit--pic--2,.benefit--pic--3{ height: 32%; } .benefit--pic--1{ background: url(../img-new/benefit/1.jpg) no-repeat; background-size: cover; } .benefit--pic--2{ margin: 2% 0%; background: url(../img-new/benefit/2.png) no-repeat; background-size: cover; } .benefit--pic--3{ background: url(../img-new/benefit/3.jpg) no-repeat; background-size: cover; } .border--decor{ border: 2px solid blue; height: 96%; margin: 2%; padding: 2%; vertical-align: middle; border-image-source: linear-gradient(-45deg, rgb(22, 135, 194), rgb(138, 195, 224)); border-image-slice: 1; } .sub--content{ height: 100%; background: rgba(21, 135, 194, 0.7); } .sub--icon{ height: 50%; background: url(../img-new/benefit2/1.png) no-repeat; background-position: center; } .sub--description h4{ color: white; font-weight: 100; text-align: center; padding: 0 10%; } .sub--description{ height: 50%; } .benefit--bg--decor{ background: url(../img-new/benefit/0.png) no-repeat; background-size: cover; } .triangle--top--left{ background: linear-gradient(to bottom right,rgba(22, 135, 194, 0.5) 0%, rgba(22, 135, 194, 0.5) 50%, transparent 50%); width: 60%; height: 32%; position: absolute; z-index: 1; } .triangle--bottom--right{ background: linear-gradient(to top left,rgba(22, 135, 194, 0.5) 0%, rgba(22, 135, 194, 0.5) 50%, transparent 50%); width: 80%; height: 44%; bottom: 0; right: 0; position: absolute; z-index: 1; } .refferal h2{ color: #1687c2; text-align: left; } .refferal h4{ color: #1687c2; text-align: left; position: absolute; border-bottom: 5px solid #1687c2; } .refferal h5{ color: black; text-align: left; position: absolute; border-bottom: 5px solid #1687c2; padding-bottom: 2px; } .refferal{ width: 100%; position: relative; top: 25%; margin-left: 10%; } .refferal td{ padding-top: 20px; } #commission{ width: 100%; position: relative; z-index: 5; top: 0; left: 0; color: #333333 !important; } .commission--container{ /* height: 100%; */ position: relative; } .commission--title{ position: relative; top: 40px; } .commission--title h4{ color: #1687c2; } .commission--img { background: url(../img-new/commission.jpg?v=1) no-repeat; background-size: cover; width: 300px; border: 10px solid #1687c2; position: relative; top: 50px; display: block; margin: auto; z-index: 2; height: 300px; } .commission--img:after { /* content: ""; */ display: block; padding-bottom: 100%; } .commission--content{ /* height: 550px !important; */ } .ref--title{ height: 35px; } .refferal tbody td{ padding-bottom: 50px; } .level--content{ background: url(../img-new/level-bg.png) no-repeat; background-size: cover; position: relative; } .level--title h4{ color: white; position: relative; top: 50%; } .level--title{ position: relative; top: 5%; height: 100px; } .level--container{ height: 370px; } .level--design{ height: 80%; top: 5%; position: relative; border-radius: 10px; background: rgba(22, 135, 194, 0.5); } .img--level{ height: 40%; } .description--level{ height: 40%; } .description--level h5{ color: white; font-weight: 100; margin: 0 14%; text-align: center; } .level--state{ height: 20%; color: blue; } .level--state div{ width: 50%; margin: auto; border-radius: 10px; background: white; color: #1687c2; font-weight: bold; } .level--row{ height: 80%; position: relative; top: 15%; padding: 0% 3%; } .eco--content{ /* height: 1000px !important; */ position: relative; } .eco--title{ position: relative; height: 100px; top: 50px; } .description--eco{ position: relative; height: 50px; } .description--eco h6{ color: black; font-size: 12px; width: 50%; margin: 0 auto 25px; width: 90%; } .description--eco h6 a{ color: #1687c2; } .eco--row{ height: 20%; position: relative; top: 8%; padding: 0 5%; } .eco--col{ height: 175px; } .eco--icon{height: 130px;} .eco--description{ height: 30%; color: black; font-weight: 600; font-size: 16px; width: 90%; margin: 10px auto; margin-top: -20px; } .eco--title--2 h4,.eco--title h4{ color: #1687c2; } .eco--title--2{ position: relative; top: 10%; } .show--chart{ position: relative; top: 10%; height: 55%; } .show--chart img{object-fit: contain;width: 70%;height: 100%;} .contact--content{ padding: 0 5%; padding-top: 5%; } .contact--content h4{ color: white; text-align: left; margin-bottom: 4%; } .icon--contact{ width: 20%; } .text--contact{ text-align: left; width: 80%; border-bottom: 1px solid white; } .phone--contact{ text-align: left; width: 80%; } .contact-item table{ width: 100%; } .no-padding{ text-align: left; color: white; } .send--button{ position: absolute; top: 7%; right: 20px; background: #1587c2; border: 0px; border-radius: 5px; color: white; width: 70px; padding: 4px 0; } .form-group input{ width: 100%; height: 40px; padding: 0 15% 0 10px; border-radius: 10px; border: 0px; margin-bottom: 15px; } .form-group input::-webkit-input-placeholder { /* Edge */ color: #393939 !important; } .form-group input:-ms-input-placeholder { /* Internet Explorer */ color: #393939 !important; } .form-group input::placeholder { color: #393939 !important; } .eco--triangle--1{ position: absolute; background: linear-gradient(to bottom left,rgba(22, 135, 194, 0.5) 0%, rgba(22, 135, 194, 0.5) 50%, transparent 50%); width: 35%; height: 6%; right: 0; } .eco--triangle--2{ position: absolute; background: linear-gradient(to top left,rgba(22, 135, 194, 0.5) 0%, rgba(22, 135, 194, 0.5) 50%, transparent 50%); width: 25%; height: 50%; right: 0; bottom: -25%; } .roadmap--container{ } .roadmap--content{ position: relative; padding: 0 5%; } .roadmap--trape{ border-right: 1600px solid #1587c2; border-top: 240px solid transparent; width: 0; border-bottom: 100px solid transparent; height: 11%; position: absolute; left: 0; margin-top: -30px; } .roadmap--icon{ position: relative; top: 52%; margin-right: 0; text-align: left; } .roadmap--row{ width: 100%; height: 100%; } .roadmap--title{ position: absolute; text-align: left; margin-top: 50px; z-index: 2; padding-left: 5%; } .roadmap--title h4{ color: #1587c2; } .roadmap--content{ height: 600px; } .roadmap--subtitle{ position: absolute; top: 5%; color: white; margin-left: 5%; width: 100%; text-align: left; font-size: 22px; } .roadmap--description{ position: absolute; top: 20%; text-align: left; color: white; font-weight: 100; margin-left: 5%; width: 100%; font-size: 20px; } .roadmap--icon td{ width: 50%; } .roadmap--right{ top: 30%; } .roadmap--container--2{ background: url(../img-new/roadmap-2.png) no-repeat; background-size: cover; position: relative; } .line--seperate{ width: 100%; height: 20%; background: white; } .roadmap--row--2{ padding: 0 4%; } .roadmap--col{ height: 600px; padding: 0; margin: 40px 0; } .roadmap--square { position: relative; width: 100%; border: 2px solid #1587c2; background: white; } .roadmap--square:after { content: ""; display: block; padding-bottom: 100%; } .square--content { position: absolute; /* width: 80%; */ /* height: 90%; */ text-align: center; left: 0; right: 0; margin: auto; margin-top: 10%; font-weight: 700; line-height: 1.4; } .roadmap--quarter{ position: absolute; width: 65%; background: #1587c2; left: 0; right: 0; margin: auto; bottom: -8%; } .roadmap--quarter h5{ margin-bottom: 0; padding: 8px 10px; color: white; } .square--1{ top: 35%; } .square--2{ top: 20%; } .square--3{ top: 5%; } .square--4{ top: -10%; } .roadmap--square h1,.roadmap--square h2{ color: white; position: relative; z-index: 1; top: -10px; } .roadmap--2020{ background: transparent; position: absolute; padding-top: 28%; border: 0px; overflow: hidden; } .trape--2020{ border-right: 800px solid #1587c2; border-top: 100px solid transparent; width: 0; height: 300px; position: absolute; left: 0; top: -50px; } .mCSB_dragger_bar{ position: relative; z-index: 10; } .eco--icon img{height: 80%;} .img--level img{ height: 80%; margin-top: 2%; } .info--link{ color: #1587c2; } .spin--part img{ } .content--description{ top: 44%; text-align: justify; padding: 0 14%; } .feature--icon{ text-align: center; } .feature--icon img{height: 60%;} .feature--tab{ } .content--description div{ font-weight: 600; } .half--home{ width: 50%; height: 100%; background-image: url(../img-new/home/1.jpg); background-repeat: no-repeat; background-size: cover; position: absolute; left: 0; top: 0; } .sign--part{ font-size: 2rem !important; margin-top: 2px; color: white; } .sign-in{ } .sign-in-small{ display:block; } @media (min-height:800px){ .sign-in{ } .sign-in-small{ display:none; } } .intro--text--container{ position: absolute; right: 0; top: 46%; margin-left: 15%; } /*@media (max-width:1355px) and (min-width:766px){ .text--area h2 { font-size:20px; margin: 10px 0; } .missing--text{ font-size:20px; margin: 10px 0; } #content-part p { font-size: 11px !important; } .read--more{ font-size: 11px !important; } }*/ @media (max-width:765px) and (min-width:420px){ .text--area h2 { font-size:15px; margin: 10px 0; } .missing--text{ font-size:15px; margin: 10px 0; } .text--area h6 { font-size:10px; } #content-part p { font-size: 7px !important; } .read--more{ font-size: 10px !important; } } @media (max-width:419px) and (min-width:300px){ .text--area h2 { font-size:13px; margin: 10px 0; } .missing--text{ font-size:13px; margin: 10px 0; } .text--area h6 { font-size:10px; } #content-part p { font-size: 12px !important; text-align: left; } .read--more{ font-size: 7px !important; } } .benefit--row{ width: 100%; position: relative; height: 95%; z-index: 6; margin: 0; } .portfolio{ } @media (max-width: 768px){ .commission--title{ } .commission--img { } .roadmap--icon{ /* margin: auto; */ } } .icon--feature{height: 46%;} .icon--feature img{ height: 100%; } .info--feature{ text-align: center; padding: 0px 20px; color: white; } .feature--subpart{ background: rgba(22, 135, 194, 0.8); border-radius: 10px; height: 100%; } /* Loader */ .lds-dual-ring { display: inline-block; width: 50px; height: 50px; position: absolute; top: 0; left: 0; right: 0; bottom: 0; margin: auto; transform: scale(1.5); } .lds-dual-ring:after { content: " "; display: block; width: 46px; height: 46px; margin: 1px; border-radius: 50%; border: 5px solid #1687c2; border-color: #1687c2 transparent #1687c2 transparent; animation: lds-dual-ring 1.2s linear infinite; } @keyframes lds-dual-ring { 0% { transform: rotate(0deg); } 100% { transform: rotate(360deg); } } .icon--loader{height: 100%;} .icon--loader img{ position: absolute; top: 0; right: 0; left: 0; bottom: 0; margin: auto; width: 40px; } .text--area h2,.missing--text { animation: shine--text 4s infinite; } .down--arrow{ animation: move--down 3s infinite; } .welcome--title,.trust--title{ } @keyframes shine--text{ 30%{text-shadow: 0 0 20px;} 60%{text-shadow: 0 0 0;} } @keyframes move--down{ 20%{top:85%;} 100%{top:85%;} } @keyframes change--color{ 25%{color:gold;} 50%{color: purple;} 75%{color: green;} 100%{color: white;} } .video--section img{ max-width: 100%; } body{ } #content-part{ display: none; } .down--arrow img{ max-width: 50%; } @media (max-width:470px){ .brand--logo--2 { top:20%; } .refferal h4{ font-size: 15px; } .text--area h6{ top: 0!important; } .refferal h2{ font-size: 25px; } .refferal h5{ font-size: 15px; } .description--eco h6{ font-size: 10px; } .square--content{ font-size: 14px; } .roadmap--quarter h5{ font-size: 12px; } .roadmap--col{ height: 375px; } .commission--container{ height: 260px; } .refferal{ top:2%; } } @media (max-width:370px){ .square--content{ font-size: 8px; } } @media (max-width:500px){ .info--feature { font-size: 10px; } } @media (max-width:560px){ .roadmap--description{ position: relative; font-size: 12px; } .roadmap--subtitle{ position: relative; font-size: 15px; } .roadmap--square h1, .roadmap--square h2{ top: 5px; } .roadmap--square h1{ font-size:30px; } .roadmap--square h2{ font-size: 25px; } } #content-part{ opacity: 1 !important; } @media (max-width: 780px){ .roadmap--content{ height: 380px; } } .sub--icon2{ height: 30%; } .sub--icon--1{ background: url(../img-new/benefit2/2.png) no-repeat; background-position: center; background-size: contain; } .sub--icon--2{ background: url(../img-new/benefit2/3.png) no-repeat; background-position: center; background-size: contain; } .sub--icon--3{ background: url(../img-new/benefit2/4.png) no-repeat; background-position: center; background-size: contain; } .sub--description2{ height: 70%; font-size: 12px; color: white; text-align: center; padding: 0 5%; } /* width */ .main-navigation::-webkit-scrollbar { width: 5px; } /* Track */ .main-navigation::-webkit-scrollbar-track { background: transparent; } /* Handle */ .main-navigation::-webkit-scrollbar-thumb { background: white; } /* Handle on hover */ .main-navigation::-webkit-scrollbar-thumb:hover { background: #1687c2; } .contact--img{ left: 0; position: absolute; margin-top: -25px; margin-left: 27px; } .package--img{ position: absolute; top: 80%; left: 0; right: 0; margin: auto; } .center--social{ display: block; margin: auto; height:80px; background: #2d71a4; padding-top: 2%; } .center--social img{ max-width: 50px; margin: 0 10px; } .feature--subpart:hover{ animation: beatheart 0.8s forwards; } .level--design:not(.animated){ animation: shinePackage 4s infinite; } .refferal h2{ animation: lightShake 4s infinite; } .eco--icon img:not(.animated){ animation: jumplight 4s infinite; } .roadmap--icon img:not(.animated){ transform-origin: 50% 100%; transform: rotate(10deg); animation: bubble 4s infinite; } .icon--contact{ animation: contactshake 4s infinite; } .center--social img{ position:relative; transition: all 0.5s; } .center--social img:hover{ top: -10px; transform: scale(1.2); } @keyframes beatheart{ 25%{transform: scale(1.2);} 50%{transform: scale(0.8);} 75%{transform: scale(1.2);} 100%{transform: scale(1);} } @keyframes shinePackage{ 30%{box-shadow: 0 0 60px -10px white;} 60%{box-shadow: 0 0 0px -10px white;} } @keyframes lightShake{ 10%{transform: rotate(20deg);} 15%{transform: rotate(-20deg);} 20%{transform: rotate(20deg);} 25%{transform: rotate(-20deg);} 30%{transform: rotate(0deg);} } @keyframes jumplight{ 10%{margin-top: -30px;} 15%{margin-top: 0px;} 20%{margin-top: -20px;} 25%{margin-top: 0px;} 30%{margin-top: -5px;} 40%{margin-top: 0px;} } @keyframes bubble{ 50%{transform: rotate(-10deg);} 100%{transform: rotate(10deg);} } @keyframes contactshake{ 10%{transform: rotate(30deg);} 15%{transform: rotate(-30deg);} 20%{transform: rotate(30deg);} 25%{transform: rotate(-30deg);} 30%{transform: rotate(0deg);} } @media (max-width: 768px){ .eco--col{ height:160px; } .level--container{ height: 300px; } } @media (max-width: 768px) and (min-width: 450px){ .level--design{ margin: 0 50px; } } .main--board{ height: 450px; } .sub--board{ margin-top: 110px; } @media (max-width: 768px){ .sub--board{ margin-top: 0px; } .img--decor--roadmap{ left: 65% !important; } } .img--decor--roadmap{ position: absolute; margin-top: 125px; left: 40px; } .img--decor--roadmap img{ width: 120px; }.main-navigation{ background-color: transparent; } .social--network { width: 25px !important; height: 25px !important; padding: 0px !important; margin: 5px auto !important; padding-top: 2px !important; } .main--menu{ padding: 7px 0 !important; } #home-part--fix{ margin: auto; bottom: 0; right: 0; } .main--logo{ display: inline-block; } .brand--logo{ position: absolute; left: 29%; top: 0; bottom: 0; width: 32%; margin: auto; } .brand--logo--2{ width: 15%; position: absolute; top: 15%; left: 71%; } .main--menu img{ width: 30px; display: block; margin: 0 auto; } .mCSB_scrollTools .mCSB_draggerRail { background-color: #1687c2; } .nav--section{ position: absolute; z-index: 5; left: -75px; top: 50px; } .arrow--nav{ width: 15%; } .border--bottom{ width: 100%; height: 50px; position: absolute; bottom: 35px; z-index: 1; background: #1587c2; } .intro--container{ height: 100%; } .first--network{ /* margin-top: 20px !important; */ } .social--network img{ width: 20px; margin-left: 0.5px; margin-top: -6px; } .blue--text{ color: #1587c2 !important; margin-bottom: 12px; font-weight: bold; } .blue--header{ color: #1587c2; } .intro--height{ height: 100%; } .text--area{ /* padding-left: 7.6%; */ text-align: right; } .img--area{ background: url(../img-new/bg-intro.png) no-repeat; background-size: cover; overflow: hidden; } .trape--decor{ background-image: linear-gradient(to left top, rgba(22, 135, 194, 0.5) 0%, rgba(22, 135, 194, 0.5) 50%, transparent 50%); position: absolute; width: 100%; height: 25%; bottom: 0; left: 0; } .missing--text{ position: absolute; top: 46%; left: 0; color: #ffffff; } .welcome--feature{ position: absolute; bottom: 90px; z-index: 1; right: 17px; } .feature--content{ position: absolute; z-index: 1; bottom: 15px; font-size: 11px !important; left: 0; margin: 0px 5px; } .read--more{ border:0px; border-radius: 5px; padding: 2px 12px; margin-top: 10px; background: url(../img-new/read-more.png) no-repeat; background-size: cover; font-weight: 500; color: white; position: relative; left: 0; } .stick--decor{ position: absolute; width: 100%; left: 15px; top: 72%; height: 50%; overflow-y: hidden; z-index: 1; } .stick--1{ width: 50%; height: 1%; transform: rotate(35deg); background: #0071bc; position: absolute; top: 18%; left: -15%; } .stick--2{ width: 100%; height: 2%; transform: rotate(35deg); background: rgba(21, 135, 194, 0.5); position: absolute; top: 67%; left: -11%; } .stick--3{ width: 50%; height: 1%; transform: rotate(35deg); background: rgba(21, 135, 194, 0.3); position: absolute; top: 83%; left: 10%; } .text--area h6{ position: absolute; top: -50%; } .text--area h2{ position: relative; top: 46%; text-align: right; } .text--area p.blue--text{ position: absolute; top: 85%; } .text--area .description{ position: absolute; top: 150%; text-align: left; padding-right: 20px; width: 90%; } .welcome--title,.trust--title{ color: white; } .video--bg{ background-color: transparent; position: relative; height: 600px; } /*.left--decor--video{ background-image: linear-gradient(to left top, rgba(22, 135, 194, 0.5) 0%, rgba(22, 135, 194, 0.5) 50%, transparent 50%); position: absolute; width: 100%; height: 30%; top: 70%; left: 0; }*/ .video--bg .row{ width: 100%; height: 100%; margin: 0 !important; } .video--bg .row .left--decor--video,.video--bg .row .right--decor--video{ height: 100%; background-color: #1587c2; } .top--left--triangle{ background-image: linear-gradient(to right bottom, white 0%, white 50%, transparent 50%); position: absolute; width: 100%; height: 25%; left: 0; top: 0px; } .bottom--right--triangle{ background-image: linear-gradient(to left top, white 0%, white 50%, transparent 50%); position: absolute; width: 200%; height: 50%; right: 0; bottom: 0; } .title--video{ position: absolute; z-index: 1; left: 0; top: 18%; right: 0; } .video--section{ position: absolute; left: 0; top: 36%; z-index: 2; right: 0; } .text--footer--decor img{ display: inline-block; } .text--footer--decor{ position: absolute; left: 0; width: 200%; text-align: center; top: 30%; z-index: 1; } .stick--decor--white{ position: absolute; width: 100%; left: 0; top: 72%; height: 50%; z-index: 1; } .stick--1--white{ position: absolute; width: 17%; height: 0.8%; background: white; top: 16%; transform: rotate(-18deg); right: 19%; } .stick--2--white{ position: absolute; width: 40%; height: 0.5%; background: white; top: 21%; transform: rotate(-18deg); right: 4%; } .stick--3--white{ position: absolute; width: 28%; height: 0.5%; background: white; transform: rotate(-18deg); right: -8%; top: 20%; } .down--arrow{ position: absolute; width: 115%; top: 74%; text-align: right; z-index: 1; } .video--stick--1{ position: absolute; background: white; height: 0.5%; bottom: 17%; width: 45%; right: 29%; transform: rotate(-17deg); } .video--stick--2{ position: absolute; background: #1587c2; height: 0.5%; bottom: 14%; width: 45%; right: 16%; transform: rotate(-17deg); z-index: 1; } .feature--title h4{ color: #1587c2; } .feature--title{ position: relative; top: 10%; margin-left: 10%; text-align: left; } .feature--container{/* padding: 2%; */position: relative;} .description--feature{ position: relative; top: 15%; margin-left: 10%; text-align: justify; width: 100%; } .bottom--trape--1{ width: 100%; height: 25%; bottom: 0; right: 0; position: absolute; background: linear-gradient(to top left, rgba(22, 135, 194, 0.5) 0%,rgba(22, 135, 194, 0.5) 50% ,transparent 50%); } .bottom--trape--2{ width: 100%; height: 35%; left: 0; bottom: 0; position: absolute; background: linear-gradient(to top right, #1587c2 0%,#1587c2 50% ,transparent 50%); } .feature--part{ /* background: rgba(22, 135, 194, 0.5); */ border-radius: 10px; margin: 5px 0px; position: relative; } .benefit--title h4{ color: white; } .benefit--title{ position: relative; height: 100px; z-index: 2; padding-top: 30px; } .benefit--content{ background-color: #1587c2; } .benefit--container{ height: 600px; } .benefit--pic--1,.benefit--pic--2,.benefit--pic--3{ height: 32%; } .benefit--pic--1{ background: url(../img-new/benefit/1.jpg) no-repeat; background-size: cover; } .benefit--pic--2{ margin: 2% 0%; background: url(../img-new/benefit/2.png) no-repeat; background-size: cover; } .benefit--pic--3{ background: url(../img-new/benefit/3.jpg) no-repeat; background-size: cover; } .border--decor{ border: 2px solid blue; height: 96%; margin: 2%; padding: 2%; vertical-align: middle; border-image-source: linear-gradient(-45deg, rgb(22, 135, 194), rgb(138, 195, 224)); border-image-slice: 1; } .sub--content{ height: 100%; background: rgba(21, 135, 194, 0.7); } .sub--icon{ height: 50%; background: url(../img-new/benefit2/1.png?v=1) no-repeat; background-position: center; } .sub--description h4{ color: white; font-weight: 100; text-align: center; padding: 0 10%; font-size: 20px; line-height: 25px; } .sub--description{ height: 50%; } .benefit--bg--decor{ background: url(../img-new/benefit/0.png) no-repeat; background-size: cover; } .triangle--top--left{ background: linear-gradient(to bottom right,rgba(22, 135, 194, 0.5) 0%, rgba(22, 135, 194, 0.5) 50%, transparent 50%); width: 60%; height: 32%; position: absolute; z-index: 1; } .triangle--bottom--right{ background: linear-gradient(to top left,rgba(22, 135, 194, 0.5) 0%, rgba(22, 135, 194, 0.5) 50%, transparent 50%); width: 80%; height: 44%; bottom: 0; right: 0; position: absolute; z-index: 1; } .refferal h2{ color: #1687c2; text-align: left; } .refferal h4{ color: #1687c2; text-align: left; position: absolute; border-bottom: 5px solid #1687c2; } .refferal h5{ color: black; text-align: left; position: absolute; border-bottom: 5px solid #1687c2; padding-bottom: 2px; } .refferal{ width: 100%; position: relative; top: 25%; margin-left: 10%; } .refferal td{ padding-top: 20px; } #commission{ width: 100%; position: relative; z-index: 5; top: 0; left: 0; color: #333333 !important; } .commission--container{ /* height: 100%; */ position: relative; z-index: 2; } .commission--title{ position: relative; top: 40px; } .commission--title h4{ color: #1687c2; } .commission--img { background: url(../img-new/commission.jpg?v=2) no-repeat; background-size: cover; width: 300px; border: 10px solid #1687c2; position: relative; top: 50px; display: block; margin: auto; z-index: 2; height: 300px; max-width: 95%; } .commission--img:after { /* content: ""; */ display: block; padding-bottom: 100%; } .commission--content{ /* height: 550px !important; */ } .ref--title{ height: 35px; } .refferal tbody td{ padding-bottom: 50px; } .level--content{ background: url(../img-new/level-bg.png) no-repeat; background-size: cover; position: relative; } .level--title h4{ color: white; position: relative; top: 50%; } .level--title{ position: relative; top: 5%; height: 100px; } .level--container{ height: 370px; } .level--design{ height: 80%; top: 5%; position: relative; border-radius: 10px; background: rgba(22, 135, 194, 0.5); } .img--level{ height: 40%; } .description--level{ height: 40%; } .description--level h5{ color: white; font-weight: 100; margin: 0 15px; LINE-HEIGHT: 25PX; TEXT-ALIGN: LEFT; PADDING-LEFT: 15PX; PADDING-RIGHT: 10PX; } .level--state{ height: 20%; color: blue; } .level--state div{ width: 50%; margin: auto; margin-top: 20px; border-radius: 10px; background: white; color: #1687c2; font-weight: bold; } .level--row{ height: 80%; position: relative; top: 15%; padding: 0% 3%; } .eco--content{ /* height: 1000px !important; */ position: relative; } .eco--title{ position: relative; height: 100px; top: 50px; } .description--eco{ position: relative; height: 55px; } .description--eco h6{ color: black; font-size: 18px; width: 50%; margin: 0 auto 25px; width: 90%; line-height: 20px; } .description--eco h6 a{ color: #1687c2; } .eco--row{ height: 20%; position: relative; top: 8%; padding: 0 5%; } .eco--col{ height: 175px; } .eco--icon{height: 130px;} .eco--description{ height: 30%; color: black; font-weight: 600; font-size: 16px; width: 90%; margin: 10px auto; margin-top: -20px; } .eco--title--2 h4,.eco--title h4{ color: #1687c2; } .eco--title--2{ position: relative; top: 10%; } .show--chart{ position: relative; top: 10%; height: 55%; } .show--chart img{object-fit: contain;width: 70%;height: 100%;} .contact--content{ padding: 0 5%; padding-top: 5%; } .contact--content h4{ color: white; text-align: left; margin-bottom: 4%; } .icon--contact{ width: 20%; } .text--contact{ text-align: left; width: 80%; border-bottom: 1px solid white; } .phone--contact{ text-align: left; width: 80%; } .contact-item table{ width: 100%; } .no-padding{ text-align: left; color: white; } .send--button{ position: absolute; top: 7%; right: 20px; background: #1587c2; border: 0px; border-radius: 5px; color: white; width: 70px; padding: 4px 0; } .form-group input{ width: 100%; height: 40px; padding: 0 15% 0 10px; border-radius: 10px; border: 0px; margin-bottom: 15px; } .form-group input::-webkit-input-placeholder { /* Edge */ color: #393939 !important; } .form-group input:-ms-input-placeholder { /* Internet Explorer */ color: #393939 !important; } .form-group input::placeholder { color: #393939 !important; } .eco--triangle--1{ position: absolute; background: linear-gradient(to bottom left,rgba(22, 135, 194, 0.5) 0%, rgba(22, 135, 194, 0.5) 50%, transparent 50%); width: 35%; height: 6%; right: 0; } .eco--triangle--2{ position: absolute; background: linear-gradient(to top left,rgba(22, 135, 194, 0.5) 0%, rgba(22, 135, 194, 0.5) 50%, transparent 50%); width: 25%; height: 50%; right: 0; bottom: -25%; } .roadmap--container{ } .roadmap--content{ position: relative; padding: 0 5%; } .roadmap--trape{ border-right: 1600px solid #1587c2; border-top: 240px solid transparent; width: 0; border-bottom: 100px solid transparent; height: 11.5%; position: absolute; left: 0; margin-top: -65px; } .roadmap--icon{ position: relative; top: 52%; margin-right: 0; text-align: left; } .roadmap--row{ width: 100%; height: 100%; } .roadmap--title{ position: absolute; text-align: left; margin-top: 50px; z-index: 2; padding-left: 5%; } .roadmap--title h4{ color: #1587c2; } .roadmap--content{ height: 600px; } .roadmap--subtitle{ position: absolute; top: 5%; color: white; margin-left: 5%; width: 100%; text-align: left; font-size: 22px; } .roadmap--description{ position: absolute; top: 20%; line-height: 30px; text-align: left; color: white; font-weight: 100; margin-left: 5%; width: 96%; font-size: 20px; } .roadmap--icon td{ width: 50%; } .roadmap--right{ top: 30%; } .roadmap--container--2{ background: url(../img-new/roadmap-2.png) no-repeat; background-size: cover; position: relative; } .line--seperate{ width: 100%; height: 20%; background: white; } .roadmap--row--2{ padding: 0 4%; } .roadmap--col{ height: 600px; padding: 0; margin: 40px 0; } .roadmap--square { position: relative; width: 100%; border: 2px solid #1587c2; background: white; } .roadmap--square:after { content: ""; display: block; padding-bottom: 100%; } .square--content { position: absolute; width: 80%; /* height: 50%; */ text-align: center; left: 0; right: 0; margin: auto; margin-top: 10%; font-weight: 700; line-height: 1.4; font-size: 18px; } .roadmap--quarter{ position: absolute; width: 85%; background: #1587c2; left: 0; right: 0; margin: auto; bottom: -8%; } .roadmap--quarter h5{ margin-bottom: 0; padding: 8px 10px; color: white; } .square--1{ top: 35%; } .square--2{ top: 20%; } .square--3{ top: 5%; } .square--4{ top: -10%; } .roadmap--square h1,.roadmap--square h2{ color: white; position: relative; z-index: 1; top: -10px; } .roadmap--2020{ background: transparent; position: absolute; padding-top: 28%; border: 0px; overflow: hidden; } .trape--2020{ border-right: 800px solid #1587c2; border-top: 100px solid transparent; width: 0; height: 300px; position: absolute; left: 0; top: -50px; } .mCSB_dragger_bar{ position: relative; z-index: 10; } .eco--icon img{height: 80%;} .img--level img{ height: 80%; margin-top: 2%; } .info--link{ color: #1587c2; } .spin--part img{ max-height: 98%; max-width: 98%; } .content--description{ top: 44%; text-align: justify; padding: 0 14%; } .feature--icon{ text-align: center; } .feature--icon img{height: 60%;} .feature--tab{ width: 100%; position: relative; top: 30%; height: 30%; } .content--description div{ font-weight: 600; margin-top: 30px; text-shadow: 0 0px 5px white; } .half--home{ width: 45%; height: 100%; background-image: url(../img-new/home/1.jpg); background-repeat: no-repeat; background-size: cover; position: absolute; left: 0; top: 0; } .sign--part{ font-size: 2rem !important; margin-top: 2px; color: white; } .sign-in{ } .sign-in-small{ display:block; } @media (min-height:800px){ .sign-in{ } .sign-in-small{ display:none; } } .intro--text--container{ position: absolute; left: 0; top: 31%; margin-left: 13%; } @media (max-width:1355px) and (min-width:766px){ .text--area h2 { font-size:30px; margin: 10px 0; } .missing--text{ font-size:30px; margin: 10px 0; } #content-part p { font-size: 15px !important; } .read--more{ font-size: 15px !important; } } @media (max-width:765px) and (min-width:420px){ .text--area h2 { font-size:15px; margin: 10px 0; } .missing--text{ font-size:15px; margin: 10px 0; } .text--area h6 { font-size:10px; } #content-part p { font-size: 7px !important; } .read--more{ font-size: 10px !important; } } @media (max-width:419px) and (min-width:300px){ .text--area h2 { font-size:13px; margin: 10px 0; } .missing--text{ font-size:13px; margin: 10px 0; } .text--area h6 { font-size:10px; } #content-part .description { font-size: 10px !important; } .font--text11{font-size: 8px!important;} .read--more{ font-size: 7px !important; } } .benefit--row{ width: 100%; position: relative; height: 95%; z-index: 6; margin: 0; } .portfolio{ position: relative; } @media (max-width: 768px){ .commission--title{ } .commission--img { } .roadmap--icon{ /* margin: auto; */ } } .icon--feature{height: 46%;} .icon--feature img{ height: 100%; } .info--feature{ text-align: center; padding: 0px 20px; color: white; } .feature--subpart{ background: rgba(22, 135, 194, 0.8); border-radius: 10px; height: 100%; } /* Loader */ .lds-dual-ring { display: inline-block; width: 50px; height: 50px; position: absolute; top: 0; left: 0; right: 0; bottom: 0; margin: auto; transform: scale(1.5); } .lds-dual-ring:after { content: " "; display: block; width: 46px; height: 46px; margin: 1px; border-radius: 50%; border: 5px solid #1687c2; border-color: #1687c2 transparent #1687c2 transparent; animation: lds-dual-ring 1.2s linear infinite; } @keyframes lds-dual-ring { 0% { transform: rotate(0deg); } 100% { transform: rotate(360deg); } } .icon--loader{height: 100%;} .icon--loader img{ position: absolute; top: 0; right: 0; left: 0; bottom: 0; margin: auto; width: 40px; } .text--area h2,.missing--text { animation: shine--text 4s infinite; } .down--arrow{ animation: move--down 3s infinite; } .welcome--title,.trust--title{ } @keyframes shine--text{ 30%{text-shadow: 0 0 20px;} 60%{text-shadow: 0 0 0;} } @keyframes move--down{ 20%{top:85%;} 100%{top:85%;} } @keyframes change--color{ 25%{color:gold;} 50%{color: purple;} 75%{color: green;} 100%{color: white;} } .video--section img{ max-width: 100%; } body{ } #content-part{ display: none; } .down--arrow img{ max-width: 50%; } @media (max-width:470px){ .brand--logo--2 { top:20%; } .description--feature h6{ text-align: center; line-height: 20px; } .refferal h4{ font-size: 15px; } .refferal h2{ font-size: 25px; } .refferal h5{ font-size: 15px; } .description--eco h6{ font-size: 14px; line-height: 15px; margin-top: 10px; } .description--eco{ height: 70px; } .eco--title{ height: 120px; } .square--content{ font-size: 14px; } .roadmap--quarter h5{ font-size: 12px; } .roadmap--col{ height: 375px; margin: 0; } .commission--container{ height: 260px; } .refferal{ top:2%; } } @media (max-width:350px){ .square--content{ font-size: 12px !important; } } @media (max-width:500px){ .info--feature { font-size: 10px; } } @media (max-width:560px){ .roadmap--description{ position: relative; font-size: 18px; } .roadmap--subtitle{ position: relative; font-size: 22px; } .roadmap--square h1, .roadmap--square h2{ top: 5px; } .roadmap--square h1{ font-size:30px; } .roadmap--square h2{ font-size: 25px; } } #content-part{ opacity: 1 !important; border-left: 1vw solid #1587c2; } @media (max-width: 780px){ .roadmap--content{ height: 350px; } } .sub--icon2{ height: 45%; } .sub--icon--1{ background: url(../img-new/benefit2/2.png?v=1) no-repeat; background-position: center; background-size: contain; } .sub--icon--2{ background: url(../img-new/benefit2/3.png?v=1) no-repeat; background-position: center; background-size: contain; } .sub--icon--3{ background: url(../img-new/benefit2/4.png?v=1) no-repeat; background-position: center; background-size: contain; } .sub--description2{ height: 70%; font-size: 18px; color: white; text-align: center; padding: 0 5%; line-height: 1.2; } /* width */ .main-navigation::-webkit-scrollbar { width: 5px; } /* Track */ .main-navigation::-webkit-scrollbar-track { background: transparent; } /* Handle */ .main-navigation::-webkit-scrollbar-thumb { background: white; } /* Handle on hover */ .main-navigation::-webkit-scrollbar-thumb:hover { background: #1687c2; } .contact--img{ left: 0; position: absolute; margin-top: -25px; margin-left: 27px; } .package--img{ position: absolute; top: 80%; left: 0; right: 0; margin: auto; } .center--social{ display: block; margin: auto; height:80px; background: #2d71a4; padding-top: 2%; } .center--social img{ max-width: 50px; margin: 0 10px; } .feature--subpart:hover{ animation: beatheart 0.8s forwards; } .level--design:not(.animated){ animation: shinePackage 4s infinite; } .refferal h2{ animation: lightShake 4s infinite; } .eco--icon img:not(.animated){ animation: jumplight 4s infinite; } .roadmap--icon img:not(.animated){ transform-origin: 50% 100%; transform: rotate(3deg); animation: bubble 4s infinite; } .icon--contact{ animation: contactshake 4s infinite; } .center--social img{ position:relative; transition: all 0.5s; } .center--social img:hover{ top: -10px; transform: scale(1.2); } @keyframes beatheart{ 25%{transform: scale(1.2);} 50%{transform: scale(0.8);} 75%{transform: scale(1.2);} 100%{transform: scale(1);} } @keyframes shinePackage{ 30%{box-shadow: 0 0 60px -10px white;} 60%{box-shadow: 0 0 0px -10px white;} } @keyframes lightShake{ 10%{transform: rotate(20deg);} 15%{transform: rotate(-20deg);} 20%{transform: rotate(20deg);} 25%{transform: rotate(-20deg);} 30%{transform: rotate(0deg);} } @keyframes jumplight{ 10%{margin-top: -30px;} 15%{margin-top: 0px;} 20%{margin-top: -20px;} 25%{margin-top: 0px;} 30%{margin-top: -5px;} 40%{margin-top: 0px;} } @keyframes bubble{ 50%{transform: rotate(-3deg);} 100%{transform: rotate(3deg);} } @keyframes contactshake{ 10%{transform: rotate(30deg);} 15%{transform: rotate(-30deg);} 20%{transform: rotate(30deg);} 25%{transform: rotate(-30deg);} 30%{transform: rotate(0deg);} } @media (max-width: 768px){ .eco--col{ height:160px; } .level--container{ height: 300px; margin-top: 2em; } .level--state div{ margin-top: 10px!important; } } @media (max-width: 768px) and (min-width: 450px){ .level--design{ margin: auto; } .description--level h5{ font-size: 18px!important; } } @media (max-width: 1420px) and (min-width: 1024px){ .description--level h5{ font-size: 16px!important; padding-right: 0!important; padding-left: 0!important; line-height:20px!important; } } @media (max-width: 1023px) and (min-width: 990px){ .description--level h5{ font-size: 16px!important; padding-right: 0!important; padding-left: 0!important; line-height:22px!important; } } .main--board{ height: 470px; } .sub--board{ margin-top: 110px; } @media (max-width: 768px){ .sub--board{ margin-top: 0px; } .img--decor--roadmap{ left: 65% !important; } } @media (min-width:1400px){ .first--child{ float: right; } } .img--decor--roadmap{ position: absolute; margin-top: 100px; left: 40px; } .img--decor--roadmap img{ width: 120px; } .description--feature h6{ max-width: 84%; line-height: 20px; } @media (max-width:430px){ #main-about,.video--bg{ height: 500px; } } .show--feature{ margin-top: 60px; } .spin--part{ position: relative; } .responsive--commission{ display: none; } .spinner--part{ } @media (max-width:767px){ .responsive--commission{ display: block; } .real--commission{ display:none; } .brand--logo{ width:60%; left:15%; } .brand--logo--2{ width:28%; left:60%; } } .responsive--feature{ display: none; height: 400px; } @media (max-width:991px){ .responsive--feature{ display: block; } .real--feature{ display: none; } .content--description div{ color:white; text-shadow: 0 0 4px #1587c2; } } @media (max-width:991px) and (min-width: 768px){ .text--area h6{top: -15%;} .text--area .description{top: 120%;} .description--eco h6{ font-size: 16px; line-height: 20px; } } @media (min-width:1023px) and (max-width: 1351px){ .text--area h6{top: -20%;} .text--area .description{top: 120%;} .show--feature{margin-top: 0px;} } @media (min-width:1400px){ .square--content{ font-size: 20px; } } .text--contact div,.phone--contact div{ color:white; } .text--contact div:nth-child(1),.phone--contact div:nth-child(1){ font-weight: bold; } .table-tx{ margin-top: 15px; margin-left: 90px; } .table-tx ul{ display: inline-flex; list-style: none; text-align: left; padding-left: 0; width: 75%; float: left; margin: 5px 0 0 0; } .table-tx ul .li1{ background: rgb(21, 135, 194); padding: 10px 20px; color: #ffffff; border-top-left-radius: 5px; border-bottom-left-radius: 5px; } .table-tx ul .li2{ background: rgba(0, 94, 144, 0.95); padding: 10px 35px; width: 100%; color: #fff; border-top-right-radius: 5px; border-bottom-right-radius: 5px; } .table-tx1{ margin-left: 20px; } .table-tx1 ul{ display: inline-flex; list-style: none; text-align: left; padding-left: 0; width: 90%; float: left; margin: 5px 0 0 0; } .table-tx1 ul .li1{ background: rgb(21, 135, 194); padding: 10px 20px; color: #ffffff; border-top-left-radius: 5px; border-bottom-left-radius: 5px; } .table-tx1 ul .li2{ background: rgba(0, 94, 144, 0.95); padding: 10px 20px; width: 100%; color: #fff; border-top-right-radius: 5px; border-bottom-right-radius: 5px; } .mg-60{ margin-bottom: 60px; } .nav-1111 .nav-2222{ position: absolute!important; display: none!important; overflow-y: hidden!important; position: inherit!important; transition: 0.5s; } .nav-1111 .nav-2222 li { display: block!important; color: white!important; padding: 0 0 0 20px!important; text-align: left!important; position: relative!important; cursor: pointer!important; } .nav-1111 .nav-2222 li a{ border: none!important; border-radius: 0!important; padding: 0!important; width: 100%; font-size: 12px!important; text-align: left!important; height: auto!important; transition: 0.5s; } .nav-1111 .nav-2222 li a:after{ display:none!important; } .nav-1111:hover .nav-2222 { display: block!important; } .nav-1111 .nav-2222 li a:hover{ color:#ffffff99!important; }
public/page/css/fix.css
.main-navigation{ background-color: transparent; } body{ font-family: sans-serif; } .social--network { width: 25px !important; height: 25px !important; padding: 0px !important; margin: 5px auto !important; padding-top: 2px !important; } .main--menu{ padding: 7px 0 !important; } #home-part--fix{ margin: auto; bottom: 0; right: 0; } .main--logo{ display: inline-block; } .brand--logo{ position: absolute; left: 38%; top: 0; bottom: 0; width: 25%; margin: auto; } .brand--logo--2{ width: 15%; position: absolute; top: 12%; left: 65%; } .main--menu img{ width: 30px; display: block; margin: 0 auto; } .mCSB_scrollTools .mCSB_draggerRail { background-color: #1687c2; } .nav--section{ position: absolute; z-index: 5; left: -75px; top: 50px; } .arrow--nav{ width: 15%; } .border--bottom{ width: 100%; height: 50px; position: absolute; bottom: 35px; z-index: 1; background: #1587c2; } .intro--container{ height: 100%; } .first--network{ /* margin-top: 20px !important; */ } .social--network img{ width: 20px; margin-left: 0.5px; margin-top: -6px; } .blue--text{ color: #1587c2 !important; margin-bottom: 12px; font-weight: bold; } .blue--header{ color: #1587c2; font-size: 30px; } .intro--height{ height: 100%; } .text--area{ /* padding-left: 7.6%; */ text-align: right; } .img--area{ background: url(../img-new/bg-intro.png) no-repeat; background-size: cover; overflow: hidden; } .trape--decor{ background-image: linear-gradient(to left top, rgba(22, 135, 194, 0.5) 0%, rgba(22, 135, 194, 0.5) 50%, transparent 50%); position: absolute; width: 100%; height: 25%; bottom: 0; left: 0; } .missing--text{ position: absolute; top: 46%; left: 0; color: #ffffff; } .welcome--feature{ position: absolute; bottom: 90px; z-index: 1; right: 17px; } .feature--content{ position: absolute; z-index: 1; bottom: 15px; font-size: 11px !important; left: 0; margin: 0px 5px; } .read--more{ border:0px; border-radius: 5px; padding: 2px 12px; margin-top: 10px; background: url(../img-new/read-more.png) no-repeat; background-size: cover; font-weight: 500; color: white; position: relative; left: 0; } .stick--decor{ position: absolute; width: 100%; left: 15px; top: 72%; height: 50%; overflow-y: hidden; z-index: 1; } .stick--1{ width: 50%; height: 1%; transform: rotate(35deg); background: #0071bc; position: absolute; top: 18%; left: -15%; } .stick--2{ width: 100%; height: 2%; transform: rotate(35deg); background: rgba(21, 135, 194, 0.5); position: absolute; top: 67%; left: -11%; } .stick--3{ width: 50%; height: 1%; transform: rotate(35deg); background: rgba(21, 135, 194, 0.3); position: absolute; top: 83%; left: 10%; } .text--area h6{ position: absolute; top: -50%; } .text--area h2{ position: relative; top: 46%; text-align: right; } .text--area p.blue--text{ position: absolute; top: 100%; } .text--area .description{ position: absolute; top: 180%; text-align: justify; padding-right: 40px; } .welcome--title,.trust--title{ color: white; } .video--bg{ background-color: transparent; position: relative; height: 600px; } /*.left--decor--video{ background-image: linear-gradient(to left top, rgba(22, 135, 194, 0.5) 0%, rgba(22, 135, 194, 0.5) 50%, transparent 50%); position: absolute; width: 100%; height: 30%; top: 70%; left: 0; }*/ .video--bg .row{ width: 100%; height: 100%; margin: 0 !important; } .video--bg .row .left--decor--video,.video--bg .row .right--decor--video{ height: 100%; background-color: #1587c2; } .top--left--triangle{ background-image: linear-gradient(to right bottom, white 0%, white 50%, transparent 50%); position: absolute; width: 100%; height: 25%; left: 0; top: 0px; } .bottom--right--triangle{ background-image: linear-gradient(to left top, white 0%, white 50%, transparent 50%); position: absolute; width: 200%; height: 50%; right: 0; bottom: 0; } .title--video{ position: absolute; z-index: 1; left: 0; top: 18%; right: 0; } .video--section{ position: absolute; left: 0; top: 36%; z-index: 2; right: 0; } .text--footer--decor img{ display: inline-block; } .text--footer--decor{ position: absolute; left: 0; width: 200%; text-align: center; top: 30%; z-index: 1; } .stick--decor--white{ position: absolute; width: 100%; left: 0; top: 72%; height: 50%; z-index: 1; } .stick--1--white{ position: absolute; width: 17%; height: 0.8%; background: white; top: 16%; transform: rotate(-18deg); right: 19%; } .stick--2--white{ position: absolute; width: 40%; height: 0.5%; background: white; top: 21%; transform: rotate(-18deg); right: 4%; } .stick--3--white{ position: absolute; width: 28%; height: 0.5%; background: white; transform: rotate(-18deg); right: -8%; top: 20%; } .down--arrow{ position: absolute; width: 115%; top: 74%; text-align: right; z-index: 1; } .video--stick--1{ position: absolute; background: white; height: 0.5%; bottom: 17%; width: 45%; right: 29%; transform: rotate(-17deg); } .video--stick--2{ position: absolute; background: #1587c2; height: 0.5%; bottom: 14%; width: 45%; right: 16%; transform: rotate(-17deg); z-index: 1; } .feature--title h4{ color: #1587c2; } .feature--title{ position: relative; top: 10%; margin-left: 10%; text-align: left; } .feature--container{/* padding: 2%; */} .description--feature{ position: relative; top: 15%; margin-left: 10%; text-align: justify; width: 100%; } .bottom--trape--1{ width: 200%; height: 25%; bottom: 0; right: 0; position: absolute; background: linear-gradient(to top left, rgba(22, 135, 194, 0.5) 0%,rgba(22, 135, 194, 0.5) 50% ,transparent 50%); } .bottom--trape--2{ width: 200%; height: 35%; left: 0; bottom: 0; position: absolute; background: linear-gradient(to top right, #1587c2 0%,#1587c2 50% ,transparent 50%); } .feature--part{ /* background: rgba(22, 135, 194, 0.5); */ border-radius: 10px; margin: 5px 0px; } .benefit--title h4{ color: white; } .benefit--title{ position: relative; height: 100px; z-index: 2; padding-top: 30px; } .benefit--content{ background-color: #1587c2; } .benefit--container{ height: 600px; } .benefit--pic--1,.benefit--pic--2,.benefit--pic--3{ height: 32%; } .benefit--pic--1{ background: url(../img-new/benefit/1.jpg) no-repeat; background-size: cover; } .benefit--pic--2{ margin: 2% 0%; background: url(../img-new/benefit/2.png) no-repeat; background-size: cover; } .benefit--pic--3{ background: url(../img-new/benefit/3.jpg) no-repeat; background-size: cover; } .border--decor{ border: 2px solid blue; height: 96%; margin: 2%; padding: 2%; vertical-align: middle; border-image-source: linear-gradient(-45deg, rgb(22, 135, 194), rgb(138, 195, 224)); border-image-slice: 1; } .sub--content{ height: 100%; background: rgba(21, 135, 194, 0.7); } .sub--icon{ height: 50%; background: url(../img-new/benefit2/1.png) no-repeat; background-position: center; } .sub--description h4{ color: white; font-weight: 100; text-align: center; padding: 0 10%; } .sub--description{ height: 50%; } .benefit--bg--decor{ background: url(../img-new/benefit/0.png) no-repeat; background-size: cover; } .triangle--top--left{ background: linear-gradient(to bottom right,rgba(22, 135, 194, 0.5) 0%, rgba(22, 135, 194, 0.5) 50%, transparent 50%); width: 60%; height: 32%; position: absolute; z-index: 1; } .triangle--bottom--right{ background: linear-gradient(to top left,rgba(22, 135, 194, 0.5) 0%, rgba(22, 135, 194, 0.5) 50%, transparent 50%); width: 80%; height: 44%; bottom: 0; right: 0; position: absolute; z-index: 1; } .refferal h2{ color: #1687c2; text-align: left; } .refferal h4{ color: #1687c2; text-align: left; position: absolute; border-bottom: 5px solid #1687c2; } .refferal h5{ color: black; text-align: left; position: absolute; border-bottom: 5px solid #1687c2; padding-bottom: 2px; } .refferal{ width: 100%; position: relative; top: 25%; margin-left: 10%; } .refferal td{ padding-top: 20px; } #commission{ width: 100%; position: relative; z-index: 5; top: 0; left: 0; color: #333333 !important; } .commission--container{ /* height: 100%; */ position: relative; } .commission--title{ position: relative; top: 40px; } .commission--title h4{ color: #1687c2; } .commission--img { background: url(../img-new/commission.jpg?v=1) no-repeat; background-size: cover; width: 300px; border: 10px solid #1687c2; position: relative; top: 50px; display: block; margin: auto; z-index: 2; height: 300px; } .commission--img:after { /* content: ""; */ display: block; padding-bottom: 100%; } .commission--content{ /* height: 550px !important; */ } .ref--title{ height: 35px; } .refferal tbody td{ padding-bottom: 50px; } .level--content{ background: url(../img-new/level-bg.png) no-repeat; background-size: cover; position: relative; } .level--title h4{ color: white; position: relative; top: 50%; } .level--title{ position: relative; top: 5%; height: 100px; } .level--container{ height: 370px; } .level--design{ height: 80%; top: 5%; position: relative; border-radius: 10px; background: rgba(22, 135, 194, 0.5); } .img--level{ height: 40%; } .description--level{ height: 40%; } .description--level h5{ color: white; font-weight: 100; margin: 0 14%; text-align: center; } .level--state{ height: 20%; color: blue; } .level--state div{ width: 50%; margin: auto; border-radius: 10px; background: white; color: #1687c2; font-weight: bold; } .level--row{ height: 80%; position: relative; top: 15%; padding: 0% 3%; } .eco--content{ /* height: 1000px !important; */ position: relative; } .eco--title{ position: relative; height: 100px; top: 50px; } .description--eco{ position: relative; height: 50px; } .description--eco h6{ color: black; font-size: 12px; width: 50%; margin: 0 auto 25px; width: 90%; } .description--eco h6 a{ color: #1687c2; } .eco--row{ height: 20%; position: relative; top: 8%; padding: 0 5%; } .eco--col{ height: 175px; } .eco--icon{height: 130px;} .eco--description{ height: 30%; color: black; font-weight: 600; font-size: 16px; width: 90%; margin: 10px auto; margin-top: -20px; } .eco--title--2 h4,.eco--title h4{ color: #1687c2; } .eco--title--2{ position: relative; top: 10%; } .show--chart{ position: relative; top: 10%; height: 55%; } .show--chart img{object-fit: contain;width: 70%;height: 100%;} .contact--content{ padding: 0 5%; padding-top: 5%; } .contact--content h4{ color: white; text-align: left; margin-bottom: 4%; } .icon--contact{ width: 20%; } .text--contact{ text-align: left; width: 80%; border-bottom: 1px solid white; } .phone--contact{ text-align: left; width: 80%; } .contact-item table{ width: 100%; } .no-padding{ text-align: left; color: white; } .send--button{ position: absolute; top: 7%; right: 20px; background: #1587c2; border: 0px; border-radius: 5px; color: white; width: 70px; padding: 4px 0; } .form-group input{ width: 100%; height: 40px; padding: 0 15% 0 10px; border-radius: 10px; border: 0px; margin-bottom: 15px; } .form-group input::-webkit-input-placeholder { /* Edge */ color: #393939 !important; } .form-group input:-ms-input-placeholder { /* Internet Explorer */ color: #393939 !important; } .form-group input::placeholder { color: #393939 !important; } .eco--triangle--1{ position: absolute; background: linear-gradient(to bottom left,rgba(22, 135, 194, 0.5) 0%, rgba(22, 135, 194, 0.5) 50%, transparent 50%); width: 35%; height: 6%; right: 0; } .eco--triangle--2{ position: absolute; background: linear-gradient(to top left,rgba(22, 135, 194, 0.5) 0%, rgba(22, 135, 194, 0.5) 50%, transparent 50%); width: 25%; height: 50%; right: 0; bottom: -25%; } .roadmap--container{ } .roadmap--content{ position: relative; padding: 0 5%; } .roadmap--trape{ border-right: 1600px solid #1587c2; border-top: 240px solid transparent; width: 0; border-bottom: 100px solid transparent; height: 11%; position: absolute; left: 0; margin-top: -30px; } .roadmap--icon{ position: relative; top: 52%; margin-right: 0; text-align: left; } .roadmap--row{ width: 100%; height: 100%; } .roadmap--title{ position: absolute; text-align: left; margin-top: 50px; z-index: 2; padding-left: 5%; } .roadmap--title h4{ color: #1587c2; } .roadmap--content{ height: 600px; } .roadmap--subtitle{ position: absolute; top: 5%; color: white; margin-left: 5%; width: 100%; text-align: left; font-size: 22px; } .roadmap--description{ position: absolute; top: 20%; text-align: left; color: white; font-weight: 100; margin-left: 5%; width: 100%; font-size: 20px; } .roadmap--icon td{ width: 50%; } .roadmap--right{ top: 30%; } .roadmap--container--2{ background: url(../img-new/roadmap-2.png) no-repeat; background-size: cover; position: relative; } .line--seperate{ width: 100%; height: 20%; background: white; } .roadmap--row--2{ padding: 0 4%; } .roadmap--col{ height: 600px; padding: 0; margin: 40px 0; } .roadmap--square { position: relative; width: 100%; border: 2px solid #1587c2; background: white; } .roadmap--square:after { content: ""; display: block; padding-bottom: 100%; } .square--content { position: absolute; /* width: 80%; */ /* height: 90%; */ text-align: center; left: 0; right: 0; margin: auto; margin-top: 10%; font-weight: 700; line-height: 1.4; } .roadmap--quarter{ position: absolute; width: 65%; background: #1587c2; left: 0; right: 0; margin: auto; bottom: -8%; } .roadmap--quarter h5{ margin-bottom: 0; padding: 8px 10px; color: white; } .square--1{ top: 35%; } .square--2{ top: 20%; } .square--3{ top: 5%; } .square--4{ top: -10%; } .roadmap--square h1,.roadmap--square h2{ color: white; position: relative; z-index: 1; top: -10px; } .roadmap--2020{ background: transparent; position: absolute; padding-top: 28%; border: 0px; overflow: hidden; } .trape--2020{ border-right: 800px solid #1587c2; border-top: 100px solid transparent; width: 0; height: 300px; position: absolute; left: 0; top: -50px; } .mCSB_dragger_bar{ position: relative; z-index: 10; } .eco--icon img{height: 80%;} .img--level img{ height: 80%; margin-top: 2%; } .info--link{ color: #1587c2; } .spin--part img{ } .content--description{ top: 44%; text-align: justify; padding: 0 14%; } .feature--icon{ text-align: center; } .feature--icon img{height: 60%;} .feature--tab{ } .content--description div{ font-weight: 600; } .half--home{ width: 50%; height: 100%; background-image: url(../img-new/home/1.jpg); background-repeat: no-repeat; background-size: cover; position: absolute; left: 0; top: 0; } .sign--part{ font-size: 2rem !important; margin-top: 2px; color: white; } .sign-in{ } .sign-in-small{ display:block; } @media (min-height:800px){ .sign-in{ } .sign-in-small{ display:none; } } .intro--text--container{ position: absolute; right: 0; top: 46%; margin-left: 15%; } /*@media (max-width:1355px) and (min-width:766px){ .text--area h2 { font-size:20px; margin: 10px 0; } .missing--text{ font-size:20px; margin: 10px 0; } #content-part p { font-size: 11px !important; } .read--more{ font-size: 11px !important; } }*/ @media (max-width:765px) and (min-width:420px){ .text--area h2 { font-size:15px; margin: 10px 0; } .missing--text{ font-size:15px; margin: 10px 0; } .text--area h6 { font-size:10px; } #content-part p { font-size: 7px !important; } .read--more{ font-size: 10px !important; } } @media (max-width:419px) and (min-width:300px){ .text--area h2 { font-size:13px; margin: 10px 0; } .missing--text{ font-size:13px; margin: 10px 0; } .text--area h6 { font-size:10px; } #content-part p { font-size: 12px !important; text-align: left; } .read--more{ font-size: 7px !important; } } .benefit--row{ width: 100%; position: relative; height: 95%; z-index: 6; margin: 0; } .portfolio{ } @media (max-width: 768px){ .commission--title{ } .commission--img { } .roadmap--icon{ /* margin: auto; */ } .center--social{ padding-top: 3%!important; } .video--section iframe{ width: 70%; height: 100%; } } .icon--feature{height: 46%;} .icon--feature img{ height: 100%; } .info--feature{ text-align: center; padding: 0px 20px; color: white; } .feature--subpart{ background: rgba(22, 135, 194, 0.8); border-radius: 10px; height: 100%; } /* Loader */ .lds-dual-ring { display: inline-block; width: 50px; height: 50px; position: absolute; top: 0; left: 0; right: 0; bottom: 0; margin: auto; transform: scale(1.5); } .lds-dual-ring:after { content: " "; display: block; width: 46px; height: 46px; margin: 1px; border-radius: 50%; border: 5px solid #1687c2; border-color: #1687c2 transparent #1687c2 transparent; animation: lds-dual-ring 1.2s linear infinite; } @keyframes lds-dual-ring { 0% { transform: rotate(0deg); } 100% { transform: rotate(360deg); } } .icon--loader{height: 100%;} .icon--loader img{ position: absolute; top: 0; right: 0; left: 0; bottom: 0; margin: auto; width: 40px; } .text--area h2,.missing--text { animation: shine--text 4s infinite; } .down--arrow{ animation: move--down 3s infinite; } .welcome--title,.trust--title{ } @keyframes shine--text{ 30%{text-shadow: 0 0 20px;} 60%{text-shadow: 0 0 0;} } @keyframes move--down{ 20%{top:85%;} 100%{top:85%;} } @keyframes change--color{ 25%{color:gold;} 50%{color: purple;} 75%{color: green;} 100%{color: white;} } .video--section img{ max-width: 100%; } body{ } #content-part{ display: none; } .down--arrow img{ max-width: 50%; } @media (max-width:470px){ .brand--logo--2 { top:20%; } .refferal h4{ font-size: 15px; } .text--area h6{ top: 0!important; } .refferal h2{ font-size: 25px; } .refferal h5{ font-size: 15px; } .description--eco h6{ font-size: 10px; } .square--content{ font-size: 14px; } .roadmap--quarter h5{ font-size: 12px; } .roadmap--col{ height: 375px; } .commission--container{ height: 260px; } .refferal{ top:2%; } } @media (max-width:370px){ .square--content{ font-size: 8px; } } @media (max-width:500px){ .info--feature { font-size: 10px; } } @media (max-width:560px){ .roadmap--description{ position: relative; font-size: 12px; } .roadmap--subtitle{ position: relative; font-size: 15px; } .roadmap--square h1, .roadmap--square h2{ top: 5px; } .roadmap--square h1{ font-size:30px; } .roadmap--square h2{ font-size: 25px; } } #content-part{ opacity: 1 !important; } @media (max-width: 780px){ .roadmap--content{ height: 380px; } } .sub--icon2{ height: 30%; } .sub--icon--1{ background: url(../img-new/benefit2/2.png) no-repeat; background-position: center; background-size: contain; } .sub--icon--2{ background: url(../img-new/benefit2/3.png) no-repeat; background-position: center; background-size: contain; } .sub--icon--3{ background: url(../img-new/benefit2/4.png) no-repeat; background-position: center; background-size: contain; } .sub--description2{ height: 70%; font-size: 12px; color: white; text-align: center; padding: 0 5%; } /* width */ .main-navigation::-webkit-scrollbar { width: 5px; } /* Track */ .main-navigation::-webkit-scrollbar-track { background: transparent; } /* Handle */ .main-navigation::-webkit-scrollbar-thumb { background: white; } /* Handle on hover */ .main-navigation::-webkit-scrollbar-thumb:hover { background: #1687c2; } .contact--img{ left: 0; position: absolute; margin-top: -25px; margin-left: 27px; } .package--img{ position: absolute; top: 80%; left: 0; right: 0; margin: auto; } .center--social{ display: block; margin: auto; height:80px; background: #2d71a4; padding-top: 2%; } .center--social img{ max-width: 50px; margin: 0 10px; } .feature--subpart:hover{ animation: beatheart 0.8s forwards; } .level--design:not(.animated){ animation: shinePackage 4s infinite; } .refferal h2{ animation: lightShake 4s infinite; } .eco--icon img:not(.animated){ animation: jumplight 4s infinite; } .roadmap--icon img:not(.animated){ transform-origin: 50% 100%; transform: rotate(10deg); animation: bubble 4s infinite; } .icon--contact{ animation: contactshake 4s infinite; } .center--social img{ position:relative; transition: all 0.5s; } .center--social img:hover{ top: -10px; transform: scale(1.2); } @keyframes beatheart{ 25%{transform: scale(1.2);} 50%{transform: scale(0.8);} 75%{transform: scale(1.2);} 100%{transform: scale(1);} } @keyframes shinePackage{ 30%{box-shadow: 0 0 60px -10px white;} 60%{box-shadow: 0 0 0px -10px white;} } @keyframes lightShake{ 10%{transform: rotate(20deg);} 15%{transform: rotate(-20deg);} 20%{transform: rotate(20deg);} 25%{transform: rotate(-20deg);} 30%{transform: rotate(0deg);} } @keyframes jumplight{ 10%{margin-top: -30px;} 15%{margin-top: 0px;} 20%{margin-top: -20px;} 25%{margin-top: 0px;} 30%{margin-top: -5px;} 40%{margin-top: 0px;} } @keyframes bubble{ 50%{transform: rotate(-10deg);} 100%{transform: rotate(10deg);} } @keyframes contactshake{ 10%{transform: rotate(30deg);} 15%{transform: rotate(-30deg);} 20%{transform: rotate(30deg);} 25%{transform: rotate(-30deg);} 30%{transform: rotate(0deg);} } @media (max-width: 768px){ .eco--col{ height:160px; } .level--container{ height: 300px; } } @media (max-width: 768px) and (min-width: 450px){ .level--design{ margin: 0 50px; } } .main--board{ height: 450px; } .sub--board{ margin-top: 110px; } @media (max-width: 768px){ .sub--board{ margin-top: 0px; } .img--decor--roadmap img{ left: 65% !important; } .img--decor--roadmap img{ display: none; } } .img--decor--roadmap{ position: absolute; margin-top: 125px; left: 40px; } .img--decor--roadmap img{ width: 120px; }.main-navigation{ background-color: transparent; } .social--network { width: 25px !important; height: 25px !important; padding: 0px !important; margin: 5px auto !important; padding-top: 2px !important; } .main--menu{ padding: 7px 0 !important; } #home-part--fix{ margin: auto; bottom: 0; right: 0; } .main--logo{ display: inline-block; } .brand--logo{ position: absolute; left: 29%; top: 0; bottom: 0; width: 32%; margin: auto; } .brand--logo--2{ width: 15%; position: absolute; top: 15%; left: 71%; } .main--menu img{ width: 30px; display: block; margin: 0 auto; } .mCSB_scrollTools .mCSB_draggerRail { background-color: #1687c2; } .nav--section{ position: absolute; z-index: 5; left: -75px; top: 50px; } .arrow--nav{ width: 15%; } .border--bottom{ width: 100%; height: 50px; position: absolute; bottom: 35px; z-index: 1; background: #1587c2; } .intro--container{ height: 100%; } .first--network{ /* margin-top: 20px !important; */ } .social--network img{ width: 20px; margin-left: 0.5px; margin-top: -6px; } .blue--text{ color: #1587c2 !important; margin-bottom: 12px; font-weight: bold; } .blue--header{ color: #1587c2; } .intro--height{ height: 100%; } .text--area{ /* padding-left: 7.6%; */ text-align: right; } .img--area{ background: url(../img-new/bg-intro.png) no-repeat; background-size: cover; overflow: hidden; } .trape--decor{ background-image: linear-gradient(to left top, rgba(22, 135, 194, 0.5) 0%, rgba(22, 135, 194, 0.5) 50%, transparent 50%); position: absolute; width: 100%; height: 25%; bottom: 0; left: 0; } .missing--text{ position: absolute; top: 46%; left: 0; color: #ffffff; } .welcome--feature{ position: absolute; bottom: 90px; z-index: 1; right: 17px; } .feature--content{ position: absolute; z-index: 1; bottom: 15px; font-size: 11px !important; left: 0; margin: 0px 5px; } .read--more{ border:0px; border-radius: 5px; padding: 2px 12px; margin-top: 10px; background: url(../img-new/read-more.png) no-repeat; background-size: cover; font-weight: 500; color: white; position: relative; left: 0; } .stick--decor{ position: absolute; width: 100%; left: 15px; top: 72%; height: 50%; overflow-y: hidden; z-index: 1; } .stick--1{ width: 50%; height: 1%; transform: rotate(35deg); background: #0071bc; position: absolute; top: 18%; left: -15%; } .stick--2{ width: 100%; height: 2%; transform: rotate(35deg); background: rgba(21, 135, 194, 0.5); position: absolute; top: 67%; left: -11%; } .stick--3{ width: 50%; height: 1%; transform: rotate(35deg); background: rgba(21, 135, 194, 0.3); position: absolute; top: 83%; left: 10%; } .text--area h6{ position: absolute; top: -50%; } .text--area h2{ position: relative; top: 46%; text-align: right; } .text--area p.blue--text{ position: absolute; top: 85%; } .text--area .description{ position: absolute; top: 150%; text-align: left; padding-right: 20px; width: 90%; } .welcome--title,.trust--title{ color: white; } .video--bg{ background-color: transparent; position: relative; height: 600px; } /*.left--decor--video{ background-image: linear-gradient(to left top, rgba(22, 135, 194, 0.5) 0%, rgba(22, 135, 194, 0.5) 50%, transparent 50%); position: absolute; width: 100%; height: 30%; top: 70%; left: 0; }*/ .video--bg .row{ width: 100%; height: 100%; margin: 0 !important; } .video--bg .row .left--decor--video,.video--bg .row .right--decor--video{ height: 100%; background-color: #1587c2; } .top--left--triangle{ background-image: linear-gradient(to right bottom, white 0%, white 50%, transparent 50%); position: absolute; width: 100%; height: 25%; left: 0; top: 0px; } .bottom--right--triangle{ background-image: linear-gradient(to left top, white 0%, white 50%, transparent 50%); position: absolute; width: 200%; height: 50%; right: 0; bottom: 0; } .title--video{ position: absolute; z-index: 1; left: 0; top: 18%; right: 0; } .video--section{ position: absolute; left: 0; top: 36%; z-index: 2; right: 0; } .text--footer--decor img{ display: inline-block; } .text--footer--decor{ position: absolute; left: 0; width: 200%; text-align: center; top: 30%; z-index: 1; } .stick--decor--white{ position: absolute; width: 100%; left: 0; top: 72%; height: 50%; z-index: 1; } .stick--1--white{ position: absolute; width: 17%; height: 0.8%; background: white; top: 16%; transform: rotate(-18deg); right: 19%; } .stick--2--white{ position: absolute; width: 40%; height: 0.5%; background: white; top: 21%; transform: rotate(-18deg); right: 4%; } .stick--3--white{ position: absolute; width: 28%; height: 0.5%; background: white; transform: rotate(-18deg); right: -8%; top: 20%; } .down--arrow{ position: absolute; width: 115%; top: 74%; text-align: right; z-index: 1; } .video--stick--1{ position: absolute; background: white; height: 0.5%; bottom: 17%; width: 45%; right: 29%; transform: rotate(-17deg); } .video--stick--2{ position: absolute; background: #1587c2; height: 0.5%; bottom: 14%; width: 45%; right: 16%; transform: rotate(-17deg); z-index: 1; } .feature--title h4{ color: #1587c2; } .feature--title{ position: relative; top: 10%; margin-left: 10%; text-align: left; } .feature--container{/* padding: 2%; */position: relative;} .description--feature{ position: relative; top: 15%; margin-left: 10%; text-align: justify; width: 100%; } .bottom--trape--1{ width: 100%; height: 25%; bottom: 0; right: 0; position: absolute; background: linear-gradient(to top left, rgba(22, 135, 194, 0.5) 0%,rgba(22, 135, 194, 0.5) 50% ,transparent 50%); } .bottom--trape--2{ width: 100%; height: 35%; left: 0; bottom: 0; position: absolute; background: linear-gradient(to top right, #1587c2 0%,#1587c2 50% ,transparent 50%); } .feature--part{ /* background: rgba(22, 135, 194, 0.5); */ border-radius: 10px; margin: 5px 0px; position: relative; } .benefit--title h4{ color: white; } .benefit--title{ position: relative; height: 100px; z-index: 2; padding-top: 30px; } .benefit--content{ background-color: #1587c2; } .benefit--container{ height: 600px; } .benefit--pic--1,.benefit--pic--2,.benefit--pic--3{ height: 32%; } .benefit--pic--1{ background: url(../img-new/benefit/1.jpg) no-repeat; background-size: cover; } .benefit--pic--2{ margin: 2% 0%; background: url(../img-new/benefit/2.png) no-repeat; background-size: cover; } .benefit--pic--3{ background: url(../img-new/benefit/3.jpg) no-repeat; background-size: cover; } .border--decor{ border: 2px solid blue; height: 96%; margin: 2%; padding: 2%; vertical-align: middle; border-image-source: linear-gradient(-45deg, rgb(22, 135, 194), rgb(138, 195, 224)); border-image-slice: 1; } .sub--content{ height: 100%; background: rgba(21, 135, 194, 0.7); } .sub--icon{ height: 50%; background: url(../img-new/benefit2/1.png?v=1) no-repeat; background-position: center; } .sub--description h4{ color: white; font-weight: 100; text-align: center; padding: 0 10%; font-size: 20px; line-height: 25px; } .sub--description{ height: 50%; } .benefit--bg--decor{ background: url(../img-new/benefit/0.png) no-repeat; background-size: cover; } .triangle--top--left{ background: linear-gradient(to bottom right,rgba(22, 135, 194, 0.5) 0%, rgba(22, 135, 194, 0.5) 50%, transparent 50%); width: 60%; height: 32%; position: absolute; z-index: 1; } .triangle--bottom--right{ background: linear-gradient(to top left,rgba(22, 135, 194, 0.5) 0%, rgba(22, 135, 194, 0.5) 50%, transparent 50%); width: 80%; height: 44%; bottom: 0; right: 0; position: absolute; z-index: 1; } .refferal h2{ color: #1687c2; text-align: left; } .refferal h4{ color: #1687c2; text-align: left; position: absolute; border-bottom: 5px solid #1687c2; } .refferal h5{ color: black; text-align: left; position: absolute; border-bottom: 5px solid #1687c2; padding-bottom: 2px; } .refferal{ width: 100%; position: relative; top: 25%; margin-left: 10%; } .refferal td{ padding-top: 20px; } #commission{ width: 100%; position: relative; z-index: 5; top: 0; left: 0; color: #333333 !important; } .commission--container{ /* height: 100%; */ position: relative; z-index: 2; } .commission--title{ position: relative; top: 40px; } .commission--title h4{ color: #1687c2; } .commission--img { background: url(../img-new/commission.jpg?v=2) no-repeat; background-size: cover; width: 300px; border: 10px solid #1687c2; position: relative; top: 50px; display: block; margin: auto; z-index: 2; height: 300px; max-width: 95%; } .commission--img:after { /* content: ""; */ display: block; padding-bottom: 100%; } .commission--content{ /* height: 550px !important; */ } .ref--title{ height: 35px; } .refferal tbody td{ padding-bottom: 50px; } .level--content{ background: url(../img-new/level-bg.png) no-repeat; background-size: cover; position: relative; } .level--title h4{ color: white; position: relative; top: 50%; } .level--title{ position: relative; top: 5%; height: 100px; } .level--container{ height: 370px; } .level--design{ height: 80%; top: 5%; position: relative; border-radius: 10px; background: rgba(22, 135, 194, 0.5); } .img--level{ height: 40%; } .description--level{ height: 40%; } .description--level h5{ color: white; font-weight: 100; margin: 0 15px; text-align: center; } .level--state{ height: 20%; color: blue; } .level--state div{ width: 50%; margin: auto; border-radius: 10px; background: white; color: #1687c2; font-weight: bold; } .level--row{ height: 80%; position: relative; top: 15%; padding: 0% 3%; } .eco--content{ /* height: 1000px !important; */ position: relative; } .eco--title{ position: relative; height: 100px; top: 50px; } .description--eco{ position: relative; height: 55px; } .description--eco h6{ color: black; font-size: 18px; width: 50%; margin: 0 auto 25px; width: 90%; line-height: 20px; } .description--eco h6 a{ color: #1687c2; } .eco--row{ height: 20%; position: relative; top: 8%; padding: 0 5%; } .eco--col{ height: 175px; } .eco--icon{height: 130px;} .eco--description{ height: 30%; color: black; font-weight: 600; font-size: 16px; width: 90%; margin: 10px auto; margin-top: -20px; } .eco--title--2 h4,.eco--title h4{ color: #1687c2; } .eco--title--2{ position: relative; top: 10%; } .show--chart{ position: relative; top: 10%; height: 55%; } .show--chart img{object-fit: contain;width: 70%;height: 100%;} .contact--content{ padding: 0 5%; padding-top: 5%; } .contact--content h4{ color: white; text-align: left; margin-bottom: 4%; } .icon--contact{ width: 20%; } .text--contact{ text-align: left; width: 80%; border-bottom: 1px solid white; } .phone--contact{ text-align: left; width: 80%; } .contact-item table{ width: 100%; } .no-padding{ text-align: left; color: white; } .send--button{ position: absolute; top: 7%; right: 20px; background: #1587c2; border: 0px; border-radius: 5px; color: white; width: 70px; padding: 4px 0; } .form-group input{ width: 100%; height: 40px; padding: 0 15% 0 10px; border-radius: 10px; border: 0px; margin-bottom: 15px; } .form-group input::-webkit-input-placeholder { /* Edge */ color: #393939 !important; } .form-group input:-ms-input-placeholder { /* Internet Explorer */ color: #393939 !important; } .form-group input::placeholder { color: #393939 !important; } .eco--triangle--1{ position: absolute; background: linear-gradient(to bottom left,rgba(22, 135, 194, 0.5) 0%, rgba(22, 135, 194, 0.5) 50%, transparent 50%); width: 35%; height: 6%; right: 0; } .eco--triangle--2{ position: absolute; background: linear-gradient(to top left,rgba(22, 135, 194, 0.5) 0%, rgba(22, 135, 194, 0.5) 50%, transparent 50%); width: 25%; height: 50%; right: 0; bottom: -25%; } .roadmap--container{ } .roadmap--content{ position: relative; padding: 0 5%; } .roadmap--trape{ border-right: 1600px solid #1587c2; border-top: 240px solid transparent; width: 0; border-bottom: 100px solid transparent; height: 11.5%; position: absolute; left: 0; margin-top: -65px; } .roadmap--icon{ position: relative; top: 52%; margin-right: 0; text-align: left; } .roadmap--row{ width: 100%; height: 100%; } .roadmap--title{ position: absolute; text-align: left; margin-top: 50px; z-index: 2; padding-left: 5%; } .roadmap--title h4{ color: #1587c2; } .roadmap--content{ height: 600px; } .roadmap--subtitle{ position: absolute; top: 5%; color: white; margin-left: 5%; width: 100%; text-align: left; font-size: 22px; } .roadmap--description{ position: absolute; top: 20%; line-height: 30px; text-align: left; color: white; font-weight: 100; margin-left: 5%; width: 96%; font-size: 20px; } .roadmap--icon td{ width: 50%; } .roadmap--right{ top: 30%; } .roadmap--container--2{ background: url(../img-new/roadmap-2.png) no-repeat; background-size: cover; position: relative; } .line--seperate{ width: 100%; height: 20%; background: white; } .roadmap--row--2{ padding: 0 4%; } .roadmap--col{ height: 600px; padding: 0; margin: 40px 0; } .roadmap--square { position: relative; width: 100%; border: 2px solid #1587c2; background: white; } .roadmap--square:after { content: ""; display: block; padding-bottom: 100%; } .square--content { position: absolute; width: 80%; /* height: 50%; */ text-align: center; left: 0; right: 0; margin: auto; margin-top: 10%; font-weight: 700; line-height: 1.4; font-size: 18px; } .roadmap--quarter{ position: absolute; width: 85%; background: #1587c2; left: 0; right: 0; margin: auto; bottom: -8%; } .roadmap--quarter h5{ margin-bottom: 0; padding: 8px 10px; color: white; } .square--1{ top: 35%; } .square--2{ top: 20%; } .square--3{ top: 5%; } .square--4{ top: -10%; } .roadmap--square h1,.roadmap--square h2{ color: white; position: relative; z-index: 1; top: -10px; } .roadmap--2020{ background: transparent; position: absolute; padding-top: 28%; border: 0px; overflow: hidden; } .trape--2020{ border-right: 800px solid #1587c2; border-top: 100px solid transparent; width: 0; height: 300px; position: absolute; left: 0; top: -50px; } .mCSB_dragger_bar{ position: relative; z-index: 10; } .eco--icon img{height: 80%;} .img--level img{ height: 80%; margin-top: 2%; } .info--link{ color: #1587c2; } .spin--part img{ max-height: 98%; max-width: 98%; } .content--description{ top: 44%; text-align: justify; padding: 0 14%; } .feature--icon{ text-align: center; } .feature--icon img{height: 60%;} .feature--tab{ width: 100%; position: relative; top: 30%; height: 30%; } .content--description div{ font-weight: 600; margin-top: 30px; text-shadow: 0 0px 5px white; } .half--home{ width: 45%; height: 100%; background-image: url(../img-new/home/1.jpg); background-repeat: no-repeat; background-size: cover; position: absolute; left: 0; top: 0; } .sign--part{ font-size: 2rem !important; margin-top: 2px; color: white; } .sign-in{ } .sign-in-small{ display:block; } @media (min-height:800px){ .sign-in{ } .sign-in-small{ display:none; } } .intro--text--container{ position: absolute; left: 0; top: 31%; margin-left: 13%; } @media (max-width:1355px){ .show--chart img{width: 85%!important;} } @media (max-width:1355px) and (min-width:766px){ .text--area h2 { font-size:30px; margin: 10px 0; } .missing--text{ font-size:30px; margin: 10px 0; } #content-part p { font-size: 15px !important; } .read--more{ font-size: 15px !important; } } @media (max-width:765px) and (min-width:420px){ .text--area h2 { font-size:15px; margin: 10px 0; } .missing--text{ font-size:15px; margin: 10px 0; } .text--area h6 { font-size:10px; } #content-part p { font-size: 7px !important; } .read--more{ font-size: 10px !important; } } @media (max-width:419px) and (min-width:300px){ .text--area h2 { font-size:13px; margin: 10px 0; } .missing--text{ font-size:13px; margin: 10px 0; } .text--area h6 { font-size:10px; } #content-part .description { font-size: 10px !important; } .font--text11{font-size: 8px!important;} .read--more{ font-size: 7px !important; } } .benefit--row{ width: 100%; position: relative; height: 95%; z-index: 6; margin: 0; } .portfolio{ position: relative; } @media (max-width: 768px){ .commission--title{ } .commission--img { } .roadmap--icon{ /* margin: auto; */ } } .icon--feature{height: 46%;} .icon--feature img{ height: 100%; } .info--feature{ text-align: center; padding: 0px 20px; color: white; } .feature--subpart{ background: rgba(22, 135, 194, 0.8); border-radius: 10px; height: 100%; } /* Loader */ .lds-dual-ring { display: inline-block; width: 50px; height: 50px; position: absolute; top: 0; left: 0; right: 0; bottom: 0; margin: auto; transform: scale(1.5); } .lds-dual-ring:after { content: " "; display: block; width: 46px; height: 46px; margin: 1px; border-radius: 50%; border: 5px solid #1687c2; border-color: #1687c2 transparent #1687c2 transparent; animation: lds-dual-ring 1.2s linear infinite; } @keyframes lds-dual-ring { 0% { transform: rotate(0deg); } 100% { transform: rotate(360deg); } } .icon--loader{height: 100%;} .icon--loader img{ position: absolute; top: 0; right: 0; left: 0; bottom: 0; margin: auto; width: 40px; } .text--area h2,.missing--text { animation: shine--text 4s infinite; } .down--arrow{ animation: move--down 3s infinite; } .welcome--title,.trust--title{ } @keyframes shine--text{ 30%{text-shadow: 0 0 20px;} 60%{text-shadow: 0 0 0;} } @keyframes move--down{ 20%{top:85%;} 100%{top:85%;} } @keyframes change--color{ 25%{color:gold;} 50%{color: purple;} 75%{color: green;} 100%{color: white;} } .video--section img{ max-width: 100%; } body{ } #content-part{ display: none; } .down--arrow img{ max-width: 50%; } @media (max-width:470px){ .brand--logo--2 { top:20%; } .description--feature h6{ text-align: center; line-height: 20px; } .refferal h4{ font-size: 15px; } .refferal h2{ font-size: 25px; } .refferal h5{ font-size: 15px; } .description--eco h6{ font-size: 14px; line-height: 15px; margin-top: 10px; } .description--eco{ height: 70px; } .eco--title{ height: 120px; } .square--content{ font-size: 14px; } .roadmap--quarter h5{ font-size: 12px; } .roadmap--col{ height: 375px; margin: 0; } .commission--container{ height: 260px; } .refferal{ top:2%; } } @media (max-width:350px){ .square--content{ font-size: 12px !important; } } @media (max-width:500px){ .info--feature { font-size: 10px; } } @media (max-width:560px){ .roadmap--description{ position: relative; font-size: 18px; } .roadmap--subtitle{ position: relative; font-size: 22px; } .roadmap--square h1, .roadmap--square h2{ top: 5px; } .roadmap--square h1{ font-size:30px; } .roadmap--square h2{ font-size: 25px; } } #content-part{ opacity: 1 !important; border-left: 1vw solid #1587c2; } @media (max-width: 780px){ .roadmap--content{ height: 350px; } } .sub--icon2{ height: 45%; } .sub--icon--1{ background: url(../img-new/benefit2/2.png?v=1) no-repeat; background-position: center; background-size: contain; } .sub--icon--2{ background: url(../img-new/benefit2/3.png?v=1) no-repeat; background-position: center; background-size: contain; } .sub--icon--3{ background: url(../img-new/benefit2/4.png?v=1) no-repeat; background-position: center; background-size: contain; } .sub--description2{ height: 70%; font-size: 18px; color: white; text-align: center; padding: 0 5%; line-height: 1.2; } /* width */ .main-navigation::-webkit-scrollbar { width: 5px; } /* Track */ .main-navigation::-webkit-scrollbar-track { background: transparent; } /* Handle */ .main-navigation::-webkit-scrollbar-thumb { background: white; } /* Handle on hover */ .main-navigation::-webkit-scrollbar-thumb:hover { background: #1687c2; } .contact--img{ left: 0; position: absolute; margin-top: -25px; margin-left: 27px; } .package--img{ position: absolute; top: 80%; left: 0; right: 0; margin: auto; } .center--social{ display: block; margin: auto; height:80px; background: #2d71a4; padding-top: 2%; } .center--social img{ max-width: 50px; margin: 0 10px; } .feature--subpart:hover{ animation: beatheart 0.8s forwards; } .level--design:not(.animated){ animation: shinePackage 4s infinite; } .refferal h2{ animation: lightShake 4s infinite; } .eco--icon img:not(.animated){ animation: jumplight 4s infinite; } .roadmap--icon img:not(.animated){ transform-origin: 50% 100%; transform: rotate(3deg); animation: bubble 4s infinite; } .icon--contact{ animation: contactshake 4s infinite; } .center--social img{ position:relative; transition: all 0.5s; } .center--social img:hover{ top: -10px; transform: scale(1.2); } @keyframes beatheart{ 25%{transform: scale(1.2);} 50%{transform: scale(0.8);} 75%{transform: scale(1.2);} 100%{transform: scale(1);} } @keyframes shinePackage{ 30%{box-shadow: 0 0 60px -10px white;} 60%{box-shadow: 0 0 0px -10px white;} } @keyframes lightShake{ 10%{transform: rotate(20deg);} 15%{transform: rotate(-20deg);} 20%{transform: rotate(20deg);} 25%{transform: rotate(-20deg);} 30%{transform: rotate(0deg);} } @keyframes jumplight{ 10%{margin-top: -30px;} 15%{margin-top: 0px;} 20%{margin-top: -20px;} 25%{margin-top: 0px;} 30%{margin-top: -5px;} 40%{margin-top: 0px;} } @keyframes bubble{ 50%{transform: rotate(-3deg);} 100%{transform: rotate(3deg);} } @keyframes contactshake{ 10%{transform: rotate(30deg);} 15%{transform: rotate(-30deg);} 20%{transform: rotate(30deg);} 25%{transform: rotate(-30deg);} 30%{transform: rotate(0deg);} } @media (max-width: 768px){ .eco--col{ height:160px; } .level--container{ height: 300px; } } @media (max-width: 768px) and (min-width: 450px){ .level--design{ margin: 0 10%; } } .main--board{ height: 470px; } .sub--board{ margin-top: 110px; } @media (max-width: 768px){ .sub--board{ margin-top: 0px; } .img--decor--roadmap{ left: 65% !important; } } @media (min-width:1400px){ .first--child{ float: right; } } .img--decor--roadmap{ position: absolute; margin-top: 100px; left: 40px; } .img--decor--roadmap img{ width: 120px; } .description--feature h6{ max-width: 84%; } @media (max-width:430px){ #main-about,.video--bg{ height: 500px; } } .show--feature{ margin-top: 60px; } .spin--part{ position: relative; } .responsive--commission{ display: none; } .spinner--part{ } @media (max-width:767px){ .responsive--commission{ display: block; } .real--commission{ display:none; } .brand--logo{ width:60%; left:15%; } .brand--logo--2{ width:28%; left:60%; } } .responsive--feature{ display: none; height: 400px; } @media (max-width:991px){ .responsive--feature{ display: block; } .real--feature{ display: none; } .content--description div{ color:white; text-shadow: 0 0 4px #1587c2; } } @media (max-width:991px) and (min-width: 768px){ .text--area h6{top: -15%;} .text--area .description{top: 120%;} .description--eco h6{ font-size: 16px; line-height: 20px; } } @media (min-width:1400px){ .square--content{ font-size: 20px; } } .text--contact div,.phone--contact div{ color:white; } .text--contact div:nth-child(1),.phone--contact div:nth-child(1){ font-weight: bold; } .table-tx{ margin-top: 15px; margin-left: 90px; } .table-tx ul{ display: inline-flex; list-style: none; text-align: left; padding-left: 0; width: 75%; float: left; margin: 5px 0 0 0; } .table-tx ul .li1{ background: rgb(21, 135, 194); padding: 10px 20px; color: #ffffff; border-top-left-radius: 5px; border-bottom-left-radius: 5px; } .table-tx ul .li2{ background: rgba(0, 94, 144, 0.95); padding: 10px 35px; width: 100%; color: #fff; border-top-right-radius: 5px; border-bottom-right-radius: 5px; } .table-tx1{ margin-left: 20px; } .table-tx1 ul{ display: inline-flex; list-style: none; text-align: left; padding-left: 0; width: 90%; float: left; margin: 5px 0 0 0; } .table-tx1 ul .li1{ background: rgb(21, 135, 194); padding: 10px 20px; color: #ffffff; border-top-left-radius: 5px; border-bottom-left-radius: 5px; } .table-tx1 ul .li2{ background: rgba(0, 94, 144, 0.95); padding: 10px 20px; width: 100%; color: #fff; border-top-right-radius: 5px; border-bottom-right-radius: 5px; } .mg-60{ margin-bottom: 60px; } .main-navigation{ background-color: transparent; } .social--network { width: 25px !important; height: 25px !important; padding: 0px !important; margin: 5px auto !important; padding-top: 2px !important; } .main--menu{ padding: 7px 0 !important; } #home-part--fix{ margin: auto; bottom: 0; right: 0; } .main--logo{ display: inline-block; } .brand--logo{ position: absolute; left: 38%; top: 0; bottom: 0; width: 25%; margin: auto; } .brand--logo--2{ width: 15%; position: absolute; top: 12%; left: 65%; } .main--menu img{ width: 30px; display: block; margin: 0 auto; } .mCSB_scrollTools .mCSB_draggerRail { background-color: #1687c2; } .nav--section{ position: absolute; z-index: 5; left: -75px; top: 50px; } .arrow--nav{ width: 15%; } .border--bottom{ width: 100%; height: 50px; position: absolute; bottom: 35px; z-index: 1; background: #1587c2; } .intro--container{ height: 100%; } .first--network{ /* margin-top: 20px !important; */ } .social--network img{ width: 20px; margin-left: 0.5px; margin-top: -6px; } .blue--text{ color: #1587c2 !important; margin-bottom: 12px; font-weight: bold; } .blue--header{ color: #1587c2; font-size: 30px; } .intro--height{ height: 100%; } .text--area{ /* padding-left: 7.6%; */ text-align: right; } .img--area{ background-size: cover; overflow: hidden; background-position: center; animation: BGanimation 10s linear infinite; } @keyframes BGanimation{ 0%{ background: url(../img/bg1.png) no-repeat; background-size: cover; overflow: hidden; background-position: center; } 50%{ background: url(../img/bg2.png) no-repeat; background-size: cover; overflow: hidden; background-position: center; } } .trape--decor{ background-image: linear-gradient(to left top, rgba(22, 135, 194, 0.5) 0%, rgba(22, 135, 194, 0.5) 50%, transparent 50%); position: absolute; width: 100%; height: 25%; bottom: 0; left: 0; } .missing--text{ position: absolute; top: 46%; left: 0; color: #ffffff; } .welcome--feature{ position: absolute; bottom: 90px; z-index: 1; right: 17px; } .feature--content{ position: absolute; z-index: 1; bottom: 15px; font-size: 11px !important; left: 0; margin: 0px 5px; } .read--more{ border:0px; border-radius: 5px; padding: 2px 12px; margin-top: 10px; background: url(../img-new/read-more.png) no-repeat; background-size: cover; font-weight: 500; color: white; position: relative; left: 0; } .stick--decor{ position: absolute; width: 100%; left: 15px; top: 72%; height: 50%; overflow-y: hidden; z-index: 1; } .stick--1{ width: 50%; height: 1%; transform: rotate(35deg); background: #0071bc; position: absolute; top: 18%; left: -15%; } .stick--2{ width: 100%; height: 2%; transform: rotate(35deg); background: rgba(21, 135, 194, 0.5); position: absolute; top: 67%; left: -11%; } .stick--3{ width: 50%; height: 1%; transform: rotate(35deg); background: rgba(21, 135, 194, 0.3); position: absolute; top: 83%; left: 10%; } .text--area h6{ position: absolute; top: -50%; } .text--area h2{ position: relative; top: 46%; text-align: right; } .text--area p.blue--text{ position: absolute; top: 100%; } .text--area .description{ position: absolute; top: 180%; text-align: justify; padding-right: 40px; } .welcome--title,.trust--title{ color: white; } .video--bg{ background-color: transparent; position: relative; height: 600px; } /*.left--decor--video{ background-image: linear-gradient(to left top, rgba(22, 135, 194, 0.5) 0%, rgba(22, 135, 194, 0.5) 50%, transparent 50%); position: absolute; width: 100%; height: 30%; top: 70%; left: 0; }*/ .video--bg .row{ width: 100%; height: 100%; margin: 0 !important; } .video--bg .row .left--decor--video,.video--bg .row .right--decor--video{ height: 100%; background-color: #1587c2; } .top--left--triangle{ background-image: linear-gradient(to right bottom, white 0%, white 50%, transparent 50%); position: absolute; width: 100%; height: 25%; left: 0; top: 0px; } .bottom--right--triangle{ background-image: linear-gradient(to left top, white 0%, white 50%, transparent 50%); position: absolute; width: 200%; height: 50%; right: 0; bottom: 0; } .title--video{ position: absolute; z-index: 1; left: 0; top: 18%; right: 0; } .video--section{ position: absolute; left: 0; top: 36%; z-index: 2; right: 0; } .text--footer--decor img{ display: inline-block; } .text--footer--decor{ position: absolute; left: 0; width: 200%; text-align: center; top: 30%; z-index: 1; } .stick--decor--white{ position: absolute; width: 100%; left: 0; top: 72%; height: 50%; z-index: 1; } .stick--1--white{ position: absolute; width: 17%; height: 0.8%; background: white; top: 16%; transform: rotate(-18deg); right: 19%; } .stick--2--white{ position: absolute; width: 40%; height: 0.5%; background: white; top: 21%; transform: rotate(-18deg); right: 4%; } .stick--3--white{ position: absolute; width: 28%; height: 0.5%; background: white; transform: rotate(-18deg); right: -8%; top: 20%; } .down--arrow{ position: absolute; width: 115%; top: 74%; text-align: right; z-index: 1; } .video--stick--1{ position: absolute; background: white; height: 0.5%; bottom: 17%; width: 45%; right: 29%; transform: rotate(-17deg); } .video--stick--2{ position: absolute; background: #1587c2; height: 0.5%; bottom: 14%; width: 45%; right: 16%; transform: rotate(-17deg); z-index: 1; } .feature--title h4{ color: #1587c2; } .feature--title{ position: relative; top: 10%; margin-left: 10%; text-align: left; } .feature--container{/* padding: 2%; */} .description--feature{ position: relative; top: 15%; margin-left: 10%; text-align: justify; width: 100%; } .bottom--trape--1{ width: 200%; height: 25%; bottom: 0; right: 0; position: absolute; background: linear-gradient(to top left, rgba(22, 135, 194, 0.5) 0%,rgba(22, 135, 194, 0.5) 50% ,transparent 50%); } .bottom--trape--2{ width: 200%; height: 35%; left: 0; bottom: 0; position: absolute; background: linear-gradient(to top right, #1587c2 0%,#1587c2 50% ,transparent 50%); } .feature--part{ /* background: rgba(22, 135, 194, 0.5); */ border-radius: 10px; margin: 5px 0px; } .benefit--title h4{ color: white; } .benefit--title{ position: relative; height: 100px; z-index: 2; padding-top: 30px; } .benefit--content{ background-color: #1587c2; } .benefit--container{ height: 600px; } .benefit--pic--1,.benefit--pic--2,.benefit--pic--3{ height: 32%; } .benefit--pic--1{ background: url(../img-new/benefit/1.jpg) no-repeat; background-size: cover; } .benefit--pic--2{ margin: 2% 0%; background: url(../img-new/benefit/2.png) no-repeat; background-size: cover; } .benefit--pic--3{ background: url(../img-new/benefit/3.jpg) no-repeat; background-size: cover; } .border--decor{ border: 2px solid blue; height: 96%; margin: 2%; padding: 2%; vertical-align: middle; border-image-source: linear-gradient(-45deg, rgb(22, 135, 194), rgb(138, 195, 224)); border-image-slice: 1; } .sub--content{ height: 100%; background: rgba(21, 135, 194, 0.7); } .sub--icon{ height: 50%; background: url(../img-new/benefit2/1.png) no-repeat; background-position: center; } .sub--description h4{ color: white; font-weight: 100; text-align: center; padding: 0 10%; } .sub--description{ height: 50%; } .benefit--bg--decor{ background: url(../img-new/benefit/0.png) no-repeat; background-size: cover; } .triangle--top--left{ background: linear-gradient(to bottom right,rgba(22, 135, 194, 0.5) 0%, rgba(22, 135, 194, 0.5) 50%, transparent 50%); width: 60%; height: 32%; position: absolute; z-index: 1; } .triangle--bottom--right{ background: linear-gradient(to top left,rgba(22, 135, 194, 0.5) 0%, rgba(22, 135, 194, 0.5) 50%, transparent 50%); width: 80%; height: 44%; bottom: 0; right: 0; position: absolute; z-index: 1; } .refferal h2{ color: #1687c2; text-align: left; } .refferal h4{ color: #1687c2; text-align: left; position: absolute; border-bottom: 5px solid #1687c2; } .refferal h5{ color: black; text-align: left; position: absolute; border-bottom: 5px solid #1687c2; padding-bottom: 2px; } .refferal{ width: 100%; position: relative; top: 25%; margin-left: 10%; } .refferal td{ padding-top: 20px; } #commission{ width: 100%; position: relative; z-index: 5; top: 0; left: 0; color: #333333 !important; } .commission--container{ /* height: 100%; */ position: relative; } .commission--title{ position: relative; top: 40px; } .commission--title h4{ color: #1687c2; } .commission--img { background: url(../img-new/commission.jpg?v=1) no-repeat; background-size: cover; width: 300px; border: 10px solid #1687c2; position: relative; top: 50px; display: block; margin: auto; z-index: 2; height: 300px; } .commission--img:after { /* content: ""; */ display: block; padding-bottom: 100%; } .commission--content{ /* height: 550px !important; */ } .ref--title{ height: 35px; } .refferal tbody td{ padding-bottom: 50px; } .level--content{ background: url(../img-new/level-bg.png) no-repeat; background-size: cover; position: relative; } .level--title h4{ color: white; position: relative; top: 50%; } .level--title{ position: relative; top: 5%; height: 100px; } .level--container{ height: 370px; } .level--design{ height: 80%; top: 5%; position: relative; border-radius: 10px; background: rgba(22, 135, 194, 0.5); } .img--level{ height: 40%; } .description--level{ height: 40%; } .description--level h5{ color: white; font-weight: 100; margin: 0 14%; text-align: center; } .level--state{ height: 20%; color: blue; } .level--state div{ width: 50%; margin: auto; border-radius: 10px; background: white; color: #1687c2; font-weight: bold; } .level--row{ height: 80%; position: relative; top: 15%; padding: 0% 3%; } .eco--content{ /* height: 1000px !important; */ position: relative; } .eco--title{ position: relative; height: 100px; top: 50px; } .description--eco{ position: relative; height: 50px; } .description--eco h6{ color: black; font-size: 12px; width: 50%; margin: 0 auto 25px; width: 90%; } .description--eco h6 a{ color: #1687c2; } .eco--row{ height: 20%; position: relative; top: 8%; padding: 0 5%; } .eco--col{ height: 175px; } .eco--icon{height: 130px;} .eco--description{ height: 30%; color: black; font-weight: 600; font-size: 16px; width: 90%; margin: 10px auto; margin-top: -20px; } .eco--title--2 h4,.eco--title h4{ color: #1687c2; } .eco--title--2{ position: relative; top: 10%; } .show--chart{ position: relative; top: 10%; height: 55%; } .show--chart img{object-fit: contain;width: 70%;height: 100%;} .contact--content{ padding: 0 5%; padding-top: 5%; } .contact--content h4{ color: white; text-align: left; margin-bottom: 4%; } .icon--contact{ width: 20%; } .text--contact{ text-align: left; width: 80%; border-bottom: 1px solid white; } .phone--contact{ text-align: left; width: 80%; } .contact-item table{ width: 100%; } .no-padding{ text-align: left; color: white; } .send--button{ position: absolute; top: 7%; right: 20px; background: #1587c2; border: 0px; border-radius: 5px; color: white; width: 70px; padding: 4px 0; } .form-group input{ width: 100%; height: 40px; padding: 0 15% 0 10px; border-radius: 10px; border: 0px; margin-bottom: 15px; } .form-group input::-webkit-input-placeholder { /* Edge */ color: #393939 !important; } .form-group input:-ms-input-placeholder { /* Internet Explorer */ color: #393939 !important; } .form-group input::placeholder { color: #393939 !important; } .eco--triangle--1{ position: absolute; background: linear-gradient(to bottom left,rgba(22, 135, 194, 0.5) 0%, rgba(22, 135, 194, 0.5) 50%, transparent 50%); width: 35%; height: 6%; right: 0; } .eco--triangle--2{ position: absolute; background: linear-gradient(to top left,rgba(22, 135, 194, 0.5) 0%, rgba(22, 135, 194, 0.5) 50%, transparent 50%); width: 25%; height: 50%; right: 0; bottom: -25%; } .roadmap--container{ } .roadmap--content{ position: relative; padding: 0 5%; } .roadmap--trape{ border-right: 1600px solid #1587c2; border-top: 240px solid transparent; width: 0; border-bottom: 100px solid transparent; height: 11%; position: absolute; left: 0; margin-top: -30px; } .roadmap--icon{ position: relative; top: 52%; margin-right: 0; text-align: left; } .roadmap--row{ width: 100%; height: 100%; } .roadmap--title{ position: absolute; text-align: left; margin-top: 50px; z-index: 2; padding-left: 5%; } .roadmap--title h4{ color: #1587c2; } .roadmap--content{ height: 600px; } .roadmap--subtitle{ position: absolute; top: 5%; color: white; margin-left: 5%; width: 100%; text-align: left; font-size: 22px; } .roadmap--description{ position: absolute; top: 20%; text-align: left; color: white; font-weight: 100; margin-left: 5%; width: 100%; font-size: 20px; } .roadmap--icon td{ width: 50%; } .roadmap--right{ top: 30%; } .roadmap--container--2{ background: url(../img-new/roadmap-2.png) no-repeat; background-size: cover; position: relative; } .line--seperate{ width: 100%; height: 20%; background: white; } .roadmap--row--2{ padding: 0 4%; } .roadmap--col{ height: 600px; padding: 0; margin: 40px 0; } .roadmap--square { position: relative; width: 100%; border: 2px solid #1587c2; background: white; } .roadmap--square:after { content: ""; display: block; padding-bottom: 100%; } .square--content { position: absolute; /* width: 80%; */ /* height: 90%; */ text-align: center; left: 0; right: 0; margin: auto; margin-top: 10%; font-weight: 700; line-height: 1.4; } .roadmap--quarter{ position: absolute; width: 65%; background: #1587c2; left: 0; right: 0; margin: auto; bottom: -8%; } .roadmap--quarter h5{ margin-bottom: 0; padding: 8px 10px; color: white; } .square--1{ top: 35%; } .square--2{ top: 20%; } .square--3{ top: 5%; } .square--4{ top: -10%; } .roadmap--square h1,.roadmap--square h2{ color: white; position: relative; z-index: 1; top: -10px; } .roadmap--2020{ background: transparent; position: absolute; padding-top: 28%; border: 0px; overflow: hidden; } .trape--2020{ border-right: 800px solid #1587c2; border-top: 100px solid transparent; width: 0; height: 300px; position: absolute; left: 0; top: -50px; } .mCSB_dragger_bar{ position: relative; z-index: 10; } .eco--icon img{height: 80%;} .img--level img{ height: 80%; margin-top: 2%; } .info--link{ color: #1587c2; } .spin--part img{ } .content--description{ top: 44%; text-align: justify; padding: 0 14%; } .feature--icon{ text-align: center; } .feature--icon img{height: 60%;} .feature--tab{ } .content--description div{ font-weight: 600; } .half--home{ width: 50%; height: 100%; background-image: url(../img-new/home/1.jpg); background-repeat: no-repeat; background-size: cover; position: absolute; left: 0; top: 0; } .sign--part{ font-size: 2rem !important; margin-top: 2px; color: white; } .sign-in{ } .sign-in-small{ display:block; } @media (min-height:800px){ .sign-in{ } .sign-in-small{ display:none; } } .intro--text--container{ position: absolute; right: 0; top: 46%; margin-left: 15%; } /*@media (max-width:1355px) and (min-width:766px){ .text--area h2 { font-size:20px; margin: 10px 0; } .missing--text{ font-size:20px; margin: 10px 0; } #content-part p { font-size: 11px !important; } .read--more{ font-size: 11px !important; } }*/ @media (max-width:765px) and (min-width:420px){ .text--area h2 { font-size:15px; margin: 10px 0; } .missing--text{ font-size:15px; margin: 10px 0; } .text--area h6 { font-size:10px; } #content-part p { font-size: 7px !important; } .read--more{ font-size: 10px !important; } } @media (max-width:419px) and (min-width:300px){ .text--area h2 { font-size:13px; margin: 10px 0; } .missing--text{ font-size:13px; margin: 10px 0; } .text--area h6 { font-size:10px; } #content-part p { font-size: 12px !important; text-align: left; } .read--more{ font-size: 7px !important; } } .benefit--row{ width: 100%; position: relative; height: 95%; z-index: 6; margin: 0; } .portfolio{ } @media (max-width: 768px){ .commission--title{ } .commission--img { } .roadmap--icon{ /* margin: auto; */ } } .icon--feature{height: 46%;} .icon--feature img{ height: 100%; } .info--feature{ text-align: center; padding: 0px 20px; color: white; } .feature--subpart{ background: rgba(22, 135, 194, 0.8); border-radius: 10px; height: 100%; } /* Loader */ .lds-dual-ring { display: inline-block; width: 50px; height: 50px; position: absolute; top: 0; left: 0; right: 0; bottom: 0; margin: auto; transform: scale(1.5); } .lds-dual-ring:after { content: " "; display: block; width: 46px; height: 46px; margin: 1px; border-radius: 50%; border: 5px solid #1687c2; border-color: #1687c2 transparent #1687c2 transparent; animation: lds-dual-ring 1.2s linear infinite; } @keyframes lds-dual-ring { 0% { transform: rotate(0deg); } 100% { transform: rotate(360deg); } } .icon--loader{height: 100%;} .icon--loader img{ position: absolute; top: 0; right: 0; left: 0; bottom: 0; margin: auto; width: 40px; } .text--area h2,.missing--text { animation: shine--text 4s infinite; } .down--arrow{ animation: move--down 3s infinite; } .welcome--title,.trust--title{ } @keyframes shine--text{ 30%{text-shadow: 0 0 20px;} 60%{text-shadow: 0 0 0;} } @keyframes move--down{ 20%{top:85%;} 100%{top:85%;} } @keyframes change--color{ 25%{color:gold;} 50%{color: purple;} 75%{color: green;} 100%{color: white;} } .video--section img{ max-width: 100%; } body{ } #content-part{ display: none; } .down--arrow img{ max-width: 50%; } @media (max-width:470px){ .brand--logo--2 { top:20%; } .refferal h4{ font-size: 15px; } .text--area h6{ top: 0!important; } .refferal h2{ font-size: 25px; } .refferal h5{ font-size: 15px; } .description--eco h6{ font-size: 10px; } .square--content{ font-size: 14px; } .roadmap--quarter h5{ font-size: 12px; } .roadmap--col{ height: 375px; } .commission--container{ height: 260px; } .refferal{ top:2%; } } @media (max-width:370px){ .square--content{ font-size: 8px; } } @media (max-width:500px){ .info--feature { font-size: 10px; } } @media (max-width:560px){ .roadmap--description{ position: relative; font-size: 12px; } .roadmap--subtitle{ position: relative; font-size: 15px; } .roadmap--square h1, .roadmap--square h2{ top: 5px; } .roadmap--square h1{ font-size:30px; } .roadmap--square h2{ font-size: 25px; } } #content-part{ opacity: 1 !important; } @media (max-width: 780px){ .roadmap--content{ height: 380px; } } .sub--icon2{ height: 30%; } .sub--icon--1{ background: url(../img-new/benefit2/2.png) no-repeat; background-position: center; background-size: contain; } .sub--icon--2{ background: url(../img-new/benefit2/3.png) no-repeat; background-position: center; background-size: contain; } .sub--icon--3{ background: url(../img-new/benefit2/4.png) no-repeat; background-position: center; background-size: contain; } .sub--description2{ height: 70%; font-size: 12px; color: white; text-align: center; padding: 0 5%; } /* width */ .main-navigation::-webkit-scrollbar { width: 5px; } /* Track */ .main-navigation::-webkit-scrollbar-track { background: transparent; } /* Handle */ .main-navigation::-webkit-scrollbar-thumb { background: white; } /* Handle on hover */ .main-navigation::-webkit-scrollbar-thumb:hover { background: #1687c2; } .contact--img{ left: 0; position: absolute; margin-top: -25px; margin-left: 27px; } .package--img{ position: absolute; top: 80%; left: 0; right: 0; margin: auto; } .center--social{ display: block; margin: auto; height:80px; background: #2d71a4; padding-top: 2%; } .center--social img{ max-width: 50px; margin: 0 10px; } .feature--subpart:hover{ animation: beatheart 0.8s forwards; } .level--design:not(.animated){ animation: shinePackage 4s infinite; } .refferal h2{ animation: lightShake 4s infinite; } .eco--icon img:not(.animated){ animation: jumplight 4s infinite; } .roadmap--icon img:not(.animated){ transform-origin: 50% 100%; transform: rotate(10deg); animation: bubble 4s infinite; } .icon--contact{ animation: contactshake 4s infinite; } .center--social img{ position:relative; transition: all 0.5s; } .center--social img:hover{ top: -10px; transform: scale(1.2); } @keyframes beatheart{ 25%{transform: scale(1.2);} 50%{transform: scale(0.8);} 75%{transform: scale(1.2);} 100%{transform: scale(1);} } @keyframes shinePackage{ 30%{box-shadow: 0 0 60px -10px white;} 60%{box-shadow: 0 0 0px -10px white;} } @keyframes lightShake{ 10%{transform: rotate(20deg);} 15%{transform: rotate(-20deg);} 20%{transform: rotate(20deg);} 25%{transform: rotate(-20deg);} 30%{transform: rotate(0deg);} } @keyframes jumplight{ 10%{margin-top: -30px;} 15%{margin-top: 0px;} 20%{margin-top: -20px;} 25%{margin-top: 0px;} 30%{margin-top: -5px;} 40%{margin-top: 0px;} } @keyframes bubble{ 50%{transform: rotate(-10deg);} 100%{transform: rotate(10deg);} } @keyframes contactshake{ 10%{transform: rotate(30deg);} 15%{transform: rotate(-30deg);} 20%{transform: rotate(30deg);} 25%{transform: rotate(-30deg);} 30%{transform: rotate(0deg);} } @media (max-width: 768px){ .eco--col{ height:160px; } .level--container{ height: 300px; } } @media (max-width: 768px) and (min-width: 450px){ .level--design{ margin: 0 50px; } } .main--board{ height: 450px; } .sub--board{ margin-top: 110px; } @media (max-width: 768px){ .sub--board{ margin-top: 0px; } .img--decor--roadmap{ left: 65% !important; } } .img--decor--roadmap{ position: absolute; margin-top: 125px; left: 40px; } .img--decor--roadmap img{ width: 120px; }.main-navigation{ background-color: transparent; } .social--network { width: 25px !important; height: 25px !important; padding: 0px !important; margin: 5px auto !important; padding-top: 2px !important; } .main--menu{ padding: 7px 0 !important; } #home-part--fix{ margin: auto; bottom: 0; right: 0; } .main--logo{ display: inline-block; } .brand--logo{ position: absolute; left: 29%; top: 0; bottom: 0; width: 32%; margin: auto; } .brand--logo--2{ width: 15%; position: absolute; top: 15%; left: 71%; } .main--menu img{ width: 30px; display: block; margin: 0 auto; } .mCSB_scrollTools .mCSB_draggerRail { background-color: #1687c2; } .nav--section{ position: absolute; z-index: 5; left: -75px; top: 50px; } .arrow--nav{ width: 15%; } .border--bottom{ width: 100%; height: 50px; position: absolute; bottom: 35px; z-index: 1; background: #1587c2; } .intro--container{ height: 100%; } .first--network{ /* margin-top: 20px !important; */ } .social--network img{ width: 20px; margin-left: 0.5px; margin-top: -6px; } .blue--text{ color: #1587c2 !important; margin-bottom: 12px; font-weight: bold; } .blue--header{ color: #1587c2; } .intro--height{ height: 100%; } .text--area{ /* padding-left: 7.6%; */ text-align: right; } .img--area{ background: url(../img-new/bg-intro.png) no-repeat; background-size: cover; overflow: hidden; } .trape--decor{ background-image: linear-gradient(to left top, rgba(22, 135, 194, 0.5) 0%, rgba(22, 135, 194, 0.5) 50%, transparent 50%); position: absolute; width: 100%; height: 25%; bottom: 0; left: 0; } .missing--text{ position: absolute; top: 46%; left: 0; color: #ffffff; } .welcome--feature{ position: absolute; bottom: 90px; z-index: 1; right: 17px; } .feature--content{ position: absolute; z-index: 1; bottom: 15px; font-size: 11px !important; left: 0; margin: 0px 5px; } .read--more{ border:0px; border-radius: 5px; padding: 2px 12px; margin-top: 10px; background: url(../img-new/read-more.png) no-repeat; background-size: cover; font-weight: 500; color: white; position: relative; left: 0; } .stick--decor{ position: absolute; width: 100%; left: 15px; top: 72%; height: 50%; overflow-y: hidden; z-index: 1; } .stick--1{ width: 50%; height: 1%; transform: rotate(35deg); background: #0071bc; position: absolute; top: 18%; left: -15%; } .stick--2{ width: 100%; height: 2%; transform: rotate(35deg); background: rgba(21, 135, 194, 0.5); position: absolute; top: 67%; left: -11%; } .stick--3{ width: 50%; height: 1%; transform: rotate(35deg); background: rgba(21, 135, 194, 0.3); position: absolute; top: 83%; left: 10%; } .text--area h6{ position: absolute; top: -50%; } .text--area h2{ position: relative; top: 46%; text-align: right; } .text--area p.blue--text{ position: absolute; top: 85%; } .text--area .description{ position: absolute; top: 150%; text-align: left; padding-right: 20px; width: 90%; } .welcome--title,.trust--title{ color: white; } .video--bg{ background-color: transparent; position: relative; height: 600px; } /*.left--decor--video{ background-image: linear-gradient(to left top, rgba(22, 135, 194, 0.5) 0%, rgba(22, 135, 194, 0.5) 50%, transparent 50%); position: absolute; width: 100%; height: 30%; top: 70%; left: 0; }*/ .video--bg .row{ width: 100%; height: 100%; margin: 0 !important; } .video--bg .row .left--decor--video,.video--bg .row .right--decor--video{ height: 100%; background-color: #1587c2; } .top--left--triangle{ background-image: linear-gradient(to right bottom, white 0%, white 50%, transparent 50%); position: absolute; width: 100%; height: 25%; left: 0; top: 0px; } .bottom--right--triangle{ background-image: linear-gradient(to left top, white 0%, white 50%, transparent 50%); position: absolute; width: 200%; height: 50%; right: 0; bottom: 0; } .title--video{ position: absolute; z-index: 1; left: 0; top: 18%; right: 0; } .video--section{ position: absolute; left: 0; top: 36%; z-index: 2; right: 0; } .text--footer--decor img{ display: inline-block; } .text--footer--decor{ position: absolute; left: 0; width: 200%; text-align: center; top: 30%; z-index: 1; } .stick--decor--white{ position: absolute; width: 100%; left: 0; top: 72%; height: 50%; z-index: 1; } .stick--1--white{ position: absolute; width: 17%; height: 0.8%; background: white; top: 16%; transform: rotate(-18deg); right: 19%; } .stick--2--white{ position: absolute; width: 40%; height: 0.5%; background: white; top: 21%; transform: rotate(-18deg); right: 4%; } .stick--3--white{ position: absolute; width: 28%; height: 0.5%; background: white; transform: rotate(-18deg); right: -8%; top: 20%; } .down--arrow{ position: absolute; width: 115%; top: 74%; text-align: right; z-index: 1; } .video--stick--1{ position: absolute; background: white; height: 0.5%; bottom: 17%; width: 45%; right: 29%; transform: rotate(-17deg); } .video--stick--2{ position: absolute; background: #1587c2; height: 0.5%; bottom: 14%; width: 45%; right: 16%; transform: rotate(-17deg); z-index: 1; } .feature--title h4{ color: #1587c2; } .feature--title{ position: relative; top: 10%; margin-left: 10%; text-align: left; } .feature--container{/* padding: 2%; */position: relative;} .description--feature{ position: relative; top: 15%; margin-left: 10%; text-align: justify; width: 100%; } .bottom--trape--1{ width: 100%; height: 25%; bottom: 0; right: 0; position: absolute; background: linear-gradient(to top left, rgba(22, 135, 194, 0.5) 0%,rgba(22, 135, 194, 0.5) 50% ,transparent 50%); } .bottom--trape--2{ width: 100%; height: 35%; left: 0; bottom: 0; position: absolute; background: linear-gradient(to top right, #1587c2 0%,#1587c2 50% ,transparent 50%); } .feature--part{ /* background: rgba(22, 135, 194, 0.5); */ border-radius: 10px; margin: 5px 0px; position: relative; } .benefit--title h4{ color: white; } .benefit--title{ position: relative; height: 100px; z-index: 2; padding-top: 30px; } .benefit--content{ background-color: #1587c2; } .benefit--container{ height: 600px; } .benefit--pic--1,.benefit--pic--2,.benefit--pic--3{ height: 32%; } .benefit--pic--1{ background: url(../img-new/benefit/1.jpg) no-repeat; background-size: cover; } .benefit--pic--2{ margin: 2% 0%; background: url(../img-new/benefit/2.png) no-repeat; background-size: cover; } .benefit--pic--3{ background: url(../img-new/benefit/3.jpg) no-repeat; background-size: cover; } .border--decor{ border: 2px solid blue; height: 96%; margin: 2%; padding: 2%; vertical-align: middle; border-image-source: linear-gradient(-45deg, rgb(22, 135, 194), rgb(138, 195, 224)); border-image-slice: 1; } .sub--content{ height: 100%; background: rgba(21, 135, 194, 0.7); } .sub--icon{ height: 50%; background: url(../img-new/benefit2/1.png?v=1) no-repeat; background-position: center; } .sub--description h4{ color: white; font-weight: 100; text-align: center; padding: 0 10%; font-size: 20px; line-height: 25px; } .sub--description{ height: 50%; } .benefit--bg--decor{ background: url(../img-new/benefit/0.png) no-repeat; background-size: cover; } .triangle--top--left{ background: linear-gradient(to bottom right,rgba(22, 135, 194, 0.5) 0%, rgba(22, 135, 194, 0.5) 50%, transparent 50%); width: 60%; height: 32%; position: absolute; z-index: 1; } .triangle--bottom--right{ background: linear-gradient(to top left,rgba(22, 135, 194, 0.5) 0%, rgba(22, 135, 194, 0.5) 50%, transparent 50%); width: 80%; height: 44%; bottom: 0; right: 0; position: absolute; z-index: 1; } .refferal h2{ color: #1687c2; text-align: left; } .refferal h4{ color: #1687c2; text-align: left; position: absolute; border-bottom: 5px solid #1687c2; } .refferal h5{ color: black; text-align: left; position: absolute; border-bottom: 5px solid #1687c2; padding-bottom: 2px; } .refferal{ width: 100%; position: relative; top: 25%; margin-left: 10%; } .refferal td{ padding-top: 20px; } #commission{ width: 100%; position: relative; z-index: 5; top: 0; left: 0; color: #333333 !important; } .commission--container{ /* height: 100%; */ position: relative; z-index: 2; } .commission--title{ position: relative; top: 40px; } .commission--title h4{ color: #1687c2; } .commission--img { background: url(../img-new/commission.jpg?v=2) no-repeat; background-size: cover; width: 300px; border: 10px solid #1687c2; position: relative; top: 50px; display: block; margin: auto; z-index: 2; height: 300px; max-width: 95%; } .commission--img:after { /* content: ""; */ display: block; padding-bottom: 100%; } .commission--content{ /* height: 550px !important; */ } .ref--title{ height: 35px; } .refferal tbody td{ padding-bottom: 50px; } .level--content{ background: url(../img-new/level-bg.png) no-repeat; background-size: cover; position: relative; } .level--title h4{ color: white; position: relative; top: 50%; } .level--title{ position: relative; top: 5%; height: 100px; } .level--container{ height: 370px; } .level--design{ height: 80%; top: 5%; position: relative; border-radius: 10px; background: rgba(22, 135, 194, 0.5); } .img--level{ height: 40%; } .description--level{ height: 40%; } .description--level h5{ color: white; font-weight: 100; margin: 0 15px; LINE-HEIGHT: 25PX; TEXT-ALIGN: LEFT; PADDING-LEFT: 15PX; PADDING-RIGHT: 10PX; } .level--state{ height: 20%; color: blue; } .level--state div{ width: 50%; margin: auto; margin-top: 20px; border-radius: 10px; background: white; color: #1687c2; font-weight: bold; } .level--row{ height: 80%; position: relative; top: 15%; padding: 0% 3%; } .eco--content{ /* height: 1000px !important; */ position: relative; } .eco--title{ position: relative; height: 100px; top: 50px; } .description--eco{ position: relative; height: 55px; } .description--eco h6{ color: black; font-size: 18px; width: 50%; margin: 0 auto 25px; width: 90%; line-height: 20px; } .description--eco h6 a{ color: #1687c2; } .eco--row{ height: 20%; position: relative; top: 8%; padding: 0 5%; } .eco--col{ height: 175px; } .eco--icon{height: 130px;} .eco--description{ height: 30%; color: black; font-weight: 600; font-size: 16px; width: 90%; margin: 10px auto; margin-top: -20px; } .eco--title--2 h4,.eco--title h4{ color: #1687c2; } .eco--title--2{ position: relative; top: 10%; } .show--chart{ position: relative; top: 10%; height: 55%; } .show--chart img{object-fit: contain;width: 70%;height: 100%;} .contact--content{ padding: 0 5%; padding-top: 5%; } .contact--content h4{ color: white; text-align: left; margin-bottom: 4%; } .icon--contact{ width: 20%; } .text--contact{ text-align: left; width: 80%; border-bottom: 1px solid white; } .phone--contact{ text-align: left; width: 80%; } .contact-item table{ width: 100%; } .no-padding{ text-align: left; color: white; } .send--button{ position: absolute; top: 7%; right: 20px; background: #1587c2; border: 0px; border-radius: 5px; color: white; width: 70px; padding: 4px 0; } .form-group input{ width: 100%; height: 40px; padding: 0 15% 0 10px; border-radius: 10px; border: 0px; margin-bottom: 15px; } .form-group input::-webkit-input-placeholder { /* Edge */ color: #393939 !important; } .form-group input:-ms-input-placeholder { /* Internet Explorer */ color: #393939 !important; } .form-group input::placeholder { color: #393939 !important; } .eco--triangle--1{ position: absolute; background: linear-gradient(to bottom left,rgba(22, 135, 194, 0.5) 0%, rgba(22, 135, 194, 0.5) 50%, transparent 50%); width: 35%; height: 6%; right: 0; } .eco--triangle--2{ position: absolute; background: linear-gradient(to top left,rgba(22, 135, 194, 0.5) 0%, rgba(22, 135, 194, 0.5) 50%, transparent 50%); width: 25%; height: 50%; right: 0; bottom: -25%; } .roadmap--container{ } .roadmap--content{ position: relative; padding: 0 5%; } .roadmap--trape{ border-right: 1600px solid #1587c2; border-top: 240px solid transparent; width: 0; border-bottom: 100px solid transparent; height: 11.5%; position: absolute; left: 0; margin-top: -65px; } .roadmap--icon{ position: relative; top: 52%; margin-right: 0; text-align: left; } .roadmap--row{ width: 100%; height: 100%; } .roadmap--title{ position: absolute; text-align: left; margin-top: 50px; z-index: 2; padding-left: 5%; } .roadmap--title h4{ color: #1587c2; } .roadmap--content{ height: 600px; } .roadmap--subtitle{ position: absolute; top: 5%; color: white; margin-left: 5%; width: 100%; text-align: left; font-size: 22px; } .roadmap--description{ position: absolute; top: 20%; line-height: 30px; text-align: left; color: white; font-weight: 100; margin-left: 5%; width: 96%; font-size: 20px; } .roadmap--icon td{ width: 50%; } .roadmap--right{ top: 30%; } .roadmap--container--2{ background: url(../img-new/roadmap-2.png) no-repeat; background-size: cover; position: relative; } .line--seperate{ width: 100%; height: 20%; background: white; } .roadmap--row--2{ padding: 0 4%; } .roadmap--col{ height: 600px; padding: 0; margin: 40px 0; } .roadmap--square { position: relative; width: 100%; border: 2px solid #1587c2; background: white; } .roadmap--square:after { content: ""; display: block; padding-bottom: 100%; } .square--content { position: absolute; width: 80%; /* height: 50%; */ text-align: center; left: 0; right: 0; margin: auto; margin-top: 10%; font-weight: 700; line-height: 1.4; font-size: 18px; } .roadmap--quarter{ position: absolute; width: 85%; background: #1587c2; left: 0; right: 0; margin: auto; bottom: -8%; } .roadmap--quarter h5{ margin-bottom: 0; padding: 8px 10px; color: white; } .square--1{ top: 35%; } .square--2{ top: 20%; } .square--3{ top: 5%; } .square--4{ top: -10%; } .roadmap--square h1,.roadmap--square h2{ color: white; position: relative; z-index: 1; top: -10px; } .roadmap--2020{ background: transparent; position: absolute; padding-top: 28%; border: 0px; overflow: hidden; } .trape--2020{ border-right: 800px solid #1587c2; border-top: 100px solid transparent; width: 0; height: 300px; position: absolute; left: 0; top: -50px; } .mCSB_dragger_bar{ position: relative; z-index: 10; } .eco--icon img{height: 80%;} .img--level img{ height: 80%; margin-top: 2%; } .info--link{ color: #1587c2; } .spin--part img{ max-height: 98%; max-width: 98%; } .content--description{ top: 44%; text-align: justify; padding: 0 14%; } .feature--icon{ text-align: center; } .feature--icon img{height: 60%;} .feature--tab{ width: 100%; position: relative; top: 30%; height: 30%; } .content--description div{ font-weight: 600; margin-top: 30px; text-shadow: 0 0px 5px white; } .half--home{ width: 45%; height: 100%; background-image: url(../img-new/home/1.jpg); background-repeat: no-repeat; background-size: cover; position: absolute; left: 0; top: 0; } .sign--part{ font-size: 2rem !important; margin-top: 2px; color: white; } .sign-in{ } .sign-in-small{ display:block; } @media (min-height:800px){ .sign-in{ } .sign-in-small{ display:none; } } .intro--text--container{ position: absolute; left: 0; top: 31%; margin-left: 13%; } @media (max-width:1355px) and (min-width:766px){ .text--area h2 { font-size:30px; margin: 10px 0; } .missing--text{ font-size:30px; margin: 10px 0; } #content-part p { font-size: 15px !important; } .read--more{ font-size: 15px !important; } } @media (max-width:765px) and (min-width:420px){ .text--area h2 { font-size:15px; margin: 10px 0; } .missing--text{ font-size:15px; margin: 10px 0; } .text--area h6 { font-size:10px; } #content-part p { font-size: 7px !important; } .read--more{ font-size: 10px !important; } } @media (max-width:419px) and (min-width:300px){ .text--area h2 { font-size:13px; margin: 10px 0; } .missing--text{ font-size:13px; margin: 10px 0; } .text--area h6 { font-size:10px; } #content-part .description { font-size: 10px !important; } .font--text11{font-size: 8px!important;} .read--more{ font-size: 7px !important; } } .benefit--row{ width: 100%; position: relative; height: 95%; z-index: 6; margin: 0; } .portfolio{ position: relative; } @media (max-width: 768px){ .commission--title{ } .commission--img { } .roadmap--icon{ /* margin: auto; */ } } .icon--feature{height: 46%;} .icon--feature img{ height: 100%; } .info--feature{ text-align: center; padding: 0px 20px; color: white; } .feature--subpart{ background: rgba(22, 135, 194, 0.8); border-radius: 10px; height: 100%; } /* Loader */ .lds-dual-ring { display: inline-block; width: 50px; height: 50px; position: absolute; top: 0; left: 0; right: 0; bottom: 0; margin: auto; transform: scale(1.5); } .lds-dual-ring:after { content: " "; display: block; width: 46px; height: 46px; margin: 1px; border-radius: 50%; border: 5px solid #1687c2; border-color: #1687c2 transparent #1687c2 transparent; animation: lds-dual-ring 1.2s linear infinite; } @keyframes lds-dual-ring { 0% { transform: rotate(0deg); } 100% { transform: rotate(360deg); } } .icon--loader{height: 100%;} .icon--loader img{ position: absolute; top: 0; right: 0; left: 0; bottom: 0; margin: auto; width: 40px; } .text--area h2,.missing--text { animation: shine--text 4s infinite; } .down--arrow{ animation: move--down 3s infinite; } .welcome--title,.trust--title{ } @keyframes shine--text{ 30%{text-shadow: 0 0 20px;} 60%{text-shadow: 0 0 0;} } @keyframes move--down{ 20%{top:85%;} 100%{top:85%;} } @keyframes change--color{ 25%{color:gold;} 50%{color: purple;} 75%{color: green;} 100%{color: white;} } .video--section img{ max-width: 100%; } body{ } #content-part{ display: none; } .down--arrow img{ max-width: 50%; } @media (max-width:470px){ .brand--logo--2 { top:20%; } .description--feature h6{ text-align: center; line-height: 20px; } .refferal h4{ font-size: 15px; } .refferal h2{ font-size: 25px; } .refferal h5{ font-size: 15px; } .description--eco h6{ font-size: 14px; line-height: 15px; margin-top: 10px; } .description--eco{ height: 70px; } .eco--title{ height: 120px; } .square--content{ font-size: 14px; } .roadmap--quarter h5{ font-size: 12px; } .roadmap--col{ height: 375px; margin: 0; } .commission--container{ height: 260px; } .refferal{ top:2%; } } @media (max-width:350px){ .square--content{ font-size: 12px !important; } } @media (max-width:500px){ .info--feature { font-size: 10px; } } @media (max-width:560px){ .roadmap--description{ position: relative; font-size: 18px; } .roadmap--subtitle{ position: relative; font-size: 22px; } .roadmap--square h1, .roadmap--square h2{ top: 5px; } .roadmap--square h1{ font-size:30px; } .roadmap--square h2{ font-size: 25px; } } #content-part{ opacity: 1 !important; border-left: 1vw solid #1587c2; } @media (max-width: 780px){ .roadmap--content{ height: 350px; } } .sub--icon2{ height: 45%; } .sub--icon--1{ background: url(../img-new/benefit2/2.png?v=1) no-repeat; background-position: center; background-size: contain; } .sub--icon--2{ background: url(../img-new/benefit2/3.png?v=1) no-repeat; background-position: center; background-size: contain; } .sub--icon--3{ background: url(../img-new/benefit2/4.png?v=1) no-repeat; background-position: center; background-size: contain; } .sub--description2{ height: 70%; font-size: 18px; color: white; text-align: center; padding: 0 5%; line-height: 1.2; } /* width */ .main-navigation::-webkit-scrollbar { width: 5px; } /* Track */ .main-navigation::-webkit-scrollbar-track { background: transparent; } /* Handle */ .main-navigation::-webkit-scrollbar-thumb { background: white; } /* Handle on hover */ .main-navigation::-webkit-scrollbar-thumb:hover { background: #1687c2; } .contact--img{ left: 0; position: absolute; margin-top: -25px; margin-left: 27px; } .package--img{ position: absolute; top: 80%; left: 0; right: 0; margin: auto; } .center--social{ display: block; margin: auto; height:80px; background: #2d71a4; padding-top: 2%; } .center--social img{ max-width: 50px; margin: 0 10px; } .feature--subpart:hover{ animation: beatheart 0.8s forwards; } .level--design:not(.animated){ animation: shinePackage 4s infinite; } .refferal h2{ animation: lightShake 4s infinite; } .eco--icon img:not(.animated){ animation: jumplight 4s infinite; } .roadmap--icon img:not(.animated){ transform-origin: 50% 100%; transform: rotate(3deg); animation: bubble 4s infinite; } .icon--contact{ animation: contactshake 4s infinite; } .center--social img{ position:relative; transition: all 0.5s; } .center--social img:hover{ top: -10px; transform: scale(1.2); } @keyframes beatheart{ 25%{transform: scale(1.2);} 50%{transform: scale(0.8);} 75%{transform: scale(1.2);} 100%{transform: scale(1);} } @keyframes shinePackage{ 30%{box-shadow: 0 0 60px -10px white;} 60%{box-shadow: 0 0 0px -10px white;} } @keyframes lightShake{ 10%{transform: rotate(20deg);} 15%{transform: rotate(-20deg);} 20%{transform: rotate(20deg);} 25%{transform: rotate(-20deg);} 30%{transform: rotate(0deg);} } @keyframes jumplight{ 10%{margin-top: -30px;} 15%{margin-top: 0px;} 20%{margin-top: -20px;} 25%{margin-top: 0px;} 30%{margin-top: -5px;} 40%{margin-top: 0px;} } @keyframes bubble{ 50%{transform: rotate(-3deg);} 100%{transform: rotate(3deg);} } @keyframes contactshake{ 10%{transform: rotate(30deg);} 15%{transform: rotate(-30deg);} 20%{transform: rotate(30deg);} 25%{transform: rotate(-30deg);} 30%{transform: rotate(0deg);} } @media (max-width: 768px){ .eco--col{ height:160px; } .level--container{ height: 300px; margin-top: 2em; } .level--state div{ margin-top: 10px!important; } } @media (max-width: 768px) and (min-width: 450px){ .level--design{ margin: auto; } .description--level h5{ font-size: 18px!important; } } @media (max-width: 1420px) and (min-width: 1024px){ .description--level h5{ font-size: 16px!important; padding-right: 0!important; padding-left: 0!important; line-height:20px!important; } } @media (max-width: 1023px) and (min-width: 990px){ .description--level h5{ font-size: 16px!important; padding-right: 0!important; padding-left: 0!important; line-height:22px!important; } } .main--board{ height: 470px; } .sub--board{ margin-top: 110px; } @media (max-width: 768px){ .sub--board{ margin-top: 0px; } .img--decor--roadmap{ left: 65% !important; } } @media (min-width:1400px){ .first--child{ float: right; } } .img--decor--roadmap{ position: absolute; margin-top: 100px; left: 40px; } .img--decor--roadmap img{ width: 120px; } .description--feature h6{ max-width: 84%; line-height: 20px; } @media (max-width:430px){ #main-about,.video--bg{ height: 500px; } } .show--feature{ margin-top: 60px; } .spin--part{ position: relative; } .responsive--commission{ display: none; } .spinner--part{ } @media (max-width:767px){ .responsive--commission{ display: block; } .real--commission{ display:none; } .brand--logo{ width:60%; left:15%; } .brand--logo--2{ width:28%; left:60%; } } .responsive--feature{ display: none; height: 400px; } @media (max-width:991px){ .responsive--feature{ display: block; } .real--feature{ display: none; } .content--description div{ color:white; text-shadow: 0 0 4px #1587c2; } } @media (max-width:991px) and (min-width: 768px){ .text--area h6{top: -15%;} .text--area .description{top: 120%;} .description--eco h6{ font-size: 16px; line-height: 20px; } } @media (min-width:1023px) and (max-width: 1351px){ .text--area h6{top: -20%;} .text--area .description{top: 120%;} .show--feature{margin-top: 0px;} } @media (min-width:1400px){ .square--content{ font-size: 20px; } } .text--contact div,.phone--contact div{ color:white; } .text--contact div:nth-child(1),.phone--contact div:nth-child(1){ font-weight: bold; } .table-tx{ margin-top: 15px; margin-left: 90px; } .table-tx ul{ display: inline-flex; list-style: none; text-align: left; padding-left: 0; width: 75%; float: left; margin: 5px 0 0 0; } .table-tx ul .li1{ background: rgb(21, 135, 194); padding: 10px 20px; color: #ffffff; border-top-left-radius: 5px; border-bottom-left-radius: 5px; } .table-tx ul .li2{ background: rgba(0, 94, 144, 0.95); padding: 10px 35px; width: 100%; color: #fff; border-top-right-radius: 5px; border-bottom-right-radius: 5px; } .table-tx1{ margin-left: 20px; } .table-tx1 ul{ display: inline-flex; list-style: none; text-align: left; padding-left: 0; width: 90%; float: left; margin: 5px 0 0 0; } .table-tx1 ul .li1{ background: rgb(21, 135, 194); padding: 10px 20px; color: #ffffff; border-top-left-radius: 5px; border-bottom-left-radius: 5px; } .table-tx1 ul .li2{ background: rgba(0, 94, 144, 0.95); padding: 10px 20px; width: 100%; color: #fff; border-top-right-radius: 5px; border-bottom-right-radius: 5px; } .mg-60{ margin-bottom: 60px; } .nav-1111 .nav-2222{ position: absolute!important; display: none!important; overflow-y: hidden!important; position: inherit!important; transition: 0.5s; } .nav-1111 .nav-2222 li { display: block!important; color: white!important; padding: 0 0 0 20px!important; text-align: left!important; position: relative!important; cursor: pointer!important; } .nav-1111 .nav-2222 li a{ border: none!important; border-radius: 0!important; padding: 0!important; width: 100%; font-size: 12px!important; text-align: left!important; height: auto!important; transition: 0.5s; } .nav-1111 .nav-2222 li a:after{ display:none!important; } .nav-1111:hover .nav-2222 { display: block!important; } .nav-1111 .nav-2222 li a:hover{ color:#ffffff99!important; }
0.398875
0.06357
@namespace url(http://www.w3.org/1999/xhtml); @-moz-document domain("www.freekick.org") { /***ARKAPLAN - BACKGROUND***/ body { font-family: Verdana !important; color: #000 !important; } .width { margin: 0 auto !important; width: 990px !important; } /***UST KISIM - TOP***/ #top-wrap{ width: 100% !important; min-width: 940px !important; background-image: none !important; background-color: #3e5998 !important; background-repeat: repeat-x !important; background-position: left top !important; /*border-bottom:2px solid #3e5998 !important;*/ } #logo{ background-image: url(http://i195.photobucket.com/albums/z252/siriusj/fklogo.jpg) !important; } #top-info{ background-image: none !important; background-color: #3e5998 !important; } /***SOL KISIM - LEFT PART***/ #lang-select { background-image: url(http://i195.photobucket.com/albums/z252/siriusj/banneralt.jpg) !important; } /***SOL MENU - MENU LEFT***/ #menu-left{ background-image:none !important; background-color: #f7f7f7 !important; } #inner-menu{ background-image:url(http://i195.photobucket.com/albums/z252/siriusj/inner_menu.jpg) !important; } #menu-left2{ background-image:none !important; background-color: #f7f7f7 !important; } #inner-menu2{ background-image:url(http://i195.photobucket.com/albums/z252/siriusj/inner_menu.jpg) !important; } #inner-menu2 ul li p{color:#3b5998 !important; border-left: 4px solid #f7f7f7 !important;} #inner-menu2 ul li p:hover{background-color: #e9e9e9 !important;} .title-menu-l{color:#3e5998 !important;} .menu-btm{ background-image: url(http://i195.photobucket.com/albums/z252/siriusj/menualt-1.jpg) !important; } #form-login input.login-submit:hover{background-color:#3e5998 !important;} .reg{background:url(http://i195.photobucket.com/albums/z252/siriusj/arrow_red.gif) center left no-repeat !important;} .reg a{color:#3e5998 !important; font-size:11px;} .rem{margin-left:-10px;background:url(http://i195.photobucket.com/albums/z252/siriusj/arrow_red.gif) center left no-repeat !important;} .rem a{color:#3e5998; font-size:11px;} /***SAG KISIM - RIGHT PART***/ #blue-bar{ background-image: none !important; background-color: #3e5998 !important; } #blue-nav{ background-image: none !important; background-color: #3e5998 !important; } #main-green-wrap{ background-image: none!important; background-color: #3e5998 !important; } #green-round{ background-image: url(http://i195.photobucket.com/albums/z252/siriusj/crn_green_tabs_left.jpg) !important; } #main-tabs li.tab-hidden{ background-color: #fff !important; background-image: url(http://i195.photobucket.com/albums/z252/siriusj/tab_r-1.jpg) !important; } #main-tabs li.tab-hidden a { color:#3e5998 !important; } #main-tabs li.tab-active{ background-image: url(http://i195.photobucket.com/albums/z252/siriusj/tab_sel_r.jpg) !important; } #main-tabs li.tab-active a { color:#000 !important; } #white-content{ background-color:#fff !important; margin-left:15px !important;margin-right:0 !important; background-image: url(http://i195.photobucket.com/albums/z252/siriusj/white_tab_r_bg-1.jpg) !important; } .rigth-crn{ background-image: none !important; } .btm-shadow{ background-image: url(http://i195.photobucket.com/albums/z252/siriusj/altkose.jpg) !important; background-color: #3e5998 !important; } .news-title { background-color:#f7f7f7 !important;color:#000 !important; } .news-header a { font-weight:bold;color:#000 !important; } .guestbook-title { background-color:#e9e9e9 !important; color:#000 !important; } .guestbook-comment { color:#000 !important; } /*** THE ROUND BOX***/ .green-box .inside { background-color:#3e5998 !important; } .blue-box .top-left, .blue-box .top-right, .blue-box .bottom-left, .blue-box .bottom-right { background-image: none !important; background-color: #3e5998 !important; } .blue-box .inside-box { background-color:#3e5998 !important; } .blue-round { background-color:#3e5998 !important; } .plain-dotted-list li { background-image:url(http://i195.photobucket.com/albums/z252/siriusj/cizgi.jpg) !important; } .club-name a{ color:#000 !important; } .settings-header { color:#000 !important; } .club-name a{ color:#000 !important; background-image:none !important; } #nav-left li{ background-image:url(http://i195.photobucket.com/albums/z252/siriusj/cizgi.jpg) !important; } #nav-left li ul{ background-color:#f7f7f7 !important; } #nav-left li a{ color: #3e5998 !important; border-left: 4px solid #3e5998 !important; } #nav-left li a:visited{ color: #3e5998 !important; } #nav-left ul li a{ border-left: 4px solid #3e5998 !important; } #nav-left li a:hover{ background-color: #e9e9e9 !important; } #inner-menu .subfolderstyle{ background: url(http://i195.photobucket.com/albums/z252/siriusj/folder_o-1.gif) no-repeat center right !important; } .awesome{color:#dd6611 !important; font-weight:bold !important;} .brilliant{color:#ff8833 !important; font-weight:bold !important;} .superb{color:#ff9966 !important; font-weight:bold !important;} .excellent{color:#ff99cc !important; font-weight:bold !important;} .good{color:#cc33cc !important; font-weight:bold !important;} .decent{color:#000000 !important; font-weight:bold !important;} .weak{color:#31abb3 !important; font-weight:bold !important;} .poor{ color:#aeb017 !important; font-weight:bold !important;} .awful{color:#ff0000 !important; font-weight:bold !important;} table th{ background-color:#3e5998 !important; color: #fff !important; } table th a{ color:#fff !important; } .dotted, table.dotted tr th , table.dotted tr td, table.dotted-header tr th , table.achievers tr th , table.achievers tr td, table.transfers tr th , table.transfers tr td, table.moments tr th , table.moments tr td, table.clubnews tr th , table.clubnews tr td { background-image:url(http://i195.photobucket.com/albums/z252/siriusj/cizgi.jpg) !important; } .players th{ background-image:url(http://i195.photobucket.com/albums/z252/siriusj/cizgi.jpg) !important; } players td{ background-image:url(http://i195.photobucket.com/albums/z252/siriusj/cizgi.jpg) !important; } table.player-achievements .header {background-color:#3e5998 !important; } .pos{color:#3e5998 !important; } .orange, .desired-position{color:#f00 !important; } .green-head{background-image: none !important; background-color: #3e5998 !important;} .red-head{background-image: none !important; background-color: #3e5998 !important;} .blue-head{background-image: none !important; background-color: #3e5998 !important;} .green-title{background-image: none !important; background-color: #3e5998 !important;} .red-title{background-image: none !important; background-color: #3e5998 !important;} .blue-title{background-image: none !important; background-color: #3e5998 !important;} .red-crn-r{background-image: none !important; background-color: #3e5998 !important;} .green-crn-r{background-image: none !important; background-color: #3e5998 !important;} .blue-crn-r{background-image: none !important; background-color: #3e5998 !important;} .red-crn-re{background-image: none !important; background-color: #3e5998 !important;} .green-crn-re{background-image: none !important; background-color: #3e5998 !important;} .blue-crn-re{background-image: none !important; background-color: #3e5998 !important;} .marked, tr.marked tr, .odd-marked, tr.odd-marked tr { background-color: #ccffff !important; } .even-marked, tr.even-marked tr { background-color: #ccffcc !important; } .view-active, .view-passive { background-image:url(http://i195.photobucket.com/albums/z252/siriusj/cizgi.jpg) !important; } .message-header { background-image:url(http://i195.photobucket.com/albums/z252/siriusj/cizgi.jpg) !important; } .message-content { background-image:url(http://i195.photobucket.com/albums/z252/siriusj/cizgi.jpg) !important; } .dots, .promotion-demotion-none{ background-image:url(http://i195.photobucket.com/albums/z252/siriusj/cizgi.jpg) !important; } .dotsL{ background-image:url(http://i195.photobucket.com/albums/z252/siriusj/cizgi.jpg) !important; } .dotsLine, .promotion-demotion-qualification{ background-image:url(http://i195.photobucket.com/albums/z252/siriusj/cizgi.jpg) !important; } .green-stripe{ background-image:none !important; background-color: #f7f7f7 !important; } .red-stripe{ background-image:none !important; background-color: #3e5998 !important; } #banner-left {display: none !important;} #top-banner {display: none !important;} .matchreport-goal, .matchreport-goalattempt, .matchreport-throwin, .matchreport-cornerkick, .matchreport-freekick, .matchreport-penaltykick, .matchreport-playcontinued, .matchreport-counterattack { color: #3e5998 !important; font-weight: bold !important; } table.matchreport-table th{ background-color:#3e5998 !important; } .min, .min a, .matchreport-penaltykicks, .matchreport-halftime, .matchreport-penaltyround { color: #3e5998 !important; font-weight: bold !important; } .matchreport_masterful {color: #d61 !important; font-weight: bold !important;} .matchreport_unbelievable {color: #d61 !important; font-weight: bold !important;} .matchreport_awesome {color: #d61 !important; font-weight: bold !important;} .matchreport_brilliant {color: #f83 !important; font-style: normal !important;} .matchreport_superb {color: #f96 !important; font-style: normal !important;} .matchreport_excellent {color: #f9c !important; font-style: normal !important;} .matchreport_good {color: #c3c !important; font-style: normal !important;} .matchreport_decent {color: #000 !important; font-style: italic !important;} .matchreport_weak {color: #3cc !important; font-style: normal !important;} .matchreport_poor {color: #a4a400 !important; font-style: normal !important;} .matchreport_awful {color: #f00 !important; font-style: normal !important;} .matchreport_dreadful {color: #aaa !important; font-style: normal !important;} .matchreport_prepared {color: #d61 !important; font-style: italic !important;} .matchreport_there {color: #f9c !important; font-style: italic !important;} .matchreport_close {color: #3cc !important; font-style: italic !important;} .matchreport_too_late {color: #f00 !important; font-style: italic !important;} .matchreport_ready{color: #d61 !important; font-style: italic !important;} .matchreport_hesitant{color: #f9c !important; font-style: italic !important;} .matchreport_fooled{color: #3cc !important; font-style: italic !important;} .matchreport_totally_wrong{color: #f00 !important; font-style: italic !important;} .matchreport_net_wide_open {color: #d61 !important; font-style: italic !important;} .matchreport_totally_free {color: #d61 !important; font-style: italic !important;} .green-bl, .green-br, .green-tl, .green-tr{ background-image: none !important; background-color: #3e5998 !important; } .blue-bl, .blue-br, .blue-tl, .blue-tr { background-image: none !important; background-color: #3e5998 !important; } /***FORUM***/ .bodyline { background-color: #3e5998 !important; border: 1px #3e5998 solid !important; } .forumline { background-color: #ccc !important; border: 2px #3e5998 solid !important; } td.row1 { background-color: #f1f1f1 !important; } td.row2 { background-color: #e7e7e7 !important; } td.row3 { background-color: #fff !important; } td.rowpic { background-color: #FFFFFF; background-image: none !important; background-repeat: repeat-y; } th { color: #FFA34F; font-size: 11px; font-weight : bold; background-color: #3e5998 !important; height: 25px; background-image: none !important; } td.cat,td.catHead,td.catSides,td.catLeft,td.catRight,td.catBottom { background-image: none !important; background-color:#fff !important; border: #3e5998 !important; border-style: solid; height: 28px; color: #3e5998 !important; } a.gen,a.genmed,a.gensmall { color: #fff !important; text-decoration: none; } a.gen:hover,a.genmed:hover,a.gensmall:hover { color: #f7f7f7 !important; text-decoration: underline; } .gen,.genmed,.gensmall { color : #31abb3 !important; } .admincolor { color: #f00 !important; } .admincolor:link { color: #f00 !important; } .admincolor:active { color: #f00 !important; } .admincolor:visited { color: #f00 !important; } .modcolor { color: #090 !important; } .modcolor:link { color: #090 !important; } .modcolor:active { color: #090 !important; } .modcolor:visited { color: #090 !important; } .usercolor { color: #3e5998 !important; } .usercolor:active { color: #3e5998 !important; } .mainmenu { font-size : 11px; color : #fff !important} a.mainmenu { text-decoration: none; color : #fff !important; } a.mainmenu:hover { font-weight: bold; color : #d9d9d9 !important; } .cattitle { font-weight: bold; font-size: 12px ; letter-spacing: 1px; color : #3e5998 !important} a.cattitle { text-decoration: none; color : #3e5998 !important; } .forumlink { font-weight: bold; font-size: 12px; color : #6d84b4 !important; } a.forumlink { text-decoration: none; color : #6d84b4 !important; } a.forumlink:hover { text-decoration: underline; color : #3e5998 !important; } .nav { font-weight: bold; font-size: 11px; color : #fff !important;} a.nav { text-decoration: none; color : #fff !important; } a.topictitle:link { text-decoration: none; color : #3e5998 !important; } a.topictitle:visited { text-decoration: none; color : #6d84b4 !important; } .postdetails { font-size : 10px; color : #3e5998 !important; } a.postlink:link { text-decoration: none; color : #3e5998 !important } a.postlink:visited { text-decoration: none; color : #6d84b4 !important; } a.postlink:hover { text-decoration: underline; color : #6d84b4 !important} .maintitle,h1,h2 {color : #fff !important;} a:link,a:active,a:visited { color : #31abb3 !important; } .code { font-family: Courier, 'Courier New', sans-serif; font-size: 11px; color: #f66 !important; background-color: #d9d9d9 !important; border: #3e5998 !important; border-style: solid; border-left-width: 1px; border-top-width: 1px; border-right-width: 1px; border-bottom-width: 1px } .quote { font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 11px; color: #444444; line-height: 125%; background-color: #f7f7f7 !important; border: #D1D7DC; border-style: solid; border-left-width: 1px; border-top-width: 1px; border-right-width: 1px; border-bottom-width: 1px } input.post, textarea.post, select { background-color : #f1f1f1 !important; } input.mainoption { background-color : #d9d9d9 !important; font-weight : bold; } input.liteoption { background-color : #d9d9d9 !important; font-weight : normal; } .helpline { background-color: #f1f1f1 !important; border-style: none; } .copyright { font-size: 10px; font-family: Verdana, Arial, Helvetica, sans-serif; color: #fff !important; letter-spacing: -1px;} }
data/usercss/10024.user.css
@namespace url(http://www.w3.org/1999/xhtml); @-moz-document domain("www.freekick.org") { /***ARKAPLAN - BACKGROUND***/ body { font-family: Verdana !important; color: #000 !important; } .width { margin: 0 auto !important; width: 990px !important; } /***UST KISIM - TOP***/ #top-wrap{ width: 100% !important; min-width: 940px !important; background-image: none !important; background-color: #3e5998 !important; background-repeat: repeat-x !important; background-position: left top !important; /*border-bottom:2px solid #3e5998 !important;*/ } #logo{ background-image: url(http://i195.photobucket.com/albums/z252/siriusj/fklogo.jpg) !important; } #top-info{ background-image: none !important; background-color: #3e5998 !important; } /***SOL KISIM - LEFT PART***/ #lang-select { background-image: url(http://i195.photobucket.com/albums/z252/siriusj/banneralt.jpg) !important; } /***SOL MENU - MENU LEFT***/ #menu-left{ background-image:none !important; background-color: #f7f7f7 !important; } #inner-menu{ background-image:url(http://i195.photobucket.com/albums/z252/siriusj/inner_menu.jpg) !important; } #menu-left2{ background-image:none !important; background-color: #f7f7f7 !important; } #inner-menu2{ background-image:url(http://i195.photobucket.com/albums/z252/siriusj/inner_menu.jpg) !important; } #inner-menu2 ul li p{color:#3b5998 !important; border-left: 4px solid #f7f7f7 !important;} #inner-menu2 ul li p:hover{background-color: #e9e9e9 !important;} .title-menu-l{color:#3e5998 !important;} .menu-btm{ background-image: url(http://i195.photobucket.com/albums/z252/siriusj/menualt-1.jpg) !important; } #form-login input.login-submit:hover{background-color:#3e5998 !important;} .reg{background:url(http://i195.photobucket.com/albums/z252/siriusj/arrow_red.gif) center left no-repeat !important;} .reg a{color:#3e5998 !important; font-size:11px;} .rem{margin-left:-10px;background:url(http://i195.photobucket.com/albums/z252/siriusj/arrow_red.gif) center left no-repeat !important;} .rem a{color:#3e5998; font-size:11px;} /***SAG KISIM - RIGHT PART***/ #blue-bar{ background-image: none !important; background-color: #3e5998 !important; } #blue-nav{ background-image: none !important; background-color: #3e5998 !important; } #main-green-wrap{ background-image: none!important; background-color: #3e5998 !important; } #green-round{ background-image: url(http://i195.photobucket.com/albums/z252/siriusj/crn_green_tabs_left.jpg) !important; } #main-tabs li.tab-hidden{ background-color: #fff !important; background-image: url(http://i195.photobucket.com/albums/z252/siriusj/tab_r-1.jpg) !important; } #main-tabs li.tab-hidden a { color:#3e5998 !important; } #main-tabs li.tab-active{ background-image: url(http://i195.photobucket.com/albums/z252/siriusj/tab_sel_r.jpg) !important; } #main-tabs li.tab-active a { color:#000 !important; } #white-content{ background-color:#fff !important; margin-left:15px !important;margin-right:0 !important; background-image: url(http://i195.photobucket.com/albums/z252/siriusj/white_tab_r_bg-1.jpg) !important; } .rigth-crn{ background-image: none !important; } .btm-shadow{ background-image: url(http://i195.photobucket.com/albums/z252/siriusj/altkose.jpg) !important; background-color: #3e5998 !important; } .news-title { background-color:#f7f7f7 !important;color:#000 !important; } .news-header a { font-weight:bold;color:#000 !important; } .guestbook-title { background-color:#e9e9e9 !important; color:#000 !important; } .guestbook-comment { color:#000 !important; } /*** THE ROUND BOX***/ .green-box .inside { background-color:#3e5998 !important; } .blue-box .top-left, .blue-box .top-right, .blue-box .bottom-left, .blue-box .bottom-right { background-image: none !important; background-color: #3e5998 !important; } .blue-box .inside-box { background-color:#3e5998 !important; } .blue-round { background-color:#3e5998 !important; } .plain-dotted-list li { background-image:url(http://i195.photobucket.com/albums/z252/siriusj/cizgi.jpg) !important; } .club-name a{ color:#000 !important; } .settings-header { color:#000 !important; } .club-name a{ color:#000 !important; background-image:none !important; } #nav-left li{ background-image:url(http://i195.photobucket.com/albums/z252/siriusj/cizgi.jpg) !important; } #nav-left li ul{ background-color:#f7f7f7 !important; } #nav-left li a{ color: #3e5998 !important; border-left: 4px solid #3e5998 !important; } #nav-left li a:visited{ color: #3e5998 !important; } #nav-left ul li a{ border-left: 4px solid #3e5998 !important; } #nav-left li a:hover{ background-color: #e9e9e9 !important; } #inner-menu .subfolderstyle{ background: url(http://i195.photobucket.com/albums/z252/siriusj/folder_o-1.gif) no-repeat center right !important; } .awesome{color:#dd6611 !important; font-weight:bold !important;} .brilliant{color:#ff8833 !important; font-weight:bold !important;} .superb{color:#ff9966 !important; font-weight:bold !important;} .excellent{color:#ff99cc !important; font-weight:bold !important;} .good{color:#cc33cc !important; font-weight:bold !important;} .decent{color:#000000 !important; font-weight:bold !important;} .weak{color:#31abb3 !important; font-weight:bold !important;} .poor{ color:#aeb017 !important; font-weight:bold !important;} .awful{color:#ff0000 !important; font-weight:bold !important;} table th{ background-color:#3e5998 !important; color: #fff !important; } table th a{ color:#fff !important; } .dotted, table.dotted tr th , table.dotted tr td, table.dotted-header tr th , table.achievers tr th , table.achievers tr td, table.transfers tr th , table.transfers tr td, table.moments tr th , table.moments tr td, table.clubnews tr th , table.clubnews tr td { background-image:url(http://i195.photobucket.com/albums/z252/siriusj/cizgi.jpg) !important; } .players th{ background-image:url(http://i195.photobucket.com/albums/z252/siriusj/cizgi.jpg) !important; } players td{ background-image:url(http://i195.photobucket.com/albums/z252/siriusj/cizgi.jpg) !important; } table.player-achievements .header {background-color:#3e5998 !important; } .pos{color:#3e5998 !important; } .orange, .desired-position{color:#f00 !important; } .green-head{background-image: none !important; background-color: #3e5998 !important;} .red-head{background-image: none !important; background-color: #3e5998 !important;} .blue-head{background-image: none !important; background-color: #3e5998 !important;} .green-title{background-image: none !important; background-color: #3e5998 !important;} .red-title{background-image: none !important; background-color: #3e5998 !important;} .blue-title{background-image: none !important; background-color: #3e5998 !important;} .red-crn-r{background-image: none !important; background-color: #3e5998 !important;} .green-crn-r{background-image: none !important; background-color: #3e5998 !important;} .blue-crn-r{background-image: none !important; background-color: #3e5998 !important;} .red-crn-re{background-image: none !important; background-color: #3e5998 !important;} .green-crn-re{background-image: none !important; background-color: #3e5998 !important;} .blue-crn-re{background-image: none !important; background-color: #3e5998 !important;} .marked, tr.marked tr, .odd-marked, tr.odd-marked tr { background-color: #ccffff !important; } .even-marked, tr.even-marked tr { background-color: #ccffcc !important; } .view-active, .view-passive { background-image:url(http://i195.photobucket.com/albums/z252/siriusj/cizgi.jpg) !important; } .message-header { background-image:url(http://i195.photobucket.com/albums/z252/siriusj/cizgi.jpg) !important; } .message-content { background-image:url(http://i195.photobucket.com/albums/z252/siriusj/cizgi.jpg) !important; } .dots, .promotion-demotion-none{ background-image:url(http://i195.photobucket.com/albums/z252/siriusj/cizgi.jpg) !important; } .dotsL{ background-image:url(http://i195.photobucket.com/albums/z252/siriusj/cizgi.jpg) !important; } .dotsLine, .promotion-demotion-qualification{ background-image:url(http://i195.photobucket.com/albums/z252/siriusj/cizgi.jpg) !important; } .green-stripe{ background-image:none !important; background-color: #f7f7f7 !important; } .red-stripe{ background-image:none !important; background-color: #3e5998 !important; } #banner-left {display: none !important;} #top-banner {display: none !important;} .matchreport-goal, .matchreport-goalattempt, .matchreport-throwin, .matchreport-cornerkick, .matchreport-freekick, .matchreport-penaltykick, .matchreport-playcontinued, .matchreport-counterattack { color: #3e5998 !important; font-weight: bold !important; } table.matchreport-table th{ background-color:#3e5998 !important; } .min, .min a, .matchreport-penaltykicks, .matchreport-halftime, .matchreport-penaltyround { color: #3e5998 !important; font-weight: bold !important; } .matchreport_masterful {color: #d61 !important; font-weight: bold !important;} .matchreport_unbelievable {color: #d61 !important; font-weight: bold !important;} .matchreport_awesome {color: #d61 !important; font-weight: bold !important;} .matchreport_brilliant {color: #f83 !important; font-style: normal !important;} .matchreport_superb {color: #f96 !important; font-style: normal !important;} .matchreport_excellent {color: #f9c !important; font-style: normal !important;} .matchreport_good {color: #c3c !important; font-style: normal !important;} .matchreport_decent {color: #000 !important; font-style: italic !important;} .matchreport_weak {color: #3cc !important; font-style: normal !important;} .matchreport_poor {color: #a4a400 !important; font-style: normal !important;} .matchreport_awful {color: #f00 !important; font-style: normal !important;} .matchreport_dreadful {color: #aaa !important; font-style: normal !important;} .matchreport_prepared {color: #d61 !important; font-style: italic !important;} .matchreport_there {color: #f9c !important; font-style: italic !important;} .matchreport_close {color: #3cc !important; font-style: italic !important;} .matchreport_too_late {color: #f00 !important; font-style: italic !important;} .matchreport_ready{color: #d61 !important; font-style: italic !important;} .matchreport_hesitant{color: #f9c !important; font-style: italic !important;} .matchreport_fooled{color: #3cc !important; font-style: italic !important;} .matchreport_totally_wrong{color: #f00 !important; font-style: italic !important;} .matchreport_net_wide_open {color: #d61 !important; font-style: italic !important;} .matchreport_totally_free {color: #d61 !important; font-style: italic !important;} .green-bl, .green-br, .green-tl, .green-tr{ background-image: none !important; background-color: #3e5998 !important; } .blue-bl, .blue-br, .blue-tl, .blue-tr { background-image: none !important; background-color: #3e5998 !important; } /***FORUM***/ .bodyline { background-color: #3e5998 !important; border: 1px #3e5998 solid !important; } .forumline { background-color: #ccc !important; border: 2px #3e5998 solid !important; } td.row1 { background-color: #f1f1f1 !important; } td.row2 { background-color: #e7e7e7 !important; } td.row3 { background-color: #fff !important; } td.rowpic { background-color: #FFFFFF; background-image: none !important; background-repeat: repeat-y; } th { color: #FFA34F; font-size: 11px; font-weight : bold; background-color: #3e5998 !important; height: 25px; background-image: none !important; } td.cat,td.catHead,td.catSides,td.catLeft,td.catRight,td.catBottom { background-image: none !important; background-color:#fff !important; border: #3e5998 !important; border-style: solid; height: 28px; color: #3e5998 !important; } a.gen,a.genmed,a.gensmall { color: #fff !important; text-decoration: none; } a.gen:hover,a.genmed:hover,a.gensmall:hover { color: #f7f7f7 !important; text-decoration: underline; } .gen,.genmed,.gensmall { color : #31abb3 !important; } .admincolor { color: #f00 !important; } .admincolor:link { color: #f00 !important; } .admincolor:active { color: #f00 !important; } .admincolor:visited { color: #f00 !important; } .modcolor { color: #090 !important; } .modcolor:link { color: #090 !important; } .modcolor:active { color: #090 !important; } .modcolor:visited { color: #090 !important; } .usercolor { color: #3e5998 !important; } .usercolor:active { color: #3e5998 !important; } .mainmenu { font-size : 11px; color : #fff !important} a.mainmenu { text-decoration: none; color : #fff !important; } a.mainmenu:hover { font-weight: bold; color : #d9d9d9 !important; } .cattitle { font-weight: bold; font-size: 12px ; letter-spacing: 1px; color : #3e5998 !important} a.cattitle { text-decoration: none; color : #3e5998 !important; } .forumlink { font-weight: bold; font-size: 12px; color : #6d84b4 !important; } a.forumlink { text-decoration: none; color : #6d84b4 !important; } a.forumlink:hover { text-decoration: underline; color : #3e5998 !important; } .nav { font-weight: bold; font-size: 11px; color : #fff !important;} a.nav { text-decoration: none; color : #fff !important; } a.topictitle:link { text-decoration: none; color : #3e5998 !important; } a.topictitle:visited { text-decoration: none; color : #6d84b4 !important; } .postdetails { font-size : 10px; color : #3e5998 !important; } a.postlink:link { text-decoration: none; color : #3e5998 !important } a.postlink:visited { text-decoration: none; color : #6d84b4 !important; } a.postlink:hover { text-decoration: underline; color : #6d84b4 !important} .maintitle,h1,h2 {color : #fff !important;} a:link,a:active,a:visited { color : #31abb3 !important; } .code { font-family: Courier, 'Courier New', sans-serif; font-size: 11px; color: #f66 !important; background-color: #d9d9d9 !important; border: #3e5998 !important; border-style: solid; border-left-width: 1px; border-top-width: 1px; border-right-width: 1px; border-bottom-width: 1px } .quote { font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 11px; color: #444444; line-height: 125%; background-color: #f7f7f7 !important; border: #D1D7DC; border-style: solid; border-left-width: 1px; border-top-width: 1px; border-right-width: 1px; border-bottom-width: 1px } input.post, textarea.post, select { background-color : #f1f1f1 !important; } input.mainoption { background-color : #d9d9d9 !important; font-weight : bold; } input.liteoption { background-color : #d9d9d9 !important; font-weight : normal; } .helpline { background-color: #f1f1f1 !important; border-style: none; } .copyright { font-size: 10px; font-family: Verdana, Arial, Helvetica, sans-serif; color: #fff !important; letter-spacing: -1px;} }
0.175114
0.086632
v\:group,v\:rect,v\:imagedata,v\:oval,v\:line,v\:polyline,v\:stroke,v\:textbox { display:inline-block;background:transparent } ::-ms-clear,::-ms-reveal{display:none;} .GooFlow{ background:#f1f1f1;border:#ddd 1px solid; -moz-user-select:none;-webkit-user-select:none;border-radius:4px;color:#333 } .GooFlow,.GooFlow *{ -webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box; font-size:14px;line-height:1.42857143; font-family: "Microsoft Yahei", "Helvetica Neue", Helvetica, Hiragino Sans GB, WenQuanYi Micro Hei, Arial, sans-serif; } .GooFlow:before,.GooFlow:after,.GooFlow *:before,.GooFlow *:after{-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box} .GooFlow i{ display:block;width:18px;height:18px;overflow:hidden;font-size:18px;color:#777;text-align:center;margin:0 auto; filter:Alpha(Opacity=70);-moz-opacity:0.7;opacity: 0.7;text-shadow:0.5px 0 #fff,0 0.5px #fff;line-height:1; } .GooFlow_head{clear:both;height:28px;border-bottom:#00B4E1 2px solid;margin-left:-1px} .GooFlow_head label{ font-weight:bold;display:block;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;height:27px;padding:3px;width:176px; background:#00B4E1;float:left;color:#fff;border-radius:3px 0 0 0;overflow:hidden;margin:-1px 4px 0 0;text-align:center; } .GooFlow_head_btn{display:block;border:0;height:26px;width:30px;cursor:default;padding:4px 6px;margin:0 2px;float:left;outline:none;blr:expression(this.onFocus=this.blur());text-decoration:none;cursor:pointer} .GooFlow_head_btn i{display:inline-block;overflow:hidden;width:18px;height:18px;border:0;font-size:16px;line-height:18px;} .GooFlow_head_btn:hover{background:#fff;padding:4px 5px;border-left:#ddd 1px solid;border-right:#ddd 1px solid} .GooFlow_tool{float:left;clear:left;border-right:#ddd 1px solid} .GooFlow_tool_div{width:34px;padding:5px 0} .GooFlow_tool span{height:0;overflow:hidden;border-top:#ddd 1px solid;border-bottom:#fff 1px solid;margin:0 2px;clear:both;display:block;} .GooFlow_tool_btn{display:block;border:0;height:34px;width:34px;cursor:default;padding:8px;outline:none;blr:expression(this.onFocus=this.blur());color:#777;text-decoration:none;cursor:pointer} .GooFlow_tool_btn i{display:block;overflow:hidden;width:18px;height:18px;border:0} .GooFlow_tool_btn:hover{border-top:#ddd 1px solid;border-bottom:#ddd 1px solid;background:#fff;padding:7px 8px} .GooFlow_tool_btndown{ cursor:default;outline:none;blr:expression(this.onFocus=this.blur());height:34px;width:36px;margin:0 -1px; padding:8px 9px;background:#00B4E1;/*#FFBF00*/display:block;text-decoration:none;filter:Alpha(Opacity=70);-moz-opacity:0.7;opacity: 0.7; } .GooFlow_tool_btndown i{display:block;overflow:hidden;width:18px;height:18px;color:#000;filter:Alpha(Opacity=37);-moz-opacity:0.37;opacity: 0.37;position:relative} .GooFlow_work{float:right;margin:0 3px 3px 0;position:relative;overflow:auto;background-color:#fff;} .GooFlow_work .GooFlow_work_inner{ background:url(img/gooflow_blank.gif)\0; background: -webkit-linear-gradient(top, transparent 11px, #e3e3e3 12px),-webkit-linear-gradient(left, transparent 11px, #e3e3e3 12px); background: -moz-linear-gradient(top, transparent 11px, #e3e3e3 12px),-moz-linear-gradient(left, transparent 11px, #e3e3e3 12px); background: -o-linear-gradient(top, transparent 11px, #e3e3e3 12px),-o-linear-gradient(left, transparent 11px, #e3e3e3 12px); background: -ms-linear-gradient(top, transparent 11px, #e3e3e3 12px),-ms-linear-gradient(left, transparent 11px, #e3e3e3 12px); background: linear-gradient(top, transparent 11px, #e3e3e3 12px),linear-gradient(left, transparent 11px, #e3e3e3 12px); -webkit-background-size: 12px 12px; -moz-background-size: 12px 12px; background-size: 12px 12px; position:relative;overflow:hidden; } .GooFlow_work text{color:#fff;font-size:14px;line-height:1.42857143; font-family: "Microsoft Yahei", "Helvetica Neue", Helvetica, Hiragino Sans GB, WenQuanYi Micro Hei, Arial, sans-serif;} .Gooflow_extend_right{position:absolute;z-index:10002;top:0;right:0;height:100%;width:14px;cursor:e-resize;filter:Alpha(Opacity=20);-moz-opacity:0.2;opacity: 0.2} .Gooflow_extend_bottom{position:absolute;z-index:10002;bottom:0;left:0;width:100%;height:14px;cursor:s-resize;filter:Alpha(Opacity=20);-moz-opacity:0.2;opacity: 0.2} .Gooflow_extend_right:hover{background-color:#999;border:#fff 1px solid} .Gooflow_extend_bottom:hover{background-color:#999;border:#fff 1px solid} .GooFlow_work_group{cursor:default;position:absolute;overflow:hidden;top:0;left:0} .GooFlow_area{cursor:default;position:absolute;overflow:hidden;} .GooFlow_area .lock{cursor:default;} .GooFlow_area .bg{cursor:move;filter:Alpha(Opacity=30);-moz-opacity:0.3;opacity: 0.3;} .GooFlow_area.lock .bg{cursor:default;} .GooFlow_area label{cursor:text;top:0;left:23px;position:absolute;display:block;} .GooFlow_area.lock label{cursor:default;} .GooFlow_area i{top:2px;left:2px;width:18px;height:18px;position:absolute;cursor:pointer;} .GooFlow_area i:before{content:"\e6bd"} .GooFlow_area.area_red .bg{border:1px solid red;background-color:#FF7865} .GooFlow_area.area_red label,.GooFlow_area.area_red i{color:red;} .GooFlow_area.area_yellow .bg{border:1px solid #CD925A;background-color:#FFD564} .GooFlow_area.area_yellow label,.GooFlow_area.area_yellow i{color:#FFBA1D;} .GooFlow_area.area_blue .bg{border:1px solid #347BB1;background-color:#549CDE} .GooFlow_area.area_blue label,.GooFlow_area.area_blue i{color:#347BB1;} .GooFlow_area.area_green .bg{border:1px solid green;background-color:#84CA04} .GooFlow_area.area_green label,.GooFlow_area.area_green i{color:green;} .GooFlow_work svg{display:block;position:absolute;top:0;left:0} .GooFlow_work v\:group{position:relative;display:block} .GooFlow_work v\:group v\:line{overflow:visible} .GooFlow_work v\:group v\:polyline{overflow:visible} .GooFlow_work v\:group div{cursor:text;position:absolute;overflow:visible;display:inline;float:left;white-space: nowrap} .GooFlow_work .draw{color:#ff8800} .GooFlow_item{ position:absolute;background:#A1DCEB;padding:1px; border-radius:3px;background-color:#C1DCFC;box-shadow:1px 1px 2px rgba(99,99,99,2); } .GooFlow table{padding:1px 2px;border-radius:2px} .GooFlow td,.GooFlow td div{ vertical-align:middle;text-align:center;padding:0;cursor:default;word-wrap:break-word;word-break:break-all} .GooFlow .ico{width:18px;cursor:move;text-align:center; vertical-align: middle;} .GooFlow .ico i{filter:Alpha(Opacity=30);-moz-opacity:0.3;opacity:0.3;color:#000;margin:0 auto;line-height:1.1;} .GooFlow .item_round{border-radius:13px; overflow:visible} .GooFlow .item_round table{border:0;padding:3px;width:26px;height:26px} .GooFlow .item_round .span{ display:block;text-align:center; position:absolute;top:100%;left:-100%;width:300%;overflow:visible; padding:0;cursor:default;word-wrap: break-word;word-break:break-all } .GooFlow .item_mix{background:#B6F700;color:#fff} .GooFlow div .rs_right{overflow:hidden;position:absolute;right:-1px;top:-1px;height:100%;width:6px;cursor:w-resize} .GooFlow div .rs_bottom{overflow:hidden;position:absolute;left:-1px;bottom:-1px;width:100%;height:6px;cursor:n-resize} .GooFlow div .rs_rb{ position:absolute;right:-1px;bottom:0;width:10px;height:9px;filter:Alpha(Opacity=70);-moz-opacity:0.7;opacity:0.7; font-family:"iconflow" !important;font-size:12px;color:#475669;line-height:1;overflow:hidden;cursor:pointer;cursor:nw-resize; } .GooFlow div .rs_rb:before{content:"\e6b7";} .GooFlow div .rs_close{ position:absolute;right:-1px;top:1px;width:10px;height:9px;filter:Alpha(Opacity=70);-moz-opacity:0.7;opacity:0.7; font-family:"iconflow" !important;font-size:12px;color:#475669;line-height:1;overflow:hidden;cursor:pointer; } .GooFlow div .rs_close:before{content:"\e674";} .GooFlow .rs_ghost{ position:absolute;display:none;overflow:hidden;border:#8492A6 1px dashed; background:#E5E9F2; filter:Alpha(Opacity=50);-moz-opacity:0.5;opacity: 0.5;z-index:10 } .GooFlow .item_focus{border:#3892D3 1px solid !important;padding:0} .GooFlow .item_focus table{margin:0 !important;} .GooFlow .item_focus.item_round .span{ display:block;text-align:center; position:absolute;margin-top:1px;overflow:visible; padding:0;cursor:default;word-wrap: break-word;word-break:break-all } .GooFlow .item_mark{border:#ff8800 2px solid;padding:0} .GooFlow .item_mark table{margin:-1px} .GooFlow .item_mark td{cursor:crosshair} .GooFlow textarea{position:absolute;border:#3892D3 1px solid;display:none;overflow-y:visible;width:100px;z-index:10001} .GooFlow .GooFlow_line_oper{ width:82px;height:20px;background:#E5E9F2;border:#8492A6 1px solid;position:absolute; filter:Alpha(Opacity=50);-moz-opacity:0.5;opacity: 0.5;z-index:10000; } .GooFlow .GooFlow_line_mp{ width:9px;height:9px;filter:Alpha(Opacity=40);-moz-opacity:0.4;opacity:0.4;overflow:hidden; position:absolute;z-index:9999;background:#333;cursor:crosshair } .GooFlow_linemove{background-color:transparent;filter:Alpha(Opacity=50);-moz-opacity:0.5;opacity:0.5;overflow:hidden;position:absolute;z-index:9999;} .GooFlow_line_oper i{display:inline-block;margin-left:2px;cursor:pointer;position:relative;} .GooFlow .b_l1:before{content:"\e60d";color:#1F2D3D} .GooFlow .b_l2:before{content:"\e60e";color:#1F2D3D} .GooFlow .b_l3:before{content:"\e601";color:#1F2D3D} .GooFlow .b_x:before{content:"\e61a";color:red} /*以下为图标样式(固定大小18px*18px,矢量字体大小16px),用户可自定义扩展自己的新矢量图标字体,写法参照以下的内容*/ @font-face {font-family: "iconflow"; src: url('fonts/iconflow.eot?t=1494321407539'); /* IE9*/ src: url('fonts/iconflow.eot?t=1494321407539#iefix') format('embedded-opentype'), /* IE6-IE8 */ url('fonts/iconflow.woff?t=1494321407539') format('woff'), /* chrome, firefox */ url('fonts/iconflow.ttf?t=1494321407539') format('truetype'), /* chrome, firefox, opera, Safari, Android, iOS 4.2+*/ url('fonts/iconflow.svg?t=1494321407539#iconflow') format('svg'); /* iOS 4.1- */ } .GooFlow_area i,.GooFlow .GooFlow_line_oper i, .ico_cursor,.ico_start,.ico_end,.ico_fork,.ico_join,.ico_direct,.ico_dashed,.ico_group, .ico_complex,.ico_node,.ico_task,.ico_chat,.ico_state,.ico_plug,.ico_menu,.ico_sound, .ico_open,.ico_new,.ico_reload,.ico_save,.ico_undo,.ico_redo,.ico_print { font-family:"iconflow" !important; font-size:16px;line-height:19px; font-style:normal; -webkit-font-smoothing: antialiased; -webkit-text-stroke-width: 0.2px; -moz-osx-font-smoothing: grayscale; } .GooFlow .ico_cursor:before{ content:"\e602"; } .GooFlow .ico_start:before{ content:"\e700"; } .GooFlow .ico_end:before{ content:"\e609"; } .GooFlow .ico_fork:before{ content:"\e60c"; } .GooFlow .ico_join:before{ content:"\e606"; } .GooFlow .ico_direct:before{ content:"\e605"; } .GooFlow .ico_dashed:before{ content:"\e675"; } .GooFlow .ico_group:before{ content:"\e663"; } .GooFlow .ico_complex:before{ content:"\e872"; } .GooFlow .ico_node:before{ content:"\e678"; } .GooFlow .ico_task:before{ content:"\e6af"; } .GooFlow .ico_chat:before{ content:"\e61b"; } .GooFlow .ico_state:before{ content:"\e633"; } .GooFlow .ico_plug:before{ content:"\e66c"; } .GooFlow .ico_menu:before{ content:"\e649"; } .GooFlow .ico_sound:before{ content:"\e62b"; } /*以下是内部用头部工具栏的样式*/ .GooFlow .ico_open:before{ content:"\e7a0";color:#FFD300 } .GooFlow .ico_new:before{ content:"\e659"; } .GooFlow .ico_reload:before{ content:"\e607";color:#669900 } .GooFlow .ico_save:before{ content:"\e63d";color:#0099cc } .GooFlow .ico_undo:before{ content:"\e673";color:#ff8800 } .GooFlow .ico_redo:before{ content:"\e672";color:#ff8800 } .GooFlow .ico_print:before{ content:"\e671"; }
Project/Dogu_V5/WebContent/example/gooflow/css/GooFlow.css
v\:group,v\:rect,v\:imagedata,v\:oval,v\:line,v\:polyline,v\:stroke,v\:textbox { display:inline-block;background:transparent } ::-ms-clear,::-ms-reveal{display:none;} .GooFlow{ background:#f1f1f1;border:#ddd 1px solid; -moz-user-select:none;-webkit-user-select:none;border-radius:4px;color:#333 } .GooFlow,.GooFlow *{ -webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box; font-size:14px;line-height:1.42857143; font-family: "Microsoft Yahei", "Helvetica Neue", Helvetica, Hiragino Sans GB, WenQuanYi Micro Hei, Arial, sans-serif; } .GooFlow:before,.GooFlow:after,.GooFlow *:before,.GooFlow *:after{-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box} .GooFlow i{ display:block;width:18px;height:18px;overflow:hidden;font-size:18px;color:#777;text-align:center;margin:0 auto; filter:Alpha(Opacity=70);-moz-opacity:0.7;opacity: 0.7;text-shadow:0.5px 0 #fff,0 0.5px #fff;line-height:1; } .GooFlow_head{clear:both;height:28px;border-bottom:#00B4E1 2px solid;margin-left:-1px} .GooFlow_head label{ font-weight:bold;display:block;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;height:27px;padding:3px;width:176px; background:#00B4E1;float:left;color:#fff;border-radius:3px 0 0 0;overflow:hidden;margin:-1px 4px 0 0;text-align:center; } .GooFlow_head_btn{display:block;border:0;height:26px;width:30px;cursor:default;padding:4px 6px;margin:0 2px;float:left;outline:none;blr:expression(this.onFocus=this.blur());text-decoration:none;cursor:pointer} .GooFlow_head_btn i{display:inline-block;overflow:hidden;width:18px;height:18px;border:0;font-size:16px;line-height:18px;} .GooFlow_head_btn:hover{background:#fff;padding:4px 5px;border-left:#ddd 1px solid;border-right:#ddd 1px solid} .GooFlow_tool{float:left;clear:left;border-right:#ddd 1px solid} .GooFlow_tool_div{width:34px;padding:5px 0} .GooFlow_tool span{height:0;overflow:hidden;border-top:#ddd 1px solid;border-bottom:#fff 1px solid;margin:0 2px;clear:both;display:block;} .GooFlow_tool_btn{display:block;border:0;height:34px;width:34px;cursor:default;padding:8px;outline:none;blr:expression(this.onFocus=this.blur());color:#777;text-decoration:none;cursor:pointer} .GooFlow_tool_btn i{display:block;overflow:hidden;width:18px;height:18px;border:0} .GooFlow_tool_btn:hover{border-top:#ddd 1px solid;border-bottom:#ddd 1px solid;background:#fff;padding:7px 8px} .GooFlow_tool_btndown{ cursor:default;outline:none;blr:expression(this.onFocus=this.blur());height:34px;width:36px;margin:0 -1px; padding:8px 9px;background:#00B4E1;/*#FFBF00*/display:block;text-decoration:none;filter:Alpha(Opacity=70);-moz-opacity:0.7;opacity: 0.7; } .GooFlow_tool_btndown i{display:block;overflow:hidden;width:18px;height:18px;color:#000;filter:Alpha(Opacity=37);-moz-opacity:0.37;opacity: 0.37;position:relative} .GooFlow_work{float:right;margin:0 3px 3px 0;position:relative;overflow:auto;background-color:#fff;} .GooFlow_work .GooFlow_work_inner{ background:url(img/gooflow_blank.gif)\0; background: -webkit-linear-gradient(top, transparent 11px, #e3e3e3 12px),-webkit-linear-gradient(left, transparent 11px, #e3e3e3 12px); background: -moz-linear-gradient(top, transparent 11px, #e3e3e3 12px),-moz-linear-gradient(left, transparent 11px, #e3e3e3 12px); background: -o-linear-gradient(top, transparent 11px, #e3e3e3 12px),-o-linear-gradient(left, transparent 11px, #e3e3e3 12px); background: -ms-linear-gradient(top, transparent 11px, #e3e3e3 12px),-ms-linear-gradient(left, transparent 11px, #e3e3e3 12px); background: linear-gradient(top, transparent 11px, #e3e3e3 12px),linear-gradient(left, transparent 11px, #e3e3e3 12px); -webkit-background-size: 12px 12px; -moz-background-size: 12px 12px; background-size: 12px 12px; position:relative;overflow:hidden; } .GooFlow_work text{color:#fff;font-size:14px;line-height:1.42857143; font-family: "Microsoft Yahei", "Helvetica Neue", Helvetica, Hiragino Sans GB, WenQuanYi Micro Hei, Arial, sans-serif;} .Gooflow_extend_right{position:absolute;z-index:10002;top:0;right:0;height:100%;width:14px;cursor:e-resize;filter:Alpha(Opacity=20);-moz-opacity:0.2;opacity: 0.2} .Gooflow_extend_bottom{position:absolute;z-index:10002;bottom:0;left:0;width:100%;height:14px;cursor:s-resize;filter:Alpha(Opacity=20);-moz-opacity:0.2;opacity: 0.2} .Gooflow_extend_right:hover{background-color:#999;border:#fff 1px solid} .Gooflow_extend_bottom:hover{background-color:#999;border:#fff 1px solid} .GooFlow_work_group{cursor:default;position:absolute;overflow:hidden;top:0;left:0} .GooFlow_area{cursor:default;position:absolute;overflow:hidden;} .GooFlow_area .lock{cursor:default;} .GooFlow_area .bg{cursor:move;filter:Alpha(Opacity=30);-moz-opacity:0.3;opacity: 0.3;} .GooFlow_area.lock .bg{cursor:default;} .GooFlow_area label{cursor:text;top:0;left:23px;position:absolute;display:block;} .GooFlow_area.lock label{cursor:default;} .GooFlow_area i{top:2px;left:2px;width:18px;height:18px;position:absolute;cursor:pointer;} .GooFlow_area i:before{content:"\e6bd"} .GooFlow_area.area_red .bg{border:1px solid red;background-color:#FF7865} .GooFlow_area.area_red label,.GooFlow_area.area_red i{color:red;} .GooFlow_area.area_yellow .bg{border:1px solid #CD925A;background-color:#FFD564} .GooFlow_area.area_yellow label,.GooFlow_area.area_yellow i{color:#FFBA1D;} .GooFlow_area.area_blue .bg{border:1px solid #347BB1;background-color:#549CDE} .GooFlow_area.area_blue label,.GooFlow_area.area_blue i{color:#347BB1;} .GooFlow_area.area_green .bg{border:1px solid green;background-color:#84CA04} .GooFlow_area.area_green label,.GooFlow_area.area_green i{color:green;} .GooFlow_work svg{display:block;position:absolute;top:0;left:0} .GooFlow_work v\:group{position:relative;display:block} .GooFlow_work v\:group v\:line{overflow:visible} .GooFlow_work v\:group v\:polyline{overflow:visible} .GooFlow_work v\:group div{cursor:text;position:absolute;overflow:visible;display:inline;float:left;white-space: nowrap} .GooFlow_work .draw{color:#ff8800} .GooFlow_item{ position:absolute;background:#A1DCEB;padding:1px; border-radius:3px;background-color:#C1DCFC;box-shadow:1px 1px 2px rgba(99,99,99,2); } .GooFlow table{padding:1px 2px;border-radius:2px} .GooFlow td,.GooFlow td div{ vertical-align:middle;text-align:center;padding:0;cursor:default;word-wrap:break-word;word-break:break-all} .GooFlow .ico{width:18px;cursor:move;text-align:center; vertical-align: middle;} .GooFlow .ico i{filter:Alpha(Opacity=30);-moz-opacity:0.3;opacity:0.3;color:#000;margin:0 auto;line-height:1.1;} .GooFlow .item_round{border-radius:13px; overflow:visible} .GooFlow .item_round table{border:0;padding:3px;width:26px;height:26px} .GooFlow .item_round .span{ display:block;text-align:center; position:absolute;top:100%;left:-100%;width:300%;overflow:visible; padding:0;cursor:default;word-wrap: break-word;word-break:break-all } .GooFlow .item_mix{background:#B6F700;color:#fff} .GooFlow div .rs_right{overflow:hidden;position:absolute;right:-1px;top:-1px;height:100%;width:6px;cursor:w-resize} .GooFlow div .rs_bottom{overflow:hidden;position:absolute;left:-1px;bottom:-1px;width:100%;height:6px;cursor:n-resize} .GooFlow div .rs_rb{ position:absolute;right:-1px;bottom:0;width:10px;height:9px;filter:Alpha(Opacity=70);-moz-opacity:0.7;opacity:0.7; font-family:"iconflow" !important;font-size:12px;color:#475669;line-height:1;overflow:hidden;cursor:pointer;cursor:nw-resize; } .GooFlow div .rs_rb:before{content:"\e6b7";} .GooFlow div .rs_close{ position:absolute;right:-1px;top:1px;width:10px;height:9px;filter:Alpha(Opacity=70);-moz-opacity:0.7;opacity:0.7; font-family:"iconflow" !important;font-size:12px;color:#475669;line-height:1;overflow:hidden;cursor:pointer; } .GooFlow div .rs_close:before{content:"\e674";} .GooFlow .rs_ghost{ position:absolute;display:none;overflow:hidden;border:#8492A6 1px dashed; background:#E5E9F2; filter:Alpha(Opacity=50);-moz-opacity:0.5;opacity: 0.5;z-index:10 } .GooFlow .item_focus{border:#3892D3 1px solid !important;padding:0} .GooFlow .item_focus table{margin:0 !important;} .GooFlow .item_focus.item_round .span{ display:block;text-align:center; position:absolute;margin-top:1px;overflow:visible; padding:0;cursor:default;word-wrap: break-word;word-break:break-all } .GooFlow .item_mark{border:#ff8800 2px solid;padding:0} .GooFlow .item_mark table{margin:-1px} .GooFlow .item_mark td{cursor:crosshair} .GooFlow textarea{position:absolute;border:#3892D3 1px solid;display:none;overflow-y:visible;width:100px;z-index:10001} .GooFlow .GooFlow_line_oper{ width:82px;height:20px;background:#E5E9F2;border:#8492A6 1px solid;position:absolute; filter:Alpha(Opacity=50);-moz-opacity:0.5;opacity: 0.5;z-index:10000; } .GooFlow .GooFlow_line_mp{ width:9px;height:9px;filter:Alpha(Opacity=40);-moz-opacity:0.4;opacity:0.4;overflow:hidden; position:absolute;z-index:9999;background:#333;cursor:crosshair } .GooFlow_linemove{background-color:transparent;filter:Alpha(Opacity=50);-moz-opacity:0.5;opacity:0.5;overflow:hidden;position:absolute;z-index:9999;} .GooFlow_line_oper i{display:inline-block;margin-left:2px;cursor:pointer;position:relative;} .GooFlow .b_l1:before{content:"\e60d";color:#1F2D3D} .GooFlow .b_l2:before{content:"\e60e";color:#1F2D3D} .GooFlow .b_l3:before{content:"\e601";color:#1F2D3D} .GooFlow .b_x:before{content:"\e61a";color:red} /*以下为图标样式(固定大小18px*18px,矢量字体大小16px),用户可自定义扩展自己的新矢量图标字体,写法参照以下的内容*/ @font-face {font-family: "iconflow"; src: url('fonts/iconflow.eot?t=1494321407539'); /* IE9*/ src: url('fonts/iconflow.eot?t=1494321407539#iefix') format('embedded-opentype'), /* IE6-IE8 */ url('fonts/iconflow.woff?t=1494321407539') format('woff'), /* chrome, firefox */ url('fonts/iconflow.ttf?t=1494321407539') format('truetype'), /* chrome, firefox, opera, Safari, Android, iOS 4.2+*/ url('fonts/iconflow.svg?t=1494321407539#iconflow') format('svg'); /* iOS 4.1- */ } .GooFlow_area i,.GooFlow .GooFlow_line_oper i, .ico_cursor,.ico_start,.ico_end,.ico_fork,.ico_join,.ico_direct,.ico_dashed,.ico_group, .ico_complex,.ico_node,.ico_task,.ico_chat,.ico_state,.ico_plug,.ico_menu,.ico_sound, .ico_open,.ico_new,.ico_reload,.ico_save,.ico_undo,.ico_redo,.ico_print { font-family:"iconflow" !important; font-size:16px;line-height:19px; font-style:normal; -webkit-font-smoothing: antialiased; -webkit-text-stroke-width: 0.2px; -moz-osx-font-smoothing: grayscale; } .GooFlow .ico_cursor:before{ content:"\e602"; } .GooFlow .ico_start:before{ content:"\e700"; } .GooFlow .ico_end:before{ content:"\e609"; } .GooFlow .ico_fork:before{ content:"\e60c"; } .GooFlow .ico_join:before{ content:"\e606"; } .GooFlow .ico_direct:before{ content:"\e605"; } .GooFlow .ico_dashed:before{ content:"\e675"; } .GooFlow .ico_group:before{ content:"\e663"; } .GooFlow .ico_complex:before{ content:"\e872"; } .GooFlow .ico_node:before{ content:"\e678"; } .GooFlow .ico_task:before{ content:"\e6af"; } .GooFlow .ico_chat:before{ content:"\e61b"; } .GooFlow .ico_state:before{ content:"\e633"; } .GooFlow .ico_plug:before{ content:"\e66c"; } .GooFlow .ico_menu:before{ content:"\e649"; } .GooFlow .ico_sound:before{ content:"\e62b"; } /*以下是内部用头部工具栏的样式*/ .GooFlow .ico_open:before{ content:"\e7a0";color:#FFD300 } .GooFlow .ico_new:before{ content:"\e659"; } .GooFlow .ico_reload:before{ content:"\e607";color:#669900 } .GooFlow .ico_save:before{ content:"\e63d";color:#0099cc } .GooFlow .ico_undo:before{ content:"\e673";color:#ff8800 } .GooFlow .ico_redo:before{ content:"\e672";color:#ff8800 } .GooFlow .ico_print:before{ content:"\e671"; }
0.294215
0.135546
.wpgmza-extension { float: left; margin: 0 15px 15px 0; background: #fff; border: 1px solid #ccc; width: 320px; padding: 14px; height: 370px; position: relative; } .wpgmza-extension h3 { margin: 0 0 8px; font-size: 13px; } .wpgmza-extension .wp-post-image { width: 100%; height: auto; } .wpgmza-extension .button-secondary { position: absolute; bottom: 14px; left: 14px; } .wpgmza-plugin { height: 250px; } #wpgmaps_tabs .ui-tabs-nav li, #wpgmaps_tabs_markers .ui-tabs-nav li { padding: 0px !important; display: inline-block !important; } #wpgmaps_tabs .ui-tabs-nav li > a, #wpgmaps_tabs_markers .ui-tabs-nav li > a { display: inline-block !important; padding: 10px 15px !important; } .ui-widget-header { background: transparent !important; border-style: none !important; } .ui-corner-all { border-style: none; border-radius: 0px ; } .ui-tabs-active { background: #0073AA !important; } .ui-tabs-active a { color:white !important; } .ui-state-default{ background: #E8E8E8; padding-top: 10px; padding-bottom: 10px; padding-left: 15px; padding-right: 15px; transition: background 0.2s; -webkit-transition: background 0.2s; -moz-transition: background 0.2s; -o-transition: background 0.2s; } .ui-state-default a{ text-decoration: none; color: black; } .ui-tabs-panel { background: white !important; margin-top: -19px !important; padding: 13px !important; } .ui-slider { position: relative; text-align: left; background: #E8E8E8; } .ui-slider .ui-slider-handle { position: absolute; z-index: 2; cursor: default; background: #0073AA; border-radius: 10px; padding: 9px !important; } .ui-slider .ui-slider-range { position: absolute; z-index: 1; font-size: .7em; display: block; border: 0; background-position: 0 0; } .ui-slider-horizontal { height: .8em; } .ui-slider-horizontal .ui-slider-handle { top: -.3em; margin-left: -.6em; } .ui-slider-horizontal .ui-slider-range { top: 0; height: 100%; } .ui-slider-horizontal .ui-slider-range-min { left: 0; } .ui-slider-horizontal .ui-slider-range-max { right: 0; } .ui-slider-vertical { width: .8em; height: 100px; } .ui-slider-vertical .ui-slider-handle { left: -.3em; margin-left: 0; margin-bottom: -.6em; } .ui-slider-vertical .ui-slider-range { left: 0; width: 100%; } .ui-slider-vertical .ui-slider-range-min { bottom: 0; } .ui-slider-vertical .ui-slider-range-max { top: 0; } /** Toggles from - http://callmenick.com/ */ .cmn-toggle { position: absolute; margin-left: -9999px; visibility: hidden; } .cmn-toggle + label { display: block; position: relative; cursor: pointer; outline: none; -webkit-user-select: none; -moz-user-select: none; -ms-user-select: none; user-select: none; } input.cmn-toggle-round-flat + label { padding: 0px; width: 26px; height: 17px; background-color: #dddddd; -webkit-border-radius: 30px; -moz-border-radius: 30px; -ms-border-radius: 30px; -o-border-radius: 30px; border-radius: 30px; -webkit-transition: background 0.4s; -moz-transition: background 0.4s; -o-transition: background 0.4s; transition: background 0.4s; } input.cmn-toggle-round-flat + label:before, input.cmn-toggle-round-flat + label:after { display: block; position: absolute; content: ""; } input.cmn-toggle-round-flat + label:before { top: 2px; left: 2px; bottom: 2px; right: 2px; background-color: #fff; -webkit-border-radius: 60px; -moz-border-radius: 60px; -ms-border-radius: 60px; -o-border-radius: 60px; border-radius: 60px; -webkit-transition: background 0.4s; -moz-transition: background 0.4s; -o-transition: background 0.4s; transition: background 0.4s; } input.cmn-toggle-round-flat + label:after { top: 4px; left: 4px; bottom: 4px; width: 9px; background-color: #dddddd; -webkit-border-radius: 6px; -moz-border-radius: 6px; -ms-border-radius: 6px; -o-border-radius: 6px; border-radius: 6px; -webkit-transition: margin 0.4s, background 0.4s; -moz-transition: margin 0.4s, background 0.4s; -o-transition: margin 0.4s, background 0.4s; transition: margin 0.4s, background 0.4s; } input.cmn-toggle-round-flat:checked + label { background-color: #0073AA; } input.cmn-toggle-round-flat:checked + label:after { margin-left: 8px; background-color: #0073AA; } input.cmn-toggle-yes-no + label { padding: 2px; width: 33px; height: 18px; position: relative; top: 1px; } input.cmn-toggle-yes-no + label:before, input.cmn-toggle-yes-no + label:after { display: block; position: absolute; top: 0; left: 0; bottom: 0; right: 0; color: #fff; font-family: sans-serif; font-size: 13px; text-align: center; line-height: 24px; } input.cmn-toggle-yes-no + label:before { background-color: #dddddd; color: black !important; content: attr(data-off); -webkit-transition: -webkit-transform 0.5s; -moz-transition: -moz-transform 0.5s; -o-transition: -o-transform 0.5s; transition: transform 0.5s; -webkit-backface-visibility: hidden; -moz-backface-visibility: hidden; -ms-backface-visibility: hidden; -o-backface-visibility: hidden; backface-visibility: hidden; } input.cmn-toggle-yes-no + label:after { background-color: #0073AA; content: attr(data-on); -webkit-transition: -webkit-transform 0.5s; -moz-transition: -moz-transform 0.5s; -o-transition: -o-transform 0.5s; transition: transform 0.5s; -webkit-transform: rotateY(180deg); -moz-transform: rotateY(180deg); -ms-transform: rotateY(180deg); -o-transform: rotateY(180deg); transform: rotateY(180deg); -webkit-backface-visibility: hidden; -moz-backface-visibility: hidden; -ms-backface-visibility: hidden; -o-backface-visibility: hidden; backface-visibility: hidden; } input.cmn-toggle-yes-no:checked + label:before { -webkit-transform: rotateY(180deg); -moz-transform: rotateY(180deg); -ms-transform: rotateY(180deg); -o-transform: rotateY(180deg); transform: rotateY(180deg); } input.cmn-toggle-yes-no:checked + label:after { -webkit-transform: rotateY(0); -moz-transform: rotateY(0); -ms-transform: rotateY(0); -o-transform: rotateY(0); transform: rotateY(0); } .switch { display: inline-block; margin-right: 5px; top: 3px; position: relative; } .update-blue{ border-left: 4px solid #0073AA; } .button-primary { border-radius: 0px !important; border-style: none !important; background-color: #0073AA !important; } .button-seconday{ border-radius: 0px !important; border-style: none !important; } .grey-out{ opacity:0.5; } .cmn-override-big{ width: 50px !important; height: 28px !important; } .cmn-override-big-wide{ width: 100px !important; height: 28px !important; } .cmn-override-big:after, .cmn-override-big:before, .cmn-override-big-wide:after, .cmn-override-big-wide:before{ line-height: 34px !important; } #wpgmza_marker_holder #wpgmza_table { background-color: white; padding: 10px; } #wpgmza_marker_holder #wpgmza_table_filter { float: right; } #wpgmza_marker_holder #wpgmza_table_length { float: left; } .wpgmza-promo { border: 4px solid white; box-shadow: 1px 1px 5px #ABABAB; -webkit-box-shadow: 1px 1px 5px #ABABAB; -moz-box-shadow: 1px 1px 5px #ABABAB; } .wpgmza-promo .wpgmza-promo-overlay{ opacity:0; transition: opacity 0.4s; -webkit-transition: opacity 0.4s; -moz-transition: opacity 0.4s; -o-transition: opacity 0.4s; } .wpgmza-promo:hover .wpgmza-promo-overlay{ opacity:1; } .wpgmza-promo-overlay { background: #E8E8E8; position: absolute; bottom: 0px; right: 0px; left: 0px; padding: 10px; } .wpgmza-promo-overlay h4, .wpgmza-promo-overlay p { margin: 0px !Important; } .about-wrap { margin-top: -20px !important; } .paginate_button { background: white; margin-right: 5px; padding: 5px; position: relative; top: 8px; cursor: pointer; } .paginate_button:hover { background: #0073AA; color: white; } #wpgmza_table_info { padding: 7px; } .update-nag h4{ margin:0px !important; } .update-slim{ margin-top: 0px !important; line-height: 15px !important; } .update-att{ border: 1px solid #ffba00; } .update-map-overlay { position: absolute; margin-top: -103px !important; margin-left: 5px; } .wpgmza-listing, .wpgmza-listing th span { padding: 7px; } .wpgmza-listing{ border: 4px solid white !important; } .wpgmza-listing-comp { border: 4px solid white !important; background: white; margin-bottom: 5px; box-shadow: 0 1px 1px 0 rgba(0,0,0,.1); -webkit-box-shadow: 0 1px 1px 0 rgba(0,0,0,.1); -moz-ox-shadow: 0 1px 1px 0 rgba(0,0,0,.1); } .wpgmza_map_seventy{ width:69% !important; float:left; margin-left: 1%; } #wpgmza_store_locator_default_radius_km, #wpgmza_store_locator_default_radius_mi { display: none; } #wpgmza_store_locator_default_radius_km.active, #wpgmza_store_locator_default_radius_mi.active { display: block; } #wpgmza-gdpr-compliance fieldset { margin-bottom: 0.3em; } #wpgmza-gdpr-compliance fieldset>* { display: inline-block; vertical-align: top; } #wpgmza-gdpr-compliance fieldset>label { width: 260px; } #wpgmza-gdpr-compliance input[type='number'] { width: 64px; } #wpgmza-gdpr-compliance textarea { resize: both; } #wpgmza-gdpr-compliance label { cursor: auto; } #wpgmza-gdpr-compliance i { cursor: help !important; } [name='wpgmza_gdpr_default_notice'] { width: 80%; } [name='wpgmza_gdpr_default_notice']>p:first-child { margin-top: 0px; } [name='wpgmza_gdpr_company_name'], [name='wpgmza_gdpr_retention_purpose'] { width: 50vw; } [name='wpgmza_gdpr_notice_override_text'] { width: 50vw; height: 200px; } #wpgmza-google-api-error-dialog { width: 66vw; } #wpgmza-google-api-error-list, #wpgmza-google-api-error-list * { text-align: left; } #wpgmza-google-api-error-list { list-style: none; } #wpgmza-google-api-error-list li { background: ghostwhite; padding: 0.5em; margin: 0.5em; } #wpgmza-google-api-error-list li:before { content: "\26D4"; color: red; } #wpgmza-google-api-error-dialog a { color: blue; } #wpgmza-google-api-error-dialog .wpgmza-documentation-buttons { float: right; } #wpgmza-google-api-error-dialog .wpgmza-documentation-buttons a { color: #444444; background: #F3F3F3; border: 1px #DADADA solid; padding: 5px 10px; border-radius: 2px; cursor: pointer; font-size: 9pt; outline: none; } #wpgmza-google-api-error-dialog .wpgmza-documentation-buttons a:hover { border: 1px #C6C6C6 solid; box-shadow: 1px 1px 1px #EAEAEA; color: #333333; background: #F7F7F7; } #wpgmza-google-api-error-dialog .wpgmza-documentation-buttons a:active { box-shadow: inset 1px 1px 1px #DFDFDF; } #wpgmza-google-api-error-dialog .wpgmza-documentation-buttons a i { font-weight: bold; padding-right: 0.3em; } [aria-controls="wpgmza-gdpr-compliance"] { margin-left: 3px; } .ui-tabs-panel { /*box-shadow: 0 1px 3px rgba(0,0,0,0.12), 0 1px 3px rgba(0,0,0,0.04);*/ /* transition: all 0.3s cubic-bezier(.25,.8,.25,1);*/ } .error { border-width: 3px; box-shadow: 0 1px 3px rgba(0,0,0,0.12), 0 1px 3px rgba(0,0,0,0.04); } #wpcontent { padding: 20px; padding-right: 25px; padding-top: 0; box-sizing: border-box; } .wrap { margin: 0; } #wpgmza-map-edit__btns { position: fixed; bottom: 0; left: 0; right: 0; width: 100%; height: 50px; background: #fff; z-index: 999; text-align: right; margin: 0; box-shadow: 0 1px 6px rgba(0,0,0,0.12), 0 -1px 3px rgba(0,0,0,0.04); padding: 10px; padding-right: 20px; box-sizing: border-box; border-top: 1px solid #ddd; } #wpgmza-map-edit__btns input { display: inline-block; vertical-align: middle; } #wpgmza-theme-editor { box-shadow: 0 1px 6px rgba(0,0,0,0.12), 0 -1px 3px rgba(0,0,0,0.04); border-radius: 3px; padding: 20px; box-sizing: border-box; } #wpgmza_map { border: 1px solid #ddd; border-radius: 4px; box-shadow: 0 1px 6px rgba(0,0,0,0.12), 0 -1px 3px rgba(0,0,0,0.04); } .wpgmza-google-maps-api-error-overlay { background: rgba(0,0,0,0.3) !important; color: #fff; box-sizing: border-box; padding: 20px; } .wpgmza-google-maps-api-error-overlay h2 { color: #fff; margin-top: 5px; } .wpgmza-google-maps-api-error-overlay .template.notice { background: transparent; border: 1px solid #fff; padding-bottom: 30px; position: relative; } .wpgmza-google-maps-api-error-overlay a { color: #fff !important; font-weight: bold; } .wpgmza-google-maps-api-error-overlay .wpgmza-documentation-buttons { position: absolute; bottom: 15px; right: 10px; } .wpgmza-google-maps-api-error-overlay .wpgmza-documentation-buttons a{ background: transparent !important; text-decoration: none !important; color: #fff !important; border: 1px solid #fff !important; border-radius: 1px !important; } .wpgmza-google-maps-api-error-overlay .wpgmza-documentation-buttons a:hover { background: #fff !important; color: #333 !important; border: 1px solid #fff !important; } #wpgmza_map { position: relative; } #wpgmza_marker_holder { background: #fff; box-shadow: 0 1px 3px rgba(0,0,0,0.12), 0 1px 3px rgba(0,0,0,0.04); transition: all 0.3s cubic-bezier(.25,.8,.25,1); border-radius: 3px; } .dataTables_length, .dataTables_filter, .wpgmza-marker-listing__actions, .dataTables_info, .dataTables_paginate{ padding: 10px 20px; } .wpgmza-marker-listing__actions { padding-bottom: 15px; } .button-primary, .ui-tabs-active, .wpgmza_general_btn, .wpgmza_file_select_btn{ background-color: #2B323C !important; text-shadow: none; border-radius: 2px !important; transition: background .12s ease-in-out !important; } .button-primary:hover, .ui-tabs-active:hover, .wpgmza_general_btn:hover, .wpgmza_file_select_btn:hover { background-color: #616f82 !important; } .button-primary:active, .button-primary:focus, .ui-tabs-nav a:active, .ui-tabs-nav a:focus{ outline: none !important; box-shadow: none !important; } body[class*="wp-google-maps"] .ui-tabs-nav { overflow-x: scroll !important; overflow-y: hidden !important; white-space: nowrap !important; font-size: 0 !important; } body[class*="wp-google-maps"] .ui-tabs { box-shadow: 0 1px 3px rgba(0,0,0,0.12), 0 1px 3px rgba(0,0,0,0.04); background: #fff !important; background: #f9f9f9 !important; border-radius: 3px; overflow: hidden; } body[class*="wp-google-maps"] .ui-tabs-nav li { display: inline-block !important; font-size: 12px; margin-bottom: 0 !important; border-right: 1px solid #eee; border-radius: 0; transition: background .13s ease-in-out; } body[class*="wp-google-maps"] .ui-tabs-nav li a { } body[class*="wp-google-maps"] .ui-tabs-panel { border: 1px solid #eee; } body[class*="wp-google-maps"] .ui-state-default { background: #fff; } body[class*="wp-google-maps"] .ui-state-default:hover { background: #f9f9f9; } body[class*="wp-google-maps"] .ui-tabs-panel { margin-top: 0 !important; } li[aria-controls="wpgmza-gdpr-compliance"] { margin-left: 0; } .wpgmza-upgrade-tab, .wpgmza-upgrade-tab a{ background: #FACE48 !important; } #wpgmza-pro-features { padding: 0; margin-top: 20px; text-align: center; } .wpgmza-pro-features__item { display: inline-block; width: 33%; vertical-align: top; box-sizing: border-box; padding: 10px ; min-height: 300px; } .wpgmza-pro-features__item .wpgmza-card { min-height: 360px; } .wpgmza-card { background: #fff; box-sizing: border-box; padding: 20px; border-radius: 3px; position: relative; box-shadow: 0 1px 6px rgba(0,0,0,0.12), 0 1px 3px rgba(0,0,0,0.04); } .wpgmza-pro-features__item img { border: none; } .wpgmza-pro-features__item p { } .wpgmza-feature-item__desc { position: absolute; bottom: 0; left: 0; right: 0; box-sizing: border-box; padding: 20px; font-size: 14px; } #wpgmza-basic-footer-text { text-align: center !important; margin-top: 20px; } .wpgmza-nag { border: 2px solid black; line-height: 12px; box-sizing: border-box; border-radius: 4px !important; } #wpgmaps_save_reminder { margin-top: 20px; } .wpgmza.button, body[class*="wp-google-maps"] .button.button-secondary{ background: transparent; border: 2px solid #2B323C; box-sizing: border-box; line-height: 20px; box-shadow: none; outline: none; transition: background-color .1s ease-in-out; } .wpgmza.button:hover, body[class*="wp-google-maps"] .button.button-secondary:hover{ background: #2B323C; color: #fff; border: 2px solid #2B323C; } .wpgmza.button:active, .wpgmza.button:focus, body[class*="wp-google-maps"] .button.button-secondary:active, body[class*="wp-google-maps"] .button.button-secondary:focus{ outline: none; box-shadow: none; border: 2px solid #2B323C; } .wpgmza-error-message { border: 2px solid #EE6385; border-width: 2px !important; padding: 20px !important; box-sizing: border-box; } .wpgmza-error-message h1 { color: #EE6385; font-size: 17px; padding: 0; margin-bottom: 15px; } .wpgmza-error-message a { color: #EE6385; } .wpgmza_copy_shortcode { background: #fffbef !important; box-shadow: none !important; border: none !important; padding: 7px 5px; font-size: 15px !important; color: #FACE48 !important; border: 2px solid #FACE48 !important; border-radius: 3px !important; cursor: pointer; text-align: center; } .ui-slider-handle { border: 2px solid #FACE48 !important; cursor: pointer !important; } .ui-slider-handle:active, .ui-slider-handle:focus { box-shadow: none !important; outline: none !important; } #slider-range-max { background: #FACE48 !important; border: 1px solid #ccc !important; border-radius: 30px !important; } .ui-slider-range.ui-slider-range-max { background: #f9f9f9 !important; } body[class*="wp-google-maps"] { background: #f5f5f9; } body[class*="wp-google-maps"] .ui-tabs { background: #efeff5 !important; } .update-att { border: 2px solid #FACE48; border-radius: 5px; background: #FACE48; color: #fff; margin: 10px; box-sizing: border-box; font-size: 13px; } .update-att a { color: #fff; opacity: .9; font-weight: bold; } .update-att .fa { margin-right: 10px; } .wpgmza-marker-tab__title { margin-top: 0; } #wpgmaps_tabs_markers .update-att { margin: 0; width: 100%; margin-bottom: 10px; } #wpgmza-marker-tabs__wrap #tabs-m-2 { max-height: 410px; overflow: auto; } #wpgmza-marker-tabs__wrap { margin-bottom: 20px; } #wpgmza-map-edit__markers { clear: both; padding-top: 10px; } .wpgmza-button__top-right { position: absolute; top: 10px; right: 10px; } .ui-tabs-panel { position: relative; } body[class*="wp-google-maps"] .button.button-secondary, body[class*="wp-google-maps"] .button.button-primary{ height: 26px; box-sizing: border-box; } body[class*="wp-google-maps"] .button.button-secondary { height: 29px; line-height: 25px; vertical-align: top; } .wpgmza-clear { clear: both; } .wpgmza-support-notice { background: #0073AA !important; color: #fff; border: none; border-radius: 3px; margin: 0; position: absolute; top: 10px; right: 0; padding: 10px 20px !important; display: none !important; } .wpgmza-support-notice a { color: #fff; } #wpgmza-theme-editor { padding: 0 !important; background: #f5f5f9 !important; } #wpgmza-theme-editor__edit { position: relative; } #wpgmza-theme-editor__feature { position: sticky; top: 0; background: #fff; z-index: 99; border-bottom: 1px solid #eee; padding: 10px 20px; line-height: 28px; box-shadow: 0 1px 4px rgba(0,0,0,0.07), 0 -1px 3px rgba(0,0,0,0.04); } #wpgmza-theme-editor__feature-settings { padding: 20px; padding-top: 10px; } #wpgmza-theme-editor__toggle { position: absolute; right: 20px; top: 50%; transform: translate(-50%, -50%); cursor: pointer; } #wpgmza-map-theme-editor__holder { display: none; position: relative; height: 0; width: 100%; } #wpgmza-map-theme-editor__holder.active { display: block; } #wpgmza-theme-editor { display: block !important; position: absolute !important; right: 0 !important; bottom: 4px !important; transform: none !important; width: 50% !important; z-index: 99 !important; height: 50px !important; transition: all 0.7s cubic-bezier(.25, .8, .25, 1) !important; animation: .3s wpgmzaSlideIn ease-in-out !important; } #wpgmza-theme-editor.active { height: 260px !important; } @keyframes wpgmzaSlideIn { 0% { opacity: 0; transform: translateY(10px); } 100% { opacity: 1; transform: translateY(0); } } .wpgmza-form-group__multiple { display: flex; } .wpgmza-form-group__multiple fieldset { margin-right: 20px; flex: 1; } #wpgmza-maps-engine-dialog { background: #f5f5f9; } .wpgmza-border-box__option { background: #fff; border-radius: 4px; padding: 30px; border: 2px solid #fff; cursor: pointer; box-shadow: 0 1px 4px rgba(0,0,0,0.07), 0 -1px 3px rgba(0,0,0,0.04); } .wpgmza-border-box__option:first-of-type { margin-right: 20px; } .wpgmza-border-box__option:hover, .wpgmza-border-box__option.selected{ border-color: #2B323C; } #wpgmza-confirm-engine { padding: 3px 30px !important; height: 45px !important; margin-top: 30px; font-size: 15px !important; } .wpgmza-border-box__option .wpgmza-mock-radio { width: 100% !important; left: 0 !important; } .wpgmza-border-box__option .wpgmza-mock-radio-button { display: none !important; } .wpgmza-engine-logo { max-height: 140px; width: auto !important; } #wpgmza-maps-engine-dialog { max-width: 800px } #wpgmza-confirm-engine[disabled], #wpgmza-confirm-engine:disabled { background: #2b323c66 !important; color: #fff !important; } .wpgmza-promo img { max-width: 200px; } .feature-section.three-col .col { max-width: 30%; display: inline-block; margin-bottom: 30px; } .feature-section { text-align: center; } .wpgmza-promo-overlay { width: 100%; background: none; margin: 0 auto; top: -100px; background: rgba(0,0,0,0.3); color: #fff; bottom: unset; padding: 15px 30px; padding-top: 15px; border-radius: 5px; pointer-events: none; width: max-content; } .wpgmza-promo-overlay * { color: #fff !important; } .wpgmza-map-edit__mouse-tip { text-align: center; margin: 20px 0; } #wpgmza-theme-editor fieldset>label { width: auto; display: inline-block !important; vertical-align: middle !important; line-height: 30px; margin-right: 10px; } #wpgmza-theme-editor fieldset>input, #wpgmza-theme-editor fieldset>select{ display: inline-block !important; vertical-align: middle !important; } #wpgmza-theme-editor .wpgmza-form-group { border-bottom: 1px solid #eee; padding: 10px 0; } #wpgmza-theme-editor fieldset { margin: 0; } #wpgmza-theme-editor fieldset div { display: inline !important; } #wpgmza-theme-editor .wpgmza-form-group:last-of-type { margin-bottom: 10px; } body[class*="wp-google-maps"] input.cmn-toggle-yes-no + label:after { background: #face48; border: 1px solid #dcb02a !important; color: #444444; } body[class*="wp-google-maps"] input.cmn-toggle-yes-no + label { border-radius: 2px; overflow: hidden; } body[class*="wp-google-maps"] input.cmn-toggle-yes-no + label:before { background: #eee; border: 1px solid #ccc; } body[class*="wp-google-maps"] input[type=checkbox]:checked:before { color: #face48; } body[class*="wp-google-maps"] input.cmn-toggle-round-flat:checked + label, body[class*="wp-google-maps"] input.cmn-toggle-round-flat:checked + label:after{ background: #face48; } body[class*="wp-google-maps"] .ui-slider-handle { transition: transform .2s ease-in-out; } body[class*="wp-google-maps"] .ui-slider-handle:hover { transform: scale(1.2); } body[class*="wp-google-maps"] input[type="text"], body[class*="wp-google-maps"] select { padding: 6px 8px; box-shadow: none; border: 1px solid #ccc; border-radius: 2px; transition: border .12s ease-in-out; } body[class*="wp-google-maps"] select { cursor: pointer; } body[class*="wp-google-maps"] input[type="text"]:not(.color):hover, body[class*="wp-google-maps"] select:hover{ border-color: #face48; } body[class*="wp-google-maps"] input[type="text"]::placeholder { color: #ccc; } #wpgmaps_tabs_markers input:not([type="checkbox"]):not([type="button"]), #wpgmaps_tabs_markers select, #wpgmaps_tabs_markers textarea, #wpgmza_addmarker { width: 100% !important; } #wpgmaps_tabs_markers td { padding-bottom: 10px; } .wpgmza-info__small { color: #333; opacity: .5; padding: 3px; margin-top: 3px; display: inline-block; } .wpgmza-info-right { margin-left: 10px; } .wp-core-ui .button, .wp-core-ui .button-secondary, .dataTables_wrapper .dataTables_paginate .paginate_button.current{ border: 2px solid #2B323C; color: #2B323C !important; font-weight: normal; transition: all .12s ease-in-out; background: transparent; border-radius: 4px; } .wp-core-ui .button:hover, .wp-core-ui .button-secondary:hover, .dataTables_wrapper .dataTables_paginate .paginate_button.current:hover{ border: 2px solid #2B323C; background: #2B323C; color: #fff !important; font-weight: normal; } .wpgmza-flex { display: flex; } .wpgmza-flex a { margin-right: 3px !important; } body[class*="wp-google-maps"] .button-primary, body[class*="wp-google-maps"] .ui-tabs-active { /* color: #fff !important; */ } .button.button-secondary, .button.button-primary { color: #fff !important; } body[class*="wp-google-maps"] input[type="text"] { border: none !important; border-bottom: 2px solid #e8e8e8 !important; } body[class*="wp-google-maps"] input[type="text"]:active, body[class*="wp-google-maps"] input[type="text"]:focus, body[class*="wp-google-maps"] input[type="text"]:hover{ border-color: #2B323C !important; } .wpgmza-listing-comp { box-shadow: 0 1px 3px rgba(0,0,0,0.12), 0 1px 3px rgba(0,0,0,0.04); border-radius: 2px; padding: 15px; box-sizing: border-box; } .wpgmza-listing { box-shadow: 0 1px 3px rgba(0,0,0,0.12), 0 1px 3px rgba(0,0,0,0.04) !important; border-radius: 3px; } .wpgmza-listing a { color: #333 !important; } .wpgmza-listing-comp input { width: 100%; } .wpgmza-listing-comp td { padding-bottom: 10px; } #wpgmza-polygon-textarea { display: block; clear: both; padding-top: 20px; } #wpgmza-polygon-textarea textarea { margin-top: 10px; width: 100% !important; box-shadow: none; } body[class*="wp-google-maps"] input[type="text"].wpgmza_copy_shortcode { border: 2px solid #face48 !important; } #wpgmza-support__row { background: transparent; display: flex; } .wpgmza-support__col { padding: 10px; box-sizing: border-box; flex: 1; } .wpgmza-support__col .wpgmza-card { height: 100%; } .wpgmza-support__col h2 { margin-top: 0; border-bottom: 1px solid #eee; padding-bottom: 15px; } .wpgmza-support__col h2 i { margin-right: 10px; color: #face48 } #wpbody { padding-top: 5px; } input[type="radio"] { -webkit-appearance: none; -moz-appearance: none; appearance: none; display: inline-block; position: relative; background-color: #fff; color: #333; height: 15px; width: 15px; border: 0; border-radius: 50%; cursor: pointer; margin-right: 7px; outline: none; border: 1px solid #2B323C; } input[type="radio"]:checked::before { content: ''; display: block; position: absolute; color: #fff; left: 50%; top: 50%; background: #2B323C; transform: translate(-50%,-50%); width: 7px; height: 7px; margin: 0; } input[type="radio"]:hover { background-color: #fff; } input[type="radio"]:checked { background-color: #fff; border: 1px solid #333;; } input[type="radio"]:active, input[type="radio"]:focus { outline: none; box-shadow: none; } #wpgmaps_tabs select, #wpgmaps_tabs input:not([type="checkbox"]):not([type="radio"]){ min-width: 200px; } #wpgmza-welcome-page { width: 100%; margin: 0 auto; text-align: center; } #wpgmza-welcome-page .about-text, #wpgmza-welcome-page h1 { width: 100%; } #wpgmza-welcome-page #wpgmza-support__row { justify-content: center; } .wpgmza-flex-grid__item { flex: 1; padding: 20px; box-sizing: border-box; } .wpgmza-flex-grid__item .wpgmza-card { height: 100%; } #wpgmza-welcome-page .nav-tab { background: #face48; border: none; color: #fff !important; font-weight: normal; } #wpgmza-welcome-page .nav-tab-wrapper { text-align: center !important; border-bottom: 1px solid #e7e7e7; } .wpgmza-card h4 { margin: 0; margin-bottom: 15px; } .wpgmza-error-message { border-left-color: #EE6385; } .wpgmza-error-message a { color: #EE6385 !important; } input[type="text"].wpgmza_copy_shortcode { color: #2B323C !important; border: 2px solid #2B323C !important; background: #f4f7fb !important; } .button.button-secondary { color: #2B323C !important; } select[id*="width"], select[id*="height"]{ min-width: 50px !important; } .button-primary:disabled, .button-primary[disabled]{ background: #2B323C !important; color: #fff !important; opacity: .3 } #wpgm_notice_message_save_marker, #wpgm_notice_message_addfirst_marker{ margin-top: 10px; } #wpgm_notice_message_save_marker .update-nag, #wpgm_notice_message_addfirst_marker .update-nag{ padding: 6px 15px !important; border: 2px solid #FACE48; color: #FACE48; box-shadow: none; border-radius: 5px; width: 100%; box-sizing: border-box; text-align: center !important; } table.dataTable thead th, table.dataTable thead td { border-bottom: 1px solid #ddd; } table.dataTable tfoot th, table.dataTable tfoot td { border-top: 1px solid #ddd; } table.dataTable.row-border tbody th, table.dataTable.row-border tbody td, table.dataTable.display tbody th, table.dataTable.display tbody td, table.dataTable.display tbody tr.odd>.sorting_1, table.dataTable.order-column.stripe tbody tr.odd>.sorting_1 { background: #fff; } tbody tr .sorting_1 { text-align: center; } table.dataTable.stripe tbody tr.odd, table.dataTable.display tbody tr.odd , table.dataTable.display tbody tr.odd td{ background: #f9f9f9 !important; } table.dataTable.display tbody tr.odd>.sorting_1, table.dataTable.order-column.stripe tbody tr.odd>.sorting_1 { background: #f4f4f4 !important; } tbody tr.even>.sorting_1 { background: #f9f9f9 !important; } table.dataTable.display tbody tr:hover td { transition: background .12s ease-in-out; } table.dataTable.hover tbody tr:hover, table.dataTable.display tbody tr:hover td { background: #f9f9f9; } table.dataTable.hover tbody tr.odd:hover, table.dataTable.display tbody tr.odd:hover td { background: #f4f4f4 !important; } .wpgmza-listing td { vertical-align: middle; } .wpgmza-wizard-option__info-title { border-bottom: 1px solid #eee; padding: 10px; padding-top: 0; margin-bottom: 10px; } .wpgmza-wizard-option__info-title i { margin-right: 10px; } .wpgmza-listing { padding: 0; } .maps_page_wp-google-maps-menu-custom-fields { background: #F5F5F9; } #wpcontent { padding-left: 0; padding: 30px; } #wpgmza-custom-fields h1 { font-size: 25px; margin-bottom: 15px; } #wpgmza-custom-fields .wp-list-table { box-shadow: 0 1px 3px rgba(0,0,0,0.12), 0 1px 3px rgba(0,0,0,0.04) !important; border-radius: 3px; } .wpgmza-infowindow-style-picker { flex-wrap: wrap; justify-content: center; text-align: center; } #wrap { } .wpgmza-infowindow-picker__item { padding: 10px; box-sizing: border-box; flex: 1; } .wpgmza-infowindow-picker__item .wpgmza-card { padding: 0; height: 170px; min-width: 240px; } .wpgmza-infowindow-picker__item img { position: absolute; left: 50%; top: 50%; transform: translate(-50%, -50%); height: 100px; width: auto; } .wpgmza_mlist_selection_activate { border: none !important; } .wpgmza_mlist_selection_activate .wpgmza-card { border-color: #2B323C; } .notice-success, div.updated { padding: 10px; border: 2px solid #46b450; color: #46b450; border-radius: 3px; } .wpgmza-card { display: block !important; } .wpgmza-marker-listing-picker__item { padding: 6px; box-sizing: border-box; flex-grow: 1; flex-basis: 0; max-width: 200px; } .wpgmza-marker-listing-picker__item .wpgmza-card { padding: 10px !important; width: 100%; text-align: center; } .wpgmza-marker-listing-picker__item.selected .wpgmza-card { border-color: #2B323C; } .wpgmza-marker-listing-picker { flex-wrap: wrap; text-align: center; justify-content: center; } .wpgmza-listing-item__title { display: block; margin-top: 10px; } .wpgmza-infowindow-style__name { position: absolute; bottom: 0; left: 0; right: 0; text-align: center; padding: 15px; box-sizing: border-box; } .wpgmza-infowindow-picker__item .wpgmza-card { height: 220px; } .wpgmza-infowindow-picker__item img { top: 45%; } a { color: #2f76e1; } a:hover { color: #1e5ec0; } #wpgmza_marker_holder table thead th { border-top: 1px solid #eee; } #wpgmza_marker_holder table tfoot th { border-bottom: 1px solid #eee; padding: 13px 0; } .wpgmza-card ul { list-style: none; padding: 0; margin: 0; } .wpgmza-card ul li { margin: 0; padding: 3px 0; } .wp-core-ui a.button-primary, a.button-primary, input.button-primary, .wp-core-ui .button-primary{ text-shadow: none !important; padding: 10px 15px !important; height: 37px !important; line-height: 18px !important; font-size: 13px; } .wrap > h1:first-of-type { margin-bottom: 10px; padding-top: 0; } textarea[name="wpgmza_custom_css"], textarea[name="wpgmza_custom_js"]{ background: #2B323C; color: #fff !important; padding: 20px 25px; border-radius: 5px; } body[class*="wp-google-maps"] input[type="text"]:hover, body[class*="wp-google-maps"] select:hover { border-color: #2B323C; } .wpgmza-buttons__right { text-align: right; position: relative; max-width: 100%; padding: 15px 0; box-sizing: border-box; } textarea[name="wpgmza_custom_js"]:active, textarea[name="wpgmza_custom_js"]:focus, textarea[name="wpgmza_custom_css"]:active, textarea[name="wpgmza_custom_css"]:focus, #wpgmza-custom-fields-table input:active, #wpgmza-custom-fields-table input:focus{ box-shadow: none; outline: none; } hr { border-color: #f4f4f4 !important; } .maps_page_wp-google-maps-menu-settings .ui-tabs-panel, .maps_page_wp-google-maps-menu-advanced .ui-tabs-panel{ padding: 20px; } .maps_page_wp-google-maps-menu-settings .ui-tabs-panel h3, .maps_page_wp-google-maps-menu-advanced h2 { margin-top: 0; margin-bottom: 15px; } input[type="text"] { background: transparent !important; } input[type="number"], input[type="date"], input:not([type="checkbox"]):not([type="radio"]){ border: 1px solid #ddd; box-shadow: none; padding: 4px 9px; border-radius: 2px; transition: border-color .12s ease-in-out; background: #fff; } input[type="number"]:hover, input[type="number"]:active, input[type="number"]:focus, input[type="date"]:hover, input[type="date"]:focus, input[type="date"]:active, input:not([type="checkbox"]):hover, input:not([type="checkbox"]):active, input:not([type="checkbox"]):focus{ border-color: #2B323C; outline: none; box-shadow: none; } #wpgmza-gdpr-compliance-notice { min-width: 100%; } .wpgmza-buttons__float-right { position: absolute; right: 20px; bottom: 20px; } #wpgmza-import-target-map-panel table { border: 1px solid #ddd !important; margin-bottom: 15px; margin-top: 15px; box-shadow: none !important; } #wpgmza-advanced__get-help-link { text-align: right; padding: 20px; } body[class*="wp-google-maps"] .button.button-secondary:hover { color: #fff !important; } .wpgmza_file_select_btn + #wpgmaps_import_file_name:not(:empty){ border: 1px solid #2B323C; padding: 7px 10px; border-radius: 3px; display: inline-block; } .notice p { margin: 0; } #wpgmap_import_schedule_list_table, #wpgmap_import_file_list_table, #import_options table{ border: 1px solid #ccc !important; box-shadow: none !important; } #import_options table { margin-top: 10px; margin-bottom: 10px; } #wpgmap_import_schedule_list_table .import_schedule_edit{ margin-top: 10px; display: inline-block; } #wpgmap_import_schedule_list_table span[name="status"] { opacity: .6; margin-left: 20px; border-left: 1px solid #ccc; padding-left: 20px; } #wpgmza-category-table * { color: #333; } .wrap .add-new-h2, .wrap .add-new-h2:active{ color: #2B323C; border: 2px solid #2B323C; padding: 6px 15px; border-radius: 4px; background: transparent; transition: all .12s ease-in-out; } .wrap .add-new-h2:hover, .wrap .add-new-h2:focus, .wrap .add-new-h2:active { background: #2B323C; color: #fff; border-color: #2B323C; outline: none; box-shadow: 0 1px 3px rgba(0,0,0,0.12), 0 2px 5px rgba(0,0,0,0.14) !important; } #wpmgza_unsave_notice { display: inline-block !important; opacity: 0; transition: all .12s ease-in-out; border: 2px solid #0073AA; border-radius: 3px; padding: 7px 10px; color: #0073AA; pointer-events: none; } #wpmgza_unsave_notice.visible { opacity: 1; } #wpgmaps_add_marker_category table { width: 100%; } .wpgmza-category-icon__btns { margin: 10px 0; } .wpgmza_general_btn { padding: 10px 15px !important; } .wpgmza-category-icon__btns { height: 40px; } .wpgmza-category-icon__btns * { flex: 1; text-align: center; display: inline-block; vertical-align: middle; padding: 14px !important; height: 100% !important; line-height: 0px !important; font-size: 13px !important; } .wpgmza-category-icon__btns a { line-height: 7px !important; margin-top: 1px !important; } .wpgmza-center-msg { text-align: center; display: block; font-size: 11px; opacity: .7 } .ui-tabs { padding: 0 !important;; } #wpgmza-save-map-btn { position: absolute; right: 10px; top: 50%; transform: translateY( -50%); height: 35px !important; line-height: 0 !important; } .wpgmza-map-edit__mouse-tip { text-align: center; width: 100% !important; } .wpgmza-select-theme-preset, .wp-core-ui .wpgmza-select-theme-preset{ color: #fff !important; border: 2px solid #fff !important; line-height: 0 !important; height: 32px !important; } .wpgmza-select-theme-preset:hover, .wp-core-ui .wpgmza-select-theme-preset:hover { background: #fff !important; color: #333 !important; } #wpgmza-theme-presets .owl-item img { border: 2px solid transparent; box-sizing: border-box; border-radius: 5px !important; transition: all .12s ease-in-out; } #wpgmza-theme-presets .owl-item img:hover { border-color: #333; box-shadow: 0 1px 3px rgba(0,0,0,0.12), 0 1px 30px rgba(0,0,0,0.14) !important; } .owl-carousel .owl-dot span { background: transparent !important; border: 2px solid #2B323C !important; } .owl-theme .owl-dots .owl-dot.active span, .owl-theme .owl-dots .owl-dot:hover span { background: #2B323C !important; } .owl-dot:active, .owl-dot:focus, .owl-dot:hover { box-shadow: none; outline: none !important; } textarea { border: 2px solid #ccc; box-shadow: none; border-radius: 3px; } textarea:hover, #poly_line_list:hover { border-color: #2B323C; } textarea[name="wpgmza_theme_data"] { min-width: 400px; height: 100px; } textarea:active, textarea:focus, textarea:hover { box-shadow: none; outline: none; } #wpgmaps_tabs { overflow: visible; } #wpgmza-theme-editor { bottom: 0 !important; } #wpgmza-theme-editor { display: none !important; } #wpgmza-theme-editor.active{ display: block !important; } #wpgmza-theme-editor__feature-settings { box-sizing: border-box !important; } #wpgmza-theme-editor__feature-settings * { min-width: unset !important; } #wpgmza-map-edit__btns input { } #wpgmza_addmarker { margin-top: 10px; } #wpgmza-marker-edit-panel > div { margin-top: 10px; } #wpgmza-marker-tabs__wrap > div:first-of-type { margin-bottom: 20px; } .wpgmza-save-marker { width: 100%; } #wpgmaps_options fieldset { margin-bottom: 10px; } .wpgmza-center { text-align: center; } .wpgmza-gallery-input li.wpgmza-add-new-picture { border: 3px dashed #ddd; border-radius: 3px; color: #ddd; transition: all .1s ease-in-out; } .wpgmza-gallery-input li.wpgmza-add-new-picture:hover, .wpgmza-gallery-input li:hover{ color: #2B323C; border: 3px solid #2B323C; } .wpgmza-gallery-input li { border: 3px dashed #ddd; border-radius: 3px; padding: 30px !iimportant; box-sizing: border-box; background-origin: content-box !important; cursor: pointer; } .wpgmza-gallery-input li:hover .wpgmza-delete-gallery-item { display: block; } button.wpgmza-delete-gallery-item { bottom: 5px; right: 5px; border-radius: 0; cursor: pointer; display: none; } #wpgmza_marker_holder .wpgmza-flex a { flex: 1; } .notice.notice-warning { border: 2px solid #ffb900; border-radius: 3px; padding: 8px 15px; } .wpgmza-marker-icon-preview { border: none; } .wpgmza-marker-panel label { display: block !important; margin-bottom: 6px; margin-top: 6px; } #wpgmaps_options fieldset>label+div, .wpgmza-marker-panel fieldset>label+div { width: 100%; display: block; } .wpgmza-gallery-input { text-align: left; } .wpgmza-text-field__description { display: block; margin-top: 5px; opacity: .7 } .wpgmza-marker-library-dialog { background: #F5F5F9; padding-top: 50px; } .wpgmza-marker-library-dialog iframe { border: 1px solid #ccc; box-shadow: 0 1px 3px rgba(0,0,0,0.02), 0 1px 3px rgba(0,0,0,0.04); } #wpgmza-powered-by-mappity { background: #6539C2; color: #fff; padding: 5px 10px; border-radius: 4px; position: absolute; top: 10px; right: 30px; } #wpgmza-powered-by-mappity a { color: #fff; } .wpgmza-input-button__line { display: flex !important; } #wpgmza-marker-tabs__wrap h2 { margin: 0; margin-bottom: 20px; } #wpgmza-powered-by-mappity { display: none; } .remodal-is-opened #wpgmza-powered-by-mappity { display: block; } .wpgmza-label-amber { background: #FACE48; color: #fff; padding: 5px 10px; font-size: 16px; margin-left: 6px; } input[id*="width"], input[id*="height"]{ min-width: 70px !important; } .notice.notice-error { border: 2px solid #dc3232; color: #dc3232; box-shadow: none; padding: 10px 15px !important; } #wpgmaps_marker_category_priority { width: 204px; } select, textarea, input[type="number"], input[type="date"], input:not([type="checkbox"]):not(.wpgmza_general_btn):not(.button) { border-width: 2px !important; } .wpgmza-label-amber { border-radius: 4px; box-shadow: 0 1px 3px rgba(0,0,0,0.12), 0 1px 2px rgba(0,0,0,0.04) !important; } .wpgmza-marker-select__btns input, .wpgmza-marker-select__btns a, .wpgmza-marker-select__btns span{ flex: 1; text-align: center; display: inline-block; vertical-align: middle; height: max-content; } .wpgmza_file_select_btn { border: 1px solid #eee; } .wpgmza-marker-select__btns #wpgmza_mm img { max-width: 100px; } #wpgmaps_options h3 { margin-top: 0; margin-bottom: 10px; } #wpgmaps_options td { padding-bottom: 10px; } .wpgmza-marker-select__btns + .wpgmza-center { width: 100%; text-align: center; } .ui-tabs-nav li:hover a { color: #000; } #wpgmaps_tabs_markers .wpgmza-open-layers-feature-coming-soon { margin-top: 50px; } #wpgm_premium { width: 100% !important; } #wpgm_premium .wpgmza-flex { flex-wrap: wrap; flex-basis: 20%; } #wpgm_premium .wpgmza-flex .wpgm_premium_row { flex: 1; flex-basis: 25%; } #wpgm_premium .wpgm_premium_row { overflow: hidden; padding: 10px; box-sizing: border-box; } .wpgm_premium_row, .wpgm_premium_row .wpgmza-card{ display: inline-block !important; } .wpgm_premium_row .wpgmza-card { height: 100%; width: 100%; overflow: hidden; border: 2px solid ; border-radius: 3px; text-align: left; } .wpgm_premium_row .wpgmza-card:hover { border-color: } #wpgm_premium .wpgm_premium_row h2 { font-size: 16px; font-weight: bold; margin-bottom: 10px; margin-top: 0; } #wpgm_premium .wpgm_premium_row p { font-size: 15px; line-height: 23px; } .wpgm_details { display: block; clear: both; float: none; width: 100%; } .wpgmza-card .wpgm_icon { width: 25px; height: 25px; background-size: cover; position: absolute; right: 10px; top: 10px; } @media(max-width: 1150px) { #wpgm_premium .wpgmza-flex .wpgm_premium_row { flex: 1; flex-basis: 33%; } } @media(max-width: 800px) { #wpgm_premium .wpgmza-flex .wpgm_premium_row { flex: 1; flex-basis: 50%; } } @media(max-width: 550px) { #wpgm_premium .wpgmza-flex .wpgm_premium_row { flex: 1; flex-basis: 100%; } } #wpgmza-upgrade-now__btn { display: block; margin: 0 auto; padding: 20px !important; height: 50px !important; font-size: 20px !important; border-radius: 5px !important; width: 400px !important; line-height: 10px !important; } #wpgmza-pro-upgrade-tab { text-align: center; } #wpgmza-pro-upgrade-tab h1 { font-weight: bold !important; margin-top: 10px; } .wpgmza-support-notice { top: -15px; right: -17px; background: #fff !important; border: 3px solid #FACE48 !important; color: #333; } .wpgmza-support-notice a { color: #333; } .wpgmza-popup-notification { position: fixed; bottom: 60px; right: 19px; border-radius: 4px; box-shadow: 0 1px 3px rgba(0,0,0,0.12), 0 1px 2px rgba(0,0,0,0.04) !important; background: #FACE48; color: #fff; padding: 7px 16px; margin-left: 6px; font-size: 13px; animation: 4s wpgmzaPopupNotification forwards; } @keyframes wpgmzaPopupNotification { 0% { opacity: 0; transform: translateY(100px); } 10% { opacity: 1; transform: translateY(0); } 80% { opacity: 1; transform: translateY(0); } 100% { opacity: 0; transform: translateY(100px); } } body[class*="wp-google-maps"] .wpgmza-listing { border: none !important } .wpgmza-listing a:active, .wpgmza-listing a:focus{ outline: none; box-shadow: none; } body[class*="wp-google-maps"] input.cmn-toggle-yes-no + label{ overflow: visible !important; } body[class*="wp-google-maps"] input.cmn-toggle-yes-no + label:hover:after, body[class*="wp-google-maps"] input.cmn-toggle-yes-no + label:hover:before{ box-shadow: 0 2px 4px rgba(0,0,0,0.04), 0 1px 2px rgba(0,0,0,0.04) !important; } #wpgmza-directions-box-settings label { margin-right: 30px; margin-bottom: 10px; margin-top: 10px; } #wpgmaps_tabs input[type="color"] { padding: 0; width: 25px; height: 25px; min-width: unset !important; cursor: pointer; } @media(max-width:600px) { #wpgmza-marker-tabs__wrap > div { float: none; clear: both; display: block; min-width: 100%; } .wpgmza-pro-features__item { display: block; width: 100%; } } #wpgmaps_add_poly_form textarea, #wpgmaps_add_polyline_form textarea, #wpgmaps_add_heatmap_form textarea{ width: 100%; } #wpgmaps_add_poly_form .button.button-secondary, #wpgmaps_add_polyline_form .button.button-secondary, #wpgmaps_add_heatmap_form .button.button-secondary, #wpgmaps_add_circle_form .button.button-secondary, #wpgmaps_add_rectangle_form .button.button-secondary{ height: 38px; line-height: 33px } #wpgmaps_tabs_markers th { text-align: left; border-bottom: 1px solid #eee; padding-bottom: 8px; } #wpgmaps_tabs_markers td { padding: 2px 0; border-bottom: 1px solid #eee; } body .button-primary, body .ui-tabs-active, body .wpgmza_general_btn, body .wpgmza_file_select_btn { background-color: #2B323C !important; text-shadow: none; border-radius: 2px !important; } .wpgmza-label-amber { color: #2B323C; } input.cmn-toggle-yes-no + label:before, input.cmn-toggle-yes-no + label:after { color: #2B323C; } body[class*="wp-google-maps"] select { padding: 0 5px; } .wpgmza-select-theme-preset, .wp-core-ui .wpgmza-select-theme-preset { background: #fff !important; color: #2B323C !important; } .wpgmza-select-theme-preset:hover, .wp-core-ui .wpgmza-select-theme-preset:hover { background: #f9f9f9 !important; border-color: #2B323C !important; } #wpgmza-title-label { font-weight: 600; } .wp-core-ui .button-primary { box-shadow: none; } input[type="checkbox"] { color: #2B323C; border: 1px solid #ccc !important; box-shadow: none; } input[type="checkbox"]:checked { background: #333; border-color: #2B323C !important; } input[type="checkbox"]:before { color: #2B323C !important; } input[type="checkbox"]:before { color: #2B323C !important; color: #fff !important; } input[type="checkbox"]:active, input[type="checkbox"]:focus { outline: none; box-shadow: none; } input[type="checkbox"]:hover { border-color: #2B323C !important; } input.cmn-toggle-yes-no + label:before, input.cmn-toggle-yes-no + label:after { color: #2B323C; box-sizing: border-box; line-height: 20px; } .ui-tabs-nav::-webkit-scrollbar { width: 0px; background: transparent; } .ui-tabs-nav { -ms-overflow-style: none; scrollbar-height: none; } .ui-tabs-nav::-webkit-scrollbar { display: none; } #wpgmaps_tabs_markers #qt_wpgmza-description-editor_toolbar input { width: auto !important; } .wpgmza-flex__item { flex: 1; text-align: left; padding: 0 !important; } .wpgmza-flex__item input { text-align: left; padding-left: 5px !important; } #wpgmza-category__upload-image-button { max-width: 250px; padding-left: 10px !important; } #wpgmza-category__upload-image-button button { width: 100%; } .wpgmza-panel { box-shadow: 0 1px 3px rgba(0,0,0,0.12), 0 1px 3px rgba(0,0,0,0.04) !important; } .wpgmza-custom-fields__iconpicker-wrap .iconpicker { border-width: 2px !important; } #wpgmza-marker-tabs__wrap > div:nth-child(2) { overflow-x: hidden !important; } .wpgmza-popup-notification { color: #333; } textarea[name="wpgmza_custom_css"], textarea[name="wpgmza_custom_js"] { border-color: #2B323C; } .cmn-override-big-wide:before, .cmn-override-big-wide:after, .cmn-override-big:after, .cmn-override-big:before{ line-height: 30px !important; } .wpgmza_nag_review_div h3 { margin-top: 5px; margin-bottom: 5px; } .button-border { border: 2px solid #333; color: #333; text-decoration: none; padding: 5px 10px; line-height: 15px; height: 20px; display: inline-block; border-radius: 3px; } .button-border__green { border-color: #46b450; color: #46b450; opacity: .6; background: #46b450; color: #fff; } .button-border__green:hover { color: #fff; } .wpgmza-form-group__multiple > div { flex: 1; display: flex; padding: 3px; padding-left: 10px; line-height: 30px; box-sizing: border-box; } .wpgmza-form-group__multiple > div * { flex: 1; } #wpgmza_theme_editor_element { width:100%; } #wpgmza-theme-editor input[type="number"] { padding-right: 0; margin-left: 0; margin-right: 0; } #wpgmza-theme-editor select { padding-left: 10px !important; } #wpgmza-theme-editor input[type="color"] { height:25px; padding: 0 2px; width: 25px; cursor: pointer; } #wpgmza-theme-editor__feature-settings { box-sizing: border-box; padding-bottom: 0; } #wpgmza-theme-editor { overflow-y: hidden; } #wpgmza-theme-editor__invert-lightness label { line-height: 16px; } .wpgmza-marker-icon-picker > * { flex: 1; } .wpgmza-marker-icon-picker button { margin: 2px !important; } #wpfooter { position: static !important; }
wp-content/plugins/wp-google-maps/css/wp-google-maps-admin.css
.wpgmza-extension { float: left; margin: 0 15px 15px 0; background: #fff; border: 1px solid #ccc; width: 320px; padding: 14px; height: 370px; position: relative; } .wpgmza-extension h3 { margin: 0 0 8px; font-size: 13px; } .wpgmza-extension .wp-post-image { width: 100%; height: auto; } .wpgmza-extension .button-secondary { position: absolute; bottom: 14px; left: 14px; } .wpgmza-plugin { height: 250px; } #wpgmaps_tabs .ui-tabs-nav li, #wpgmaps_tabs_markers .ui-tabs-nav li { padding: 0px !important; display: inline-block !important; } #wpgmaps_tabs .ui-tabs-nav li > a, #wpgmaps_tabs_markers .ui-tabs-nav li > a { display: inline-block !important; padding: 10px 15px !important; } .ui-widget-header { background: transparent !important; border-style: none !important; } .ui-corner-all { border-style: none; border-radius: 0px ; } .ui-tabs-active { background: #0073AA !important; } .ui-tabs-active a { color:white !important; } .ui-state-default{ background: #E8E8E8; padding-top: 10px; padding-bottom: 10px; padding-left: 15px; padding-right: 15px; transition: background 0.2s; -webkit-transition: background 0.2s; -moz-transition: background 0.2s; -o-transition: background 0.2s; } .ui-state-default a{ text-decoration: none; color: black; } .ui-tabs-panel { background: white !important; margin-top: -19px !important; padding: 13px !important; } .ui-slider { position: relative; text-align: left; background: #E8E8E8; } .ui-slider .ui-slider-handle { position: absolute; z-index: 2; cursor: default; background: #0073AA; border-radius: 10px; padding: 9px !important; } .ui-slider .ui-slider-range { position: absolute; z-index: 1; font-size: .7em; display: block; border: 0; background-position: 0 0; } .ui-slider-horizontal { height: .8em; } .ui-slider-horizontal .ui-slider-handle { top: -.3em; margin-left: -.6em; } .ui-slider-horizontal .ui-slider-range { top: 0; height: 100%; } .ui-slider-horizontal .ui-slider-range-min { left: 0; } .ui-slider-horizontal .ui-slider-range-max { right: 0; } .ui-slider-vertical { width: .8em; height: 100px; } .ui-slider-vertical .ui-slider-handle { left: -.3em; margin-left: 0; margin-bottom: -.6em; } .ui-slider-vertical .ui-slider-range { left: 0; width: 100%; } .ui-slider-vertical .ui-slider-range-min { bottom: 0; } .ui-slider-vertical .ui-slider-range-max { top: 0; } /** Toggles from - http://callmenick.com/ */ .cmn-toggle { position: absolute; margin-left: -9999px; visibility: hidden; } .cmn-toggle + label { display: block; position: relative; cursor: pointer; outline: none; -webkit-user-select: none; -moz-user-select: none; -ms-user-select: none; user-select: none; } input.cmn-toggle-round-flat + label { padding: 0px; width: 26px; height: 17px; background-color: #dddddd; -webkit-border-radius: 30px; -moz-border-radius: 30px; -ms-border-radius: 30px; -o-border-radius: 30px; border-radius: 30px; -webkit-transition: background 0.4s; -moz-transition: background 0.4s; -o-transition: background 0.4s; transition: background 0.4s; } input.cmn-toggle-round-flat + label:before, input.cmn-toggle-round-flat + label:after { display: block; position: absolute; content: ""; } input.cmn-toggle-round-flat + label:before { top: 2px; left: 2px; bottom: 2px; right: 2px; background-color: #fff; -webkit-border-radius: 60px; -moz-border-radius: 60px; -ms-border-radius: 60px; -o-border-radius: 60px; border-radius: 60px; -webkit-transition: background 0.4s; -moz-transition: background 0.4s; -o-transition: background 0.4s; transition: background 0.4s; } input.cmn-toggle-round-flat + label:after { top: 4px; left: 4px; bottom: 4px; width: 9px; background-color: #dddddd; -webkit-border-radius: 6px; -moz-border-radius: 6px; -ms-border-radius: 6px; -o-border-radius: 6px; border-radius: 6px; -webkit-transition: margin 0.4s, background 0.4s; -moz-transition: margin 0.4s, background 0.4s; -o-transition: margin 0.4s, background 0.4s; transition: margin 0.4s, background 0.4s; } input.cmn-toggle-round-flat:checked + label { background-color: #0073AA; } input.cmn-toggle-round-flat:checked + label:after { margin-left: 8px; background-color: #0073AA; } input.cmn-toggle-yes-no + label { padding: 2px; width: 33px; height: 18px; position: relative; top: 1px; } input.cmn-toggle-yes-no + label:before, input.cmn-toggle-yes-no + label:after { display: block; position: absolute; top: 0; left: 0; bottom: 0; right: 0; color: #fff; font-family: sans-serif; font-size: 13px; text-align: center; line-height: 24px; } input.cmn-toggle-yes-no + label:before { background-color: #dddddd; color: black !important; content: attr(data-off); -webkit-transition: -webkit-transform 0.5s; -moz-transition: -moz-transform 0.5s; -o-transition: -o-transform 0.5s; transition: transform 0.5s; -webkit-backface-visibility: hidden; -moz-backface-visibility: hidden; -ms-backface-visibility: hidden; -o-backface-visibility: hidden; backface-visibility: hidden; } input.cmn-toggle-yes-no + label:after { background-color: #0073AA; content: attr(data-on); -webkit-transition: -webkit-transform 0.5s; -moz-transition: -moz-transform 0.5s; -o-transition: -o-transform 0.5s; transition: transform 0.5s; -webkit-transform: rotateY(180deg); -moz-transform: rotateY(180deg); -ms-transform: rotateY(180deg); -o-transform: rotateY(180deg); transform: rotateY(180deg); -webkit-backface-visibility: hidden; -moz-backface-visibility: hidden; -ms-backface-visibility: hidden; -o-backface-visibility: hidden; backface-visibility: hidden; } input.cmn-toggle-yes-no:checked + label:before { -webkit-transform: rotateY(180deg); -moz-transform: rotateY(180deg); -ms-transform: rotateY(180deg); -o-transform: rotateY(180deg); transform: rotateY(180deg); } input.cmn-toggle-yes-no:checked + label:after { -webkit-transform: rotateY(0); -moz-transform: rotateY(0); -ms-transform: rotateY(0); -o-transform: rotateY(0); transform: rotateY(0); } .switch { display: inline-block; margin-right: 5px; top: 3px; position: relative; } .update-blue{ border-left: 4px solid #0073AA; } .button-primary { border-radius: 0px !important; border-style: none !important; background-color: #0073AA !important; } .button-seconday{ border-radius: 0px !important; border-style: none !important; } .grey-out{ opacity:0.5; } .cmn-override-big{ width: 50px !important; height: 28px !important; } .cmn-override-big-wide{ width: 100px !important; height: 28px !important; } .cmn-override-big:after, .cmn-override-big:before, .cmn-override-big-wide:after, .cmn-override-big-wide:before{ line-height: 34px !important; } #wpgmza_marker_holder #wpgmza_table { background-color: white; padding: 10px; } #wpgmza_marker_holder #wpgmza_table_filter { float: right; } #wpgmza_marker_holder #wpgmza_table_length { float: left; } .wpgmza-promo { border: 4px solid white; box-shadow: 1px 1px 5px #ABABAB; -webkit-box-shadow: 1px 1px 5px #ABABAB; -moz-box-shadow: 1px 1px 5px #ABABAB; } .wpgmza-promo .wpgmza-promo-overlay{ opacity:0; transition: opacity 0.4s; -webkit-transition: opacity 0.4s; -moz-transition: opacity 0.4s; -o-transition: opacity 0.4s; } .wpgmza-promo:hover .wpgmza-promo-overlay{ opacity:1; } .wpgmza-promo-overlay { background: #E8E8E8; position: absolute; bottom: 0px; right: 0px; left: 0px; padding: 10px; } .wpgmza-promo-overlay h4, .wpgmza-promo-overlay p { margin: 0px !Important; } .about-wrap { margin-top: -20px !important; } .paginate_button { background: white; margin-right: 5px; padding: 5px; position: relative; top: 8px; cursor: pointer; } .paginate_button:hover { background: #0073AA; color: white; } #wpgmza_table_info { padding: 7px; } .update-nag h4{ margin:0px !important; } .update-slim{ margin-top: 0px !important; line-height: 15px !important; } .update-att{ border: 1px solid #ffba00; } .update-map-overlay { position: absolute; margin-top: -103px !important; margin-left: 5px; } .wpgmza-listing, .wpgmza-listing th span { padding: 7px; } .wpgmza-listing{ border: 4px solid white !important; } .wpgmza-listing-comp { border: 4px solid white !important; background: white; margin-bottom: 5px; box-shadow: 0 1px 1px 0 rgba(0,0,0,.1); -webkit-box-shadow: 0 1px 1px 0 rgba(0,0,0,.1); -moz-ox-shadow: 0 1px 1px 0 rgba(0,0,0,.1); } .wpgmza_map_seventy{ width:69% !important; float:left; margin-left: 1%; } #wpgmza_store_locator_default_radius_km, #wpgmza_store_locator_default_radius_mi { display: none; } #wpgmza_store_locator_default_radius_km.active, #wpgmza_store_locator_default_radius_mi.active { display: block; } #wpgmza-gdpr-compliance fieldset { margin-bottom: 0.3em; } #wpgmza-gdpr-compliance fieldset>* { display: inline-block; vertical-align: top; } #wpgmza-gdpr-compliance fieldset>label { width: 260px; } #wpgmza-gdpr-compliance input[type='number'] { width: 64px; } #wpgmza-gdpr-compliance textarea { resize: both; } #wpgmza-gdpr-compliance label { cursor: auto; } #wpgmza-gdpr-compliance i { cursor: help !important; } [name='wpgmza_gdpr_default_notice'] { width: 80%; } [name='wpgmza_gdpr_default_notice']>p:first-child { margin-top: 0px; } [name='wpgmza_gdpr_company_name'], [name='wpgmza_gdpr_retention_purpose'] { width: 50vw; } [name='wpgmza_gdpr_notice_override_text'] { width: 50vw; height: 200px; } #wpgmza-google-api-error-dialog { width: 66vw; } #wpgmza-google-api-error-list, #wpgmza-google-api-error-list * { text-align: left; } #wpgmza-google-api-error-list { list-style: none; } #wpgmza-google-api-error-list li { background: ghostwhite; padding: 0.5em; margin: 0.5em; } #wpgmza-google-api-error-list li:before { content: "\26D4"; color: red; } #wpgmza-google-api-error-dialog a { color: blue; } #wpgmza-google-api-error-dialog .wpgmza-documentation-buttons { float: right; } #wpgmza-google-api-error-dialog .wpgmza-documentation-buttons a { color: #444444; background: #F3F3F3; border: 1px #DADADA solid; padding: 5px 10px; border-radius: 2px; cursor: pointer; font-size: 9pt; outline: none; } #wpgmza-google-api-error-dialog .wpgmza-documentation-buttons a:hover { border: 1px #C6C6C6 solid; box-shadow: 1px 1px 1px #EAEAEA; color: #333333; background: #F7F7F7; } #wpgmza-google-api-error-dialog .wpgmza-documentation-buttons a:active { box-shadow: inset 1px 1px 1px #DFDFDF; } #wpgmza-google-api-error-dialog .wpgmza-documentation-buttons a i { font-weight: bold; padding-right: 0.3em; } [aria-controls="wpgmza-gdpr-compliance"] { margin-left: 3px; } .ui-tabs-panel { /*box-shadow: 0 1px 3px rgba(0,0,0,0.12), 0 1px 3px rgba(0,0,0,0.04);*/ /* transition: all 0.3s cubic-bezier(.25,.8,.25,1);*/ } .error { border-width: 3px; box-shadow: 0 1px 3px rgba(0,0,0,0.12), 0 1px 3px rgba(0,0,0,0.04); } #wpcontent { padding: 20px; padding-right: 25px; padding-top: 0; box-sizing: border-box; } .wrap { margin: 0; } #wpgmza-map-edit__btns { position: fixed; bottom: 0; left: 0; right: 0; width: 100%; height: 50px; background: #fff; z-index: 999; text-align: right; margin: 0; box-shadow: 0 1px 6px rgba(0,0,0,0.12), 0 -1px 3px rgba(0,0,0,0.04); padding: 10px; padding-right: 20px; box-sizing: border-box; border-top: 1px solid #ddd; } #wpgmza-map-edit__btns input { display: inline-block; vertical-align: middle; } #wpgmza-theme-editor { box-shadow: 0 1px 6px rgba(0,0,0,0.12), 0 -1px 3px rgba(0,0,0,0.04); border-radius: 3px; padding: 20px; box-sizing: border-box; } #wpgmza_map { border: 1px solid #ddd; border-radius: 4px; box-shadow: 0 1px 6px rgba(0,0,0,0.12), 0 -1px 3px rgba(0,0,0,0.04); } .wpgmza-google-maps-api-error-overlay { background: rgba(0,0,0,0.3) !important; color: #fff; box-sizing: border-box; padding: 20px; } .wpgmza-google-maps-api-error-overlay h2 { color: #fff; margin-top: 5px; } .wpgmza-google-maps-api-error-overlay .template.notice { background: transparent; border: 1px solid #fff; padding-bottom: 30px; position: relative; } .wpgmza-google-maps-api-error-overlay a { color: #fff !important; font-weight: bold; } .wpgmza-google-maps-api-error-overlay .wpgmza-documentation-buttons { position: absolute; bottom: 15px; right: 10px; } .wpgmza-google-maps-api-error-overlay .wpgmza-documentation-buttons a{ background: transparent !important; text-decoration: none !important; color: #fff !important; border: 1px solid #fff !important; border-radius: 1px !important; } .wpgmza-google-maps-api-error-overlay .wpgmza-documentation-buttons a:hover { background: #fff !important; color: #333 !important; border: 1px solid #fff !important; } #wpgmza_map { position: relative; } #wpgmza_marker_holder { background: #fff; box-shadow: 0 1px 3px rgba(0,0,0,0.12), 0 1px 3px rgba(0,0,0,0.04); transition: all 0.3s cubic-bezier(.25,.8,.25,1); border-radius: 3px; } .dataTables_length, .dataTables_filter, .wpgmza-marker-listing__actions, .dataTables_info, .dataTables_paginate{ padding: 10px 20px; } .wpgmza-marker-listing__actions { padding-bottom: 15px; } .button-primary, .ui-tabs-active, .wpgmza_general_btn, .wpgmza_file_select_btn{ background-color: #2B323C !important; text-shadow: none; border-radius: 2px !important; transition: background .12s ease-in-out !important; } .button-primary:hover, .ui-tabs-active:hover, .wpgmza_general_btn:hover, .wpgmza_file_select_btn:hover { background-color: #616f82 !important; } .button-primary:active, .button-primary:focus, .ui-tabs-nav a:active, .ui-tabs-nav a:focus{ outline: none !important; box-shadow: none !important; } body[class*="wp-google-maps"] .ui-tabs-nav { overflow-x: scroll !important; overflow-y: hidden !important; white-space: nowrap !important; font-size: 0 !important; } body[class*="wp-google-maps"] .ui-tabs { box-shadow: 0 1px 3px rgba(0,0,0,0.12), 0 1px 3px rgba(0,0,0,0.04); background: #fff !important; background: #f9f9f9 !important; border-radius: 3px; overflow: hidden; } body[class*="wp-google-maps"] .ui-tabs-nav li { display: inline-block !important; font-size: 12px; margin-bottom: 0 !important; border-right: 1px solid #eee; border-radius: 0; transition: background .13s ease-in-out; } body[class*="wp-google-maps"] .ui-tabs-nav li a { } body[class*="wp-google-maps"] .ui-tabs-panel { border: 1px solid #eee; } body[class*="wp-google-maps"] .ui-state-default { background: #fff; } body[class*="wp-google-maps"] .ui-state-default:hover { background: #f9f9f9; } body[class*="wp-google-maps"] .ui-tabs-panel { margin-top: 0 !important; } li[aria-controls="wpgmza-gdpr-compliance"] { margin-left: 0; } .wpgmza-upgrade-tab, .wpgmza-upgrade-tab a{ background: #FACE48 !important; } #wpgmza-pro-features { padding: 0; margin-top: 20px; text-align: center; } .wpgmza-pro-features__item { display: inline-block; width: 33%; vertical-align: top; box-sizing: border-box; padding: 10px ; min-height: 300px; } .wpgmza-pro-features__item .wpgmza-card { min-height: 360px; } .wpgmza-card { background: #fff; box-sizing: border-box; padding: 20px; border-radius: 3px; position: relative; box-shadow: 0 1px 6px rgba(0,0,0,0.12), 0 1px 3px rgba(0,0,0,0.04); } .wpgmza-pro-features__item img { border: none; } .wpgmza-pro-features__item p { } .wpgmza-feature-item__desc { position: absolute; bottom: 0; left: 0; right: 0; box-sizing: border-box; padding: 20px; font-size: 14px; } #wpgmza-basic-footer-text { text-align: center !important; margin-top: 20px; } .wpgmza-nag { border: 2px solid black; line-height: 12px; box-sizing: border-box; border-radius: 4px !important; } #wpgmaps_save_reminder { margin-top: 20px; } .wpgmza.button, body[class*="wp-google-maps"] .button.button-secondary{ background: transparent; border: 2px solid #2B323C; box-sizing: border-box; line-height: 20px; box-shadow: none; outline: none; transition: background-color .1s ease-in-out; } .wpgmza.button:hover, body[class*="wp-google-maps"] .button.button-secondary:hover{ background: #2B323C; color: #fff; border: 2px solid #2B323C; } .wpgmza.button:active, .wpgmza.button:focus, body[class*="wp-google-maps"] .button.button-secondary:active, body[class*="wp-google-maps"] .button.button-secondary:focus{ outline: none; box-shadow: none; border: 2px solid #2B323C; } .wpgmza-error-message { border: 2px solid #EE6385; border-width: 2px !important; padding: 20px !important; box-sizing: border-box; } .wpgmza-error-message h1 { color: #EE6385; font-size: 17px; padding: 0; margin-bottom: 15px; } .wpgmza-error-message a { color: #EE6385; } .wpgmza_copy_shortcode { background: #fffbef !important; box-shadow: none !important; border: none !important; padding: 7px 5px; font-size: 15px !important; color: #FACE48 !important; border: 2px solid #FACE48 !important; border-radius: 3px !important; cursor: pointer; text-align: center; } .ui-slider-handle { border: 2px solid #FACE48 !important; cursor: pointer !important; } .ui-slider-handle:active, .ui-slider-handle:focus { box-shadow: none !important; outline: none !important; } #slider-range-max { background: #FACE48 !important; border: 1px solid #ccc !important; border-radius: 30px !important; } .ui-slider-range.ui-slider-range-max { background: #f9f9f9 !important; } body[class*="wp-google-maps"] { background: #f5f5f9; } body[class*="wp-google-maps"] .ui-tabs { background: #efeff5 !important; } .update-att { border: 2px solid #FACE48; border-radius: 5px; background: #FACE48; color: #fff; margin: 10px; box-sizing: border-box; font-size: 13px; } .update-att a { color: #fff; opacity: .9; font-weight: bold; } .update-att .fa { margin-right: 10px; } .wpgmza-marker-tab__title { margin-top: 0; } #wpgmaps_tabs_markers .update-att { margin: 0; width: 100%; margin-bottom: 10px; } #wpgmza-marker-tabs__wrap #tabs-m-2 { max-height: 410px; overflow: auto; } #wpgmza-marker-tabs__wrap { margin-bottom: 20px; } #wpgmza-map-edit__markers { clear: both; padding-top: 10px; } .wpgmza-button__top-right { position: absolute; top: 10px; right: 10px; } .ui-tabs-panel { position: relative; } body[class*="wp-google-maps"] .button.button-secondary, body[class*="wp-google-maps"] .button.button-primary{ height: 26px; box-sizing: border-box; } body[class*="wp-google-maps"] .button.button-secondary { height: 29px; line-height: 25px; vertical-align: top; } .wpgmza-clear { clear: both; } .wpgmza-support-notice { background: #0073AA !important; color: #fff; border: none; border-radius: 3px; margin: 0; position: absolute; top: 10px; right: 0; padding: 10px 20px !important; display: none !important; } .wpgmza-support-notice a { color: #fff; } #wpgmza-theme-editor { padding: 0 !important; background: #f5f5f9 !important; } #wpgmza-theme-editor__edit { position: relative; } #wpgmza-theme-editor__feature { position: sticky; top: 0; background: #fff; z-index: 99; border-bottom: 1px solid #eee; padding: 10px 20px; line-height: 28px; box-shadow: 0 1px 4px rgba(0,0,0,0.07), 0 -1px 3px rgba(0,0,0,0.04); } #wpgmza-theme-editor__feature-settings { padding: 20px; padding-top: 10px; } #wpgmza-theme-editor__toggle { position: absolute; right: 20px; top: 50%; transform: translate(-50%, -50%); cursor: pointer; } #wpgmza-map-theme-editor__holder { display: none; position: relative; height: 0; width: 100%; } #wpgmza-map-theme-editor__holder.active { display: block; } #wpgmza-theme-editor { display: block !important; position: absolute !important; right: 0 !important; bottom: 4px !important; transform: none !important; width: 50% !important; z-index: 99 !important; height: 50px !important; transition: all 0.7s cubic-bezier(.25, .8, .25, 1) !important; animation: .3s wpgmzaSlideIn ease-in-out !important; } #wpgmza-theme-editor.active { height: 260px !important; } @keyframes wpgmzaSlideIn { 0% { opacity: 0; transform: translateY(10px); } 100% { opacity: 1; transform: translateY(0); } } .wpgmza-form-group__multiple { display: flex; } .wpgmza-form-group__multiple fieldset { margin-right: 20px; flex: 1; } #wpgmza-maps-engine-dialog { background: #f5f5f9; } .wpgmza-border-box__option { background: #fff; border-radius: 4px; padding: 30px; border: 2px solid #fff; cursor: pointer; box-shadow: 0 1px 4px rgba(0,0,0,0.07), 0 -1px 3px rgba(0,0,0,0.04); } .wpgmza-border-box__option:first-of-type { margin-right: 20px; } .wpgmza-border-box__option:hover, .wpgmza-border-box__option.selected{ border-color: #2B323C; } #wpgmza-confirm-engine { padding: 3px 30px !important; height: 45px !important; margin-top: 30px; font-size: 15px !important; } .wpgmza-border-box__option .wpgmza-mock-radio { width: 100% !important; left: 0 !important; } .wpgmza-border-box__option .wpgmza-mock-radio-button { display: none !important; } .wpgmza-engine-logo { max-height: 140px; width: auto !important; } #wpgmza-maps-engine-dialog { max-width: 800px } #wpgmza-confirm-engine[disabled], #wpgmza-confirm-engine:disabled { background: #2b323c66 !important; color: #fff !important; } .wpgmza-promo img { max-width: 200px; } .feature-section.three-col .col { max-width: 30%; display: inline-block; margin-bottom: 30px; } .feature-section { text-align: center; } .wpgmza-promo-overlay { width: 100%; background: none; margin: 0 auto; top: -100px; background: rgba(0,0,0,0.3); color: #fff; bottom: unset; padding: 15px 30px; padding-top: 15px; border-radius: 5px; pointer-events: none; width: max-content; } .wpgmza-promo-overlay * { color: #fff !important; } .wpgmza-map-edit__mouse-tip { text-align: center; margin: 20px 0; } #wpgmza-theme-editor fieldset>label { width: auto; display: inline-block !important; vertical-align: middle !important; line-height: 30px; margin-right: 10px; } #wpgmza-theme-editor fieldset>input, #wpgmza-theme-editor fieldset>select{ display: inline-block !important; vertical-align: middle !important; } #wpgmza-theme-editor .wpgmza-form-group { border-bottom: 1px solid #eee; padding: 10px 0; } #wpgmza-theme-editor fieldset { margin: 0; } #wpgmza-theme-editor fieldset div { display: inline !important; } #wpgmza-theme-editor .wpgmza-form-group:last-of-type { margin-bottom: 10px; } body[class*="wp-google-maps"] input.cmn-toggle-yes-no + label:after { background: #face48; border: 1px solid #dcb02a !important; color: #444444; } body[class*="wp-google-maps"] input.cmn-toggle-yes-no + label { border-radius: 2px; overflow: hidden; } body[class*="wp-google-maps"] input.cmn-toggle-yes-no + label:before { background: #eee; border: 1px solid #ccc; } body[class*="wp-google-maps"] input[type=checkbox]:checked:before { color: #face48; } body[class*="wp-google-maps"] input.cmn-toggle-round-flat:checked + label, body[class*="wp-google-maps"] input.cmn-toggle-round-flat:checked + label:after{ background: #face48; } body[class*="wp-google-maps"] .ui-slider-handle { transition: transform .2s ease-in-out; } body[class*="wp-google-maps"] .ui-slider-handle:hover { transform: scale(1.2); } body[class*="wp-google-maps"] input[type="text"], body[class*="wp-google-maps"] select { padding: 6px 8px; box-shadow: none; border: 1px solid #ccc; border-radius: 2px; transition: border .12s ease-in-out; } body[class*="wp-google-maps"] select { cursor: pointer; } body[class*="wp-google-maps"] input[type="text"]:not(.color):hover, body[class*="wp-google-maps"] select:hover{ border-color: #face48; } body[class*="wp-google-maps"] input[type="text"]::placeholder { color: #ccc; } #wpgmaps_tabs_markers input:not([type="checkbox"]):not([type="button"]), #wpgmaps_tabs_markers select, #wpgmaps_tabs_markers textarea, #wpgmza_addmarker { width: 100% !important; } #wpgmaps_tabs_markers td { padding-bottom: 10px; } .wpgmza-info__small { color: #333; opacity: .5; padding: 3px; margin-top: 3px; display: inline-block; } .wpgmza-info-right { margin-left: 10px; } .wp-core-ui .button, .wp-core-ui .button-secondary, .dataTables_wrapper .dataTables_paginate .paginate_button.current{ border: 2px solid #2B323C; color: #2B323C !important; font-weight: normal; transition: all .12s ease-in-out; background: transparent; border-radius: 4px; } .wp-core-ui .button:hover, .wp-core-ui .button-secondary:hover, .dataTables_wrapper .dataTables_paginate .paginate_button.current:hover{ border: 2px solid #2B323C; background: #2B323C; color: #fff !important; font-weight: normal; } .wpgmza-flex { display: flex; } .wpgmza-flex a { margin-right: 3px !important; } body[class*="wp-google-maps"] .button-primary, body[class*="wp-google-maps"] .ui-tabs-active { /* color: #fff !important; */ } .button.button-secondary, .button.button-primary { color: #fff !important; } body[class*="wp-google-maps"] input[type="text"] { border: none !important; border-bottom: 2px solid #e8e8e8 !important; } body[class*="wp-google-maps"] input[type="text"]:active, body[class*="wp-google-maps"] input[type="text"]:focus, body[class*="wp-google-maps"] input[type="text"]:hover{ border-color: #2B323C !important; } .wpgmza-listing-comp { box-shadow: 0 1px 3px rgba(0,0,0,0.12), 0 1px 3px rgba(0,0,0,0.04); border-radius: 2px; padding: 15px; box-sizing: border-box; } .wpgmza-listing { box-shadow: 0 1px 3px rgba(0,0,0,0.12), 0 1px 3px rgba(0,0,0,0.04) !important; border-radius: 3px; } .wpgmza-listing a { color: #333 !important; } .wpgmza-listing-comp input { width: 100%; } .wpgmza-listing-comp td { padding-bottom: 10px; } #wpgmza-polygon-textarea { display: block; clear: both; padding-top: 20px; } #wpgmza-polygon-textarea textarea { margin-top: 10px; width: 100% !important; box-shadow: none; } body[class*="wp-google-maps"] input[type="text"].wpgmza_copy_shortcode { border: 2px solid #face48 !important; } #wpgmza-support__row { background: transparent; display: flex; } .wpgmza-support__col { padding: 10px; box-sizing: border-box; flex: 1; } .wpgmza-support__col .wpgmza-card { height: 100%; } .wpgmza-support__col h2 { margin-top: 0; border-bottom: 1px solid #eee; padding-bottom: 15px; } .wpgmza-support__col h2 i { margin-right: 10px; color: #face48 } #wpbody { padding-top: 5px; } input[type="radio"] { -webkit-appearance: none; -moz-appearance: none; appearance: none; display: inline-block; position: relative; background-color: #fff; color: #333; height: 15px; width: 15px; border: 0; border-radius: 50%; cursor: pointer; margin-right: 7px; outline: none; border: 1px solid #2B323C; } input[type="radio"]:checked::before { content: ''; display: block; position: absolute; color: #fff; left: 50%; top: 50%; background: #2B323C; transform: translate(-50%,-50%); width: 7px; height: 7px; margin: 0; } input[type="radio"]:hover { background-color: #fff; } input[type="radio"]:checked { background-color: #fff; border: 1px solid #333;; } input[type="radio"]:active, input[type="radio"]:focus { outline: none; box-shadow: none; } #wpgmaps_tabs select, #wpgmaps_tabs input:not([type="checkbox"]):not([type="radio"]){ min-width: 200px; } #wpgmza-welcome-page { width: 100%; margin: 0 auto; text-align: center; } #wpgmza-welcome-page .about-text, #wpgmza-welcome-page h1 { width: 100%; } #wpgmza-welcome-page #wpgmza-support__row { justify-content: center; } .wpgmza-flex-grid__item { flex: 1; padding: 20px; box-sizing: border-box; } .wpgmza-flex-grid__item .wpgmza-card { height: 100%; } #wpgmza-welcome-page .nav-tab { background: #face48; border: none; color: #fff !important; font-weight: normal; } #wpgmza-welcome-page .nav-tab-wrapper { text-align: center !important; border-bottom: 1px solid #e7e7e7; } .wpgmza-card h4 { margin: 0; margin-bottom: 15px; } .wpgmza-error-message { border-left-color: #EE6385; } .wpgmza-error-message a { color: #EE6385 !important; } input[type="text"].wpgmza_copy_shortcode { color: #2B323C !important; border: 2px solid #2B323C !important; background: #f4f7fb !important; } .button.button-secondary { color: #2B323C !important; } select[id*="width"], select[id*="height"]{ min-width: 50px !important; } .button-primary:disabled, .button-primary[disabled]{ background: #2B323C !important; color: #fff !important; opacity: .3 } #wpgm_notice_message_save_marker, #wpgm_notice_message_addfirst_marker{ margin-top: 10px; } #wpgm_notice_message_save_marker .update-nag, #wpgm_notice_message_addfirst_marker .update-nag{ padding: 6px 15px !important; border: 2px solid #FACE48; color: #FACE48; box-shadow: none; border-radius: 5px; width: 100%; box-sizing: border-box; text-align: center !important; } table.dataTable thead th, table.dataTable thead td { border-bottom: 1px solid #ddd; } table.dataTable tfoot th, table.dataTable tfoot td { border-top: 1px solid #ddd; } table.dataTable.row-border tbody th, table.dataTable.row-border tbody td, table.dataTable.display tbody th, table.dataTable.display tbody td, table.dataTable.display tbody tr.odd>.sorting_1, table.dataTable.order-column.stripe tbody tr.odd>.sorting_1 { background: #fff; } tbody tr .sorting_1 { text-align: center; } table.dataTable.stripe tbody tr.odd, table.dataTable.display tbody tr.odd , table.dataTable.display tbody tr.odd td{ background: #f9f9f9 !important; } table.dataTable.display tbody tr.odd>.sorting_1, table.dataTable.order-column.stripe tbody tr.odd>.sorting_1 { background: #f4f4f4 !important; } tbody tr.even>.sorting_1 { background: #f9f9f9 !important; } table.dataTable.display tbody tr:hover td { transition: background .12s ease-in-out; } table.dataTable.hover tbody tr:hover, table.dataTable.display tbody tr:hover td { background: #f9f9f9; } table.dataTable.hover tbody tr.odd:hover, table.dataTable.display tbody tr.odd:hover td { background: #f4f4f4 !important; } .wpgmza-listing td { vertical-align: middle; } .wpgmza-wizard-option__info-title { border-bottom: 1px solid #eee; padding: 10px; padding-top: 0; margin-bottom: 10px; } .wpgmza-wizard-option__info-title i { margin-right: 10px; } .wpgmza-listing { padding: 0; } .maps_page_wp-google-maps-menu-custom-fields { background: #F5F5F9; } #wpcontent { padding-left: 0; padding: 30px; } #wpgmza-custom-fields h1 { font-size: 25px; margin-bottom: 15px; } #wpgmza-custom-fields .wp-list-table { box-shadow: 0 1px 3px rgba(0,0,0,0.12), 0 1px 3px rgba(0,0,0,0.04) !important; border-radius: 3px; } .wpgmza-infowindow-style-picker { flex-wrap: wrap; justify-content: center; text-align: center; } #wrap { } .wpgmza-infowindow-picker__item { padding: 10px; box-sizing: border-box; flex: 1; } .wpgmza-infowindow-picker__item .wpgmza-card { padding: 0; height: 170px; min-width: 240px; } .wpgmza-infowindow-picker__item img { position: absolute; left: 50%; top: 50%; transform: translate(-50%, -50%); height: 100px; width: auto; } .wpgmza_mlist_selection_activate { border: none !important; } .wpgmza_mlist_selection_activate .wpgmza-card { border-color: #2B323C; } .notice-success, div.updated { padding: 10px; border: 2px solid #46b450; color: #46b450; border-radius: 3px; } .wpgmza-card { display: block !important; } .wpgmza-marker-listing-picker__item { padding: 6px; box-sizing: border-box; flex-grow: 1; flex-basis: 0; max-width: 200px; } .wpgmza-marker-listing-picker__item .wpgmza-card { padding: 10px !important; width: 100%; text-align: center; } .wpgmza-marker-listing-picker__item.selected .wpgmza-card { border-color: #2B323C; } .wpgmza-marker-listing-picker { flex-wrap: wrap; text-align: center; justify-content: center; } .wpgmza-listing-item__title { display: block; margin-top: 10px; } .wpgmza-infowindow-style__name { position: absolute; bottom: 0; left: 0; right: 0; text-align: center; padding: 15px; box-sizing: border-box; } .wpgmza-infowindow-picker__item .wpgmza-card { height: 220px; } .wpgmza-infowindow-picker__item img { top: 45%; } a { color: #2f76e1; } a:hover { color: #1e5ec0; } #wpgmza_marker_holder table thead th { border-top: 1px solid #eee; } #wpgmza_marker_holder table tfoot th { border-bottom: 1px solid #eee; padding: 13px 0; } .wpgmza-card ul { list-style: none; padding: 0; margin: 0; } .wpgmza-card ul li { margin: 0; padding: 3px 0; } .wp-core-ui a.button-primary, a.button-primary, input.button-primary, .wp-core-ui .button-primary{ text-shadow: none !important; padding: 10px 15px !important; height: 37px !important; line-height: 18px !important; font-size: 13px; } .wrap > h1:first-of-type { margin-bottom: 10px; padding-top: 0; } textarea[name="wpgmza_custom_css"], textarea[name="wpgmza_custom_js"]{ background: #2B323C; color: #fff !important; padding: 20px 25px; border-radius: 5px; } body[class*="wp-google-maps"] input[type="text"]:hover, body[class*="wp-google-maps"] select:hover { border-color: #2B323C; } .wpgmza-buttons__right { text-align: right; position: relative; max-width: 100%; padding: 15px 0; box-sizing: border-box; } textarea[name="wpgmza_custom_js"]:active, textarea[name="wpgmza_custom_js"]:focus, textarea[name="wpgmza_custom_css"]:active, textarea[name="wpgmza_custom_css"]:focus, #wpgmza-custom-fields-table input:active, #wpgmza-custom-fields-table input:focus{ box-shadow: none; outline: none; } hr { border-color: #f4f4f4 !important; } .maps_page_wp-google-maps-menu-settings .ui-tabs-panel, .maps_page_wp-google-maps-menu-advanced .ui-tabs-panel{ padding: 20px; } .maps_page_wp-google-maps-menu-settings .ui-tabs-panel h3, .maps_page_wp-google-maps-menu-advanced h2 { margin-top: 0; margin-bottom: 15px; } input[type="text"] { background: transparent !important; } input[type="number"], input[type="date"], input:not([type="checkbox"]):not([type="radio"]){ border: 1px solid #ddd; box-shadow: none; padding: 4px 9px; border-radius: 2px; transition: border-color .12s ease-in-out; background: #fff; } input[type="number"]:hover, input[type="number"]:active, input[type="number"]:focus, input[type="date"]:hover, input[type="date"]:focus, input[type="date"]:active, input:not([type="checkbox"]):hover, input:not([type="checkbox"]):active, input:not([type="checkbox"]):focus{ border-color: #2B323C; outline: none; box-shadow: none; } #wpgmza-gdpr-compliance-notice { min-width: 100%; } .wpgmza-buttons__float-right { position: absolute; right: 20px; bottom: 20px; } #wpgmza-import-target-map-panel table { border: 1px solid #ddd !important; margin-bottom: 15px; margin-top: 15px; box-shadow: none !important; } #wpgmza-advanced__get-help-link { text-align: right; padding: 20px; } body[class*="wp-google-maps"] .button.button-secondary:hover { color: #fff !important; } .wpgmza_file_select_btn + #wpgmaps_import_file_name:not(:empty){ border: 1px solid #2B323C; padding: 7px 10px; border-radius: 3px; display: inline-block; } .notice p { margin: 0; } #wpgmap_import_schedule_list_table, #wpgmap_import_file_list_table, #import_options table{ border: 1px solid #ccc !important; box-shadow: none !important; } #import_options table { margin-top: 10px; margin-bottom: 10px; } #wpgmap_import_schedule_list_table .import_schedule_edit{ margin-top: 10px; display: inline-block; } #wpgmap_import_schedule_list_table span[name="status"] { opacity: .6; margin-left: 20px; border-left: 1px solid #ccc; padding-left: 20px; } #wpgmza-category-table * { color: #333; } .wrap .add-new-h2, .wrap .add-new-h2:active{ color: #2B323C; border: 2px solid #2B323C; padding: 6px 15px; border-radius: 4px; background: transparent; transition: all .12s ease-in-out; } .wrap .add-new-h2:hover, .wrap .add-new-h2:focus, .wrap .add-new-h2:active { background: #2B323C; color: #fff; border-color: #2B323C; outline: none; box-shadow: 0 1px 3px rgba(0,0,0,0.12), 0 2px 5px rgba(0,0,0,0.14) !important; } #wpmgza_unsave_notice { display: inline-block !important; opacity: 0; transition: all .12s ease-in-out; border: 2px solid #0073AA; border-radius: 3px; padding: 7px 10px; color: #0073AA; pointer-events: none; } #wpmgza_unsave_notice.visible { opacity: 1; } #wpgmaps_add_marker_category table { width: 100%; } .wpgmza-category-icon__btns { margin: 10px 0; } .wpgmza_general_btn { padding: 10px 15px !important; } .wpgmza-category-icon__btns { height: 40px; } .wpgmza-category-icon__btns * { flex: 1; text-align: center; display: inline-block; vertical-align: middle; padding: 14px !important; height: 100% !important; line-height: 0px !important; font-size: 13px !important; } .wpgmza-category-icon__btns a { line-height: 7px !important; margin-top: 1px !important; } .wpgmza-center-msg { text-align: center; display: block; font-size: 11px; opacity: .7 } .ui-tabs { padding: 0 !important;; } #wpgmza-save-map-btn { position: absolute; right: 10px; top: 50%; transform: translateY( -50%); height: 35px !important; line-height: 0 !important; } .wpgmza-map-edit__mouse-tip { text-align: center; width: 100% !important; } .wpgmza-select-theme-preset, .wp-core-ui .wpgmza-select-theme-preset{ color: #fff !important; border: 2px solid #fff !important; line-height: 0 !important; height: 32px !important; } .wpgmza-select-theme-preset:hover, .wp-core-ui .wpgmza-select-theme-preset:hover { background: #fff !important; color: #333 !important; } #wpgmza-theme-presets .owl-item img { border: 2px solid transparent; box-sizing: border-box; border-radius: 5px !important; transition: all .12s ease-in-out; } #wpgmza-theme-presets .owl-item img:hover { border-color: #333; box-shadow: 0 1px 3px rgba(0,0,0,0.12), 0 1px 30px rgba(0,0,0,0.14) !important; } .owl-carousel .owl-dot span { background: transparent !important; border: 2px solid #2B323C !important; } .owl-theme .owl-dots .owl-dot.active span, .owl-theme .owl-dots .owl-dot:hover span { background: #2B323C !important; } .owl-dot:active, .owl-dot:focus, .owl-dot:hover { box-shadow: none; outline: none !important; } textarea { border: 2px solid #ccc; box-shadow: none; border-radius: 3px; } textarea:hover, #poly_line_list:hover { border-color: #2B323C; } textarea[name="wpgmza_theme_data"] { min-width: 400px; height: 100px; } textarea:active, textarea:focus, textarea:hover { box-shadow: none; outline: none; } #wpgmaps_tabs { overflow: visible; } #wpgmza-theme-editor { bottom: 0 !important; } #wpgmza-theme-editor { display: none !important; } #wpgmza-theme-editor.active{ display: block !important; } #wpgmza-theme-editor__feature-settings { box-sizing: border-box !important; } #wpgmza-theme-editor__feature-settings * { min-width: unset !important; } #wpgmza-map-edit__btns input { } #wpgmza_addmarker { margin-top: 10px; } #wpgmza-marker-edit-panel > div { margin-top: 10px; } #wpgmza-marker-tabs__wrap > div:first-of-type { margin-bottom: 20px; } .wpgmza-save-marker { width: 100%; } #wpgmaps_options fieldset { margin-bottom: 10px; } .wpgmza-center { text-align: center; } .wpgmza-gallery-input li.wpgmza-add-new-picture { border: 3px dashed #ddd; border-radius: 3px; color: #ddd; transition: all .1s ease-in-out; } .wpgmza-gallery-input li.wpgmza-add-new-picture:hover, .wpgmza-gallery-input li:hover{ color: #2B323C; border: 3px solid #2B323C; } .wpgmza-gallery-input li { border: 3px dashed #ddd; border-radius: 3px; padding: 30px !iimportant; box-sizing: border-box; background-origin: content-box !important; cursor: pointer; } .wpgmza-gallery-input li:hover .wpgmza-delete-gallery-item { display: block; } button.wpgmza-delete-gallery-item { bottom: 5px; right: 5px; border-radius: 0; cursor: pointer; display: none; } #wpgmza_marker_holder .wpgmza-flex a { flex: 1; } .notice.notice-warning { border: 2px solid #ffb900; border-radius: 3px; padding: 8px 15px; } .wpgmza-marker-icon-preview { border: none; } .wpgmza-marker-panel label { display: block !important; margin-bottom: 6px; margin-top: 6px; } #wpgmaps_options fieldset>label+div, .wpgmza-marker-panel fieldset>label+div { width: 100%; display: block; } .wpgmza-gallery-input { text-align: left; } .wpgmza-text-field__description { display: block; margin-top: 5px; opacity: .7 } .wpgmza-marker-library-dialog { background: #F5F5F9; padding-top: 50px; } .wpgmza-marker-library-dialog iframe { border: 1px solid #ccc; box-shadow: 0 1px 3px rgba(0,0,0,0.02), 0 1px 3px rgba(0,0,0,0.04); } #wpgmza-powered-by-mappity { background: #6539C2; color: #fff; padding: 5px 10px; border-radius: 4px; position: absolute; top: 10px; right: 30px; } #wpgmza-powered-by-mappity a { color: #fff; } .wpgmza-input-button__line { display: flex !important; } #wpgmza-marker-tabs__wrap h2 { margin: 0; margin-bottom: 20px; } #wpgmza-powered-by-mappity { display: none; } .remodal-is-opened #wpgmza-powered-by-mappity { display: block; } .wpgmza-label-amber { background: #FACE48; color: #fff; padding: 5px 10px; font-size: 16px; margin-left: 6px; } input[id*="width"], input[id*="height"]{ min-width: 70px !important; } .notice.notice-error { border: 2px solid #dc3232; color: #dc3232; box-shadow: none; padding: 10px 15px !important; } #wpgmaps_marker_category_priority { width: 204px; } select, textarea, input[type="number"], input[type="date"], input:not([type="checkbox"]):not(.wpgmza_general_btn):not(.button) { border-width: 2px !important; } .wpgmza-label-amber { border-radius: 4px; box-shadow: 0 1px 3px rgba(0,0,0,0.12), 0 1px 2px rgba(0,0,0,0.04) !important; } .wpgmza-marker-select__btns input, .wpgmza-marker-select__btns a, .wpgmza-marker-select__btns span{ flex: 1; text-align: center; display: inline-block; vertical-align: middle; height: max-content; } .wpgmza_file_select_btn { border: 1px solid #eee; } .wpgmza-marker-select__btns #wpgmza_mm img { max-width: 100px; } #wpgmaps_options h3 { margin-top: 0; margin-bottom: 10px; } #wpgmaps_options td { padding-bottom: 10px; } .wpgmza-marker-select__btns + .wpgmza-center { width: 100%; text-align: center; } .ui-tabs-nav li:hover a { color: #000; } #wpgmaps_tabs_markers .wpgmza-open-layers-feature-coming-soon { margin-top: 50px; } #wpgm_premium { width: 100% !important; } #wpgm_premium .wpgmza-flex { flex-wrap: wrap; flex-basis: 20%; } #wpgm_premium .wpgmza-flex .wpgm_premium_row { flex: 1; flex-basis: 25%; } #wpgm_premium .wpgm_premium_row { overflow: hidden; padding: 10px; box-sizing: border-box; } .wpgm_premium_row, .wpgm_premium_row .wpgmza-card{ display: inline-block !important; } .wpgm_premium_row .wpgmza-card { height: 100%; width: 100%; overflow: hidden; border: 2px solid ; border-radius: 3px; text-align: left; } .wpgm_premium_row .wpgmza-card:hover { border-color: } #wpgm_premium .wpgm_premium_row h2 { font-size: 16px; font-weight: bold; margin-bottom: 10px; margin-top: 0; } #wpgm_premium .wpgm_premium_row p { font-size: 15px; line-height: 23px; } .wpgm_details { display: block; clear: both; float: none; width: 100%; } .wpgmza-card .wpgm_icon { width: 25px; height: 25px; background-size: cover; position: absolute; right: 10px; top: 10px; } @media(max-width: 1150px) { #wpgm_premium .wpgmza-flex .wpgm_premium_row { flex: 1; flex-basis: 33%; } } @media(max-width: 800px) { #wpgm_premium .wpgmza-flex .wpgm_premium_row { flex: 1; flex-basis: 50%; } } @media(max-width: 550px) { #wpgm_premium .wpgmza-flex .wpgm_premium_row { flex: 1; flex-basis: 100%; } } #wpgmza-upgrade-now__btn { display: block; margin: 0 auto; padding: 20px !important; height: 50px !important; font-size: 20px !important; border-radius: 5px !important; width: 400px !important; line-height: 10px !important; } #wpgmza-pro-upgrade-tab { text-align: center; } #wpgmza-pro-upgrade-tab h1 { font-weight: bold !important; margin-top: 10px; } .wpgmza-support-notice { top: -15px; right: -17px; background: #fff !important; border: 3px solid #FACE48 !important; color: #333; } .wpgmza-support-notice a { color: #333; } .wpgmza-popup-notification { position: fixed; bottom: 60px; right: 19px; border-radius: 4px; box-shadow: 0 1px 3px rgba(0,0,0,0.12), 0 1px 2px rgba(0,0,0,0.04) !important; background: #FACE48; color: #fff; padding: 7px 16px; margin-left: 6px; font-size: 13px; animation: 4s wpgmzaPopupNotification forwards; } @keyframes wpgmzaPopupNotification { 0% { opacity: 0; transform: translateY(100px); } 10% { opacity: 1; transform: translateY(0); } 80% { opacity: 1; transform: translateY(0); } 100% { opacity: 0; transform: translateY(100px); } } body[class*="wp-google-maps"] .wpgmza-listing { border: none !important } .wpgmza-listing a:active, .wpgmza-listing a:focus{ outline: none; box-shadow: none; } body[class*="wp-google-maps"] input.cmn-toggle-yes-no + label{ overflow: visible !important; } body[class*="wp-google-maps"] input.cmn-toggle-yes-no + label:hover:after, body[class*="wp-google-maps"] input.cmn-toggle-yes-no + label:hover:before{ box-shadow: 0 2px 4px rgba(0,0,0,0.04), 0 1px 2px rgba(0,0,0,0.04) !important; } #wpgmza-directions-box-settings label { margin-right: 30px; margin-bottom: 10px; margin-top: 10px; } #wpgmaps_tabs input[type="color"] { padding: 0; width: 25px; height: 25px; min-width: unset !important; cursor: pointer; } @media(max-width:600px) { #wpgmza-marker-tabs__wrap > div { float: none; clear: both; display: block; min-width: 100%; } .wpgmza-pro-features__item { display: block; width: 100%; } } #wpgmaps_add_poly_form textarea, #wpgmaps_add_polyline_form textarea, #wpgmaps_add_heatmap_form textarea{ width: 100%; } #wpgmaps_add_poly_form .button.button-secondary, #wpgmaps_add_polyline_form .button.button-secondary, #wpgmaps_add_heatmap_form .button.button-secondary, #wpgmaps_add_circle_form .button.button-secondary, #wpgmaps_add_rectangle_form .button.button-secondary{ height: 38px; line-height: 33px } #wpgmaps_tabs_markers th { text-align: left; border-bottom: 1px solid #eee; padding-bottom: 8px; } #wpgmaps_tabs_markers td { padding: 2px 0; border-bottom: 1px solid #eee; } body .button-primary, body .ui-tabs-active, body .wpgmza_general_btn, body .wpgmza_file_select_btn { background-color: #2B323C !important; text-shadow: none; border-radius: 2px !important; } .wpgmza-label-amber { color: #2B323C; } input.cmn-toggle-yes-no + label:before, input.cmn-toggle-yes-no + label:after { color: #2B323C; } body[class*="wp-google-maps"] select { padding: 0 5px; } .wpgmza-select-theme-preset, .wp-core-ui .wpgmza-select-theme-preset { background: #fff !important; color: #2B323C !important; } .wpgmza-select-theme-preset:hover, .wp-core-ui .wpgmza-select-theme-preset:hover { background: #f9f9f9 !important; border-color: #2B323C !important; } #wpgmza-title-label { font-weight: 600; } .wp-core-ui .button-primary { box-shadow: none; } input[type="checkbox"] { color: #2B323C; border: 1px solid #ccc !important; box-shadow: none; } input[type="checkbox"]:checked { background: #333; border-color: #2B323C !important; } input[type="checkbox"]:before { color: #2B323C !important; } input[type="checkbox"]:before { color: #2B323C !important; color: #fff !important; } input[type="checkbox"]:active, input[type="checkbox"]:focus { outline: none; box-shadow: none; } input[type="checkbox"]:hover { border-color: #2B323C !important; } input.cmn-toggle-yes-no + label:before, input.cmn-toggle-yes-no + label:after { color: #2B323C; box-sizing: border-box; line-height: 20px; } .ui-tabs-nav::-webkit-scrollbar { width: 0px; background: transparent; } .ui-tabs-nav { -ms-overflow-style: none; scrollbar-height: none; } .ui-tabs-nav::-webkit-scrollbar { display: none; } #wpgmaps_tabs_markers #qt_wpgmza-description-editor_toolbar input { width: auto !important; } .wpgmza-flex__item { flex: 1; text-align: left; padding: 0 !important; } .wpgmza-flex__item input { text-align: left; padding-left: 5px !important; } #wpgmza-category__upload-image-button { max-width: 250px; padding-left: 10px !important; } #wpgmza-category__upload-image-button button { width: 100%; } .wpgmza-panel { box-shadow: 0 1px 3px rgba(0,0,0,0.12), 0 1px 3px rgba(0,0,0,0.04) !important; } .wpgmza-custom-fields__iconpicker-wrap .iconpicker { border-width: 2px !important; } #wpgmza-marker-tabs__wrap > div:nth-child(2) { overflow-x: hidden !important; } .wpgmza-popup-notification { color: #333; } textarea[name="wpgmza_custom_css"], textarea[name="wpgmza_custom_js"] { border-color: #2B323C; } .cmn-override-big-wide:before, .cmn-override-big-wide:after, .cmn-override-big:after, .cmn-override-big:before{ line-height: 30px !important; } .wpgmza_nag_review_div h3 { margin-top: 5px; margin-bottom: 5px; } .button-border { border: 2px solid #333; color: #333; text-decoration: none; padding: 5px 10px; line-height: 15px; height: 20px; display: inline-block; border-radius: 3px; } .button-border__green { border-color: #46b450; color: #46b450; opacity: .6; background: #46b450; color: #fff; } .button-border__green:hover { color: #fff; } .wpgmza-form-group__multiple > div { flex: 1; display: flex; padding: 3px; padding-left: 10px; line-height: 30px; box-sizing: border-box; } .wpgmza-form-group__multiple > div * { flex: 1; } #wpgmza_theme_editor_element { width:100%; } #wpgmza-theme-editor input[type="number"] { padding-right: 0; margin-left: 0; margin-right: 0; } #wpgmza-theme-editor select { padding-left: 10px !important; } #wpgmza-theme-editor input[type="color"] { height:25px; padding: 0 2px; width: 25px; cursor: pointer; } #wpgmza-theme-editor__feature-settings { box-sizing: border-box; padding-bottom: 0; } #wpgmza-theme-editor { overflow-y: hidden; } #wpgmza-theme-editor__invert-lightness label { line-height: 16px; } .wpgmza-marker-icon-picker > * { flex: 1; } .wpgmza-marker-icon-picker button { margin: 2px !important; } #wpfooter { position: static !important; }
0.421195
0.053379
@-moz-document domain("/*[[instance_url]]*/") { .ui { background : #000; } body, .account__header .account__header__content, .reply-indicator__content, .navigation-bar, .privacy-dropdown__option__content, .activity-stream-tabs a, .activity-stream .status.light .status__content, .status.light .display-name span, .e-content, .p-name { color : rgb(192, 192, 192)!important; } .reply-indicator__content a, .status__content a, em, .account__header__username, .column-header__back-button, .reply-indicator__display-name, .navigation-bar strong, .privacy-dropdown__option.active .privacy-dropdown__option__content, .privacy-dropdown__option.active .privacy-dropdown__option__content strong, .privacy-dropdown__option:hover .privacy-dropdown__option__content, .privacy-dropdown__option:hover .privacy-dropdown__option__content strong, .privacy-dropdown__option, .privacy-dropdown__option__content strong, .text-icon-button.active, .activity-stream-tabs a.active, .card .name small, .activity-stream .status.light .display-name strong, .activity-stream .pre-header { color: rgb(226, 226, 226)!important; } .column > .scrollable, .drawer__inner, body.admin, .admin-wrapper .sidebar-wrapper, .activity-stream-tabs, .activity-stream .entry, .compose-form__buttons-wrapper { background-color: #222 !important; } .column-header__collapsible-innern, .search__input, .compose-form, .drawer__header, .autosuggest-textarea__textarea, .compose-form__uploads-wrapper, .compose-form__buttons, .column-link, .column-header__collapsible-inner, .detailed-status, .column-back-button, .detailed-status__action-bar, .spoiler-input__input, .admin-wrapper .sidebar ul ul, .privacy-dropdown__option { background-color: #222 !important; } body, .column-header, .column-header__button, .column-header__back-button, .column-subheading, .search-popout, .admin-wrapper .sidebar ul a.selected, .simple_form .block-button, .simple_form .button, .simple_form button, .button, .reply-indicator, .privacy-dropdown__option.active, .privacy-dropdown__option:hover, .icon-button.inverted.active { background-color: #111 !important; } .autosuggest-textarea__textarea, .spoiler-input__input { color: rgb(226, 226, 226)!important; } .compose-form__buttons { box-shadow: none; } .detailed-status__action-bar, .status { border-color: #111 } .account__header > div { background : rgba(34, 34, 34 ,.9) } }
data/usercss/151196.user.css
@-moz-document domain("/*[[instance_url]]*/") { .ui { background : #000; } body, .account__header .account__header__content, .reply-indicator__content, .navigation-bar, .privacy-dropdown__option__content, .activity-stream-tabs a, .activity-stream .status.light .status__content, .status.light .display-name span, .e-content, .p-name { color : rgb(192, 192, 192)!important; } .reply-indicator__content a, .status__content a, em, .account__header__username, .column-header__back-button, .reply-indicator__display-name, .navigation-bar strong, .privacy-dropdown__option.active .privacy-dropdown__option__content, .privacy-dropdown__option.active .privacy-dropdown__option__content strong, .privacy-dropdown__option:hover .privacy-dropdown__option__content, .privacy-dropdown__option:hover .privacy-dropdown__option__content strong, .privacy-dropdown__option, .privacy-dropdown__option__content strong, .text-icon-button.active, .activity-stream-tabs a.active, .card .name small, .activity-stream .status.light .display-name strong, .activity-stream .pre-header { color: rgb(226, 226, 226)!important; } .column > .scrollable, .drawer__inner, body.admin, .admin-wrapper .sidebar-wrapper, .activity-stream-tabs, .activity-stream .entry, .compose-form__buttons-wrapper { background-color: #222 !important; } .column-header__collapsible-innern, .search__input, .compose-form, .drawer__header, .autosuggest-textarea__textarea, .compose-form__uploads-wrapper, .compose-form__buttons, .column-link, .column-header__collapsible-inner, .detailed-status, .column-back-button, .detailed-status__action-bar, .spoiler-input__input, .admin-wrapper .sidebar ul ul, .privacy-dropdown__option { background-color: #222 !important; } body, .column-header, .column-header__button, .column-header__back-button, .column-subheading, .search-popout, .admin-wrapper .sidebar ul a.selected, .simple_form .block-button, .simple_form .button, .simple_form button, .button, .reply-indicator, .privacy-dropdown__option.active, .privacy-dropdown__option:hover, .icon-button.inverted.active { background-color: #111 !important; } .autosuggest-textarea__textarea, .spoiler-input__input { color: rgb(226, 226, 226)!important; } .compose-form__buttons { box-shadow: none; } .detailed-status__action-bar, .status { border-color: #111 } .account__header > div { background : rgba(34, 34, 34 ,.9) } }
0.276397
0.02769
.dialog-open{ overflow-y:hidden !important; } .rs-overlay{ background:#000; opacity:.5; filter: alpha(opacity=50); position: fixed; z-index: 1000; top:0; bottom:0; left:0; right:0; display: none; } .rs-dialog{ display: none; opacity: 0; overflow: hidden; position: fixed; top:0; bottom:0; left:0; right:0; z-index: 1040; -webkit-overflow-scrolling: touch; outline: 0; /*background: rgba(0,0,0,.5);*/ -webkit-transition: opacity .15s linear; -o-transition: opacity .15s linear; transition: opacity .15s linear; } .dialog-open .rs-dialog{ overflow-x:hidden; overflow-y:auto; } .rs-dialog.in{ opacity: 1; } .rs-dialog .rs-dialog-box { -webkit-transform: translate(0, -25%); -ms-transform: translate(0, -25%); -o-transform: translate(0, -25%); transform: translate(0, -25%); -webkit-transition: -webkit-transform 0.3s ease-out; -o-transition: -o-transform 0.3s ease-out; transition: transform 0.3s ease-out; } .rs-dialog.in .rs-dialog-box { -webkit-transform: translate(0, 0); -ms-transform: translate(0, 0); -o-transform: translate(0, 0); transform: translate(0, 0); } .rs-dialog .rs-dialog-box{ position: relative; margin:30px auto; width: 600px; background-color: #ffffff; border-radius:10px; border: 1px solid #999999; border: 1px solid rgba(0, 0, 0, 0.2); -webkit-box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5); box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5); } .logged-in .rs-dialog .rs-dialog-box{ margin-top:60px; } .rs-dialog-box a.close{ position: absolute; top: -12px; right: -12px; width: 25px; height: 25px; padding: 0; line-height: 25px; font-size:20px; font-family:Arial,sans-serif; font-weight:bold; text-decoration:none; text-align:center; text-shadow: 0 1px 0 #ffffff; color: #fff; background-color:#8b8b8b; border:2px solid #fff; border-radius: 25px; box-shadow:0 0 3px 1px #999; outline: none; } .rs-dialog-box a.close:hover{ background-color:#444; } .rs-dialog-header{ padding: 20px; border-bottom: 1px solid #e5e5e5; } .rs-dialog-header h3{ font-size: 18px; margin:0 !important; padding:0 !important; } .rs-dialog-body{ padding: 20px; line-height: 1.4 } .rs-dialog-body p{ margin-bottom:10px; } .rs-dialog-footer{ padding: 20px; border-top:1px solid #e5e5e5; overflow: hidden; } @media (max-width: 767px) { .rs-dialog .rs-dialog-box { width: auto; margin: 30px 20px; } }
web/css/style.css
.dialog-open{ overflow-y:hidden !important; } .rs-overlay{ background:#000; opacity:.5; filter: alpha(opacity=50); position: fixed; z-index: 1000; top:0; bottom:0; left:0; right:0; display: none; } .rs-dialog{ display: none; opacity: 0; overflow: hidden; position: fixed; top:0; bottom:0; left:0; right:0; z-index: 1040; -webkit-overflow-scrolling: touch; outline: 0; /*background: rgba(0,0,0,.5);*/ -webkit-transition: opacity .15s linear; -o-transition: opacity .15s linear; transition: opacity .15s linear; } .dialog-open .rs-dialog{ overflow-x:hidden; overflow-y:auto; } .rs-dialog.in{ opacity: 1; } .rs-dialog .rs-dialog-box { -webkit-transform: translate(0, -25%); -ms-transform: translate(0, -25%); -o-transform: translate(0, -25%); transform: translate(0, -25%); -webkit-transition: -webkit-transform 0.3s ease-out; -o-transition: -o-transform 0.3s ease-out; transition: transform 0.3s ease-out; } .rs-dialog.in .rs-dialog-box { -webkit-transform: translate(0, 0); -ms-transform: translate(0, 0); -o-transform: translate(0, 0); transform: translate(0, 0); } .rs-dialog .rs-dialog-box{ position: relative; margin:30px auto; width: 600px; background-color: #ffffff; border-radius:10px; border: 1px solid #999999; border: 1px solid rgba(0, 0, 0, 0.2); -webkit-box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5); box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5); } .logged-in .rs-dialog .rs-dialog-box{ margin-top:60px; } .rs-dialog-box a.close{ position: absolute; top: -12px; right: -12px; width: 25px; height: 25px; padding: 0; line-height: 25px; font-size:20px; font-family:Arial,sans-serif; font-weight:bold; text-decoration:none; text-align:center; text-shadow: 0 1px 0 #ffffff; color: #fff; background-color:#8b8b8b; border:2px solid #fff; border-radius: 25px; box-shadow:0 0 3px 1px #999; outline: none; } .rs-dialog-box a.close:hover{ background-color:#444; } .rs-dialog-header{ padding: 20px; border-bottom: 1px solid #e5e5e5; } .rs-dialog-header h3{ font-size: 18px; margin:0 !important; padding:0 !important; } .rs-dialog-body{ padding: 20px; line-height: 1.4 } .rs-dialog-body p{ margin-bottom:10px; } .rs-dialog-footer{ padding: 20px; border-top:1px solid #e5e5e5; overflow: hidden; } @media (max-width: 767px) { .rs-dialog .rs-dialog-box { width: auto; margin: 30px 20px; } }
0.320502
0.054676
@font-face { font-family: "iconfont"; src: url("../fonts/iconfont.eot"); src: url("../fonts/iconfont.eot?#iefix") format("embedded-opentype"), url("../fonts/iconfont.woff") format("woff"), url("../fonts/iconfont.ttf") format("truetype"), url("../fonts/iconfont.svg#iconfont") format("svg") } .iconfont { font-family: "iconfont" !important; font-size: 16px; font-style: normal; -webkit-font-smoothing: antialiased; -webkit-text-stroke-width: 0.2px; -moz-osx-font-smoothing: grayscale } .icon-tencent:before { content: "\e607" } .icon-qq:before { content: "\e601" } .icon-weibo:before { content: "\e602" } .icon-linkedin:before { content: "\e600" } .icon-wechat:before { content: "\e603" } .icon-douban:before { content: "\e604" } .icon-qzone:before { content: "\e606" } .icon-diandian:before { content: "\e608" } .icon-facebook:before { content: "\e609" } .icon-google:before { content: "\e60b" } .icon-twitter:before { content: "\e60c" } .share-component a { position: relative; text-decoration: none; margin: 3px; display: inline-block } .share-component .iconfont { position: relative; display: inline-block; width: 32px; height: 32px; font-size: 20px; border-radius: 50%; line-height: 32px; border: 1px solid #eee; text-align: center; transition: background 0.6s ease-out 0s } .share-component .iconfont:hover { background: #f4f4f4; color: #fff } .share-component .icon-weibo { line-height: 28px; color: #E6162D; border-color: #E6162D } .share-component .icon-weibo:hover { background: #E6162D } .share-component .icon-tencent { line-height: 28px; color: #56b6e7; border-color: #56b6e7 } .share-component .icon-tencent:hover { background: #56b6e7 } .share-component .icon-qq { line-height: 28px; color: #56b6e7; border-color: #56b6e7 } .share-component .icon-qq:hover { background: #56b6e7 } .share-component .icon-qzone { line-height: 29px; color: #ffe21f; border-color: #ffe21f } .share-component .icon-qzone:hover { background: #ffe21f } .share-component .icon-douban { line-height: 28px; color: #33b045; border-color: #33b045 } .share-component .icon-douban:hover { background: #33b045 } .share-component .icon-linkedin { line-height: 28px; color: #0077B5; border-color: #0077B5 } .share-component .icon-linkedin:hover { background: #0077B5 } .share-component .icon-facebook { color: #44619D; border-color: #44619D } .share-component .icon-facebook:hover { background: #44619D } .share-component .icon-google { color: #db4437; border-color: #db4437 } .share-component .icon-google:hover { background: #db4437 } .share-component .icon-twitter { color: #55acee; border-color: #55acee } .share-component .icon-twitter:hover { background: #55acee } .share-component .icon-diandian { color: #307DCA; border-color: #307DCA } .share-component .icon-diandian:hover { background: #307DCA } .share-component .icon-wechat { line-height: 28px; position: relative; color: #7bc549; border-color: #7bc549 } .share-component .icon-wechat:hover { background: #7bc549 } .share-component .icon-wechat .wechat-qrcode { opacity: 0; filter: alpha(opacity=0); visibility: hidden; position: absolute; z-index: 9; top: -205px; left: -84px; width: 200px; height: 192px; color: #666; font-size: 12px; text-align: center; background-color: #fff; box-shadow: 0 2px 10px #aaa; transition: all 200ms; -webkit-tansition: all 350ms; -moz-transition: all 350ms } .share-component .icon-wechat .wechat-qrcode h4 { font-weight: normal; height: 26px; line-height: 26px; font-size: 12px; background-color: #f3f3f3; margin: 0; padding: 0; color: #777 } .share-component .icon-wechat .wechat-qrcode .qrcode { width: 105px; margin: 10px auto } .share-component .icon-wechat .wechat-qrcode .help p { font-weight: normal; line-height: 16px; padding: 0; margin: 0 } .share-component .icon-wechat .wechat-qrcode:after { content: ''; position: absolute; left: 50%; margin-left: -6px; bottom: -13px; width: 0; height: 0; border-width: 8px 6px 6px 6px; border-style: solid; border-color: #fff transparent transparent transparent } .share-component .icon-wechat:hover .wechat-qrcode { opacity: 1; filter: alpha(opacity=100); visibility: visible }
assets/vendor/overtrue-share.js/dist/css/share.min.css
@font-face { font-family: "iconfont"; src: url("../fonts/iconfont.eot"); src: url("../fonts/iconfont.eot?#iefix") format("embedded-opentype"), url("../fonts/iconfont.woff") format("woff"), url("../fonts/iconfont.ttf") format("truetype"), url("../fonts/iconfont.svg#iconfont") format("svg") } .iconfont { font-family: "iconfont" !important; font-size: 16px; font-style: normal; -webkit-font-smoothing: antialiased; -webkit-text-stroke-width: 0.2px; -moz-osx-font-smoothing: grayscale } .icon-tencent:before { content: "\e607" } .icon-qq:before { content: "\e601" } .icon-weibo:before { content: "\e602" } .icon-linkedin:before { content: "\e600" } .icon-wechat:before { content: "\e603" } .icon-douban:before { content: "\e604" } .icon-qzone:before { content: "\e606" } .icon-diandian:before { content: "\e608" } .icon-facebook:before { content: "\e609" } .icon-google:before { content: "\e60b" } .icon-twitter:before { content: "\e60c" } .share-component a { position: relative; text-decoration: none; margin: 3px; display: inline-block } .share-component .iconfont { position: relative; display: inline-block; width: 32px; height: 32px; font-size: 20px; border-radius: 50%; line-height: 32px; border: 1px solid #eee; text-align: center; transition: background 0.6s ease-out 0s } .share-component .iconfont:hover { background: #f4f4f4; color: #fff } .share-component .icon-weibo { line-height: 28px; color: #E6162D; border-color: #E6162D } .share-component .icon-weibo:hover { background: #E6162D } .share-component .icon-tencent { line-height: 28px; color: #56b6e7; border-color: #56b6e7 } .share-component .icon-tencent:hover { background: #56b6e7 } .share-component .icon-qq { line-height: 28px; color: #56b6e7; border-color: #56b6e7 } .share-component .icon-qq:hover { background: #56b6e7 } .share-component .icon-qzone { line-height: 29px; color: #ffe21f; border-color: #ffe21f } .share-component .icon-qzone:hover { background: #ffe21f } .share-component .icon-douban { line-height: 28px; color: #33b045; border-color: #33b045 } .share-component .icon-douban:hover { background: #33b045 } .share-component .icon-linkedin { line-height: 28px; color: #0077B5; border-color: #0077B5 } .share-component .icon-linkedin:hover { background: #0077B5 } .share-component .icon-facebook { color: #44619D; border-color: #44619D } .share-component .icon-facebook:hover { background: #44619D } .share-component .icon-google { color: #db4437; border-color: #db4437 } .share-component .icon-google:hover { background: #db4437 } .share-component .icon-twitter { color: #55acee; border-color: #55acee } .share-component .icon-twitter:hover { background: #55acee } .share-component .icon-diandian { color: #307DCA; border-color: #307DCA } .share-component .icon-diandian:hover { background: #307DCA } .share-component .icon-wechat { line-height: 28px; position: relative; color: #7bc549; border-color: #7bc549 } .share-component .icon-wechat:hover { background: #7bc549 } .share-component .icon-wechat .wechat-qrcode { opacity: 0; filter: alpha(opacity=0); visibility: hidden; position: absolute; z-index: 9; top: -205px; left: -84px; width: 200px; height: 192px; color: #666; font-size: 12px; text-align: center; background-color: #fff; box-shadow: 0 2px 10px #aaa; transition: all 200ms; -webkit-tansition: all 350ms; -moz-transition: all 350ms } .share-component .icon-wechat .wechat-qrcode h4 { font-weight: normal; height: 26px; line-height: 26px; font-size: 12px; background-color: #f3f3f3; margin: 0; padding: 0; color: #777 } .share-component .icon-wechat .wechat-qrcode .qrcode { width: 105px; margin: 10px auto } .share-component .icon-wechat .wechat-qrcode .help p { font-weight: normal; line-height: 16px; padding: 0; margin: 0 } .share-component .icon-wechat .wechat-qrcode:after { content: ''; position: absolute; left: 50%; margin-left: -6px; bottom: -13px; width: 0; height: 0; border-width: 8px 6px 6px 6px; border-style: solid; border-color: #fff transparent transparent transparent } .share-component .icon-wechat:hover .wechat-qrcode { opacity: 1; filter: alpha(opacity=100); visibility: visible }
0.280222
0.058373
body { padding-left: 0px; padding-right: 0px; margin-left: 0px; margin-right: 0px; } table.menu { background-color: #DCEDFF; background-position: center center; border-top: 1px solid black; border-bottom: 1px solid black; width: 100%; margin-top: 2px; } td.menuitem { text-align: center; padding-left: 20px; padding-right: 20px; padding-top: 2px; padding-bottom: 2px; border-left: 1px solid blue; } td.menuselected { text-align: center; padding-left: 20px; padding-right: 20px; padding-top: 2px; padding-bottom: 2px; border-left: 1px solid blue; background-color: #F1EDC4; } p { margin-top: 0px; margin-bottom: 0px; } td.menuend { border-left: 1px solid blue; } a.menulink { color: black; font-weight: bold; text-decoration: none; } td.header_left { text-align: center; font-weight: bold; border: 1px solid #000000; background-color: #FFDD88; } td.header { text-align: center; font-weight: bold; border-right: 1px solid #000000; border-top: 1px solid #000000; border-bottom: 1px solid #000000; background-color: #FFDD88; } td.header_smallhilite { text-align: center; font-weight: bold; border-right: 1px solid #000000; border-top: 1px solid #000000; border-bottom: 1px solid #000000; background-color: #DCEDFF; } td.header_hilite { text-align: center; font-weight: bold; border-right: 1px solid #000000; border-top: 1px solid #000000; border-bottom: 1px solid #000000; background-color: #AAFFAA; } td.sem_td_left { text-align: center; border-left: 1px solid #000000; border-right: 1px solid #000000; border-bottom: 1px solid #000000; } td.sem_td { text-align: center; border-bottom: 1px solid #000000; border-right: 1px solid #000000; } table.seminaries { border-color: #000000; } tr.sem_odd { background-color: #FFFFFF; } tr.sem_norm { background-color: #EEEEEE; } p.author { font-style: italics; } table.current_sem { border: 2px solid #ffcc00; } td.current_title { font-size: 18pt; font-weight: bold; text-align: center; } p.title { font-size: 18pt; font-weight: bold; margin-bottom: 0px; padding-left: 20px; padding-right: 20px; } p.comment { text-align: justify; margin-top: 0px; margin-bottom: 0px; padding-left: 20px; padding-right: 20px; } p.author { margin-top: 0px; margin-bottom: 30px; padding-right: 20px; padding-left: 20px; } table.prihlaska { border: 2px dashed #cc9900; } td.years { color: #333399; padding-left: 10px; padding-top: 5px; font: 11pt Verdana; font-weight: bold; vertical-align: top; } td.desc { font: 11pt Verdana; padding-left: 10px; padding-right: 10px; padding-top: 5px; vertical-align: top; } h2.about_head { font: 16pt Verdana; font-weight: bold; font-style: italic; margin: 0px; padding: 0px; } table.places_table { border: 1px solid black; width: 500px; } td.places_title { text-align: center; font-size: 16pt; font-weight: bold; } td.places_left { width: 50px; white-space: nowrap; padding-right: 10px; font-weight: bold; vertical-align: top; } h2 { font-size: 16pt; color: #222222; }
share/gamedir/default.css
body { padding-left: 0px; padding-right: 0px; margin-left: 0px; margin-right: 0px; } table.menu { background-color: #DCEDFF; background-position: center center; border-top: 1px solid black; border-bottom: 1px solid black; width: 100%; margin-top: 2px; } td.menuitem { text-align: center; padding-left: 20px; padding-right: 20px; padding-top: 2px; padding-bottom: 2px; border-left: 1px solid blue; } td.menuselected { text-align: center; padding-left: 20px; padding-right: 20px; padding-top: 2px; padding-bottom: 2px; border-left: 1px solid blue; background-color: #F1EDC4; } p { margin-top: 0px; margin-bottom: 0px; } td.menuend { border-left: 1px solid blue; } a.menulink { color: black; font-weight: bold; text-decoration: none; } td.header_left { text-align: center; font-weight: bold; border: 1px solid #000000; background-color: #FFDD88; } td.header { text-align: center; font-weight: bold; border-right: 1px solid #000000; border-top: 1px solid #000000; border-bottom: 1px solid #000000; background-color: #FFDD88; } td.header_smallhilite { text-align: center; font-weight: bold; border-right: 1px solid #000000; border-top: 1px solid #000000; border-bottom: 1px solid #000000; background-color: #DCEDFF; } td.header_hilite { text-align: center; font-weight: bold; border-right: 1px solid #000000; border-top: 1px solid #000000; border-bottom: 1px solid #000000; background-color: #AAFFAA; } td.sem_td_left { text-align: center; border-left: 1px solid #000000; border-right: 1px solid #000000; border-bottom: 1px solid #000000; } td.sem_td { text-align: center; border-bottom: 1px solid #000000; border-right: 1px solid #000000; } table.seminaries { border-color: #000000; } tr.sem_odd { background-color: #FFFFFF; } tr.sem_norm { background-color: #EEEEEE; } p.author { font-style: italics; } table.current_sem { border: 2px solid #ffcc00; } td.current_title { font-size: 18pt; font-weight: bold; text-align: center; } p.title { font-size: 18pt; font-weight: bold; margin-bottom: 0px; padding-left: 20px; padding-right: 20px; } p.comment { text-align: justify; margin-top: 0px; margin-bottom: 0px; padding-left: 20px; padding-right: 20px; } p.author { margin-top: 0px; margin-bottom: 30px; padding-right: 20px; padding-left: 20px; } table.prihlaska { border: 2px dashed #cc9900; } td.years { color: #333399; padding-left: 10px; padding-top: 5px; font: 11pt Verdana; font-weight: bold; vertical-align: top; } td.desc { font: 11pt Verdana; padding-left: 10px; padding-right: 10px; padding-top: 5px; vertical-align: top; } h2.about_head { font: 16pt Verdana; font-weight: bold; font-style: italic; margin: 0px; padding: 0px; } table.places_table { border: 1px solid black; width: 500px; } td.places_title { text-align: center; font-size: 16pt; font-weight: bold; } td.places_left { width: 50px; white-space: nowrap; padding-right: 10px; font-weight: bold; vertical-align: top; } h2 { font-size: 16pt; color: #222222; }
0.317215
0.074534
.tutorial-slide { -webkit-transition: opacity 200ms ease-in-out; background-color: white; border-radius: 2px; bottom: 0; box-shadow: 0 2px 5px rgba(0, 0, 0, 0.25); height: 408px; left: 0; margin: auto; position: absolute; right: 0; top: 0; width: 320px; z-index: 100; } .tutorial-slide.single-pod { margin-left: 30px; } html[dir=rtl] .tutorial-slide.single-pod { margin-right: 30px; } .hidden { opacity: 0; pointer-events: none; } #slide-guests { bottom: 20px; left: 20px; margin: 0; top: auto; } html[dir=rtl] #slide-guests { right: 20px; } #slide-friends, #slide-not-you { bottom: 20px; left: 60px; margin: 0; top: auto; } html[dir=rtl] #slide-friends, html[dir=rtl] #slide-not-you { right: 60px; } #slide-not-you { height: 100px; left: 100px; margin: 0; width: 240px; } html[dir=rtl] #slide-not-you { right: 100px; } .slide-contents { padding: 0 20px; text-align: center; } .slide-title { color: black; font-size: 20px; line-height: 20px; margin: 30px 0; } .slide-text { color: #666; font-size: 15px; line-height: 20px; } .slide-buttons { bottom: 20px; position: absolute; text-align: center; width: 100%; } .slide-buttons [is='action-link'] { width: 100%; } .slide-buttons button { bottom: 0; height: 35px; padding: 0 15px; width: 138px; } .slide-buttons button.left { left: 16px; position: absolute; } html[dir=rtl] .slide-buttons button.left { right: 16px; } .slide-buttons button.right { bottom: 0; position: absolute; } .arrow-down { border-left: 15px solid transparent; border-right: 15px solid transparent; border-top: 15px solid white; bottom: -15px; height: 0; left: 120px; position: absolute; width: 0; } #slide-not-you .arrow-down { left: 100px; } html[dir=rtl] #slide-not-you .arrow-down { right: 100px; } #slide-guests .arrow-down { left: 60px; } html[dir=rtl] #slide-guests .arrow-down { right: 60px; } .slide-image { height: 182px; } #slide-your-chrome .slide-image { background-color: rgb(241, 202, 58); background-image: url(chrome://theme/IDR_ICON_USER_MANAGER_TUTORIAL_YOUR_CHROME); } #slide-guests .slide-image { background-color: rgb(90, 196, 144); background-image: url(chrome://theme/IDR_ICON_USER_MANAGER_TUTORIAL_GUESTS); } #slide-friends .slide-image { background-color: rgb(179, 229, 252); background-image: url(chrome://theme/IDR_ICON_USER_MANAGER_TUTORIAL_FRIENDS); } #slide-complete .slide-image { background-color: white; background-image: url(chrome://theme/IDR_ICON_USER_MANAGER_TUTORIAL_COMPLETE); } #slide-not-you #dismiss-bubble-button { background-image: url(chrome://theme/IDR_CLOSE_1); cursor: pointer; height: 16px; position: absolute; right: 5px; top: 5px; width: 16px; } html[dir=rtl] #slide-not-you #dismiss-bubble-button { left: 5px; }
chrome/browser/resources/user_manager/user_manager_tutorial.css
.tutorial-slide { -webkit-transition: opacity 200ms ease-in-out; background-color: white; border-radius: 2px; bottom: 0; box-shadow: 0 2px 5px rgba(0, 0, 0, 0.25); height: 408px; left: 0; margin: auto; position: absolute; right: 0; top: 0; width: 320px; z-index: 100; } .tutorial-slide.single-pod { margin-left: 30px; } html[dir=rtl] .tutorial-slide.single-pod { margin-right: 30px; } .hidden { opacity: 0; pointer-events: none; } #slide-guests { bottom: 20px; left: 20px; margin: 0; top: auto; } html[dir=rtl] #slide-guests { right: 20px; } #slide-friends, #slide-not-you { bottom: 20px; left: 60px; margin: 0; top: auto; } html[dir=rtl] #slide-friends, html[dir=rtl] #slide-not-you { right: 60px; } #slide-not-you { height: 100px; left: 100px; margin: 0; width: 240px; } html[dir=rtl] #slide-not-you { right: 100px; } .slide-contents { padding: 0 20px; text-align: center; } .slide-title { color: black; font-size: 20px; line-height: 20px; margin: 30px 0; } .slide-text { color: #666; font-size: 15px; line-height: 20px; } .slide-buttons { bottom: 20px; position: absolute; text-align: center; width: 100%; } .slide-buttons [is='action-link'] { width: 100%; } .slide-buttons button { bottom: 0; height: 35px; padding: 0 15px; width: 138px; } .slide-buttons button.left { left: 16px; position: absolute; } html[dir=rtl] .slide-buttons button.left { right: 16px; } .slide-buttons button.right { bottom: 0; position: absolute; } .arrow-down { border-left: 15px solid transparent; border-right: 15px solid transparent; border-top: 15px solid white; bottom: -15px; height: 0; left: 120px; position: absolute; width: 0; } #slide-not-you .arrow-down { left: 100px; } html[dir=rtl] #slide-not-you .arrow-down { right: 100px; } #slide-guests .arrow-down { left: 60px; } html[dir=rtl] #slide-guests .arrow-down { right: 60px; } .slide-image { height: 182px; } #slide-your-chrome .slide-image { background-color: rgb(241, 202, 58); background-image: url(chrome://theme/IDR_ICON_USER_MANAGER_TUTORIAL_YOUR_CHROME); } #slide-guests .slide-image { background-color: rgb(90, 196, 144); background-image: url(chrome://theme/IDR_ICON_USER_MANAGER_TUTORIAL_GUESTS); } #slide-friends .slide-image { background-color: rgb(179, 229, 252); background-image: url(chrome://theme/IDR_ICON_USER_MANAGER_TUTORIAL_FRIENDS); } #slide-complete .slide-image { background-color: white; background-image: url(chrome://theme/IDR_ICON_USER_MANAGER_TUTORIAL_COMPLETE); } #slide-not-you #dismiss-bubble-button { background-image: url(chrome://theme/IDR_CLOSE_1); cursor: pointer; height: 16px; position: absolute; right: 5px; top: 5px; width: 16px; } html[dir=rtl] #slide-not-you #dismiss-bubble-button { left: 5px; }
0.400867
0.199172
.table .chosen-container { width: 100% !important; } .box-validation { background: #FFFEFE; border:1px solid #D6CFCF; border-bottom: none; padding: 5px 7px 5px 20px; font-size: 12px; } td .box-validation:last-child { border-bottom:1px solid #D6CFCF; } .box-validation .delete { color: #FD0A0A; float: right; padding: 5px 0px 5px 5px; cursor: pointer; margin-top: -5px; } .box-validation input { border:none; border-bottom: 1px dashed #727272; padding-left: 2px; margin-left: 4px; width:100px; } .box-validation .validation-name { width: 100px !important; float: left; font-weight: normal; } .box-validation .validation-name-max { float: left; font-weight: normal; } .dragable { cursor: move; } .floatThead-container { -moz-animation:all 0.2s; } table .table-striped tbody tr:nth-child(odd) td { background:#fff !important } table .chosen-container:focus, table .chosen-container-single:focus, table .chosen-singel { border-color: #DBDBDB !important; } #diagnosis_list .target-area { background: #DFEFFC; border:0px !important; } table label { font-weight: normal; } /*custom option*/ .box-custom-option { background: #FFFEFE; border:1px solid #D6CFCF; border-bottom: none; padding: 5px 7px 5px 20px; font-size: 12px; } td .box-custom-option:last-child { border-bottom:1px solid #D6CFCF; } .box-custom-option .delete { color: #FD0A0A; float: right; padding: 5px 0px 5px 5px; cursor: pointer; margin-top: -5px; } .box-custom-option input { border:none; border-bottom: 1px dashed #727272; padding-left: 2px; margin-left: 4px; width:200px; } .box-custom-option .validation-name { width: 100px !important; float: left; font-weight: normal; } .box-custom-option .validation-name-max { float: left; font-weight: normal; } td .custom-option-item:first-child .delete-option{ display: none; } td .ignore-first-child .custom-option-item:first-child .delete-option{ display: block !important; } .box-custom-option.box-bottom{ border-top-color: #fff !important; } .custom-option-item .delete-option { color: #FD0A0A; float: right; padding: 5px 0px 10px 5px; cursor: pointer; margin-top: -45px; padding-right: 5px; margin-right: 1px; background: #fff; } .custom-option-container { margin-top: 10px; } .preview { -moz-transition:all 0.5s; border: 0px !important; width: 80%; display: none; } .preview .field-name-preview { width: 12% !important; margin-left: 50px; text-align: right; font-weight: bold; padding-right: 40px; } .preview .form-type-preview { width:50% !important; } .preview td { background: #fff !important; border: none !important } .preview-form { margin-bottom: 50px; } .input-field-name { border: 0px; background: none; } /*collapse options*/ .btn-collapse-option { font-size: 9px; position: absolute; margin-left: -15px; margin-top: 40px; cursor: pointer; font-weight: normal; color: #797474; } .custom-option-container .option-count { font-size: 10px; margin-top: -10px; margin-bottom: 10px; padding-bottom: 10px; } .table-form tr td .delete-item { opacity: 0; -moz-transition:all 0.2s; transition: all 0.2s; cursor: pointer; } .table-form tr:hover .delete-item { opacity: 100; } li:first-child:nth-last-child(1) { width: 100%; } .toolbox-form .hide-preview { display: none; } .table-form .hide-designer { display: none; } .toolbox-form { overflow: none !important; } .overflow-none { overflow: none !important; } .toolbox-form table { width: 100% !important; } #form_form .ui-state-highlight td { background: #DFEFFC; } #tools tr td { border-top: 1px solid #838282; background: #FFFFFF; } #tools tr td.hide-designer:first-child { border-right:none !important; } /*icon form builder */ @font-face { font-family: 'form-builder-font'; src: url('../fontello/font/form-builder-font.eot?66696382'); src: url('../fontello/font/form-builder-font.eot?66696382#iefix') format('embedded-opentype'), url('../fontello/font/form-builder-font.woff?66696382') format('woff'), url('../fontello/font/form-builder-font.ttf?66696382') format('truetype'), url('../fontello/font/form-builder-font.svg?66696382#form-builder-font') format('svg'); font-weight: normal; font-style: normal; } .demo-icon { font-family: "form-builder-font"; font-style: normal; font-weight: normal; speak: none; display: inline-block; text-decoration: inherit; width: 1em; text-align: center; /* opacity: .8; */ /* For safety - reset parent styles, that can break glyph codes*/ font-variant: normal; text-transform: none; /* fix buttons height, for twitter bootstrap */ line-height: 1em; /* Animation center compensation - margins should be symmetric */ /* remove if not needed */ /* You can be more comfortable with increased icons size */ /* font-size: 120%; */ /* Font smoothing. That was taken from TWBS */ -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale; /* Uncomment for 3D effect */ /* text-shadow: 1px 1px 1px rgba(127, 127, 127, 0.3); */ } /*box setting*/ .box-setting #input_type_chosen *:not(.chosen-drop){ border: none !important; } .box-setting .chosen-container { margin-bottom: 0px !important; } .btn-collapse-setting { font-size: 9px; cursor: pointer; font-weight: normal; color: #797474; float: right; margin-top: 5px; margin-right: 5px; } .box-setting { background: #FFFEFE; border:1px solid #D6CFCF; border-bottom: none; padding: 5px 7px 5px 20px; font-size: 12px; } .box-setting label { width: 90%; } td .box-setting:last-child, td .box-setting.active-border{ border-bottom:1px solid #D6CFCF; } .box-setting .delete { color: #FD0A0A; float: right; padding: 5px 0px 5px 5px; cursor: pointer; margin-top: -5px; } .box-setting input.input_setting { border:none; border-bottom: 1px dashed #DADADA; width:100% ; color: #7A7A7A } .box-setting .custom-option-container { padding-right: 10px; } .box-setting .btn-collapse-attributes { position: relative; font-size: 9px; cursor: pointer; font-weight: normal; color: #797474; } .box-setting label { padding-left: 0px !important; } .box-setting .custom-option-item input { border:none; border-bottom: 1px dashed #DADADA; width:130px ; color: #7A7A7A } .box-setting .validation-name { width: 100px !important; float: left; font-weight: normal; } .box-setting .validation-name-max { float: left; font-weight: normal; } /*captcha*/ .captcha-box { border: 1px solid rgb(214, 207, 207); height: 40px; width: 370px; } .captcha-box input { border:none; padding-left: 5px; height: 100%; } .captcha-box .btn { float: right; } .captcha-box #image-captcha { height: 100% !important; float: right; } /*easyng effect sortable*/ /* table { float:left; margin-right:20px; } table { width:512px; overflow:hidden; border-radius:6px; } tr { display:block; position:relative; padding:12px 6px; z-index:1; } tr:after { background:#18629D; display:block; position:absolute; height:100%; width:100%; top:0px; left:0px; content:' '; border-radius:6px; z-index:-1; } tr { -moz-transition:border-top-width 0.1s ease-in; -webkit-transition:border-top-width 0.1s ease-in; border-top:0px solid rgba(0,0,0,0); } .marker { opacity:0.0; }*/
si-content/si-templates/backend/adminlte/include/css/form.css
.table .chosen-container { width: 100% !important; } .box-validation { background: #FFFEFE; border:1px solid #D6CFCF; border-bottom: none; padding: 5px 7px 5px 20px; font-size: 12px; } td .box-validation:last-child { border-bottom:1px solid #D6CFCF; } .box-validation .delete { color: #FD0A0A; float: right; padding: 5px 0px 5px 5px; cursor: pointer; margin-top: -5px; } .box-validation input { border:none; border-bottom: 1px dashed #727272; padding-left: 2px; margin-left: 4px; width:100px; } .box-validation .validation-name { width: 100px !important; float: left; font-weight: normal; } .box-validation .validation-name-max { float: left; font-weight: normal; } .dragable { cursor: move; } .floatThead-container { -moz-animation:all 0.2s; } table .table-striped tbody tr:nth-child(odd) td { background:#fff !important } table .chosen-container:focus, table .chosen-container-single:focus, table .chosen-singel { border-color: #DBDBDB !important; } #diagnosis_list .target-area { background: #DFEFFC; border:0px !important; } table label { font-weight: normal; } /*custom option*/ .box-custom-option { background: #FFFEFE; border:1px solid #D6CFCF; border-bottom: none; padding: 5px 7px 5px 20px; font-size: 12px; } td .box-custom-option:last-child { border-bottom:1px solid #D6CFCF; } .box-custom-option .delete { color: #FD0A0A; float: right; padding: 5px 0px 5px 5px; cursor: pointer; margin-top: -5px; } .box-custom-option input { border:none; border-bottom: 1px dashed #727272; padding-left: 2px; margin-left: 4px; width:200px; } .box-custom-option .validation-name { width: 100px !important; float: left; font-weight: normal; } .box-custom-option .validation-name-max { float: left; font-weight: normal; } td .custom-option-item:first-child .delete-option{ display: none; } td .ignore-first-child .custom-option-item:first-child .delete-option{ display: block !important; } .box-custom-option.box-bottom{ border-top-color: #fff !important; } .custom-option-item .delete-option { color: #FD0A0A; float: right; padding: 5px 0px 10px 5px; cursor: pointer; margin-top: -45px; padding-right: 5px; margin-right: 1px; background: #fff; } .custom-option-container { margin-top: 10px; } .preview { -moz-transition:all 0.5s; border: 0px !important; width: 80%; display: none; } .preview .field-name-preview { width: 12% !important; margin-left: 50px; text-align: right; font-weight: bold; padding-right: 40px; } .preview .form-type-preview { width:50% !important; } .preview td { background: #fff !important; border: none !important } .preview-form { margin-bottom: 50px; } .input-field-name { border: 0px; background: none; } /*collapse options*/ .btn-collapse-option { font-size: 9px; position: absolute; margin-left: -15px; margin-top: 40px; cursor: pointer; font-weight: normal; color: #797474; } .custom-option-container .option-count { font-size: 10px; margin-top: -10px; margin-bottom: 10px; padding-bottom: 10px; } .table-form tr td .delete-item { opacity: 0; -moz-transition:all 0.2s; transition: all 0.2s; cursor: pointer; } .table-form tr:hover .delete-item { opacity: 100; } li:first-child:nth-last-child(1) { width: 100%; } .toolbox-form .hide-preview { display: none; } .table-form .hide-designer { display: none; } .toolbox-form { overflow: none !important; } .overflow-none { overflow: none !important; } .toolbox-form table { width: 100% !important; } #form_form .ui-state-highlight td { background: #DFEFFC; } #tools tr td { border-top: 1px solid #838282; background: #FFFFFF; } #tools tr td.hide-designer:first-child { border-right:none !important; } /*icon form builder */ @font-face { font-family: 'form-builder-font'; src: url('../fontello/font/form-builder-font.eot?66696382'); src: url('../fontello/font/form-builder-font.eot?66696382#iefix') format('embedded-opentype'), url('../fontello/font/form-builder-font.woff?66696382') format('woff'), url('../fontello/font/form-builder-font.ttf?66696382') format('truetype'), url('../fontello/font/form-builder-font.svg?66696382#form-builder-font') format('svg'); font-weight: normal; font-style: normal; } .demo-icon { font-family: "form-builder-font"; font-style: normal; font-weight: normal; speak: none; display: inline-block; text-decoration: inherit; width: 1em; text-align: center; /* opacity: .8; */ /* For safety - reset parent styles, that can break glyph codes*/ font-variant: normal; text-transform: none; /* fix buttons height, for twitter bootstrap */ line-height: 1em; /* Animation center compensation - margins should be symmetric */ /* remove if not needed */ /* You can be more comfortable with increased icons size */ /* font-size: 120%; */ /* Font smoothing. That was taken from TWBS */ -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale; /* Uncomment for 3D effect */ /* text-shadow: 1px 1px 1px rgba(127, 127, 127, 0.3); */ } /*box setting*/ .box-setting #input_type_chosen *:not(.chosen-drop){ border: none !important; } .box-setting .chosen-container { margin-bottom: 0px !important; } .btn-collapse-setting { font-size: 9px; cursor: pointer; font-weight: normal; color: #797474; float: right; margin-top: 5px; margin-right: 5px; } .box-setting { background: #FFFEFE; border:1px solid #D6CFCF; border-bottom: none; padding: 5px 7px 5px 20px; font-size: 12px; } .box-setting label { width: 90%; } td .box-setting:last-child, td .box-setting.active-border{ border-bottom:1px solid #D6CFCF; } .box-setting .delete { color: #FD0A0A; float: right; padding: 5px 0px 5px 5px; cursor: pointer; margin-top: -5px; } .box-setting input.input_setting { border:none; border-bottom: 1px dashed #DADADA; width:100% ; color: #7A7A7A } .box-setting .custom-option-container { padding-right: 10px; } .box-setting .btn-collapse-attributes { position: relative; font-size: 9px; cursor: pointer; font-weight: normal; color: #797474; } .box-setting label { padding-left: 0px !important; } .box-setting .custom-option-item input { border:none; border-bottom: 1px dashed #DADADA; width:130px ; color: #7A7A7A } .box-setting .validation-name { width: 100px !important; float: left; font-weight: normal; } .box-setting .validation-name-max { float: left; font-weight: normal; } /*captcha*/ .captcha-box { border: 1px solid rgb(214, 207, 207); height: 40px; width: 370px; } .captcha-box input { border:none; padding-left: 5px; height: 100%; } .captcha-box .btn { float: right; } .captcha-box #image-captcha { height: 100% !important; float: right; } /*easyng effect sortable*/ /* table { float:left; margin-right:20px; } table { width:512px; overflow:hidden; border-radius:6px; } tr { display:block; position:relative; padding:12px 6px; z-index:1; } tr:after { background:#18629D; display:block; position:absolute; height:100%; width:100%; top:0px; left:0px; content:' '; border-radius:6px; z-index:-1; } tr { -moz-transition:border-top-width 0.1s ease-in; -webkit-transition:border-top-width 0.1s ease-in; border-top:0px solid rgba(0,0,0,0); } .marker { opacity:0.0; }*/
0.339171
0.106598
@import url('https://fonts.googleapis.com/css2?family=Krona+One&display=swap'); @import url('https://fonts.googleapis.com/css2?family=Roboto:wght@400;500&display=swap'); * { -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; -webkit-appearance: none !important; outline: none !important; } html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video { margin: 0; padding: 0; border: 0; font-size: 100%; font: inherit; vertical-align: baseline; } html, body { -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale; width: 100%; overflow-x: hidden; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; } body { margin: 0; padding: 0; border: 0; font-family: 'Roboto', sans-serif; -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale; text-rendering: optimizeLegibility; background-color: #ffffff; } h1, h2, h3, h4, h5, h6 { margin: 0; font-weight: normal; font-style: normal; color: #072a40; } h1 { font-family: 'Krona One', sans-serif; font-size: 28px; line-height: 50px; font-weight: 400; font-style: normal; } h2 { font-family: 'Krona One', sans-serif; font-size: 20px; line-height: 36px; font-weight: 400; font-style: normal; } h3 { font-family: 'Krona One', sans-serif; font-size: 12px; line-height: 20px; font-weight: 400; font-style: normal; } p { font-family: 'Roboto', sans-serif; font-size: 14px; line-height: 20px; font-weight: 400; font-style: normal; color: #072a40; margin-bottom: 20px; } p:last-child { margin-bottom: 0px; } b, strong, .font-bold { font-weight: 700 !important; } i, em, .font-italic { font-style: italic !important; } img { display: block; width: 100%; } a, a:focus { color: #072a40; text-decoration: underline; } a:hover { font-weight: 700; } /* Buttons */ .button { display: flex; align-items: center; justify-content: center; text-decoration: none; min-width: 120px; min-height: 45px; padding: 10px 20px 10px 20px; border: 0; margin: 0; cursor: pointer; outline: none; border-radius: 20px; font-family: 'Krona One', sans-serif; font-size: 12px; line-height: 12px; font-weight: 400; font-style: normal; text-transform: uppercase; text-decoration: none !important; transition: 0.2s all ease-in-out; } .button.button-primary { color: #ffe414; border-color: #072a40; background-color: #072a40; box-shadow: 2px 2px 8px rgba(0, 0, 0, 0.15); font-size: 12px; padding: 0 30px; } .button.button-primary:hover, .button.button-primary:focus { color: #072a40; border-color: #ffe414 ; background-color: #ffe414 ; box-shadow: 2px 2px 8px rgba(0, 0, 0, 0.15); } /* Labels */ label { font-family: 'Roboto', sans-serif; font-size: 14px; line-height: 20px; font-weight: 500; font-style: normal; color: #072A40; } /* Container Wrapper */ #container-wrapper { position: relative; } .main-fluid { width: 100%; max-width: 1440px; margin: 0 auto; } .limit-wrapper { width: 100%; max-width: 1140px; margin: 0 auto; padding: 0 15px; } .text-danger { color: #eb3e3e; } .is-invalid { border: 2px solid #eb3e3e !important; } input[type="text"], input[type="number"], textarea { display: flex; align-items: center; justify-content: flex-start; width: 100%; background-color: #fff6b0; border: 2px solid transparent; border-radius: 20px; padding: 11px 15px; } textarea { resize: none; } input[type="number"]::-webkit-inner-spin-button { -webkit-appearance: none; } input[type="number"] { -moz-appearance: textfield; appearance: textfield; } .page-bottom-message { font-family: 'Krona One', sans-serif; font-size: 10px; line-height: 20px; font-weight: 400; font-style: normal; color: #072a40; margin-top: 15px; } /* Header */ header { position: fixed; top: 0; left: 0; right: 0; margin: 0 auto; z-index: 10; transition: all 0.2s ease-in-out; box-shadow: 0 2px 2px -2px gray; } header * { transition: all 0.2s ease-in-out; } header .row-fluid { display: flex; align-items: center; justify-content: space-between; padding: 20px 0; } header .row-fluid .column-left .block-logo a { display: flex; align-items: center; } header .row-fluid .column-right { display: flex; justify-content: space-evenly; align-items: center; } header .row-fluid .column-right > div { display: flex; flex-flow: column wrap; justify-content: space-evenly; align-items: flex-end; } header .row-fluid .column-right > div small{ font-family: 'Robot', sans-serif; font-size: 12px; line-height: 20px; font-weight: 600; font-style: normal; color: #072a40; text-transform: uppercase; } header .row-fluid .column-right > div small:nth-child(2) { text-transform: capitalize; margin-top: 5px; } header .row-fluid .column-right img { width: 48px; margin-left: 15px; } header.fixed { background-color: #ffffff; box-shadow: 0 0 10px rgba(0,0,0,0.16); } header.fixed .row-fluid { padding: 10px 0; } /* Dashboard area */ .block-accordion .main-fluid .limit-wrapper.dashboard-first-page { max-width: 780px; margin: 45px 0px 0 400px; } .dashboard-product { width: 100%; display: flex; flex-flow: row wrap; justify-content: space-between; align-items: center; } .dashboard-product .dashboard-product-content { width: 350px; display: flex; justify-content: flex-start; align-items: center; margin: 0 10px 34px 0; background-color: #FFFAD3; border-radius: 80px 60px 0 80px; } .dashboard-product .dashboard-product-content .dashboard-product-count { width: 100px; height: 100px; display: flex; justify-content: center; align-items: center; border-radius: 50%; background-color: rgba(255, 228, 20, 0.3); margin: 15px; } .dashboard-product .dashboard-product-content .dashboard-product-count p { font-family: 'Krona One', sans-serif; font-size: 35px; line-height: 12px; font-weight: 500; font-style: normal; color: #112029; } .dashboard-product .dashboard-product-content .dashboard-inserted-product-values { height: 100px; display: flex; flex-direction: column; justify-content: space-between; margin-left: 25px; } .dashboard-product .dashboard-product-content .dashboard-inserted-product-values svg { margin-right: 5px; } .dashboard-product .dashboard-product-content .dashboard-inserted-product-values > p:first-child { display: flex; flex-flow: row nowrap; justify-content: center; border-radius: 20px 20px 20px 0; padding: 4px 12px; font-size: 10px; background-color: #072A40; color: white; } .dashboard-product .dashboard-product-content .dashboard-inserted-product-values > p.container-title { background-color: white; color: #072A40; } .dashboard-product .dashboard-product-content .dashboard-inserted-product-values .lastproduct-entry p { display: flex; margin-bottom: 7px; } .dashboard-product .dashboard-product-content .dashboard-inserted-product-values .lastproduct-entry p:first-child { font-family: 'Roboto', sans-serif; font-size: 12px; line-height: 12px; font-weight: 400; font-style: normal; color: #112029; } .dashboard-product .dashboard-product-content .dashboard-inserted-product-values .lastproduct-entry p:nth-child(2){ font-size: 10px; color: #687780; } .dashboard-first-page .dashboard-footer .dashboard-footer-contacts, .dashboard-first-page .dashboard-footer .dashboard-footer-logo { display: flex; flex-flow: row; justify-content: right; margin: 0 15px; padding: 5px; } .dashboard-first-page .dashboard-footer .dashboard-footer-logo { border-bottom: 1px solid #FFE414; } .dashboard-first-page .dashboard-footer .dashboard-footer-contacts p { display: flex; flex-flow: row nowrap; justify-content: space-between; margin-left: 35px; font-family: 'Roboto', sans-serif; font-size: 12px; font-weight: 400; font-style: normal; color: #112029; } .dashboard-first-page .dashboard-footer .dashboard-footer-contacts p svg { margin-right: 5px; } .button.button-primary#resetFormProductData { color: #072a40; border-color: #ffe414 ; background-color: #ffe414 ; box-shadow: 2px 2px 8px rgba(0, 0, 0, 0.15); font-size: 12px; padding: 0 30px; margin-right: 15px; } .button.button-primary#submitFormProductData { margin-left: 15px; } .button.button-primary#resetFormProductData:hover, .button.button-primary#resetFormProductData:focus { color: #ffe414; border-color: #072a40; background-color: #072a40; box-shadow: 2px 2px 8px rgba(0, 0, 0, 0.15); } /* page content */ #page-backoffice .block-home-find { position: relative; padding-top: 150px; min-height: 100vh; background-color: #ffffff; background-image: url('../images/bg-home-top.png'); background-repeat: no-repeat; background-position: top right; } #page-backoffice .block-home-find .block-title { text-align: center; margin-top: 100px; margin-bottom: 25px; } #page-backoffice .block-home-find .block-lead { width: 480px; margin: 0 auto 50px auto; text-align: center; } #page-backoffice .block-home-find .block-lead p{ font-family: 'Krona One', sans-serif; font-size: 14px; line-height: 28px; font-weight: 400; font-style: normal; color: #072a40; } #page-backoffice .block-home-find .row-fluid { display: flex; align-items: center; justify-content: space-between; } #page-backoffice .block-home-find .row-fluid .column-4 { display: flex; align-items: center; justify-content: center; flex-direction: column; width: calc(25% - 15px); margin-right: 30px; margin-bottom: 56px; } #page-backoffice .block-home-find .row-fluid .column-4:last-child { margin-right: 0px; } #page-backoffice .block-home-find .row-fluid .column-4 .block-find-icon { margin-bottom: 30px; } #page-backoffice .block-home-find .row-fluid .column-4 .number-circle { width: 24px; color: #FFE414; background-color: #072A40; border-radius: 50%; text-align: center; margin-bottom: 10px; } #page-backoffice .block-home-find .row-fluid .column-4 .number-circle span { width: 24px; color: #FFE414; background-color: #072A40; font-family: 'Krona One', sans-serif; font-size: 11px; line-height: 22px; border-radius: 50%; text-align: center; } #page-backoffice .block-home-find .row-fluid .column-4 .block-find-lead p { font-family: 'Krona One', sans-serif; font-size: 14px; line-height: 28px; font-weight: 400; font-style: normal; color: #072a40; } #page-backoffice .block-home-find .block-start { width: 116px; margin: 0 auto; } .block-accordion .main-fluid .limit-wrapper { width: 100%; max-width: 700px; margin: 0 auto; } /* navmenu */ .block-accordion .main-fluid .nav-menu-fixed { position: fixed; top: 136px; /* left: 180px; */ right: calc(50% + 380px); background-color: #FFFDEA; border-radius: 0 40px 40px 0; padding: 36px 20px; width: 95px; } .block-accordion .main-fluid .nav-menu-fixed .navbar ul li{ list-style: none; } .block-accordion .main-fluid .nav-menu-fixed .navbar ul li:not(:last-child){ margin-bottom: 24px; } .block-accordion .main-fluid .nav-menu-fixed .navbar ul li a { display: flex; flex-flow: column nowrap; justify-content: center; align-items: center; text-align: center; text-decoration: none; } .block-accordion .main-fluid .nav-menu-fixed .navbar .nav-link span { font-family: 'Krona One', sans-serif; font-size: 10px; line-height: 12px; font-weight: 400; font-style: normal; color: rgba(7, 42, 64, 0.6); } .block-accordion .main-fluid .nav-menu-fixed .navbar .nav-link span.nav-link-focus { font-weight: 500; color: #072a40; } .block-accordion .main-fluid .nav-menu-fixed .navbar .nav-link img { width: 56px; margin-bottom: 8px; } .block-accordion .main-fluid .nav-menu-fixed .navbar .nav-link img:hover { filter: saturate(2); } /* form */ .block-accordion .main-fluid .limit-wrapper form { width: 540px; margin: 0 auto; } .block-field .block-input .select2-container.select2-container--default { display: block; width: 95% !important; } .form-default-wrapper { width: 100%; max-width: 445px; margin: 0 auto; } .form-default-wrapper .block-form-group { display: flex; align-items: center; justify-content: center; flex-direction: column; margin-bottom: 20px; } .form-default-wrapper .block-form-group .block-field { display: flex; align-items: center; justify-content: flex-start; width: 100%; background-color: #fff6b0; border: 2px solid transparent; border-radius: 20px; padding: 11px 15px; } .form-default-wrapper .block-form-group .block-field.block-field-active { border: 2px solid #FFE414; } .form-default-wrapper .block-form-group .block-field-error { border: 2px solid #eb3e3e; } .form-default-wrapper .block-form-group .block-field .block-icon { display: flex; align-items: center; justify-content: center; width: 20px; } .form-default-wrapper .block-form-group .block-field .block-input { width: calc(100% - 25px); margin-left: 5px; } .form-default-wrapper .block-form-group .block-field-big .block-input { width: 100%; } .select2-container .select2-selection--single .select2-selection__rendered { text-align: left; line-height: 20px; } .select2-container .select2-dropdown { background-color: #FFFDEA; border-radius: 4px; box-shadow: 4px 4px 4px 4px rgba(0, 0, 0, 0.15); border: none; padding: 10px; } .select2-container .select2-dropdown .select2-search .select2-search__field { background-color: #FFFDEA; border: 1px solid #072A40; } .select2-container .select2-dropdown .select2-results .select2-results__option { font-family: 'Roboto', sans-serif; font-size: 14px; line-height: 20px; font-weight: 500; font-style: normal; color: #687780; } .select2-container--default .select2-results__option--highlighted[aria-selected] { background-color: #FFFAD3; color: #072A40!important; } .select2-results__options::-webkit-scrollbar { width: 16px; background-clip: padding-box; } .select2-results__options::-webkit-scrollbar-track { background-color: #FFFDEA; background-clip: padding-box; border-right: 15px solid rgba(0, 0, 0, 0); border-top: 15px solid rgba(0, 0, 0, 0); border-bottom: 15px solid rgba(0, 0, 0, 0); } .select2-results__options::-webkit-scrollbar-thumb { background-clip: padding-box; background-color: #FFE414; border-right: 8px solid rgba(0, 0, 0, 0); border-top: 10px solid rgba(0, 0, 0, 0); border-bottom: 10px solid rgba(0, 0, 0, 0); border-radius: 4px; } .form-default-wrapper .block-form-group .block-field .block-input input { width: 100%; font-family: 'Roboto', sans-serif; font-size: 14px; line-height: 20px; font-weight: 500; font-style: normal; color: #072a40; background-color: transparent; border: 0; border-radius: 0; padding: 0; margin: 0; } .form-default-wrapper .block-form-group .block-field .block-input input:-ms-input-placeholder { color: rgba(7, 42, 64, 0.5); } .form-default-wrapper .block-form-group .block-field .block-input input::-moz-placeholder { color: rgba(7, 42, 64, 0.5); } .form-default-wrapper .block-form-group .block-field .block-input input::placeholder { color: rgba(7, 42, 64, 0.5); } .form-default-wrapper .block-form-group .block-field .block-input .select2-container.select2-container--default { display: block; width: 100% !important; } .form-default-wrapper .block-form-group .block-field .block-input .select2-container.select2-container--default .select2-selection--single { width: 100%; background-color: #fff6b0; border: 0; border-radius: 0; padding: 0; margin: 0; height: 20px; } .select2-container--default .select2-selection--single .select2-selection__rendered { color: #687780; width: 100%; font-family: 'Roboto', sans-serif; font-size: 14px; font-weight: 500; font-style: normal; text-align: left; padding-left: 0px; } .select2-container--default .select2-selection--single .select2-selection__arrow { height: 20px; top: 0; } .form-default-wrapper .block-form-group .block-field-msg { font-family: 'Krona One', sans-serif; font-size: 11px; line-height: 12px; font-weight: 400; color: #f01f1f; margin-top: 4px; text-align: left; width: 100%; padding-left: 20px; } .form-default-wrapper .block-form-group .block-submit { margin-top: 25px; } /* accordion */ .block-accordion .accordion-button { display: flex; align-items: center; justify-content: space-between; width: 100%; height: 50px; background-color: #fffdea; border: none; outline: none; text-align: left; padding: 4px 15px 4px 25px; cursor: pointer; transition: background-color 0.2s linear; border-bottom: 0.5px solid #ffe414; } .block-accordion .accordion-content { display: flex; flex-wrap: wrap; justify-content: flex-start; align-items: center; } /* form check */ .block-accordion .sub-categories .accordion-content .form-check { width: calc(100%/3); display: flex; justify-content: flex-start; align-items: center; margin-bottom: 34px; } .block-accordion .sub-categories .accordion-content .form-check label { font-family: 'Roboto', sans-serif; font-size: 14px; line-height: 12px; font-weight: 500; font-style: normal; color: #072A40; } .block-accordion .accordion-content .form-check input { margin-right: 10px; width: 14px; height: 14px; border-radius: 4px; border: 1px solid #072A40; padding: 0; background-position: center; cursor: pointer; } .block-accordion .accordion-content .form-check label, .block-accordion .accordion-content .accordion-body .partner-business-times > div .col-8 .row .form-inline input span { font-family: 'Roboto', sans-serif; font-size: 14px; line-height: 12px; font-weight: 500; font-style: normal; color: #072A40; } .block-accordion .accordion-content .form-check input[type="checkbox"]:checked, .accordion-item.side-product .accordion-content .custom-control input[type="checkbox"]:checked, .accordion-item.sauce-product .accordion-content .custom-control input[type="checkbox"]:checked, .accordion-item.allergens-product .accordion-content .custom-control input[type="checkbox"]:checked { background-image: url('/assets-backoffice-partner/images/check_box_sel.png'); } .block-accordion .accordion-button svg { transition: all 0.3s ease-in-out; } .block-accordion .accordion-button.is-open svg { transform: rotate(180deg); } .block-accordion button:hover, .block-accordion button.is-open { color: #ffe414; } .block-accordion .accordion-button.is-open + .accordion-content.business-image-content { max-height: unset; padding: 35px 0 0 0; } .block-accordion .accordion-button.is-open + .accordion-content { max-height: unset; padding: 35px 0 0 0; } .block-accordion .accordion-content { max-height: 0; overflow: hidden; transition: max-height 0.2s ease-in-out; } /* Partner times */ .block-accordion .accordion-content .accordion-body { width: 100%; } .block-accordion .accordion-content .accordion-body .partner-business-header, .block-accordion .accordion-content .accordion-body .partner-business-times > div { display: flex; flex-flow: row nowrap; justify-content: space-between; align-items: stretch; margin-bottom: 28px; } .block-accordion .accordion-content .accordion-body .partner-business-header .partner-business-days, .block-accordion .accordion-content .accordion-body .partner-business-times .col-4 { width: 30%; } .block-accordion .accordion-content .accordion-body .partner-business-times .col-4{ border-bottom: 1px solid black; } .block-accordion .accordion-content .accordion-body .partner-business-times .col-4 label { text-transform: capitalize; font-family: 'Roboto', sans-serif; font-size: 14px; line-height: 12px; font-weight: 500; font-style: normal; color: #072A40; } .block-accordion .accordion-content .accordion-body .partner-business-header .partner-business-timer, .block-accordion .accordion-content .accordion-body .partner-business-times .col-8 { width: 65%; } header.fixed { background-color: #ffffff; box-shadow: 0 0 10px rgba(0,0,0,0.16); } header.fixed .row-fluid { padding: 10px 0; } .block-accordion .accordion-content .accordion-body .partner-business-times > div .col-8 { display: flex; flex-flow: column nowrap; justify-content: center; align-items: stretch; width: 100%; } .block-accordion .accordion-content .accordion-body .partner-business-times > div .col-8 .row{ display: flex; flex-flow: row nowrap; justify-content: space-between; align-items: center; margin-bottom: 16px; } .block-accordion .accordion-content .accordion-body .partner-business-times > div .col-8 .row .form-inline span { margin: 0 25px; font-family: 'Roboto', sans-serif; font-size: 14px; line-height: 12px; font-weight: 500; font-style: normal; color: #072A40; } .block-accordion .accordion-content .accordion-body .partner-business-times > div .col-4 .form-check, .block-accordion .accordion-content .accordion-body .partner-business-times > div .col-8 .row .form-check { display: flex; flex-flow: row nowrap; align-items: center; justify-content: flex-start; } .block-accordion .accordion-content .accordion-body .partner-business-times > div .col-4 .form-check { padding-top: 11px; } .block-accordion .accordion-content .accordion-body .partner-business-times > div .col-8 .row .form-inline input { background-color: #FFFAD3; border-radius: 20px; border: none; padding: 11px; } .block-accordion .accordion-content .accordion-body .partner-business-times > div .col-8 .row .form-inline input::-webkit-calendar-picker-indicator { background-image: url("/assets-frontoffice/images/seta_drop.png"); } /* average content */ .accordion-item.avegare-time .accordion-content { display: flex; flex-flow: row nowrap; align-items: center; justify-content: space-between; } .accordion-item.avegare-time .accordion-content .average-time-check { display: flex; flex-flow: row nowrap; align-items: center; justify-content: space-between; font-family: 'Roboto', sans-serif; font-size: 14px; line-height: 12px; font-weight: 500; font-style: normal; color: #072A40; margin-bottom: 35px; } .accordion-item.avegare-time .accordion-content input { width: 18px; height: 18px; border: 2px solid black; border-radius: 50%; display: inline-flex; flex-flow: row nowrap; justify-content: center; align-items: center; margin: 0 15px 0 0; cursor: pointer; } .accordion-item.avegare-time .accordion-content .average-time-check input[type="radio"]:before, .accordion-content .col-checkbox .form-check .custom-control.custom-radio input[type="radio"]:before { display: block; content: ''; width: 8px; height: 8px; background-color: #FFE414; border-radius: 50px; visibility: hidden; } .accordion-item.avegare-time .accordion-content .average-time-check input[type="radio"]:checked:before, .accordion-content .col-checkbox .form-check .custom-control.custom-radio input[type="radio"]:checked:before { visibility: visible; } /* images styling */ .accordion-item.image-items .accordion-content .form-group { width: 100%; display: flex; flex-flow: row nowrap; justify-content: space-between; align-items: center; margin-bottom: 25px; } .accordion-item.image-items .accordion-content .form-group label { width: 100%; background-color: #FFF6B0; padding: 16px; border-radius: 20px; font-family: 'Roboto', sans-serif; font-size: 14px; line-height: 12px; font-weight: 500; font-style: normal; color: rgba(7, 42, 64, 0.5); } .accordion-item.image-items .accordion-content .form-group .form-file-button { position: relative; } .accordion-item.image-items .accordion-content .form-group .form-file-button input[type="file"] { opacity: 0; left: 0; top: 0; position: absolute; cursor: pointer; margin-bottom: 0!important; padding-left: 0!important; width: 100%; z-index: 1; } .accordion-item.image-items .accordion-content .form-group .form-file-button .form-fild-text span { color: #F77415; text-decoration: underline; margin-left: 35px; } .accordion-item.image-items .accordion-content .form-group input[type="file"] { color: #F77415; padding: auto 0; background-color: #FFFFFF; box-shadow: none; border-style: none; border-bottom: 1px solid #F77415; cursor: pointer; } .accordion .accordion-button h3 strong { font-size: 12px; font-weight: 20px; color: #072A40; } .button-next-container { display: flex; flex-wrap: nowrap; justify-content: center; margin: 55px; } /* profile area */ .accordion-content.top-image { width: 100%; display: flex; flex-flow: column nowrap ; justify-content: center; } .accordion-content.top-image .block-form, .accordion-content.top-image .block-form input.accordion-content, .accordion-content.top-image .block-form .block-field, .accordion-content.top-image div.block-form .block-form-group .block-input, .accordion-content.top-image div.block-form .block-form-group input { width: 100%; height: 100%; border-radius: 20px; } .accordion-content.top-image div.block-form .block-form-group { margin-bottom: 25px; } .accordion-content.top-image div.block-form .block-form-group .block-field .block-icon svg { margin: 0 10px 0 15px; } .accordion-content.top-image div.block-form .block-form-group input { border: none; background-color: #FFF6B0; font-family: 'Roboto', sans-serif; font-size: 14px; line-height: 25px; font-weight: 500; font-style: normal; color: rgba(7, 42, 64); } .accordion-content.top-image .profile-image-cover { position: relative; width: 90px; height: 90px; border-radius: 50%; background-image: url('/assets-backoffice-partner/images/photo_loja.png'); background-repeat: no-repeat; background-position: center; background-size: cover; margin-bottom: 15px; } .accordion-content.top-image .profile-image-cover.product-cover { background-image: url('/assets-backoffice-partner/images/rest_photo.png'); } .accordion-content.top-image .block-form .block-form-group { width: 100%; height: 45px; display: flex; align-items: center; justify-content: flex-start; background-color: #fff6b0; border: 2px solid transparent; border-radius: 20px; } .accordion-content.top-image .block-form .block-field { display: flex; align-items: center; } .accordion-content.top-image .block-form .block-field .block-icon { display: flex; align-items: center; justify-content: space-between; } .accordion-content.top-image .profile-image-cover input[type="file"] { opacity: 0; left: 0; top: 0; position: absolute; cursor: pointer; margin-bottom: 0!important; padding-left: 0!important; width: 100%; height: 100px; z-index: 1; } .accordion-content.top-image .profile-image-cover .form-fild-text span { display: flex; justify-content: center; flex-direction: row; align-items: center; position: absolute; left: 20%; bottom: -30%; } .accordion-content.top-image h3 { margin: 5px 0; font-family: 'Roboto', sans-serif; font-size: 14px; line-height: 12px; font-weight: 500; font-style: normal; color: rgba(7, 42, 64); } .accordion-content.top-image p { font-family: 'Roboto', sans-serif; font-size: 10px; line-height: 11px; font-weight: 400; font-style: normal; color: rgba(7, 42, 64); } .accordion-content.top-image .block-form .block-form-group.block-field-active { border: 2px solid #FFE414; } /* Product area */ .accordion-item.name-product .form-group { width: 100%; } .accordion-item.name-product .form-group.product-price { display: flex; flex-flow: row nowrap; align-items: flex-start; } .accordion-item.name-product .form-group.product-price input{ width: 160px; } .accordion-item.name-product .form-group input, .accordion-item.name-product .form-group textarea{ margin-bottom: 15px; } .accordion-item.name-product .available-product { width: 100%; } .accordion-item .accordion-content .col-checkbox, .accordion-item .accordion-content .col-checkbox .form-check { width: 100%; display: flex; flex-flow: row nowrap; align-items: center; justify-content: flex-start; } .accordion-item .accordion-content, .accordion-item .accordion-content .custom-control-inline, .accordion-content .col-checkbox .form-check .custom-control.custom-radio, .accordion-item .menu-label-radio .product-checks { display: flex; flex-wrap: wrap; align-items: center; } input[type="radio"] { min-width: 18px; min-height: 18px; border: 2px solid black; border-radius: 50%; display: inline-flex; flex-flow: row nowrap; justify-content: center; align-items: center; margin: 0 15px 0 0; cursor: pointer; } input[type="radio"]:before { display: block; content: ''; width: 8px; height: 8px; background-color: #FFE414; border-radius: 50px; visibility: hidden; } input[type="radio"]:checked:before { visibility: visible; } .accordion-item.campaign-product .accordion-content .custom-control label { font-family: 'Roboto', sans-serif; font-size: 14px; line-height: 18px; font-weight: 500; font-style: normal; color: rgba(7, 42, 64); } .accordion-item .accordion-content .menu-label, .accordion-item .accordion-content .menu-label-radiu .custom-radio, .accordion-item.side-product .accordion-content .custom-control .form-check-label{ font-family: 'Roboto', sans-serif; font-size: 14px; line-height: 18px; font-weight: 500; font-style: normal; color: rgba(7, 42, 64); width: calc(100% - 33px); } .accordion-item .accordion-content .menu-label-radio { width: 100%; display: flex; flex-direction: row; flex-wrap: nowrap; align-content: center; justify-content: space-between; margin-bottom: 25px; } .accordion-item .accordion-content .menu-label-radio .product-checks { width: 50%; display: flex; flex-direction: row; flex-wrap: nowrap; align-items: center; justify-content: flex-end; } .accordion-item .accordion-content .menu-label-radio .product-checks .custom-control { margin-left: 30px; } .accordion-item.product-categories .accordion-content .col-checkbox .form-check { flex-flow: row wrap; } .accordion-item.side-product .accordion-content .custom-control, .accordion-item.sauce-product .accordion-content .custom-control, .accordion-item.allergens-product .accordion-content .custom-control, .accordion-item.product-categories .accordion-content .col-checkbox .form-check .custom-control{ width: calc(100%/3); display: flex; justify-content: flex-start; align-items: flex-start; margin-bottom: 34px; } .accordion-item.product-categories .accordion-content .col-checkbox .form-check .custom-control { flex-flow: row nowrap; } .accordion-item.side-product .accordion-content .custom-control input[type="checkbox"], .accordion-item.sauce-product .accordion-content .custom-control input[type="checkbox"] { margin-right: 10px; width: 14px; height: 14px; border-radius: 4px; border: 1px solid #072A40; padding: 0; background-position: center; cursor: pointer; } .accordion-item.notes-products .accordion-content { display: flex; justify-content: center; } .accordion-item.notes-products .accordion-content textarea { width: 100%; background-color: #FFF6B0; border: none; border-radius: 20px; padding: 15px; } .accordion-item.notes-products .accordion-content textarea::placeholder { font-family: 'Roboto', sans-serif; font-size: 14px; line-height: 18px; font-weight: 500; font-style: normal; color: rgba(7, 42, 64, 0.5); } .accordion-item.extra-products .accordion-content .row, .accordion-item.extra-products .accordion-content #extrasContent, .accordion-item.extra-products .accordion-content #extrasContent .row { width: 100%; display: flex; flex-flow: row wrap; justify-content: space-between; align-items: center; } .accordion-item.extra-products .accordion-content .row { margin-bottom: 15px; } .accordion-item.extra-products .accordion-content #addExtra { width: 100%; display: flex; flex-flow: row wrap; justify-content: center; } .accordion-item.extra-products .accordion-content .row .col-6, .accordion-item.extra-products .accordion-content #extrasContent .row .col-6 { width: 60%; } .accordion-item.extra-products .accordion-content .row .col-4, .accordion-item.extra-products .accordion-content #extrasContent .row .col-4 { width: 20%; } .accordion-item.extra-products .accordion-content .row .col-2, .accordion-item.extra-products .accordion-content #extrasContent .row .col-2 { width: 5%; display: flex; flex-direction: row; justify-content: center; align-items: center; } a#addExtra { color: #F77415; margin: 35px 0; } /* Products List */ .accordion-item.products-cerification .accordion-button.is-open + .accordion-content { padding-bottom: 35px; } .accordion-item.products-cerification .accordion-content, .accordion-item.products-cerification .accordion-content .accordion-collapse, .accordion-item.products-cerification .accordion-content .accordion-body { width: 100%; } .accordion-item.products-cerification .accordion-content .accordion-body .card-body, .accordion-item.products-cerification .accordion-content .accordion-body .card-body .card-body-left { display: flex; flex-flow: row nowrap; justify-content: space-between; align-items: center; } .accordion-item.products-cerification .accordion-content .accordion-body .card-body { background-color: #FFFDEA; border-bottom: 1px solid #FFE414; padding: 15px; } .accordion-item.products-cerification .accordion-content .accordion-body .card-body .card-body-left .card-body-image { background-image: linear-gradient(315deg, #fbb034 0%, #ffdd00 74%); width: 80px; height: 80px; border-radius: 50%; overflow: hidden; display: flex; justify-content: center; align-items: center; } .accordion-item.products-cerification .accordion-content .accordion-body .card-body .card-body-left .card-body-values { margin-left: 15px; } .accordion-item.products-cerification .accordion-content .accordion-body .card-body .card-body-left .card-body-values h3 { margin-bottom: 10px; font-family: 'Roboto', sans-serif; font-size: 14px; line-height: 12px; font-weight: 500; font-style: normal; color: rgba(7, 42, 64); } .accordion-item.products-cerification .accordion-content .accordion-body .card-body .card-body-left .card-body-values p:nth-child(2) { margin-bottom: 15px; font-family: 'Roboto', sans-serif; font-size: 12px; line-height: 12px; font-weight: 400; font-style: normal; color: rgba(7, 42, 64); } .accordion-item.products-cerification .accordion-content .accordion-body .card-body .card-body-left .card-body-values p:nth-child(3) { font-family: 'Roboto', sans-serif; font-size: 16px; line-height: 12px; font-weight: 500; font-style: normal; color: #687780; } .accordion-item.products-cerification .accordion-content .accordion-body .card-body .card-body-right { display: flex; flex-flow: column nowrap; justify-content: center; align-items: center; } .accordion-item.products-cerification .accordion-content .accordion-body .card-body .card-body-right .product-edit-remove-section { display: flex; flex-flow: row nowrap; justify-content: space-between; align-items: center; } .accordion-item.products-cerification .accordion-content .accordion-body .card-body .card-body-right .product-edit-remove-section #pen { margin-right: 5px; } /* Modal Content */ .modal-content { position: relative; width: 730px; text-align: center; background-color: #FFFEF0; margin: 0 auto; padding: 20px; border: 1px solid #888; border-radius: 10px; } .modal-content .modal-top-right { position: absolute; right: 10px; top: 10px; } .modal-content .modal-top-right .modal-content-close { display: inline-block; padding: 8px 16px; vertical-align: middle; overflow: hidden; text-decoration: none; color: inherit; background-color: inherit; text-align: center; cursor: pointer; white-space: nowrap; } .modal-content .modal-body h4 { font-family: 'Roboto', sans-serif; font-size: 25px; line-height: 32px; font-weight: 800; font-style: normal; color: #687780; margin: 25px 0; } .modal-content .modal-body p { font-family: 'Roboto', sans-serif; font-size: 14px; line-height: 32px; font-weight: 500; font-style: normal; color: #687780; margin: 25px 0; } .modal.show-product-delete{ display: block; } /* The Modal (background) */ .modal { display: none; position: fixed; z-index: 100; padding-top: 400px; left: 0; top: 0; width: 100%; height: 100%; overflow: auto; background-color:#072A40; background-color:rgb(7, 42, 64, 0.85); } .modal.product-delete { display: block; } /* Modal Content */ .modal-content { position: relative; width: 730px; text-align: center; background-color: #FFFEF0; margin: 0 auto; padding: 30px; border: 1px solid #888; border-radius: 10px; } .modal-content .modal-footer { display: flex; flex-flow: row nowrap; justify-content: center; } .button.button-primary.close { margin-right: 10px; } .modal-content .modal-top-right { position: absolute; right: 10px; top: 10px; } .modal-content .modal-body h4 { font-family: 'Roboto', sans-serif; font-size: 25px; line-height: 32px; font-weight: 800; font-style: normal; color: #687780; margin: 25px 0; } /* Select2 */ .select2-container .select2-selection--single .select2-selection__rendered { text-align: left; line-height: 20px; } .select2-container .select2-dropdown { background-color: #FFFDEA; border-radius: 4px; box-shadow: 4px 4px 4px 4px rgba(0, 0, 0, 0.15); border: none; padding: 10px; } .select2-container .select2-dropdown .select2-search .select2-search__field { background-color: #FFFDEA; border: 1px solid #072A40; } .select2-container .select2-dropdown .select2-results .select2-results__option { font-family: 'Roboto', sans-serif; font-size: 14px; line-height: 20px; font-weight: 500; font-style: normal; color: #687780; } .select2-container--default .select2-results__option--highlighted[aria-selected] { background-color: #FFFAD3; color: #072A40!important; } .select2-results__options::-webkit-scrollbar { width: 16px; background-clip: padding-box; } .select2-results__options::-webkit-scrollbar-track { background-color: #FFFDEA; background-clip: padding-box; border-right: 15px solid rgba(0, 0, 0, 0); border-top: 15px solid rgba(0, 0, 0, 0); border-bottom: 15px solid rgba(0, 0, 0, 0); } .select2-results__options::-webkit-scrollbar-thumb { background-clip: padding-box; background-color: #FFE414; border-right: 8px solid rgba(0, 0, 0, 0); border-top: 10px solid rgba(0, 0, 0, 0); border-bottom: 10px solid rgba(0, 0, 0, 0); border-radius: 4px; } .select2-container--default .select2-selection--single { width: 100%; background-color: #fff6b0; border: 0; border-radius: 0; padding: 0; margin: 0; height: 20px; } .select2-container--default .select2-selection--single .select2-selection__rendered { color: #687780; width: 100%; font-family: 'Roboto', sans-serif; font-size: 14px; font-weight: 500; font-style: normal; text-align: left; padding-left: 0px; } .select2-container--default .select2-selection--single .select2-selection__arrow { height: 20px; top: 0; }
resources/views/backoffice-partner/assets/css/styles.css
@import url('https://fonts.googleapis.com/css2?family=Krona+One&display=swap'); @import url('https://fonts.googleapis.com/css2?family=Roboto:wght@400;500&display=swap'); * { -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; -webkit-appearance: none !important; outline: none !important; } html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video { margin: 0; padding: 0; border: 0; font-size: 100%; font: inherit; vertical-align: baseline; } html, body { -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale; width: 100%; overflow-x: hidden; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; } body { margin: 0; padding: 0; border: 0; font-family: 'Roboto', sans-serif; -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale; text-rendering: optimizeLegibility; background-color: #ffffff; } h1, h2, h3, h4, h5, h6 { margin: 0; font-weight: normal; font-style: normal; color: #072a40; } h1 { font-family: 'Krona One', sans-serif; font-size: 28px; line-height: 50px; font-weight: 400; font-style: normal; } h2 { font-family: 'Krona One', sans-serif; font-size: 20px; line-height: 36px; font-weight: 400; font-style: normal; } h3 { font-family: 'Krona One', sans-serif; font-size: 12px; line-height: 20px; font-weight: 400; font-style: normal; } p { font-family: 'Roboto', sans-serif; font-size: 14px; line-height: 20px; font-weight: 400; font-style: normal; color: #072a40; margin-bottom: 20px; } p:last-child { margin-bottom: 0px; } b, strong, .font-bold { font-weight: 700 !important; } i, em, .font-italic { font-style: italic !important; } img { display: block; width: 100%; } a, a:focus { color: #072a40; text-decoration: underline; } a:hover { font-weight: 700; } /* Buttons */ .button { display: flex; align-items: center; justify-content: center; text-decoration: none; min-width: 120px; min-height: 45px; padding: 10px 20px 10px 20px; border: 0; margin: 0; cursor: pointer; outline: none; border-radius: 20px; font-family: 'Krona One', sans-serif; font-size: 12px; line-height: 12px; font-weight: 400; font-style: normal; text-transform: uppercase; text-decoration: none !important; transition: 0.2s all ease-in-out; } .button.button-primary { color: #ffe414; border-color: #072a40; background-color: #072a40; box-shadow: 2px 2px 8px rgba(0, 0, 0, 0.15); font-size: 12px; padding: 0 30px; } .button.button-primary:hover, .button.button-primary:focus { color: #072a40; border-color: #ffe414 ; background-color: #ffe414 ; box-shadow: 2px 2px 8px rgba(0, 0, 0, 0.15); } /* Labels */ label { font-family: 'Roboto', sans-serif; font-size: 14px; line-height: 20px; font-weight: 500; font-style: normal; color: #072A40; } /* Container Wrapper */ #container-wrapper { position: relative; } .main-fluid { width: 100%; max-width: 1440px; margin: 0 auto; } .limit-wrapper { width: 100%; max-width: 1140px; margin: 0 auto; padding: 0 15px; } .text-danger { color: #eb3e3e; } .is-invalid { border: 2px solid #eb3e3e !important; } input[type="text"], input[type="number"], textarea { display: flex; align-items: center; justify-content: flex-start; width: 100%; background-color: #fff6b0; border: 2px solid transparent; border-radius: 20px; padding: 11px 15px; } textarea { resize: none; } input[type="number"]::-webkit-inner-spin-button { -webkit-appearance: none; } input[type="number"] { -moz-appearance: textfield; appearance: textfield; } .page-bottom-message { font-family: 'Krona One', sans-serif; font-size: 10px; line-height: 20px; font-weight: 400; font-style: normal; color: #072a40; margin-top: 15px; } /* Header */ header { position: fixed; top: 0; left: 0; right: 0; margin: 0 auto; z-index: 10; transition: all 0.2s ease-in-out; box-shadow: 0 2px 2px -2px gray; } header * { transition: all 0.2s ease-in-out; } header .row-fluid { display: flex; align-items: center; justify-content: space-between; padding: 20px 0; } header .row-fluid .column-left .block-logo a { display: flex; align-items: center; } header .row-fluid .column-right { display: flex; justify-content: space-evenly; align-items: center; } header .row-fluid .column-right > div { display: flex; flex-flow: column wrap; justify-content: space-evenly; align-items: flex-end; } header .row-fluid .column-right > div small{ font-family: 'Robot', sans-serif; font-size: 12px; line-height: 20px; font-weight: 600; font-style: normal; color: #072a40; text-transform: uppercase; } header .row-fluid .column-right > div small:nth-child(2) { text-transform: capitalize; margin-top: 5px; } header .row-fluid .column-right img { width: 48px; margin-left: 15px; } header.fixed { background-color: #ffffff; box-shadow: 0 0 10px rgba(0,0,0,0.16); } header.fixed .row-fluid { padding: 10px 0; } /* Dashboard area */ .block-accordion .main-fluid .limit-wrapper.dashboard-first-page { max-width: 780px; margin: 45px 0px 0 400px; } .dashboard-product { width: 100%; display: flex; flex-flow: row wrap; justify-content: space-between; align-items: center; } .dashboard-product .dashboard-product-content { width: 350px; display: flex; justify-content: flex-start; align-items: center; margin: 0 10px 34px 0; background-color: #FFFAD3; border-radius: 80px 60px 0 80px; } .dashboard-product .dashboard-product-content .dashboard-product-count { width: 100px; height: 100px; display: flex; justify-content: center; align-items: center; border-radius: 50%; background-color: rgba(255, 228, 20, 0.3); margin: 15px; } .dashboard-product .dashboard-product-content .dashboard-product-count p { font-family: 'Krona One', sans-serif; font-size: 35px; line-height: 12px; font-weight: 500; font-style: normal; color: #112029; } .dashboard-product .dashboard-product-content .dashboard-inserted-product-values { height: 100px; display: flex; flex-direction: column; justify-content: space-between; margin-left: 25px; } .dashboard-product .dashboard-product-content .dashboard-inserted-product-values svg { margin-right: 5px; } .dashboard-product .dashboard-product-content .dashboard-inserted-product-values > p:first-child { display: flex; flex-flow: row nowrap; justify-content: center; border-radius: 20px 20px 20px 0; padding: 4px 12px; font-size: 10px; background-color: #072A40; color: white; } .dashboard-product .dashboard-product-content .dashboard-inserted-product-values > p.container-title { background-color: white; color: #072A40; } .dashboard-product .dashboard-product-content .dashboard-inserted-product-values .lastproduct-entry p { display: flex; margin-bottom: 7px; } .dashboard-product .dashboard-product-content .dashboard-inserted-product-values .lastproduct-entry p:first-child { font-family: 'Roboto', sans-serif; font-size: 12px; line-height: 12px; font-weight: 400; font-style: normal; color: #112029; } .dashboard-product .dashboard-product-content .dashboard-inserted-product-values .lastproduct-entry p:nth-child(2){ font-size: 10px; color: #687780; } .dashboard-first-page .dashboard-footer .dashboard-footer-contacts, .dashboard-first-page .dashboard-footer .dashboard-footer-logo { display: flex; flex-flow: row; justify-content: right; margin: 0 15px; padding: 5px; } .dashboard-first-page .dashboard-footer .dashboard-footer-logo { border-bottom: 1px solid #FFE414; } .dashboard-first-page .dashboard-footer .dashboard-footer-contacts p { display: flex; flex-flow: row nowrap; justify-content: space-between; margin-left: 35px; font-family: 'Roboto', sans-serif; font-size: 12px; font-weight: 400; font-style: normal; color: #112029; } .dashboard-first-page .dashboard-footer .dashboard-footer-contacts p svg { margin-right: 5px; } .button.button-primary#resetFormProductData { color: #072a40; border-color: #ffe414 ; background-color: #ffe414 ; box-shadow: 2px 2px 8px rgba(0, 0, 0, 0.15); font-size: 12px; padding: 0 30px; margin-right: 15px; } .button.button-primary#submitFormProductData { margin-left: 15px; } .button.button-primary#resetFormProductData:hover, .button.button-primary#resetFormProductData:focus { color: #ffe414; border-color: #072a40; background-color: #072a40; box-shadow: 2px 2px 8px rgba(0, 0, 0, 0.15); } /* page content */ #page-backoffice .block-home-find { position: relative; padding-top: 150px; min-height: 100vh; background-color: #ffffff; background-image: url('../images/bg-home-top.png'); background-repeat: no-repeat; background-position: top right; } #page-backoffice .block-home-find .block-title { text-align: center; margin-top: 100px; margin-bottom: 25px; } #page-backoffice .block-home-find .block-lead { width: 480px; margin: 0 auto 50px auto; text-align: center; } #page-backoffice .block-home-find .block-lead p{ font-family: 'Krona One', sans-serif; font-size: 14px; line-height: 28px; font-weight: 400; font-style: normal; color: #072a40; } #page-backoffice .block-home-find .row-fluid { display: flex; align-items: center; justify-content: space-between; } #page-backoffice .block-home-find .row-fluid .column-4 { display: flex; align-items: center; justify-content: center; flex-direction: column; width: calc(25% - 15px); margin-right: 30px; margin-bottom: 56px; } #page-backoffice .block-home-find .row-fluid .column-4:last-child { margin-right: 0px; } #page-backoffice .block-home-find .row-fluid .column-4 .block-find-icon { margin-bottom: 30px; } #page-backoffice .block-home-find .row-fluid .column-4 .number-circle { width: 24px; color: #FFE414; background-color: #072A40; border-radius: 50%; text-align: center; margin-bottom: 10px; } #page-backoffice .block-home-find .row-fluid .column-4 .number-circle span { width: 24px; color: #FFE414; background-color: #072A40; font-family: 'Krona One', sans-serif; font-size: 11px; line-height: 22px; border-radius: 50%; text-align: center; } #page-backoffice .block-home-find .row-fluid .column-4 .block-find-lead p { font-family: 'Krona One', sans-serif; font-size: 14px; line-height: 28px; font-weight: 400; font-style: normal; color: #072a40; } #page-backoffice .block-home-find .block-start { width: 116px; margin: 0 auto; } .block-accordion .main-fluid .limit-wrapper { width: 100%; max-width: 700px; margin: 0 auto; } /* navmenu */ .block-accordion .main-fluid .nav-menu-fixed { position: fixed; top: 136px; /* left: 180px; */ right: calc(50% + 380px); background-color: #FFFDEA; border-radius: 0 40px 40px 0; padding: 36px 20px; width: 95px; } .block-accordion .main-fluid .nav-menu-fixed .navbar ul li{ list-style: none; } .block-accordion .main-fluid .nav-menu-fixed .navbar ul li:not(:last-child){ margin-bottom: 24px; } .block-accordion .main-fluid .nav-menu-fixed .navbar ul li a { display: flex; flex-flow: column nowrap; justify-content: center; align-items: center; text-align: center; text-decoration: none; } .block-accordion .main-fluid .nav-menu-fixed .navbar .nav-link span { font-family: 'Krona One', sans-serif; font-size: 10px; line-height: 12px; font-weight: 400; font-style: normal; color: rgba(7, 42, 64, 0.6); } .block-accordion .main-fluid .nav-menu-fixed .navbar .nav-link span.nav-link-focus { font-weight: 500; color: #072a40; } .block-accordion .main-fluid .nav-menu-fixed .navbar .nav-link img { width: 56px; margin-bottom: 8px; } .block-accordion .main-fluid .nav-menu-fixed .navbar .nav-link img:hover { filter: saturate(2); } /* form */ .block-accordion .main-fluid .limit-wrapper form { width: 540px; margin: 0 auto; } .block-field .block-input .select2-container.select2-container--default { display: block; width: 95% !important; } .form-default-wrapper { width: 100%; max-width: 445px; margin: 0 auto; } .form-default-wrapper .block-form-group { display: flex; align-items: center; justify-content: center; flex-direction: column; margin-bottom: 20px; } .form-default-wrapper .block-form-group .block-field { display: flex; align-items: center; justify-content: flex-start; width: 100%; background-color: #fff6b0; border: 2px solid transparent; border-radius: 20px; padding: 11px 15px; } .form-default-wrapper .block-form-group .block-field.block-field-active { border: 2px solid #FFE414; } .form-default-wrapper .block-form-group .block-field-error { border: 2px solid #eb3e3e; } .form-default-wrapper .block-form-group .block-field .block-icon { display: flex; align-items: center; justify-content: center; width: 20px; } .form-default-wrapper .block-form-group .block-field .block-input { width: calc(100% - 25px); margin-left: 5px; } .form-default-wrapper .block-form-group .block-field-big .block-input { width: 100%; } .select2-container .select2-selection--single .select2-selection__rendered { text-align: left; line-height: 20px; } .select2-container .select2-dropdown { background-color: #FFFDEA; border-radius: 4px; box-shadow: 4px 4px 4px 4px rgba(0, 0, 0, 0.15); border: none; padding: 10px; } .select2-container .select2-dropdown .select2-search .select2-search__field { background-color: #FFFDEA; border: 1px solid #072A40; } .select2-container .select2-dropdown .select2-results .select2-results__option { font-family: 'Roboto', sans-serif; font-size: 14px; line-height: 20px; font-weight: 500; font-style: normal; color: #687780; } .select2-container--default .select2-results__option--highlighted[aria-selected] { background-color: #FFFAD3; color: #072A40!important; } .select2-results__options::-webkit-scrollbar { width: 16px; background-clip: padding-box; } .select2-results__options::-webkit-scrollbar-track { background-color: #FFFDEA; background-clip: padding-box; border-right: 15px solid rgba(0, 0, 0, 0); border-top: 15px solid rgba(0, 0, 0, 0); border-bottom: 15px solid rgba(0, 0, 0, 0); } .select2-results__options::-webkit-scrollbar-thumb { background-clip: padding-box; background-color: #FFE414; border-right: 8px solid rgba(0, 0, 0, 0); border-top: 10px solid rgba(0, 0, 0, 0); border-bottom: 10px solid rgba(0, 0, 0, 0); border-radius: 4px; } .form-default-wrapper .block-form-group .block-field .block-input input { width: 100%; font-family: 'Roboto', sans-serif; font-size: 14px; line-height: 20px; font-weight: 500; font-style: normal; color: #072a40; background-color: transparent; border: 0; border-radius: 0; padding: 0; margin: 0; } .form-default-wrapper .block-form-group .block-field .block-input input:-ms-input-placeholder { color: rgba(7, 42, 64, 0.5); } .form-default-wrapper .block-form-group .block-field .block-input input::-moz-placeholder { color: rgba(7, 42, 64, 0.5); } .form-default-wrapper .block-form-group .block-field .block-input input::placeholder { color: rgba(7, 42, 64, 0.5); } .form-default-wrapper .block-form-group .block-field .block-input .select2-container.select2-container--default { display: block; width: 100% !important; } .form-default-wrapper .block-form-group .block-field .block-input .select2-container.select2-container--default .select2-selection--single { width: 100%; background-color: #fff6b0; border: 0; border-radius: 0; padding: 0; margin: 0; height: 20px; } .select2-container--default .select2-selection--single .select2-selection__rendered { color: #687780; width: 100%; font-family: 'Roboto', sans-serif; font-size: 14px; font-weight: 500; font-style: normal; text-align: left; padding-left: 0px; } .select2-container--default .select2-selection--single .select2-selection__arrow { height: 20px; top: 0; } .form-default-wrapper .block-form-group .block-field-msg { font-family: 'Krona One', sans-serif; font-size: 11px; line-height: 12px; font-weight: 400; color: #f01f1f; margin-top: 4px; text-align: left; width: 100%; padding-left: 20px; } .form-default-wrapper .block-form-group .block-submit { margin-top: 25px; } /* accordion */ .block-accordion .accordion-button { display: flex; align-items: center; justify-content: space-between; width: 100%; height: 50px; background-color: #fffdea; border: none; outline: none; text-align: left; padding: 4px 15px 4px 25px; cursor: pointer; transition: background-color 0.2s linear; border-bottom: 0.5px solid #ffe414; } .block-accordion .accordion-content { display: flex; flex-wrap: wrap; justify-content: flex-start; align-items: center; } /* form check */ .block-accordion .sub-categories .accordion-content .form-check { width: calc(100%/3); display: flex; justify-content: flex-start; align-items: center; margin-bottom: 34px; } .block-accordion .sub-categories .accordion-content .form-check label { font-family: 'Roboto', sans-serif; font-size: 14px; line-height: 12px; font-weight: 500; font-style: normal; color: #072A40; } .block-accordion .accordion-content .form-check input { margin-right: 10px; width: 14px; height: 14px; border-radius: 4px; border: 1px solid #072A40; padding: 0; background-position: center; cursor: pointer; } .block-accordion .accordion-content .form-check label, .block-accordion .accordion-content .accordion-body .partner-business-times > div .col-8 .row .form-inline input span { font-family: 'Roboto', sans-serif; font-size: 14px; line-height: 12px; font-weight: 500; font-style: normal; color: #072A40; } .block-accordion .accordion-content .form-check input[type="checkbox"]:checked, .accordion-item.side-product .accordion-content .custom-control input[type="checkbox"]:checked, .accordion-item.sauce-product .accordion-content .custom-control input[type="checkbox"]:checked, .accordion-item.allergens-product .accordion-content .custom-control input[type="checkbox"]:checked { background-image: url('/assets-backoffice-partner/images/check_box_sel.png'); } .block-accordion .accordion-button svg { transition: all 0.3s ease-in-out; } .block-accordion .accordion-button.is-open svg { transform: rotate(180deg); } .block-accordion button:hover, .block-accordion button.is-open { color: #ffe414; } .block-accordion .accordion-button.is-open + .accordion-content.business-image-content { max-height: unset; padding: 35px 0 0 0; } .block-accordion .accordion-button.is-open + .accordion-content { max-height: unset; padding: 35px 0 0 0; } .block-accordion .accordion-content { max-height: 0; overflow: hidden; transition: max-height 0.2s ease-in-out; } /* Partner times */ .block-accordion .accordion-content .accordion-body { width: 100%; } .block-accordion .accordion-content .accordion-body .partner-business-header, .block-accordion .accordion-content .accordion-body .partner-business-times > div { display: flex; flex-flow: row nowrap; justify-content: space-between; align-items: stretch; margin-bottom: 28px; } .block-accordion .accordion-content .accordion-body .partner-business-header .partner-business-days, .block-accordion .accordion-content .accordion-body .partner-business-times .col-4 { width: 30%; } .block-accordion .accordion-content .accordion-body .partner-business-times .col-4{ border-bottom: 1px solid black; } .block-accordion .accordion-content .accordion-body .partner-business-times .col-4 label { text-transform: capitalize; font-family: 'Roboto', sans-serif; font-size: 14px; line-height: 12px; font-weight: 500; font-style: normal; color: #072A40; } .block-accordion .accordion-content .accordion-body .partner-business-header .partner-business-timer, .block-accordion .accordion-content .accordion-body .partner-business-times .col-8 { width: 65%; } header.fixed { background-color: #ffffff; box-shadow: 0 0 10px rgba(0,0,0,0.16); } header.fixed .row-fluid { padding: 10px 0; } .block-accordion .accordion-content .accordion-body .partner-business-times > div .col-8 { display: flex; flex-flow: column nowrap; justify-content: center; align-items: stretch; width: 100%; } .block-accordion .accordion-content .accordion-body .partner-business-times > div .col-8 .row{ display: flex; flex-flow: row nowrap; justify-content: space-between; align-items: center; margin-bottom: 16px; } .block-accordion .accordion-content .accordion-body .partner-business-times > div .col-8 .row .form-inline span { margin: 0 25px; font-family: 'Roboto', sans-serif; font-size: 14px; line-height: 12px; font-weight: 500; font-style: normal; color: #072A40; } .block-accordion .accordion-content .accordion-body .partner-business-times > div .col-4 .form-check, .block-accordion .accordion-content .accordion-body .partner-business-times > div .col-8 .row .form-check { display: flex; flex-flow: row nowrap; align-items: center; justify-content: flex-start; } .block-accordion .accordion-content .accordion-body .partner-business-times > div .col-4 .form-check { padding-top: 11px; } .block-accordion .accordion-content .accordion-body .partner-business-times > div .col-8 .row .form-inline input { background-color: #FFFAD3; border-radius: 20px; border: none; padding: 11px; } .block-accordion .accordion-content .accordion-body .partner-business-times > div .col-8 .row .form-inline input::-webkit-calendar-picker-indicator { background-image: url("/assets-frontoffice/images/seta_drop.png"); } /* average content */ .accordion-item.avegare-time .accordion-content { display: flex; flex-flow: row nowrap; align-items: center; justify-content: space-between; } .accordion-item.avegare-time .accordion-content .average-time-check { display: flex; flex-flow: row nowrap; align-items: center; justify-content: space-between; font-family: 'Roboto', sans-serif; font-size: 14px; line-height: 12px; font-weight: 500; font-style: normal; color: #072A40; margin-bottom: 35px; } .accordion-item.avegare-time .accordion-content input { width: 18px; height: 18px; border: 2px solid black; border-radius: 50%; display: inline-flex; flex-flow: row nowrap; justify-content: center; align-items: center; margin: 0 15px 0 0; cursor: pointer; } .accordion-item.avegare-time .accordion-content .average-time-check input[type="radio"]:before, .accordion-content .col-checkbox .form-check .custom-control.custom-radio input[type="radio"]:before { display: block; content: ''; width: 8px; height: 8px; background-color: #FFE414; border-radius: 50px; visibility: hidden; } .accordion-item.avegare-time .accordion-content .average-time-check input[type="radio"]:checked:before, .accordion-content .col-checkbox .form-check .custom-control.custom-radio input[type="radio"]:checked:before { visibility: visible; } /* images styling */ .accordion-item.image-items .accordion-content .form-group { width: 100%; display: flex; flex-flow: row nowrap; justify-content: space-between; align-items: center; margin-bottom: 25px; } .accordion-item.image-items .accordion-content .form-group label { width: 100%; background-color: #FFF6B0; padding: 16px; border-radius: 20px; font-family: 'Roboto', sans-serif; font-size: 14px; line-height: 12px; font-weight: 500; font-style: normal; color: rgba(7, 42, 64, 0.5); } .accordion-item.image-items .accordion-content .form-group .form-file-button { position: relative; } .accordion-item.image-items .accordion-content .form-group .form-file-button input[type="file"] { opacity: 0; left: 0; top: 0; position: absolute; cursor: pointer; margin-bottom: 0!important; padding-left: 0!important; width: 100%; z-index: 1; } .accordion-item.image-items .accordion-content .form-group .form-file-button .form-fild-text span { color: #F77415; text-decoration: underline; margin-left: 35px; } .accordion-item.image-items .accordion-content .form-group input[type="file"] { color: #F77415; padding: auto 0; background-color: #FFFFFF; box-shadow: none; border-style: none; border-bottom: 1px solid #F77415; cursor: pointer; } .accordion .accordion-button h3 strong { font-size: 12px; font-weight: 20px; color: #072A40; } .button-next-container { display: flex; flex-wrap: nowrap; justify-content: center; margin: 55px; } /* profile area */ .accordion-content.top-image { width: 100%; display: flex; flex-flow: column nowrap ; justify-content: center; } .accordion-content.top-image .block-form, .accordion-content.top-image .block-form input.accordion-content, .accordion-content.top-image .block-form .block-field, .accordion-content.top-image div.block-form .block-form-group .block-input, .accordion-content.top-image div.block-form .block-form-group input { width: 100%; height: 100%; border-radius: 20px; } .accordion-content.top-image div.block-form .block-form-group { margin-bottom: 25px; } .accordion-content.top-image div.block-form .block-form-group .block-field .block-icon svg { margin: 0 10px 0 15px; } .accordion-content.top-image div.block-form .block-form-group input { border: none; background-color: #FFF6B0; font-family: 'Roboto', sans-serif; font-size: 14px; line-height: 25px; font-weight: 500; font-style: normal; color: rgba(7, 42, 64); } .accordion-content.top-image .profile-image-cover { position: relative; width: 90px; height: 90px; border-radius: 50%; background-image: url('/assets-backoffice-partner/images/photo_loja.png'); background-repeat: no-repeat; background-position: center; background-size: cover; margin-bottom: 15px; } .accordion-content.top-image .profile-image-cover.product-cover { background-image: url('/assets-backoffice-partner/images/rest_photo.png'); } .accordion-content.top-image .block-form .block-form-group { width: 100%; height: 45px; display: flex; align-items: center; justify-content: flex-start; background-color: #fff6b0; border: 2px solid transparent; border-radius: 20px; } .accordion-content.top-image .block-form .block-field { display: flex; align-items: center; } .accordion-content.top-image .block-form .block-field .block-icon { display: flex; align-items: center; justify-content: space-between; } .accordion-content.top-image .profile-image-cover input[type="file"] { opacity: 0; left: 0; top: 0; position: absolute; cursor: pointer; margin-bottom: 0!important; padding-left: 0!important; width: 100%; height: 100px; z-index: 1; } .accordion-content.top-image .profile-image-cover .form-fild-text span { display: flex; justify-content: center; flex-direction: row; align-items: center; position: absolute; left: 20%; bottom: -30%; } .accordion-content.top-image h3 { margin: 5px 0; font-family: 'Roboto', sans-serif; font-size: 14px; line-height: 12px; font-weight: 500; font-style: normal; color: rgba(7, 42, 64); } .accordion-content.top-image p { font-family: 'Roboto', sans-serif; font-size: 10px; line-height: 11px; font-weight: 400; font-style: normal; color: rgba(7, 42, 64); } .accordion-content.top-image .block-form .block-form-group.block-field-active { border: 2px solid #FFE414; } /* Product area */ .accordion-item.name-product .form-group { width: 100%; } .accordion-item.name-product .form-group.product-price { display: flex; flex-flow: row nowrap; align-items: flex-start; } .accordion-item.name-product .form-group.product-price input{ width: 160px; } .accordion-item.name-product .form-group input, .accordion-item.name-product .form-group textarea{ margin-bottom: 15px; } .accordion-item.name-product .available-product { width: 100%; } .accordion-item .accordion-content .col-checkbox, .accordion-item .accordion-content .col-checkbox .form-check { width: 100%; display: flex; flex-flow: row nowrap; align-items: center; justify-content: flex-start; } .accordion-item .accordion-content, .accordion-item .accordion-content .custom-control-inline, .accordion-content .col-checkbox .form-check .custom-control.custom-radio, .accordion-item .menu-label-radio .product-checks { display: flex; flex-wrap: wrap; align-items: center; } input[type="radio"] { min-width: 18px; min-height: 18px; border: 2px solid black; border-radius: 50%; display: inline-flex; flex-flow: row nowrap; justify-content: center; align-items: center; margin: 0 15px 0 0; cursor: pointer; } input[type="radio"]:before { display: block; content: ''; width: 8px; height: 8px; background-color: #FFE414; border-radius: 50px; visibility: hidden; } input[type="radio"]:checked:before { visibility: visible; } .accordion-item.campaign-product .accordion-content .custom-control label { font-family: 'Roboto', sans-serif; font-size: 14px; line-height: 18px; font-weight: 500; font-style: normal; color: rgba(7, 42, 64); } .accordion-item .accordion-content .menu-label, .accordion-item .accordion-content .menu-label-radiu .custom-radio, .accordion-item.side-product .accordion-content .custom-control .form-check-label{ font-family: 'Roboto', sans-serif; font-size: 14px; line-height: 18px; font-weight: 500; font-style: normal; color: rgba(7, 42, 64); width: calc(100% - 33px); } .accordion-item .accordion-content .menu-label-radio { width: 100%; display: flex; flex-direction: row; flex-wrap: nowrap; align-content: center; justify-content: space-between; margin-bottom: 25px; } .accordion-item .accordion-content .menu-label-radio .product-checks { width: 50%; display: flex; flex-direction: row; flex-wrap: nowrap; align-items: center; justify-content: flex-end; } .accordion-item .accordion-content .menu-label-radio .product-checks .custom-control { margin-left: 30px; } .accordion-item.product-categories .accordion-content .col-checkbox .form-check { flex-flow: row wrap; } .accordion-item.side-product .accordion-content .custom-control, .accordion-item.sauce-product .accordion-content .custom-control, .accordion-item.allergens-product .accordion-content .custom-control, .accordion-item.product-categories .accordion-content .col-checkbox .form-check .custom-control{ width: calc(100%/3); display: flex; justify-content: flex-start; align-items: flex-start; margin-bottom: 34px; } .accordion-item.product-categories .accordion-content .col-checkbox .form-check .custom-control { flex-flow: row nowrap; } .accordion-item.side-product .accordion-content .custom-control input[type="checkbox"], .accordion-item.sauce-product .accordion-content .custom-control input[type="checkbox"] { margin-right: 10px; width: 14px; height: 14px; border-radius: 4px; border: 1px solid #072A40; padding: 0; background-position: center; cursor: pointer; } .accordion-item.notes-products .accordion-content { display: flex; justify-content: center; } .accordion-item.notes-products .accordion-content textarea { width: 100%; background-color: #FFF6B0; border: none; border-radius: 20px; padding: 15px; } .accordion-item.notes-products .accordion-content textarea::placeholder { font-family: 'Roboto', sans-serif; font-size: 14px; line-height: 18px; font-weight: 500; font-style: normal; color: rgba(7, 42, 64, 0.5); } .accordion-item.extra-products .accordion-content .row, .accordion-item.extra-products .accordion-content #extrasContent, .accordion-item.extra-products .accordion-content #extrasContent .row { width: 100%; display: flex; flex-flow: row wrap; justify-content: space-between; align-items: center; } .accordion-item.extra-products .accordion-content .row { margin-bottom: 15px; } .accordion-item.extra-products .accordion-content #addExtra { width: 100%; display: flex; flex-flow: row wrap; justify-content: center; } .accordion-item.extra-products .accordion-content .row .col-6, .accordion-item.extra-products .accordion-content #extrasContent .row .col-6 { width: 60%; } .accordion-item.extra-products .accordion-content .row .col-4, .accordion-item.extra-products .accordion-content #extrasContent .row .col-4 { width: 20%; } .accordion-item.extra-products .accordion-content .row .col-2, .accordion-item.extra-products .accordion-content #extrasContent .row .col-2 { width: 5%; display: flex; flex-direction: row; justify-content: center; align-items: center; } a#addExtra { color: #F77415; margin: 35px 0; } /* Products List */ .accordion-item.products-cerification .accordion-button.is-open + .accordion-content { padding-bottom: 35px; } .accordion-item.products-cerification .accordion-content, .accordion-item.products-cerification .accordion-content .accordion-collapse, .accordion-item.products-cerification .accordion-content .accordion-body { width: 100%; } .accordion-item.products-cerification .accordion-content .accordion-body .card-body, .accordion-item.products-cerification .accordion-content .accordion-body .card-body .card-body-left { display: flex; flex-flow: row nowrap; justify-content: space-between; align-items: center; } .accordion-item.products-cerification .accordion-content .accordion-body .card-body { background-color: #FFFDEA; border-bottom: 1px solid #FFE414; padding: 15px; } .accordion-item.products-cerification .accordion-content .accordion-body .card-body .card-body-left .card-body-image { background-image: linear-gradient(315deg, #fbb034 0%, #ffdd00 74%); width: 80px; height: 80px; border-radius: 50%; overflow: hidden; display: flex; justify-content: center; align-items: center; } .accordion-item.products-cerification .accordion-content .accordion-body .card-body .card-body-left .card-body-values { margin-left: 15px; } .accordion-item.products-cerification .accordion-content .accordion-body .card-body .card-body-left .card-body-values h3 { margin-bottom: 10px; font-family: 'Roboto', sans-serif; font-size: 14px; line-height: 12px; font-weight: 500; font-style: normal; color: rgba(7, 42, 64); } .accordion-item.products-cerification .accordion-content .accordion-body .card-body .card-body-left .card-body-values p:nth-child(2) { margin-bottom: 15px; font-family: 'Roboto', sans-serif; font-size: 12px; line-height: 12px; font-weight: 400; font-style: normal; color: rgba(7, 42, 64); } .accordion-item.products-cerification .accordion-content .accordion-body .card-body .card-body-left .card-body-values p:nth-child(3) { font-family: 'Roboto', sans-serif; font-size: 16px; line-height: 12px; font-weight: 500; font-style: normal; color: #687780; } .accordion-item.products-cerification .accordion-content .accordion-body .card-body .card-body-right { display: flex; flex-flow: column nowrap; justify-content: center; align-items: center; } .accordion-item.products-cerification .accordion-content .accordion-body .card-body .card-body-right .product-edit-remove-section { display: flex; flex-flow: row nowrap; justify-content: space-between; align-items: center; } .accordion-item.products-cerification .accordion-content .accordion-body .card-body .card-body-right .product-edit-remove-section #pen { margin-right: 5px; } /* Modal Content */ .modal-content { position: relative; width: 730px; text-align: center; background-color: #FFFEF0; margin: 0 auto; padding: 20px; border: 1px solid #888; border-radius: 10px; } .modal-content .modal-top-right { position: absolute; right: 10px; top: 10px; } .modal-content .modal-top-right .modal-content-close { display: inline-block; padding: 8px 16px; vertical-align: middle; overflow: hidden; text-decoration: none; color: inherit; background-color: inherit; text-align: center; cursor: pointer; white-space: nowrap; } .modal-content .modal-body h4 { font-family: 'Roboto', sans-serif; font-size: 25px; line-height: 32px; font-weight: 800; font-style: normal; color: #687780; margin: 25px 0; } .modal-content .modal-body p { font-family: 'Roboto', sans-serif; font-size: 14px; line-height: 32px; font-weight: 500; font-style: normal; color: #687780; margin: 25px 0; } .modal.show-product-delete{ display: block; } /* The Modal (background) */ .modal { display: none; position: fixed; z-index: 100; padding-top: 400px; left: 0; top: 0; width: 100%; height: 100%; overflow: auto; background-color:#072A40; background-color:rgb(7, 42, 64, 0.85); } .modal.product-delete { display: block; } /* Modal Content */ .modal-content { position: relative; width: 730px; text-align: center; background-color: #FFFEF0; margin: 0 auto; padding: 30px; border: 1px solid #888; border-radius: 10px; } .modal-content .modal-footer { display: flex; flex-flow: row nowrap; justify-content: center; } .button.button-primary.close { margin-right: 10px; } .modal-content .modal-top-right { position: absolute; right: 10px; top: 10px; } .modal-content .modal-body h4 { font-family: 'Roboto', sans-serif; font-size: 25px; line-height: 32px; font-weight: 800; font-style: normal; color: #687780; margin: 25px 0; } /* Select2 */ .select2-container .select2-selection--single .select2-selection__rendered { text-align: left; line-height: 20px; } .select2-container .select2-dropdown { background-color: #FFFDEA; border-radius: 4px; box-shadow: 4px 4px 4px 4px rgba(0, 0, 0, 0.15); border: none; padding: 10px; } .select2-container .select2-dropdown .select2-search .select2-search__field { background-color: #FFFDEA; border: 1px solid #072A40; } .select2-container .select2-dropdown .select2-results .select2-results__option { font-family: 'Roboto', sans-serif; font-size: 14px; line-height: 20px; font-weight: 500; font-style: normal; color: #687780; } .select2-container--default .select2-results__option--highlighted[aria-selected] { background-color: #FFFAD3; color: #072A40!important; } .select2-results__options::-webkit-scrollbar { width: 16px; background-clip: padding-box; } .select2-results__options::-webkit-scrollbar-track { background-color: #FFFDEA; background-clip: padding-box; border-right: 15px solid rgba(0, 0, 0, 0); border-top: 15px solid rgba(0, 0, 0, 0); border-bottom: 15px solid rgba(0, 0, 0, 0); } .select2-results__options::-webkit-scrollbar-thumb { background-clip: padding-box; background-color: #FFE414; border-right: 8px solid rgba(0, 0, 0, 0); border-top: 10px solid rgba(0, 0, 0, 0); border-bottom: 10px solid rgba(0, 0, 0, 0); border-radius: 4px; } .select2-container--default .select2-selection--single { width: 100%; background-color: #fff6b0; border: 0; border-radius: 0; padding: 0; margin: 0; height: 20px; } .select2-container--default .select2-selection--single .select2-selection__rendered { color: #687780; width: 100%; font-family: 'Roboto', sans-serif; font-size: 14px; font-weight: 500; font-style: normal; text-align: left; padding-left: 0px; } .select2-container--default .select2-selection--single .select2-selection__arrow { height: 20px; top: 0; }
0.222869
0.073264
body {background-color: #4f5d75;} .externalFrame { width: 50em; height: 30em; background-color: rgb(188, 56, 89); margin: 0 auto; display: flex; align-items: center; margin-top: 70px; border-radius: 2%; } .consoleBody { width: 48.5em; height: 27em; background-color: rgb(217, 202, 180); background: linear-gradient(to top left, #b1aca5 23%, #e1d1c3 39%); margin: 0 auto; border-radius: 2%; display: grid; grid-template-columns: 30% 40% 30%; } .screenFrame{ position: relative; left: -1.5em; display: grid; grid-template-rows: 20% 60% 20%; } .gameName{ text-align: center; font-weight: bold; font-family: Arial; position: relative; top:3em; } .screen { width: 20em; height: 14em; background-color: grey; position: relative; border: rgb(188, 56, 89); border-style: solid; border-width: 0.3em; width: 20em; height: 14em; } .gif { width: 16em; height: 12em; position: relative; top: 1em; left: 1em; } .nintendoLogo{ position: relative; display: flex; align-items: flex-start; position: relative; top: -1em; left: 7em; } .leftButtons { display: grid; grid-template-rows: 50%; } .imgLogo { width: 8em; height: 6em; position: relative; top: 3em; left: 3em; } .directionButton{ position: relative; top: 2em; left: 2em; } .rightButtons { display: grid; grid-template-rows: repeat(2, 50%); } .topRightButtons{ display: grid; grid-template-rows: repeat(3, 33%); } .gameButtonBorder { background-color: rgb(188, 56, 89); width: 4em; height: 2em; position: relative; top: 38%; left: 10%; border-radius: 25px; } .gameButton{ background-color: rgb(189, 185, 188); width: 3.9em; height: 2em; position: relative; top: 0.15em; left: 10%; border-radius: 25px; } .gameButtonText{ text-align: center; font-weight: bold; font-family: Arial; font-size: 14px; position: relative; top: 0.4em; } .timeButtonBorder { background-color: rgb(188, 56, 89); width: 4em; height: 2em; position: relative; top: 15%; left: 10%; border-radius: 25px; } .timeButton{ background-color: rgb(189, 185, 188); width: 3.9em; height: 2em; position: relative; top: 0.15em; left: 10%; border-radius: 25px; } .timeButtonText{ text-align: center; font-weight: bold; font-family: Arial; font-size: 14px; position: relative; top: 0.4em; } .pauseButtonBorder{ background-color: rgb(188, 56, 89); width: 4em; height: 2em; position: relative; top: -10%; left: 10%; border-radius: 25px; } .pauseButton{ background-color: rgb(189, 185, 188); width: 3.9em; height: 2em; position: relative; top: 0.15em; left: 10%; border-radius: 25px; } .pauseButtonText{ text-align: center; font-weight: bold; font-family: Arial; font-size: 14px; position: relative; top: 0.4em; left: -0.5em; } .bottomRightButton { display: grid ; grid-template-columns: 50% 50%; } .roundButton { background-color: rgb(188, 56, 89); width: 4.7em; height: 4.7em; position: relative; top: 38%; left: 17%; border-radius: 50px; } .button { background-color: rgb(207, 93, 120); width: 4.5em; height: 4.5em; border-radius: 50%; position: relative; top: 0.5em; left: 10%; } .text{ text-align: center; font-weight: bold; font-family: Arial; }
css/estilos.css
body {background-color: #4f5d75;} .externalFrame { width: 50em; height: 30em; background-color: rgb(188, 56, 89); margin: 0 auto; display: flex; align-items: center; margin-top: 70px; border-radius: 2%; } .consoleBody { width: 48.5em; height: 27em; background-color: rgb(217, 202, 180); background: linear-gradient(to top left, #b1aca5 23%, #e1d1c3 39%); margin: 0 auto; border-radius: 2%; display: grid; grid-template-columns: 30% 40% 30%; } .screenFrame{ position: relative; left: -1.5em; display: grid; grid-template-rows: 20% 60% 20%; } .gameName{ text-align: center; font-weight: bold; font-family: Arial; position: relative; top:3em; } .screen { width: 20em; height: 14em; background-color: grey; position: relative; border: rgb(188, 56, 89); border-style: solid; border-width: 0.3em; width: 20em; height: 14em; } .gif { width: 16em; height: 12em; position: relative; top: 1em; left: 1em; } .nintendoLogo{ position: relative; display: flex; align-items: flex-start; position: relative; top: -1em; left: 7em; } .leftButtons { display: grid; grid-template-rows: 50%; } .imgLogo { width: 8em; height: 6em; position: relative; top: 3em; left: 3em; } .directionButton{ position: relative; top: 2em; left: 2em; } .rightButtons { display: grid; grid-template-rows: repeat(2, 50%); } .topRightButtons{ display: grid; grid-template-rows: repeat(3, 33%); } .gameButtonBorder { background-color: rgb(188, 56, 89); width: 4em; height: 2em; position: relative; top: 38%; left: 10%; border-radius: 25px; } .gameButton{ background-color: rgb(189, 185, 188); width: 3.9em; height: 2em; position: relative; top: 0.15em; left: 10%; border-radius: 25px; } .gameButtonText{ text-align: center; font-weight: bold; font-family: Arial; font-size: 14px; position: relative; top: 0.4em; } .timeButtonBorder { background-color: rgb(188, 56, 89); width: 4em; height: 2em; position: relative; top: 15%; left: 10%; border-radius: 25px; } .timeButton{ background-color: rgb(189, 185, 188); width: 3.9em; height: 2em; position: relative; top: 0.15em; left: 10%; border-radius: 25px; } .timeButtonText{ text-align: center; font-weight: bold; font-family: Arial; font-size: 14px; position: relative; top: 0.4em; } .pauseButtonBorder{ background-color: rgb(188, 56, 89); width: 4em; height: 2em; position: relative; top: -10%; left: 10%; border-radius: 25px; } .pauseButton{ background-color: rgb(189, 185, 188); width: 3.9em; height: 2em; position: relative; top: 0.15em; left: 10%; border-radius: 25px; } .pauseButtonText{ text-align: center; font-weight: bold; font-family: Arial; font-size: 14px; position: relative; top: 0.4em; left: -0.5em; } .bottomRightButton { display: grid ; grid-template-columns: 50% 50%; } .roundButton { background-color: rgb(188, 56, 89); width: 4.7em; height: 4.7em; position: relative; top: 38%; left: 17%; border-radius: 50px; } .button { background-color: rgb(207, 93, 120); width: 4.5em; height: 4.5em; border-radius: 50%; position: relative; top: 0.5em; left: 10%; } .text{ text-align: center; font-weight: bold; font-family: Arial; }
0.459561
0.166472
html, body { height: 100%; } body { font-family: "Raleway", sans-serif; background-image: -webkit-gradient(linear, left top,right top,color-stop(0,#fcfcfc),color-stop(0.25,#efefde),color-stop(1,#d4e6f2)); /*background-image:-webkit-linear-gradient(left,#fcfcfc 0%,#efefde 25%,#d4e6f2 100%);*/ background-image: -webkit-linear-gradient(bottom,#fcfcfc 0%,#efefde 25%,#d4e6f2 100%); background-image: -moz-linear-gradient(bottom,#fcfcfc 0%,#efefde 25%,#d4e6f2 100%); background-image: -o-linear-gradient(bottom,#fcfcfc 0%,#efefde 25%,#d4e6f2 100%); background-image: -ms-linear-gradient(bottom,#fcfcfc 0%,#efefde 25%,#d4e6f2 100%); background-image: linear-gradient(bottom,#fcfcfc 0%,#efefde 25%,#d4e6f2 100%); background-color: #fcfcfc; background-repeat: no-repeat; color:#42494e; font-size: 18px; } .vertical-align { display: flex; align-items: center; } .intro { height: 100px; line-height: 100px; } a { color: inherit; text-decoration: none; } a.dotted:link { text-decoration: none; border-bottom: 1px white dotted; } a.apply { color: inherit; text-decoration: underline; } a.kyn-link { color: #95b7c3; } .countdown { padding: 100px 0; background-color: #ff8756; color: white; font-size: 1.5em; } .clock { margin-top: 50px; } .kyn { text-shadow: 1px 1px #f15755; text-align: center; } .signature { padding: 25px; background-color: #95b7c3; color: white; font-size: 1.0em; } .logo { width: 50px; } .worksheet-wrapper { padding: 100px 0; } ol li:first-child { margin-top: 10px; } label { padding-left: 0px !important; margin-top: 50px; } .text-muted { color: #bbb; } textarea.form-control { padding: 20px; } .partnerships { display: none; } hr.finished { border-top: 1px solid #e5e5e5; border-bottom: 1px solid #fff; } .well-finished label { margin-top: 0px; } .bulb { background-image: url('/bulb.png'); background-repeat: no-repeat; width: 187px; height: 320px; position: fixed; bottom: 100px; right: 90px; opacity: 0.1; z-index: -1; } footer { background-color: #95b7c3; color: white; padding: 25px 0; font-size: .8em; min-height: 75px; margin-top: 200px; } @media print { .no-print, .no-print * { display: none !important; } body { font-size: 1em !important; font-weight: normal !important; font-family: sans-serif; } textarea { font-size: .8em !important; padding: none !important; border: none !important; overflow: visible !important; outline: none !important; -webkit-box-shadow: none !important; -moz-box-shadow: none !important; box-shadow: none !important; -webkit-transition: none !important; transition: none !important; } }
client/green.css
html, body { height: 100%; } body { font-family: "Raleway", sans-serif; background-image: -webkit-gradient(linear, left top,right top,color-stop(0,#fcfcfc),color-stop(0.25,#efefde),color-stop(1,#d4e6f2)); /*background-image:-webkit-linear-gradient(left,#fcfcfc 0%,#efefde 25%,#d4e6f2 100%);*/ background-image: -webkit-linear-gradient(bottom,#fcfcfc 0%,#efefde 25%,#d4e6f2 100%); background-image: -moz-linear-gradient(bottom,#fcfcfc 0%,#efefde 25%,#d4e6f2 100%); background-image: -o-linear-gradient(bottom,#fcfcfc 0%,#efefde 25%,#d4e6f2 100%); background-image: -ms-linear-gradient(bottom,#fcfcfc 0%,#efefde 25%,#d4e6f2 100%); background-image: linear-gradient(bottom,#fcfcfc 0%,#efefde 25%,#d4e6f2 100%); background-color: #fcfcfc; background-repeat: no-repeat; color:#42494e; font-size: 18px; } .vertical-align { display: flex; align-items: center; } .intro { height: 100px; line-height: 100px; } a { color: inherit; text-decoration: none; } a.dotted:link { text-decoration: none; border-bottom: 1px white dotted; } a.apply { color: inherit; text-decoration: underline; } a.kyn-link { color: #95b7c3; } .countdown { padding: 100px 0; background-color: #ff8756; color: white; font-size: 1.5em; } .clock { margin-top: 50px; } .kyn { text-shadow: 1px 1px #f15755; text-align: center; } .signature { padding: 25px; background-color: #95b7c3; color: white; font-size: 1.0em; } .logo { width: 50px; } .worksheet-wrapper { padding: 100px 0; } ol li:first-child { margin-top: 10px; } label { padding-left: 0px !important; margin-top: 50px; } .text-muted { color: #bbb; } textarea.form-control { padding: 20px; } .partnerships { display: none; } hr.finished { border-top: 1px solid #e5e5e5; border-bottom: 1px solid #fff; } .well-finished label { margin-top: 0px; } .bulb { background-image: url('/bulb.png'); background-repeat: no-repeat; width: 187px; height: 320px; position: fixed; bottom: 100px; right: 90px; opacity: 0.1; z-index: -1; } footer { background-color: #95b7c3; color: white; padding: 25px 0; font-size: .8em; min-height: 75px; margin-top: 200px; } @media print { .no-print, .no-print * { display: none !important; } body { font-size: 1em !important; font-weight: normal !important; font-family: sans-serif; } textarea { font-size: .8em !important; padding: none !important; border: none !important; overflow: visible !important; outline: none !important; -webkit-box-shadow: none !important; -moz-box-shadow: none !important; box-shadow: none !important; -webkit-transition: none !important; transition: none !important; } }
0.344774
0.098382
.p_title { font-weight: normal; padding: 15px 5px; font-size: 18px; border-bottom: 1px solid #e6e6e6; } .p_price { padding: 12px 5px; border-bottom: 1px solid #e6e6e6; font-size: 14px; } .p_price .fold { float: right; margin: 10px 10px 0 0; } .p_price .fold span { color: #ff0000; } .p_price .present { font-size: 24px; color: #ea543d; } .p_price .present2 { font-size: 24px; color: #ea543d; } .p_price .integral { font-size: 16px; color: #ea543d; } .p_price .original { margin-left: 10px; color: #afafaf; } .p_number { padding: 10px 5px; border-bottom: 1px solid #ccc; font-size: 14px; } .p_number .jian, .p_number .jia { width: 28px; height: 28px; line-height: 28px; display: inline-block; text-align: center; cursor: pointer; border: 1px solid #ccc; vertical-align: middle; } .p_number input { width: 28px; height: 28px; line-height: 28px; display: inline-block; border-radius: 0; border: none; border-top: 1px solid #ccc; border-bottom: 1px solid #ccc; margin: 0; padding: 0; vertical-align: middle; text-align: center; } .p_size { padding: 10px 5px; border-bottom: 1px solid #ccc; font-size: 14px; } .p_size .btn_size { width: 28px; height: 28px; line-height: 28px; display: inline-block; text-align: center; cursor: pointer; border: 1px solid #ccc; vertical-align: middle; margin-bottom: 10px; } .p_size .btn_size.now { background: #fa672d; } .p_detail { padding: 10px 5px; border-bottom: 1px solid #ccc; } .p_detail img { width: 100%; } .p_option { height: 50px; width: 100%; position: fixed; bottom: 0; left: 0; z-index: 997; padding-left: 62px; border-top: 1px solid #ccc; background-color: #e6e6e6; } .p_option .btn_cart { position: absolute; left: 15px; top: 13px; font-size: 20px; color: #333; } .p_option .btn_addCart, .p_option .btn_pay { width: 48%; height: 39px; line-height: 39px; margin-top: 5px; float: left; border: 0; background-color: #991020; text-align: center; font-size: 16px; color: #fff; outline: none; border-radius: 2px; } .p_option .btn_pay { float: right; margin-right: 6px; background-color: #fa672d; } /* 加载中 */ .loading { position: relative; width: 100%; height: 100%; margin-top: 300px; } .loading span { position: absolute; left: 50%; top: 50%; animation: loading 1s linear infinite; } @keyframes loading { from {} to { transform: rotate(360deg); } }
public/wnf/css/products.css
.p_title { font-weight: normal; padding: 15px 5px; font-size: 18px; border-bottom: 1px solid #e6e6e6; } .p_price { padding: 12px 5px; border-bottom: 1px solid #e6e6e6; font-size: 14px; } .p_price .fold { float: right; margin: 10px 10px 0 0; } .p_price .fold span { color: #ff0000; } .p_price .present { font-size: 24px; color: #ea543d; } .p_price .present2 { font-size: 24px; color: #ea543d; } .p_price .integral { font-size: 16px; color: #ea543d; } .p_price .original { margin-left: 10px; color: #afafaf; } .p_number { padding: 10px 5px; border-bottom: 1px solid #ccc; font-size: 14px; } .p_number .jian, .p_number .jia { width: 28px; height: 28px; line-height: 28px; display: inline-block; text-align: center; cursor: pointer; border: 1px solid #ccc; vertical-align: middle; } .p_number input { width: 28px; height: 28px; line-height: 28px; display: inline-block; border-radius: 0; border: none; border-top: 1px solid #ccc; border-bottom: 1px solid #ccc; margin: 0; padding: 0; vertical-align: middle; text-align: center; } .p_size { padding: 10px 5px; border-bottom: 1px solid #ccc; font-size: 14px; } .p_size .btn_size { width: 28px; height: 28px; line-height: 28px; display: inline-block; text-align: center; cursor: pointer; border: 1px solid #ccc; vertical-align: middle; margin-bottom: 10px; } .p_size .btn_size.now { background: #fa672d; } .p_detail { padding: 10px 5px; border-bottom: 1px solid #ccc; } .p_detail img { width: 100%; } .p_option { height: 50px; width: 100%; position: fixed; bottom: 0; left: 0; z-index: 997; padding-left: 62px; border-top: 1px solid #ccc; background-color: #e6e6e6; } .p_option .btn_cart { position: absolute; left: 15px; top: 13px; font-size: 20px; color: #333; } .p_option .btn_addCart, .p_option .btn_pay { width: 48%; height: 39px; line-height: 39px; margin-top: 5px; float: left; border: 0; background-color: #991020; text-align: center; font-size: 16px; color: #fff; outline: none; border-radius: 2px; } .p_option .btn_pay { float: right; margin-right: 6px; background-color: #fa672d; } /* 加载中 */ .loading { position: relative; width: 100%; height: 100%; margin-top: 300px; } .loading span { position: absolute; left: 50%; top: 50%; animation: loading 1s linear infinite; } @keyframes loading { from {} to { transform: rotate(360deg); } }
0.532425
0.279095
.engine-button { padding: 0.8em 1.8em; border: 2px solid var(--mainColorLight); margin-top: 5vh; width: 140px; position: relative; overflow: hidden; background-color: transparent; text-align: center; text-transform: uppercase; font-size: 16px; transition: .3s; z-index: 1; font-family: inherit; color: var(--mainColorLight); } .engine-button::before { content: ''; width: 0; height: 300%; position: absolute; top: 50%; left: 50%; transform: translate(-50%, -50%) rotate(45deg); background: var(--mainColorLight); transition: .5s ease; display: block; z-index: -1; } .engine-button:hover::before { width: 105%; } .engine-button:hover { color: var(--mainColor); } .game { margin-right: 20vmin; margin-left: 20vmin; /* margin-bottom: 10vmin; */ } .game-info { display: flex; flex-direction: column; justify-content: center; align-items: center; margin: 2vmin; font-size: 4vmin; color: var(--secondaryColor); } .board-row { display: flex; flex-direction: row; justify-content: center; align-items: center; } .square-white { min-height: 10vmin; max-height: 10vmin; min-width: 10vmin; max-width: 10vmin; display: flex; flex-direction: column; justify-content: center; align-items: center; background-color: #d4b187; border: 1px solid #d4b187; } .square-black { min-height: 10vmin; max-height: 10vmin; min-width: 10vmin; max-width: 10vmin; display: flex; flex-direction: column; justify-content: center; align-items: center; background-color: #613d11; border: 1px solid #613d11; } .square-highlight { min-height: 10vmin; max-height: 10vmin; min-width: 10vmin; max-width: 10vmin; display: flex; flex-direction: column; justify-content: center; align-items: center; background-color: var(--secondaryColor); border: 1px solid var(--neutral); } .square-chosen { min-height: 10vmin; max-height: 10vmin; min-width: 10vmin; max-width: 10vmin; display: flex; flex-direction: column; justify-content: center; align-items: center; background-color: var(--mainColorLight) !important; border: 1px solid var(--mainColor) !important; } .square-last { min-height: 10vmin; max-height: 10vmin; min-width: 10vmin; max-width: 10vmin; display: flex; flex-direction: column; justify-content: center; align-items: center; background-color: var(--tertiaryColor); border: 1px solid var(--tertiaryColor); } .square-check { min-height: 10vmin; max-height: 10vmin; min-width: 10vmin; max-width: 10vmin; display: flex; flex-direction: column; justify-content: center; align-items: center; background-color: var(--highlight); border: 1px solid var(--tertiaryColor); } .piece-img { min-height: 9vmin; max-height: 9vmin; min-width: 9vmin; max-width: 9vmin; }
src/Game.css
.engine-button { padding: 0.8em 1.8em; border: 2px solid var(--mainColorLight); margin-top: 5vh; width: 140px; position: relative; overflow: hidden; background-color: transparent; text-align: center; text-transform: uppercase; font-size: 16px; transition: .3s; z-index: 1; font-family: inherit; color: var(--mainColorLight); } .engine-button::before { content: ''; width: 0; height: 300%; position: absolute; top: 50%; left: 50%; transform: translate(-50%, -50%) rotate(45deg); background: var(--mainColorLight); transition: .5s ease; display: block; z-index: -1; } .engine-button:hover::before { width: 105%; } .engine-button:hover { color: var(--mainColor); } .game { margin-right: 20vmin; margin-left: 20vmin; /* margin-bottom: 10vmin; */ } .game-info { display: flex; flex-direction: column; justify-content: center; align-items: center; margin: 2vmin; font-size: 4vmin; color: var(--secondaryColor); } .board-row { display: flex; flex-direction: row; justify-content: center; align-items: center; } .square-white { min-height: 10vmin; max-height: 10vmin; min-width: 10vmin; max-width: 10vmin; display: flex; flex-direction: column; justify-content: center; align-items: center; background-color: #d4b187; border: 1px solid #d4b187; } .square-black { min-height: 10vmin; max-height: 10vmin; min-width: 10vmin; max-width: 10vmin; display: flex; flex-direction: column; justify-content: center; align-items: center; background-color: #613d11; border: 1px solid #613d11; } .square-highlight { min-height: 10vmin; max-height: 10vmin; min-width: 10vmin; max-width: 10vmin; display: flex; flex-direction: column; justify-content: center; align-items: center; background-color: var(--secondaryColor); border: 1px solid var(--neutral); } .square-chosen { min-height: 10vmin; max-height: 10vmin; min-width: 10vmin; max-width: 10vmin; display: flex; flex-direction: column; justify-content: center; align-items: center; background-color: var(--mainColorLight) !important; border: 1px solid var(--mainColor) !important; } .square-last { min-height: 10vmin; max-height: 10vmin; min-width: 10vmin; max-width: 10vmin; display: flex; flex-direction: column; justify-content: center; align-items: center; background-color: var(--tertiaryColor); border: 1px solid var(--tertiaryColor); } .square-check { min-height: 10vmin; max-height: 10vmin; min-width: 10vmin; max-width: 10vmin; display: flex; flex-direction: column; justify-content: center; align-items: center; background-color: var(--highlight); border: 1px solid var(--tertiaryColor); } .piece-img { min-height: 9vmin; max-height: 9vmin; min-width: 9vmin; max-width: 9vmin; }
0.476092
0.067393
body { font-family: 'Open Sans', sans-serif; /*text-transform:capitalize;*/ } .card { box-shadow: 0 1px 4px 0 rgba(0,0,0,0.2); padding: 10% 5%; border-radius: 5px; } a{ color: #222; text-decoration: none!important; } .content { /*min-height: 450px;*/ } .item-image { position: relative; } .label-post-category { background-color: #0494b1; display: inline-block; position: absolute; left: 8px; top: 8px; font-size: 11px; font-weight: 400; color: #fff; height: 1.8em; line-height: 1.8; padding: 0 12px; border-radius: 2px; cursor: pointer; pointer-events: auto; white-space: nowrap; z-index: 100; } .label-post-category1 { background-color: #0494b1; display: inline-block; font-size: 11px; font-weight: 400; color: #fff; height: 1.8em; line-height: 1.8; padding: 0 12px; border-radius: 2px; cursor: pointer; pointer-events: auto; white-space: nowrap; z-index: 100; } .text-container { width: 100%; text-align: center; position: absolute;top:50%; } .post-item-horizontal .summary { display: block; float: left; color: #888; font-size: 13px; font-weight: 400; line-height: 21px; margin-top: 10px; } .post-meta-inner span { color: #b0b0b0!important; font-size: 11px; margin-right: 10px; } .title:hover { color: #0494b1; cursor: pointer; } .action-button-container{ display: inline-flex; } .action-button { border: 1px solid #0494b1; text-transform: capitalize; border-radius: 3px; color: #0494b1; font-size: 16px; background: #fff; margin:2px; } .action-button:hover { color: #fff; background:#0494b1; border: 1px solid #0494b1; } .posts { margin-top: 10px; margin-bottom: 10px; } .widget-title .title { font-size: 15px; font-weight: 500; margin: 0; text-transform: uppercase; position: relative; padding-bottom: 10px; border-bottom: 2px solid #0494b1; } .w-popular-list li { list-style: none; position: relative; width: 100%; display: table; float: left; margin-bottom: 15px; } .w-popular-list li .left { width: 100px; height: 75px; overflow: hidden; display: table-cell; vertical-align: top; background-color: #fafafa; } .w-popular-list li .img-responsive { position: relative; height: 75px; width: 100%; } .w-popular-list li .right { display: table-cell; vertical-align: top; padding-left: 15px; } .widget-body { padding-top: 5px; height: 60vh; overflow-y: scroll; margin-top: 5px; } .pagination { width: 100%; } .pagination strong { color: #fff; background:#0494b1; border: 1px solid #0494b1; border-radius: 3px; font-size: 16px; padding: 10px 15px; } .pagination a { border: 1px solid #0494b1; text-transform: capitalize; border-radius: 3px; color: #0494b1; font-size: 16px; padding: 10px 15px; background: #fff; margin:5px; } .search_container { width: 100%; border: 1px solid #0494b1; border-radius: 3px; padding: 5px; margin: 5px 0px; } img:hover { transform: scale(1.03); /* (150% zoom - Note: if the zoom is too large, it will go outside of the viewport) */ } .footer { width: 100%; background-color: #222; color: #cccccc; text-align: left; } /* width */ ::-webkit-scrollbar { width: 3px; } /* Track */ ::-webkit-scrollbar-track { box-shadow: inset 0 0 5px grey; border-radius: 5px; } /* Handle */ ::-webkit-scrollbar-thumb { background: #0494b1; border-radius: 10px; } /* Handle on hover */ ::-webkit-scrollbar-thumb:hover { background: #b30000; }
css/style.css
body { font-family: 'Open Sans', sans-serif; /*text-transform:capitalize;*/ } .card { box-shadow: 0 1px 4px 0 rgba(0,0,0,0.2); padding: 10% 5%; border-radius: 5px; } a{ color: #222; text-decoration: none!important; } .content { /*min-height: 450px;*/ } .item-image { position: relative; } .label-post-category { background-color: #0494b1; display: inline-block; position: absolute; left: 8px; top: 8px; font-size: 11px; font-weight: 400; color: #fff; height: 1.8em; line-height: 1.8; padding: 0 12px; border-radius: 2px; cursor: pointer; pointer-events: auto; white-space: nowrap; z-index: 100; } .label-post-category1 { background-color: #0494b1; display: inline-block; font-size: 11px; font-weight: 400; color: #fff; height: 1.8em; line-height: 1.8; padding: 0 12px; border-radius: 2px; cursor: pointer; pointer-events: auto; white-space: nowrap; z-index: 100; } .text-container { width: 100%; text-align: center; position: absolute;top:50%; } .post-item-horizontal .summary { display: block; float: left; color: #888; font-size: 13px; font-weight: 400; line-height: 21px; margin-top: 10px; } .post-meta-inner span { color: #b0b0b0!important; font-size: 11px; margin-right: 10px; } .title:hover { color: #0494b1; cursor: pointer; } .action-button-container{ display: inline-flex; } .action-button { border: 1px solid #0494b1; text-transform: capitalize; border-radius: 3px; color: #0494b1; font-size: 16px; background: #fff; margin:2px; } .action-button:hover { color: #fff; background:#0494b1; border: 1px solid #0494b1; } .posts { margin-top: 10px; margin-bottom: 10px; } .widget-title .title { font-size: 15px; font-weight: 500; margin: 0; text-transform: uppercase; position: relative; padding-bottom: 10px; border-bottom: 2px solid #0494b1; } .w-popular-list li { list-style: none; position: relative; width: 100%; display: table; float: left; margin-bottom: 15px; } .w-popular-list li .left { width: 100px; height: 75px; overflow: hidden; display: table-cell; vertical-align: top; background-color: #fafafa; } .w-popular-list li .img-responsive { position: relative; height: 75px; width: 100%; } .w-popular-list li .right { display: table-cell; vertical-align: top; padding-left: 15px; } .widget-body { padding-top: 5px; height: 60vh; overflow-y: scroll; margin-top: 5px; } .pagination { width: 100%; } .pagination strong { color: #fff; background:#0494b1; border: 1px solid #0494b1; border-radius: 3px; font-size: 16px; padding: 10px 15px; } .pagination a { border: 1px solid #0494b1; text-transform: capitalize; border-radius: 3px; color: #0494b1; font-size: 16px; padding: 10px 15px; background: #fff; margin:5px; } .search_container { width: 100%; border: 1px solid #0494b1; border-radius: 3px; padding: 5px; margin: 5px 0px; } img:hover { transform: scale(1.03); /* (150% zoom - Note: if the zoom is too large, it will go outside of the viewport) */ } .footer { width: 100%; background-color: #222; color: #cccccc; text-align: left; } /* width */ ::-webkit-scrollbar { width: 3px; } /* Track */ ::-webkit-scrollbar-track { box-shadow: inset 0 0 5px grey; border-radius: 5px; } /* Handle */ ::-webkit-scrollbar-thumb { background: #0494b1; border-radius: 10px; } /* Handle on hover */ ::-webkit-scrollbar-thumb:hover { background: #b30000; }
0.474144
0.075448
.action-container { background:white; height: auto; margin-left: auto; margin-right: auto; width: 100%; position: absolute; box-shadow: 10px 10px 5px grey; border: 2px solid; border-color: grey; margin-top: 25px; display: inline; height: 100%; } .action-name h1{ font-weight:normal; display: inline; } .action-name:hover > .edit { visibility: visible; } .action-name { margin-top: 20px; } .action-description-inner { height: auto; top:0; bottom: 0; left: 0; right: 0; width: 1200px; position: relative; margin: auto; } hr { } .action-comments-inner { height: 100%; top:0; bottom: 0; left: 0; right: 0; width: 1000px; position: relative; margin: auto; } .comment-form { top:0; bottom: 0; left: 0; right: 0; width: 1000px; position: relative; margin: auto; margin-bottom: 5%; } .comment-container { list-style-type: none; padding-left: 0px; } .action-comments-inner li { padding: 5mm 5mm 3mm 5mm; margin-bottom: 8px; border: 2px solid #ccc; color: rgb(63, 67, 68); } .comment-name { text-decoration: none; font-weight: bold; padding: 3px; display: inline-block; } .comment-name a { text-decoration: none; color: black; } .comment-text-area { width:100%; } .action-objective a { display: inline-block; height: 50px; line-height: 50px; padding-right: 30px; padding-left: 70px; position: relative; background-color:#8e44ad; color:rgb(255,255,255); text-decoration: none; text-transform: uppercase; letter-spacing: 1px; margin-bottom: 15px; border-radius: 5px; -moz-border-radius: 5px; -webkit-border-radius: 5px; text-shadow:0px 1px 0px rgba(0,0,0,0.5); -ms-filter:"progid:DXImageTransform.Microsoft.dropshadow(OffX=0,OffY=1,Color=#ff123852,Positive=true)";zoom:1; filter:progid:DXImageTransform.Microsoft.dropshadow(OffX=0,OffY=1,Color=#ff123852,Positive=true); -moz-box-shadow:0px 2px 2px rgba(0,0,0,0.2); -webkit-box-shadow:0px 2px 2px rgba(0,0,0,0.2); box-shadow:0px 2px 2px rgba(0,0,0,0.2); -ms-filter:"progid:DXImageTransform.Microsoft.dropshadow(OffX=0,OffY=2,Color=#33000000,Positive=true)"; filter:progid:DXImageTransform.Microsoft.dropshadow(OffX=0,OffY=2,Color=#33000000,Positive=true); } .action-objective span{ position: absolute; left: 0; width: 50px; background-color:rgba(0,0,0,0.5); text-align: center; -webkit-border-top-left-radius: 5px; -webkit-border-bottom-left-radius: 5px; -moz-border-radius-topleft: 5px; -moz-border-radius-bottomleft: 5px; border-top-left-radius: 5px; border-bottom-left-radius: 5px; border-right: 1px solid rgba(0,0,0,0.15); } .action-objective a:hover span, .action-objective a.active span { background-color:rgb(0,102,26); border-right: 1px solid rgba(0,0,0,0.3); } .action-list { list-style-type: none; } .action-list li { margin-top: 3px; } p { margin-top: 4px; margin-bottom: 4px; } label { margin-right: 10px; display: inline-block; float: left; clear: left; width: 150px; text-align: right; } .action-tasks a:not(.view-all-tasks){ display: inline-block; height: 50px; line-height: 50px; padding-right: 30px; padding-left: 70px; position: relative; background-color:rgb(41,127,184); color:rgb(255,255,255); text-decoration: none; text-transform: uppercase; letter-spacing: 1px; margin-bottom: 15px; border-radius: 5px; -moz-border-radius: 5px; -webkit-border-radius: 5px; text-shadow:0px 1px 0px rgba(0,0,0,0.5); -ms-filter:"progid:DXImageTransform.Microsoft.dropshadow(OffX=0,OffY=1,Color=#ff123852,Positive=true)";zoom:1; filter:progid:DXImageTransform.Microsoft.dropshadow(OffX=0,OffY=1,Color=#ff123852,Positive=true); -moz-box-shadow:0px 2px 2px rgba(0,0,0,0.2); -webkit-box-shadow:0px 2px 2px rgba(0,0,0,0.2); box-shadow:0px 2px 2px rgba(0,0,0,0.2); -ms-filter:"progid:DXImageTransform.Microsoft.dropshadow(OffX=0,OffY=2,Color=#33000000,Positive=true)"; filter:progid:DXImageTransform.Microsoft.dropshadow(OffX=0,OffY=2,Color=#33000000,Positive=true); } .action-tasks span { position: absolute; left: 0; width: 50px; background-color:rgba(0,0,0,0.5); text-align: center; -webkit-border-top-left-radius: 5px; -webkit-border-bottom-left-radius: 5px; -moz-border-radius-topleft: 5px; -moz-border-radius-bottomleft: 5px; border-top-left-radius: 5px; border-bottom-left-radius: 5px; border-right: 1px solid rgba(0,0,0,0.15); } .action-tasks a:hover span, .action-tasks a.active span { background-color:rgb(0,102,26); border-right: 1px solid rgba(0,0,0,0.3); } .comment-label { font-style: italic; color: grey; } .edit { margin-right: 22%; margin-top: 1%; display: inline; float: right; width: 32px; height: 32px; z-index: 9999; position: relative; opacity: 0.5; } .edit:hover { opacity: 1; transition: opacity .25s ease-in-out; -moz-transition: opacity .25s ease-in-out; -webkit-transition: opacity .25s ease-in-out; } .edit-image { width: 100%; height:100%; z-index: 9999; } .action-list li:first-child label { margin-top: 15px; } .action-lead a { transition: color .4s; color: #265C83; text-decoration: none; } .action-group-lead a { transition: color .4s; color: #265C83; text-decoration: none; } .action-collab a { transition: color .4s; color: #265C83; text-decoration: none; } .comment-name a { transition: color .4s; color: #265C83; text-decoration: none; } .action-lead a:link, .action-lead a:visited { color: #265C83; } .action-lead a:hover { color: darkblue; } .action-lead a:active { transition: color .3s; color: #007BE6; } .action-group-lead a:link, .action-group-lead a:visited { color: #265C83; } .action-group-lead a:hover { color: darkblue; } .action-group-lead a:active { transition: color .3s; color: #007BE6; } .action-collab a:link, .action-collab a:visited { color: #265C83; } .action-collab a:hover { color: darkblue; } .action-collab a:active { transition: color .3s; color: #007BE6; } .comment-name a:link, .comment-name a:visited { color: #265C83; } .comment-name a:hover { color: darkblue;} .comment-name a:active { transition: color .3s; color: #007BE6; } .view-all-tasks { margin-left: 12px; transition: color .4s; color: #265C83; text-decoration: none; } .view-all-tasks:link, .view-all-tasks:visited { color: #265C83; } .view-all-tasks:hover { color: darkblue;} .view-all-tasks:active { transition: color .3s; color: #007BE6; }
public/css/actionComments.css
.action-container { background:white; height: auto; margin-left: auto; margin-right: auto; width: 100%; position: absolute; box-shadow: 10px 10px 5px grey; border: 2px solid; border-color: grey; margin-top: 25px; display: inline; height: 100%; } .action-name h1{ font-weight:normal; display: inline; } .action-name:hover > .edit { visibility: visible; } .action-name { margin-top: 20px; } .action-description-inner { height: auto; top:0; bottom: 0; left: 0; right: 0; width: 1200px; position: relative; margin: auto; } hr { } .action-comments-inner { height: 100%; top:0; bottom: 0; left: 0; right: 0; width: 1000px; position: relative; margin: auto; } .comment-form { top:0; bottom: 0; left: 0; right: 0; width: 1000px; position: relative; margin: auto; margin-bottom: 5%; } .comment-container { list-style-type: none; padding-left: 0px; } .action-comments-inner li { padding: 5mm 5mm 3mm 5mm; margin-bottom: 8px; border: 2px solid #ccc; color: rgb(63, 67, 68); } .comment-name { text-decoration: none; font-weight: bold; padding: 3px; display: inline-block; } .comment-name a { text-decoration: none; color: black; } .comment-text-area { width:100%; } .action-objective a { display: inline-block; height: 50px; line-height: 50px; padding-right: 30px; padding-left: 70px; position: relative; background-color:#8e44ad; color:rgb(255,255,255); text-decoration: none; text-transform: uppercase; letter-spacing: 1px; margin-bottom: 15px; border-radius: 5px; -moz-border-radius: 5px; -webkit-border-radius: 5px; text-shadow:0px 1px 0px rgba(0,0,0,0.5); -ms-filter:"progid:DXImageTransform.Microsoft.dropshadow(OffX=0,OffY=1,Color=#ff123852,Positive=true)";zoom:1; filter:progid:DXImageTransform.Microsoft.dropshadow(OffX=0,OffY=1,Color=#ff123852,Positive=true); -moz-box-shadow:0px 2px 2px rgba(0,0,0,0.2); -webkit-box-shadow:0px 2px 2px rgba(0,0,0,0.2); box-shadow:0px 2px 2px rgba(0,0,0,0.2); -ms-filter:"progid:DXImageTransform.Microsoft.dropshadow(OffX=0,OffY=2,Color=#33000000,Positive=true)"; filter:progid:DXImageTransform.Microsoft.dropshadow(OffX=0,OffY=2,Color=#33000000,Positive=true); } .action-objective span{ position: absolute; left: 0; width: 50px; background-color:rgba(0,0,0,0.5); text-align: center; -webkit-border-top-left-radius: 5px; -webkit-border-bottom-left-radius: 5px; -moz-border-radius-topleft: 5px; -moz-border-radius-bottomleft: 5px; border-top-left-radius: 5px; border-bottom-left-radius: 5px; border-right: 1px solid rgba(0,0,0,0.15); } .action-objective a:hover span, .action-objective a.active span { background-color:rgb(0,102,26); border-right: 1px solid rgba(0,0,0,0.3); } .action-list { list-style-type: none; } .action-list li { margin-top: 3px; } p { margin-top: 4px; margin-bottom: 4px; } label { margin-right: 10px; display: inline-block; float: left; clear: left; width: 150px; text-align: right; } .action-tasks a:not(.view-all-tasks){ display: inline-block; height: 50px; line-height: 50px; padding-right: 30px; padding-left: 70px; position: relative; background-color:rgb(41,127,184); color:rgb(255,255,255); text-decoration: none; text-transform: uppercase; letter-spacing: 1px; margin-bottom: 15px; border-radius: 5px; -moz-border-radius: 5px; -webkit-border-radius: 5px; text-shadow:0px 1px 0px rgba(0,0,0,0.5); -ms-filter:"progid:DXImageTransform.Microsoft.dropshadow(OffX=0,OffY=1,Color=#ff123852,Positive=true)";zoom:1; filter:progid:DXImageTransform.Microsoft.dropshadow(OffX=0,OffY=1,Color=#ff123852,Positive=true); -moz-box-shadow:0px 2px 2px rgba(0,0,0,0.2); -webkit-box-shadow:0px 2px 2px rgba(0,0,0,0.2); box-shadow:0px 2px 2px rgba(0,0,0,0.2); -ms-filter:"progid:DXImageTransform.Microsoft.dropshadow(OffX=0,OffY=2,Color=#33000000,Positive=true)"; filter:progid:DXImageTransform.Microsoft.dropshadow(OffX=0,OffY=2,Color=#33000000,Positive=true); } .action-tasks span { position: absolute; left: 0; width: 50px; background-color:rgba(0,0,0,0.5); text-align: center; -webkit-border-top-left-radius: 5px; -webkit-border-bottom-left-radius: 5px; -moz-border-radius-topleft: 5px; -moz-border-radius-bottomleft: 5px; border-top-left-radius: 5px; border-bottom-left-radius: 5px; border-right: 1px solid rgba(0,0,0,0.15); } .action-tasks a:hover span, .action-tasks a.active span { background-color:rgb(0,102,26); border-right: 1px solid rgba(0,0,0,0.3); } .comment-label { font-style: italic; color: grey; } .edit { margin-right: 22%; margin-top: 1%; display: inline; float: right; width: 32px; height: 32px; z-index: 9999; position: relative; opacity: 0.5; } .edit:hover { opacity: 1; transition: opacity .25s ease-in-out; -moz-transition: opacity .25s ease-in-out; -webkit-transition: opacity .25s ease-in-out; } .edit-image { width: 100%; height:100%; z-index: 9999; } .action-list li:first-child label { margin-top: 15px; } .action-lead a { transition: color .4s; color: #265C83; text-decoration: none; } .action-group-lead a { transition: color .4s; color: #265C83; text-decoration: none; } .action-collab a { transition: color .4s; color: #265C83; text-decoration: none; } .comment-name a { transition: color .4s; color: #265C83; text-decoration: none; } .action-lead a:link, .action-lead a:visited { color: #265C83; } .action-lead a:hover { color: darkblue; } .action-lead a:active { transition: color .3s; color: #007BE6; } .action-group-lead a:link, .action-group-lead a:visited { color: #265C83; } .action-group-lead a:hover { color: darkblue; } .action-group-lead a:active { transition: color .3s; color: #007BE6; } .action-collab a:link, .action-collab a:visited { color: #265C83; } .action-collab a:hover { color: darkblue; } .action-collab a:active { transition: color .3s; color: #007BE6; } .comment-name a:link, .comment-name a:visited { color: #265C83; } .comment-name a:hover { color: darkblue;} .comment-name a:active { transition: color .3s; color: #007BE6; } .view-all-tasks { margin-left: 12px; transition: color .4s; color: #265C83; text-decoration: none; } .view-all-tasks:link, .view-all-tasks:visited { color: #265C83; } .view-all-tasks:hover { color: darkblue;} .view-all-tasks:active { transition: color .3s; color: #007BE6; }
0.379838
0.130979
body { margin: 0; padding: 0; font-family:"Tahoma", sans-serif; background: #0c75a0 url(../img/background.jpg) repeat-x; /* background-repeat: repeat;*/ background-position:0 0; } .container { width: 1000px; margin: 0 auto; /* outline: 1px dotted black;*/ border-bottom: 3px solid rgb(0, 0, 0); /* background: rgb(255, 255, 255);*/ box-shadow: 0 0 8px rgb(0, 0, 0); background-color: rgb(255, 255, 255); } .clearfix:after { content: ""; display: table; clear: both; } .main-header { position: relative; width: 1000px; /* outline: 1px dotted red;*/ } .logo { margin-left:25px; margin-top: 10px; float: left; /* outline: 1px dotted green;*/ } .contacts { float: right; margin-top: 10px; margin-right: 30px; /* outline: 1px dotted blue;*/ } .contact-title { margin-bottom: 5px; font-family:"Tahoma", sans-serif; font-size: 12px; font-weight: 600; color: rgb(18, 138, 167); } .contact-phone { margin-bottom: 5px; font-family:"Tahoma", sans-serif; font-size: 12px; font-weight: normal; color: rgb(18, 138, 167); } .contact-mail { margin-bottom: 10px; font-family:"Tahoma", sans-serif; font-size: 12px; font-weight: normal; color: rgb(18, 138, 167); } .countries { position: absolute; left: 620px; top: 110px; clear: both; /* outline: 1px dotted blue;*/ } .icon { /* outline: 2px solid rgba(0, 0, 0, 0.1);*/ position: absolute; top: 3px; left: 5px; width: 42px; height: 42px; background-image:url(../img/spritesheet.png); background-repeat:no-repeat; background-position:0 0; } .countries-position .icon-nepal { background-position: -5px -161px; } .countries-position .icon-india { background-position: -5px -57px; } .countries-position .icon-tibet { background-position: -5px -265px; } .countries-position .icon-sri-lanka { background-position: -5px -213px; } .countries-position .icon-maldives { background-position: -5px -109px; } .countries-position .icon-butan { background-position: -5px -5px; } .countries-position { position: relative; } .country-item { /* position: absolute;*/ width: 55px; position: relative; display: inline-block; padding-top: 42px; vertical-align: top; /* margin-right: 10px;*/ text-align: center; } .country-item a { display: block; font-family:"Tahoma", sans-serif; font-size: 10px; font-weight: normal; color: rgb(18, 138, 167); padding-top: 5px; /* text-align: center;*/ } .banner { width: 1000px; height: 237px; border-bottom: 1px solid rgb(18, 138, 167); border-top: 1px solid rgb(18, 138, 167); clear: both; } .main-nav { width: 1000px; height: 30px; background: rgb(51, 51, 51); } .main-nav ul { padding: 0; margin: 0; list-style: none; text-decoration: none; } .main-menu > li { display: inline-block; vertical-align: top; position: relative; margin-left: 40px; } .main-menu a { position: relative; display: block; background: rgb(51, 51, 51); padding: 5px 10px; text-decoration: none; font-family:"Tahoma", sans-serif; font-size: 14px; font-weight: normal; color: rgb(255, 255, 255); } .main-menu a:hover { text-decoration: underline; } .main-menu .sub-menu { display: none; background: rgb(51, 51, 51); position: absolute; width: 150px; } .main-menu > li:hover .sub-menu { display: block; } /* main { background: url(../img/background-content.jpg); background-repeat:no-repeat; background-position:0 0; width: 1000px; min-height: 550px; } */ .content-fon { width: 1000px; overflow: hidden; } .info { float: left; width: 210px; /* outline: 1px dotted blue;*/ background-color: rgb(237, 238, 240); border-right: 1px solid lightgrey; /* min-height: 550px;*/ padding-bottom: 20000px; margin-bottom: -20000px; } .info-title { padding-top: 10px; text-align: center; font-family:"Tahoma", sans-serif; font-size: 18px; font-weight: bold; color: rgb(66, 76, 67); } .info, .news p { padding-left: 15px; font-family:"Tahoma", sans-serif; font-size: 14px; line-height: 24px; font-weight: normal; color: rgb(66, 76, 67); } .index-content { float: left; padding-bottom: 20000px; margin-bottom: -20000px; } .news { float: right; width: 210px; /* outline: 1px dotted blue;*/ background-color: rgb(237, 238, 240); border-left: 1px solid lightgrey; /* min-height: 550px;*/ padding-bottom: 20000px; margin-bottom: -20000px; } .news-title { padding-top: 10px; text-align: center; font-family:"Tahoma", sans-serif; font-size: 18px; font-weight: bold; color: rgb(66, 76, 67); } .footer-copyright { width: 250px; margin: 0 auto; /* outline: 1px dotted blue;*/ font-family:"Tahoma", sans-serif; font-size: 12px; font-weight: normal; color: rgb(255, 255, 255); margin-top: 5px; }
task-4/css/style.css
body { margin: 0; padding: 0; font-family:"Tahoma", sans-serif; background: #0c75a0 url(../img/background.jpg) repeat-x; /* background-repeat: repeat;*/ background-position:0 0; } .container { width: 1000px; margin: 0 auto; /* outline: 1px dotted black;*/ border-bottom: 3px solid rgb(0, 0, 0); /* background: rgb(255, 255, 255);*/ box-shadow: 0 0 8px rgb(0, 0, 0); background-color: rgb(255, 255, 255); } .clearfix:after { content: ""; display: table; clear: both; } .main-header { position: relative; width: 1000px; /* outline: 1px dotted red;*/ } .logo { margin-left:25px; margin-top: 10px; float: left; /* outline: 1px dotted green;*/ } .contacts { float: right; margin-top: 10px; margin-right: 30px; /* outline: 1px dotted blue;*/ } .contact-title { margin-bottom: 5px; font-family:"Tahoma", sans-serif; font-size: 12px; font-weight: 600; color: rgb(18, 138, 167); } .contact-phone { margin-bottom: 5px; font-family:"Tahoma", sans-serif; font-size: 12px; font-weight: normal; color: rgb(18, 138, 167); } .contact-mail { margin-bottom: 10px; font-family:"Tahoma", sans-serif; font-size: 12px; font-weight: normal; color: rgb(18, 138, 167); } .countries { position: absolute; left: 620px; top: 110px; clear: both; /* outline: 1px dotted blue;*/ } .icon { /* outline: 2px solid rgba(0, 0, 0, 0.1);*/ position: absolute; top: 3px; left: 5px; width: 42px; height: 42px; background-image:url(../img/spritesheet.png); background-repeat:no-repeat; background-position:0 0; } .countries-position .icon-nepal { background-position: -5px -161px; } .countries-position .icon-india { background-position: -5px -57px; } .countries-position .icon-tibet { background-position: -5px -265px; } .countries-position .icon-sri-lanka { background-position: -5px -213px; } .countries-position .icon-maldives { background-position: -5px -109px; } .countries-position .icon-butan { background-position: -5px -5px; } .countries-position { position: relative; } .country-item { /* position: absolute;*/ width: 55px; position: relative; display: inline-block; padding-top: 42px; vertical-align: top; /* margin-right: 10px;*/ text-align: center; } .country-item a { display: block; font-family:"Tahoma", sans-serif; font-size: 10px; font-weight: normal; color: rgb(18, 138, 167); padding-top: 5px; /* text-align: center;*/ } .banner { width: 1000px; height: 237px; border-bottom: 1px solid rgb(18, 138, 167); border-top: 1px solid rgb(18, 138, 167); clear: both; } .main-nav { width: 1000px; height: 30px; background: rgb(51, 51, 51); } .main-nav ul { padding: 0; margin: 0; list-style: none; text-decoration: none; } .main-menu > li { display: inline-block; vertical-align: top; position: relative; margin-left: 40px; } .main-menu a { position: relative; display: block; background: rgb(51, 51, 51); padding: 5px 10px; text-decoration: none; font-family:"Tahoma", sans-serif; font-size: 14px; font-weight: normal; color: rgb(255, 255, 255); } .main-menu a:hover { text-decoration: underline; } .main-menu .sub-menu { display: none; background: rgb(51, 51, 51); position: absolute; width: 150px; } .main-menu > li:hover .sub-menu { display: block; } /* main { background: url(../img/background-content.jpg); background-repeat:no-repeat; background-position:0 0; width: 1000px; min-height: 550px; } */ .content-fon { width: 1000px; overflow: hidden; } .info { float: left; width: 210px; /* outline: 1px dotted blue;*/ background-color: rgb(237, 238, 240); border-right: 1px solid lightgrey; /* min-height: 550px;*/ padding-bottom: 20000px; margin-bottom: -20000px; } .info-title { padding-top: 10px; text-align: center; font-family:"Tahoma", sans-serif; font-size: 18px; font-weight: bold; color: rgb(66, 76, 67); } .info, .news p { padding-left: 15px; font-family:"Tahoma", sans-serif; font-size: 14px; line-height: 24px; font-weight: normal; color: rgb(66, 76, 67); } .index-content { float: left; padding-bottom: 20000px; margin-bottom: -20000px; } .news { float: right; width: 210px; /* outline: 1px dotted blue;*/ background-color: rgb(237, 238, 240); border-left: 1px solid lightgrey; /* min-height: 550px;*/ padding-bottom: 20000px; margin-bottom: -20000px; } .news-title { padding-top: 10px; text-align: center; font-family:"Tahoma", sans-serif; font-size: 18px; font-weight: bold; color: rgb(66, 76, 67); } .footer-copyright { width: 250px; margin: 0 auto; /* outline: 1px dotted blue;*/ font-family:"Tahoma", sans-serif; font-size: 12px; font-weight: normal; color: rgb(255, 255, 255); margin-top: 5px; }
0.342681
0.059674
.page-header { border: none; margin-top: 0; padding-top: 0; } .page-header h1 { font-size: 32px; } .entry-content a { box-shadow: none; } .entry-content h1, .entry-content h2, .entry-content h3, .entry-content h4, .entry-content h5, .entry-content h6 { font-weight: bold; } .entry-summary h1, .entry-summary h2, .entry-summary h3, .entry-summary h4, .entry-summary h5, .entry-summary h6 { font-weight: bold; } .comment-content h1, .comment-content h2, .comment-content h3, .comment-content h4, .comment-content h5, .comment-content h6 { font-weight: bold; } .textwidget h1, .textwidget h2, .textwidget h3, .textwidget h4, .textwidget h5, .textwidget h6 { font-weight: bold; } /*=================================== = Schema list = ===================================*/ .list-group .list-group-item { position: relative; border-radius: 0; border-right: 0; border-left: 0; padding: 0; } .list-group .list-group-item img.media-object { float: left; width: 70px; margin-right: 30px; margin-top: 5px; } .list-group .list-group-item h3 { margin-bottom: 5px; margin-top: 0; font-size: 26px; } .list-group .list-group-item a { padding: 30px 40px 30px 20px; display: block; width: 100%; height: auto; text-decoration: none; color: inherit; border: none; } .list-group .list-group-item a:after { content: ' '; display: table; clear: both; height: 0; } .list-group .list-group-item a:before { content: "\e258"; position: absolute; right: 15px; top: 50%; height: 25px; margin-top: -12px; display: block; font-size: 25px; font-family: 'Glyphicons Halflings'; color: #DEDEDE; } .list-group .list-group-item a.loading-library-view { background-color: rgba(222, 222, 222, 0.2); } .list-group .list-group-item a.loading-library-view:before { content: " "; position: absolute; right: 5px; top: 50%; height: 50px; width: 50px; margin-top: -25px; display: block; background-image: url('../images/spinner_micro_transparent.gif'); background-repeat: no-repeat; background-size: cover; } .list-group .list-group-item a:hover { background-color: rgba(222, 222, 222, 0.2); } .list-group .list-group-item a .deprecated-label { color: #c5c5c5; } .list-group .list-group-item p { margin: 0; } .list-group .list-group-item .topic-content { padding-bottom: 8px; margin-left: 100px; } .list-group .list-group-item .item-count { display: inline-block; position: relative; top: -5px; padding: 4px 15px; margin-left: 10px; border: 2px solid #DEDEDE; border-radius: 40px; font-family: OpenSans; font-size: 14px; color: #7B7B7B; line-height: 19px; } .loading-search, .no-results { padding-top: 20px; } .search-panel { padding: 30px 20px; border: 1px solid #DEDEDE; border-radius: 8px; } .search-panel h3 { display: inline-block; vertical-align: bottom; margin-top: 0; margin-bottom: 0; } .search-panel .btn-small { display: inline-block; vertical-align: bottom; padding-top: 8px; padding-bottom: 7px; margin-top: 0; margin-bottom: 0; } .search-panel input { display: inline-block; height: 35px; width: 333px; padding-left: 10px; margin: 0; border: 1px solid #DEDEDE; border-radius: 8px; box-shadow: inset 0px 1px 3px 0px rgba(0, 0, 0, 0.25); vertical-align: bottom; } .list-group-item { border-top: none; border-bottom: 1px solid #DEDEDE; margin-bottom: 0; } /*===== End of Schema list ======*/ /*=================================== = Schema View = ===================================*/ .meta-data:before { content: ''; display: inline-block; width: 20px; height: 20px; margin-right: 10px; margin-top: -3px; vertical-align: middle; background-size: contain; background-position: center center; background-repeat: no-repeat; } .meta-data.schema-author:before { background-image: url('images/icon-author.svg'); } .meta-data.schema-id:before { background-image: url('images/icon-schema.png'); } .meta-data.schema-date:before { background-image: url('images/icon-clock.svg'); } .meta-data.schema-clime-approval:before { background-image: url('images/icon-badge.png'); } .schema-nav .schema-version-selector .btn.btn-small.dropdown-toggle span.dropdown-title { width: 90px; } .schema-nav .schema-version-selector .dropdown-menu { min-width: 135px; } .meta-data { padding-top: 10px; } header { margin-bottom: 30px; } section { margin-bottom: 30px; } .wildcard-version { color: #aaa; font-size: 11px; margin-left: 5px; } .scroll-link { cursor: pointer; margin-top: 12px; } .alert-box { padding: 20px 30px; margin: 20px 0; border-radius: 8px; background: #feeac9; /* font-family: Montserrat; */ text-transform: uppercase; font-size: 12px; } .alert-box .date { font-weight: bold; } .alert-box .link-label { font-weight: bold; } .schema-view { position: relative; font: normal normal normal normal 14px / 15px OpenSans; overflow-wrap: normal; word-wrap: normal; } .schema-view .truncate { white-space: nowrap; overflow: hidden; text-overflow: ellipsis; } .schema-view .navbar-default { background: transparent; border: none; position: absolute; padding-top: 21px; width: 100%; } .schema-view .navbar-default .navbar-header { width: 100%; } .schema-view .schema-library-nav.affix { top: 0; z-index: 10; } .schema-view article { padding-top: 110px; } .schema-view .dropdown-toggle { right: auto; top: auto; max-width: none; width: auto; height: auto; padding: 10px 15px 7px 15px; border: 1px solid #dedede; } .schema-view .dropdown-toggle:after { content: none; display: none; } .schema-view .sample-data-selector { margin-top: 20px; } .schema-view .schema-selector { margin: 15px 0; } .schema-view .schema-version-selector { margin-left: 5px; } .schema-view .schema-breadcrumb { margin-top: 8px; } .schema-view .schema-breadcrumb span.glyphicon { margin-left: 5px; margin-right: 7px; font-size: 12px; padding-top: 5px; color: #DEDEDE; } .schema-view .schema-nav .schema-version-selector .btn.btn-small.dropdown-toggle span.dropdown-title { width: 90px; } .schema-view .schema-nav .schema-version-selector .dropdown-menu { min-width: 135px; } .schema-view .navbar .schema-nav { padding-bottom: 20px; background-color: rgba(255, 255, 255, 0.92); border-bottom: 1px solid #DEDEDE; font-size: 14px; font-weight: normal; text-transform: none; } .schema-view .btn.btn-small.dropdown-toggle { font-size: 14px; color: #7B7B7B; text-transform: none; font-weight: normal; border-width: 1px; letter-spacing: 0; position: relative; overflow: visible; } .schema-view .btn.btn-small.dropdown-toggle span.dropdown-title { white-space: nowrap; overflow: hidden; text-overflow: ellipsis; display: inline-block; width: 160px; text-align: left; height: 18px; } .schema-view .btn.btn-small.dropdown-toggle span.dropdown-title span { color: #aaa; font-size: 11px; margin-left: 5px; } .schema-view .btn.btn-small.dropdown-toggle span.caret { margin-left: 7px; } .schema-view .dropdown-menu { left: auto; right: 0; } .schema-view .dropdown-menu li { cursor: pointer; } .schema-view .dropdown-menu li > span { overflow: hidden; text-overflow: ellipsis; display: block; padding: 3px 15px; clear: both; white-space: nowrap; } .schema-view .dropdown-menu li > span:hover { background: #DEDEDE; } .schema-view .dropdown-menu li > span span { color: #aaa; font-size: 11px; margin-left: 5px; } .schema-view a.menu-cycle { cursor: pointer; display: inline-block; border-bottom: 0; color: #DEDEDE; font-size: 20px; vertical-align: middle; } .schema-view a.menu-cycle:hover, .schema-view a.menu-cycle:active { color: #7B7B7B; } /*===== End of Schema View ======*/
css/omh-schema-library-style.css
.page-header { border: none; margin-top: 0; padding-top: 0; } .page-header h1 { font-size: 32px; } .entry-content a { box-shadow: none; } .entry-content h1, .entry-content h2, .entry-content h3, .entry-content h4, .entry-content h5, .entry-content h6 { font-weight: bold; } .entry-summary h1, .entry-summary h2, .entry-summary h3, .entry-summary h4, .entry-summary h5, .entry-summary h6 { font-weight: bold; } .comment-content h1, .comment-content h2, .comment-content h3, .comment-content h4, .comment-content h5, .comment-content h6 { font-weight: bold; } .textwidget h1, .textwidget h2, .textwidget h3, .textwidget h4, .textwidget h5, .textwidget h6 { font-weight: bold; } /*=================================== = Schema list = ===================================*/ .list-group .list-group-item { position: relative; border-radius: 0; border-right: 0; border-left: 0; padding: 0; } .list-group .list-group-item img.media-object { float: left; width: 70px; margin-right: 30px; margin-top: 5px; } .list-group .list-group-item h3 { margin-bottom: 5px; margin-top: 0; font-size: 26px; } .list-group .list-group-item a { padding: 30px 40px 30px 20px; display: block; width: 100%; height: auto; text-decoration: none; color: inherit; border: none; } .list-group .list-group-item a:after { content: ' '; display: table; clear: both; height: 0; } .list-group .list-group-item a:before { content: "\e258"; position: absolute; right: 15px; top: 50%; height: 25px; margin-top: -12px; display: block; font-size: 25px; font-family: 'Glyphicons Halflings'; color: #DEDEDE; } .list-group .list-group-item a.loading-library-view { background-color: rgba(222, 222, 222, 0.2); } .list-group .list-group-item a.loading-library-view:before { content: " "; position: absolute; right: 5px; top: 50%; height: 50px; width: 50px; margin-top: -25px; display: block; background-image: url('../images/spinner_micro_transparent.gif'); background-repeat: no-repeat; background-size: cover; } .list-group .list-group-item a:hover { background-color: rgba(222, 222, 222, 0.2); } .list-group .list-group-item a .deprecated-label { color: #c5c5c5; } .list-group .list-group-item p { margin: 0; } .list-group .list-group-item .topic-content { padding-bottom: 8px; margin-left: 100px; } .list-group .list-group-item .item-count { display: inline-block; position: relative; top: -5px; padding: 4px 15px; margin-left: 10px; border: 2px solid #DEDEDE; border-radius: 40px; font-family: OpenSans; font-size: 14px; color: #7B7B7B; line-height: 19px; } .loading-search, .no-results { padding-top: 20px; } .search-panel { padding: 30px 20px; border: 1px solid #DEDEDE; border-radius: 8px; } .search-panel h3 { display: inline-block; vertical-align: bottom; margin-top: 0; margin-bottom: 0; } .search-panel .btn-small { display: inline-block; vertical-align: bottom; padding-top: 8px; padding-bottom: 7px; margin-top: 0; margin-bottom: 0; } .search-panel input { display: inline-block; height: 35px; width: 333px; padding-left: 10px; margin: 0; border: 1px solid #DEDEDE; border-radius: 8px; box-shadow: inset 0px 1px 3px 0px rgba(0, 0, 0, 0.25); vertical-align: bottom; } .list-group-item { border-top: none; border-bottom: 1px solid #DEDEDE; margin-bottom: 0; } /*===== End of Schema list ======*/ /*=================================== = Schema View = ===================================*/ .meta-data:before { content: ''; display: inline-block; width: 20px; height: 20px; margin-right: 10px; margin-top: -3px; vertical-align: middle; background-size: contain; background-position: center center; background-repeat: no-repeat; } .meta-data.schema-author:before { background-image: url('images/icon-author.svg'); } .meta-data.schema-id:before { background-image: url('images/icon-schema.png'); } .meta-data.schema-date:before { background-image: url('images/icon-clock.svg'); } .meta-data.schema-clime-approval:before { background-image: url('images/icon-badge.png'); } .schema-nav .schema-version-selector .btn.btn-small.dropdown-toggle span.dropdown-title { width: 90px; } .schema-nav .schema-version-selector .dropdown-menu { min-width: 135px; } .meta-data { padding-top: 10px; } header { margin-bottom: 30px; } section { margin-bottom: 30px; } .wildcard-version { color: #aaa; font-size: 11px; margin-left: 5px; } .scroll-link { cursor: pointer; margin-top: 12px; } .alert-box { padding: 20px 30px; margin: 20px 0; border-radius: 8px; background: #feeac9; /* font-family: Montserrat; */ text-transform: uppercase; font-size: 12px; } .alert-box .date { font-weight: bold; } .alert-box .link-label { font-weight: bold; } .schema-view { position: relative; font: normal normal normal normal 14px / 15px OpenSans; overflow-wrap: normal; word-wrap: normal; } .schema-view .truncate { white-space: nowrap; overflow: hidden; text-overflow: ellipsis; } .schema-view .navbar-default { background: transparent; border: none; position: absolute; padding-top: 21px; width: 100%; } .schema-view .navbar-default .navbar-header { width: 100%; } .schema-view .schema-library-nav.affix { top: 0; z-index: 10; } .schema-view article { padding-top: 110px; } .schema-view .dropdown-toggle { right: auto; top: auto; max-width: none; width: auto; height: auto; padding: 10px 15px 7px 15px; border: 1px solid #dedede; } .schema-view .dropdown-toggle:after { content: none; display: none; } .schema-view .sample-data-selector { margin-top: 20px; } .schema-view .schema-selector { margin: 15px 0; } .schema-view .schema-version-selector { margin-left: 5px; } .schema-view .schema-breadcrumb { margin-top: 8px; } .schema-view .schema-breadcrumb span.glyphicon { margin-left: 5px; margin-right: 7px; font-size: 12px; padding-top: 5px; color: #DEDEDE; } .schema-view .schema-nav .schema-version-selector .btn.btn-small.dropdown-toggle span.dropdown-title { width: 90px; } .schema-view .schema-nav .schema-version-selector .dropdown-menu { min-width: 135px; } .schema-view .navbar .schema-nav { padding-bottom: 20px; background-color: rgba(255, 255, 255, 0.92); border-bottom: 1px solid #DEDEDE; font-size: 14px; font-weight: normal; text-transform: none; } .schema-view .btn.btn-small.dropdown-toggle { font-size: 14px; color: #7B7B7B; text-transform: none; font-weight: normal; border-width: 1px; letter-spacing: 0; position: relative; overflow: visible; } .schema-view .btn.btn-small.dropdown-toggle span.dropdown-title { white-space: nowrap; overflow: hidden; text-overflow: ellipsis; display: inline-block; width: 160px; text-align: left; height: 18px; } .schema-view .btn.btn-small.dropdown-toggle span.dropdown-title span { color: #aaa; font-size: 11px; margin-left: 5px; } .schema-view .btn.btn-small.dropdown-toggle span.caret { margin-left: 7px; } .schema-view .dropdown-menu { left: auto; right: 0; } .schema-view .dropdown-menu li { cursor: pointer; } .schema-view .dropdown-menu li > span { overflow: hidden; text-overflow: ellipsis; display: block; padding: 3px 15px; clear: both; white-space: nowrap; } .schema-view .dropdown-menu li > span:hover { background: #DEDEDE; } .schema-view .dropdown-menu li > span span { color: #aaa; font-size: 11px; margin-left: 5px; } .schema-view a.menu-cycle { cursor: pointer; display: inline-block; border-bottom: 0; color: #DEDEDE; font-size: 20px; vertical-align: middle; } .schema-view a.menu-cycle:hover, .schema-view a.menu-cycle:active { color: #7B7B7B; } /*===== End of Schema View ======*/
0.476336
0.062732
.invisible-el { /* @include element-invisible(); */ clip: rect(1px, 1px, 1px, 1px); height: 1px; overflow: hidden; position: absolute !important; width: 1px; } .hidden, .menu-sub, #ajax-loading, #ajax-error, var.ajax-params, #modal-blocker, .q-post { display: none; } /* temp */ /* temp end */ .sp-body { display: block; } /* for bots */ /* http://stackoverflow.com/a/23083463/2752979 */ #bn-top-block { display: none; width: 1px; /* min-width: JS */ margin: 0 auto; overflow: hidden; } @media screen and (max-width: 1100px) { #logo { min-height: 90px; } } /* #c-36 { border : 2px solid darkred; margin : -1px 0 4px 0; } #c-36 td { background: #FFF5EE; } #c-36 h3 { display: none; } */ #bb-alert-box { width: auto; max-width: 800px; line-height: 18px; display: none; } #bb-alert-msg { min-width: 400px; max-height: 400px; margin: 50px 20px; padding: 10px; overflow: auto; text-align: center; } .bb-alert-err { color: #7E0000; background: #FFEEEE; box-shadow: 0 0 20px #B85353; font-weight: bold; } /*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */html { font-family: sans-serif; -ms-text-size-adjust: 100%; -webkit-text-size-adjust: 100% } body { margin: 0 } article,aside,details,figcaption,figure,footer,header,hgroup,main,menu,nav,section,summary { display: block } audio,canvas,progress,video { display: inline-block; vertical-align: baseline } audio:not([controls]) { display: none; height: 0 } [hidden],template { display: none } a { background-color: transparent } a:active,a:hover { outline: 0 } abbr[title] { border-bottom: 1px dotted } b,strong { font-weight: bold } dfn { font-style: italic } h1 { font-size: 2em; margin: 0.67em 0 } mark { background: #ff0; color: #000 } small { font-size: 80% } sub,sup { font-size: 75%; line-height: 0; position: relative; vertical-align: baseline } sup { top: -0.5em } sub { bottom: -0.25em } img { border: 0 } svg:not(:root) { overflow: hidden } figure { margin: 1em 40px } hr { box-sizing: content-box; height: 0 } pre { overflow: auto } code,kbd,pre,samp { font-family: monospace, monospace; font-size: 1em } button,input,optgroup,select,textarea { margin: 0 } button { overflow: visible } button,select { text-transform: none } button,html input[type="button"],input[type="reset"],input[type="submit"] { -webkit-appearance: button; cursor: pointer } button[disabled],html input[disabled] { cursor: default } button::-moz-focus-inner,input::-moz-focus-inner { border: 0; padding: 0 } input { line-height: normal } input[type="checkbox"],input[type="radio"] { box-sizing: border-box; padding: 0 } input[type="number"]::-webkit-inner-spin-button,input[type="number"]::-webkit-outer-spin-button { height: auto } input[type="search"] { -webkit-appearance: textfield; box-sizing: content-box } input[type="search"]::-webkit-search-cancel-button,input[type="search"]::-webkit-search-decoration { -webkit-appearance: none } fieldset { border: 1px solid #c0c0c0; margin: 0 2px; padding: 0.35em 0.625em 0.75em } legend { border: 0; padding: 0 } textarea { overflow: auto } optgroup { font-weight: bold } table { border-collapse: collapse; border-spacing: 0 } td,th { padding: 0 } meta.foundation-version { font-family: "/5.5.3/" } meta.foundation-mq-small { font-family: "/only screen/"; width: 0 } meta.foundation-mq-small-only { font-family: "/only screen and (max-width: 53.33333em)/"; width: 0 } meta.foundation-mq-medium { font-family: "/only screen and (min-width:53.41667em)/"; width: 53.41667em } meta.foundation-mq-medium-only { font-family: "/only screen and (min-width:53.41667em) and (max-width:85.33333em)/"; width: 53.41667em } meta.foundation-mq-large { font-family: "/only screen and (min-width:85.41667em)/"; width: 85.41667em } meta.foundation-mq-large-only { font-family: "/only screen and (min-width:85.41667em) and (max-width:120em)/"; width: 85.41667em } meta.foundation-mq-xlarge { font-family: "/only screen and (min-width:120.08333em)/"; width: 120.08333em } meta.foundation-mq-xlarge-only { font-family: "/only screen and (min-width:120.08333em) and (max-width:160em)/"; width: 120.08333em } meta.foundation-mq-xxlarge { font-family: "/only screen and (min-width:160.08333em)/"; width: 160.08333em } meta.foundation-data-attribute-namespace { font-family: false } html,body { height: 100% } *,*:before,*:after { box-sizing: border-box } html,body { font-size: 12px } body { background: #fff; color: #222; cursor: auto; font-family: "Helvetica Neue",Helvetica,Roboto,Arial,sans-serif; font-style: normal; font-weight: normal; line-height: 1.5; margin: 0; padding: 0; position: relative } a:hover { cursor: pointer } img { max-width: 100%; height: auto } img { -ms-interpolation-mode: bicubic } #map_canvas img,#map_canvas embed,#map_canvas object,.map_canvas img,.map_canvas embed,.map_canvas object,.mqa-display img,.mqa-display embed,.mqa-display object { max-width: none !important } .left { float: left !important } .right { float: right !important } .clearfix:before,.clearfix:after { content: " "; display: table } .clearfix:after { clear: both } .hide { display: none } .invisible { visibility: hidden } .antialiased { -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale } img { display: inline-block; vertical-align: middle } textarea { height: auto; min-height: 50px } select { width: 100% } .f-dropdown { display: none; left: -9999px; list-style: none; margin-left: 0; position: absolute; background: #fff; border: solid 1px #ccc; font-size: 1.16667rem; height: auto; max-height: none; width: 100%; z-index: 89; margin-top: 2px; max-width: 200px } .f-dropdown.open { display: block } .f-dropdown>*:first-child { margin-top: 0 } .f-dropdown>*:last-child { margin-bottom: 0 } .f-dropdown:before { border: inset 6px; content: ""; display: block; height: 0; width: 0; border-color: transparent transparent #fff transparent; border-bottom-style: solid; position: absolute; top: -12px; left: 10px; z-index: 89 } .f-dropdown:after { border: inset 7px; content: ""; display: block; height: 0; width: 0; border-color: transparent transparent #ccc transparent; border-bottom-style: solid; position: absolute; top: -14px; left: 9px; z-index: 88 } .f-dropdown.right:before { left: auto; right: 10px } .f-dropdown.right:after { left: auto; right: 9px } .f-dropdown.drop-right { display: none; left: -9999px; list-style: none; margin-left: 0; position: absolute; background: #fff; border: solid 1px #ccc; font-size: 1.16667rem; height: auto; max-height: none; width: 100%; z-index: 89; margin-top: 0; margin-left: 2px; max-width: 200px } .f-dropdown.drop-right.open { display: block } .f-dropdown.drop-right>*:first-child { margin-top: 0 } .f-dropdown.drop-right>*:last-child { margin-bottom: 0 } .f-dropdown.drop-right:before { border: inset 6px; content: ""; display: block; height: 0; width: 0; border-color: transparent #fff transparent transparent; border-right-style: solid; position: absolute; top: 10px; left: -12px; z-index: 89 } .f-dropdown.drop-right:after { border: inset 7px; content: ""; display: block; height: 0; width: 0; border-color: transparent #ccc transparent transparent; border-right-style: solid; position: absolute; top: 9px; left: -14px; z-index: 88 } .f-dropdown.drop-left { display: none; left: -9999px; list-style: none; margin-left: 0; position: absolute; background: #fff; border: solid 1px #ccc; font-size: 1.16667rem; height: auto; max-height: none; width: 100%; z-index: 89; margin-top: 0; margin-left: -2px; max-width: 200px } .f-dropdown.drop-left.open { display: block } .f-dropdown.drop-left>*:first-child { margin-top: 0 } .f-dropdown.drop-left>*:last-child { margin-bottom: 0 } .f-dropdown.drop-left:before { border: inset 6px; content: ""; display: block; height: 0; width: 0; border-color: transparent transparent transparent #fff; border-left-style: solid; position: absolute; top: 10px; right: -12px; left: auto; z-index: 89 } .f-dropdown.drop-left:after { border: inset 7px; content: ""; display: block; height: 0; width: 0; border-color: transparent transparent transparent #ccc; border-left-style: solid; position: absolute; top: 9px; right: -14px; left: auto; z-index: 88 } .f-dropdown.drop-top { display: none; left: -9999px; list-style: none; margin-left: 0; position: absolute; background: #fff; border: solid 1px #ccc; font-size: 1.16667rem; height: auto; max-height: none; width: 100%; z-index: 89; margin-left: 0; margin-top: -2px; max-width: 200px } .f-dropdown.drop-top.open { display: block } .f-dropdown.drop-top>*:first-child { margin-top: 0 } .f-dropdown.drop-top>*:last-child { margin-bottom: 0 } .f-dropdown.drop-top:before { border: inset 6px; content: ""; display: block; height: 0; width: 0; border-color: #fff transparent transparent transparent; border-top-style: solid; bottom: -12px; position: absolute; top: auto; left: 10px; right: auto; z-index: 89 } .f-dropdown.drop-top:after { border: inset 7px; content: ""; display: block; height: 0; width: 0; border-color: #ccc transparent transparent transparent; border-top-style: solid; bottom: -14px; position: absolute; top: auto; left: 9px; right: auto; z-index: 88 } .f-dropdown li { cursor: pointer; font-size: 1.16667rem; line-height: 1.5rem; margin: 0 } .f-dropdown li:hover,.f-dropdown li:focus { background: #eee } .f-dropdown li a { display: block; padding: .5rem; color: #555 } .f-dropdown.content { display: none; left: -9999px; list-style: none; margin-left: 0; position: absolute; background: #fff; border: solid 1px #ccc; font-size: 1.16667rem; height: auto; max-height: none; padding: 1.66667rem; width: 100%; z-index: 89; max-width: 200px } .f-dropdown.content.open { display: block } .f-dropdown.content>*:first-child { margin-top: 0 } .f-dropdown.content>*:last-child { margin-bottom: 0 } .f-dropdown.radius { border-radius: 3px } .f-dropdown.tiny { max-width: 200px } .f-dropdown.small { max-width: 300px } .f-dropdown.medium { max-width: 500px } .f-dropdown.large { max-width: 800px } .f-dropdown.mega { width: 100% !important; max-width: 100% !important } .f-dropdown.mega.open { left: 0 !important } .reveal-modal { position: fixed } fieldset { border-color: #969696 } table { border-collapse: separate } select { width: auto } img { max-width: none; vertical-align: baseline } html { overflow-y: scroll } html,body,form,fieldset,h3,h4,h5,h6,p,pre,blockquote,ul,ol,dl,li,dd { margin: 0; padding: 0 } blockquote,ul,ol,li,dd { margin-left: 1em } table { border-spacing: 0 } td,th { padding: 0 } body { color: #000000; background: #E3E3E3 } body,th,td,font { font: 12px Verdana,Arial,sans-serif } #body_container { background: #E3E3E3; padding: 0 0 4px } #page_container { margin: 0 auto; background: #FFFFFF } #page_header { position: relative; width: 100% } #page_content { padding: 12px 10px 0; margin: 0 auto; clear: both; position: relative } #sidebar2 { padding: 0 3px 0 6px; vertical-align: top; width: 240px } #sidebar1_wrap { width: 240px; margin-top: -4px } #main_content { vertical-align: top } #page_footer { clear: both; margin: 12px 0 3px } hr { height: 0px; border: 0px solid #B7C0C5; border-top-width: 1px } .hr { border-top: 1px #B7C0C5 solid } form { display: inline } label { display: inline-block; margin: 3px 2px 0 0; cursor: pointer; white-space: nowrap } img { border: 0px } wbr { display: inline-block } .highlight { color: #FF0000; background: #FFFFE0 } .unselectable,.a-like,ul.a-like-items>li,.adm,ul.adm-items>li,a.adm,a.adm:visited,.menu-root { -webkit-user-select: none; -moz-user-select: none; -ms-user-select: none; user-select: none } .selectable { -webkit-user-select: text; -moz-user-select: text; -ms-user-select: text; user-select: text } a:link,a:visited { color: #006699 } a:hover,a:active,a:focus { color: #dd6900 !important; text-decoration: underline !important } .a-like,ul.a-like-items>li { color: #006699 !important; cursor: pointer } .a-like:hover,ul.a-like-items>li:hover { color: #d60000 !important } .colorAdmin,a.colorAdmin,a.colorAdmin:visited { color: #FF8C24 !important } .colorMod,a.colorMod,a.colorMod:visited { color: #008000 !important } .colorGroup,a.colorGroup,a.colorGroup:visited { color: #476996 !important } .colorCPH,a.colorCPH,a.colorCPH:visited { color: #0080FF !important } .adm,ul.adm-items>li,a.adm,a.adm:visited { color: #800000; text-decoration: none; font-size: 11px; cursor: pointer } .adm:hover,ul.adm-items>li:hover { color: #d60000 !important; text-decoration: none !important } .dlWill { color: #0066CC } .dlDown,.leech,.leechmed,.leechsmall { color: #800000 } .dlComplete,.seed,.seedmed,.seedsmall { color: #006600 } .dlCancel { color: #666666 } a.dlWill,a.dlWill:visited { color: #0066CC; text-decoration: none } a.dlDown,a.dlDown:visited { color: #800000; text-decoration: none } a.dlComplete,a.dlComplete:visited { color: #006600; text-decoration: none } a.dlCancel,a.dlCancel:visited { color: #666666; text-decoration: none } a.leech,a.leechmed,a.leechsmall,a.leech:visited,a.leechmed:visited,a.leechsmall:visited { color: #800000; text-decoration: none } a.seed,a.seedmed,a.seedsmall,a.seed:visited,a.seedmed:visited,a.seedsmall:visited { color: #006600; text-decoration: none } .nick,.nick a { color: #005A88 !important; font-size: 13px; font-weight: bold; text-decoration: none } .nick-author,.nick-author a { color: #0000FF !important } .nav { margin: 0.3em 0; font-size: 11px; font-weight: bold } .nav a { text-decoration: none } .nav em { color: #660000; font-style: normal } .nav-top { font-size: 14px; font-weight: normal } .topictitle,a.topictitle { font-size: 11px; text-decoration: none; font-weight: bold } .torTopic,a.torTopic { font-size: 11px; text-decoration: none } a.topictitle:visited,a.torTopic:visited,a.tLink:visited { color: #5493B4 } #soc-container { position: relative } .soc-buttons { position: absolute; right: -3px; bottom: -6px } .soc-buttons span { background-image: url(../images/soc_sprite.png); display: inline-block; opacity: .40; width: 18px; height: 18px; margin-right: 4px } .soc-buttons span:hover { opacity: 1; cursor: pointer } .row1,.row1 td { background: #EFEFEF } .row2,.row2 td { background: #DEE3E7 } .row3,.row3 td { background: #D1D7DC } .row4,.row4 td { background: #ECECEC } .row5,.row5 td { background: #E7E7E7 } .row6,.row6 td { background: #DDDDDD } .prow1 { background: #ECECEC } .prow2 { background: #E7E7E7 } .prow3 { background: #DEE3E7 } .p-body tr { background: #ECECEC } .p-body tr:hover { background: #DEE3E7 } h1 { font-size: 18px; font-weight: bold; margin: 0.2em 0 0.5em } h2 { font-size: 16px; font-weight: bold; margin: 0.2em 0 0.5em } h3 { font-size: 13px; font-weight: bold; letter-spacing: 1px } h4 { font-size: 12px; font-weight: bold } h5 { font-size: 12px; font-weight: normal } h6 { font-size: 11px; font-weight: normal } .maintitle,.pagetitle { font-family: "Trebuchet MS",Verdana,sans-serif; color: #3C3C3C; padding: 0 4px; margin: 0.2em 0 0.5em } .maintitle a,.pagetitle a { text-decoration: none } .maintitle { font-size: 22px } .gen,.seed,.leech,.gen td { font-size: 12px } .med,.seedmed,.leechmed,.med td { font-size: 11px } .small,.gensmall,.seedsmall,.leechsmall,.small td { font-size: 10px } .tiny,.tiny td { font-size: 10px; letter-spacing: -1px } td.gen { font-size: 12px !important } td.med { font-size: 11px !important } td.small { font-size: 10px !important } .gen,.med,.small,.gensmall { color: #000000 } a.gen,a.med,a.small,a.gensmall { color: #006699; text-decoration: none } .post-align,.post-br,.post-hr,var.postImgAligned { display: block } .sp-wrap,.post-hr { margin: 8px auto } .c-wrap,.q-wrap { margin: 8px auto } .c-wrap,.q-wrap,.sp-wrap { width: 98%; clear: both } .q-wrap .q-wrap,.sp-wrap .sp-wrap { margin: 2px auto 4px } .c-head,.q-head { padding: 0 1px; font-size: 11px; color: #444444 } .c-body,.q,.sp-wrap,.sp-head,.sp-body { border: solid #C3CBD1; border-width: 1px 1px 1px 2px; clear: both } .c-body,.q,.sp-body { padding: 2px 6px } .c-head,.q-head,.sp-head { text-align: left !important; min-width: 150px; min-height: 14px } .post-align { margin: 8px auto } .post-br { line-height: 12px } .post-b { font-weight: bold } .post-u { text-decoration: underline } .post-i { font-style: italic } .post-s { text-decoration: line-through } .post-box { display: inline-block; border: 1px solid #A7B4BA; border-radius: 3px; line-height: 150%; margin: 1px 5px; padding: 0 8px 1px } .post-box .sp-wrap { min-width: 250px } .post-ul { list-style: disc } .post-ul .post-ul { list-style: circle } .post-ul .post-ul .post-ul { list-style: square } .c-body { font-size: 13px; font-family: "Lucida Console","Courier New",Courier,monospace; color: #006600; background: #FAFAFA } .q { background: #FAFAFA; color: #2E2E2E; max-height: 350px; overflow: auto } .q .q { background: #F5F5F5; max-height: 100%; overflow: visible } .q .q .q { background: #FAFAFA } .q .q .q .q { background: #F5F5F5 } .q .q .q .q .q { background: #FAFAFA } .q .q .q .q .q .q { background: #F5F5F5 } .sp-head { border-width: 0; padding: 1px 14px 3px; margin-left: 6px; cursor: pointer; font-weight: bold } .sp-head span,.q-head span { display: inline-block; margin: 0; font-family: Verdana, sans-serif; font-style: normal; font-size: 11px !important; line-height: 15px; text-decoration: none } .sp-head span { color: #2A2A2A } .q-head span { color: #444444 } .sp-wrap { padding: 0; background: #E9E9E6 } .sp-body { border-width: 1px 0 0 0; display: none; font-weight: normal; background: #F5F5F5 } .sp-fold { width: 98%; margin: 0 auto; text-align: right; font-size: 10px; color: #444444; clear: both } .post_body ul,.post_body ol { margin: 8px auto 8px 8px } .post_body li { margin: 0px 4px 1px 24px } ul[type="1"] { list-style-type: decimal } ul[type="a"] { list-style-type: lower-alpha } ul[type="i"] { list-style-type: lower-roman } ul.inlined,ul.inlined>li { display: inline-block; margin: 0 } ul.inlined>li::before,ul.inlined>li:hover::before { margin: 0 5px 0 1px; color: #000 } ul.inlined>li:first-child::before { display: none } ul.inlined.middot-separated>li::before { content: '\00b7' } ul.inlined.bullet-separated>li::before { content: '\2022' } img.smile { vertical-align: -2px } img.postImg { margin: 2px 2px 0 0 } img.postImgAligned { margin: 4px 4px 2px } var.img-left { float: left; clear: left } var.img-right { float: right; clear: right } .post_body pre { border: none; background: transparent; padding: 0; margin: 0 } .post-pre { white-space: pre-wrap; font-family: monospace } .infobox { width: 780px; margin: 8px auto } .infobox fieldset { padding: 6px } .infobox legend { font-weight: bold } .infobox article { background: #FFFFFF; padding: 1em; height: 540px; overflow: auto; border: 1px solid #CAD1D5 } .infobox p { margin: 1em 0 } input,textarea,select { font-family: Verdana,sans-serif } select,input { font-size: 11px } optgroup,option,textarea { font-size: 12px !important } option { padding-bottom: 2px; border-bottom: 1px solid #DADADA } option:last-child { padding-bottom: 1px; border-bottom: none } option:hover { background-color: #EBF2FC } input.mainoption,input.main,input.liteoption,input.lite { font-size: 11px; border: 1px solid; background: #FAFAFA; padding-left: 10px; padding-right: 10px } input.mainoption,input.main { font-weight: bold } input.button,.buttons input { border: 1px solid; background: #F5F5F5 } input.long { padding-left: 20px; padding-right: 20px } input.button,.buttons input,input.mainoption,input.main,input.liteoption,input.lite { color: #000000; border-color: #B4B4B4 #000000 #000000 #B4B4B4 } input[type="checkbox"],input[type="radio"] { cursor: pointer; margin: 1px 2px 1px 1px; padding: 0; height: 13px; width: 13px; vertical-align: text-top } input[disabled="disabled"] { color: #808080 } input.error { color: #FF0000; font-weight: bold } input.found { font-weight: bold } .cat input[type="text"] { background: #FCFCFC } optgroup,option,fieldset,legend { font-family: Verdana,sans-serif } optgroup { font-weight: bold; font-style: normal; color: #005A88; background: #DEE3E7 } optgroup option { color: #000000; background: #FFFFFF } legend { padding: 0 2px 2px; font-size: 11px; color: #000066 } legend a { text-decoration: none } fieldset>legend { margin-left: 6px; text-align: left } .has_sf { color: #333333; background: #F5F5F5; font-weight: bold } .ped-editor { margin: 4px } .ped-editor select+select { margin-left: 3px } .ped-editor textarea { display: block; width: 100%; padding: 3px 5px; resize: vertical } .ped-editor-buttons .buttons-row { margin-bottom: 4px } .ped-editor-buttons .buttons-row input[type="button"] { background: #F9F9F9; background: linear-gradient(#FBFBFB 5%, #E6E6E6 100%); box-shadow: 0 0 3px #fff inset,0 2px 5px -2px rgba(0,0,0,0.2); border-radius: 2px; border: 1px solid rgba(0,0,0,0.4); text-shadow: 0 1px 0 rgba(255,255,255,0.7); padding: 2px } .ped-editor-buttons .buttons-row input[type="button"]:active { color: #8B0000; background: linear-gradient(#E6E6E6 5%, #FBFBFB 100%) } .ped-editor-buttons option:not(:first-of-type) { background: #F1F1F3 } .ped-editor-buttons option.em { font-weight: bold; background: #E6E4E4 } .ped-submit-buttons { margin: 5px; text-align: center } .ped-submit-buttons input { margin: 0 3px; padding: 1px 6px } .quick-reply .ped-editor-buttons { text-align: center } .quick-reply textarea { width: 900px; margin: 0 auto; resize: both; min-height: 100px } .p-quick-preview-box { width: 900px; margin: 6px auto; border: 1px solid #A9A9A9; padding: 4px; overflow: auto; resize: both; box-shadow: 0 1px 3px rgba(0,0,0,0.2) } #ext-reply #p-quick-preview-btn { display: none } .fieldsets td { vertical-align: top; white-space: nowrap } .fieldsets fieldset { margin: 4px 4px } .fieldsets fieldset div { padding: 3px 6px 4px } .fieldsets div p { margin-bottom: 1px } .fieldsets div>p { margin-bottom: 2px } .fieldsets .select { margin-bottom: 3px } .fieldsets .radio { padding-left: 5px } table.my_downloads { margin-bottom: 2px } .my_downloads td { padding: 1px 8px 2px 0 !important } .fldSet1 { margin: 2px 4px 1px 4px; padding: 0px } .fldSetCont1 { margin: 0px; padding: 3px 8px 4px 8px } .fldSetCont2 { margin: 0px; padding: 2px 8px 4px 8px } .fldSetCont3 { margin: 0px; padding: 6px 8px 8px 8px } .hl_only_new { color: #993300 } .select-action { background: #F5F5F5 } .txtb,.txtb:link,.txtb:visited,.txtb:hover { color: #003366; font-size: 11px; text-decoration: none } .txtb:hover { color: #DD6900; text-decoration: underline; cursor: pointer } s.txtb { color: #676767 } .bodyline { background: #FFFFFF; border: 1px solid #A5AFB4 } .bodyline th { background: #71869F; color: #F0F8FF; font-weight: bold } table.forumline { width: 100%; background: #B7C0C5; border-collapse: collapse; margin-left: auto; margin-right: auto; border-top: 1px solid #B7C0C5 } .forumline th { border: 1px solid #B7C0C5; border-width: 1px; border-top-color: #BDC5CA; padding: 6px 3px 4px; color: #000000; background-color: #CFD4D8; font-size: 10px; text-transform: uppercase } .forumline td { border: 1px solid #CAD1D5; border-width: 0 1px 1px } .thHead { padding: 6px 8px 7px; text-align: center; color: #D5E4EC; font-size: 11px; font-weight: bold; background: #069 url(../images/cellpic3.gif) repeat-x } .forumline th:first-child { border-left-color: #B7C0C5 } .forumline th:last-child { border-right-color: #B7C0C5 } .forumline td { padding: 2px 4px 3px } table.borderless th,table.borderless td { border: 0px none } table.bordered { border-collapse: collapse; border: 1px solid #B7C0C5 } .bordered th,.bordered td,table.borderless .bordered th,table.borderless .bordered td { border-style: solid; border-width: 1px; border-color: #B7C0C5 } table.message { margin: 0 auto; width: 100% } table.message td { padding: 12px; text-align: center; background: #EFEFEF } .cat,td.cat,td.catTitle,td.catHead,td.catBottom { padding: 5px 4px 6px; background: #E0E5E9 url(../images/cellpic1.gif) repeat-x } .catTitle { font-weight: bold; letter-spacing: 1px; color: #333333; text-align: center } .catTitle a { text-decoration: none } .catBottom { text-align: center } .info_msg_wrap { margin: 12px 0 } table.info_msg { width: 100%; border: 1px solid #B7C0C5; background: #DEE3E7; margin: 0 auto } table.info_msg .msg { border: 1px solid #B7C0C5; background: #EFEFEF; padding: 20px; text-align: center } table.error { width: 100%; border: 2px solid #993300; background: #FFD4CC; margin: 0 auto } table.error .msg { border: 1px solid #993300; background: #FAEBD7; padding: 20px; color: #A52A2A; text-align: center } .pm_nav td { padding: 4px; font-size: 14px; font-weight: bold } table.translit_expl th { width: 30px; padding-right: 8px; font-weight: bold; text-align: right } table.translit_expl td { width: 14px } table.user_details th { padding: 2px 6px; text-align: right; vertical-align: top } .user_details td { width: 70% } table.smilies td { padding: 3px; text-align: center } #traf-stats-tbl { margin: 6px 4px 6px 1px; background: #F9F9F9; border: 1px solid #A5AFB4; border-spacing: 1px; border-collapse: separate } #traf-stats-tbl th,#traf-stats-tbl td { padding: 2px 6px 3px; text-align: center; white-space: nowrap; font-size: 11px } #traf-stats-tbl td { width: 100px; color: #006600; padding: 3px 6px 4px } #traf-stats-tbl td:first-child { width: 85px; color: #000000 } .topmenu { background: #EFEFEF; border: 1px solid #CFD4D8; margin: 3px 10px 0; padding: 0 3px } .topmenu a:link,.topmenu a:visited { text-decoration: none } .topmenu td { padding: 4px; font-size: 11px; white-space: nowrap } .new-pm { background: #FFD9B2 !important; border-color: #FFB062 !important } .new-pm-link { color: #993300 !important; font-weight: bold } .new-pm-link:hover { color: #591D00 !important } #logo { padding: 0; min-height: 102px } #logo>table { width: 100%; height: 100% } .site-logo { width: 320px; height: 85px } .logged-in-as-wrap { min-width: 130px } @media screen and (max-width: 1100px) { .site-logo { width: 240px; height: auto } .logged-in-as-cap { display: none } } .site-nav { min-width: 600px; background-color: #CFD4D8 } .site-nav div { min-height: 23px; padding: 4px 10px 4px } .site-nav b { padding: 0 4px 0 1px } .site-nav a { color: #535F62; text-decoration: none } .site-nav a:hover,.site-nav a:active { text-decoration: none !important; color: #000000 !important } .site-nav .natz-flag { width: 24px; height: 15px; vertical-align: text-bottom } #latest_news { margin-bottom: 0 } #latest_news table { width: 100%; border-collapse: collapse } #latest_news h3 { padding: 0 0 3px 0; color: #333333 } #latest_news td { vertical-align: top } .news_date { float: right; padding: 1px 8px 1px; white-space: nowrap; font-family: "Courier New",Courier,monospace; color: #333333; background: #F2F2F2; border: 1px solid #B4B4B4 } .news_title { padding: 3px 8px 2px; margin-bottom: 2px; background: transparent url(../images/hr400_ltr_gradient.jpg) no-repeat left top } #latest_news a { text-decoration: none; color: #000000 } #latest_news .new a { color: #A52A2A; font-weight: bold } .topmenu input,.topmenu select { font-size: 12px; height: 22px } .topmenu option { font-size: 12px } .topmenu input[type="text"],.topmenu input[type="password"] { background: white; border: 1px solid #C0C0C0; padding: 2px; margin-right: 1px } .topmenu input[type="submit"],.topmenu input[type="button"] { width: 60px } #quick-search input,#quick-search select { vertical-align: middle } #search-text { width: 300px } @media screen and (max-width: 1200px) { #search-text { width: 170px } } #search-text:focus { outline: 2px solid #4D90FE; outline-offset: -2px } #search-menu { width: 120px; border: 1px solid #C0C0C0 } #top-login-box { padding: 0 16px } #search-text-guest { width: 317px } #top-login-uname,#top-login-pwd { width: 156px } #top-login-box.with-ssl-opt #search-text-guest { width: 316px } #top-login-box.with-ssl-opt #top-login-uname,#top-login-box.with-ssl-opt #top-login-pwd { width: 130px } #top-login-btn { font-weight: bold } #login-form-quick label { padding: 0 4px } #login-form-quick .login-ssl { vertical-align: middle; height: 14px } .logged-in-as-uname { margin: 0 4px } #sidebar1 { width: 240px; padding: 0 6px 0 0; vertical-align: top } #sidebar1 h3,#idx-sidebar2 h3 { padding: 0 0 4px 0; margin: 8px 0 2px 0; color: #333333; text-indent: 1px; background: transparent url(../images/hr200_ltr_gradient.jpg) no-repeat left bottom } #sidebar1 h3 a { color: #333333 } #sidebar1 h5 { padding: 2px 4px 5px } #sidebar1 ul { margin: 6px 0 0 10px } #sidebar1 li { margin-bottom: 2px; margin-left: 14px } #sidebar1 a { text-decoration: none; color: #005A88 } .tr_main_cats ul { list-style-image: url(../images/arrow1.gif) } .tr_main_cats li { margin-bottom: 3px; margin-left: 11px; font-size: 11px; font-weight: bold; line-height: 110% } .bn-idx { padding: 7px 0 0 } #forums_list_wrap { margin-top: 4px; min-width: 510px } #forums_top_links { clear: both; margin-bottom: 2px } #forums_wrap { clear: both; padding-top: 1px } .cat_title { padding: 3px 8px 5px; margin-top: -1px; letter-spacing: 1px; text-indent: 0.6em; background: #DEE3E7 url(../images/cellpic1.gif) repeat-x } .cat_title a { text-decoration: none; color: #333333 !important } table.forums { width: 100% } .forums th { padding: 0 !important; font-size: 10px; font-weight: normal; color: #3C3C3C } .forums td { padding: 2px 4px 3px; font-size: 11px } .forumlink { font-size: 13px; font-weight: bold } .forumlink a { text-decoration: none } .forum_desc { margin-top: 2px; color: #333333; font-size: 11px; line-height: 110% } .subforums { margin-top: 2px; padding-left: 0.5em } .dot-sf { color: #417998 !important; font-size: 11px; margin-right: 4px } .sf_title { white-space: normal } .sf_icon { margin-right: 1px } .sf_title a { text-decoration: none } .forums thead { display: none } .f_icon { width: 46px; padding: 6px 0 !important } .f-icon-idx { width: 36px; padding: 6px 0 !important; text-align: center } table.forums { border-collapse: collapse } .cat_title { border: 0 none; border-right: 1px solid #FDFDFD; border-bottom: 1px solid #CCD4DB } .forums td.row1 { border: solid #FDFDFD; border-width: 0 1px 1px 0 } .forums td.row2 { border: solid #F5F5F5; border-width: 0 1px 1px 0 } .sb2-block { background: #F7F7F7; border: 1px solid #EBEBEB; margin: 0 0 4px 0; margin-top: -1px; padding: 0 6px 0 0 } .sb2-bg2 { background: #F0F0F0 } #idx-sidebar2 { min-width: 240px } #idx-sidebar2 h3 { margin: 4px 6px 9px 9px } #idx-sidebar2 ul { margin: 6px 0 0 8px } #idx-sidebar2 li { margin-bottom: 6px; margin-left: 14px } #idx-sidebar2 a { text-decoration: none; color: #004080; font-size: 11px } #online_time { float: left; font-style: italic; color: #444444 } #online_explain { float: right } #online_userlist a { white-space: nowrap } .f-map-wrap { margin-top: -1px; border: 1px solid #DEDEDE } table.forum th { white-space: nowrap } td.topic_id { padding: 4px 6px } .spaceRow { padding: 0 !important; background: #D1D7DC } td.topicSep { padding: 2px 12px 3px; font-weight: bold; letter-spacing: 1px; color: #333333 } .topicAnnounce { color: #DD6900 } .topicSticky { color: #009900 } .topicPoll { font-weight: normal; color: #006699 } .topicPG { font-weight: normal; white-space: nowrap; font-size: 10px } .iconDL { border: 1px outset; background: #EFEFEF; padding: 0px 3px 0px 2px; margin: 2px 1px 2px 0px } .topicAuthor,a.topicAuthor,a.topicAuthor:visited { font-size: 11px; color: #333333; text-decoration: none } .torSize { font-size: 11px; color: #333333; text-decoration: none } tr.hl-tr:hover td { background-color: #F8F8F8 !important } .hl-selected-row,.hl-selected-row td { background-color: #FAF0E6 !important } .hl-sel-row-2,.hl-sel-row-2 td { background-color: #E4A5A5 !important } .hl-sel-row-3,.hl-sel-row-3 td { background-color: #FBE8D6 !important } tr.hl-tr.hl-sel-row-3:hover td { background-color: #FEF2E7 !important } table.topic { width: 100% } .post_head { padding: 0 6px; font-size: 10px } .post_wrap { margin: 5px 5px 8px; word-wrap: break-word } .post_body { line-height: 18px } a.postLink { text-decoration: none } a.postLink:visited { color: #5493B4 } .post_body a[href*="viewtopic"].postLink:visited span.p-color { color: #5493B4 !important } .posted_since { color: #666666; padding-left: 4px } .sig-body { max-height: 100px; overflow: hidden } .signature * { font-size: 10px !important; font-weight: normal !important; text-decoration: none !important; color: #5E5E5E !important; background: transparent !important; border-color: #9A9A9A !important; font-style: normal !important; font-family: Verdana,sans-serif !important } .signature .c-wrap,.signature .q-wrap,.signature .sp-wrap,.signature .post-pre { display: none !important } .signature img { max-width: 600px; opacity: 0.8; vertical-align: -4px } .signature a,.signature a span { color: #5E5E5E !important; text-decoration: underline !important } .signature a:hover,.signature a:hover span { color: #000000 !important } .signature a:hover img { opacity: 1 } .sig-sep { clear: both; width: 142px; margin: 20px 0 3px; border-bottom: 1px #888888 solid !important } .last_edited { font-size: 10px; color: #5E5E5E } .poster_info p { margin: 2px 0; color: #444444 } .poster_info .nick { margin: 0 0 4px; color: #333333; line-height: 110%; min-width: 142px } .poster_info .avatar { margin: 5px 0 4px; max-width: 100px; max-height: 100px; overflow: hidden } .avatar img { display: block } .poster_info .flag { margin: 4px 0 } .poster_info em { font-style: normal; color: #000000 } table.topic,.topic .td1,.topic .td2,.topic .td3,.post_head,.post_btn_2 { border-style: solid; border-color: #C3CBD1 } .topic .td1 { border-width: 1px 1px 0px 0px; border-right-color: #B7C0C5; min-width: 142px } .topic .td2 { border-width: 1px 0px 0px 0px; width: 100% } .topic .td3 { border-width: 0px 1px 0px 0px; border-right-color: #B7C0C5; height: 100% } .post_head { border-width: 0px 0px 1px 0px } .post_btn_2 { border-width: 1px 0px 0px 0px } table.topic { border-width: 0px 1px 1px 1px; border-color: #B7C0C5 } .poster_info { padding: 4px; vertical-align: top; font-size: 10px; line-height: 100% } .poster_btn { padding: 0; vertical-align: bottom; text-align: center; white-space: nowrap } .message { padding: 0; vertical-align: top; width: 100% } .dl_list td { text-align: center } .dl_list img { display: block } #dl_counts td { font-size: 12px } .hl-selected-post { background-color: #FFEFD5 !important } .bn-topic img { vertical-align: middle } .post-time { float: left; padding: 4px 0 3px } .scrolled-to-post .post-time { padding: 4px 0 } .scrolled-to-post .hl-scrolled-to-wrap { padding: 2px 7px 1px 9px; margin-right: 4px; background: #E6EBEF; border: 1px solid #8EA8C1; border-radius: 2px } .scrolled-to-post a.p-link { color: #00466C; font-size: 11px; font-weight: bold; letter-spacing: 1px } .hl-cyrillic:hover { color: #006699 !important; text-decoration: none !important } .hl-cyrillic:hover>.cyr-symbol { color: #C21DD5 !important } #poll { border: 1px solid #B7C0C5; margin-bottom: -1px; padding: 10px 10% 0 } .poll-vote-pics img { height: 12px; vertical-align: middle } #poll-results-block td { padding: 0 } #poll-results-block td.poll-vote-pics { padding: 2px 8px } #poll-votes-block td { padding: 2px } #poll-votes-block input[type="radio"] { vertical-align: middle } #poll-votes-block label { margin-bottom: 1px } #vote-btn-input { margin: 10px 0 14px; text-align: center } .tor-status-td:hover { background: #F8F8FF } .tor-icon { margin: 0 3px } .tor-approved { margin-left: 1px; color: #008000; font-weight: bold } .tor-closed { padding-left: 1px; color: #FF4500; font-weight: bold } .tor-closed-cp { color: #CE3800; font-weight: bold } .tor-consumed { color: #D26900; font-weight: bold } .tor-dup { padding-left: 1px; color: #0000FF; font-weight: bold } .tor-need-edit { color: #FF0000; font-weight: bold } .tor-no-desc { padding-left: 1px; color: #FF4500; font-weight: bold } .tor-not-approved { color: #C71585 } .tor-checking { color: #2424FF } select.hl-selected .selected { background: #EFEFEF; font-weight: bold !important } #tor-status-sel,#tor-type-sel { font-size: 13px } #tor-status-sel option,#tor-type-sel option { font-family: "Lucida Console", monospace; font-size: 14px !important; border-top: 3px solid transparent; border-bottom: 1px solid #DADADA } table.attach { width: 95%; margin: 0 auto; clear: both; border-color: #A5AFB4 } .attach th,.attach td { border-color: #A5AFB4 } .attach th { padding: 3px; text-align: center; font-weight: bold; background: #D1D7DC } .attach td { padding: 2px 4px } fieldset.attach { width: 95%; margin: 14px auto; padding: 2px; clear: both } .attach_link { margin: 2px 12px 6px; font-weight: bold } .attach_link.guest { font-size: 18px } .attach_link img { vertical-align: text-bottom; padding-right: 5px } .attach_link a { color: #A52A2A } .attach_comment { margin: 6px 23px; padding: 1px 10px 5px; line-height: 16px; color: #444444; border-left: 2px solid #CC9933 } #file-up { padding-left: 16px; margin: 2px 4px; background-image: url(../images/icon_attach.gif); background-repeat: no-repeat; background-position: 2px 1px } .opened { color: #71869F } a.tr-dl,a.dl-link:link { font-weight: bold } a.dl-link { font-size: 13px; text-decoration: none } a.tr-dl:visited,a.f-dl:visited,a.dl-link:visited { color: #5493B4; font-weight: normal } img.forum_icon { width: 46px; height: 25px } img.topic_icon { width: 19px; height: 18px } img.pm_box_icon { width: 28px; height: 25px } img.icon1 { width: 12px; height: 9px } img.icon2 { width: 18px; height: 9px } img.feed-small { width: 12px; height: 12px } .bottom_info { font-size: 11px } .copyright { font-size: 11px; color: #444444 } .copyright a { text-decoration: none } #timezone { float: right; text-align: right; white-space: nowrap; font-size: 10px; line-height: 110%; color: #333333 } .tz_time { font-family: "Courier New",Courier,monospace; font-size: 11px } #f_icons_legend { margin: 4px auto } .menu-root { padding-right: 13px; white-space: nowrap; background: transparent url(../images/menu_open.gif) no-repeat right } .menu-alt1 { padding-right: 0; background: transparent } img.menu-alt1 { width: 9px; height: 9px } a.menu-root,a.menu-root:visited,a.menu-root:hover { text-decoration: none !important } .menu-sub { position: absolute; display: none; z-index: 1000 } .menu-sub table { background: #FFFFFF; border: 1px solid #92A3A4 } .menu-sub table th { background: #71869F; color: #F0F8FF; font-weight: bold; font-size: 11px } .menu-sub table td { background: #E7E7E7; font-size: 11px } .menu-sub table td.cat { background: #B5BEC3 } .menu-sub legend { font-weight: bold } .menu-sub label { display: block; padding-right: 2px; margin-right: 1px } .menu-sub label:hover { background: #D1D7DC; color: #993300 } .menu-a { background: #FFFFFF; border: 1px solid #92A3A4 } .menu-a a { color: #0000A0; background: #E7E7E7; padding: 4px 10px 5px; margin: 1px; display: block; text-decoration: none !important } .menu-a a:hover { color: #0000FF; background: #D1D7DC; text-decoration: none !important } .gen-help-msg { padding: 8px; border: 1px solid #A5AFB4; background: #FFFFFF; font-size: 12px; border-radius: 6px; box-shadow: 3px 3px 3px rgba(0,0,0,0.1) } #ajax-loading,#ajax-error { position: absolute; z-index: 2000; padding: 4px; font-size: 11px; max-width: 400px; max-height: 200px; white-space: nowrap; display: none } #ajax-loading { min-width: 100px; background: #2E8B57; color: #FFF5EE } #ajax-error { min-width: 200px; background: #8B0000; color: #F5F5F5; overflow: auto } .editable-container { cursor: pointer } .editable-container:hover { background: #E8E9F8 } .loading-1 { background: transparent url(../images/loading_1.gif) no-repeat left center; padding-left: 22px } .treeview,.treeview ul { padding: 0; margin: 0; list-style: none; font-size: 11px; line-height: 14px } .treeview ul { margin-top: 4px } .treeview .hitarea { background: url(../images/treeview/treeview-default.gif) -64px -25px no-repeat; width: 16px; height: 16px; margin-left: -16px; float: left; cursor: pointer } .treeview li { margin: 0; padding: 1px 0 1px 16px } .treeview span { padding-left: 3px; display: block } .treeview a.selected { background-color: #eee } #treecontrol { margin: 1em 0; display: none } .treeview .hover { color: red; cursor: pointer } .treeview li { background: url(../images/treeview/treeview-default-line.gif) 0 0 no-repeat } .treeview li.collapsable,.treeview li.expandable { background-position: 0 -176px } .treeview .expandable-hitarea { background-position: -80px -3px } .treeview li.last { background-position: 0 -1766px } .treeview li.lastCollapsable,.treeview li.lastExpandable { background-image: url(../images/treeview/treeview-default.gif) } .treeview li.lastCollapsable { background-position: 0 -111px } .treeview li.lastExpandable { background-position: -32px -67px } .treeview div.lastCollapsable-hitarea,.treeview div.lastExpandable-hitarea { background-position: 0 } .tablesorter u { display: none } .tablesorter .header { cursor: pointer; white-space: nowrap } .tablesorter .tbs-text { padding-bottom: 1px } .headerSortUp .tbs-text,.headerSortDown .tbs-text { border-bottom-width: 2px; border-bottom-style: solid } .tbs-icon { padding-left: 6px; background-image: url(../images/tbl_sort_bg_1.gif); background-repeat: no-repeat; background-position: 4px 50% } .headerSortUp .tbs-icon { background-image: url(../images/tbl_sort_asc_1.gif) } .headerSortDown .tbs-icon { background-image: url(../images/tbl_sort_desc_1.gif) } .sf { padding-left: 20px !important } #jumpbox-wrap { display: inline-block; margin: 12px 0 6px } pre,.pre { font-family: Courier,monospace; font-size: 12px; border: 1px solid #B7C0C5; background: #F5F5F5; padding: 4px; margin: 10px; text-align: left } .pre { width: 100%; overflow: auto; white-space: nowrap } .die-pre { display: table; overflow: auto; white-space: nowrap; text-align: left; margin: 10px auto } .msg-ok { color: green; font-weight: bold } .msg-err,.msg-err a { color: red } ul.res-msg { line-height: 17px; padding: 10px 20px 10px 10px } ul.res-msg li { margin-bottom: 3px } .ann { font-size: 13px; text-align: center; color: #993300; font-weight: bold } .clickable { cursor: pointer } .folded,.folded2 { display: block; background: transparent url(../images/icon_plus_1.gif) no-repeat left center; padding-left: 14px } .unfolded,.unfolded2 { display: block; background: transparent url(../images/icon_minus_1.gif) no-repeat left center; padding-left: 14px } .folded2 { background-image: url(../images/icon_plus_2.gif) } .unfolded2 { background-image: url(../images/icon_minus_2.gif) } .warnColor1 { color: #993300 } .warnColor2 { color: #FF0000 } .warnBorder1 { border: 1px solid #A52A2A } .warningBox1 { border: 1px solid #A52A2A; background: #F8F0E9; color: #993300; padding: 12px } .warningBox2 { color: #993300 !important; background: #FFD9B2; border: 2px solid #CC6600; padding: 8px } .hl-err-text,.hl-err-block,.hl-err-input,.hl-non-1251 { color: #FF0000 !important; font-weight: bold !important; background: #FFD9B2 !important } .hl-err-block { border: 2px solid #CC6600 !important } .hl-err-input,.hl-err-input:focus { outline: 2px solid #CC6600 !important; outline-offset: -2px } .hl-non-1251 { display: inline-block; padding: 2px 4px; margin: 0 1px; font-style: normal } #old-browser-warn { background: #FFF227; padding: 8px 0 10px; text-align: center; font-size: 14px; font-weight: bold } .m-link { display: inline-block; position: relative; padding: 1px 15px 1px 0 } .m-link a.postLink { padding: 0; text-decoration: none !important } .m-icon { display: none; position: absolute; top: 50%; right: 0; margin-top: -6px; height: 12px; width: 12px; background: url(../images/icon_media_sprite.png) no-repeat } .m-link:hover .m-icon-over-img { display: inline-block; top: 9px; right: 16px; background-position: -11px; background-color: #FEFEFE; z-index: 1; width: 18px; height: 18px } .ttp-label { position: relative; display: inline-block; margin-right: 2px; height: 14px; padding: 0 7px 0 16px; line-height: 13px; border-radius: 4px; color: #FFFFFF; font-weight: normal } .ttp-label:before { position: absolute; content: ""; top: 5px; left: 6px; width: 5px; height: 5px; border-radius: 50%; background-color: #FFFFFF; box-shadow: -1px -1px 1px rgba(0,0,0,0.15) inset } .ttp-label.ttp-auth { background: #238F60 } .ttp-label.ttp-antiq { background: #588FE5 } #adriver-240x120 { width: 240px; height: 120px; padding-bottom: 2px; margin-right: -2px } #fs-nav-ul .b { font-weight: bold } #fs-nav-ul li { cursor: pointer } #fs-nav-ul span.f:hover { color: blue; background: #DEE2E4 } #fs-nav-list { border: 3px double #9AA7AD; background: #EFEFEF; padding: 8px; max-height: 500px; overflow: auto } .top-alert { position: relative; max-width: 80%; padding: 13px 25px 12px; line-height: 27px; border: 1px solid #800000; border-radius: 6px; box-shadow: 3px 3px 3px rgba(0,0,0,0.1); text-align: center; margin: 16px auto 2px } .ta-crit { background: #F1F0ED; border-color: #000000 } .ta-crit a { color: #A80000 } .ta-inf1 { background: #DCE2E9; border-color: #A3ABB5 } .ta-inf1 a { color: #0B0E1F } .ta-inf2 { background: #F5F1E8; border-color: #B19B68 } .ta-inf2 a { color: #090602 } .ta-inf3 { background: #EAE9F5; border-color: #ABB3BC } .ta-inf3 a { color: #020406 } .ta-inf4 { background: #FFF227; border-color: #B19B68 } .ta-inf4 a { color: #291F21 } .top-alert a { font-size: 18px; color: #690A1D !important } .ta-hide-btn { position: absolute; top: -1px; right: 8px; font-size: 14px } .ta-hide-btn:hover { color: #f00 } .magnet-link-16 img { vertical-align: text-bottom; padding-right: 4px } .spacer_0,.spacer_2,.spacer_4,.spacer_6,.spacer_8,.spacer_10,.spacer_12 { font-size: 0px; line-height: 0px } .spacer_0 { height: 0px } .spacer_2 { height: 2px } .spacer_4 { height: 4px } .spacer_6 { height: 6px } .spacer_8 { height: 8px } .spacer_10 { height: 10px } .spacer_12 { height: 12px } .pad_0,.pad_0 td,td.pad_0 { padding: 0 } .pad_2,.pad_2 td,td.pad_2 { padding: 2px } .pad_4,.pad_4 td,td.pad_4 { padding: 4px } .pad_6,.pad_6 td,td.pad_6 { padding: 6px } .pad_8,.pad_8 td,td.pad_8 { padding: 8px } .pad_10,.pad_10 td,td.pad_10 { padding: 10px } .pad_12,.pad_12 td,td.pad_12 { padding: 12px } .pad_14,.pad_14 td,td.pad_14 { padding: 14px } .pad_16,.pad_16 td,td.pad_16 { padding: 16px } .mrg_0 { margin: 0 !important } .mrg_2 { margin: 2px !important } .mrg_4 { margin: 4px !important } .mrg_6 { margin: 6px !important } .mrg_8 { margin: 8px !important } .mrg_10 { margin: 10px !important } .mrg_12 { margin: 12px !important } .mrg_14 { margin: 14px !important } .mrg_16 { margin: 16px !important } .lh_100 { line-height: 100% } .lh_110 { line-height: 110% } .lh_120 { line-height: 120% } .lh_150 { line-height: 150% } .wAuto { width: auto !important } .w10 { width: 10% !important } .w20 { width: 20% !important } .w30 { width: 30% !important } .w40 { width: 40% !important } .w50 { width: 50% !important } .w60 { width: 60% !important } .w70 { width: 70% !important } .w80 { width: 80% !important } .w85 { width: 85% !important } .w90 { width: 90% !important } .w95 { width: 95% !important } .w96 { width: 96% !important } .w97 { width: 97% !important } .w98 { width: 98% !important } .w99 { width: 99% !important } .w100 { width: 100% !important } .border { border-style: solid; border-color: #B7C0C5 } .bw_T { border-width: 1px 0px 0px 0px !important } .bw_TR { border-width: 1px 1px 0px 0px !important } .bw_TRB { border-width: 1px 1px 1px 0px !important } .bw_TRBL { border-width: 1px 1px 1px 1px !important } .bw_TB { border-width: 1px 0px 1px 0px !important } .bw_TBL { border-width: 1px 0px 1px 1px !important } .bw_TL { border-width: 1px 0px 0px 1px !important } .bw_TRL { border-width: 1px 1px 0px 1px !important } .bw_R { border-width: 0px 1px 0px 0px !important } .bw_RB { border-width: 0px 1px 1px 0px !important } .bw_RBL { border-width: 0px 1px 1px 1px !important } .bw_RL { border-width: 0px 1px 0px 1px !important } .bw_B { border-width: 0px 0px 1px 0px !important } .bw_BL { border-width: 0px 0px 1px 1px !important } .bw_L { border-width: 0px 0px 0px 1px !important } .bCenter { margin-left: auto !important; margin-right: auto !important } .bLeft { margin-right: auto !important } .block { display: block } .bold { font-weight: bold } .bRight { margin-left: auto !important } .clear { clear: both; height: 0; font-size: 0px; line-height: 0px; overflow: hidden } .clearB { clear: both } .dCenter { display: table; margin-left: auto !important; margin-right: auto !important } .floatL { float: left } .floatR { float: right } .hidden { display: none } .inline { display: inline } .normal { font-weight: normal } .nowrap { white-space: nowrap !important } .strike { text-decoration: line-through } .tCenter { text-align: center !important } .tLeft { text-align: left !important } .tRight { text-align: right !important } .vBottom { vertical-align: bottom !important } .vMiddle { vertical-align: middle !important } .vTop { vertical-align: top !important } .wbr { word-wrap: break-word } .wrap { white-space: normal !important } .printable_th_post_head>a { padding-left: 30px } .post_body_print { width: 100% !important } .print_border_top { border-top: 2px #7c858a solid } #nav-panel { width: 42px; opacity: 1; position: fixed; top: 50%; left: 0; display: none; padding: 0; margin: -70px 0 0; background: #BDC5C8; border: 1px solid #ABB0B3; border-left: none; border-radius: 0 5px 5px 0; cursor: pointer; z-index: 2 } div.nav-hidden-arrow { background: #BDC5C8 url(../images/icon_nav_sprite_1.png) no-repeat -32px 68px !important; opacity: 0.7 !important; margin-left: -34px !important } div.nav-hidden-arrow>div.nav-hidden-overlay { position: absolute; left: 0; right: 0; top: 0; bottom: 0 } div.nav-btn:hover { background-color: #B1B8BB } span.nav-icon { display: block; width: 24px; height: 24px; background: url(../images/icon_nav_sprite_1.png) no-repeat } #nav-opt-menu { display: none; position: absolute; left: 29px; top: -10px; width: 200px; list-style: none; padding: 0; background: #BDC5C8; border: 1px solid #ABB0B3 } #nav-opt-menu>li { margin: 0; padding: 4px 10px } #nav-opt-menu>li:hover { background-color: #B1B8BB; color: #FFFFFF } #nav-up { padding: 17px 9px 18px 8px; border-radius: 0 5px 0 0 } #nav-down { padding: 18px 9px 17px 8px; border-radius: 0 0 5px 0 } #nav-settings { padding: 2px 12px 2px 11px; position: relative } #nav-up>span { background-position: 0 } #nav-down>span { background-position: -24px } #nav-settings>span { background-position: -48px 2px; width: 18px; height: 22px } #nav-up:active { box-shadow: 0 -5px 7px rgba(0,0,0,0.15) inset } #nav-down:active { box-shadow: 0 5px 7px rgba(0,0,0,0.15) inset } #nav-settings:active { box-shadow: 0 0 7px rgba(0,0,0,0.15) inset } #footer-info-links { font-size: 11px; font-weight: bold; text-align: center; padding: 12px } #footer-info-links div { margin: 10px } #footer-info-links a { margin: 0 4px } .modal { z-index: 3; display: none; width: 400px; border-radius: 8px; box-shadow: 0 0 10px #000; background: #E6E6E6 } #modal-close-btn { display: block; position: absolute; background: url(../images/icon_close.png) no-repeat 0 0; top: -19px; right: -19px; width: 30px; height: 30px } #modal-spinner { z-index: 3; display: none; width: 64px; height: 64px; position: fixed; top: 50%; right: 50%; margin-right: -32px; margin-top: -32px; background: url(../images/loading_4.gif) #111 no-repeat center center; border-radius: 8px } #modal-blocker { z-index: 2; position: fixed; top: 0; right: 0; bottom: 0; left: 0; width: 100%; height: 100%; background: #000000; opacity: 0.75 } .modal-video { border-radius: 0 } .acp-nav-frame table.forumline { margin: 0 auto } .acp-nav-frame .catTitle { padding: 2px 6px 3px; text-align: left; font-size: 11px; letter-spacing: 0 } .acp-nav-frame a,.acp-nav-frame a:visited { text-decoration: none; font-size: 11px } .acp #body_container { padding: 0 6px 4px } .acp h1,.acp h2,.acp h3 { margin: 0.8em 0; font-size: 16px } .acp h4 { margin: 0.1em 0.2em; color: #273F61; font-size: 11px; font-weight: bold } .acp h5 { margin: 0.1em 0.6em; color: #333399; font-family: "Courier New" } .acp h6 { margin: 0.3em 0.6em; color: #444444; line-height: 100% } .post-font-serif1 { font-family: Georgia,"URW Bookman L",serif } .post-font-serif2 { font-family: "Palatino Linotype",Palatino,"URW Palladio L",serif } .post-font-sans1 { font-family: Arial,"Liberation Sans",sans-serif } .post-font-sans2 { font-family: "Trebuchet MS","Nimbus Sans L",Tahoma,sans-serif } .post-font-sans3 { font-family: "Segoe UI","Gill Sans","FreeSans",Tahoma,sans-serif } .post-font-mono1 { font-family: "Lucida Console",monaco,"DejaVu Sans Mono",monospace } .post-font-mono2 { font-family: Consolas,"Andale Mono","Liberation Mono",monospace } .post-font-cursive1 { font-family: "Comic Sans MS","Comic Sans",sans-serif } .post-font-impact { font-family: Impact,"URW Bookman L",Georgia,serif } option.post-font-mono1 { padding-top: 2px } .future-dls .row-selector { padding: 0; margin: 0 } .future-dls td.row-selector label { padding: 8px 10px 7px 12px } .future-dls th.row-selector label { padding: 3px 3px 6px 5px } .future-dls .topictitle { padding: 3px 4px 4px 1px } input[name="username"],input[name="user_email"],input[name="cur_pass"],input[name="new_pass"] { width: 255px } input[name="username"] { font-weight: bold } select#user_flag_id,select#user_timezone_x2,input[name="user_icq"] { width: 210px } select#user_gender_id { width: 121px } .prof-tbl td { padding: 4px 6px } .prof-title { text-align: right } .prof-tbl h6 { margin: 4px 0 4px 4px; color: #444444; line-height: 100%; display: inline-block }
css/rutracker.org.css
.invisible-el { /* @include element-invisible(); */ clip: rect(1px, 1px, 1px, 1px); height: 1px; overflow: hidden; position: absolute !important; width: 1px; } .hidden, .menu-sub, #ajax-loading, #ajax-error, var.ajax-params, #modal-blocker, .q-post { display: none; } /* temp */ /* temp end */ .sp-body { display: block; } /* for bots */ /* http://stackoverflow.com/a/23083463/2752979 */ #bn-top-block { display: none; width: 1px; /* min-width: JS */ margin: 0 auto; overflow: hidden; } @media screen and (max-width: 1100px) { #logo { min-height: 90px; } } /* #c-36 { border : 2px solid darkred; margin : -1px 0 4px 0; } #c-36 td { background: #FFF5EE; } #c-36 h3 { display: none; } */ #bb-alert-box { width: auto; max-width: 800px; line-height: 18px; display: none; } #bb-alert-msg { min-width: 400px; max-height: 400px; margin: 50px 20px; padding: 10px; overflow: auto; text-align: center; } .bb-alert-err { color: #7E0000; background: #FFEEEE; box-shadow: 0 0 20px #B85353; font-weight: bold; } /*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */html { font-family: sans-serif; -ms-text-size-adjust: 100%; -webkit-text-size-adjust: 100% } body { margin: 0 } article,aside,details,figcaption,figure,footer,header,hgroup,main,menu,nav,section,summary { display: block } audio,canvas,progress,video { display: inline-block; vertical-align: baseline } audio:not([controls]) { display: none; height: 0 } [hidden],template { display: none } a { background-color: transparent } a:active,a:hover { outline: 0 } abbr[title] { border-bottom: 1px dotted } b,strong { font-weight: bold } dfn { font-style: italic } h1 { font-size: 2em; margin: 0.67em 0 } mark { background: #ff0; color: #000 } small { font-size: 80% } sub,sup { font-size: 75%; line-height: 0; position: relative; vertical-align: baseline } sup { top: -0.5em } sub { bottom: -0.25em } img { border: 0 } svg:not(:root) { overflow: hidden } figure { margin: 1em 40px } hr { box-sizing: content-box; height: 0 } pre { overflow: auto } code,kbd,pre,samp { font-family: monospace, monospace; font-size: 1em } button,input,optgroup,select,textarea { margin: 0 } button { overflow: visible } button,select { text-transform: none } button,html input[type="button"],input[type="reset"],input[type="submit"] { -webkit-appearance: button; cursor: pointer } button[disabled],html input[disabled] { cursor: default } button::-moz-focus-inner,input::-moz-focus-inner { border: 0; padding: 0 } input { line-height: normal } input[type="checkbox"],input[type="radio"] { box-sizing: border-box; padding: 0 } input[type="number"]::-webkit-inner-spin-button,input[type="number"]::-webkit-outer-spin-button { height: auto } input[type="search"] { -webkit-appearance: textfield; box-sizing: content-box } input[type="search"]::-webkit-search-cancel-button,input[type="search"]::-webkit-search-decoration { -webkit-appearance: none } fieldset { border: 1px solid #c0c0c0; margin: 0 2px; padding: 0.35em 0.625em 0.75em } legend { border: 0; padding: 0 } textarea { overflow: auto } optgroup { font-weight: bold } table { border-collapse: collapse; border-spacing: 0 } td,th { padding: 0 } meta.foundation-version { font-family: "/5.5.3/" } meta.foundation-mq-small { font-family: "/only screen/"; width: 0 } meta.foundation-mq-small-only { font-family: "/only screen and (max-width: 53.33333em)/"; width: 0 } meta.foundation-mq-medium { font-family: "/only screen and (min-width:53.41667em)/"; width: 53.41667em } meta.foundation-mq-medium-only { font-family: "/only screen and (min-width:53.41667em) and (max-width:85.33333em)/"; width: 53.41667em } meta.foundation-mq-large { font-family: "/only screen and (min-width:85.41667em)/"; width: 85.41667em } meta.foundation-mq-large-only { font-family: "/only screen and (min-width:85.41667em) and (max-width:120em)/"; width: 85.41667em } meta.foundation-mq-xlarge { font-family: "/only screen and (min-width:120.08333em)/"; width: 120.08333em } meta.foundation-mq-xlarge-only { font-family: "/only screen and (min-width:120.08333em) and (max-width:160em)/"; width: 120.08333em } meta.foundation-mq-xxlarge { font-family: "/only screen and (min-width:160.08333em)/"; width: 160.08333em } meta.foundation-data-attribute-namespace { font-family: false } html,body { height: 100% } *,*:before,*:after { box-sizing: border-box } html,body { font-size: 12px } body { background: #fff; color: #222; cursor: auto; font-family: "Helvetica Neue",Helvetica,Roboto,Arial,sans-serif; font-style: normal; font-weight: normal; line-height: 1.5; margin: 0; padding: 0; position: relative } a:hover { cursor: pointer } img { max-width: 100%; height: auto } img { -ms-interpolation-mode: bicubic } #map_canvas img,#map_canvas embed,#map_canvas object,.map_canvas img,.map_canvas embed,.map_canvas object,.mqa-display img,.mqa-display embed,.mqa-display object { max-width: none !important } .left { float: left !important } .right { float: right !important } .clearfix:before,.clearfix:after { content: " "; display: table } .clearfix:after { clear: both } .hide { display: none } .invisible { visibility: hidden } .antialiased { -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale } img { display: inline-block; vertical-align: middle } textarea { height: auto; min-height: 50px } select { width: 100% } .f-dropdown { display: none; left: -9999px; list-style: none; margin-left: 0; position: absolute; background: #fff; border: solid 1px #ccc; font-size: 1.16667rem; height: auto; max-height: none; width: 100%; z-index: 89; margin-top: 2px; max-width: 200px } .f-dropdown.open { display: block } .f-dropdown>*:first-child { margin-top: 0 } .f-dropdown>*:last-child { margin-bottom: 0 } .f-dropdown:before { border: inset 6px; content: ""; display: block; height: 0; width: 0; border-color: transparent transparent #fff transparent; border-bottom-style: solid; position: absolute; top: -12px; left: 10px; z-index: 89 } .f-dropdown:after { border: inset 7px; content: ""; display: block; height: 0; width: 0; border-color: transparent transparent #ccc transparent; border-bottom-style: solid; position: absolute; top: -14px; left: 9px; z-index: 88 } .f-dropdown.right:before { left: auto; right: 10px } .f-dropdown.right:after { left: auto; right: 9px } .f-dropdown.drop-right { display: none; left: -9999px; list-style: none; margin-left: 0; position: absolute; background: #fff; border: solid 1px #ccc; font-size: 1.16667rem; height: auto; max-height: none; width: 100%; z-index: 89; margin-top: 0; margin-left: 2px; max-width: 200px } .f-dropdown.drop-right.open { display: block } .f-dropdown.drop-right>*:first-child { margin-top: 0 } .f-dropdown.drop-right>*:last-child { margin-bottom: 0 } .f-dropdown.drop-right:before { border: inset 6px; content: ""; display: block; height: 0; width: 0; border-color: transparent #fff transparent transparent; border-right-style: solid; position: absolute; top: 10px; left: -12px; z-index: 89 } .f-dropdown.drop-right:after { border: inset 7px; content: ""; display: block; height: 0; width: 0; border-color: transparent #ccc transparent transparent; border-right-style: solid; position: absolute; top: 9px; left: -14px; z-index: 88 } .f-dropdown.drop-left { display: none; left: -9999px; list-style: none; margin-left: 0; position: absolute; background: #fff; border: solid 1px #ccc; font-size: 1.16667rem; height: auto; max-height: none; width: 100%; z-index: 89; margin-top: 0; margin-left: -2px; max-width: 200px } .f-dropdown.drop-left.open { display: block } .f-dropdown.drop-left>*:first-child { margin-top: 0 } .f-dropdown.drop-left>*:last-child { margin-bottom: 0 } .f-dropdown.drop-left:before { border: inset 6px; content: ""; display: block; height: 0; width: 0; border-color: transparent transparent transparent #fff; border-left-style: solid; position: absolute; top: 10px; right: -12px; left: auto; z-index: 89 } .f-dropdown.drop-left:after { border: inset 7px; content: ""; display: block; height: 0; width: 0; border-color: transparent transparent transparent #ccc; border-left-style: solid; position: absolute; top: 9px; right: -14px; left: auto; z-index: 88 } .f-dropdown.drop-top { display: none; left: -9999px; list-style: none; margin-left: 0; position: absolute; background: #fff; border: solid 1px #ccc; font-size: 1.16667rem; height: auto; max-height: none; width: 100%; z-index: 89; margin-left: 0; margin-top: -2px; max-width: 200px } .f-dropdown.drop-top.open { display: block } .f-dropdown.drop-top>*:first-child { margin-top: 0 } .f-dropdown.drop-top>*:last-child { margin-bottom: 0 } .f-dropdown.drop-top:before { border: inset 6px; content: ""; display: block; height: 0; width: 0; border-color: #fff transparent transparent transparent; border-top-style: solid; bottom: -12px; position: absolute; top: auto; left: 10px; right: auto; z-index: 89 } .f-dropdown.drop-top:after { border: inset 7px; content: ""; display: block; height: 0; width: 0; border-color: #ccc transparent transparent transparent; border-top-style: solid; bottom: -14px; position: absolute; top: auto; left: 9px; right: auto; z-index: 88 } .f-dropdown li { cursor: pointer; font-size: 1.16667rem; line-height: 1.5rem; margin: 0 } .f-dropdown li:hover,.f-dropdown li:focus { background: #eee } .f-dropdown li a { display: block; padding: .5rem; color: #555 } .f-dropdown.content { display: none; left: -9999px; list-style: none; margin-left: 0; position: absolute; background: #fff; border: solid 1px #ccc; font-size: 1.16667rem; height: auto; max-height: none; padding: 1.66667rem; width: 100%; z-index: 89; max-width: 200px } .f-dropdown.content.open { display: block } .f-dropdown.content>*:first-child { margin-top: 0 } .f-dropdown.content>*:last-child { margin-bottom: 0 } .f-dropdown.radius { border-radius: 3px } .f-dropdown.tiny { max-width: 200px } .f-dropdown.small { max-width: 300px } .f-dropdown.medium { max-width: 500px } .f-dropdown.large { max-width: 800px } .f-dropdown.mega { width: 100% !important; max-width: 100% !important } .f-dropdown.mega.open { left: 0 !important } .reveal-modal { position: fixed } fieldset { border-color: #969696 } table { border-collapse: separate } select { width: auto } img { max-width: none; vertical-align: baseline } html { overflow-y: scroll } html,body,form,fieldset,h3,h4,h5,h6,p,pre,blockquote,ul,ol,dl,li,dd { margin: 0; padding: 0 } blockquote,ul,ol,li,dd { margin-left: 1em } table { border-spacing: 0 } td,th { padding: 0 } body { color: #000000; background: #E3E3E3 } body,th,td,font { font: 12px Verdana,Arial,sans-serif } #body_container { background: #E3E3E3; padding: 0 0 4px } #page_container { margin: 0 auto; background: #FFFFFF } #page_header { position: relative; width: 100% } #page_content { padding: 12px 10px 0; margin: 0 auto; clear: both; position: relative } #sidebar2 { padding: 0 3px 0 6px; vertical-align: top; width: 240px } #sidebar1_wrap { width: 240px; margin-top: -4px } #main_content { vertical-align: top } #page_footer { clear: both; margin: 12px 0 3px } hr { height: 0px; border: 0px solid #B7C0C5; border-top-width: 1px } .hr { border-top: 1px #B7C0C5 solid } form { display: inline } label { display: inline-block; margin: 3px 2px 0 0; cursor: pointer; white-space: nowrap } img { border: 0px } wbr { display: inline-block } .highlight { color: #FF0000; background: #FFFFE0 } .unselectable,.a-like,ul.a-like-items>li,.adm,ul.adm-items>li,a.adm,a.adm:visited,.menu-root { -webkit-user-select: none; -moz-user-select: none; -ms-user-select: none; user-select: none } .selectable { -webkit-user-select: text; -moz-user-select: text; -ms-user-select: text; user-select: text } a:link,a:visited { color: #006699 } a:hover,a:active,a:focus { color: #dd6900 !important; text-decoration: underline !important } .a-like,ul.a-like-items>li { color: #006699 !important; cursor: pointer } .a-like:hover,ul.a-like-items>li:hover { color: #d60000 !important } .colorAdmin,a.colorAdmin,a.colorAdmin:visited { color: #FF8C24 !important } .colorMod,a.colorMod,a.colorMod:visited { color: #008000 !important } .colorGroup,a.colorGroup,a.colorGroup:visited { color: #476996 !important } .colorCPH,a.colorCPH,a.colorCPH:visited { color: #0080FF !important } .adm,ul.adm-items>li,a.adm,a.adm:visited { color: #800000; text-decoration: none; font-size: 11px; cursor: pointer } .adm:hover,ul.adm-items>li:hover { color: #d60000 !important; text-decoration: none !important } .dlWill { color: #0066CC } .dlDown,.leech,.leechmed,.leechsmall { color: #800000 } .dlComplete,.seed,.seedmed,.seedsmall { color: #006600 } .dlCancel { color: #666666 } a.dlWill,a.dlWill:visited { color: #0066CC; text-decoration: none } a.dlDown,a.dlDown:visited { color: #800000; text-decoration: none } a.dlComplete,a.dlComplete:visited { color: #006600; text-decoration: none } a.dlCancel,a.dlCancel:visited { color: #666666; text-decoration: none } a.leech,a.leechmed,a.leechsmall,a.leech:visited,a.leechmed:visited,a.leechsmall:visited { color: #800000; text-decoration: none } a.seed,a.seedmed,a.seedsmall,a.seed:visited,a.seedmed:visited,a.seedsmall:visited { color: #006600; text-decoration: none } .nick,.nick a { color: #005A88 !important; font-size: 13px; font-weight: bold; text-decoration: none } .nick-author,.nick-author a { color: #0000FF !important } .nav { margin: 0.3em 0; font-size: 11px; font-weight: bold } .nav a { text-decoration: none } .nav em { color: #660000; font-style: normal } .nav-top { font-size: 14px; font-weight: normal } .topictitle,a.topictitle { font-size: 11px; text-decoration: none; font-weight: bold } .torTopic,a.torTopic { font-size: 11px; text-decoration: none } a.topictitle:visited,a.torTopic:visited,a.tLink:visited { color: #5493B4 } #soc-container { position: relative } .soc-buttons { position: absolute; right: -3px; bottom: -6px } .soc-buttons span { background-image: url(../images/soc_sprite.png); display: inline-block; opacity: .40; width: 18px; height: 18px; margin-right: 4px } .soc-buttons span:hover { opacity: 1; cursor: pointer } .row1,.row1 td { background: #EFEFEF } .row2,.row2 td { background: #DEE3E7 } .row3,.row3 td { background: #D1D7DC } .row4,.row4 td { background: #ECECEC } .row5,.row5 td { background: #E7E7E7 } .row6,.row6 td { background: #DDDDDD } .prow1 { background: #ECECEC } .prow2 { background: #E7E7E7 } .prow3 { background: #DEE3E7 } .p-body tr { background: #ECECEC } .p-body tr:hover { background: #DEE3E7 } h1 { font-size: 18px; font-weight: bold; margin: 0.2em 0 0.5em } h2 { font-size: 16px; font-weight: bold; margin: 0.2em 0 0.5em } h3 { font-size: 13px; font-weight: bold; letter-spacing: 1px } h4 { font-size: 12px; font-weight: bold } h5 { font-size: 12px; font-weight: normal } h6 { font-size: 11px; font-weight: normal } .maintitle,.pagetitle { font-family: "Trebuchet MS",Verdana,sans-serif; color: #3C3C3C; padding: 0 4px; margin: 0.2em 0 0.5em } .maintitle a,.pagetitle a { text-decoration: none } .maintitle { font-size: 22px } .gen,.seed,.leech,.gen td { font-size: 12px } .med,.seedmed,.leechmed,.med td { font-size: 11px } .small,.gensmall,.seedsmall,.leechsmall,.small td { font-size: 10px } .tiny,.tiny td { font-size: 10px; letter-spacing: -1px } td.gen { font-size: 12px !important } td.med { font-size: 11px !important } td.small { font-size: 10px !important } .gen,.med,.small,.gensmall { color: #000000 } a.gen,a.med,a.small,a.gensmall { color: #006699; text-decoration: none } .post-align,.post-br,.post-hr,var.postImgAligned { display: block } .sp-wrap,.post-hr { margin: 8px auto } .c-wrap,.q-wrap { margin: 8px auto } .c-wrap,.q-wrap,.sp-wrap { width: 98%; clear: both } .q-wrap .q-wrap,.sp-wrap .sp-wrap { margin: 2px auto 4px } .c-head,.q-head { padding: 0 1px; font-size: 11px; color: #444444 } .c-body,.q,.sp-wrap,.sp-head,.sp-body { border: solid #C3CBD1; border-width: 1px 1px 1px 2px; clear: both } .c-body,.q,.sp-body { padding: 2px 6px } .c-head,.q-head,.sp-head { text-align: left !important; min-width: 150px; min-height: 14px } .post-align { margin: 8px auto } .post-br { line-height: 12px } .post-b { font-weight: bold } .post-u { text-decoration: underline } .post-i { font-style: italic } .post-s { text-decoration: line-through } .post-box { display: inline-block; border: 1px solid #A7B4BA; border-radius: 3px; line-height: 150%; margin: 1px 5px; padding: 0 8px 1px } .post-box .sp-wrap { min-width: 250px } .post-ul { list-style: disc } .post-ul .post-ul { list-style: circle } .post-ul .post-ul .post-ul { list-style: square } .c-body { font-size: 13px; font-family: "Lucida Console","Courier New",Courier,monospace; color: #006600; background: #FAFAFA } .q { background: #FAFAFA; color: #2E2E2E; max-height: 350px; overflow: auto } .q .q { background: #F5F5F5; max-height: 100%; overflow: visible } .q .q .q { background: #FAFAFA } .q .q .q .q { background: #F5F5F5 } .q .q .q .q .q { background: #FAFAFA } .q .q .q .q .q .q { background: #F5F5F5 } .sp-head { border-width: 0; padding: 1px 14px 3px; margin-left: 6px; cursor: pointer; font-weight: bold } .sp-head span,.q-head span { display: inline-block; margin: 0; font-family: Verdana, sans-serif; font-style: normal; font-size: 11px !important; line-height: 15px; text-decoration: none } .sp-head span { color: #2A2A2A } .q-head span { color: #444444 } .sp-wrap { padding: 0; background: #E9E9E6 } .sp-body { border-width: 1px 0 0 0; display: none; font-weight: normal; background: #F5F5F5 } .sp-fold { width: 98%; margin: 0 auto; text-align: right; font-size: 10px; color: #444444; clear: both } .post_body ul,.post_body ol { margin: 8px auto 8px 8px } .post_body li { margin: 0px 4px 1px 24px } ul[type="1"] { list-style-type: decimal } ul[type="a"] { list-style-type: lower-alpha } ul[type="i"] { list-style-type: lower-roman } ul.inlined,ul.inlined>li { display: inline-block; margin: 0 } ul.inlined>li::before,ul.inlined>li:hover::before { margin: 0 5px 0 1px; color: #000 } ul.inlined>li:first-child::before { display: none } ul.inlined.middot-separated>li::before { content: '\00b7' } ul.inlined.bullet-separated>li::before { content: '\2022' } img.smile { vertical-align: -2px } img.postImg { margin: 2px 2px 0 0 } img.postImgAligned { margin: 4px 4px 2px } var.img-left { float: left; clear: left } var.img-right { float: right; clear: right } .post_body pre { border: none; background: transparent; padding: 0; margin: 0 } .post-pre { white-space: pre-wrap; font-family: monospace } .infobox { width: 780px; margin: 8px auto } .infobox fieldset { padding: 6px } .infobox legend { font-weight: bold } .infobox article { background: #FFFFFF; padding: 1em; height: 540px; overflow: auto; border: 1px solid #CAD1D5 } .infobox p { margin: 1em 0 } input,textarea,select { font-family: Verdana,sans-serif } select,input { font-size: 11px } optgroup,option,textarea { font-size: 12px !important } option { padding-bottom: 2px; border-bottom: 1px solid #DADADA } option:last-child { padding-bottom: 1px; border-bottom: none } option:hover { background-color: #EBF2FC } input.mainoption,input.main,input.liteoption,input.lite { font-size: 11px; border: 1px solid; background: #FAFAFA; padding-left: 10px; padding-right: 10px } input.mainoption,input.main { font-weight: bold } input.button,.buttons input { border: 1px solid; background: #F5F5F5 } input.long { padding-left: 20px; padding-right: 20px } input.button,.buttons input,input.mainoption,input.main,input.liteoption,input.lite { color: #000000; border-color: #B4B4B4 #000000 #000000 #B4B4B4 } input[type="checkbox"],input[type="radio"] { cursor: pointer; margin: 1px 2px 1px 1px; padding: 0; height: 13px; width: 13px; vertical-align: text-top } input[disabled="disabled"] { color: #808080 } input.error { color: #FF0000; font-weight: bold } input.found { font-weight: bold } .cat input[type="text"] { background: #FCFCFC } optgroup,option,fieldset,legend { font-family: Verdana,sans-serif } optgroup { font-weight: bold; font-style: normal; color: #005A88; background: #DEE3E7 } optgroup option { color: #000000; background: #FFFFFF } legend { padding: 0 2px 2px; font-size: 11px; color: #000066 } legend a { text-decoration: none } fieldset>legend { margin-left: 6px; text-align: left } .has_sf { color: #333333; background: #F5F5F5; font-weight: bold } .ped-editor { margin: 4px } .ped-editor select+select { margin-left: 3px } .ped-editor textarea { display: block; width: 100%; padding: 3px 5px; resize: vertical } .ped-editor-buttons .buttons-row { margin-bottom: 4px } .ped-editor-buttons .buttons-row input[type="button"] { background: #F9F9F9; background: linear-gradient(#FBFBFB 5%, #E6E6E6 100%); box-shadow: 0 0 3px #fff inset,0 2px 5px -2px rgba(0,0,0,0.2); border-radius: 2px; border: 1px solid rgba(0,0,0,0.4); text-shadow: 0 1px 0 rgba(255,255,255,0.7); padding: 2px } .ped-editor-buttons .buttons-row input[type="button"]:active { color: #8B0000; background: linear-gradient(#E6E6E6 5%, #FBFBFB 100%) } .ped-editor-buttons option:not(:first-of-type) { background: #F1F1F3 } .ped-editor-buttons option.em { font-weight: bold; background: #E6E4E4 } .ped-submit-buttons { margin: 5px; text-align: center } .ped-submit-buttons input { margin: 0 3px; padding: 1px 6px } .quick-reply .ped-editor-buttons { text-align: center } .quick-reply textarea { width: 900px; margin: 0 auto; resize: both; min-height: 100px } .p-quick-preview-box { width: 900px; margin: 6px auto; border: 1px solid #A9A9A9; padding: 4px; overflow: auto; resize: both; box-shadow: 0 1px 3px rgba(0,0,0,0.2) } #ext-reply #p-quick-preview-btn { display: none } .fieldsets td { vertical-align: top; white-space: nowrap } .fieldsets fieldset { margin: 4px 4px } .fieldsets fieldset div { padding: 3px 6px 4px } .fieldsets div p { margin-bottom: 1px } .fieldsets div>p { margin-bottom: 2px } .fieldsets .select { margin-bottom: 3px } .fieldsets .radio { padding-left: 5px } table.my_downloads { margin-bottom: 2px } .my_downloads td { padding: 1px 8px 2px 0 !important } .fldSet1 { margin: 2px 4px 1px 4px; padding: 0px } .fldSetCont1 { margin: 0px; padding: 3px 8px 4px 8px } .fldSetCont2 { margin: 0px; padding: 2px 8px 4px 8px } .fldSetCont3 { margin: 0px; padding: 6px 8px 8px 8px } .hl_only_new { color: #993300 } .select-action { background: #F5F5F5 } .txtb,.txtb:link,.txtb:visited,.txtb:hover { color: #003366; font-size: 11px; text-decoration: none } .txtb:hover { color: #DD6900; text-decoration: underline; cursor: pointer } s.txtb { color: #676767 } .bodyline { background: #FFFFFF; border: 1px solid #A5AFB4 } .bodyline th { background: #71869F; color: #F0F8FF; font-weight: bold } table.forumline { width: 100%; background: #B7C0C5; border-collapse: collapse; margin-left: auto; margin-right: auto; border-top: 1px solid #B7C0C5 } .forumline th { border: 1px solid #B7C0C5; border-width: 1px; border-top-color: #BDC5CA; padding: 6px 3px 4px; color: #000000; background-color: #CFD4D8; font-size: 10px; text-transform: uppercase } .forumline td { border: 1px solid #CAD1D5; border-width: 0 1px 1px } .thHead { padding: 6px 8px 7px; text-align: center; color: #D5E4EC; font-size: 11px; font-weight: bold; background: #069 url(../images/cellpic3.gif) repeat-x } .forumline th:first-child { border-left-color: #B7C0C5 } .forumline th:last-child { border-right-color: #B7C0C5 } .forumline td { padding: 2px 4px 3px } table.borderless th,table.borderless td { border: 0px none } table.bordered { border-collapse: collapse; border: 1px solid #B7C0C5 } .bordered th,.bordered td,table.borderless .bordered th,table.borderless .bordered td { border-style: solid; border-width: 1px; border-color: #B7C0C5 } table.message { margin: 0 auto; width: 100% } table.message td { padding: 12px; text-align: center; background: #EFEFEF } .cat,td.cat,td.catTitle,td.catHead,td.catBottom { padding: 5px 4px 6px; background: #E0E5E9 url(../images/cellpic1.gif) repeat-x } .catTitle { font-weight: bold; letter-spacing: 1px; color: #333333; text-align: center } .catTitle a { text-decoration: none } .catBottom { text-align: center } .info_msg_wrap { margin: 12px 0 } table.info_msg { width: 100%; border: 1px solid #B7C0C5; background: #DEE3E7; margin: 0 auto } table.info_msg .msg { border: 1px solid #B7C0C5; background: #EFEFEF; padding: 20px; text-align: center } table.error { width: 100%; border: 2px solid #993300; background: #FFD4CC; margin: 0 auto } table.error .msg { border: 1px solid #993300; background: #FAEBD7; padding: 20px; color: #A52A2A; text-align: center } .pm_nav td { padding: 4px; font-size: 14px; font-weight: bold } table.translit_expl th { width: 30px; padding-right: 8px; font-weight: bold; text-align: right } table.translit_expl td { width: 14px } table.user_details th { padding: 2px 6px; text-align: right; vertical-align: top } .user_details td { width: 70% } table.smilies td { padding: 3px; text-align: center } #traf-stats-tbl { margin: 6px 4px 6px 1px; background: #F9F9F9; border: 1px solid #A5AFB4; border-spacing: 1px; border-collapse: separate } #traf-stats-tbl th,#traf-stats-tbl td { padding: 2px 6px 3px; text-align: center; white-space: nowrap; font-size: 11px } #traf-stats-tbl td { width: 100px; color: #006600; padding: 3px 6px 4px } #traf-stats-tbl td:first-child { width: 85px; color: #000000 } .topmenu { background: #EFEFEF; border: 1px solid #CFD4D8; margin: 3px 10px 0; padding: 0 3px } .topmenu a:link,.topmenu a:visited { text-decoration: none } .topmenu td { padding: 4px; font-size: 11px; white-space: nowrap } .new-pm { background: #FFD9B2 !important; border-color: #FFB062 !important } .new-pm-link { color: #993300 !important; font-weight: bold } .new-pm-link:hover { color: #591D00 !important } #logo { padding: 0; min-height: 102px } #logo>table { width: 100%; height: 100% } .site-logo { width: 320px; height: 85px } .logged-in-as-wrap { min-width: 130px } @media screen and (max-width: 1100px) { .site-logo { width: 240px; height: auto } .logged-in-as-cap { display: none } } .site-nav { min-width: 600px; background-color: #CFD4D8 } .site-nav div { min-height: 23px; padding: 4px 10px 4px } .site-nav b { padding: 0 4px 0 1px } .site-nav a { color: #535F62; text-decoration: none } .site-nav a:hover,.site-nav a:active { text-decoration: none !important; color: #000000 !important } .site-nav .natz-flag { width: 24px; height: 15px; vertical-align: text-bottom } #latest_news { margin-bottom: 0 } #latest_news table { width: 100%; border-collapse: collapse } #latest_news h3 { padding: 0 0 3px 0; color: #333333 } #latest_news td { vertical-align: top } .news_date { float: right; padding: 1px 8px 1px; white-space: nowrap; font-family: "Courier New",Courier,monospace; color: #333333; background: #F2F2F2; border: 1px solid #B4B4B4 } .news_title { padding: 3px 8px 2px; margin-bottom: 2px; background: transparent url(../images/hr400_ltr_gradient.jpg) no-repeat left top } #latest_news a { text-decoration: none; color: #000000 } #latest_news .new a { color: #A52A2A; font-weight: bold } .topmenu input,.topmenu select { font-size: 12px; height: 22px } .topmenu option { font-size: 12px } .topmenu input[type="text"],.topmenu input[type="password"] { background: white; border: 1px solid #C0C0C0; padding: 2px; margin-right: 1px } .topmenu input[type="submit"],.topmenu input[type="button"] { width: 60px } #quick-search input,#quick-search select { vertical-align: middle } #search-text { width: 300px } @media screen and (max-width: 1200px) { #search-text { width: 170px } } #search-text:focus { outline: 2px solid #4D90FE; outline-offset: -2px } #search-menu { width: 120px; border: 1px solid #C0C0C0 } #top-login-box { padding: 0 16px } #search-text-guest { width: 317px } #top-login-uname,#top-login-pwd { width: 156px } #top-login-box.with-ssl-opt #search-text-guest { width: 316px } #top-login-box.with-ssl-opt #top-login-uname,#top-login-box.with-ssl-opt #top-login-pwd { width: 130px } #top-login-btn { font-weight: bold } #login-form-quick label { padding: 0 4px } #login-form-quick .login-ssl { vertical-align: middle; height: 14px } .logged-in-as-uname { margin: 0 4px } #sidebar1 { width: 240px; padding: 0 6px 0 0; vertical-align: top } #sidebar1 h3,#idx-sidebar2 h3 { padding: 0 0 4px 0; margin: 8px 0 2px 0; color: #333333; text-indent: 1px; background: transparent url(../images/hr200_ltr_gradient.jpg) no-repeat left bottom } #sidebar1 h3 a { color: #333333 } #sidebar1 h5 { padding: 2px 4px 5px } #sidebar1 ul { margin: 6px 0 0 10px } #sidebar1 li { margin-bottom: 2px; margin-left: 14px } #sidebar1 a { text-decoration: none; color: #005A88 } .tr_main_cats ul { list-style-image: url(../images/arrow1.gif) } .tr_main_cats li { margin-bottom: 3px; margin-left: 11px; font-size: 11px; font-weight: bold; line-height: 110% } .bn-idx { padding: 7px 0 0 } #forums_list_wrap { margin-top: 4px; min-width: 510px } #forums_top_links { clear: both; margin-bottom: 2px } #forums_wrap { clear: both; padding-top: 1px } .cat_title { padding: 3px 8px 5px; margin-top: -1px; letter-spacing: 1px; text-indent: 0.6em; background: #DEE3E7 url(../images/cellpic1.gif) repeat-x } .cat_title a { text-decoration: none; color: #333333 !important } table.forums { width: 100% } .forums th { padding: 0 !important; font-size: 10px; font-weight: normal; color: #3C3C3C } .forums td { padding: 2px 4px 3px; font-size: 11px } .forumlink { font-size: 13px; font-weight: bold } .forumlink a { text-decoration: none } .forum_desc { margin-top: 2px; color: #333333; font-size: 11px; line-height: 110% } .subforums { margin-top: 2px; padding-left: 0.5em } .dot-sf { color: #417998 !important; font-size: 11px; margin-right: 4px } .sf_title { white-space: normal } .sf_icon { margin-right: 1px } .sf_title a { text-decoration: none } .forums thead { display: none } .f_icon { width: 46px; padding: 6px 0 !important } .f-icon-idx { width: 36px; padding: 6px 0 !important; text-align: center } table.forums { border-collapse: collapse } .cat_title { border: 0 none; border-right: 1px solid #FDFDFD; border-bottom: 1px solid #CCD4DB } .forums td.row1 { border: solid #FDFDFD; border-width: 0 1px 1px 0 } .forums td.row2 { border: solid #F5F5F5; border-width: 0 1px 1px 0 } .sb2-block { background: #F7F7F7; border: 1px solid #EBEBEB; margin: 0 0 4px 0; margin-top: -1px; padding: 0 6px 0 0 } .sb2-bg2 { background: #F0F0F0 } #idx-sidebar2 { min-width: 240px } #idx-sidebar2 h3 { margin: 4px 6px 9px 9px } #idx-sidebar2 ul { margin: 6px 0 0 8px } #idx-sidebar2 li { margin-bottom: 6px; margin-left: 14px } #idx-sidebar2 a { text-decoration: none; color: #004080; font-size: 11px } #online_time { float: left; font-style: italic; color: #444444 } #online_explain { float: right } #online_userlist a { white-space: nowrap } .f-map-wrap { margin-top: -1px; border: 1px solid #DEDEDE } table.forum th { white-space: nowrap } td.topic_id { padding: 4px 6px } .spaceRow { padding: 0 !important; background: #D1D7DC } td.topicSep { padding: 2px 12px 3px; font-weight: bold; letter-spacing: 1px; color: #333333 } .topicAnnounce { color: #DD6900 } .topicSticky { color: #009900 } .topicPoll { font-weight: normal; color: #006699 } .topicPG { font-weight: normal; white-space: nowrap; font-size: 10px } .iconDL { border: 1px outset; background: #EFEFEF; padding: 0px 3px 0px 2px; margin: 2px 1px 2px 0px } .topicAuthor,a.topicAuthor,a.topicAuthor:visited { font-size: 11px; color: #333333; text-decoration: none } .torSize { font-size: 11px; color: #333333; text-decoration: none } tr.hl-tr:hover td { background-color: #F8F8F8 !important } .hl-selected-row,.hl-selected-row td { background-color: #FAF0E6 !important } .hl-sel-row-2,.hl-sel-row-2 td { background-color: #E4A5A5 !important } .hl-sel-row-3,.hl-sel-row-3 td { background-color: #FBE8D6 !important } tr.hl-tr.hl-sel-row-3:hover td { background-color: #FEF2E7 !important } table.topic { width: 100% } .post_head { padding: 0 6px; font-size: 10px } .post_wrap { margin: 5px 5px 8px; word-wrap: break-word } .post_body { line-height: 18px } a.postLink { text-decoration: none } a.postLink:visited { color: #5493B4 } .post_body a[href*="viewtopic"].postLink:visited span.p-color { color: #5493B4 !important } .posted_since { color: #666666; padding-left: 4px } .sig-body { max-height: 100px; overflow: hidden } .signature * { font-size: 10px !important; font-weight: normal !important; text-decoration: none !important; color: #5E5E5E !important; background: transparent !important; border-color: #9A9A9A !important; font-style: normal !important; font-family: Verdana,sans-serif !important } .signature .c-wrap,.signature .q-wrap,.signature .sp-wrap,.signature .post-pre { display: none !important } .signature img { max-width: 600px; opacity: 0.8; vertical-align: -4px } .signature a,.signature a span { color: #5E5E5E !important; text-decoration: underline !important } .signature a:hover,.signature a:hover span { color: #000000 !important } .signature a:hover img { opacity: 1 } .sig-sep { clear: both; width: 142px; margin: 20px 0 3px; border-bottom: 1px #888888 solid !important } .last_edited { font-size: 10px; color: #5E5E5E } .poster_info p { margin: 2px 0; color: #444444 } .poster_info .nick { margin: 0 0 4px; color: #333333; line-height: 110%; min-width: 142px } .poster_info .avatar { margin: 5px 0 4px; max-width: 100px; max-height: 100px; overflow: hidden } .avatar img { display: block } .poster_info .flag { margin: 4px 0 } .poster_info em { font-style: normal; color: #000000 } table.topic,.topic .td1,.topic .td2,.topic .td3,.post_head,.post_btn_2 { border-style: solid; border-color: #C3CBD1 } .topic .td1 { border-width: 1px 1px 0px 0px; border-right-color: #B7C0C5; min-width: 142px } .topic .td2 { border-width: 1px 0px 0px 0px; width: 100% } .topic .td3 { border-width: 0px 1px 0px 0px; border-right-color: #B7C0C5; height: 100% } .post_head { border-width: 0px 0px 1px 0px } .post_btn_2 { border-width: 1px 0px 0px 0px } table.topic { border-width: 0px 1px 1px 1px; border-color: #B7C0C5 } .poster_info { padding: 4px; vertical-align: top; font-size: 10px; line-height: 100% } .poster_btn { padding: 0; vertical-align: bottom; text-align: center; white-space: nowrap } .message { padding: 0; vertical-align: top; width: 100% } .dl_list td { text-align: center } .dl_list img { display: block } #dl_counts td { font-size: 12px } .hl-selected-post { background-color: #FFEFD5 !important } .bn-topic img { vertical-align: middle } .post-time { float: left; padding: 4px 0 3px } .scrolled-to-post .post-time { padding: 4px 0 } .scrolled-to-post .hl-scrolled-to-wrap { padding: 2px 7px 1px 9px; margin-right: 4px; background: #E6EBEF; border: 1px solid #8EA8C1; border-radius: 2px } .scrolled-to-post a.p-link { color: #00466C; font-size: 11px; font-weight: bold; letter-spacing: 1px } .hl-cyrillic:hover { color: #006699 !important; text-decoration: none !important } .hl-cyrillic:hover>.cyr-symbol { color: #C21DD5 !important } #poll { border: 1px solid #B7C0C5; margin-bottom: -1px; padding: 10px 10% 0 } .poll-vote-pics img { height: 12px; vertical-align: middle } #poll-results-block td { padding: 0 } #poll-results-block td.poll-vote-pics { padding: 2px 8px } #poll-votes-block td { padding: 2px } #poll-votes-block input[type="radio"] { vertical-align: middle } #poll-votes-block label { margin-bottom: 1px } #vote-btn-input { margin: 10px 0 14px; text-align: center } .tor-status-td:hover { background: #F8F8FF } .tor-icon { margin: 0 3px } .tor-approved { margin-left: 1px; color: #008000; font-weight: bold } .tor-closed { padding-left: 1px; color: #FF4500; font-weight: bold } .tor-closed-cp { color: #CE3800; font-weight: bold } .tor-consumed { color: #D26900; font-weight: bold } .tor-dup { padding-left: 1px; color: #0000FF; font-weight: bold } .tor-need-edit { color: #FF0000; font-weight: bold } .tor-no-desc { padding-left: 1px; color: #FF4500; font-weight: bold } .tor-not-approved { color: #C71585 } .tor-checking { color: #2424FF } select.hl-selected .selected { background: #EFEFEF; font-weight: bold !important } #tor-status-sel,#tor-type-sel { font-size: 13px } #tor-status-sel option,#tor-type-sel option { font-family: "Lucida Console", monospace; font-size: 14px !important; border-top: 3px solid transparent; border-bottom: 1px solid #DADADA } table.attach { width: 95%; margin: 0 auto; clear: both; border-color: #A5AFB4 } .attach th,.attach td { border-color: #A5AFB4 } .attach th { padding: 3px; text-align: center; font-weight: bold; background: #D1D7DC } .attach td { padding: 2px 4px } fieldset.attach { width: 95%; margin: 14px auto; padding: 2px; clear: both } .attach_link { margin: 2px 12px 6px; font-weight: bold } .attach_link.guest { font-size: 18px } .attach_link img { vertical-align: text-bottom; padding-right: 5px } .attach_link a { color: #A52A2A } .attach_comment { margin: 6px 23px; padding: 1px 10px 5px; line-height: 16px; color: #444444; border-left: 2px solid #CC9933 } #file-up { padding-left: 16px; margin: 2px 4px; background-image: url(../images/icon_attach.gif); background-repeat: no-repeat; background-position: 2px 1px } .opened { color: #71869F } a.tr-dl,a.dl-link:link { font-weight: bold } a.dl-link { font-size: 13px; text-decoration: none } a.tr-dl:visited,a.f-dl:visited,a.dl-link:visited { color: #5493B4; font-weight: normal } img.forum_icon { width: 46px; height: 25px } img.topic_icon { width: 19px; height: 18px } img.pm_box_icon { width: 28px; height: 25px } img.icon1 { width: 12px; height: 9px } img.icon2 { width: 18px; height: 9px } img.feed-small { width: 12px; height: 12px } .bottom_info { font-size: 11px } .copyright { font-size: 11px; color: #444444 } .copyright a { text-decoration: none } #timezone { float: right; text-align: right; white-space: nowrap; font-size: 10px; line-height: 110%; color: #333333 } .tz_time { font-family: "Courier New",Courier,monospace; font-size: 11px } #f_icons_legend { margin: 4px auto } .menu-root { padding-right: 13px; white-space: nowrap; background: transparent url(../images/menu_open.gif) no-repeat right } .menu-alt1 { padding-right: 0; background: transparent } img.menu-alt1 { width: 9px; height: 9px } a.menu-root,a.menu-root:visited,a.menu-root:hover { text-decoration: none !important } .menu-sub { position: absolute; display: none; z-index: 1000 } .menu-sub table { background: #FFFFFF; border: 1px solid #92A3A4 } .menu-sub table th { background: #71869F; color: #F0F8FF; font-weight: bold; font-size: 11px } .menu-sub table td { background: #E7E7E7; font-size: 11px } .menu-sub table td.cat { background: #B5BEC3 } .menu-sub legend { font-weight: bold } .menu-sub label { display: block; padding-right: 2px; margin-right: 1px } .menu-sub label:hover { background: #D1D7DC; color: #993300 } .menu-a { background: #FFFFFF; border: 1px solid #92A3A4 } .menu-a a { color: #0000A0; background: #E7E7E7; padding: 4px 10px 5px; margin: 1px; display: block; text-decoration: none !important } .menu-a a:hover { color: #0000FF; background: #D1D7DC; text-decoration: none !important } .gen-help-msg { padding: 8px; border: 1px solid #A5AFB4; background: #FFFFFF; font-size: 12px; border-radius: 6px; box-shadow: 3px 3px 3px rgba(0,0,0,0.1) } #ajax-loading,#ajax-error { position: absolute; z-index: 2000; padding: 4px; font-size: 11px; max-width: 400px; max-height: 200px; white-space: nowrap; display: none } #ajax-loading { min-width: 100px; background: #2E8B57; color: #FFF5EE } #ajax-error { min-width: 200px; background: #8B0000; color: #F5F5F5; overflow: auto } .editable-container { cursor: pointer } .editable-container:hover { background: #E8E9F8 } .loading-1 { background: transparent url(../images/loading_1.gif) no-repeat left center; padding-left: 22px } .treeview,.treeview ul { padding: 0; margin: 0; list-style: none; font-size: 11px; line-height: 14px } .treeview ul { margin-top: 4px } .treeview .hitarea { background: url(../images/treeview/treeview-default.gif) -64px -25px no-repeat; width: 16px; height: 16px; margin-left: -16px; float: left; cursor: pointer } .treeview li { margin: 0; padding: 1px 0 1px 16px } .treeview span { padding-left: 3px; display: block } .treeview a.selected { background-color: #eee } #treecontrol { margin: 1em 0; display: none } .treeview .hover { color: red; cursor: pointer } .treeview li { background: url(../images/treeview/treeview-default-line.gif) 0 0 no-repeat } .treeview li.collapsable,.treeview li.expandable { background-position: 0 -176px } .treeview .expandable-hitarea { background-position: -80px -3px } .treeview li.last { background-position: 0 -1766px } .treeview li.lastCollapsable,.treeview li.lastExpandable { background-image: url(../images/treeview/treeview-default.gif) } .treeview li.lastCollapsable { background-position: 0 -111px } .treeview li.lastExpandable { background-position: -32px -67px } .treeview div.lastCollapsable-hitarea,.treeview div.lastExpandable-hitarea { background-position: 0 } .tablesorter u { display: none } .tablesorter .header { cursor: pointer; white-space: nowrap } .tablesorter .tbs-text { padding-bottom: 1px } .headerSortUp .tbs-text,.headerSortDown .tbs-text { border-bottom-width: 2px; border-bottom-style: solid } .tbs-icon { padding-left: 6px; background-image: url(../images/tbl_sort_bg_1.gif); background-repeat: no-repeat; background-position: 4px 50% } .headerSortUp .tbs-icon { background-image: url(../images/tbl_sort_asc_1.gif) } .headerSortDown .tbs-icon { background-image: url(../images/tbl_sort_desc_1.gif) } .sf { padding-left: 20px !important } #jumpbox-wrap { display: inline-block; margin: 12px 0 6px } pre,.pre { font-family: Courier,monospace; font-size: 12px; border: 1px solid #B7C0C5; background: #F5F5F5; padding: 4px; margin: 10px; text-align: left } .pre { width: 100%; overflow: auto; white-space: nowrap } .die-pre { display: table; overflow: auto; white-space: nowrap; text-align: left; margin: 10px auto } .msg-ok { color: green; font-weight: bold } .msg-err,.msg-err a { color: red } ul.res-msg { line-height: 17px; padding: 10px 20px 10px 10px } ul.res-msg li { margin-bottom: 3px } .ann { font-size: 13px; text-align: center; color: #993300; font-weight: bold } .clickable { cursor: pointer } .folded,.folded2 { display: block; background: transparent url(../images/icon_plus_1.gif) no-repeat left center; padding-left: 14px } .unfolded,.unfolded2 { display: block; background: transparent url(../images/icon_minus_1.gif) no-repeat left center; padding-left: 14px } .folded2 { background-image: url(../images/icon_plus_2.gif) } .unfolded2 { background-image: url(../images/icon_minus_2.gif) } .warnColor1 { color: #993300 } .warnColor2 { color: #FF0000 } .warnBorder1 { border: 1px solid #A52A2A } .warningBox1 { border: 1px solid #A52A2A; background: #F8F0E9; color: #993300; padding: 12px } .warningBox2 { color: #993300 !important; background: #FFD9B2; border: 2px solid #CC6600; padding: 8px } .hl-err-text,.hl-err-block,.hl-err-input,.hl-non-1251 { color: #FF0000 !important; font-weight: bold !important; background: #FFD9B2 !important } .hl-err-block { border: 2px solid #CC6600 !important } .hl-err-input,.hl-err-input:focus { outline: 2px solid #CC6600 !important; outline-offset: -2px } .hl-non-1251 { display: inline-block; padding: 2px 4px; margin: 0 1px; font-style: normal } #old-browser-warn { background: #FFF227; padding: 8px 0 10px; text-align: center; font-size: 14px; font-weight: bold } .m-link { display: inline-block; position: relative; padding: 1px 15px 1px 0 } .m-link a.postLink { padding: 0; text-decoration: none !important } .m-icon { display: none; position: absolute; top: 50%; right: 0; margin-top: -6px; height: 12px; width: 12px; background: url(../images/icon_media_sprite.png) no-repeat } .m-link:hover .m-icon-over-img { display: inline-block; top: 9px; right: 16px; background-position: -11px; background-color: #FEFEFE; z-index: 1; width: 18px; height: 18px } .ttp-label { position: relative; display: inline-block; margin-right: 2px; height: 14px; padding: 0 7px 0 16px; line-height: 13px; border-radius: 4px; color: #FFFFFF; font-weight: normal } .ttp-label:before { position: absolute; content: ""; top: 5px; left: 6px; width: 5px; height: 5px; border-radius: 50%; background-color: #FFFFFF; box-shadow: -1px -1px 1px rgba(0,0,0,0.15) inset } .ttp-label.ttp-auth { background: #238F60 } .ttp-label.ttp-antiq { background: #588FE5 } #adriver-240x120 { width: 240px; height: 120px; padding-bottom: 2px; margin-right: -2px } #fs-nav-ul .b { font-weight: bold } #fs-nav-ul li { cursor: pointer } #fs-nav-ul span.f:hover { color: blue; background: #DEE2E4 } #fs-nav-list { border: 3px double #9AA7AD; background: #EFEFEF; padding: 8px; max-height: 500px; overflow: auto } .top-alert { position: relative; max-width: 80%; padding: 13px 25px 12px; line-height: 27px; border: 1px solid #800000; border-radius: 6px; box-shadow: 3px 3px 3px rgba(0,0,0,0.1); text-align: center; margin: 16px auto 2px } .ta-crit { background: #F1F0ED; border-color: #000000 } .ta-crit a { color: #A80000 } .ta-inf1 { background: #DCE2E9; border-color: #A3ABB5 } .ta-inf1 a { color: #0B0E1F } .ta-inf2 { background: #F5F1E8; border-color: #B19B68 } .ta-inf2 a { color: #090602 } .ta-inf3 { background: #EAE9F5; border-color: #ABB3BC } .ta-inf3 a { color: #020406 } .ta-inf4 { background: #FFF227; border-color: #B19B68 } .ta-inf4 a { color: #291F21 } .top-alert a { font-size: 18px; color: #690A1D !important } .ta-hide-btn { position: absolute; top: -1px; right: 8px; font-size: 14px } .ta-hide-btn:hover { color: #f00 } .magnet-link-16 img { vertical-align: text-bottom; padding-right: 4px } .spacer_0,.spacer_2,.spacer_4,.spacer_6,.spacer_8,.spacer_10,.spacer_12 { font-size: 0px; line-height: 0px } .spacer_0 { height: 0px } .spacer_2 { height: 2px } .spacer_4 { height: 4px } .spacer_6 { height: 6px } .spacer_8 { height: 8px } .spacer_10 { height: 10px } .spacer_12 { height: 12px } .pad_0,.pad_0 td,td.pad_0 { padding: 0 } .pad_2,.pad_2 td,td.pad_2 { padding: 2px } .pad_4,.pad_4 td,td.pad_4 { padding: 4px } .pad_6,.pad_6 td,td.pad_6 { padding: 6px } .pad_8,.pad_8 td,td.pad_8 { padding: 8px } .pad_10,.pad_10 td,td.pad_10 { padding: 10px } .pad_12,.pad_12 td,td.pad_12 { padding: 12px } .pad_14,.pad_14 td,td.pad_14 { padding: 14px } .pad_16,.pad_16 td,td.pad_16 { padding: 16px } .mrg_0 { margin: 0 !important } .mrg_2 { margin: 2px !important } .mrg_4 { margin: 4px !important } .mrg_6 { margin: 6px !important } .mrg_8 { margin: 8px !important } .mrg_10 { margin: 10px !important } .mrg_12 { margin: 12px !important } .mrg_14 { margin: 14px !important } .mrg_16 { margin: 16px !important } .lh_100 { line-height: 100% } .lh_110 { line-height: 110% } .lh_120 { line-height: 120% } .lh_150 { line-height: 150% } .wAuto { width: auto !important } .w10 { width: 10% !important } .w20 { width: 20% !important } .w30 { width: 30% !important } .w40 { width: 40% !important } .w50 { width: 50% !important } .w60 { width: 60% !important } .w70 { width: 70% !important } .w80 { width: 80% !important } .w85 { width: 85% !important } .w90 { width: 90% !important } .w95 { width: 95% !important } .w96 { width: 96% !important } .w97 { width: 97% !important } .w98 { width: 98% !important } .w99 { width: 99% !important } .w100 { width: 100% !important } .border { border-style: solid; border-color: #B7C0C5 } .bw_T { border-width: 1px 0px 0px 0px !important } .bw_TR { border-width: 1px 1px 0px 0px !important } .bw_TRB { border-width: 1px 1px 1px 0px !important } .bw_TRBL { border-width: 1px 1px 1px 1px !important } .bw_TB { border-width: 1px 0px 1px 0px !important } .bw_TBL { border-width: 1px 0px 1px 1px !important } .bw_TL { border-width: 1px 0px 0px 1px !important } .bw_TRL { border-width: 1px 1px 0px 1px !important } .bw_R { border-width: 0px 1px 0px 0px !important } .bw_RB { border-width: 0px 1px 1px 0px !important } .bw_RBL { border-width: 0px 1px 1px 1px !important } .bw_RL { border-width: 0px 1px 0px 1px !important } .bw_B { border-width: 0px 0px 1px 0px !important } .bw_BL { border-width: 0px 0px 1px 1px !important } .bw_L { border-width: 0px 0px 0px 1px !important } .bCenter { margin-left: auto !important; margin-right: auto !important } .bLeft { margin-right: auto !important } .block { display: block } .bold { font-weight: bold } .bRight { margin-left: auto !important } .clear { clear: both; height: 0; font-size: 0px; line-height: 0px; overflow: hidden } .clearB { clear: both } .dCenter { display: table; margin-left: auto !important; margin-right: auto !important } .floatL { float: left } .floatR { float: right } .hidden { display: none } .inline { display: inline } .normal { font-weight: normal } .nowrap { white-space: nowrap !important } .strike { text-decoration: line-through } .tCenter { text-align: center !important } .tLeft { text-align: left !important } .tRight { text-align: right !important } .vBottom { vertical-align: bottom !important } .vMiddle { vertical-align: middle !important } .vTop { vertical-align: top !important } .wbr { word-wrap: break-word } .wrap { white-space: normal !important } .printable_th_post_head>a { padding-left: 30px } .post_body_print { width: 100% !important } .print_border_top { border-top: 2px #7c858a solid } #nav-panel { width: 42px; opacity: 1; position: fixed; top: 50%; left: 0; display: none; padding: 0; margin: -70px 0 0; background: #BDC5C8; border: 1px solid #ABB0B3; border-left: none; border-radius: 0 5px 5px 0; cursor: pointer; z-index: 2 } div.nav-hidden-arrow { background: #BDC5C8 url(../images/icon_nav_sprite_1.png) no-repeat -32px 68px !important; opacity: 0.7 !important; margin-left: -34px !important } div.nav-hidden-arrow>div.nav-hidden-overlay { position: absolute; left: 0; right: 0; top: 0; bottom: 0 } div.nav-btn:hover { background-color: #B1B8BB } span.nav-icon { display: block; width: 24px; height: 24px; background: url(../images/icon_nav_sprite_1.png) no-repeat } #nav-opt-menu { display: none; position: absolute; left: 29px; top: -10px; width: 200px; list-style: none; padding: 0; background: #BDC5C8; border: 1px solid #ABB0B3 } #nav-opt-menu>li { margin: 0; padding: 4px 10px } #nav-opt-menu>li:hover { background-color: #B1B8BB; color: #FFFFFF } #nav-up { padding: 17px 9px 18px 8px; border-radius: 0 5px 0 0 } #nav-down { padding: 18px 9px 17px 8px; border-radius: 0 0 5px 0 } #nav-settings { padding: 2px 12px 2px 11px; position: relative } #nav-up>span { background-position: 0 } #nav-down>span { background-position: -24px } #nav-settings>span { background-position: -48px 2px; width: 18px; height: 22px } #nav-up:active { box-shadow: 0 -5px 7px rgba(0,0,0,0.15) inset } #nav-down:active { box-shadow: 0 5px 7px rgba(0,0,0,0.15) inset } #nav-settings:active { box-shadow: 0 0 7px rgba(0,0,0,0.15) inset } #footer-info-links { font-size: 11px; font-weight: bold; text-align: center; padding: 12px } #footer-info-links div { margin: 10px } #footer-info-links a { margin: 0 4px } .modal { z-index: 3; display: none; width: 400px; border-radius: 8px; box-shadow: 0 0 10px #000; background: #E6E6E6 } #modal-close-btn { display: block; position: absolute; background: url(../images/icon_close.png) no-repeat 0 0; top: -19px; right: -19px; width: 30px; height: 30px } #modal-spinner { z-index: 3; display: none; width: 64px; height: 64px; position: fixed; top: 50%; right: 50%; margin-right: -32px; margin-top: -32px; background: url(../images/loading_4.gif) #111 no-repeat center center; border-radius: 8px } #modal-blocker { z-index: 2; position: fixed; top: 0; right: 0; bottom: 0; left: 0; width: 100%; height: 100%; background: #000000; opacity: 0.75 } .modal-video { border-radius: 0 } .acp-nav-frame table.forumline { margin: 0 auto } .acp-nav-frame .catTitle { padding: 2px 6px 3px; text-align: left; font-size: 11px; letter-spacing: 0 } .acp-nav-frame a,.acp-nav-frame a:visited { text-decoration: none; font-size: 11px } .acp #body_container { padding: 0 6px 4px } .acp h1,.acp h2,.acp h3 { margin: 0.8em 0; font-size: 16px } .acp h4 { margin: 0.1em 0.2em; color: #273F61; font-size: 11px; font-weight: bold } .acp h5 { margin: 0.1em 0.6em; color: #333399; font-family: "Courier New" } .acp h6 { margin: 0.3em 0.6em; color: #444444; line-height: 100% } .post-font-serif1 { font-family: Georgia,"URW Bookman L",serif } .post-font-serif2 { font-family: "Palatino Linotype",Palatino,"URW Palladio L",serif } .post-font-sans1 { font-family: Arial,"Liberation Sans",sans-serif } .post-font-sans2 { font-family: "Trebuchet MS","Nimbus Sans L",Tahoma,sans-serif } .post-font-sans3 { font-family: "Segoe UI","Gill Sans","FreeSans",Tahoma,sans-serif } .post-font-mono1 { font-family: "Lucida Console",monaco,"DejaVu Sans Mono",monospace } .post-font-mono2 { font-family: Consolas,"Andale Mono","Liberation Mono",monospace } .post-font-cursive1 { font-family: "Comic Sans MS","Comic Sans",sans-serif } .post-font-impact { font-family: Impact,"URW Bookman L",Georgia,serif } option.post-font-mono1 { padding-top: 2px } .future-dls .row-selector { padding: 0; margin: 0 } .future-dls td.row-selector label { padding: 8px 10px 7px 12px } .future-dls th.row-selector label { padding: 3px 3px 6px 5px } .future-dls .topictitle { padding: 3px 4px 4px 1px } input[name="username"],input[name="user_email"],input[name="cur_pass"],input[name="new_pass"] { width: 255px } input[name="username"] { font-weight: bold } select#user_flag_id,select#user_timezone_x2,input[name="user_icq"] { width: 210px } select#user_gender_id { width: 121px } .prof-tbl td { padding: 4px 6px } .prof-title { text-align: right } .prof-tbl h6 { margin: 4px 0 4px 4px; color: #444444; line-height: 100%; display: inline-block }
0.304869
0.082033
body { font-family: "Cerebri Sans"; font-weight: normal; font-style: normal; color: #696969; font-size: 14px; } .img, img { max-width: 100%; -webkit-transition: all 0.3s ease-out 0s; -moz-transition: all 0.3s ease-out 0s; -ms-transition: all 0.3s ease-out 0s; -o-transition: all 0.3s ease-out 0s; transition: all 0.3s ease-out 0s; } .f-left { float: left; } .f-right { float: right; } .fix { overflow: hidden; } a, .button { -webkit-transition: all 0.3s ease-out 0s; -moz-transition: all 0.3s ease-out 0s; -ms-transition: all 0.3s ease-out 0s; -o-transition: all 0.3s ease-out 0s; transition: all 0.3s ease-out 0s; } a:focus, .button:focus { text-decoration: none; outline: none; } a:focus, a:hover { color: #524d8b; text-decoration: none; } a, button { color: inherit; outline: medium none; } button:focus, input:focus, input:focus, textarea, textarea:focus { outline: 0; } .uppercase { text-transform: uppercase; } .capitalize { text-transform: capitalize; } h1, h2, h3, h4, h5, h6 { font-family: "Cerebri Sans"; font-weight: normal; color: #221f3c; margin-top: 0px; font-style: normal; font-weight: 700; text-transform: normal; line-height: 1.3; } h1 a, h2 a, h3 a, h4 a, h5 a, h6 a { color: inherit; } h1 { font-size: 85px; } h2 { font-size: 45px; } h3 { font-size: 22px; } h4 { font-size: 24px; } h5 { font-size: 18px; } h6 { font-size: 15px; } ul { margin: 0px; padding: 0px; } li { list-style: none; } p { font-size: 15px; font-weight: normal; line-height: 28px; color: #696969; margin-bottom: 15px; } hr { border-bottom: 1px solid #eceff8; border-top: 0 none; margin: 30px 0; padding: 0; } label { color: #7e7e7e; cursor: pointer; font-size: 14px; font-weight: 400; } *::-moz-selection { background: #000; color: #ffffff; text-shadow: none; } ::-moz-selection { background: #000; color: #ffffff; text-shadow: none; } ::selection { background: #000; color: #ffffff; text-shadow: none; } /*-- - Input Placeholder -----------------------------------------*/ *::-moz-placeholder { color: #000; font-size: 14px; opacity: 1; } *::placeholder { color: #000; font-size: 14px; opacity: 1; } /*-- - Common Classes -----------------------------------------*/ .fix { overflow: hidden; } .clear { clear: both; } /*-- - Background color -----------------------------------------*/ .grey-bg { background: #f8f8f8; } .white-bg { background: #ffffff; } .black-bg { background: #000; } .theme-bg { background: #221f3c; } /*-- - color -----------------------------------------*/ .white-color { color: #ffffff; } .black-color { color: #000; } .theme-color { color: #221f3c; } .primary-color { color: #696969; } .color-text-2 { color: #dbd9ef; } .hover-color-light:hover a { color: #c0bce9; } .fw-400 { font-weight: 400; } .fw-500 { font-weight: 500; } .fw-600 { font-weight: 600; } .fw-700 { font-weight: 700; } /*-- - Margin & Padding -----------------------------------------*/ /*-- Margin Top --*/ .mt-5 { margin-top: 5px; } .mt-10 { margin-top: 10px; } .mt-15 { margin-top: 15px; } .mt-20 { margin-top: 20px; } .mt-25 { margin-top: 25px; } .mt-30 { margin-top: 30px; } .mt-35 { margin-top: 35px; } .mt-40 { margin-top: 40px; } .mt-45 { margin-top: 45px; } .mt-50 { margin-top: 50px; } .mt-55 { margin-top: 55px; } .mt-60 { margin-top: 60px; } .mt-65 { margin-top: 65px; } .mt-70 { margin-top: 70px; } .mt-75 { margin-top: 75px; } .mt-80 { margin-top: 80px; } .mt-85 { margin-top: 85px; } .mt-90 { margin-top: 90px; } .mt-95 { margin-top: 95px; } .mt-100 { margin-top: 100px; } .mt-105 { margin-top: 105px; } .mt-110 { margin-top: 110px; } .mt-115 { margin-top: 115px; } .mt-120 { margin-top: 120px; } .mt-125 { margin-top: 125px; } .mt-130 { margin-top: 130px; } .mt-135 { margin-top: 135px; } .mt-140 { margin-top: 140px; } .mt-145 { margin-top: 145px; } .mt-150 { margin-top: 150px; } .mt-155 { margin-top: 155px; } .mt-160 { margin-top: 160px; } .mt-165 { margin-top: 165px; } .mt-170 { margin-top: 170px; } .mt-175 { margin-top: 175px; } .mt-180 { margin-top: 180px; } .mt-185 { margin-top: 185px; } .mt-190 { margin-top: 190px; } .mt-195 { margin-top: 195px; } .mt-200 { margin-top: 200px; } .mt-205 { margin-top: 205px; } .mt-210 { margin-top: 210px; } .mt-215 { margin-top: 215px; } .mt-220 { margin-top: 220px; } .mt-225 { margin-top: 225px; } .mt-230 { margin-top: 230px; } .mt-235 { margin-top: 235px; } .mt-240 { margin-top: 240px; } .mt-245 { margin-top: 245px; } .mt-250 { margin-top: 250px; } /*-- Margin Bottom --*/ .mb-5 { margin-bottom: 5px; } .mb-10 { margin-bottom: 10px; } .mb-15 { margin-bottom: 15px; } .mb-20 { margin-bottom: 20px; } .mb-25 { margin-bottom: 25px; } .mb-30 { margin-bottom: 30px; } .mb-35 { margin-bottom: 35px; } .mb-40 { margin-bottom: 40px; } .mb-45 { margin-bottom: 45px; } .mb-50 { margin-bottom: 50px; } .mb-55 { margin-bottom: 55px; } .mb-60 { margin-bottom: 60px; } .mb-65 { margin-bottom: 65px; } .mb-70 { margin-bottom: 70px; } .mb-75 { margin-bottom: 75px; } .mb-80 { margin-bottom: 80px; } .mb-85 { margin-bottom: 85px; } .mb-90 { margin-bottom: 90px; } .mb-95 { margin-bottom: 95px; } .mb-100 { margin-bottom: 100px; } .mb-105 { margin-bottom: 105px; } .mb-110 { margin-bottom: 110px; } .mb-115 { margin-bottom: 115px; } .mb-120 { margin-bottom: 120px; } .mb-125 { margin-bottom: 125px; } .mb-130 { margin-bottom: 130px; } .mb-135 { margin-bottom: 135px; } .mb-140 { margin-bottom: 140px; } .mb-145 { margin-bottom: 145px; } .mb-150 { margin-bottom: 150px; } .mb-155 { margin-bottom: 155px; } .mb-160 { margin-bottom: 160px; } .mb-165 { margin-bottom: 165px; } .mb-170 { margin-bottom: 170px; } .mb-175 { margin-bottom: 175px; } .mb-180 { margin-bottom: 180px; } .mb-185 { margin-bottom: 185px; } .mb-190 { margin-bottom: 190px; } .mb-195 { margin-bottom: 195px; } .mb-200 { margin-bottom: 200px; } .mb-205 { margin-bottom: 205px; } .mb-210 { margin-bottom: 210px; } .mb-215 { margin-bottom: 215px; } .mb-220 { margin-bottom: 220px; } .mb-225 { margin-bottom: 225px; } .mb-230 { margin-bottom: 230px; } .mb-235 { margin-bottom: 235px; } .mb-240 { margin-bottom: 240px; } .mb-245 { margin-bottom: 245px; } .mb-250 { margin-bottom: 250px; } /*-- Margin Left --*/ .ml-5 { margin-left: 5px; } .ml-10 { margin-left: 10px; } .ml-15 { margin-left: 15px; } .ml-20 { margin-left: 20px; } .ml-25 { margin-left: 25px; } .ml-30 { margin-left: 30px; } .ml-35 { margin-left: 35px; } .ml-40 { margin-left: 40px; } .ml-45 { margin-left: 45px; } .ml-50 { margin-left: 50px; } .ml-55 { margin-left: 55px; } .ml-60 { margin-left: 60px; } .ml-65 { margin-left: 65px; } .ml-70 { margin-left: 70px; } .ml-75 { margin-left: 75px; } .ml-80 { margin-left: 80px; } .ml-85 { margin-left: 85px; } .ml-90 { margin-left: 90px; } .ml-95 { margin-left: 95px; } .ml-100 { margin-left: 100px; } .ml-105 { margin-left: 105px; } .ml-110 { margin-left: 110px; } .ml-115 { margin-left: 115px; } .ml-120 { margin-left: 120px; } .ml-125 { margin-left: 125px; } .ml-130 { margin-left: 130px; } .ml-135 { margin-left: 135px; } .ml-140 { margin-left: 140px; } .ml-145 { margin-left: 145px; } .ml-150 { margin-left: 150px; } .ml-155 { margin-left: 155px; } .ml-160 { margin-left: 160px; } .ml-165 { margin-left: 165px; } .ml-170 { margin-left: 170px; } .ml-175 { margin-left: 175px; } .ml-180 { margin-left: 180px; } .ml-185 { margin-left: 185px; } .ml-190 { margin-left: 190px; } .ml-195 { margin-left: 195px; } .ml-200 { margin-left: 200px; } .ml-205 { margin-left: 205px; } .ml-210 { margin-left: 210px; } .ml-215 { margin-left: 215px; } .ml-220 { margin-left: 220px; } .ml-225 { margin-left: 225px; } .ml-230 { margin-left: 230px; } .ml-235 { margin-left: 235px; } .ml-240 { margin-left: 240px; } .ml-245 { margin-left: 245px; } .ml-250 { margin-left: 250px; } /*-- Margin Right --*/ .mr-5 { margin-right: 5px; } .mr-10 { margin-right: 10px; } .mr-15 { margin-right: 15px; } .mr-20 { margin-right: 20px; } .mr-25 { margin-right: 25px; } .mr-30 { margin-right: 30px; } .mr-35 { margin-right: 35px; } .mr-40 { margin-right: 40px; } .mr-45 { margin-right: 45px; } .mr-50 { margin-right: 50px; } .mr-55 { margin-right: 55px; } .mr-60 { margin-right: 60px; } .mr-65 { margin-right: 65px; } .mr-70 { margin-right: 70px; } .mr-75 { margin-right: 75px; } .mr-80 { margin-right: 80px; } .mr-85 { margin-right: 85px; } .mr-90 { margin-right: 90px; } .mr-95 { margin-right: 95px; } .mr-100 { margin-right: 100px; } .mr-105 { margin-right: 105px; } .mr-110 { margin-right: 110px; } .mr-115 { margin-right: 115px; } .mr-120 { margin-right: 120px; } .mr-125 { margin-right: 125px; } .mr-130 { margin-right: 130px; } .mr-135 { margin-right: 135px; } .mr-140 { margin-right: 140px; } .mr-145 { margin-right: 145px; } .mr-150 { margin-right: 150px; } .mr-155 { margin-right: 155px; } .mr-160 { margin-right: 160px; } .mr-165 { margin-right: 165px; } .mr-170 { margin-right: 170px; } .mr-175 { margin-right: 175px; } .mr-180 { margin-right: 180px; } .mr-185 { margin-right: 185px; } .mr-190 { margin-right: 190px; } .mr-195 { margin-right: 195px; } .mr-200 { margin-right: 200px; } .mr-205 { margin-right: 205px; } .mr-210 { margin-right: 210px; } .mr-215 { margin-right: 215px; } .mr-220 { margin-right: 220px; } .mr-225 { margin-right: 225px; } .mr-230 { margin-right: 230px; } .mr-235 { margin-right: 235px; } .mr-240 { margin-right: 240px; } .mr-245 { margin-right: 245px; } .mr-250 { margin-right: 250px; } /*-- Padding Top --*/ .pt-5 { padding-top: 5px; } .pt-10 { padding-top: 10px; } .pt-15 { padding-top: 15px; } .pt-20 { padding-top: 20px; } .pt-25 { padding-top: 25px; } .pt-30 { padding-top: 30px; } .pt-35 { padding-top: 35px; } .pt-40 { padding-top: 40px; } .pt-45 { padding-top: 45px; } .pt-50 { padding-top: 50px; } .pt-55 { padding-top: 55px; } .pt-60 { padding-top: 60px; } .pt-65 { padding-top: 65px; } .pt-70 { padding-top: 70px; } .pt-75 { padding-top: 75px; } .pt-80 { padding-top: 80px; } .pt-85 { padding-top: 85px; } .pt-90 { padding-top: 90px; } .pt-95 { padding-top: 95px; } .pt-100 { padding-top: 100px; } .pt-105 { padding-top: 105px; } .pt-110 { padding-top: 110px; } .pt-115 { padding-top: 115px; } .pt-120 { padding-top: 120px; } .pt-125 { padding-top: 125px; } .pt-130 { padding-top: 130px; } .pt-135 { padding-top: 135px; } .pt-140 { padding-top: 140px; } .pt-145 { padding-top: 145px; } .pt-150 { padding-top: 150px; } .pt-155 { padding-top: 155px; } .pt-160 { padding-top: 160px; } .pt-165 { padding-top: 165px; } .pt-170 { padding-top: 170px; } .pt-175 { padding-top: 175px; } .pt-180 { padding-top: 180px; } .pt-185 { padding-top: 185px; } .pt-190 { padding-top: 190px; } .pt-195 { padding-top: 195px; } .pt-200 { padding-top: 200px; } .pt-205 { padding-top: 205px; } .pt-210 { padding-top: 210px; } .pt-215 { padding-top: 215px; } .pt-220 { padding-top: 220px; } .pt-225 { padding-top: 225px; } .pt-230 { padding-top: 230px; } .pt-235 { padding-top: 235px; } .pt-240 { padding-top: 240px; } .pt-245 { padding-top: 245px; } .pt-250 { padding-top: 250px; } /*-- Padding Bottom --*/ .pb-5 { padding-bottom: 5px; } .pb-10 { padding-bottom: 10px; } .pb-15 { padding-bottom: 15px; } .pb-20 { padding-bottom: 20px; } .pb-25 { padding-bottom: 25px; } .pb-30 { padding-bottom: 30px; } .pb-35 { padding-bottom: 35px; } .pb-40 { padding-bottom: 40px; } .pb-45 { padding-bottom: 45px; } .pb-50 { padding-bottom: 50px; } .pb-55 { padding-bottom: 55px; } .pb-60 { padding-bottom: 60px; } .pb-65 { padding-bottom: 65px; } .pb-70 { padding-bottom: 70px; } .pb-75 { padding-bottom: 75px; } .pb-80 { padding-bottom: 80px; } .pb-85 { padding-bottom: 85px; } .pb-90 { padding-bottom: 90px; } .pb-95 { padding-bottom: 95px; } .pb-100 { padding-bottom: 100px; } .pb-105 { padding-bottom: 105px; } .pb-110 { padding-bottom: 110px; } .pb-115 { padding-bottom: 115px; } .pb-120 { padding-bottom: 120px; } .pb-125 { padding-bottom: 125px; } .pb-130 { padding-bottom: 130px; } .pb-135 { padding-bottom: 135px; } .pb-140 { padding-bottom: 140px; } .pb-145 { padding-bottom: 145px; } .pb-150 { padding-bottom: 150px; } .pb-155 { padding-bottom: 155px; } .pb-160 { padding-bottom: 160px; } .pb-165 { padding-bottom: 165px; } .pb-170 { padding-bottom: 170px; } .pb-175 { padding-bottom: 175px; } .pb-180 { padding-bottom: 180px; } .pb-185 { padding-bottom: 185px; } .pb-190 { padding-bottom: 190px; } .pb-195 { padding-bottom: 195px; } .pb-200 { padding-bottom: 200px; } .pb-205 { padding-bottom: 205px; } .pb-210 { padding-bottom: 210px; } .pb-215 { padding-bottom: 215px; } .pb-220 { padding-bottom: 220px; } .pb-225 { padding-bottom: 225px; } .pb-230 { padding-bottom: 230px; } .pb-235 { padding-bottom: 235px; } .pb-240 { padding-bottom: 240px; } .pb-245 { padding-bottom: 245px; } .pb-250 { padding-bottom: 250px; } /*-- Padding Left --*/ .pl-5 { padding-left: 5px; } .pl-10 { padding-left: 10px; } .pl-15 { padding-left: 15px; } .pl-20 { padding-left: 20px; } .pl-25 { padding-left: 25px; } .pl-30 { padding-left: 30px; } .pl-35 { padding-left: 35px; } .pl-40 { padding-left: 40px; } .pl-45 { padding-left: 45px; } .pl-50 { padding-left: 50px; } .pl-55 { padding-left: 55px; } .pl-60 { padding-left: 60px; } .pl-65 { padding-left: 65px; } .pl-70 { padding-left: 70px; } .pl-75 { padding-left: 75px; } .pl-80 { padding-left: 80px; } .pl-85 { padding-left: 85px; } .pl-90 { padding-left: 90px; } .pl-95 { padding-left: 95px; } .pl-100 { padding-left: 100px; } .pl-105 { padding-left: 105px; } .pl-110 { padding-left: 110px; } .pl-115 { padding-left: 115px; } .pl-120 { padding-left: 120px; } .pl-125 { padding-left: 125px; } .pl-130 { padding-left: 130px; } .pl-135 { padding-left: 135px; } .pl-140 { padding-left: 140px; } .pl-145 { padding-left: 145px; } .pl-150 { padding-left: 150px; } .pl-155 { padding-left: 155px; } .pl-160 { padding-left: 160px; } .pl-165 { padding-left: 165px; } .pl-170 { padding-left: 170px; } .pl-175 { padding-left: 175px; } .pl-180 { padding-left: 180px; } .pl-185 { padding-left: 185px; } .pl-190 { padding-left: 190px; } .pl-195 { padding-left: 195px; } .pl-200 { padding-left: 200px; } .pl-205 { padding-left: 205px; } .pl-210 { padding-left: 210px; } .pl-215 { padding-left: 215px; } .pl-220 { padding-left: 220px; } .pl-225 { padding-left: 225px; } .pl-230 { padding-left: 230px; } .pl-235 { padding-left: 235px; } .pl-240 { padding-left: 240px; } .pl-245 { padding-left: 245px; } .pl-250 { padding-left: 250px; } /*-- Padding Right --*/ .pr-5 { padding-right: 5px; } .pr-10 { padding-right: 10px; } .pr-15 { padding-right: 15px; } .pr-20 { padding-right: 20px; } .pr-25 { padding-right: 25px; } .pr-30 { padding-right: 30px; } .pr-35 { padding-right: 35px; } .pr-40 { padding-right: 40px; } .pr-45 { padding-right: 45px; } .pr-50 { padding-right: 50px; } .pr-55 { padding-right: 55px; } .pr-60 { padding-right: 60px; } .pr-65 { padding-right: 65px; } .pr-70 { padding-right: 70px; } .pr-75 { padding-right: 75px; } .pr-80 { padding-right: 80px; } .pr-85 { padding-right: 85px; } .pr-90 { padding-right: 90px; } .pr-95 { padding-right: 95px; } .pr-100 { padding-right: 100px; } .pr-105 { padding-right: 105px; } .pr-110 { padding-right: 110px; } .pr-115 { padding-right: 115px; } .pr-120 { padding-right: 120px; } .pr-125 { padding-right: 125px; } .pr-130 { padding-right: 130px; } .pr-135 { padding-right: 135px; } .pr-140 { padding-right: 140px; } .pr-145 { padding-right: 145px; } .pr-150 { padding-right: 150px; } .pr-155 { padding-right: 155px; } .pr-160 { padding-right: 160px; } .pr-165 { padding-right: 165px; } .pr-170 { padding-right: 170px; } .pr-175 { padding-right: 175px; } .pr-180 { padding-right: 180px; } .pr-185 { padding-right: 185px; } .pr-190 { padding-right: 190px; } .pr-195 { padding-right: 195px; } .pr-200 { padding-right: 200px; } .pr-205 { padding-right: 205px; } .pr-210 { padding-right: 210px; } .pr-215 { padding-right: 215px; } .pr-220 { padding-right: 220px; } .pr-225 { padding-right: 225px; } .pr-230 { padding-right: 230px; } .pr-235 { padding-right: 235px; } .pr-240 { padding-right: 240px; } .pr-245 { padding-right: 245px; } .pr-250 { padding-right: 250px; } .theme__small--title { margin-bottom: 24px; display: block; } .theme__small--title span { display: inline-block; vertical-align: middle; width: 40px; height: 3px; background: #696969; line-height: 1; margin: 0 20px; } @media (max-width: 767px) { .theme__small--title span { width: 30px; margin: 0 13px; } } .theme__small--title .white-line { background: #ffffff; } @media (max-width: 767px) { .theme__big--title { font-size: 24px; } } @media only screen and (min-width: 992px) and (max-width: 1200px) { .theme__big--title br { display: none; } } @media only screen and (min-width: 768px) and (max-width: 991px) { .theme__big--title br { display: none; } } @media (max-width: 767px) { .theme__big--title br { display: none; } } .theme__small--title-left span { margin-left: 0; } .theme__small--title-right span { margin-right: 0; } .theme .add-btn { position: absolute; left: auto; bottom: 7px; height: 70px; width: 70px; background: #ffffff; line-height: 70px; text-align: center; border-radius: 50%; font-size: 20px; color: #221f3c; z-index: 1; box-shadow: 0px 10px 30px 0px rgba(191, 191, 191, 0.6); -webkit-transition: all 0.4s ease-out 0s; -moz-transition: all 0.4s ease-out 0s; -ms-transition: all 0.4s ease-out 0s; -o-transition: all 0.4s ease-out 0s; transition: all 0.4s ease-out 0s; right: 0; } .theme .add-btn::after { content: ""; position: absolute; z-index: 0; left: 50%; top: 50%; transform: translateX(-50%) translateY(-50%); display: block; width: 80px; height: 80px; background: #fff; border-radius: 50%; animation: pulse-border 1500ms ease-out infinite; z-index: -1; opacity: 0.54; } @media (max-width: 767px) { .pt-130 { padding-top: 105px; } .pb-130 { padding-bottom: 105px; } } @media (max-width: 767px) { .pt-125 { padding-top: 100px; } .pb-125 { padding-bottom: 100px; } } /* Overlay */ [data-overlay] { position: relative; background-size: cover; background-repeat: no-repeat; background-position: center center; } [data-overlay]::before { position: absolute; left: 0; top: 0; right: 0; bottom: 0; content: ""; } /*-- Overlay Color --*/ [data-overlay="light"]::before { background-color: #ffffff; } [data-overlay="dark"]::before { background-color: #000; } [data-overlay="theme"]::before { background-color: #221f3c; } [data-overlay="hard-blue"]::before { background-color: #090620; } /*-- Overlay Opacity --*/ [data-opacity="1"]::before { opacity: 0.1; } [data-opacity="2"]::before { opacity: 0.2; } [data-opacity="3"]::before { opacity: 0.3; } [data-opacity="4"]::before { opacity: 0.4; } [data-opacity="5"]::before { opacity: 0.5; } [data-opacity="6"]::before { opacity: 0.6; } [data-opacity="7"]::before { opacity: 0.7; } [data-opacity="75"]::before { opacity: 0.75; } [data-opacity="8"]::before { opacity: 0.8; } [data-opacity="9"]::before { opacity: 0.9; } [data-opacity="95"]::before { opacity: 0.95; } @font-face { font-family: 'Cerebri Sans'; src: url("../fonts/CerebriSans-SemiBold.eot"); src: local("Cerebri Sans SemiBold"), local("../fonts/CerebriSans-SemiBold"), url("../fonts/CerebriSans-SemiBold.eot?#iefix") format("embedded-opentype"), url("../fonts/CerebriSans-SemiBold.woff2") format("woff2"), url("../fonts/CerebriSans-SemiBold.woff") format("woff"); font-weight: 600; font-style: normal; font-display: swap; } @font-face { font-family: 'Cerebri Sans'; src: url("../fonts/CerebriSans-Regular.eot"); src: local("Cerebri Sans Regular"), local("../fonts/CerebriSans-Regular"), url("../fonts/CerebriSans-Regular.eot?#iefix") format("embedded-opentype"), url("../fonts/CerebriSans-Regular.woff2") format("woff2"), url("../fonts/CerebriSans-Regular.woff") format("woff"); font-weight: normal; font-style: normal; font-display: swap; } @font-face { font-family: 'Cerebri Sans'; src: url("../fonts/CerebriSans-Bold.eot"); src: local("Cerebri Sans Bold"), local("../fonts/CerebriSans-Bold"), url("../fonts/CerebriSans-Bold.eot?#iefix") format("embedded-opentype"), url("../fonts/CerebriSans-Bold.woff2") format("woff2"), url("../fonts/CerebriSans-Bold.woff") format("woff"); font-weight: bold; font-style: normal; font-display: swap; } @font-face { font-family: 'Cerebri Sans'; src: url("../fonts/CerebriSans-Light.eot"); src: local("Cerebri Sans Light"), local("../fonts/CerebriSans-Light"), url("../fonts/CerebriSans-Light.eot?#iefix") format("embedded-opentype"), url("../fonts/CerebriSans-Light.woff2") format("woff2"), url("../fonts/CerebriSans-Light.woff") format("woff"); font-weight: 300; font-style: normal; font-display: swap; } @font-face { font-family: 'Cerebri Sans'; src: url("../fonts/CerebriSans-Medium.eot"); src: local("Cerebri Sans Medium"), local("../fonts/CerebriSans-Medium"), url("../fonts/CerebriSans-Medium.eot?#iefix") format("embedded-opentype"), url("../fonts/CerebriSans-Medium.woff2") format("woff2"), url("../fonts/CerebriSans-Medium.woff") format("woff"); font-weight: 500; font-style: normal; font-display: swap; } /*----------------------------------------*/ /* Button Custom Styles /*----------------------------------------*/ .btn { -webkit-transition: all 0.3s ease-out 0s; -moz-transition: all 0.3s ease-out 0s; -ms-transition: all 0.3s ease-out 0s; -o-transition: all 0.3s ease-out 0s; transition: all 0.3s ease-out 0s; font-size: 14px; font-weight: 700; text-transform: uppercase; line-height: 1; padding: 22px 40px; border-radius: 5px; display: inline-flex; align-items: center; } .btn--blue { background-color: #221f3c; } .btn--icon::after { content: "\f178"; font-family: "Font Awesome 5 Pro"; font-weight: 300; font-size: 20px; padding-left: 14px; } .btn:hover { -webkit-transition: all 0.3s ease-out 0s; -moz-transition: all 0.3s ease-out 0s; -ms-transition: all 0.3s ease-out 0s; -o-transition: all 0.3s ease-out 0s; transition: all 0.3s ease-out 0s; color: #c0bce9; } .btn--white { background: #ffffff; color: #221f3c !important; } .btn--white:hover { color: #221f3c; background: #c0bce9; } .btn--grey { background: rgba(34, 31, 60, 0.1); color: #696969; -webkit-transition: all 0.4s ease-out 0s; -moz-transition: all 0.4s ease-out 0s; -ms-transition: all 0.4s ease-out 0s; -o-transition: all 0.4s ease-out 0s; transition: all 0.4s ease-out 0s; } .btn--play { height: 150px; width: 150px; display: inline-block; text-align: center; line-height: 150px; background: #ffffff; border-radius: 50%; font-size: 20px; color: #221f3c; margin: 0 auto; transition: .4s; } .btn--play:hover { background: #221f3c; color: #ffffff; } .btn.btn--grey:hover { background: #221f3c; color: #ffffff; -webkit-transition: all 0.4s ease-out 0s; -moz-transition: all 0.4s ease-out 0s; -ms-transition: all 0.4s ease-out 0s; -o-transition: all 0.4s ease-out 0s; transition: all 0.4s ease-out 0s; } .btn--border { font-size: 16px; text-transform: capitalize; text-decoration: underline; margin: 0 26px; display: inline-block; } .btn--border--round { background: transparent; color: #221f3c; border: 2px solid #221f3c; padding: 21px 40px; } .btn--border--round:hover { background: #221f3c !important; color: #ffffff !important; } .btn--border--h5 { border: 2px solid #b1add8; color: #b1add8; } .btn--border:hover { color: #c0bce9; } /*----------------------------------------*/ /* 02. Header /*----------------------------------------*/ .header { padding: 4.29px 0; } .header__padding--h5 { padding: 0 275px; } @media only screen and (min-width: 1200px) and (max-width: 1600px) { .header__padding--h5 { padding: 0 15px; } } @media only screen and (min-width: 992px) and (max-width: 1200px) { .header__padding--h5 { padding: 0 0px; } } @media only screen and (min-width: 768px) and (max-width: 991px) { .header__padding--h5 { padding: 0 0px; } } @media (max-width: 767px) { .header__padding--h5 { padding: 0 0px; } } @media only screen and (min-width: 768px) and (max-width: 991px) { .header__logo--h5 { padding: 15px 0px 0px; } } @media (max-width: 767px) { .header__logo--h5 { padding: 15px 0px 0px; } } .header__shape { position: absolute; content: ""; -webkit-clip-path: polygon(9% 0, 100% 0%, 100% 100%, 0% 100%); clip-path: polygon(9% 0, 100% 0%, 100% 100%, 0% 100%); width: 34.1%; height: 100%; right: 0; background-color: #221f3c; top: 0; } .header__shape .shape--img { position: absolute; right: 0; left: 0; margin: 0 auto; text-align: center; top: 50%; transform: translateY(-50%); } .header__shape--h2 { width: 32.3%; } @media only screen and (min-width: 768px) and (max-width: 991px) { .header { padding: 25px 0 10px; } } @media (max-width: 767px) { .header { padding: 25px 0 10px; } } @media only screen and (min-width: 992px) and (max-width: 1200px) { .header--contacts .header--contacts-icon { display: none; } } .header--contacts .header--contacts-icon i { height: 45px; line-height: 45px; display: inline-block; width: 45px; text-align: center; background: #ffffff; border-radius: 50%; } @media only screen and (min-width: 992px) and (max-width: 1200px) { .header--contacts .header--contacts-number { display: none; } } .header--contacts .header--contacts-number h6 { margin-bottom: 0; color: #bdbdbd; } .header--contacts .header--contacts-number span { font-size: 18px; } @media only screen and (min-width: 1200px) and (max-width: 1600px) { .header--contacts--h2 { display: none !important; } } .header--social ul li { display: inline-block; margin-left: 7px; } .header--social ul li a { font-size: 15px; height: 45px; width: 45px; display: inline-block; line-height: 45px; background: #353156; text-align: center; border-radius: 50%; color: #fff; } .header--trans { position: absolute; right: 0; left: 0; z-index: 1; } .header__meta ul li { display: inline-flex; font-size: 15px; color: #dbd9ef; margin-right: 38px; align-items: center; } .header__meta ul li:last-child { margin-right: 0; } .header__meta ul li i { margin-right: 13px; } @media only screen and (min-width: 992px) and (max-width: 1200px) { .header__meta ul li:last-child { display: none; } } @media only screen and (min-width: 768px) and (max-width: 991px) { .header__meta ul li:last-child { display: none; } } @media only screen and (min-width: 768px) and (max-width: 991px) { .header__meta ul li:nth-child(2) { display: none; } } .header__meta--h5 ul li i { color: #ffffff; } .header__meta--ex ul li { color: #696969; } .header__meta--ex ul li i { color: #221f3c; } .header__burger ul { display: flex; align-items: center; } .header__burger ul li { display: inline-block; margin-left: 48px; } .header__burger ul li a { display: inline-block; color: #221f3c; } .header__burger--menu { display: inline-block; } .header__burger--menu i::before { font-size: 29px; line-height: 1; } .header__search { font-size: 14px; color: #221f3c; } .header__top--right { display: flex; align-items: center; justify-content: end; } @media (max-width: 767px) { .header__top--right { justify-content: start; } } .header__top--lang ul li { display: inline-flex; align-items: center; } .header__top--lang ul li a { color: #dbd9ef; } .header__top--lang ul li a i { margin-right: 9px; } @media (max-width: 767px) { .header__top--lang ul li a i { display: none; } } .header__top--lang ul li a::after { content: "\f107"; vertical-align: middle; font-family: "Font Awesome 5 Pro"; display: inline-block; padding-left: 6px; } .header__top--lang--ex ul li a { color: #696969; } .header__top--lang--ex ul li a i { color: #221f3c; } .header__top--lang--ex ul li a::after { color: #696969; } .header__top--social { margin-left: 39px; } @media only screen and (min-width: 768px) and (max-width: 991px) { .header__top--social { margin-left: 20px; } } @media (max-width: 767px) { .header__top--social { margin-left: 15px; } } .header__top--social ul { display: inline-flex; align-items: center; } .header__top--social ul li { display: inline-block; } .header__top--social ul li a { height: 60px; width: 56px; display: inline-block; line-height: 60px; text-align: center; border-right: 2px solid #434064; color: #b1add8; font-size: 17px; } @media (max-width: 767px) { .header__top--social ul li a { height: 50px; width: 46px; line-height: 50px; font-size: 15px; } } .header__top--social ul li a:hover { background: #434064; border-right: 2px solid transparent; } .header__top--social--h5 ul li a:hover { color: #ffffff; } .header__top--social--ex ul li a { border-right: 2px solid rgba(67, 64, 100, 0.1); color: #696969; } .header__top--social--ex ul li a:hover { background: #434064; border-right: 2px solid transparent; color: #ffffff; } .header__top--h5 { box-shadow: 0px 10px 60px 0px rgba(118, 113, 159, 0.49); background: #2f2c4d; clip-path: polygon(0 0, 100% 0, 99% 100%, 1% 100%); } .header__button--h5 { margin-left: 160px; } @media only screen and (min-width: 992px) and (max-width: 1200px) { .header__button--h5 { margin-left: 40px; } } @media only screen and (min-width: 768px) and (max-width: 991px) { .header__bottom--padding { padding-top: 15px; } } @media (max-width: 767px) { .header__bottom--padding { padding-top: 15px; } } .header--box { padding: 0 154px; } @media only screen and (min-width: 1200px) and (max-width: 1600px) { .header--box { padding: 0 35px; } } @media only screen and (min-width: 992px) and (max-width: 1200px) { .header--box { padding: 0 0px; } } @media only screen and (min-width: 768px) and (max-width: 991px) { .header--box { padding: 0 0px; } } @media (max-width: 767px) { .header--box { padding: 0 0px; } } .header--box--h2 { padding: 0px 55px; } @media only screen and (min-width: 1200px) and (max-width: 1600px) { .header--box--h2 { padding: 0px 0px; } } @media only screen and (min-width: 992px) and (max-width: 1200px) { .header--box--h2 { padding: 0px 0px; } } @media (max-width: 767px) { .header--box--h2 { padding: 0px 0px; } } .header--menu { padding-left: 10px; } .header--menu__main nav ul li { display: inline-block; margin-left: 30px; position: relative; } @media only screen and (min-width: 992px) and (max-width: 1200px) { .header--menu__main nav ul li { margin-left: 14px; } } .header--menu__main nav ul li a { color: #696969; font-weight: 600; padding: 48px 0; display: block; font-size: 16px; } @media only screen and (min-width: 992px) and (max-width: 1200px) { .header--menu__main nav ul li a { font-size: 14px; } } .header--menu__main nav ul li a:hover { color: #221f3c; } .header--menu__main nav ul li ul.submenu { position: absolute; background: #ffffff; width: 250px; top: 110%; left: 0; opacity: 0; visibility: hidden; padding: 25px 0; -webkit-transition: all 0.3s ease-out 0s; -moz-transition: all 0.3s ease-out 0s; -ms-transition: all 0.3s ease-out 0s; -o-transition: all 0.3s ease-out 0s; transition: all 0.3s ease-out 0s; border-top: 5px solid #221f3c; box-shadow: 0 0 10px 3px rgba(0, 0, 0, 0.05); z-index: 99; } .header--menu__main nav ul li ul.submenu li { margin: 0; display: block; } .header--menu__main nav ul li ul.submenu li:hover > a { color: #221f3c; } .header--menu__main nav ul li ul.submenu li a { padding: 11px 30px; } .header--menu__main nav ul li ul.submenu li a:after { display: none; } .header--menu__main nav ul li ul.submenu li ul.submenu { left: 100%; top: 0; opacity: 0; visibility: hidden; } .header--menu__main nav ul li ul.submenu li:hover > ul.submenu { opacity: 1; visibility: visible; } .header--menu__main nav ul li:hover ul.submenu { opacity: 1; visibility: visible; top: 96%; } .header--menu__main nav ul .drop a:after { content: "\f107"; vertical-align: middle; font-family: "font awesome 5 pro"; font-size: 14px; padding-left: 7px; } .header--menu__main--h4 { display: flex; align-items: center; justify-content: end; } @media only screen and (min-width: 992px) and (max-width: 1200px) { .header--menu__main--h4 { justify-content: space-between; } } .header--menu__main--h4 nav > ul > li ul { text-align: left; } .header--menu__main--h4 nav > ul > li > a { color: #221f3c; padding: 38px 0; } .header--menu--h3 nav > ul > li ul { text-align: left; } .header--menu--h3 nav > ul > li > a { color: #ffffff; } .header--menu--h3 nav > ul > li > a:hover { color: #dbd9ef; } .header--menu--h2 { margin-left: 40px; } @media only screen and (min-width: 1200px) and (max-width: 1600px) { .header--menu--h2 { margin-left: 0; } } @media only screen and (min-width: 768px) and (max-width: 991px) { .header--menu--h2 { margin-left: 0px; } } .header--menu--h2 .header-lang { margin-left: 120px; } @media only screen and (min-width: 1200px) and (max-width: 1600px) { .header--menu--h2 .header-lang { display: none; } } @media only screen and (min-width: 768px) and (max-width: 991px) { .header--menu--h2 .header-lang { margin-left: 0px; } } @media (max-width: 767px) { .header--menu--h2 .header-lang { display: none; } } @media only screen and (min-width: 1200px) and (max-width: 1600px) { .header--menu--h2 nav ul li { margin-left: 29px; } } .header--menu--h5 nav ul li a { color: #b1acd7; } .header--menu--h5 nav ul li:hover > a { color: #ffffff; } .header--menu--h5 nav ul li ul { text-align: left; } .header--menu--h5 nav ul li ul li a { color: #221f3c; } .header--menu--h5 nav ul li ul li:hover a { color: #b1acd7 !important; } .header-lang ul li a { display: inline-block; align-items: center; line-height: 1; padding: 10.5px 15px; border: 2px solid #bdbdbd; border-radius: 19.5px; } .header-lang ul li a::after { content: "\f107"; vertical-align: middle; font-family: "font awesome 5 pro"; font-size: 14px; padding-left: 9px; color: #9d9d9d; } /*----------------------------------------*/ /* 03. Header /*----------------------------------------*/ .hero__padding { padding: 250px 0 255px 0; } @media only screen and (min-width: 768px) and (max-width: 991px) { .hero__padding { padding: 140px 0 145px 0; } } @media (max-width: 767px) { .hero__padding { padding: 140px 0 145px 0; } } .hero__padding--h2 { padding: 15px 15px 0px 280px; } @media only screen and (min-width: 1200px) and (max-width: 1600px) { .hero__padding--h2 { padding: 15px 15px 0px 15px; } } @media only screen and (min-width: 992px) and (max-width: 1200px) { .hero__padding--h2 { padding: 15px 15px 0px 15px; } } @media only screen and (min-width: 768px) and (max-width: 991px) { .hero__padding--h2 { padding: 100px 15px 0px 15px; } } @media (max-width: 767px) { .hero__padding--h2 { padding: 80px 15px 0px 15px; } } .hero__padding--h3 { padding: 260px 0 287px; } @media (max-width: 767px) { .hero__padding--h3 { padding: 195px 0 195px; } } .hero__padding--h4 { padding: 140px 0 123px 0; } @media (max-width: 767px) { .hero__padding--h4 { padding: 120px 0 103px 0; } } .hero__padding--h5 { padding: 206px 0 214px; } @media only screen and (min-width: 992px) and (max-width: 1200px) { .hero__padding--h5 { padding: 145px 0 150px; } } @media only screen and (min-width: 768px) and (max-width: 991px) { .hero__padding--h5 { padding: 145px 0 150px; } } @media (max-width: 767px) { .hero__padding--h5 { padding: 145px 0 150px; } } .hero__shape { content: ""; clip-path: polygon(36.9% 0, 100% 0, 100% 100%, 0% 100%); background: rgba(34, 31, 60, 0.48); height: 100%; width: 54%; right: 0; position: absolute; z-index: 11; top: 0; bottom: 0; left: auto; } .hero__shape--h2 { position: absolute; right: 0; top: -70px; } .hero__shape--h2--squre { position: absolute; } .hero__shape--h2--1 { left: 95px; top: 95px; } .hero__shape--h2--2 { left: 740px; top: 122px; animation: animationFramesOne 14s infinite linear; } .hero__shape--h2--3 { left: 868px; bottom: 285px; animation: animationFramesOne 14s infinite linear reverse; } .hero__shape--h2--4 { left: 120px; bottom: 105px; animation: animationFramesOne 14s infinite linear; } @media only screen and (min-width: 1200px) and (max-width: 1600px) { .hero__shape--h2 { display: none !important; } } .hero__shape--h5 .shape { position: absolute; } .hero__shape--h5 .shape1 { font-size: 500px; -webkit-text-fill-color: transparent; -webkit-text-stroke: 1px rgba(255, 255, 255, 0.28); left: 715px; bottom: -125px; } .hero__next-arrow { left: auto; right: 70px; } .hero__prev-arrow { right: auto; left: 70px; } .hero:hover .slick-arrow { visibility: visible; opacity: 1; -webkit-transition: all 0.4s ease-out 0s; -moz-transition: all 0.4s ease-out 0s; -ms-transition: all 0.4s ease-out 0s; -o-transition: all 0.4s ease-out 0s; transition: all 0.4s ease-out 0s; } .hero__caption { position: relative; z-index: 9999; } .hero__caption h1 { letter-spacing: -.03em; line-height: .9; margin-bottom: 50px; } @media only screen and (min-width: 992px) and (max-width: 1200px) { .hero__caption h1 { font-size: 80px; } } @media (max-width: 767px) { .hero__caption h1 { font-size: 35px; } } .hero__caption h5 { display: inline-flex; align-items: center; margin-bottom: 30px; } @media (max-width: 767px) { .hero__caption h5 { font-size: 12px; } } .hero__caption h5 span { display: inline-block; width: 40px; height: 3px; background-color: #ffffff; vertical-align: middle; margin: 0 10px; } @media only screen and (min-width: 768px) and (max-width: 991px) { .hero__caption--h2 { margin-bottom: 30px; } } .hero__caption--h2 h1 { margin-left: -8px; line-height: 1; margin-bottom: 18px; } @media only screen and (min-width: 1200px) and (max-width: 1600px) { .hero__caption--h2 h1 { font-size: 60px; } } @media only screen and (min-width: 992px) and (max-width: 1200px) { .hero__caption--h2 h1 { font-size: 70px; } } .hero__caption--h2 p { font-size: 18px; margin-bottom: 29px; line-height: 32px; padding-right: 19%; } @media only screen and (min-width: 992px) and (max-width: 1200px) { .hero__caption--h2 p { padding-right: 7%; } } @media (max-width: 767px) { .hero__caption--h2 p { padding-right: 0%; } } .hero__caption--h2 .btn { margin-right: 8px; } @media (max-width: 767px) { .hero__caption--h2 .btn { margin-right: 0px; margin-bottom: 20px; } } .hero__caption--h3 h1 { margin-bottom: 6px; font-size: 130px; line-height: 1.2; } @media only screen and (min-width: 992px) and (max-width: 1200px) { .hero__caption--h3 h1 { font-size: 100px; } } @media only screen and (min-width: 768px) and (max-width: 991px) { .hero__caption--h3 h1 { font-size: 82px; } } @media (max-width: 767px) { .hero__caption--h3 h1 { font-size: 34px; } } .hero__caption--h3 h2 { font-size: 35px; margin-bottom: 50px; } @media (max-width: 767px) { .hero__caption--h3 h2 { font-size: 16px; } } .hero__caption--h3 .btn { margin: 0 9px; } @media (max-width: 767px) { .hero__caption--h3 .btn { margin-bottom: 15px; } } .hero__caption--h4 h1 { font-size: 95px; line-height: 1; } @media (max-width: 767px) { .hero__caption--h4 h1 { font-size: 70px; } } .hero__caption--h4 h4 { margin-bottom: 36px; } .hero__caption--h5 h5 { font-size: 20px; margin-bottom: 25px; } .hero__caption--h5 h1 { font-size: 120px; line-height: 1; margin-bottom: 30px; } @media only screen and (min-width: 992px) and (max-width: 1200px) { .hero__caption--h5 h1 { font-size: 80px; } } @media only screen and (min-width: 768px) and (max-width: 991px) { .hero__caption--h5 h1 { font-size: 60px; } } @media (max-width: 767px) { .hero__caption--h5 h1 { font-size: 40px; } } @media (max-width: 767px) { .hero__caption .btn { margin-bottom: 20px; } } .hero__thumb img { margin-left: -110px; } @media only screen and (min-width: 992px) and (max-width: 1200px) { .hero__thumb img { margin-left: 0px; } } @media only screen and (min-width: 768px) and (max-width: 991px) { .hero__thumb img { margin-left: 0px; } } @media (max-width: 767px) { .hero__thumb img { margin-left: 0px; } } .hero__overlay { position: absolute; width: 100%; height: 100%; top: 0; left: 0; background-repeat: no-repeat; background-position: center; } .hero__play { text-align: right; } @media (max-width: 767px) { .hero__play { text-align: center; } } .slick-arrow { position: absolute; top: 50%; transform: translateY(-50%); font-size: 28px; color: #696969; height: 70px; width: 70px; display: inline-block; text-align: center; background: #ffffff; line-height: 70px; border-radius: 50%; padding: 0; z-index: 11; opacity: 0; -webkit-transition: all 0.3s ease-out 0s; -moz-transition: all 0.3s ease-out 0s; -ms-transition: all 0.3s ease-out 0s; -o-transition: all 0.3s ease-out 0s; transition: all 0.3s ease-out 0s; visibility: hidden; cursor: pointer; } .slick-arrow:hover { background: #221f3c; color: #ffffff; transition: .4s; } /*----------------------------------------*/ /* 04. Feature /*----------------------------------------*/ @media only screen and (min-width: 768px) and (max-width: 991px) { .feature .feature-img { width: 100%; } } .feature__img--dot-shape { position: absolute; bottom: 0; right: 52px; z-index: -1; animation: rotated infinite linear 27s; } .feature__img--caption { width: 165px; height: 177px; filter: drop-shadow(0px 0px 18px rgba(191, 191, 191, 0.5)); position: absolute; bottom: 125px; right: 20px; } .feature__img--caption--shadow { -webkit-clip-path: polygon(0 0, 100% 0, 100% 100%, 0 79%); clip-path: polygon(0 0, 100% 0, 100% 100%, 0 79%); background-color: #ffffff; display: block; z-index: 1; padding: 35px 15px 40px 15px; height: 100%; } .feature__img--caption--shadow span { font-size: 65px; line-height: 1; position: relative; } .feature__img--caption--shadow span sup { font-size: 24px; top: -6px; position: absolute; line-height: 1; right: -10px; } .feature__img--caption--shadow p { font-size: 24px; margin-bottom: 0; } .feature__img img { width: 100%; } .feature__content { padding-left: 60px; padding-right: 67px; } @media only screen and (min-width: 992px) and (max-width: 1200px) { .feature__content { padding-left: 45px; padding-right: 0px; } } @media only screen and (min-width: 768px) and (max-width: 991px) { .feature__content { padding-left: 0px; padding-right: 0px; } } @media (max-width: 767px) { .feature__content { padding-left: 0px; padding-right: 0px; } } .feature__content h2 { padding-right: 48px; line-height: 1.2; } @media only screen and (min-width: 992px) and (max-width: 1200px) { .feature__content h2 { padding-right: 0px; } } @media (max-width: 767px) { .feature__content h2 { padding-right: 0px; font-size: 30px; } } .feature__content > span { display: block; margin-bottom: 26px; } .feature__content > span span { display: inline-block; vertical-align: middle; width: 40px; height: 3px; background: #696969; line-height: 1; margin-right: 20px; } .feature__content > p { margin-bottom: 32px; } .feature__content--h3 { padding-right: 0; padding-left: 53px; } @media only screen and (min-width: 992px) and (max-width: 1200px) { .feature__content--h3 { padding-left: 0px; } } @media only screen and (min-width: 768px) and (max-width: 991px) { .feature__content--h3 { padding-left: 0px; } } @media (max-width: 767px) { .feature__content--h3 { padding-left: 0px; } } .feature__content--h3 p { padding-right: 70px; } .feature__list--icon { margin-right: 25px; } .feature__list--icon i { display: inline-block; width: 50px; height: 50px; text-align: center; line-height: 45px; border: 2px solid #221f3c; font-size: 17px; color: #221f3c; border-radius: 50%; transition: .4s; } .feature__list--content p { margin-bottom: 38px; } .feature__list:hover .feature__list--icon i { background: #221f3c; color: #fff; transition: .4s; } .feature__block { display: flex; align-items: center; padding: 35px 31px 35px 35px; border: 1px solid #e3e3e3; -webkit-transition: all 0.3s ease-out 0s; -moz-transition: all 0.3s ease-out 0s; -ms-transition: all 0.3s ease-out 0s; -o-transition: all 0.3s ease-out 0s; transition: all 0.3s ease-out 0s; } @media only screen and (min-width: 992px) and (max-width: 1200px) { .feature__block { padding: 35px 20px 35px 20px; } } @media (max-width: 767px) { .feature__block { padding: 35px 20px 35px 20px; } } .feature__block:hover { background: #221f3c; -webkit-transition: all 0.3s ease-out 0s; -moz-transition: all 0.3s ease-out 0s; -ms-transition: all 0.3s ease-out 0s; -o-transition: all 0.3s ease-out 0s; transition: all 0.3s ease-out 0s; border: 1px solid transparent; } .feature__block:hover .icon i { background: white; color: #221f3c; -webkit-transition: all 0.3s ease-out 0s; -moz-transition: all 0.3s ease-out 0s; -ms-transition: all 0.3s ease-out 0s; -o-transition: all 0.3s ease-out 0s; transition: all 0.3s ease-out 0s; } .feature__block:hover .text h5 { color: #ffffff; -webkit-transition: all 0.3s ease-out 0s; -moz-transition: all 0.3s ease-out 0s; -ms-transition: all 0.3s ease-out 0s; -o-transition: all 0.3s ease-out 0s; transition: all 0.3s ease-out 0s; } .feature__block:hover .text p { color: #d0cee3; -webkit-transition: all 0.3s ease-out 0s; -moz-transition: all 0.3s ease-out 0s; -ms-transition: all 0.3s ease-out 0s; -o-transition: all 0.3s ease-out 0s; transition: all 0.3s ease-out 0s; } .feature__block .icon i { height: 60px; width: 60px; display: inline-block; text-align: center; line-height: 60px; background: rgba(34, 31, 60, 0.1); border-radius: 50%; margin-right: 15px; color: #221f3c; font-size: 24px; } .feature__block .text h5 { margin-bottom: 2px; } @media only screen and (min-width: 992px) and (max-width: 1200px) { .feature__block .text h5 { font-size: 15px; } } @media only screen and (min-width: 768px) and (max-width: 991px) { .feature__block .text h5 { font-size: 15px; } } @media (max-width: 767px) { .feature__block .text h5 { font-size: 15px; } } .feature__block .text p { margin-bottom: 0; } .feature .progress { height: 3px; font-size: 18px; background-color: #ececec; border-radius: 0; } .feature .progress-bar span { color: #221f3c; position: absolute; top: 0; right: 0; font-weight: 700; font-size: 18px; -webkit-transition: all 0.6s ease-out 0s; -moz-transition: all 0.6s ease-out 0s; -ms-transition: all 0.6s ease-out 0s; -o-transition: all 0.6s ease-out 0s; transition: all 0.6s ease-out 0s; } .feature .progress-bar { background-color: #221f3c; } .feature .progress-border { padding: 13px 15px; border: 1px solid #e2e2e2; border-radius: 30px; } .skills__left--thumb { position: relative; left: -99px; } @media only screen and (min-width: 1200px) and (max-width: 1600px) { .skills__left--thumb { left: 0px; } } @media only screen and (min-width: 992px) and (max-width: 1200px) { .skills__left--thumb { left: 0px; } } @media only screen and (min-width: 768px) and (max-width: 991px) { .skills__left--thumb { left: 0px; text-align: center; } } @media (max-width: 767px) { .skills__left--thumb { left: 0px; text-align: center; } } .skills__shape { width: 670px; height: 670px; position: absolute; left: 50%; top: 50%; transform: translateY(-50%) translateX(-50%); border-radius: 50%; background: rgba(34, 31, 60, 0.07); z-index: -1; } @media only screen and (min-width: 992px) and (max-width: 1200px) { .skills__shape { width: 515px; height: 515px; } } .skills__content { padding-left: 73px; } @media only screen and (min-width: 992px) and (max-width: 1200px) { .skills__content { padding-left: 30px; } } @media only screen and (min-width: 768px) and (max-width: 991px) { .skills__content { padding-left: 0px; } } @media (max-width: 767px) { .skills__content { padding-left: 0px; } } /*----------------------------------------*/ /* 05. Services /*----------------------------------------*/ .service__block { padding-right: 0px; } .service__block--h3 { padding: 50px 35px; -webkit-transition: all 0.3s ease-out 0s; -moz-transition: all 0.3s ease-out 0s; -ms-transition: all 0.3s ease-out 0s; -o-transition: all 0.3s ease-out 0s; transition: all 0.3s ease-out 0s; } @media only screen and (min-width: 992px) and (max-width: 1200px) { .service__block--h3 { padding: 50px 30px; } } .service__block--h3 p { line-height: 30px; -webkit-transition: all 0.3s ease-out 0s; -moz-transition: all 0.3s ease-out 0s; -ms-transition: all 0.3s ease-out 0s; -o-transition: all 0.3s ease-out 0s; transition: all 0.3s ease-out 0s; } .service__block--h3:hover { background: #221f3c; } .service__block--h3:hover p, .service__block--h3:hover i::before, .service__block--h3:hover a, .service__block--h3:hover h4 { color: #dbd9ef !important; -webkit-transition: all 0.3s ease-out 0s; -moz-transition: all 0.3s ease-out 0s; -ms-transition: all 0.3s ease-out 0s; -o-transition: all 0.3s ease-out 0s; transition: all 0.3s ease-out 0s; } .service__block--h3 img { position: absolute; top: 0; left: 0; } .service__block--h4 { padding: 60px 41px; border: 1px solid #e2e2e2; -webkit-transition: all 0.3s ease-out 0s; -moz-transition: all 0.3s ease-out 0s; -ms-transition: all 0.3s ease-out 0s; -o-transition: all 0.3s ease-out 0s; transition: all 0.3s ease-out 0s; } @media only screen and (min-width: 992px) and (max-width: 1200px) { .service__block--h4 { padding: 60px 30px; } } .service__block--h4:hover { background-color: white; box-shadow: 0px 10px 32px 0px rgba(197, 197, 197, 0.4); -webkit-transition: all 0.3s ease-out 0s; -moz-transition: all 0.3s ease-out 0s; -ms-transition: all 0.3s ease-out 0s; -o-transition: all 0.3s ease-out 0s; transition: all 0.3s ease-out 0s; border: 1px solid transparent; } .service__block--h5 { padding: 10px; -webkit-transition: all 0.3s ease-out 0s; -moz-transition: all 0.3s ease-out 0s; -ms-transition: all 0.3s ease-out 0s; -o-transition: all 0.3s ease-out 0s; transition: all 0.3s ease-out 0s; } .service__block--h5:hover .service__thumb--h5 img { transform: scale(1.1) rotate(5deg); -webkit-transition: all 0.5s ease-out 0s; -moz-transition: all 0.5s ease-out 0s; -ms-transition: all 0.5s ease-out 0s; -o-transition: all 0.5s ease-out 0s; transition: all 0.5s ease-out 0s; } .service__block--h6 { background: #393657; } .service .shape { position: absolute; } .service .shape--line { top: 0; left: 0; } .service .shape--mimg { right: 220px; bottom: 0; z-index: 1; } @media only screen and (min-width: 1200px) and (max-width: 1600px) { .service .shape--mimg { right: 0; } } @media only screen and (min-width: 992px) and (max-width: 1200px) { .service .shape--mimg { max-width: 325px; right: 30px; } } .service .shape--mibg { bottom: 75px; right: 190px; animation: jump2 4s linear infinite; } @media only screen and (min-width: 1200px) and (max-width: 1600px) { .service .shape--mibg { right: 0; } } @media only screen and (min-width: 992px) and (max-width: 1200px) { .service .shape--mibg { max-width: 300px; right: 30px; } } .service .shape--h4 { right: 80px; top: 110px; } .service .shape--h42 { bottom: 174px; left: 0; } .service__icon { position: absolute; left: 12px; top: 14px; } .service__icon::before { font-size: 63px; color: #221f3c; display: inline-block; line-height: 1; } .service__icon--h3 { position: static; display: inline-block; margin-bottom: 30px; } .service__icon--h5 span { display: inline-block; line-height: 1; margin-right: 20px; } .service__icon--h5 span::before { font-size: 50px; color: #221f3c; } @media only screen and (min-width: 992px) and (max-width: 1200px) { .service__icon--h5 span::before { font-size: 35px; } } .service__icon--h6 span { margin-right: 25px; } .service__icon--h6 span::before { color: #ffffff; } .service__shape { margin-bottom: 29px; animation: rotated 20s infinite linear; } .service__content--h2 { z-index: 11; position: absolute; bottom: 0; padding: 30px 40px 30px; width: 100%; } @media only screen and (min-width: 1200px) and (max-width: 1600px) { .service__content--h2 { padding: 30px 30px 30px; } } @media only screen and (min-width: 992px) and (max-width: 1200px) { .service__content--h2 { padding: 30px 25px 30px; } } @media (max-width: 767px) { .service__content--h2 { padding: 30px 25px 15px; } } .service__content--h2 span { display: inline-block; } .service__content--h2 span::before { font-size: 65px; } @media (max-width: 767px) { .service__content--h2 span::before { font-size: 40px; } } .service__content--h2 h4 { margin-bottom: 4px; } @media (max-width: 767px) { .service__content--h2 h4 { font-size: 18px; } } .service__content--h2 p { margin-bottom: 9px; color: #dbd9ef; } .service__content--h2 a i { font-size: 28px; } .service__content--h2 a:hover i { color: #c0bce9; -webkit-transition: all 0.4s ease-out 0s; -moz-transition: all 0.4s ease-out 0s; -ms-transition: all 0.4s ease-out 0s; -o-transition: all 0.4s ease-out 0s; transition: all 0.4s ease-out 0s; } .service__block--h2 { -webkit-transition: all 0.6s ease-out 0s; -moz-transition: all 0.6s ease-out 0s; -ms-transition: all 0.6s ease-out 0s; -o-transition: all 0.6s ease-out 0s; transition: all 0.6s ease-out 0s; } .service__block--h2:hover img { transform: scale(1.2) rotate(5deg); -webkit-transition: all 0.6s ease-out 0s; -moz-transition: all 0.6s ease-out 0s; -ms-transition: all 0.6s ease-out 0s; -o-transition: all 0.6s ease-out 0s; transition: all 0.6s ease-out 0s; } .service__thumb--h2::before { position: absolute; content: ""; height: 100%; width: 100%; bottom: 0; top: 0; left: 0; background-image: -moz-linear-gradient(90deg, rgba(34, 31, 60, 0.96863) 0%, rgba(34, 31, 60, 0.65) 43%, rgba(34, 31, 60, 0.48) 65%, rgba(34, 31, 60, 0) 100%); background-image: -webkit-linear-gradient(90deg, rgba(34, 31, 60, 0.96863) 0%, rgba(34, 31, 60, 0.65) 43%, rgba(34, 31, 60, 0.48) 65%, rgba(34, 31, 60, 0) 100%); background-image: -ms-linear-gradient(90deg, rgba(34, 31, 60, 0.96863) 0%, rgba(34, 31, 60, 0.65) 43%, rgba(34, 31, 60, 0.48) 65%, rgba(34, 31, 60, 0) 100%); z-index: 1; } .service__thumb--h2 img { width: 100%; transition: .6s; } .service__icon--h4 { display: inline-block; line-height: 1; margin-bottom: 32px; } .service__icon--h4::before { font-size: 88px; color: #000; } .service__link--h4 { height: 50px; display: inline-block; width: 50px; line-height: 47px; font-size: 17px; border: 2px solid #e2e2e2; border-radius: 50%; } .service__content--h5 { display: flex; padding: 40px 20px 20px; } .service__content--h6 { padding: 35px 30px 30px; } @media only screen and (min-width: 768px) and (max-width: 991px) { .service__content--h6 { padding: 35px 20px 30px; } } .service__text--h5 { margin-top: -5px; } .service__text--h5 h4 { margin-bottom: 10px; } @media only screen and (min-width: 992px) and (max-width: 1200px) { .service__text--h5 h4 { font-size: 18px; } } @media only screen and (min-width: 768px) and (max-width: 991px) { .service__text--h5 h4 { font-size: 18px; } } @media (max-width: 767px) { .service__text--h5 h4 { font-size: 18px; } } .service__text--h5 p { margin-bottom: 7px; } .service__text--h5 a { font-size: 24px; line-height: 1; } .service__text--h6 h4 { margin-bottom: 5px; } .service__text--h6 a { font-size: 15px; font-weight: 700; } .service__text--h6 a:hover { color: #c0bce9; } .service__text--h6 a i { padding-left: 10px; font-size: 18px; vertical-align: middle; } .service__play { position: absolute; top: 50%; transform: translateY(-50%); right: 0; left: 0; } .service__row { padding-left: 42px; } .service__row--h6 .col { padding-right: 5px; padding-left: 5px; } .link-more { text-decoration: underline; -webkit-transition: all 0.3s ease-out 0s; -moz-transition: all 0.3s ease-out 0s; -ms-transition: all 0.3s ease-out 0s; -o-transition: all 0.3s ease-out 0s; transition: all 0.3s ease-out 0s; position: relative; z-index: 1; } .link-more:hover { color: #221f3c; -webkit-transition: all 0.3s ease-out 0s; -moz-transition: all 0.3s ease-out 0s; -ms-transition: all 0.3s ease-out 0s; -o-transition: all 0.3s ease-out 0s; transition: all 0.3s ease-out 0s; } .case { padding-left: 55px; padding-right: 55px; } @media only screen and (min-width: 1200px) and (max-width: 1600px) { .case { padding-left: 0px; padding-right: 0px; } } @media only screen and (min-width: 992px) and (max-width: 1200px) { .case { padding-left: 0px; padding-right: 0px; } } @media only screen and (min-width: 768px) and (max-width: 991px) { .case { padding-left: 0px; padding-right: 0px; } } @media (max-width: 767px) { .case { padding-left: 0px; padding-right: 0px; } } .securiy-services { transition: .4s; } .securiy-services:hover { background: #221f3c; transition: .4s; } .securiy-services:hover .service__icon--h5 span::before, .securiy-services:hover .service__text--h5 h4, .securiy-services:hover .service__text--h5 p, .securiy-services:hover .service__text--h5 a { color: #fff; transition: .4s; } /*----------------------------------------*/ /* 06. History /*----------------------------------------*/ .history__content p { color: #dbd9ef; } .history__tabs > ul { margin-bottom: 30px; } .history__tabs > ul li { margin-right: 48px; } @media (max-width: 767px) { .history__tabs > ul li { margin-right: 0px; } } .history__tabs > ul li:last-child { margin-right: 0; } .history__tabs > ul li a { padding: 0; font-size: 18px; font-weight: 600; color: #dbd9ef; } .history__tabs > ul li a:hover { border: 0px solid transparent; } @media only screen and (min-width: 992px) and (max-width: 1200px) { .history__tabs > ul li a { font-size: 15px; } } @media (max-width: 767px) { .history__tabs > ul li a { font-size: 14px; } } .history__tabs .nav-tabs .nav-item.show .nav-link, .history__tabs .nav-tabs .nav-link.active { color: #fff; background-color: transparent; border-color: transparent; } .history__tabs .nav-tabs .nav-link { border: 0px solid transparent; border-top-left-radius: 0rem; border-top-right-radius: 0rem; padding: 17px 0; } .history__tabs .nav-tabs { border-bottom: 2px solid #444165; justify-content: space-between; margin-right: 79px; } @media only screen and (min-width: 992px) and (max-width: 1200px) { .history__tabs .nav-tabs { margin-right: 0px; } } @media (max-width: 767px) { .history__tabs .nav-tabs { margin-right: 0px; } } .history__tabs .nav-tabs .nav-item.show .nav-link, .history__tabs .nav-tabs .nav-link.active { border-bottom: 2px solid #fff; } .history__left--thumb { position: absolute; width: 50%; left: 0; height: 100%; top: 0; background-repeat: no-repeat; background-size: cover; background-position: center; } .history__left--thumb::before { position: absolute; content: ""; width: 100%; height: 100%; background: rgba(34, 31, 60, 0.2); top: 0; left: 0; } .history__left--thumb a { height: 150px; width: 150px; display: inline-block; text-align: center; line-height: 150px; background: #ffffff; z-index: 1; position: absolute; border-radius: 50%; font-size: 20px; color: #221f3c; top: 50%; transform: translateY(-50%); right: 0; left: 0; margin: 0 auto; transition: .4s; } .history__left--thumb a:hover { background: #221f3c; color: #ffffff; } .history__what-do .content { padding-right: 20px; } .history__what-do .content p { margin-bottom: 10px; } .history__what-do .content ul li { font-size: 15px; color: #dbd9ef; margin-bottom: 10px; display: block; position: relative; padding-left: 25px; } .history__what-do .content ul li::before { position: absolute; content: "\f00c"; top: 50%; transform: translateY(-50%); font-family: "Font Awesome 5 Pro"; left: 0; } .history__what-do .content ul li:last-child { margin-bottom: 0; } .history__what-do .img { min-width: 171px; overflow: hidden; } @media (max-width: 767px) { .history__what-do .img { margin-right: 0px; margin-bottom: 30px; } } .history__shape { position: absolute; top: -100px; line-height: 1; right: 0; } .history__row { margin-left: 20px; } @media only screen and (min-width: 768px) and (max-width: 991px) { .history__row { margin-left: 0px; } } @media (max-width: 767px) { .history__row { margin-left: 0px; } } .wwa__thumb { margin-left: -210px; } @media only screen and (min-width: 992px) and (max-width: 1200px) { .wwa__thumb { margin-left: 0px; } } @media only screen and (min-width: 768px) and (max-width: 991px) { .wwa__thumb { margin-left: 0px; } } @media (max-width: 767px) { .wwa__thumb { margin-left: 0px; } } .wwa__content h4, .wwa__content p { color: #dbd9ef; } .wwa__content ul { margin-bottom: 48px; } .wwa__content ul li { font-weight: 500; color: #dbd9ef; margin-bottom: 13px; padding-left: 30px; position: relative; } .wwa__content ul li::before { content: "\f058"; font-weight: 300; font-family: 'font awesome 5 pro'; top: 50%; transform: translateY(-50%); position: absolute; left: 0; line-height: 1; vertical-align: middle; } .about-tabs .nav-tabs { border-bottom: 2px solid #dad9df; margin-right: 39px; margin-bottom: 40px; } @media (max-width: 767px) { .about-tabs .nav-tabs { margin-right: 0px; } } .about-tabs .nav-tabs .nav-link { border: 0px solid transparent; border-top-left-radius: 0; border-top-right-radius: 0; font-size: 20px; font-weight: 700; color: #696969; padding: 25px 0px 25px 0; line-height: 1; margin-right: 48px; background: transparent; border-bottom: 3px solid transparent; } @media only screen and (min-width: 992px) and (max-width: 1200px) { .about-tabs .nav-tabs .nav-link { margin-right: 19px; padding: 25px 0px 15px 0; font-size: 16px; } } .about-tabs .nav-tabs .nav-link.active { border-bottom: 3px solid #221f3c; color: #221f3c; transition: .4s; } .nav-tabs .nav-item:last-child .nav-link { margin-right: 0px; } .about-tabs .nav-tabs .nav-link i { padding-right: 12px; } .about__content i { display: inline-block; height: 65px; width: 65px; line-height: 65px; text-align: center; font-size: 24px; color: #221f3c; background-color: white; box-shadow: 0px 10px 60px 0px rgba(201, 201, 201, 0.49); border-radius: 7px; margin-bottom: 30px; -webkit-transition: all 0.5s ease-out 0s; -moz-transition: all 0.5s ease-out 0s; -ms-transition: all 0.5s ease-out 0s; -o-transition: all 0.5s ease-out 0s; transition: all 0.5s ease-out 0s; } .about__content:hover i { -webkit-transition: all 0.5s ease-out 0s; -moz-transition: all 0.5s ease-out 0s; -ms-transition: all 0.5s ease-out 0s; -o-transition: all 0.5s ease-out 0s; transition: all 0.5s ease-out 0s; background-color: #221f3c; box-shadow: 0px 10px 60px 0px rgba(34, 31, 60, 0.49); color: #ffffff; } .about__shape--h5 { position: absolute; right: -112px; bottom: -104px; } .about-tabs { padding-right: 2px; } .about-thumb > img { z-index: 1; position: relative; } .about-thumb { text-align: right; z-index: 1; } .about-thumb > span { position: absolute; z-index: 11; top: 50%; transform: translateY(-50%) rotate(270deg); transform-origin: center; left: -83px; font-size: 20px; font-weight: 600; background: #221f3c; color: #fff; padding: 17px 33px; text-align: center; } .who__content { position: absolute; bottom: 0; left: 0; padding: 34px 39px 39px; } @media only screen and (min-width: 992px) and (max-width: 1200px) { .who__content { padding: 34px 30px 39px; } } .who__content h3 { font-size: 30px; } .who__content a { font-size: 15px; display: inline-flex; align-items: center; } .who__content a i { font-size: 18px; padding-left: 10px; } .who1::before { position: absolute; content: ""; background-image: -moz-linear-gradient(90deg, rgba(34, 31, 60, 0.92941) 0%, rgba(34, 31, 60, 0.54) 43%, rgba(34, 31, 60, 0.46) 52%, rgba(34, 31, 60, 0) 100%); background-image: -webkit-linear-gradient(90deg, rgba(34, 31, 60, 0.92941) 0%, rgba(34, 31, 60, 0.54) 43%, rgba(34, 31, 60, 0.46) 52%, rgba(34, 31, 60, 0) 100%); background-image: -ms-linear-gradient(90deg, rgba(34, 31, 60, 0.92941) 0%, rgba(34, 31, 60, 0.54) 43%, rgba(34, 31, 60, 0.46) 52%, rgba(34, 31, 60, 0) 100%); width: 100%; height: 100%; } .who2 { background: rgba(34, 31, 60, 0.07); } .who__play { height: 80px; width: 80px; line-height: 80px; position: absolute; top: 50%; transform: translateY(-50%); right: 0; left: 0; margin: 0 auto; } .wd-do { padding-right: 45px; } /*----------------------------------------*/ /* 07. Team /*----------------------------------------*/ .team:hover .team__thumb::before, .team:hover .team__thumb::after { height: 100%; opacity: 1; visibility: visible; } .team__thumb { overflow: hidden; } .team__thumb::before, .team__thumb::after { background-image: -moz-linear-gradient(90deg, rgba(34, 31, 60, 0.94902) 0%, rgba(34, 31, 60, 0.47) 40%, rgba(34, 31, 60, 0.45) 43%, rgba(34, 31, 60, 0) 100%); background-image: -webkit-linear-gradient(90deg, rgba(34, 31, 60, 0.94902) 0%, rgba(34, 31, 60, 0.47) 40%, rgba(34, 31, 60, 0.45) 43%, rgba(34, 31, 60, 0) 100%); background-image: -ms-linear-gradient(90deg, rgba(34, 31, 60, 0.94902) 0%, rgba(34, 31, 60, 0.47) 40%, rgba(34, 31, 60, 0.45) 43%, rgba(34, 31, 60, 0) 100%); content: ""; width: 100%; height: 0%; display: inline-block; bottom: 0; right: 0; left: 0; z-index: 1; position: absolute; -webkit-transition: all 0.3s ease-out 0s; -moz-transition: all 0.3s ease-out 0s; -ms-transition: all 0.3s ease-out 0s; -o-transition: all 0.3s ease-out 0s; transition: all 0.3s ease-out 0s; opacity: 0; visibility: hidden; } .team__thumb img { width: 100%; -webkit-transition: all 0.3s ease-out 0s; -moz-transition: all 0.3s ease-out 0s; -ms-transition: all 0.3s ease-out 0s; -o-transition: all 0.3s ease-out 0s; transition: all 0.3s ease-out 0s; } .team__thumb:hover img { transform: scale(1.1); -webkit-transition: all 0.3s ease-out 0s; -moz-transition: all 0.3s ease-out 0s; -ms-transition: all 0.3s ease-out 0s; -o-transition: all 0.3s ease-out 0s; transition: all 0.3s ease-out 0s; } .team__social { position: absolute; bottom: 0; right: 0; left: 0; text-align: center; margin: 0 auto; opacity: 0; visibility: hidden; -webkit-transition: all 0.3s ease-out 0s; -moz-transition: all 0.3s ease-out 0s; -ms-transition: all 0.3s ease-out 0s; -o-transition: all 0.3s ease-out 0s; transition: all 0.3s ease-out 0s; z-index: 11; } .team__social ul li { display: inline-block; } .team__social ul li:nth-child(2) a { background: #e60023; } .team__social ul li:nth-child(3) a { background: #d54b3d; } .team__social ul li:nth-child(4) a { background: #1a91da; } .team__social ul li a { height: 45px; display: inline-block; width: 45px; line-height: 45px; border-radius: 50%; color: #fff; background: #0c88ef; margin: 0 4.5px; } @media only screen and (min-width: 768px) and (max-width: 991px) { .team__social ul li a { margin: 0 0.5px; } } .team__social ul li a:hover { opacity: .8; } .team__social--h2 ul li a { height: 35px; width: 35px; font-size: 14px; line-height: 36px; margin: 0 3px; } .team__social--h2:hover { bottom: 30px; } .team:hover .team__social { opacity: 1; visibility: visible; bottom: 20px; } .team:hover .team__social--h2 { bottom: 30px; } .team__content h3 { margin-bottom: 4px; } .team--h2 { -webkit-transition: all 0.3s ease-out 0s; -moz-transition: all 0.3s ease-out 0s; -ms-transition: all 0.3s ease-out 0s; -o-transition: all 0.3s ease-out 0s; transition: all 0.3s ease-out 0s; padding: 45px 35px 40px; border: 1px solid #e5e5e5; border-radius: 10px; } .team--h2:hover { background: #221f3c; -webkit-transition: all 0.3s ease-out 0s; -moz-transition: all 0.3s ease-out 0s; -ms-transition: all 0.3s ease-out 0s; -o-transition: all 0.3s ease-out 0s; transition: all 0.3s ease-out 0s; border: 1px solid transparent; } .team--h2:hover .team__thumb--h2 { border: 8px solid #fff; -webkit-transition: all 0.3s ease-out 0s; -moz-transition: all 0.3s ease-out 0s; -ms-transition: all 0.3s ease-out 0s; -o-transition: all 0.3s ease-out 0s; transition: all 0.3s ease-out 0s; } .team--h2:hover .team__thumb--h2::before { opacity: 1; visibility: visible; } .team--h2:hover .team__content--h2 h3 { color: #ffffff; -webkit-transition: all 0.3s ease-out 0s; -moz-transition: all 0.3s ease-out 0s; -ms-transition: all 0.3s ease-out 0s; -o-transition: all 0.3s ease-out 0s; transition: all 0.3s ease-out 0s; } .team--h2:hover .team__content--h2 h6 { color: #dbd9ef; -webkit-transition: all 0.3s ease-out 0s; -moz-transition: all 0.3s ease-out 0s; -ms-transition: all 0.3s ease-out 0s; -o-transition: all 0.3s ease-out 0s; transition: all 0.3s ease-out 0s; } .team__thumb--h2 { overflow: hidden; border-radius: 50%; border: 8px solid transparent; -webkit-transition: all 0.3s ease-out 0s; -moz-transition: all 0.3s ease-out 0s; -ms-transition: all 0.3s ease-out 0s; -o-transition: all 0.3s ease-out 0s; transition: all 0.3s ease-out 0s; } .team__thumb--h2::before { position: absolute; content: ""; width: 100%; height: 100%; background: rgba(34, 31, 60, 0.5); left: 0; top: 0; right: 0; opacity: 0; visibility: hidden; -webkit-transition: all 0.3s ease-out 0s; -moz-transition: all 0.3s ease-out 0s; -ms-transition: all 0.3s ease-out 0s; -o-transition: all 0.3s ease-out 0s; transition: all 0.3s ease-out 0s; } .team__thumb--h2 img { width: 100%; } .team__col2 { padding-top: 30px; } /*----------------------------------------*/ /* 08. Contacts /*----------------------------------------*/ .contacts__bg { padding-right: 100px; background-repeat: no-repeat; background-size: cover; } @media (max-width: 767px) { .contacts__bg { padding-right: 15px; } } .contacts__bg--h4 { padding: 55px 50px 60px; } @media (max-width: 767px) { .contacts__bg--h4 { padding: 30px 12px 40px; } } @media only screen and (min-width: 992px) and (max-width: 1200px) { .contacts__bg--h4 { padding: 30px 20px 40px; } } .contacts__mcp { margin-left: -45px; } .contacts__mcp--h2 { margin-top: -60px; margin-left: 0; } .contacts__input input, .contacts__input select, .contacts__input textarea { width: 100%; padding: 0; background: transparent; color: #fff; border: 0; border-bottom-color: currentcolor; border-bottom-style: none; border-bottom-width: 0px; border-bottom: 3px solid #444067; padding: 15px 0; font-size: 15px; } .contacts__input input::placeholder, .contacts__input textarea::placeholder { color: #fff; font-size: 15px; } .contacts__input i { position: absolute; top: 50%; transform: translateY(-50%); right: 0; color: #fff; font-size: 16px; cursor: pointer; } .contacts__input select { -webkit-appearance: none; } .contacts__input textarea { min-height: 134px; } .contacts__input input:focus, .contacts__input select:focus, .contacts__input textarea:focus { border-color: #827bb7; -webkit-transition: all 0.4s ease-out 0s; -moz-transition: all 0.4s ease-out 0s; -ms-transition: all 0.4s ease-out 0s; -o-transition: all 0.4s ease-out 0s; transition: all 0.4s ease-out 0s; } .contacts__input--h4 input, .contacts__input--h4 textarea { padding-left: 20px; padding-right: 20px; font-size: 18px; color: #c1bedf; font-weight: 600; } .contacts__input--h4 input::placeholder, .contacts__input--h4 textarea::placeholder { font-size: 18px; color: #c1bedf; font-weight: 600; } .contacts__input--h4 textarea { min-height: 111px; } .contacts__input--h4 i { color: #c1bedf; right: 20px; } .contacts__input .btn { padding: 22px 60px; } .contacts__input .btn:hover { color: #221f3c; background: #c0bce9; } .contacts__text--h2 { padding-left: 85px; } .contacts__help--bg { position: absolute; left: -110px; top: 30px; animation: jump2 4s linear infinite; } .contacts__feature { padding: 32px 70px 32px 40px; background: #383459; position: relative; } @media (max-width: 767px) { .contacts__feature { padding: 25px 15px 25px 15px; } } @media only screen and (min-width: 992px) and (max-width: 1200px) { .contacts__feature h3 { font-size: 18px; } } .contacts__feature h4 { font-size: 25px; margin-bottom: 0; } .contacts__feature h4 i { font-size: 18px; margin-right: 10px; } @media only screen and (min-width: 992px) and (max-width: 1200px) { .contacts__feature h4 { font-size: 18px; } } .contacts__feature--bg { font-size: 80px; color: rgba(255, 255, 255, 0.03); position: absolute; right: 25px; bottom: 30px; transform: rotate(-30deg); } @media only screen and (min-width: 992px) and (max-width: 1200px) { .contacts__feature { padding: 32px 30px 32px 40px; } } @media (max-width: 767px) { .contacts__feature i { font-size: 40px; } } .contacts__social ul li { display: inline-block; margin-right: 6px; } .contacts__social ul li a { height: 45px; width: 45px; display: inline-block; text-align: center; line-height: 45px; font-size: 14px; color: #fff; border-radius: 50%; } .contacts__social ul li:nth-child(1) a { background: #0c88ef; } .contacts__social ul li:nth-child(2) a { background: #e60023; } .contacts__social ul li:nth-child(3) a { background: #d54b3d; } .contacts__social ul li:nth-child(4) a { background: #1a91da; } .contacts__address i { font-size: 30px; margin-bottom: 20px; display: inline-block; } @media only screen and (min-width: 992px) and (max-width: 1200px) { .contacts__address h4 { font-size: 20px; } } .map__loaction { position: absolute; top: 50%; transform: translateY(-156%); right: -28px; left: 0; margin: 0 auto; text-align: center; width: 100%; } .contacts__social ul li { display: inline-block; } /* 12.contact */ .contact-area { background-position: center center; background-repeat: no-repeat; } .contact i { background: #221f3c; font-size: 40px; height: 150px; width: 150px; color: #ffffff; border-radius: 50%; line-height: 135px; border: 10px solid #fff; box-shadow: 0px 16px 32px 0px rgba(206, 226, 255, 0.4); margin-bottom: 30px; } .contact h3 { font-size: 30px; margin-bottom: 15px; } .contact p { margin: 0; padding: 0 50px; } @media only screen and (min-width: 992px) and (max-width: 1200px) { .contact p { padding: 0 10px; } } @media only screen and (min-width: 768px) and (max-width: 991px) { .contact p { padding: 0 0px; } } .form-wrapper { padding: 100px; margin-bottom: -90px; position: relative; z-index: 999; } @media only screen and (min-width: 768px) and (max-width: 991px) { .form-wrapper { padding: 40px; } } @media (max-width: 767px) { .form-wrapper { padding: 20px; } } .contact-form input { background: #ffffff; height: 80px; width: 100%; padding: 0 80px; padding-right: 30px; border: 0; color: #aab5ca; font-weight: 500; letter-spacing: 2px; text-transform: uppercase; } .contact-form textarea { color: #aab5ca; font-weight: 500; letter-spacing: 2px; text-transform: uppercase; height: 300px; width: 100%; padding: 30px 80px; border: 0; } .form-box::before { position: absolute; content: "\f0e0"; font-family: "Font Awesome 5 Pro"; font-weight: 700; display: inline-block; font-size: 14px; text-align: center; left: 45px; color: #221f3c; top: 29px; z-index: 99; } .user-icon::before { content: "\f007"; } .email-icon::before { content: "\f0e0"; } .phone-icon::before { content: "\f095"; } .subject-icon::before { content: "\f0a6"; } .contact-form input::-moz-placeholder, .contact-form input::placeholder { color: #aab5ca; } .contact-form textarea::-moz-placeholder, .contact-form textarea::placeholder { color: #aab5ca; } .contact-map iframe { height: 670px; width: 100%; } /*----------------------------------------*/ /* 09. Projects /*----------------------------------------*/ .project__search { margin-bottom: 10px; text-align: right; } .project__search button { padding: 0; font-size: 18px; color: #9f9cb8; background: transparent; border: 0; background: transparent; border: 0; height: 70px; width: 70px; border: 3px solid #9f9cb8; border-radius: 50%; } .project__box { padding: 0 55px; } .project__img::before { position: absolute; content: ""; width: 100%; height: 100%; background: #221f3c; left: 0; top: 0; opacity: 0; visibility: hidden; -webkit-transition: all 0.3s ease-out 0s; -moz-transition: all 0.3s ease-out 0s; -ms-transition: all 0.3s ease-out 0s; -o-transition: all 0.3s ease-out 0s; transition: all 0.3s ease-out 0s; z-index: 11; } .project__content { position: absolute; top: 50%; transform: translateY(-30%); padding: 15px; width: 100%; text-align: center; opacity: 0; visibility: hidden; -webkit-transition: all 0.3s ease-out 0s; -moz-transition: all 0.3s ease-out 0s; -ms-transition: all 0.3s ease-out 0s; -o-transition: all 0.3s ease-out 0s; transition: all 0.3s ease-out 0s; z-index: 111; } .project__content h2 { font-size: 30px; } @media (max-width: 767px) { .project__content h2 { font-size: 20px; } } .project__content h2:hover a { color: #c0bce9; } .project__link { position: absolute; bottom: 10px; right: 0px; font-size: 24px; color: #221f3c; width: 70px; height: 70px; display: inline-block; line-height: 70px; text-align: right; opacity: 0; visibility: hidden; z-index: 111; -webkit-transition: all 0.3s ease-out 0s; -moz-transition: all 0.3s ease-out 0s; -ms-transition: all 0.3s ease-out 0s; -o-transition: all 0.3s ease-out 0s; transition: all 0.3s ease-out 0s; } .project__link::before { position: absolute; content: ""; width: 100%; left: 0; height: 100%; border-style: solid; border-width: 0 0 70px 70px; border-color: transparent transparent #ffffff transparent; } .project__link a { position: absolute; right: 10px; bottom: 10px; line-height: 1; } .project__block { overflow: hidden; } .project__block:hover .project__img::before { opacity: 0.50; visibility: visible; -webkit-transition: all 0.3s ease-out 0s; -moz-transition: all 0.3s ease-out 0s; -ms-transition: all 0.3s ease-out 0s; -o-transition: all 0.3s ease-out 0s; transition: all 0.3s ease-out 0s; } .project__block:hover .project__link { opacity: 1; visibility: visible; -webkit-transition: all 0.3s ease-out 0s; -moz-transition: all 0.3s ease-out 0s; -ms-transition: all 0.3s ease-out 0s; -o-transition: all 0.3s ease-out 0s; transition: all 0.3s ease-out 0s; right: 10px; } .project__block:hover .project__content { visibility: visible; opacity: 1; -webkit-transition: all 0.3s ease-out 0s; -moz-transition: all 0.3s ease-out 0s; -ms-transition: all 0.3s ease-out 0s; -o-transition: all 0.3s ease-out 0s; transition: all 0.3s ease-out 0s; transform: translateY(-50%); } .project__block:hover .project__img img { transform: scale(1.2) rotate(3deg); -webkit-transition: all 0.5s ease-out 0s; -moz-transition: all 0.5s ease-out 0s; -ms-transition: all 0.5s ease-out 0s; -o-transition: all 0.5s ease-out 0s; transition: all 0.5s ease-out 0s; } /*----------------------------------------*/ /* 10. statistics /*----------------------------------------*/ .statistics__block { padding-right: 28px; } @media only screen and (min-width: 992px) and (max-width: 1200px) { .statistics__block { padding-right: 0; } } @media only screen and (min-width: 992px) and (max-width: 1200px) { .statistics__block h4 { font-size: 20px; } } .statistics__block > span { font-size: 40px; display: inline-flex; align-items: center; margin-bottom: 25px; } .statistics__block > span i { margin-right: 12px; } .statistics__block--h2 { padding-right: 0; } .statistics__block--h2 span { font-size: 35px; display: block; } .statistics__block--h2 p { font-size: 40px; font-weight: 600; color: #221f3c; display: inline-flex; } .statistics__block--h2 p sup { top: -27px; font-size: 25px; } @media only screen and (min-width: 992px) and (max-width: 1200px) { .statistics__block--h2 h5 { font-size: 13px; } } .statistics__block--h3 { padding: 52px 45px; border: 2px solid #e3e3e3; position: relative; } @media only screen and (min-width: 992px) and (max-width: 1200px) { .statistics__block--h3 { padding: 52px 30px; } } .statistics__block--h3--one { border-right: 2px solid transparent; border-bottom: 2px solid transparent; } @media (max-width: 767px) { .statistics__block--h3--one { border-right: 2px solid #e3e3e3; } } .statistics__block--h3--two { border-bottom: 2px solid transparent; } .statistics__block--h3--three { border-right: 2px solid transparent; } @media (max-width: 767px) { .statistics__block--h3--three { border-right: 2px solid #e3e3e3; border-bottom: 2px solid transparent; } } .statistics__block--h3::before { position: absolute; content: ""; width: 300px; height: 300px; top: 50%; left: 50%; transform: translateY(-50%) translateX(-50%); background: #221f3c; transition: .4s; opacity: 0; visibility: hidden; z-index: 1; } .statistics__block--h3:hover::before { opacity: 1; visibility: visible; } .statistics__block--h3:hover span i::before, .statistics__block--h3:hover p { color: #ffffff; z-index: 111; position: relative; } .statistics__block--h3:hover h5 { color: #dbd9ef; z-index: 111; position: relative; } .statistics-shape { position: absolute; } .statistics-shape1 { top: 0; left: 0; } .statistics-shape2 { bottom: 0; right: 0; } /*----------------------------------------*/ /* 11. Projects /*----------------------------------------*/ .review__arrow { opacity: 1; visibility: visible; top: auto; bottom: -105px; transform: translateY(0); padding: 0; width: inherit; height: inherit; line-height: 1; font-size: 50px; } .review__arrow:hover { background: transparent; color: #221f3c; } .review__arrow--h2 { opacity: 1; visibility: visible; top: -125px; background: transparent; color: #696969; border: 2px solid #e5e5e5; line-height: 65px; font-size: 28px; } .review__arrow--next { right: 0; } .review__arrow--prev { right: 80px; } .review__next--arrow { left: 77px; } .review--minus { margin-top: -90px; } .review__img img { margin-left: -112px; max-width: inherit; } @media only screen and (min-width: 1200px) and (max-width: 1600px) { .review__img img { margin-left: 0; } } @media only screen and (min-width: 768px) and (max-width: 991px) { .review__img img { margin-left: 0; } } @media (max-width: 767px) { .review__img img { margin-left: 0; width: 100%; } } .review__active { margin-left: 70px; padding-right: 25px; padding-top: 0px; } @media only screen and (min-width: 992px) and (max-width: 1200px) { .review__active { margin-left: 50px; padding-right: 0; } } @media (max-width: 767px) { .review__active { margin-left: 0; padding-right: 0; padding-top: 0px; } } .review__active--h2 .slick-dots { text-align: center; } .review__active--h2 .slick-dots li { display: inline-block; } .review__active--h2 .slick-dots li button { height: 25px; width: 25px; text-indent: -222222222222px; background: transparent; border-radius: 50%; border: 3px solid #e5e5e5; padding: 0; margin: 0 5px; cursor: pointer; -webkit-transition: all 0.3s ease-out 0s; -moz-transition: all 0.3s ease-out 0s; -ms-transition: all 0.3s ease-out 0s; -o-transition: all 0.3s ease-out 0s; transition: all 0.3s ease-out 0s; } .review__active--h2 .slick-dots .slick-active button { border-color: #221f3c; -webkit-transition: all 0.3s ease-out 0s; -moz-transition: all 0.3s ease-out 0s; -ms-transition: all 0.3s ease-out 0s; -o-transition: all 0.3s ease-out 0s; transition: all 0.3s ease-out 0s; } .review__header--text h4 { margin-bottom: 5px; } @media only screen and (min-width: 768px) and (max-width: 991px) { .review__header--text h4 { font-size: 19px; } } .review__quote { position: absolute; font-size: 50px; color: #221f3c; left: 54px; bottom: 67px; } .review__quote--h2 { color: rgba(34, 31, 60, 0.1); bottom: -14px; left: 0; } .review--header { margin-bottom: 30px; padding-top: 34px; } .review--header--h2 { padding: 0; } .review--header--img::after { position: absolute; content: ""; width: 100%; height: 100%; left: 10px; background: rgba(34, 31, 60, 0.07); top: 10px; z-index: -1; } .review__content ul li { display: inline-block; margin-right: 5px; } .review__content ul li i { font-size: 15px; color: #221f3c; } .review__content--h4 h5 { line-height: 32px; } .review__content--h4 h5 i { font-size: 35px; padding-right: 13px; color: #221f3c; } .review__wrapper { padding: 45px 30px 60px 35px; border: 1px solid #e5e5e5; } .review__wrapper--h4 { padding: 50px 40px; border-radius: 12px; background-color: white; box-shadow: 0px 30px 60px 0px rgba(230, 230, 230, 0.4); border: 1px solid transparent; } @media (max-width: 767px) { .review__wrapper--h4 { padding: 30px 20px; } } .review__shape { position: absolute; top: 0; left: 0; height: 573px; background: #f8f8f8; width: 100%; z-index: -1; } .review__quotes--icon { position: absolute; right: 96px; top: 96px; } .review-shape--line { position: absolute; top: 0; left: 0; } .review__active--h4 .review__arrow--h2 { top: 30%; background: #dad9df; color: #221f3c; border: 2px solid transparent; line-height: 56px; font-size: 24px; height: 60px; width: 60px; } .review__active--h4 .review__arrow--h2:hover { background: #221f3c; color: #ffffff; } .review__active--h4 .review__arrow--prev { right: auto; left: -7%; } @media only screen and (min-width: 1200px) and (max-width: 1600px) { .review__active--h4 .review__arrow--prev { left: -5%; } } .review__active--h4 .review__arrow--next { left: auto; right: -7%; } @media only screen and (min-width: 1200px) and (max-width: 1600px) { .review__active--h4 .review__arrow--next { right: -5%; } } /*----------------------------------------*/ /* 12. Blog /*----------------------------------------*/ .blog--img a i { position: absolute; left: 30px; bottom: -34px; height: 70px; width: 70px; background: #fff; line-height: 70px; text-align: center; border-radius: 50%; font-size: 20px; color: #221f3c; z-index: 1; box-shadow: 0px 10px 30px 0px rgba(191, 191, 191, 0.6); -webkit-transition: all 0.3s ease-out 0s; -moz-transition: all 0.3s ease-out 0s; -ms-transition: all 0.3s ease-out 0s; -o-transition: all 0.3s ease-out 0s; transition: all 0.3s ease-out 0s; } .blog--img a i::after { content: ""; position: absolute; z-index: 0; left: 50%; top: 50%; transform: translateX(-50%) translateY(-50%); display: block; width: 80px; height: 80px; background: #fff; border-radius: 50%; animation: pulse-border 1500ms ease-out infinite; z-index: -1; opacity: 0.54; -webkit-transition: all 0.3s ease-out 0s; -moz-transition: all 0.3s ease-out 0s; -ms-transition: all 0.3s ease-out 0s; -o-transition: all 0.3s ease-out 0s; transition: all 0.3s ease-out 0s; } .blog--img a:hover i { background: #221f3c; color: #ffffff; -webkit-transition: all 0.3s ease-out 0s; -moz-transition: all 0.3s ease-out 0s; -ms-transition: all 0.3s ease-out 0s; -o-transition: all 0.3s ease-out 0s; transition: all 0.3s ease-out 0s; } .blog--content { padding: 65px 30px 0 30px; } @media only screen and (min-width: 992px) and (max-width: 1200px) { .blog--content { padding: 65px 20px 0 20px; } } .blog--content span { display: block; } .blog--content > a { display: block; font-weight: 700; font-size: 14px; text-decoration: underline; } .blog--content h4 { margin-bottom: 20px; } .blog__img-link { display: inline-block; overflow: hidden; -webkit-transition: all 0.3s ease-out 0s; -moz-transition: all 0.3s ease-out 0s; -ms-transition: all 0.3s ease-out 0s; -o-transition: all 0.3s ease-out 0s; transition: all 0.3s ease-out 0s; } .blog__block:hover .blog__img-link { -webkit-transition: all 0.3s ease-out 0s; -moz-transition: all 0.3s ease-out 0s; -ms-transition: all 0.3s ease-out 0s; -o-transition: all 0.3s ease-out 0s; transition: all 0.3s ease-out 0s; } .blog__block:hover .blog__img-link img { transform: scale(1.1); -webkit-transition: all 0.3s ease-out 0s; -moz-transition: all 0.3s ease-out 0s; -ms-transition: all 0.3s ease-out 0s; -o-transition: all 0.3s ease-out 0s; transition: all 0.3s ease-out 0s; } .blog__thumb::before { position: absolute; content: ""; width: 100%; height: 100%; background-image: -moz-linear-gradient(90deg, rgba(34, 31, 60, 0.98039) 0%, rgba(34, 31, 60, 0.64) 43%, rgba(34, 31, 60, 0.5) 60%, rgba(34, 31, 60, 0.01961) 100%); background-image: -webkit-linear-gradient(90deg, rgba(34, 31, 60, 0.98039) 0%, rgba(34, 31, 60, 0.64) 43%, rgba(34, 31, 60, 0.5) 60%, rgba(34, 31, 60, 0.01961) 100%); background-image: -ms-linear-gradient(90deg, rgba(34, 31, 60, 0.98039) 0%, rgba(34, 31, 60, 0.64) 43%, rgba(34, 31, 60, 0.5) 60%, rgba(34, 31, 60, 0.01961) 100%); -webkit-transition: all 0.3s ease-out 0s; -moz-transition: all 0.3s ease-out 0s; -ms-transition: all 0.3s ease-out 0s; -o-transition: all 0.3s ease-out 0s; transition: all 0.3s ease-out 0s; z-index: 1; } .blog__content { position: relative; z-index: 1; } .blog__content--h3 { position: absolute; bottom: 0; padding: 25px 25px; } .blog__content--h3--big { padding: 40px 40px; } @media only screen and (min-width: 992px) and (max-width: 1200px) { .blog__content--h3--big { padding: 40px 25px; } } @media (max-width: 767px) { .blog__content--h3--big { padding: 40px 25px; } } @media only screen and (min-width: 992px) and (max-width: 1200px) { .blog__content h4 { font-size: 20px; } } @media (max-width: 767px) { .blog__content h4 { font-size: 18px; } } .blog__content h4:hover a { color: #c0bce9; } .blog__cate { font-size: 15px; } .blog__date { min-height: 33px; display: inline-block; line-height: 33px; padding: 0 15px; background: #fff; border-radius: 16.5px; font-size: 12px; color: #221f3c; margin-left: 8px; text-transform: capitalize; } .blog__meta { margin-bottom: 7px; } .blog__meta--s2 { position: absolute; bottom: 30px; z-index: 11; left: 30px; } .blog__meta--s2 ul li { display: inline-block; } .blog__meta--s2 ul li a { color: #ffffff; font-size: 14px; margin-right: 25px; } .blog__meta--s2 ul li a i { margin-right: 6px; } .blog__title-big--h3 { font-size: 30px; } .blog__link { text-decoration: underline; } .blog__link:hover { color: #c0bce9; } .blog__list { padding-right: 10px; } .blog__list ul li { display: inline-flex; align-items: center; margin-bottom: 20px; } .blog__list ul li .blog-thumb { min-width: 60px; } .blog__list ul li .blog-content { padding-left: 13px; } .blog__list ul li .blog-content h6 { margin-bottom: 5px; } .blog__list ul li:last-child { margin-bottom: 0; } .blog__block { overflow: hidden; } .blog__block .blog__thumb img { transform: scale(1) rotate(deg); -webkit-transition: all 0.4s ease-out 0s; -moz-transition: all 0.4s ease-out 0s; -ms-transition: all 0.4s ease-out 0s; -o-transition: all 0.4s ease-out 0s; transition: all 0.4s ease-out 0s; } @media only screen and (min-width: 768px) and (max-width: 991px) { .blog__block .blog__thumb img { width: 100%; } } .blog__block:hover .blog__thumb img { transform: scale(1.1) rotate(2deg); -webkit-transition: all 0.4s ease-out 0s; -moz-transition: all 0.4s ease-out 0s; -ms-transition: all 0.4s ease-out 0s; -o-transition: all 0.4s ease-out 0s; transition: all 0.4s ease-out 0s; } .blog__pagination nav ul { padding-top: 20px; padding-bottom: 125px; border-bottom: 2px solid #efefef; } .blog__pagination nav ul li a { height: 60px; width: 60px; text-align: center; padding: 0; line-height: 60px; font-size: 18px; border: 2px solid #e3e3e3; margin: 0 5px; margin-left: 5px; border-radius: 50% !important; font-weight: 600; color: #696969; display: inline-block; } @media (max-width: 767px) { .blog__pagination nav ul li a { height: 45px; width: 45px; line-height: 43px; font-size: 14px; } } .blog__pagination nav ul li a i { font-size: 24px; color: #14212b; } @media (max-width: 767px) { .blog__pagination nav ul li a i { font-size: 20px; } } .blog__pagination nav ul li:hover a { background: #221f3c; border: 2px solid transparent; color: #ffffff; } .blog__pagination nav ul li:hover a i { color: #ffffff; } .blog__title--s2 { font-size: 35px; } .blog__widget--search input { width: 100%; height: 70px; background: #f5f5f5; border: 0; padding: 20px 30px; border-radius: 7px; font-size: 20px; font-weight: 600; color: #696969; } .blog__widget--search input::placeholder { color: #696969; } .blog__widget--search button { position: absolute; top: 50%; transform: translateY(-50%); right: 30px; font-size: 16px; padding: 0; background: transparent; border: 0; } .blog__widget--padding { padding: 50px 44px 60px; border: 1px solid #eee; } @media only screen and (min-width: 992px) and (max-width: 1200px) { .blog__widget--padding { padding: 15px 15px 15px; } } @media (max-width: 767px) { .blog__widget--padding { padding: 15px 15px 15px; } } .blog__widget--cate ul li { display: block; margin-bottom: 25px; } .blog__widget--cate ul li:last-child { margin-bottom: 0; } .blog__widget--cate ul li a { font-size: 15px; color: #696969; position: relative; font-weight: 500; } .blog__widget--cate ul li a span { position: absolute; right: -25px; top: -19px; -webkit-transition: all 0.4s ease-out 0s; -moz-transition: all 0.4s ease-out 0s; -ms-transition: all 0.4s ease-out 0s; -o-transition: all 0.4s ease-out 0s; transition: all 0.4s ease-out 0s; } .blog__widget--cate ul li:hover a { color: #221f3c; } .blog__widget--cate ul li:hover a span { top: -15px; -webkit-transition: all 0.4s ease-out 0s; -moz-transition: all 0.4s ease-out 0s; -ms-transition: all 0.4s ease-out 0s; -o-transition: all 0.4s ease-out 0s; transition: all 0.4s ease-out 0s; } .blog__widget--blog ul li { padding-bottom: 30px; border-bottom: 1px solid #e6e6e6; margin-bottom: 30px; } .blog__widget--blog ul li:last-child { margin-bottom: 0; padding-bottom: 0; border-bottom: 0; } .blog__widget--tags ul { margin: 0 -5px; } .blog__widget--tags ul li { float: left; margin: 0 5px; } .blog__widget--tags ul li a { font-size: 15px; font-weight: 500; padding: 9px 19px; display: inline-block; background: #f5f5f5; border-radius: 5px; margin-bottom: 10px; } .blog__widget--tags ul li:hover a { background: #221f3c; color: #ffffff; } .blog__small--thumb { min-width: 80px; margin-right: 15px; } .blog__small--text h6 { margin-bottom: 7px; } @keyframes pulse-border { 0% { transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1); opacity: 1; } 100% { transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1.5); opacity: 0; } } /* 7.blog */ .latest-news { position: relative; } .news__thumb:before { background-image: -moz-linear-gradient(90deg, #062a4d 0%, rgba(0, 0, 0, 0) 100%); background-image: -webkit-linear-gradient(90deg, #062a4d 0%, rgba(0, 0, 0, 0) 100%); background-image: -ms-linear-gradient(90deg, #062a4d 0%, rgba(0, 0, 0, 0) 100%); position: absolute; bottom: 0; left: 0; content: ""; height: 100%; width: 100%; } .news__thumb img { width: 100%; } .news__caption { position: absolute; bottom: 0; left: 0; right: 0; padding: 45px; } @media only screen and (min-width: 992px) and (max-width: 1200px) { .news__caption { padding: 20px; } } @media (max-width: 767px) { .news__caption { padding: 20px; } } .news__caption h2 { font-size: 24px; line-height: 1.5; letter-spacing: -.20px; } .news__caption h2 a { color: #ffffff; } .news__caption h2 a:hover { opacity: .7; } .postbox__thumb { position: relative; } .postbox__thumb a img { max-width: 100%; } .post-meta span { font-size: 12px; letter-spacing: 2px; font-weight: 500; text-transform: uppercase; margin-right: 20px; } @media (max-width: 767px) { .post-meta span { margin-right: 10px; } } .post-meta span a:hover { color: #221f3c; } .post-meta span i { color: #221f3c; margin-right: 2px; } .p-50 { padding: 50px; } @media only screen and (min-width: 992px) and (max-width: 1200px) { .p-50 { padding: 30px; } } @media (max-width: 767px) { .p-50 { padding: 30px; } } .p-30 { padding: 30px; } .blog-title { font-size: 35px; letter-spacing: -.3px; } .blog-title a:hover { color: #221f3c; } .read-more { letter-spacing: 2px; font-size: 12px; text-transform: uppercase; font-weight: 500; } .read-more:hover { color: #221f3c; } .read-more i { transition: .3s; display: inline-block; } .read-more:hover i { transform: translateX(5px); } .blog-title-sm { font-size: 20px; margin-bottom: 10px; line-height: 1.5; } .post-text p { font-size: 16px; line-height: 28px; } .post-text blockquote { background: #221f3c; padding: 50px; position: relative; padding-left: 120px; } @media (max-width: 767px) { .post-text blockquote { padding: 30px; } } .post-text blockquote p { font-size: 26px; margin-bottom: 20px; color: #ffffff; font-weight: 600; letter-spacing: -.3px; line-height: 1.3; } .post-text blockquote::before { content: "\f10d"; left: 50px; top: 50px; position: absolute; color: #758799; font-family: "Font Awesome 5 Pro"; font-weight: 700; font-size: 41px; } @media (max-width: 767px) { .post-text blockquote::before { position: static; } } .blog-post-tag a { color: #646974; display: inline-block; font-size: 14px; font-weight: 500; text-transform: uppercase; border: 2px solid #e3e3e3; padding: 12px 24px; margin-right: 10px; transition: .3s; border-radius: 5px; margin-bottom: 10px; } .blog-post-tag a:hover { color: #fff; background: #221f3c; border-color: #221f3c; } .blog-post-tag a:last-child { margin-right: 0; } .blog-share-icon span { font-size: 18px; font-weight: 600; display: block; margin-bottom: 17px; } .blog-share-icon a { font-size: 18px; transition: .3s; margin-right: 22px; } .blog-share-icon a:hover { color: #221f3c; } .blog-share-icon a:last-child { margin-right: 0; } .blog-details-border { border-top: 1px solid #e3e3e3; border-bottom: 1px solid #e3e3e3; padding-top: 33px; padding-bottom: 23px; margin-bottom: 42px; } .author { background: #e3e3e3; padding: 0 70px 44px 70px; } @media (max-width: 767px) { .author { padding: 0 30px 44px 30px; } } .author-img { margin-bottom: 35px; } .author-img img { margin-top: -60px; } .author-text h3 { font-size: 24px; font-weight: 700; margin-bottom: 10px; } .author-text p { margin-bottom: 0; font-size: 16px; line-height: 28px; } .author-icon { margin-top: 6px; margin-bottom: 25px; } .author-icon a { font-size: 14px; color: #9498b6; margin: 0 5px; transition: .3s; } .author-icon a:hover { color: #221f3c; } .post-comments { border-bottom: 1px solid #e3e3e3; margin-bottom: 42px; padding-bottom: 46px; } .blog-coment-title h2 { font-size: 26px; margin-bottom: 0; } .comments-avatar { float: left; } @media (max-width: 767px) { .comments-avatar { float: none; } } .comments-avatar img { width: 100px; margin-right: 20px; } .latest-comments li:first-child .comments-box { border-top: 0; padding-top: 0; } .latest-comments li:last-child .comments-box { border-bottom: 0; padding-bottom: 0; } .latest-comments li.children { margin-left: 100px; } @media (max-width: 767px) { .latest-comments li.children { margin-left: 0; } } .comments-box { border-top: 1px solid #e3e3e3; padding: 30px 0; } .comments-text { overflow: hidden; padding-top: 4px; } @media (max-width: 767px) { .comments-text { margin-top: 15px; } } .comments-text p { margin-bottom: 0; margin-top: 8px; } .avatar-name h5 { font-size: 18px; margin-bottom: 7px; } .avatar-name span { color: #221f3c; font-size: 12px; font-weight: 500; text-transform: uppercase; letter-spacing: 2px; } .avatar-name { margin-bottom: 3px; overflow: hidden; position: relative; } .reply { display: inline-block; font-size: 14px; font-weight: 400; transition: .3s; line-height: 1; margin-top: 4px; position: absolute; right: 0; top: 0; } .reply:hover { color: #221f3c; } .reply i { margin-right: 5px; } .post-comments-title { margin-bottom: 39px; } .post-comments-title h2 { font-size: 26px; font-weight: 700; color: #140a20; margin-bottom: 0; } .conatct-post-form { background: #e3e3e3; padding: 50px; } @media (max-width: 767px) { .conatct-post-form { padding: 20px; } } .conatct-post-form input { border: none; height: 60px; margin-bottom: 20px; padding: 0 30px; width: 100%; font-size: 14px; color: #a7a7c1; } .conatct-post-form textarea { border: none; height: 150px; margin-bottom: 20px; padding: 30px; width: 100%; color: #a7a7c1; font-size: 14px; } #contacts-form input::-moz-placeholder { color: #a7a7c1; font-size: 14px; } #contacts-form input::placeholder { color: #a7a7c1; font-size: 14px; } #contacts-form textarea::-moz-placeholder { color: #a7a7c1; font-size: 14px; } #contacts-form textarea::placeholder { color: #a7a7c1; font-size: 14px; } .contact-icon { position: relative; } .contact-icon::after { position: absolute; content: ""; font-family: "Font Awesome 5 Free"; font-weight: 700; display: inline-block; font-size: 16px; text-align: center; right: 30px; color: #221f3c; top: 18px; } .contacts-message::after { content: "\f303"; } .contacts-name::after { content: "\f007"; } .contacts-email::after { content: "\f0e0"; } .contacts-website::after { content: "\f0ac"; } .blog-post-tag span { font-size: 18px; font-weight: 600; display: block; margin-bottom: 17px; } /*----------------------------------------*/ /* 13. Sponsor /*----------------------------------------*/ .sponsor__single { text-align: center; } .sponsor__single img { display: inline-block; } .sponsor__hr { border-bottom: 2px solid #ececec; margin: 0; } .sponsor__single.slick-slide.slick-current.slick-active img { filter: invert(100%); outline: 0; } .sponsor-active--h3 .sponsor__single.slick-slide.slick-current.slick-active img { filter: invert(1%); outline: 0; } .sponsor__single.slick-slide { outline: 0 !important; } .sponsor-active .slick-track { display: flex !important; align-items: center !important; } .sponsor-active--h3 .slick-track { display: flex; align-items: center; } /*----------------------------------------*/ /* 14. Footer /*----------------------------------------*/ .footer--contact-icon i { font-size: 35px; } .footer--contact-text span { margin-bottom: 3px; display: block; } .footer__title { margin-bottom: 23px; } .footer__menu ul li a { display: block; margin-bottom: 8px; font-size: 15px; } .footer__menu ul li a:hover { color: #221f3c; } .footer__menu--h4 ul li a { color: #dbd9ef; } .footer__menu--h4 ul li a:hover { color: #ffffff; } .footer__newsletter { margin-bottom: 22px; } .footer__newsletter form { position: relative; } .footer__newsletter form input { width: 100%; height: 50px; border: 2px solid #221f3c; padding: 15px; font-size: 15px; } .footer__newsletter form input::placeholder { font-size: 15px; color: #696969; } .footer__newsletter form button { position: absolute; right: 0; width: 50px; text-align: center; line-height: 45px; border: 2px solid #221f3c; top: 0; height: 100%; font-size: 18px; color: #fff; background: #221f3c; cursor: pointer; } .footer__newsletter--h4 form button { background: #3f3c5f; } .footer__social ul li { display: inline-block; font-size: 18px; font-weight: 700; color: #221f3c; margin-right: 20px; } .footer__social ul li:last-child { margin-right: 0; } .footer__social ul li a { font-size: 14px; color: #696969; } .footer__social ul li a:hover { color: #221f3c; } .footer__social--h4 ul li { color: #ffffff; } .footer__social--h4 ul li a { font-size: 14px; color: #ffffff; } .footer__social--h4 ul li a:hover { color: #dbd9ef; } .footer__copyright p { padding: 20px 0; border-top: 2px solid #e6e6e6; } .footer__copyright--h4 p { border-top: 2px solid #312d54; } /*----------------------------------------*/ /* 15. Video /*----------------------------------------*/ .video { padding: 224px 0; } .video__caption a { height: 150px; width: 150px; display: inline-block; text-align: center; line-height: 150px; background: #ffffff; border-radius: 50%; font-size: 20px; color: #221f3c; margin: 0 auto; margin-bottom: 0px; transition: .4s; margin-bottom: 65px; } .video__caption a:hover { background: #221f3c; color: #ffffff; } /*----------------------------------------*/ /* 16. Work /*----------------------------------------*/ .work__block > i { height: 100px; width: 100px; display: inline-block; line-height: 100px; background: rgba(34, 31, 60, 0.07); border-radius: 50%; font-size: 40px; color: #221f3c; margin-bottom: 30px; } .work__block > i span { position: absolute; height: 35px; width: 35px; font-size: 14px; background: #221f3c; line-height: 35px; border-radius: 50%; color: #ffffff; left: -3px; top: -13px; font-family: "Cerebri Sans"; font-weight: 600; } .work__block a i { font-size: 30px; } .work__block h4 { margin-bottom: 10px; } .work__block::before { position: absolute; content: url(../images/shape/work-separate-shape.png); right: -153px; top: 34px; } @media only screen and (min-width: 768px) and (max-width: 991px) { .work__block::before { display: none; } } @media (max-width: 767px) { .work__block::before { display: none; } } .work .col-lg-3:last-child .work__block::before { display: none; } /*----------------------------------------*/ /* 10. Price /*----------------------------------------*/ .price--bg { background-repeat: no-repeat; } .price__special { position: absolute; top: -20px; min-height: 35px; display: inline-block; line-height: 35px; padding: 0 20px; background: #221f3c; border-radius: 17.5px; margin-bottom: 5px; text-transform: uppercase; font-weight: 600; z-index: 1111; color: #ffffff; } .price__block { padding: 50px 55px; background: #fff; -webkit-transition: all 0.4s ease-out 0s; -moz-transition: all 0.4s ease-out 0s; -ms-transition: all 0.4s ease-out 0s; -o-transition: all 0.4s ease-out 0s; transition: all 0.4s ease-out 0s; border: 3px solid transparent; } .price__block:hover { box-shadow: 0px 10px 30px 0px rgba(34, 31, 60, 0.44); -webkit-transition: all 0.4s ease-out 0s; -moz-transition: all 0.4s ease-out 0s; -ms-transition: all 0.4s ease-out 0s; -o-transition: all 0.4s ease-out 0s; transition: all 0.4s ease-out 0s; border: 3px solid #221f3c; } @media only screen and (min-width: 992px) and (max-width: 1200px) { .price__block { padding: 50px 20px; } } @media only screen and (min-width: 768px) and (max-width: 991px) { .price__block { padding: 50px 20px; } } @media (max-width: 767px) { .price__block { padding: 50px 20px; } } .price__block--border { border: 1px solid #dfdfdf; } .price__block--border:hover { border: 1px solid transparent; background: #221f3c; } .price__block--border:hover .price__header--h2 i, .price__block--border:hover .price__header--h2 h2, .price__block--border:hover .price__amount p, .price__block--border:hover .price__amount p span, .price__block--border:hover .price__list p { color: #fff; } .price__block--border:hover .price__btn a.btn { background: #ffffff; color: #221f3c; } .price__header span { min-height: 35px; display: inline-block; line-height: 35px; padding: 0 20px; background: rgba(34, 31, 60, 0.07); border-radius: 17.5px; margin-bottom: 5px; } .price__header h2 { margin-bottom: 25px; } .price__header i { font-size: 80px; margin-bottom: 45px; color: #221f3c; } .price__header--h2 i { margin-bottom: 15px; } .price__header--h2 h2 { margin-bottom: 25px; } .price__amount p { font-size: 24px; font-weight: 500; margin-bottom: 48px; } .price__amount p span { font-size: 55px; font-weight: 400; color: #474747; } .price__amount p strong { font-size: 22px; margin-right: 3px; } .price__amount--h2 p { margin-bottom: 33px; } .price__list { text-align: left; margin-bottom: 56px; } .price__list ul li { font-size: 18px; font-weight: 500; display: block; margin-bottom: 16px; padding-left: 27px; position: relative; } .price__list ul li::before { position: absolute; content: "\f00c"; line-height: 1; top: 50%; transform: translateY(-50%); left: 0; font-family: 'Font Awesome 5 Pro'; color: #221f3c; } .personal-info--minus { margin-bottom: -195px; } .personal-img { display: inline-block; } .consult__bg { background-attachment: inherit; } .consult__bg--h5 { background: #f2f0f0; padding-left: 70px; padding-right: 70px; overflow: hidden; } @media (max-width: 767px) { .consult__bg--h5 { padding-left: 20px; padding-right: 20px; } } .consult__shape { position: absolute; } .consult__shape1 { left: 200px; bottom: 20px; } .consult__shape2 { top: 58px; right: 182px; } .btn-menu-main { background: #152136; height: 100%; padding: 30px; position: fixed; right: 0; top: 0; transition: all 0.7s ease 0s; width: 340px; z-index: 9999; transform: translateX(100%); padding-bottom: 40px; } .btn-menu-main-right { transform: translateX(0); } .crose { color: #fff; float: right; cursor: pointer; } /* extra info */ .logo-side { display: flex; align-items: center; justify-content: space-between; } .extra-info > p { color: #ddd; font-size: 15px; line-height: 28px; } .instagram img { width: 100%; } .social-icon-right > a { color: #fff; display: inline-block; margin-right: 20px; text-align: center; } .social-icon-right > a:hover { color: #ff4a57; } .instagram { overflow: hidden; margin: 0 -4px; } .instagram > a { float: left; width: 33.33%; padding: 0 4px; margin-bottom: 7px; } .side-info { border-top: 1px solid #344159; padding-top: 25px; } .contact-list h4 { color: #fff; font-weight: 700; font-size: 20px; } .contact-list p { color: #fff; opacity: .5; margin: 0; margin-bottom: 2px; } /* Menu Search -------------------------------------------------------*/ .nav-search { position: relative; display: block; color: inherit; } .nav-search:hover { color: inherit; } .search-wrap { width: 100%; height: 100%; overflow: hidden; display: none; position: fixed; top: 0; left: 0; z-index: 121; background: rgba(0, 0, 0, 0.9); } .search-wrap .search-inner { position: relative; width: 100%; height: 100%; } .search-wrap .search-cell { position: absolute; top: 50%; width: 100%; transform: translateY(-50%); } .search-wrap .search-field-holder { width: 50%; margin: auto; position: relative; animation: slideInUp .3s; } .search-wrap .main-search-input { width: 100%; height: 70px; border: 0; padding: 0 50px; text-transform: uppercase; background: transparent; font-size: 25px; color: #fff; border-bottom: 2px solid #898989; text-align: center; letter-spacing: 2px; } .search-wrap input.form-control, .search-wrap input.form-control:focus { background-color: #fff; } @keyframes slideInUp { from { -webkit-transform: translate3d(0, 100%, 0); transform: translate3d(0, 100%, 0); } to { -webkit-transform: translate3d(0, 0, 0); transform: translate3d(0, 0, 0); } } @-webkit-keyframes slideInUp { from { -webkit-transform: translate3d(0, 100%, 0); transform: translate3d(0, 100%, 0); } to { -webkit-transform: translate3d(0, 0, 0); transform: translate3d(0, 0, 0); } } input.main-search-input::-webkit-input-placeholder { color: #fff; font-size: 25px; } input.main-search-input::-moz-placeholder { color: #fff; opacity: 1; font-size: 25px; } input.main-search-input:-ms-input-placeholder { color: #fff; font-size: 25px; } .search-close { position: absolute; top: 50px; right: 50px; font-size: 30px; color: #fff; cursor: pointer; } .progress-circular { height: 109px; margin-right: 30px; } .skill-circle-text > p { margin-bottom: 0; } /*==================== Click Top ====================*/ .scroll-top { position: fixed; bottom: 50px; right: 50px; z-index: 99; text-align: center; font-size: 18px; display: inline-block; padding: 0; line-height: 1; width: 60px; height: 60px; border: 0; -webkit-animation: jump 3.5s linear infinite; animation: jump 3.5s linear infinite; cursor: pointer; border-radius: 5px; background-color: white; box-shadow: 0px 10px 32px 0px rgba(197, 197, 197, 0.4); color: #221f3c; -webkit-transition: all 0.4s ease-out 0s; -moz-transition: all 0.4s ease-out 0s; -ms-transition: all 0.4s ease-out 0s; -o-transition: all 0.4s ease-out 0s; transition: all 0.4s ease-out 0s; } .scroll-top:hover { background: #221f3c; color: #fff; } /*----------------------------------------*/ /* 17. Page /*----------------------------------------*/ .page-title-padding { padding-top: 215px; padding-bottom: 240px; } @media only screen and (min-width: 992px) and (max-width: 1200px) { .page-title-padding { padding-top: 110px; padding-bottom: 135px; } } @media (max-width: 767px) { .page-title-padding { padding-top: 110px; padding-bottom: 135px; } } .page-title h3 { font-size: 120px; margin-bottom: 15px; } @media only screen and (min-width: 768px) and (max-width: 991px) { .page-title h3 { font-size: 70px; } } @media (max-width: 767px) { .page-title h3 { font-size: 40px; } } .page-title--small h3 { font-size: 80px; margin-bottom: 15px; } @media (max-width: 767px) { .page-title--small h3 { font-size: 30px; } } .breadcrumb-list ul li { display: inline-flex; font-size: 24px; color: #fff; padding-left: 28px; margin-left: 17px; position: relative; align-items: center; vertical-align: middle; line-height: 1; } @media (max-width: 767px) { .breadcrumb-list ul li { font-size: 17px; } } .breadcrumb-list ul li:hover a { color: #c0bce9; } .breadcrumb-list ul li::before { position: absolute; content: "\f105"; vertical-align: middle; display: inline-block; left: 0; font-family: 'Font Awesome 5 Pro'; } .breadcrumb-list ul li:first-child { padding-left: 0; margin-left: 0; } .breadcrumb-list ul li:first-child::before { display: none; } .about-ex { padding-right: 86px; } @media only screen and (min-width: 992px) and (max-width: 1200px) { .about-ex { padding-right: 0px; } } @media (max-width: 767px) { .about-ex { padding-right: 0px; } } @media only screen and (min-width: 992px) and (max-width: 1200px) { .about-ex h2 { font-size: 28px; } } .about-img img { max-width: inherit; } @media only screen and (min-width: 992px) and (max-width: 1200px) { .about-img img { width: 100%; } } @media only screen and (min-width: 768px) and (max-width: 991px) { .about-img img { width: 100%; } } @media (max-width: 767px) { .about-img img { width: 100%; } } .about-img--2 { position: absolute; right: -170px; top: 4px; background-color: #707070; box-shadow: 0px 10px 30px 0px rgba(74, 74, 74, 0.5); } @media only screen and (min-width: 768px) and (max-width: 991px) { .about-img--2 { right: -35px; top: -40px; } } @media only screen and (min-width: 992px) and (max-width: 1200px) { .about-img--2 { z-index: -1; right: 0; } } .link-more-2 { font-size: 16px; } .link-more i { padding-left: 10px; } .about-img { padding-top: 50px; } .about-service--content { padding: 35px 20px 40px; } .about-service:hover { background-color: white; box-shadow: 0px 10px 30px 0px rgba(213, 213, 213, 0.5); transition: .4s; } .about-service { transition: .4s; } .about-service--content a:hover { color: #ffff; background: #221f3c; border: 2px solid transparent; } .review__shape--ex { background: #221f3c; } @media only screen and (min-width: 768px) and (max-width: 991px) { .consult-box--ex { padding: 80px 0; } } @media (max-width: 767px) { .consult-box--ex { padding: 80px 0; } } .consult-minus { margin-top: -200px; } .sd-content { padding-right: 1px; } .pricing-tabs { display: flex; justify-content: end; } .pricing-tabs ul { border-radius: 5px; background-color: white; box-shadow: 0px 10px 30px 0px rgba(168, 164, 208, 0.44); border: 0; padding: 10px 5px; } .pricing-tabs ul li a { font-size: 14px; text-transform: uppercase; color: #696969; font-weight: 700; line-height: 1; padding: 15px 25px; border-radius: 5px !important; background: rgba(0, 0, 0, 0.1); margin: 0 5px !important; } .pricing-tabs ul li a.nav-link.active { border: 1px solid transparent; background: #221f3c; color: #fff; } .history__right--thumb { right: 0; left: auto; } .feature__content--ex-2 { padding: 0 57px; } @media only screen and (min-width: 1200px) and (max-width: 1600px) { .feature__content--ex-2 { padding: 0 0px; } } @media only screen and (min-width: 768px) and (max-width: 991px) { .feature__content--ex-2 { padding: 0 0px; } } @media (max-width: 767px) { .feature__content--ex-2 { padding: 0 0px; } } .best-feature--right { padding-right: 148px; } @media only screen and (min-width: 1200px) and (max-width: 1600px) { .best-feature--right { padding-right: 0px; } } @media only screen and (min-width: 768px) and (max-width: 991px) { .best-feature--right { padding-right: 0px; } } @media (max-width: 767px) { .best-feature--right { padding-right: 0px; } } .history__left--thumb-3 { width: 60%; } .history__left--thumb-3::before { display: none; } .feature__content--ex-3 { padding-right: 70px; } @media (max-width: 767px) { .feature__content--ex-3 { padding-right: 0px; } } .progress-border-2 { background-color: white; box-shadow: 0px 10px 30px 0px rgba(161, 161, 161, 0.33); border: 1px solid transparent !important; } .bar-title h5 { margin-bottom: 19px; } .history-content { margin-left: 23px; margin-right: 23px; background-color: white; box-shadow: 0px 10px 30px 0px rgba(210, 210, 210, 0.33); padding: 30px 20px; margin-top: -38px; position: relative; transition: .4s; } .history-thumb:hover .history-content { transform: translateY(-5px); transition: .4s; } .history-content > p { margin-bottom: 0; } .history-col--left { margin-left: 40px; padding-top: 100px; } @media only screen and (min-width: 768px) and (max-width: 991px) { .history-col--left { margin-left: 0px; } } @media (max-width: 767px) { .history-col--left { margin-left: 0px; } } .history-col--right { margin-right: 40px; padding-top: 380px; } @media only screen and (min-width: 768px) and (max-width: 991px) { .history-col--right { margin-right: 0px; } } @media (max-width: 767px) { .history-col--right { margin-right: 0px; } } .history-row::before, .history-row::after { position: absolute; content: ""; height: 100%; width: 1px; background: #e8e8e8; right: 0; left: 0; margin: 0 auto; } @media only screen and (min-width: 768px) and (max-width: 991px) { .history-row::before, .history-row::after { display: none; } } @media (max-width: 767px) { .history-row::before, .history-row::after { display: none; } } .history-col--left .history-single::before, .history-col--left .history-single::after { position: absolute; content: ""; height: 50px; width: 50px; border-radius: 50%; background: #fff; border: 2px solid #221f3c; right: -123px; z-index: 1; top: 0; } @media only screen and (min-width: 768px) and (max-width: 991px) { .history-col--left .history-single::before, .history-col--left .history-single::after { display: none; } } @media (max-width: 767px) { .history-col--left .history-single::before, .history-col--left .history-single::after { display: none; } } .history-col--left .history-single::after { height: 30px; width: 30px; right: -113px; z-index: 1; top: 10px; border: 2px solid transparent; background: #221f3c; } .history-col--right .history-single::before, .history-col--right .history-single::after { position: absolute; content: ""; height: 50px; width: 50px; border-radius: 50%; background: #fff; border: 2px solid #221f3c; left: -123px; z-index: 1; top: 0; } @media only screen and (min-width: 768px) and (max-width: 991px) { .history-col--right .history-single::before, .history-col--right .history-single::after { display: none; } } @media (max-width: 767px) { .history-col--right .history-single::before, .history-col--right .history-single::after { display: none; } } .history-col--right .history-single::after { height: 30px; width: 30px; left: -113px; z-index: 1; top: 10px; border: 2px solid transparent; background: #221f3c; } .histroy-more { text-align: center; } .histroy-more > a { height: 70px; width: 70px; display: inline-block; line-height: 67px; border: 3px solid #cdcdcd; z-index: 1; background: #fff; position: relative; border-radius: 5px; font-size: 24px; } .faq-consult { padding: 65px 49px; margin-left: 35px; } @media only screen and (min-width: 992px) and (max-width: 1200px) { .faq-consult { margin-left: 0; padding: 50px 39px; } } @media only screen and (min-width: 768px) and (max-width: 991px) { .faq-consult { margin-left: 0; padding: 50px 39px; } } @media (max-width: 767px) { .faq-consult { margin-left: 0; padding: 50px 39px; } } .faq-consult-text h4 { font-size: 40px; margin-bottom: 20px; } @media only screen and (min-width: 992px) and (max-width: 1200px) { .faq-consult-text h4 { font-size: 24px; } } @media only screen and (min-width: 768px) and (max-width: 991px) { .faq-consult-text h4 { font-size: 24px; } } @media (max-width: 767px) { .faq-consult-text h4 { font-size: 24px; } } .faq-consult-text > span { font-size: 15px; margin-bottom: 16px; display: block; } .faq-consult-text > h5 > i { font-size: 15px; margin-right: 8px; } /* 19. Faq */ .inner-faq-wrapper > h3 { font-size: 28px; padding-bottom: 30px; margin-bottom: 60px; border-bottom: 2px solid #eef1fe; } .inner-faq-wrapper > h3 i { color: #ff3a46; margin-right: 10px; } .faq-wrapper .card { margin-bottom: 15px; border-radius: 0; border: none; background: none; border: 1px solid #ecf0f5; border-bottom: 1px solid #ecf0f5 !important; } .faq-wrapper .card:last-child { margin-bottom: 0; } .faq-wrapper .card-header { padding: 0; border-radius: 0; background: no-repeat; border: none; } .card-header:first-child { border-radius: 0; } .faq-wrapper .card-header h5 a { font-size: 18px; color: #fff; font-weight: 600; display: block; padding: 24px 30px; text-decoration: none; line-height: 1.4; padding-right: 80px; background: #221f3c; } @media (max-width: 767px) { .faq-wrapper .card-header h5 a { font-size: 16px; padding: 24px 30px 24px 24px; } } .faq-wrapper .card-header h5 a.collapsed { background: #f8f8f8; color: #221f3c; } .faq-wrapper .card-header h5 a::after { position: absolute; content: "\f353"; top: 15px; right: 20px; font-family: "Font Awesome 5 Pro"; height: 40px; width: 40px; text-align: center; line-height: 40px; font-size: 20px; border-radius: 50%; background: transparent; font-weight: 400; color: #fff; } @media (max-width: 767px) { .faq-wrapper .card-header h5 a::after { right: 0; } } .faq-wrapper .card-header h5 a.collapsed::after { content: "\f352"; color: #221f3c; } .faq-wrapper .card-body { -webkit-box-flex: unset; -ms-flex: unset; flex: unset; padding: 0 31px; color: #5f5f5f; padding-bottom: 30px; font-size: 14px; line-height: 30px; background: #f8f8f8; padding-top: 24px; } .card-text > p { margin-bottom: 0; } .card-thumb { min-width: 120px; margin-right: 25px; } .careers__block { background: rgba(34, 31, 60, 0.05); position: relative; } .careers__block--apply { background: transparent; } .careers__content { padding: 23px 20px 30px 135px; } @media only screen and (min-width: 768px) and (max-width: 991px) { .careers__content { padding: 23px 20px 30px 115px; } } @media (max-width: 767px) { .careers__content { padding: 23px 20px 30px 100px; } } .careers__content h4 { margin-bottom: 5px; } @media only screen and (min-width: 768px) and (max-width: 991px) { .careers__content h4 { font-size: 20px; } } @media (max-width: 767px) { .careers__content h4 { font-size: 18px; } } .careers__content p { margin-bottom: 12px; } .careers__content a { font-weight: 700; text-transform: uppercase; padding-bottom: 6px; display: inline-block; position: relative; } .careers__content a:hover { color: #221f3c; } .careers__content a::before { position: absolute; content: ""; bottom: 0; width: 100%; background: #696969; height: 2px; } .careers__content a i { padding-left: 9px; font-size: 17px; } .careers__content--apply { padding: 40px 50px; border: 2px solid #eee; } @media (max-width: 767px) { .careers__content--apply { padding: 40px 15px; } } .careers__content--apply h3 { font-size: 30px; margin-bottom: 15px; } @media (max-width: 767px) { .careers__content--apply h3 { font-size: 24px; } } .careers__content--apply h3 span { font-size: 13px; height: 35px; display: inline-block; vertical-align: middle; line-height: 35px; padding: 0 20px; text-transform: uppercase; background: #221f3c; color: #ffffff; border-radius: 30px; } .careers__content--apply a { padding: 12px 25px; border-radius: 5px; background: rgba(34, 31, 60, 0.1); } .careers__content--apply a::before { display: none; } .careers__content--apply a:hover { background: #221f3c; color: #ffffff; } .careers__content--apply p { margin-bottom: 18px; } .careers__icon { position: absolute; height: 100%; width: 100px; text-align: center; background: #221f3c; } @media only screen and (min-width: 768px) and (max-width: 991px) { .careers__icon { width: 90px; } } @media (max-width: 767px) { .careers__icon { width: 90px; } } .careers__icon i { color: #ffffff; display: inline-block; line-height: 1; padding: 53px 0; } .careers__icon i::before { font-size: 50px; } .case__tabs ul { justify-content: center; margin-bottom: 60px; border-bottom: 1px solid #ececec; } .case__tabs ul li a { font-size: 18px; font-weight: 700; line-height: 1; padding: 0 18px 40px; padding-bottom: 40px; margin: 0 6px; padding-bottom: 40px; position: relative; border-radius: 0 !important; color: #696969; background: transparent; -webkit-transition: all 0.4s ease-out 0s; -moz-transition: all 0.4s ease-out 0s; -ms-transition: all 0.4s ease-out 0s; -o-transition: all 0.4s ease-out 0s; transition: all 0.4s ease-out 0s; } @media only screen and (min-width: 768px) and (max-width: 991px) { .case__tabs ul li a { font-size: 15px; padding: 0 8px 40px; } } @media (max-width: 767px) { .case__tabs ul li a { font-size: 15px; padding: 0 8px 40px; margin-bottom: 20px; padding-bottom: 20px; } } .case__tabs ul li a::before { content: ""; position: absolute; bottom: 0; left: 0; right: 0; height: 3px; background: #221f3c; z-index: 1; -webkit-transition: all 0.4s ease-out 0s; -moz-transition: all 0.4s ease-out 0s; -ms-transition: all 0.4s ease-out 0s; -o-transition: all 0.4s ease-out 0s; transition: all 0.4s ease-out 0s; opacity: 0; visibility: hidden; width: 0%; transform-origin: left right; } .case__tabs ul li a.active { border: 1px solid transparent !important; color: #221f3c !important; background: transparent !important; -webkit-transition: all 0.4s ease-out 0s; -moz-transition: all 0.4s ease-out 0s; -ms-transition: all 0.4s ease-out 0s; -o-transition: all 0.4s ease-out 0s; transition: all 0.4s ease-out 0s; } .case__tabs ul li a.active::before { -webkit-transition: all 0.4s ease-out 0s; -moz-transition: all 0.4s ease-out 0s; -ms-transition: all 0.4s ease-out 0s; -o-transition: all 0.4s ease-out 0s; transition: all 0.4s ease-out 0s; opacity: 1; visibility: visible; width: 100%; transform-origin: right left; } .case__tabs ul li:hover a { border: 1px solid transparent !important; color: #221f3c !important; } .case__block { position: relative; overflow: hidden; -webkit-transition: all 0.4s ease-out 0s; -moz-transition: all 0.4s ease-out 0s; -ms-transition: all 0.4s ease-out 0s; -o-transition: all 0.4s ease-out 0s; transition: all 0.4s ease-out 0s; } .case__block:hover { -webkit-transition: all 0.4s ease-out 0s; -moz-transition: all 0.4s ease-out 0s; -ms-transition: all 0.4s ease-out 0s; -o-transition: all 0.4s ease-out 0s; transition: all 0.4s ease-out 0s; } .case__block:hover .case__thumb::before { opacity: 1; visibility: visible; -webkit-transition: all 0.4s ease-out 0s; -moz-transition: all 0.4s ease-out 0s; -ms-transition: all 0.4s ease-out 0s; -o-transition: all 0.4s ease-out 0s; transition: all 0.4s ease-out 0s; } .case__block:hover .case__thumb img { transform: scale(1.05) rotate(-3deg); -webkit-transition: all 0.4s ease-out 0s; -moz-transition: all 0.4s ease-out 0s; -ms-transition: all 0.4s ease-out 0s; -o-transition: all 0.4s ease-out 0s; transition: all 0.4s ease-out 0s; } .case__block:hover .case__content { opacity: 1; visibility: visible; bottom: 0; } .case__thumb { overflow: hidden; position: relative; } .case__thumb::before { position: absolute; content: ""; width: 100%; height: 100%; background-image: -moz-linear-gradient(90deg, rgba(34, 31, 60, 0.94902) 0%, rgba(34, 31, 60, 0.47) 40%, rgba(34, 31, 60, 0.45) 43%, rgba(34, 31, 60, 0) 100%); background-image: -webkit-linear-gradient(90deg, rgba(34, 31, 60, 0.94902) 0%, rgba(34, 31, 60, 0.47) 40%, rgba(34, 31, 60, 0.45) 43%, rgba(34, 31, 60, 0) 100%); background-image: -ms-linear-gradient(90deg, rgba(34, 31, 60, 0.94902) 0%, rgba(34, 31, 60, 0.47) 40%, rgba(34, 31, 60, 0.45) 43%, rgba(34, 31, 60, 0) 100%); left: 0; top: 0; right: 0; opacity: 1; visibility: visible; -webkit-transition: all 0.4s ease-out 0s; -moz-transition: all 0.4s ease-out 0s; -ms-transition: all 0.4s ease-out 0s; -o-transition: all 0.4s ease-out 0s; transition: all 0.4s ease-out 0s; z-index: 1; } .case__thumb--s2::before { opacity: 0; visibility: hidden; display: none; } .case__content { position: absolute; bottom: 0px; left: 0; padding: 30px; z-index: 2; width: 100%; opacity: 1; visibility: visible; -webkit-transition: all 0.4s ease-out 0s; -moz-transition: all 0.4s ease-out 0s; -ms-transition: all 0.4s ease-out 0s; -o-transition: all 0.4s ease-out 0s; transition: all 0.4s ease-out 0s; } @media only screen and (min-width: 992px) and (max-width: 1200px) { .case__content { padding: 20px; } } @media only screen and (min-width: 768px) and (max-width: 991px) { .case__content { padding: 20px; } } .case__content h4 { margin-bottom: 5px; } .case__content ul li { display: inline-block; color: #fff; font-size: 13px; font-weight: 500; text-transform: uppercase; position: relative; } .case__content ul li::after { content: "/"; margin: 0 1px 0 4px; } .case__content ul li:last-child::after { display: none; } .case__content--s2 { position: static; padding: 22px 0 0; } .case__content--s2 ul li { color: #696969; } @media only screen and (min-width: 992px) and (max-width: 1200px) { .case__details--header h2 { font-size: 26px; } } @media only screen and (min-width: 992px) and (max-width: 1200px) { .case__details--header h5 { font-size: 14px; } } @media (max-width: 767px) { .case__details--header h2 { font-size: 26px; } } @media (max-width: 767px) { .case__details--header h5 { font-size: 14px; } } .case__details--list ul { padding-bottom: 95px; border-bottom: 2px solid #f1f1f1; } .case__details--list ul li { margin-bottom: 35px; } @media (max-width: 767px) { .case__details--content h2 { font-size: 24px; } } @media only screen and (min-width: 992px) and (max-width: 1200px) { .case__details--content h4 { font-size: 17px; } } .case__details--thumb img { width: 100%; }
public/assets/css/style.css
body { font-family: "Cerebri Sans"; font-weight: normal; font-style: normal; color: #696969; font-size: 14px; } .img, img { max-width: 100%; -webkit-transition: all 0.3s ease-out 0s; -moz-transition: all 0.3s ease-out 0s; -ms-transition: all 0.3s ease-out 0s; -o-transition: all 0.3s ease-out 0s; transition: all 0.3s ease-out 0s; } .f-left { float: left; } .f-right { float: right; } .fix { overflow: hidden; } a, .button { -webkit-transition: all 0.3s ease-out 0s; -moz-transition: all 0.3s ease-out 0s; -ms-transition: all 0.3s ease-out 0s; -o-transition: all 0.3s ease-out 0s; transition: all 0.3s ease-out 0s; } a:focus, .button:focus { text-decoration: none; outline: none; } a:focus, a:hover { color: #524d8b; text-decoration: none; } a, button { color: inherit; outline: medium none; } button:focus, input:focus, input:focus, textarea, textarea:focus { outline: 0; } .uppercase { text-transform: uppercase; } .capitalize { text-transform: capitalize; } h1, h2, h3, h4, h5, h6 { font-family: "Cerebri Sans"; font-weight: normal; color: #221f3c; margin-top: 0px; font-style: normal; font-weight: 700; text-transform: normal; line-height: 1.3; } h1 a, h2 a, h3 a, h4 a, h5 a, h6 a { color: inherit; } h1 { font-size: 85px; } h2 { font-size: 45px; } h3 { font-size: 22px; } h4 { font-size: 24px; } h5 { font-size: 18px; } h6 { font-size: 15px; } ul { margin: 0px; padding: 0px; } li { list-style: none; } p { font-size: 15px; font-weight: normal; line-height: 28px; color: #696969; margin-bottom: 15px; } hr { border-bottom: 1px solid #eceff8; border-top: 0 none; margin: 30px 0; padding: 0; } label { color: #7e7e7e; cursor: pointer; font-size: 14px; font-weight: 400; } *::-moz-selection { background: #000; color: #ffffff; text-shadow: none; } ::-moz-selection { background: #000; color: #ffffff; text-shadow: none; } ::selection { background: #000; color: #ffffff; text-shadow: none; } /*-- - Input Placeholder -----------------------------------------*/ *::-moz-placeholder { color: #000; font-size: 14px; opacity: 1; } *::placeholder { color: #000; font-size: 14px; opacity: 1; } /*-- - Common Classes -----------------------------------------*/ .fix { overflow: hidden; } .clear { clear: both; } /*-- - Background color -----------------------------------------*/ .grey-bg { background: #f8f8f8; } .white-bg { background: #ffffff; } .black-bg { background: #000; } .theme-bg { background: #221f3c; } /*-- - color -----------------------------------------*/ .white-color { color: #ffffff; } .black-color { color: #000; } .theme-color { color: #221f3c; } .primary-color { color: #696969; } .color-text-2 { color: #dbd9ef; } .hover-color-light:hover a { color: #c0bce9; } .fw-400 { font-weight: 400; } .fw-500 { font-weight: 500; } .fw-600 { font-weight: 600; } .fw-700 { font-weight: 700; } /*-- - Margin & Padding -----------------------------------------*/ /*-- Margin Top --*/ .mt-5 { margin-top: 5px; } .mt-10 { margin-top: 10px; } .mt-15 { margin-top: 15px; } .mt-20 { margin-top: 20px; } .mt-25 { margin-top: 25px; } .mt-30 { margin-top: 30px; } .mt-35 { margin-top: 35px; } .mt-40 { margin-top: 40px; } .mt-45 { margin-top: 45px; } .mt-50 { margin-top: 50px; } .mt-55 { margin-top: 55px; } .mt-60 { margin-top: 60px; } .mt-65 { margin-top: 65px; } .mt-70 { margin-top: 70px; } .mt-75 { margin-top: 75px; } .mt-80 { margin-top: 80px; } .mt-85 { margin-top: 85px; } .mt-90 { margin-top: 90px; } .mt-95 { margin-top: 95px; } .mt-100 { margin-top: 100px; } .mt-105 { margin-top: 105px; } .mt-110 { margin-top: 110px; } .mt-115 { margin-top: 115px; } .mt-120 { margin-top: 120px; } .mt-125 { margin-top: 125px; } .mt-130 { margin-top: 130px; } .mt-135 { margin-top: 135px; } .mt-140 { margin-top: 140px; } .mt-145 { margin-top: 145px; } .mt-150 { margin-top: 150px; } .mt-155 { margin-top: 155px; } .mt-160 { margin-top: 160px; } .mt-165 { margin-top: 165px; } .mt-170 { margin-top: 170px; } .mt-175 { margin-top: 175px; } .mt-180 { margin-top: 180px; } .mt-185 { margin-top: 185px; } .mt-190 { margin-top: 190px; } .mt-195 { margin-top: 195px; } .mt-200 { margin-top: 200px; } .mt-205 { margin-top: 205px; } .mt-210 { margin-top: 210px; } .mt-215 { margin-top: 215px; } .mt-220 { margin-top: 220px; } .mt-225 { margin-top: 225px; } .mt-230 { margin-top: 230px; } .mt-235 { margin-top: 235px; } .mt-240 { margin-top: 240px; } .mt-245 { margin-top: 245px; } .mt-250 { margin-top: 250px; } /*-- Margin Bottom --*/ .mb-5 { margin-bottom: 5px; } .mb-10 { margin-bottom: 10px; } .mb-15 { margin-bottom: 15px; } .mb-20 { margin-bottom: 20px; } .mb-25 { margin-bottom: 25px; } .mb-30 { margin-bottom: 30px; } .mb-35 { margin-bottom: 35px; } .mb-40 { margin-bottom: 40px; } .mb-45 { margin-bottom: 45px; } .mb-50 { margin-bottom: 50px; } .mb-55 { margin-bottom: 55px; } .mb-60 { margin-bottom: 60px; } .mb-65 { margin-bottom: 65px; } .mb-70 { margin-bottom: 70px; } .mb-75 { margin-bottom: 75px; } .mb-80 { margin-bottom: 80px; } .mb-85 { margin-bottom: 85px; } .mb-90 { margin-bottom: 90px; } .mb-95 { margin-bottom: 95px; } .mb-100 { margin-bottom: 100px; } .mb-105 { margin-bottom: 105px; } .mb-110 { margin-bottom: 110px; } .mb-115 { margin-bottom: 115px; } .mb-120 { margin-bottom: 120px; } .mb-125 { margin-bottom: 125px; } .mb-130 { margin-bottom: 130px; } .mb-135 { margin-bottom: 135px; } .mb-140 { margin-bottom: 140px; } .mb-145 { margin-bottom: 145px; } .mb-150 { margin-bottom: 150px; } .mb-155 { margin-bottom: 155px; } .mb-160 { margin-bottom: 160px; } .mb-165 { margin-bottom: 165px; } .mb-170 { margin-bottom: 170px; } .mb-175 { margin-bottom: 175px; } .mb-180 { margin-bottom: 180px; } .mb-185 { margin-bottom: 185px; } .mb-190 { margin-bottom: 190px; } .mb-195 { margin-bottom: 195px; } .mb-200 { margin-bottom: 200px; } .mb-205 { margin-bottom: 205px; } .mb-210 { margin-bottom: 210px; } .mb-215 { margin-bottom: 215px; } .mb-220 { margin-bottom: 220px; } .mb-225 { margin-bottom: 225px; } .mb-230 { margin-bottom: 230px; } .mb-235 { margin-bottom: 235px; } .mb-240 { margin-bottom: 240px; } .mb-245 { margin-bottom: 245px; } .mb-250 { margin-bottom: 250px; } /*-- Margin Left --*/ .ml-5 { margin-left: 5px; } .ml-10 { margin-left: 10px; } .ml-15 { margin-left: 15px; } .ml-20 { margin-left: 20px; } .ml-25 { margin-left: 25px; } .ml-30 { margin-left: 30px; } .ml-35 { margin-left: 35px; } .ml-40 { margin-left: 40px; } .ml-45 { margin-left: 45px; } .ml-50 { margin-left: 50px; } .ml-55 { margin-left: 55px; } .ml-60 { margin-left: 60px; } .ml-65 { margin-left: 65px; } .ml-70 { margin-left: 70px; } .ml-75 { margin-left: 75px; } .ml-80 { margin-left: 80px; } .ml-85 { margin-left: 85px; } .ml-90 { margin-left: 90px; } .ml-95 { margin-left: 95px; } .ml-100 { margin-left: 100px; } .ml-105 { margin-left: 105px; } .ml-110 { margin-left: 110px; } .ml-115 { margin-left: 115px; } .ml-120 { margin-left: 120px; } .ml-125 { margin-left: 125px; } .ml-130 { margin-left: 130px; } .ml-135 { margin-left: 135px; } .ml-140 { margin-left: 140px; } .ml-145 { margin-left: 145px; } .ml-150 { margin-left: 150px; } .ml-155 { margin-left: 155px; } .ml-160 { margin-left: 160px; } .ml-165 { margin-left: 165px; } .ml-170 { margin-left: 170px; } .ml-175 { margin-left: 175px; } .ml-180 { margin-left: 180px; } .ml-185 { margin-left: 185px; } .ml-190 { margin-left: 190px; } .ml-195 { margin-left: 195px; } .ml-200 { margin-left: 200px; } .ml-205 { margin-left: 205px; } .ml-210 { margin-left: 210px; } .ml-215 { margin-left: 215px; } .ml-220 { margin-left: 220px; } .ml-225 { margin-left: 225px; } .ml-230 { margin-left: 230px; } .ml-235 { margin-left: 235px; } .ml-240 { margin-left: 240px; } .ml-245 { margin-left: 245px; } .ml-250 { margin-left: 250px; } /*-- Margin Right --*/ .mr-5 { margin-right: 5px; } .mr-10 { margin-right: 10px; } .mr-15 { margin-right: 15px; } .mr-20 { margin-right: 20px; } .mr-25 { margin-right: 25px; } .mr-30 { margin-right: 30px; } .mr-35 { margin-right: 35px; } .mr-40 { margin-right: 40px; } .mr-45 { margin-right: 45px; } .mr-50 { margin-right: 50px; } .mr-55 { margin-right: 55px; } .mr-60 { margin-right: 60px; } .mr-65 { margin-right: 65px; } .mr-70 { margin-right: 70px; } .mr-75 { margin-right: 75px; } .mr-80 { margin-right: 80px; } .mr-85 { margin-right: 85px; } .mr-90 { margin-right: 90px; } .mr-95 { margin-right: 95px; } .mr-100 { margin-right: 100px; } .mr-105 { margin-right: 105px; } .mr-110 { margin-right: 110px; } .mr-115 { margin-right: 115px; } .mr-120 { margin-right: 120px; } .mr-125 { margin-right: 125px; } .mr-130 { margin-right: 130px; } .mr-135 { margin-right: 135px; } .mr-140 { margin-right: 140px; } .mr-145 { margin-right: 145px; } .mr-150 { margin-right: 150px; } .mr-155 { margin-right: 155px; } .mr-160 { margin-right: 160px; } .mr-165 { margin-right: 165px; } .mr-170 { margin-right: 170px; } .mr-175 { margin-right: 175px; } .mr-180 { margin-right: 180px; } .mr-185 { margin-right: 185px; } .mr-190 { margin-right: 190px; } .mr-195 { margin-right: 195px; } .mr-200 { margin-right: 200px; } .mr-205 { margin-right: 205px; } .mr-210 { margin-right: 210px; } .mr-215 { margin-right: 215px; } .mr-220 { margin-right: 220px; } .mr-225 { margin-right: 225px; } .mr-230 { margin-right: 230px; } .mr-235 { margin-right: 235px; } .mr-240 { margin-right: 240px; } .mr-245 { margin-right: 245px; } .mr-250 { margin-right: 250px; } /*-- Padding Top --*/ .pt-5 { padding-top: 5px; } .pt-10 { padding-top: 10px; } .pt-15 { padding-top: 15px; } .pt-20 { padding-top: 20px; } .pt-25 { padding-top: 25px; } .pt-30 { padding-top: 30px; } .pt-35 { padding-top: 35px; } .pt-40 { padding-top: 40px; } .pt-45 { padding-top: 45px; } .pt-50 { padding-top: 50px; } .pt-55 { padding-top: 55px; } .pt-60 { padding-top: 60px; } .pt-65 { padding-top: 65px; } .pt-70 { padding-top: 70px; } .pt-75 { padding-top: 75px; } .pt-80 { padding-top: 80px; } .pt-85 { padding-top: 85px; } .pt-90 { padding-top: 90px; } .pt-95 { padding-top: 95px; } .pt-100 { padding-top: 100px; } .pt-105 { padding-top: 105px; } .pt-110 { padding-top: 110px; } .pt-115 { padding-top: 115px; } .pt-120 { padding-top: 120px; } .pt-125 { padding-top: 125px; } .pt-130 { padding-top: 130px; } .pt-135 { padding-top: 135px; } .pt-140 { padding-top: 140px; } .pt-145 { padding-top: 145px; } .pt-150 { padding-top: 150px; } .pt-155 { padding-top: 155px; } .pt-160 { padding-top: 160px; } .pt-165 { padding-top: 165px; } .pt-170 { padding-top: 170px; } .pt-175 { padding-top: 175px; } .pt-180 { padding-top: 180px; } .pt-185 { padding-top: 185px; } .pt-190 { padding-top: 190px; } .pt-195 { padding-top: 195px; } .pt-200 { padding-top: 200px; } .pt-205 { padding-top: 205px; } .pt-210 { padding-top: 210px; } .pt-215 { padding-top: 215px; } .pt-220 { padding-top: 220px; } .pt-225 { padding-top: 225px; } .pt-230 { padding-top: 230px; } .pt-235 { padding-top: 235px; } .pt-240 { padding-top: 240px; } .pt-245 { padding-top: 245px; } .pt-250 { padding-top: 250px; } /*-- Padding Bottom --*/ .pb-5 { padding-bottom: 5px; } .pb-10 { padding-bottom: 10px; } .pb-15 { padding-bottom: 15px; } .pb-20 { padding-bottom: 20px; } .pb-25 { padding-bottom: 25px; } .pb-30 { padding-bottom: 30px; } .pb-35 { padding-bottom: 35px; } .pb-40 { padding-bottom: 40px; } .pb-45 { padding-bottom: 45px; } .pb-50 { padding-bottom: 50px; } .pb-55 { padding-bottom: 55px; } .pb-60 { padding-bottom: 60px; } .pb-65 { padding-bottom: 65px; } .pb-70 { padding-bottom: 70px; } .pb-75 { padding-bottom: 75px; } .pb-80 { padding-bottom: 80px; } .pb-85 { padding-bottom: 85px; } .pb-90 { padding-bottom: 90px; } .pb-95 { padding-bottom: 95px; } .pb-100 { padding-bottom: 100px; } .pb-105 { padding-bottom: 105px; } .pb-110 { padding-bottom: 110px; } .pb-115 { padding-bottom: 115px; } .pb-120 { padding-bottom: 120px; } .pb-125 { padding-bottom: 125px; } .pb-130 { padding-bottom: 130px; } .pb-135 { padding-bottom: 135px; } .pb-140 { padding-bottom: 140px; } .pb-145 { padding-bottom: 145px; } .pb-150 { padding-bottom: 150px; } .pb-155 { padding-bottom: 155px; } .pb-160 { padding-bottom: 160px; } .pb-165 { padding-bottom: 165px; } .pb-170 { padding-bottom: 170px; } .pb-175 { padding-bottom: 175px; } .pb-180 { padding-bottom: 180px; } .pb-185 { padding-bottom: 185px; } .pb-190 { padding-bottom: 190px; } .pb-195 { padding-bottom: 195px; } .pb-200 { padding-bottom: 200px; } .pb-205 { padding-bottom: 205px; } .pb-210 { padding-bottom: 210px; } .pb-215 { padding-bottom: 215px; } .pb-220 { padding-bottom: 220px; } .pb-225 { padding-bottom: 225px; } .pb-230 { padding-bottom: 230px; } .pb-235 { padding-bottom: 235px; } .pb-240 { padding-bottom: 240px; } .pb-245 { padding-bottom: 245px; } .pb-250 { padding-bottom: 250px; } /*-- Padding Left --*/ .pl-5 { padding-left: 5px; } .pl-10 { padding-left: 10px; } .pl-15 { padding-left: 15px; } .pl-20 { padding-left: 20px; } .pl-25 { padding-left: 25px; } .pl-30 { padding-left: 30px; } .pl-35 { padding-left: 35px; } .pl-40 { padding-left: 40px; } .pl-45 { padding-left: 45px; } .pl-50 { padding-left: 50px; } .pl-55 { padding-left: 55px; } .pl-60 { padding-left: 60px; } .pl-65 { padding-left: 65px; } .pl-70 { padding-left: 70px; } .pl-75 { padding-left: 75px; } .pl-80 { padding-left: 80px; } .pl-85 { padding-left: 85px; } .pl-90 { padding-left: 90px; } .pl-95 { padding-left: 95px; } .pl-100 { padding-left: 100px; } .pl-105 { padding-left: 105px; } .pl-110 { padding-left: 110px; } .pl-115 { padding-left: 115px; } .pl-120 { padding-left: 120px; } .pl-125 { padding-left: 125px; } .pl-130 { padding-left: 130px; } .pl-135 { padding-left: 135px; } .pl-140 { padding-left: 140px; } .pl-145 { padding-left: 145px; } .pl-150 { padding-left: 150px; } .pl-155 { padding-left: 155px; } .pl-160 { padding-left: 160px; } .pl-165 { padding-left: 165px; } .pl-170 { padding-left: 170px; } .pl-175 { padding-left: 175px; } .pl-180 { padding-left: 180px; } .pl-185 { padding-left: 185px; } .pl-190 { padding-left: 190px; } .pl-195 { padding-left: 195px; } .pl-200 { padding-left: 200px; } .pl-205 { padding-left: 205px; } .pl-210 { padding-left: 210px; } .pl-215 { padding-left: 215px; } .pl-220 { padding-left: 220px; } .pl-225 { padding-left: 225px; } .pl-230 { padding-left: 230px; } .pl-235 { padding-left: 235px; } .pl-240 { padding-left: 240px; } .pl-245 { padding-left: 245px; } .pl-250 { padding-left: 250px; } /*-- Padding Right --*/ .pr-5 { padding-right: 5px; } .pr-10 { padding-right: 10px; } .pr-15 { padding-right: 15px; } .pr-20 { padding-right: 20px; } .pr-25 { padding-right: 25px; } .pr-30 { padding-right: 30px; } .pr-35 { padding-right: 35px; } .pr-40 { padding-right: 40px; } .pr-45 { padding-right: 45px; } .pr-50 { padding-right: 50px; } .pr-55 { padding-right: 55px; } .pr-60 { padding-right: 60px; } .pr-65 { padding-right: 65px; } .pr-70 { padding-right: 70px; } .pr-75 { padding-right: 75px; } .pr-80 { padding-right: 80px; } .pr-85 { padding-right: 85px; } .pr-90 { padding-right: 90px; } .pr-95 { padding-right: 95px; } .pr-100 { padding-right: 100px; } .pr-105 { padding-right: 105px; } .pr-110 { padding-right: 110px; } .pr-115 { padding-right: 115px; } .pr-120 { padding-right: 120px; } .pr-125 { padding-right: 125px; } .pr-130 { padding-right: 130px; } .pr-135 { padding-right: 135px; } .pr-140 { padding-right: 140px; } .pr-145 { padding-right: 145px; } .pr-150 { padding-right: 150px; } .pr-155 { padding-right: 155px; } .pr-160 { padding-right: 160px; } .pr-165 { padding-right: 165px; } .pr-170 { padding-right: 170px; } .pr-175 { padding-right: 175px; } .pr-180 { padding-right: 180px; } .pr-185 { padding-right: 185px; } .pr-190 { padding-right: 190px; } .pr-195 { padding-right: 195px; } .pr-200 { padding-right: 200px; } .pr-205 { padding-right: 205px; } .pr-210 { padding-right: 210px; } .pr-215 { padding-right: 215px; } .pr-220 { padding-right: 220px; } .pr-225 { padding-right: 225px; } .pr-230 { padding-right: 230px; } .pr-235 { padding-right: 235px; } .pr-240 { padding-right: 240px; } .pr-245 { padding-right: 245px; } .pr-250 { padding-right: 250px; } .theme__small--title { margin-bottom: 24px; display: block; } .theme__small--title span { display: inline-block; vertical-align: middle; width: 40px; height: 3px; background: #696969; line-height: 1; margin: 0 20px; } @media (max-width: 767px) { .theme__small--title span { width: 30px; margin: 0 13px; } } .theme__small--title .white-line { background: #ffffff; } @media (max-width: 767px) { .theme__big--title { font-size: 24px; } } @media only screen and (min-width: 992px) and (max-width: 1200px) { .theme__big--title br { display: none; } } @media only screen and (min-width: 768px) and (max-width: 991px) { .theme__big--title br { display: none; } } @media (max-width: 767px) { .theme__big--title br { display: none; } } .theme__small--title-left span { margin-left: 0; } .theme__small--title-right span { margin-right: 0; } .theme .add-btn { position: absolute; left: auto; bottom: 7px; height: 70px; width: 70px; background: #ffffff; line-height: 70px; text-align: center; border-radius: 50%; font-size: 20px; color: #221f3c; z-index: 1; box-shadow: 0px 10px 30px 0px rgba(191, 191, 191, 0.6); -webkit-transition: all 0.4s ease-out 0s; -moz-transition: all 0.4s ease-out 0s; -ms-transition: all 0.4s ease-out 0s; -o-transition: all 0.4s ease-out 0s; transition: all 0.4s ease-out 0s; right: 0; } .theme .add-btn::after { content: ""; position: absolute; z-index: 0; left: 50%; top: 50%; transform: translateX(-50%) translateY(-50%); display: block; width: 80px; height: 80px; background: #fff; border-radius: 50%; animation: pulse-border 1500ms ease-out infinite; z-index: -1; opacity: 0.54; } @media (max-width: 767px) { .pt-130 { padding-top: 105px; } .pb-130 { padding-bottom: 105px; } } @media (max-width: 767px) { .pt-125 { padding-top: 100px; } .pb-125 { padding-bottom: 100px; } } /* Overlay */ [data-overlay] { position: relative; background-size: cover; background-repeat: no-repeat; background-position: center center; } [data-overlay]::before { position: absolute; left: 0; top: 0; right: 0; bottom: 0; content: ""; } /*-- Overlay Color --*/ [data-overlay="light"]::before { background-color: #ffffff; } [data-overlay="dark"]::before { background-color: #000; } [data-overlay="theme"]::before { background-color: #221f3c; } [data-overlay="hard-blue"]::before { background-color: #090620; } /*-- Overlay Opacity --*/ [data-opacity="1"]::before { opacity: 0.1; } [data-opacity="2"]::before { opacity: 0.2; } [data-opacity="3"]::before { opacity: 0.3; } [data-opacity="4"]::before { opacity: 0.4; } [data-opacity="5"]::before { opacity: 0.5; } [data-opacity="6"]::before { opacity: 0.6; } [data-opacity="7"]::before { opacity: 0.7; } [data-opacity="75"]::before { opacity: 0.75; } [data-opacity="8"]::before { opacity: 0.8; } [data-opacity="9"]::before { opacity: 0.9; } [data-opacity="95"]::before { opacity: 0.95; } @font-face { font-family: 'Cerebri Sans'; src: url("../fonts/CerebriSans-SemiBold.eot"); src: local("Cerebri Sans SemiBold"), local("../fonts/CerebriSans-SemiBold"), url("../fonts/CerebriSans-SemiBold.eot?#iefix") format("embedded-opentype"), url("../fonts/CerebriSans-SemiBold.woff2") format("woff2"), url("../fonts/CerebriSans-SemiBold.woff") format("woff"); font-weight: 600; font-style: normal; font-display: swap; } @font-face { font-family: 'Cerebri Sans'; src: url("../fonts/CerebriSans-Regular.eot"); src: local("Cerebri Sans Regular"), local("../fonts/CerebriSans-Regular"), url("../fonts/CerebriSans-Regular.eot?#iefix") format("embedded-opentype"), url("../fonts/CerebriSans-Regular.woff2") format("woff2"), url("../fonts/CerebriSans-Regular.woff") format("woff"); font-weight: normal; font-style: normal; font-display: swap; } @font-face { font-family: 'Cerebri Sans'; src: url("../fonts/CerebriSans-Bold.eot"); src: local("Cerebri Sans Bold"), local("../fonts/CerebriSans-Bold"), url("../fonts/CerebriSans-Bold.eot?#iefix") format("embedded-opentype"), url("../fonts/CerebriSans-Bold.woff2") format("woff2"), url("../fonts/CerebriSans-Bold.woff") format("woff"); font-weight: bold; font-style: normal; font-display: swap; } @font-face { font-family: 'Cerebri Sans'; src: url("../fonts/CerebriSans-Light.eot"); src: local("Cerebri Sans Light"), local("../fonts/CerebriSans-Light"), url("../fonts/CerebriSans-Light.eot?#iefix") format("embedded-opentype"), url("../fonts/CerebriSans-Light.woff2") format("woff2"), url("../fonts/CerebriSans-Light.woff") format("woff"); font-weight: 300; font-style: normal; font-display: swap; } @font-face { font-family: 'Cerebri Sans'; src: url("../fonts/CerebriSans-Medium.eot"); src: local("Cerebri Sans Medium"), local("../fonts/CerebriSans-Medium"), url("../fonts/CerebriSans-Medium.eot?#iefix") format("embedded-opentype"), url("../fonts/CerebriSans-Medium.woff2") format("woff2"), url("../fonts/CerebriSans-Medium.woff") format("woff"); font-weight: 500; font-style: normal; font-display: swap; } /*----------------------------------------*/ /* Button Custom Styles /*----------------------------------------*/ .btn { -webkit-transition: all 0.3s ease-out 0s; -moz-transition: all 0.3s ease-out 0s; -ms-transition: all 0.3s ease-out 0s; -o-transition: all 0.3s ease-out 0s; transition: all 0.3s ease-out 0s; font-size: 14px; font-weight: 700; text-transform: uppercase; line-height: 1; padding: 22px 40px; border-radius: 5px; display: inline-flex; align-items: center; } .btn--blue { background-color: #221f3c; } .btn--icon::after { content: "\f178"; font-family: "Font Awesome 5 Pro"; font-weight: 300; font-size: 20px; padding-left: 14px; } .btn:hover { -webkit-transition: all 0.3s ease-out 0s; -moz-transition: all 0.3s ease-out 0s; -ms-transition: all 0.3s ease-out 0s; -o-transition: all 0.3s ease-out 0s; transition: all 0.3s ease-out 0s; color: #c0bce9; } .btn--white { background: #ffffff; color: #221f3c !important; } .btn--white:hover { color: #221f3c; background: #c0bce9; } .btn--grey { background: rgba(34, 31, 60, 0.1); color: #696969; -webkit-transition: all 0.4s ease-out 0s; -moz-transition: all 0.4s ease-out 0s; -ms-transition: all 0.4s ease-out 0s; -o-transition: all 0.4s ease-out 0s; transition: all 0.4s ease-out 0s; } .btn--play { height: 150px; width: 150px; display: inline-block; text-align: center; line-height: 150px; background: #ffffff; border-radius: 50%; font-size: 20px; color: #221f3c; margin: 0 auto; transition: .4s; } .btn--play:hover { background: #221f3c; color: #ffffff; } .btn.btn--grey:hover { background: #221f3c; color: #ffffff; -webkit-transition: all 0.4s ease-out 0s; -moz-transition: all 0.4s ease-out 0s; -ms-transition: all 0.4s ease-out 0s; -o-transition: all 0.4s ease-out 0s; transition: all 0.4s ease-out 0s; } .btn--border { font-size: 16px; text-transform: capitalize; text-decoration: underline; margin: 0 26px; display: inline-block; } .btn--border--round { background: transparent; color: #221f3c; border: 2px solid #221f3c; padding: 21px 40px; } .btn--border--round:hover { background: #221f3c !important; color: #ffffff !important; } .btn--border--h5 { border: 2px solid #b1add8; color: #b1add8; } .btn--border:hover { color: #c0bce9; } /*----------------------------------------*/ /* 02. Header /*----------------------------------------*/ .header { padding: 4.29px 0; } .header__padding--h5 { padding: 0 275px; } @media only screen and (min-width: 1200px) and (max-width: 1600px) { .header__padding--h5 { padding: 0 15px; } } @media only screen and (min-width: 992px) and (max-width: 1200px) { .header__padding--h5 { padding: 0 0px; } } @media only screen and (min-width: 768px) and (max-width: 991px) { .header__padding--h5 { padding: 0 0px; } } @media (max-width: 767px) { .header__padding--h5 { padding: 0 0px; } } @media only screen and (min-width: 768px) and (max-width: 991px) { .header__logo--h5 { padding: 15px 0px 0px; } } @media (max-width: 767px) { .header__logo--h5 { padding: 15px 0px 0px; } } .header__shape { position: absolute; content: ""; -webkit-clip-path: polygon(9% 0, 100% 0%, 100% 100%, 0% 100%); clip-path: polygon(9% 0, 100% 0%, 100% 100%, 0% 100%); width: 34.1%; height: 100%; right: 0; background-color: #221f3c; top: 0; } .header__shape .shape--img { position: absolute; right: 0; left: 0; margin: 0 auto; text-align: center; top: 50%; transform: translateY(-50%); } .header__shape--h2 { width: 32.3%; } @media only screen and (min-width: 768px) and (max-width: 991px) { .header { padding: 25px 0 10px; } } @media (max-width: 767px) { .header { padding: 25px 0 10px; } } @media only screen and (min-width: 992px) and (max-width: 1200px) { .header--contacts .header--contacts-icon { display: none; } } .header--contacts .header--contacts-icon i { height: 45px; line-height: 45px; display: inline-block; width: 45px; text-align: center; background: #ffffff; border-radius: 50%; } @media only screen and (min-width: 992px) and (max-width: 1200px) { .header--contacts .header--contacts-number { display: none; } } .header--contacts .header--contacts-number h6 { margin-bottom: 0; color: #bdbdbd; } .header--contacts .header--contacts-number span { font-size: 18px; } @media only screen and (min-width: 1200px) and (max-width: 1600px) { .header--contacts--h2 { display: none !important; } } .header--social ul li { display: inline-block; margin-left: 7px; } .header--social ul li a { font-size: 15px; height: 45px; width: 45px; display: inline-block; line-height: 45px; background: #353156; text-align: center; border-radius: 50%; color: #fff; } .header--trans { position: absolute; right: 0; left: 0; z-index: 1; } .header__meta ul li { display: inline-flex; font-size: 15px; color: #dbd9ef; margin-right: 38px; align-items: center; } .header__meta ul li:last-child { margin-right: 0; } .header__meta ul li i { margin-right: 13px; } @media only screen and (min-width: 992px) and (max-width: 1200px) { .header__meta ul li:last-child { display: none; } } @media only screen and (min-width: 768px) and (max-width: 991px) { .header__meta ul li:last-child { display: none; } } @media only screen and (min-width: 768px) and (max-width: 991px) { .header__meta ul li:nth-child(2) { display: none; } } .header__meta--h5 ul li i { color: #ffffff; } .header__meta--ex ul li { color: #696969; } .header__meta--ex ul li i { color: #221f3c; } .header__burger ul { display: flex; align-items: center; } .header__burger ul li { display: inline-block; margin-left: 48px; } .header__burger ul li a { display: inline-block; color: #221f3c; } .header__burger--menu { display: inline-block; } .header__burger--menu i::before { font-size: 29px; line-height: 1; } .header__search { font-size: 14px; color: #221f3c; } .header__top--right { display: flex; align-items: center; justify-content: end; } @media (max-width: 767px) { .header__top--right { justify-content: start; } } .header__top--lang ul li { display: inline-flex; align-items: center; } .header__top--lang ul li a { color: #dbd9ef; } .header__top--lang ul li a i { margin-right: 9px; } @media (max-width: 767px) { .header__top--lang ul li a i { display: none; } } .header__top--lang ul li a::after { content: "\f107"; vertical-align: middle; font-family: "Font Awesome 5 Pro"; display: inline-block; padding-left: 6px; } .header__top--lang--ex ul li a { color: #696969; } .header__top--lang--ex ul li a i { color: #221f3c; } .header__top--lang--ex ul li a::after { color: #696969; } .header__top--social { margin-left: 39px; } @media only screen and (min-width: 768px) and (max-width: 991px) { .header__top--social { margin-left: 20px; } } @media (max-width: 767px) { .header__top--social { margin-left: 15px; } } .header__top--social ul { display: inline-flex; align-items: center; } .header__top--social ul li { display: inline-block; } .header__top--social ul li a { height: 60px; width: 56px; display: inline-block; line-height: 60px; text-align: center; border-right: 2px solid #434064; color: #b1add8; font-size: 17px; } @media (max-width: 767px) { .header__top--social ul li a { height: 50px; width: 46px; line-height: 50px; font-size: 15px; } } .header__top--social ul li a:hover { background: #434064; border-right: 2px solid transparent; } .header__top--social--h5 ul li a:hover { color: #ffffff; } .header__top--social--ex ul li a { border-right: 2px solid rgba(67, 64, 100, 0.1); color: #696969; } .header__top--social--ex ul li a:hover { background: #434064; border-right: 2px solid transparent; color: #ffffff; } .header__top--h5 { box-shadow: 0px 10px 60px 0px rgba(118, 113, 159, 0.49); background: #2f2c4d; clip-path: polygon(0 0, 100% 0, 99% 100%, 1% 100%); } .header__button--h5 { margin-left: 160px; } @media only screen and (min-width: 992px) and (max-width: 1200px) { .header__button--h5 { margin-left: 40px; } } @media only screen and (min-width: 768px) and (max-width: 991px) { .header__bottom--padding { padding-top: 15px; } } @media (max-width: 767px) { .header__bottom--padding { padding-top: 15px; } } .header--box { padding: 0 154px; } @media only screen and (min-width: 1200px) and (max-width: 1600px) { .header--box { padding: 0 35px; } } @media only screen and (min-width: 992px) and (max-width: 1200px) { .header--box { padding: 0 0px; } } @media only screen and (min-width: 768px) and (max-width: 991px) { .header--box { padding: 0 0px; } } @media (max-width: 767px) { .header--box { padding: 0 0px; } } .header--box--h2 { padding: 0px 55px; } @media only screen and (min-width: 1200px) and (max-width: 1600px) { .header--box--h2 { padding: 0px 0px; } } @media only screen and (min-width: 992px) and (max-width: 1200px) { .header--box--h2 { padding: 0px 0px; } } @media (max-width: 767px) { .header--box--h2 { padding: 0px 0px; } } .header--menu { padding-left: 10px; } .header--menu__main nav ul li { display: inline-block; margin-left: 30px; position: relative; } @media only screen and (min-width: 992px) and (max-width: 1200px) { .header--menu__main nav ul li { margin-left: 14px; } } .header--menu__main nav ul li a { color: #696969; font-weight: 600; padding: 48px 0; display: block; font-size: 16px; } @media only screen and (min-width: 992px) and (max-width: 1200px) { .header--menu__main nav ul li a { font-size: 14px; } } .header--menu__main nav ul li a:hover { color: #221f3c; } .header--menu__main nav ul li ul.submenu { position: absolute; background: #ffffff; width: 250px; top: 110%; left: 0; opacity: 0; visibility: hidden; padding: 25px 0; -webkit-transition: all 0.3s ease-out 0s; -moz-transition: all 0.3s ease-out 0s; -ms-transition: all 0.3s ease-out 0s; -o-transition: all 0.3s ease-out 0s; transition: all 0.3s ease-out 0s; border-top: 5px solid #221f3c; box-shadow: 0 0 10px 3px rgba(0, 0, 0, 0.05); z-index: 99; } .header--menu__main nav ul li ul.submenu li { margin: 0; display: block; } .header--menu__main nav ul li ul.submenu li:hover > a { color: #221f3c; } .header--menu__main nav ul li ul.submenu li a { padding: 11px 30px; } .header--menu__main nav ul li ul.submenu li a:after { display: none; } .header--menu__main nav ul li ul.submenu li ul.submenu { left: 100%; top: 0; opacity: 0; visibility: hidden; } .header--menu__main nav ul li ul.submenu li:hover > ul.submenu { opacity: 1; visibility: visible; } .header--menu__main nav ul li:hover ul.submenu { opacity: 1; visibility: visible; top: 96%; } .header--menu__main nav ul .drop a:after { content: "\f107"; vertical-align: middle; font-family: "font awesome 5 pro"; font-size: 14px; padding-left: 7px; } .header--menu__main--h4 { display: flex; align-items: center; justify-content: end; } @media only screen and (min-width: 992px) and (max-width: 1200px) { .header--menu__main--h4 { justify-content: space-between; } } .header--menu__main--h4 nav > ul > li ul { text-align: left; } .header--menu__main--h4 nav > ul > li > a { color: #221f3c; padding: 38px 0; } .header--menu--h3 nav > ul > li ul { text-align: left; } .header--menu--h3 nav > ul > li > a { color: #ffffff; } .header--menu--h3 nav > ul > li > a:hover { color: #dbd9ef; } .header--menu--h2 { margin-left: 40px; } @media only screen and (min-width: 1200px) and (max-width: 1600px) { .header--menu--h2 { margin-left: 0; } } @media only screen and (min-width: 768px) and (max-width: 991px) { .header--menu--h2 { margin-left: 0px; } } .header--menu--h2 .header-lang { margin-left: 120px; } @media only screen and (min-width: 1200px) and (max-width: 1600px) { .header--menu--h2 .header-lang { display: none; } } @media only screen and (min-width: 768px) and (max-width: 991px) { .header--menu--h2 .header-lang { margin-left: 0px; } } @media (max-width: 767px) { .header--menu--h2 .header-lang { display: none; } } @media only screen and (min-width: 1200px) and (max-width: 1600px) { .header--menu--h2 nav ul li { margin-left: 29px; } } .header--menu--h5 nav ul li a { color: #b1acd7; } .header--menu--h5 nav ul li:hover > a { color: #ffffff; } .header--menu--h5 nav ul li ul { text-align: left; } .header--menu--h5 nav ul li ul li a { color: #221f3c; } .header--menu--h5 nav ul li ul li:hover a { color: #b1acd7 !important; } .header-lang ul li a { display: inline-block; align-items: center; line-height: 1; padding: 10.5px 15px; border: 2px solid #bdbdbd; border-radius: 19.5px; } .header-lang ul li a::after { content: "\f107"; vertical-align: middle; font-family: "font awesome 5 pro"; font-size: 14px; padding-left: 9px; color: #9d9d9d; } /*----------------------------------------*/ /* 03. Header /*----------------------------------------*/ .hero__padding { padding: 250px 0 255px 0; } @media only screen and (min-width: 768px) and (max-width: 991px) { .hero__padding { padding: 140px 0 145px 0; } } @media (max-width: 767px) { .hero__padding { padding: 140px 0 145px 0; } } .hero__padding--h2 { padding: 15px 15px 0px 280px; } @media only screen and (min-width: 1200px) and (max-width: 1600px) { .hero__padding--h2 { padding: 15px 15px 0px 15px; } } @media only screen and (min-width: 992px) and (max-width: 1200px) { .hero__padding--h2 { padding: 15px 15px 0px 15px; } } @media only screen and (min-width: 768px) and (max-width: 991px) { .hero__padding--h2 { padding: 100px 15px 0px 15px; } } @media (max-width: 767px) { .hero__padding--h2 { padding: 80px 15px 0px 15px; } } .hero__padding--h3 { padding: 260px 0 287px; } @media (max-width: 767px) { .hero__padding--h3 { padding: 195px 0 195px; } } .hero__padding--h4 { padding: 140px 0 123px 0; } @media (max-width: 767px) { .hero__padding--h4 { padding: 120px 0 103px 0; } } .hero__padding--h5 { padding: 206px 0 214px; } @media only screen and (min-width: 992px) and (max-width: 1200px) { .hero__padding--h5 { padding: 145px 0 150px; } } @media only screen and (min-width: 768px) and (max-width: 991px) { .hero__padding--h5 { padding: 145px 0 150px; } } @media (max-width: 767px) { .hero__padding--h5 { padding: 145px 0 150px; } } .hero__shape { content: ""; clip-path: polygon(36.9% 0, 100% 0, 100% 100%, 0% 100%); background: rgba(34, 31, 60, 0.48); height: 100%; width: 54%; right: 0; position: absolute; z-index: 11; top: 0; bottom: 0; left: auto; } .hero__shape--h2 { position: absolute; right: 0; top: -70px; } .hero__shape--h2--squre { position: absolute; } .hero__shape--h2--1 { left: 95px; top: 95px; } .hero__shape--h2--2 { left: 740px; top: 122px; animation: animationFramesOne 14s infinite linear; } .hero__shape--h2--3 { left: 868px; bottom: 285px; animation: animationFramesOne 14s infinite linear reverse; } .hero__shape--h2--4 { left: 120px; bottom: 105px; animation: animationFramesOne 14s infinite linear; } @media only screen and (min-width: 1200px) and (max-width: 1600px) { .hero__shape--h2 { display: none !important; } } .hero__shape--h5 .shape { position: absolute; } .hero__shape--h5 .shape1 { font-size: 500px; -webkit-text-fill-color: transparent; -webkit-text-stroke: 1px rgba(255, 255, 255, 0.28); left: 715px; bottom: -125px; } .hero__next-arrow { left: auto; right: 70px; } .hero__prev-arrow { right: auto; left: 70px; } .hero:hover .slick-arrow { visibility: visible; opacity: 1; -webkit-transition: all 0.4s ease-out 0s; -moz-transition: all 0.4s ease-out 0s; -ms-transition: all 0.4s ease-out 0s; -o-transition: all 0.4s ease-out 0s; transition: all 0.4s ease-out 0s; } .hero__caption { position: relative; z-index: 9999; } .hero__caption h1 { letter-spacing: -.03em; line-height: .9; margin-bottom: 50px; } @media only screen and (min-width: 992px) and (max-width: 1200px) { .hero__caption h1 { font-size: 80px; } } @media (max-width: 767px) { .hero__caption h1 { font-size: 35px; } } .hero__caption h5 { display: inline-flex; align-items: center; margin-bottom: 30px; } @media (max-width: 767px) { .hero__caption h5 { font-size: 12px; } } .hero__caption h5 span { display: inline-block; width: 40px; height: 3px; background-color: #ffffff; vertical-align: middle; margin: 0 10px; } @media only screen and (min-width: 768px) and (max-width: 991px) { .hero__caption--h2 { margin-bottom: 30px; } } .hero__caption--h2 h1 { margin-left: -8px; line-height: 1; margin-bottom: 18px; } @media only screen and (min-width: 1200px) and (max-width: 1600px) { .hero__caption--h2 h1 { font-size: 60px; } } @media only screen and (min-width: 992px) and (max-width: 1200px) { .hero__caption--h2 h1 { font-size: 70px; } } .hero__caption--h2 p { font-size: 18px; margin-bottom: 29px; line-height: 32px; padding-right: 19%; } @media only screen and (min-width: 992px) and (max-width: 1200px) { .hero__caption--h2 p { padding-right: 7%; } } @media (max-width: 767px) { .hero__caption--h2 p { padding-right: 0%; } } .hero__caption--h2 .btn { margin-right: 8px; } @media (max-width: 767px) { .hero__caption--h2 .btn { margin-right: 0px; margin-bottom: 20px; } } .hero__caption--h3 h1 { margin-bottom: 6px; font-size: 130px; line-height: 1.2; } @media only screen and (min-width: 992px) and (max-width: 1200px) { .hero__caption--h3 h1 { font-size: 100px; } } @media only screen and (min-width: 768px) and (max-width: 991px) { .hero__caption--h3 h1 { font-size: 82px; } } @media (max-width: 767px) { .hero__caption--h3 h1 { font-size: 34px; } } .hero__caption--h3 h2 { font-size: 35px; margin-bottom: 50px; } @media (max-width: 767px) { .hero__caption--h3 h2 { font-size: 16px; } } .hero__caption--h3 .btn { margin: 0 9px; } @media (max-width: 767px) { .hero__caption--h3 .btn { margin-bottom: 15px; } } .hero__caption--h4 h1 { font-size: 95px; line-height: 1; } @media (max-width: 767px) { .hero__caption--h4 h1 { font-size: 70px; } } .hero__caption--h4 h4 { margin-bottom: 36px; } .hero__caption--h5 h5 { font-size: 20px; margin-bottom: 25px; } .hero__caption--h5 h1 { font-size: 120px; line-height: 1; margin-bottom: 30px; } @media only screen and (min-width: 992px) and (max-width: 1200px) { .hero__caption--h5 h1 { font-size: 80px; } } @media only screen and (min-width: 768px) and (max-width: 991px) { .hero__caption--h5 h1 { font-size: 60px; } } @media (max-width: 767px) { .hero__caption--h5 h1 { font-size: 40px; } } @media (max-width: 767px) { .hero__caption .btn { margin-bottom: 20px; } } .hero__thumb img { margin-left: -110px; } @media only screen and (min-width: 992px) and (max-width: 1200px) { .hero__thumb img { margin-left: 0px; } } @media only screen and (min-width: 768px) and (max-width: 991px) { .hero__thumb img { margin-left: 0px; } } @media (max-width: 767px) { .hero__thumb img { margin-left: 0px; } } .hero__overlay { position: absolute; width: 100%; height: 100%; top: 0; left: 0; background-repeat: no-repeat; background-position: center; } .hero__play { text-align: right; } @media (max-width: 767px) { .hero__play { text-align: center; } } .slick-arrow { position: absolute; top: 50%; transform: translateY(-50%); font-size: 28px; color: #696969; height: 70px; width: 70px; display: inline-block; text-align: center; background: #ffffff; line-height: 70px; border-radius: 50%; padding: 0; z-index: 11; opacity: 0; -webkit-transition: all 0.3s ease-out 0s; -moz-transition: all 0.3s ease-out 0s; -ms-transition: all 0.3s ease-out 0s; -o-transition: all 0.3s ease-out 0s; transition: all 0.3s ease-out 0s; visibility: hidden; cursor: pointer; } .slick-arrow:hover { background: #221f3c; color: #ffffff; transition: .4s; } /*----------------------------------------*/ /* 04. Feature /*----------------------------------------*/ @media only screen and (min-width: 768px) and (max-width: 991px) { .feature .feature-img { width: 100%; } } .feature__img--dot-shape { position: absolute; bottom: 0; right: 52px; z-index: -1; animation: rotated infinite linear 27s; } .feature__img--caption { width: 165px; height: 177px; filter: drop-shadow(0px 0px 18px rgba(191, 191, 191, 0.5)); position: absolute; bottom: 125px; right: 20px; } .feature__img--caption--shadow { -webkit-clip-path: polygon(0 0, 100% 0, 100% 100%, 0 79%); clip-path: polygon(0 0, 100% 0, 100% 100%, 0 79%); background-color: #ffffff; display: block; z-index: 1; padding: 35px 15px 40px 15px; height: 100%; } .feature__img--caption--shadow span { font-size: 65px; line-height: 1; position: relative; } .feature__img--caption--shadow span sup { font-size: 24px; top: -6px; position: absolute; line-height: 1; right: -10px; } .feature__img--caption--shadow p { font-size: 24px; margin-bottom: 0; } .feature__img img { width: 100%; } .feature__content { padding-left: 60px; padding-right: 67px; } @media only screen and (min-width: 992px) and (max-width: 1200px) { .feature__content { padding-left: 45px; padding-right: 0px; } } @media only screen and (min-width: 768px) and (max-width: 991px) { .feature__content { padding-left: 0px; padding-right: 0px; } } @media (max-width: 767px) { .feature__content { padding-left: 0px; padding-right: 0px; } } .feature__content h2 { padding-right: 48px; line-height: 1.2; } @media only screen and (min-width: 992px) and (max-width: 1200px) { .feature__content h2 { padding-right: 0px; } } @media (max-width: 767px) { .feature__content h2 { padding-right: 0px; font-size: 30px; } } .feature__content > span { display: block; margin-bottom: 26px; } .feature__content > span span { display: inline-block; vertical-align: middle; width: 40px; height: 3px; background: #696969; line-height: 1; margin-right: 20px; } .feature__content > p { margin-bottom: 32px; } .feature__content--h3 { padding-right: 0; padding-left: 53px; } @media only screen and (min-width: 992px) and (max-width: 1200px) { .feature__content--h3 { padding-left: 0px; } } @media only screen and (min-width: 768px) and (max-width: 991px) { .feature__content--h3 { padding-left: 0px; } } @media (max-width: 767px) { .feature__content--h3 { padding-left: 0px; } } .feature__content--h3 p { padding-right: 70px; } .feature__list--icon { margin-right: 25px; } .feature__list--icon i { display: inline-block; width: 50px; height: 50px; text-align: center; line-height: 45px; border: 2px solid #221f3c; font-size: 17px; color: #221f3c; border-radius: 50%; transition: .4s; } .feature__list--content p { margin-bottom: 38px; } .feature__list:hover .feature__list--icon i { background: #221f3c; color: #fff; transition: .4s; } .feature__block { display: flex; align-items: center; padding: 35px 31px 35px 35px; border: 1px solid #e3e3e3; -webkit-transition: all 0.3s ease-out 0s; -moz-transition: all 0.3s ease-out 0s; -ms-transition: all 0.3s ease-out 0s; -o-transition: all 0.3s ease-out 0s; transition: all 0.3s ease-out 0s; } @media only screen and (min-width: 992px) and (max-width: 1200px) { .feature__block { padding: 35px 20px 35px 20px; } } @media (max-width: 767px) { .feature__block { padding: 35px 20px 35px 20px; } } .feature__block:hover { background: #221f3c; -webkit-transition: all 0.3s ease-out 0s; -moz-transition: all 0.3s ease-out 0s; -ms-transition: all 0.3s ease-out 0s; -o-transition: all 0.3s ease-out 0s; transition: all 0.3s ease-out 0s; border: 1px solid transparent; } .feature__block:hover .icon i { background: white; color: #221f3c; -webkit-transition: all 0.3s ease-out 0s; -moz-transition: all 0.3s ease-out 0s; -ms-transition: all 0.3s ease-out 0s; -o-transition: all 0.3s ease-out 0s; transition: all 0.3s ease-out 0s; } .feature__block:hover .text h5 { color: #ffffff; -webkit-transition: all 0.3s ease-out 0s; -moz-transition: all 0.3s ease-out 0s; -ms-transition: all 0.3s ease-out 0s; -o-transition: all 0.3s ease-out 0s; transition: all 0.3s ease-out 0s; } .feature__block:hover .text p { color: #d0cee3; -webkit-transition: all 0.3s ease-out 0s; -moz-transition: all 0.3s ease-out 0s; -ms-transition: all 0.3s ease-out 0s; -o-transition: all 0.3s ease-out 0s; transition: all 0.3s ease-out 0s; } .feature__block .icon i { height: 60px; width: 60px; display: inline-block; text-align: center; line-height: 60px; background: rgba(34, 31, 60, 0.1); border-radius: 50%; margin-right: 15px; color: #221f3c; font-size: 24px; } .feature__block .text h5 { margin-bottom: 2px; } @media only screen and (min-width: 992px) and (max-width: 1200px) { .feature__block .text h5 { font-size: 15px; } } @media only screen and (min-width: 768px) and (max-width: 991px) { .feature__block .text h5 { font-size: 15px; } } @media (max-width: 767px) { .feature__block .text h5 { font-size: 15px; } } .feature__block .text p { margin-bottom: 0; } .feature .progress { height: 3px; font-size: 18px; background-color: #ececec; border-radius: 0; } .feature .progress-bar span { color: #221f3c; position: absolute; top: 0; right: 0; font-weight: 700; font-size: 18px; -webkit-transition: all 0.6s ease-out 0s; -moz-transition: all 0.6s ease-out 0s; -ms-transition: all 0.6s ease-out 0s; -o-transition: all 0.6s ease-out 0s; transition: all 0.6s ease-out 0s; } .feature .progress-bar { background-color: #221f3c; } .feature .progress-border { padding: 13px 15px; border: 1px solid #e2e2e2; border-radius: 30px; } .skills__left--thumb { position: relative; left: -99px; } @media only screen and (min-width: 1200px) and (max-width: 1600px) { .skills__left--thumb { left: 0px; } } @media only screen and (min-width: 992px) and (max-width: 1200px) { .skills__left--thumb { left: 0px; } } @media only screen and (min-width: 768px) and (max-width: 991px) { .skills__left--thumb { left: 0px; text-align: center; } } @media (max-width: 767px) { .skills__left--thumb { left: 0px; text-align: center; } } .skills__shape { width: 670px; height: 670px; position: absolute; left: 50%; top: 50%; transform: translateY(-50%) translateX(-50%); border-radius: 50%; background: rgba(34, 31, 60, 0.07); z-index: -1; } @media only screen and (min-width: 992px) and (max-width: 1200px) { .skills__shape { width: 515px; height: 515px; } } .skills__content { padding-left: 73px; } @media only screen and (min-width: 992px) and (max-width: 1200px) { .skills__content { padding-left: 30px; } } @media only screen and (min-width: 768px) and (max-width: 991px) { .skills__content { padding-left: 0px; } } @media (max-width: 767px) { .skills__content { padding-left: 0px; } } /*----------------------------------------*/ /* 05. Services /*----------------------------------------*/ .service__block { padding-right: 0px; } .service__block--h3 { padding: 50px 35px; -webkit-transition: all 0.3s ease-out 0s; -moz-transition: all 0.3s ease-out 0s; -ms-transition: all 0.3s ease-out 0s; -o-transition: all 0.3s ease-out 0s; transition: all 0.3s ease-out 0s; } @media only screen and (min-width: 992px) and (max-width: 1200px) { .service__block--h3 { padding: 50px 30px; } } .service__block--h3 p { line-height: 30px; -webkit-transition: all 0.3s ease-out 0s; -moz-transition: all 0.3s ease-out 0s; -ms-transition: all 0.3s ease-out 0s; -o-transition: all 0.3s ease-out 0s; transition: all 0.3s ease-out 0s; } .service__block--h3:hover { background: #221f3c; } .service__block--h3:hover p, .service__block--h3:hover i::before, .service__block--h3:hover a, .service__block--h3:hover h4 { color: #dbd9ef !important; -webkit-transition: all 0.3s ease-out 0s; -moz-transition: all 0.3s ease-out 0s; -ms-transition: all 0.3s ease-out 0s; -o-transition: all 0.3s ease-out 0s; transition: all 0.3s ease-out 0s; } .service__block--h3 img { position: absolute; top: 0; left: 0; } .service__block--h4 { padding: 60px 41px; border: 1px solid #e2e2e2; -webkit-transition: all 0.3s ease-out 0s; -moz-transition: all 0.3s ease-out 0s; -ms-transition: all 0.3s ease-out 0s; -o-transition: all 0.3s ease-out 0s; transition: all 0.3s ease-out 0s; } @media only screen and (min-width: 992px) and (max-width: 1200px) { .service__block--h4 { padding: 60px 30px; } } .service__block--h4:hover { background-color: white; box-shadow: 0px 10px 32px 0px rgba(197, 197, 197, 0.4); -webkit-transition: all 0.3s ease-out 0s; -moz-transition: all 0.3s ease-out 0s; -ms-transition: all 0.3s ease-out 0s; -o-transition: all 0.3s ease-out 0s; transition: all 0.3s ease-out 0s; border: 1px solid transparent; } .service__block--h5 { padding: 10px; -webkit-transition: all 0.3s ease-out 0s; -moz-transition: all 0.3s ease-out 0s; -ms-transition: all 0.3s ease-out 0s; -o-transition: all 0.3s ease-out 0s; transition: all 0.3s ease-out 0s; } .service__block--h5:hover .service__thumb--h5 img { transform: scale(1.1) rotate(5deg); -webkit-transition: all 0.5s ease-out 0s; -moz-transition: all 0.5s ease-out 0s; -ms-transition: all 0.5s ease-out 0s; -o-transition: all 0.5s ease-out 0s; transition: all 0.5s ease-out 0s; } .service__block--h6 { background: #393657; } .service .shape { position: absolute; } .service .shape--line { top: 0; left: 0; } .service .shape--mimg { right: 220px; bottom: 0; z-index: 1; } @media only screen and (min-width: 1200px) and (max-width: 1600px) { .service .shape--mimg { right: 0; } } @media only screen and (min-width: 992px) and (max-width: 1200px) { .service .shape--mimg { max-width: 325px; right: 30px; } } .service .shape--mibg { bottom: 75px; right: 190px; animation: jump2 4s linear infinite; } @media only screen and (min-width: 1200px) and (max-width: 1600px) { .service .shape--mibg { right: 0; } } @media only screen and (min-width: 992px) and (max-width: 1200px) { .service .shape--mibg { max-width: 300px; right: 30px; } } .service .shape--h4 { right: 80px; top: 110px; } .service .shape--h42 { bottom: 174px; left: 0; } .service__icon { position: absolute; left: 12px; top: 14px; } .service__icon::before { font-size: 63px; color: #221f3c; display: inline-block; line-height: 1; } .service__icon--h3 { position: static; display: inline-block; margin-bottom: 30px; } .service__icon--h5 span { display: inline-block; line-height: 1; margin-right: 20px; } .service__icon--h5 span::before { font-size: 50px; color: #221f3c; } @media only screen and (min-width: 992px) and (max-width: 1200px) { .service__icon--h5 span::before { font-size: 35px; } } .service__icon--h6 span { margin-right: 25px; } .service__icon--h6 span::before { color: #ffffff; } .service__shape { margin-bottom: 29px; animation: rotated 20s infinite linear; } .service__content--h2 { z-index: 11; position: absolute; bottom: 0; padding: 30px 40px 30px; width: 100%; } @media only screen and (min-width: 1200px) and (max-width: 1600px) { .service__content--h2 { padding: 30px 30px 30px; } } @media only screen and (min-width: 992px) and (max-width: 1200px) { .service__content--h2 { padding: 30px 25px 30px; } } @media (max-width: 767px) { .service__content--h2 { padding: 30px 25px 15px; } } .service__content--h2 span { display: inline-block; } .service__content--h2 span::before { font-size: 65px; } @media (max-width: 767px) { .service__content--h2 span::before { font-size: 40px; } } .service__content--h2 h4 { margin-bottom: 4px; } @media (max-width: 767px) { .service__content--h2 h4 { font-size: 18px; } } .service__content--h2 p { margin-bottom: 9px; color: #dbd9ef; } .service__content--h2 a i { font-size: 28px; } .service__content--h2 a:hover i { color: #c0bce9; -webkit-transition: all 0.4s ease-out 0s; -moz-transition: all 0.4s ease-out 0s; -ms-transition: all 0.4s ease-out 0s; -o-transition: all 0.4s ease-out 0s; transition: all 0.4s ease-out 0s; } .service__block--h2 { -webkit-transition: all 0.6s ease-out 0s; -moz-transition: all 0.6s ease-out 0s; -ms-transition: all 0.6s ease-out 0s; -o-transition: all 0.6s ease-out 0s; transition: all 0.6s ease-out 0s; } .service__block--h2:hover img { transform: scale(1.2) rotate(5deg); -webkit-transition: all 0.6s ease-out 0s; -moz-transition: all 0.6s ease-out 0s; -ms-transition: all 0.6s ease-out 0s; -o-transition: all 0.6s ease-out 0s; transition: all 0.6s ease-out 0s; } .service__thumb--h2::before { position: absolute; content: ""; height: 100%; width: 100%; bottom: 0; top: 0; left: 0; background-image: -moz-linear-gradient(90deg, rgba(34, 31, 60, 0.96863) 0%, rgba(34, 31, 60, 0.65) 43%, rgba(34, 31, 60, 0.48) 65%, rgba(34, 31, 60, 0) 100%); background-image: -webkit-linear-gradient(90deg, rgba(34, 31, 60, 0.96863) 0%, rgba(34, 31, 60, 0.65) 43%, rgba(34, 31, 60, 0.48) 65%, rgba(34, 31, 60, 0) 100%); background-image: -ms-linear-gradient(90deg, rgba(34, 31, 60, 0.96863) 0%, rgba(34, 31, 60, 0.65) 43%, rgba(34, 31, 60, 0.48) 65%, rgba(34, 31, 60, 0) 100%); z-index: 1; } .service__thumb--h2 img { width: 100%; transition: .6s; } .service__icon--h4 { display: inline-block; line-height: 1; margin-bottom: 32px; } .service__icon--h4::before { font-size: 88px; color: #000; } .service__link--h4 { height: 50px; display: inline-block; width: 50px; line-height: 47px; font-size: 17px; border: 2px solid #e2e2e2; border-radius: 50%; } .service__content--h5 { display: flex; padding: 40px 20px 20px; } .service__content--h6 { padding: 35px 30px 30px; } @media only screen and (min-width: 768px) and (max-width: 991px) { .service__content--h6 { padding: 35px 20px 30px; } } .service__text--h5 { margin-top: -5px; } .service__text--h5 h4 { margin-bottom: 10px; } @media only screen and (min-width: 992px) and (max-width: 1200px) { .service__text--h5 h4 { font-size: 18px; } } @media only screen and (min-width: 768px) and (max-width: 991px) { .service__text--h5 h4 { font-size: 18px; } } @media (max-width: 767px) { .service__text--h5 h4 { font-size: 18px; } } .service__text--h5 p { margin-bottom: 7px; } .service__text--h5 a { font-size: 24px; line-height: 1; } .service__text--h6 h4 { margin-bottom: 5px; } .service__text--h6 a { font-size: 15px; font-weight: 700; } .service__text--h6 a:hover { color: #c0bce9; } .service__text--h6 a i { padding-left: 10px; font-size: 18px; vertical-align: middle; } .service__play { position: absolute; top: 50%; transform: translateY(-50%); right: 0; left: 0; } .service__row { padding-left: 42px; } .service__row--h6 .col { padding-right: 5px; padding-left: 5px; } .link-more { text-decoration: underline; -webkit-transition: all 0.3s ease-out 0s; -moz-transition: all 0.3s ease-out 0s; -ms-transition: all 0.3s ease-out 0s; -o-transition: all 0.3s ease-out 0s; transition: all 0.3s ease-out 0s; position: relative; z-index: 1; } .link-more:hover { color: #221f3c; -webkit-transition: all 0.3s ease-out 0s; -moz-transition: all 0.3s ease-out 0s; -ms-transition: all 0.3s ease-out 0s; -o-transition: all 0.3s ease-out 0s; transition: all 0.3s ease-out 0s; } .case { padding-left: 55px; padding-right: 55px; } @media only screen and (min-width: 1200px) and (max-width: 1600px) { .case { padding-left: 0px; padding-right: 0px; } } @media only screen and (min-width: 992px) and (max-width: 1200px) { .case { padding-left: 0px; padding-right: 0px; } } @media only screen and (min-width: 768px) and (max-width: 991px) { .case { padding-left: 0px; padding-right: 0px; } } @media (max-width: 767px) { .case { padding-left: 0px; padding-right: 0px; } } .securiy-services { transition: .4s; } .securiy-services:hover { background: #221f3c; transition: .4s; } .securiy-services:hover .service__icon--h5 span::before, .securiy-services:hover .service__text--h5 h4, .securiy-services:hover .service__text--h5 p, .securiy-services:hover .service__text--h5 a { color: #fff; transition: .4s; } /*----------------------------------------*/ /* 06. History /*----------------------------------------*/ .history__content p { color: #dbd9ef; } .history__tabs > ul { margin-bottom: 30px; } .history__tabs > ul li { margin-right: 48px; } @media (max-width: 767px) { .history__tabs > ul li { margin-right: 0px; } } .history__tabs > ul li:last-child { margin-right: 0; } .history__tabs > ul li a { padding: 0; font-size: 18px; font-weight: 600; color: #dbd9ef; } .history__tabs > ul li a:hover { border: 0px solid transparent; } @media only screen and (min-width: 992px) and (max-width: 1200px) { .history__tabs > ul li a { font-size: 15px; } } @media (max-width: 767px) { .history__tabs > ul li a { font-size: 14px; } } .history__tabs .nav-tabs .nav-item.show .nav-link, .history__tabs .nav-tabs .nav-link.active { color: #fff; background-color: transparent; border-color: transparent; } .history__tabs .nav-tabs .nav-link { border: 0px solid transparent; border-top-left-radius: 0rem; border-top-right-radius: 0rem; padding: 17px 0; } .history__tabs .nav-tabs { border-bottom: 2px solid #444165; justify-content: space-between; margin-right: 79px; } @media only screen and (min-width: 992px) and (max-width: 1200px) { .history__tabs .nav-tabs { margin-right: 0px; } } @media (max-width: 767px) { .history__tabs .nav-tabs { margin-right: 0px; } } .history__tabs .nav-tabs .nav-item.show .nav-link, .history__tabs .nav-tabs .nav-link.active { border-bottom: 2px solid #fff; } .history__left--thumb { position: absolute; width: 50%; left: 0; height: 100%; top: 0; background-repeat: no-repeat; background-size: cover; background-position: center; } .history__left--thumb::before { position: absolute; content: ""; width: 100%; height: 100%; background: rgba(34, 31, 60, 0.2); top: 0; left: 0; } .history__left--thumb a { height: 150px; width: 150px; display: inline-block; text-align: center; line-height: 150px; background: #ffffff; z-index: 1; position: absolute; border-radius: 50%; font-size: 20px; color: #221f3c; top: 50%; transform: translateY(-50%); right: 0; left: 0; margin: 0 auto; transition: .4s; } .history__left--thumb a:hover { background: #221f3c; color: #ffffff; } .history__what-do .content { padding-right: 20px; } .history__what-do .content p { margin-bottom: 10px; } .history__what-do .content ul li { font-size: 15px; color: #dbd9ef; margin-bottom: 10px; display: block; position: relative; padding-left: 25px; } .history__what-do .content ul li::before { position: absolute; content: "\f00c"; top: 50%; transform: translateY(-50%); font-family: "Font Awesome 5 Pro"; left: 0; } .history__what-do .content ul li:last-child { margin-bottom: 0; } .history__what-do .img { min-width: 171px; overflow: hidden; } @media (max-width: 767px) { .history__what-do .img { margin-right: 0px; margin-bottom: 30px; } } .history__shape { position: absolute; top: -100px; line-height: 1; right: 0; } .history__row { margin-left: 20px; } @media only screen and (min-width: 768px) and (max-width: 991px) { .history__row { margin-left: 0px; } } @media (max-width: 767px) { .history__row { margin-left: 0px; } } .wwa__thumb { margin-left: -210px; } @media only screen and (min-width: 992px) and (max-width: 1200px) { .wwa__thumb { margin-left: 0px; } } @media only screen and (min-width: 768px) and (max-width: 991px) { .wwa__thumb { margin-left: 0px; } } @media (max-width: 767px) { .wwa__thumb { margin-left: 0px; } } .wwa__content h4, .wwa__content p { color: #dbd9ef; } .wwa__content ul { margin-bottom: 48px; } .wwa__content ul li { font-weight: 500; color: #dbd9ef; margin-bottom: 13px; padding-left: 30px; position: relative; } .wwa__content ul li::before { content: "\f058"; font-weight: 300; font-family: 'font awesome 5 pro'; top: 50%; transform: translateY(-50%); position: absolute; left: 0; line-height: 1; vertical-align: middle; } .about-tabs .nav-tabs { border-bottom: 2px solid #dad9df; margin-right: 39px; margin-bottom: 40px; } @media (max-width: 767px) { .about-tabs .nav-tabs { margin-right: 0px; } } .about-tabs .nav-tabs .nav-link { border: 0px solid transparent; border-top-left-radius: 0; border-top-right-radius: 0; font-size: 20px; font-weight: 700; color: #696969; padding: 25px 0px 25px 0; line-height: 1; margin-right: 48px; background: transparent; border-bottom: 3px solid transparent; } @media only screen and (min-width: 992px) and (max-width: 1200px) { .about-tabs .nav-tabs .nav-link { margin-right: 19px; padding: 25px 0px 15px 0; font-size: 16px; } } .about-tabs .nav-tabs .nav-link.active { border-bottom: 3px solid #221f3c; color: #221f3c; transition: .4s; } .nav-tabs .nav-item:last-child .nav-link { margin-right: 0px; } .about-tabs .nav-tabs .nav-link i { padding-right: 12px; } .about__content i { display: inline-block; height: 65px; width: 65px; line-height: 65px; text-align: center; font-size: 24px; color: #221f3c; background-color: white; box-shadow: 0px 10px 60px 0px rgba(201, 201, 201, 0.49); border-radius: 7px; margin-bottom: 30px; -webkit-transition: all 0.5s ease-out 0s; -moz-transition: all 0.5s ease-out 0s; -ms-transition: all 0.5s ease-out 0s; -o-transition: all 0.5s ease-out 0s; transition: all 0.5s ease-out 0s; } .about__content:hover i { -webkit-transition: all 0.5s ease-out 0s; -moz-transition: all 0.5s ease-out 0s; -ms-transition: all 0.5s ease-out 0s; -o-transition: all 0.5s ease-out 0s; transition: all 0.5s ease-out 0s; background-color: #221f3c; box-shadow: 0px 10px 60px 0px rgba(34, 31, 60, 0.49); color: #ffffff; } .about__shape--h5 { position: absolute; right: -112px; bottom: -104px; } .about-tabs { padding-right: 2px; } .about-thumb > img { z-index: 1; position: relative; } .about-thumb { text-align: right; z-index: 1; } .about-thumb > span { position: absolute; z-index: 11; top: 50%; transform: translateY(-50%) rotate(270deg); transform-origin: center; left: -83px; font-size: 20px; font-weight: 600; background: #221f3c; color: #fff; padding: 17px 33px; text-align: center; } .who__content { position: absolute; bottom: 0; left: 0; padding: 34px 39px 39px; } @media only screen and (min-width: 992px) and (max-width: 1200px) { .who__content { padding: 34px 30px 39px; } } .who__content h3 { font-size: 30px; } .who__content a { font-size: 15px; display: inline-flex; align-items: center; } .who__content a i { font-size: 18px; padding-left: 10px; } .who1::before { position: absolute; content: ""; background-image: -moz-linear-gradient(90deg, rgba(34, 31, 60, 0.92941) 0%, rgba(34, 31, 60, 0.54) 43%, rgba(34, 31, 60, 0.46) 52%, rgba(34, 31, 60, 0) 100%); background-image: -webkit-linear-gradient(90deg, rgba(34, 31, 60, 0.92941) 0%, rgba(34, 31, 60, 0.54) 43%, rgba(34, 31, 60, 0.46) 52%, rgba(34, 31, 60, 0) 100%); background-image: -ms-linear-gradient(90deg, rgba(34, 31, 60, 0.92941) 0%, rgba(34, 31, 60, 0.54) 43%, rgba(34, 31, 60, 0.46) 52%, rgba(34, 31, 60, 0) 100%); width: 100%; height: 100%; } .who2 { background: rgba(34, 31, 60, 0.07); } .who__play { height: 80px; width: 80px; line-height: 80px; position: absolute; top: 50%; transform: translateY(-50%); right: 0; left: 0; margin: 0 auto; } .wd-do { padding-right: 45px; } /*----------------------------------------*/ /* 07. Team /*----------------------------------------*/ .team:hover .team__thumb::before, .team:hover .team__thumb::after { height: 100%; opacity: 1; visibility: visible; } .team__thumb { overflow: hidden; } .team__thumb::before, .team__thumb::after { background-image: -moz-linear-gradient(90deg, rgba(34, 31, 60, 0.94902) 0%, rgba(34, 31, 60, 0.47) 40%, rgba(34, 31, 60, 0.45) 43%, rgba(34, 31, 60, 0) 100%); background-image: -webkit-linear-gradient(90deg, rgba(34, 31, 60, 0.94902) 0%, rgba(34, 31, 60, 0.47) 40%, rgba(34, 31, 60, 0.45) 43%, rgba(34, 31, 60, 0) 100%); background-image: -ms-linear-gradient(90deg, rgba(34, 31, 60, 0.94902) 0%, rgba(34, 31, 60, 0.47) 40%, rgba(34, 31, 60, 0.45) 43%, rgba(34, 31, 60, 0) 100%); content: ""; width: 100%; height: 0%; display: inline-block; bottom: 0; right: 0; left: 0; z-index: 1; position: absolute; -webkit-transition: all 0.3s ease-out 0s; -moz-transition: all 0.3s ease-out 0s; -ms-transition: all 0.3s ease-out 0s; -o-transition: all 0.3s ease-out 0s; transition: all 0.3s ease-out 0s; opacity: 0; visibility: hidden; } .team__thumb img { width: 100%; -webkit-transition: all 0.3s ease-out 0s; -moz-transition: all 0.3s ease-out 0s; -ms-transition: all 0.3s ease-out 0s; -o-transition: all 0.3s ease-out 0s; transition: all 0.3s ease-out 0s; } .team__thumb:hover img { transform: scale(1.1); -webkit-transition: all 0.3s ease-out 0s; -moz-transition: all 0.3s ease-out 0s; -ms-transition: all 0.3s ease-out 0s; -o-transition: all 0.3s ease-out 0s; transition: all 0.3s ease-out 0s; } .team__social { position: absolute; bottom: 0; right: 0; left: 0; text-align: center; margin: 0 auto; opacity: 0; visibility: hidden; -webkit-transition: all 0.3s ease-out 0s; -moz-transition: all 0.3s ease-out 0s; -ms-transition: all 0.3s ease-out 0s; -o-transition: all 0.3s ease-out 0s; transition: all 0.3s ease-out 0s; z-index: 11; } .team__social ul li { display: inline-block; } .team__social ul li:nth-child(2) a { background: #e60023; } .team__social ul li:nth-child(3) a { background: #d54b3d; } .team__social ul li:nth-child(4) a { background: #1a91da; } .team__social ul li a { height: 45px; display: inline-block; width: 45px; line-height: 45px; border-radius: 50%; color: #fff; background: #0c88ef; margin: 0 4.5px; } @media only screen and (min-width: 768px) and (max-width: 991px) { .team__social ul li a { margin: 0 0.5px; } } .team__social ul li a:hover { opacity: .8; } .team__social--h2 ul li a { height: 35px; width: 35px; font-size: 14px; line-height: 36px; margin: 0 3px; } .team__social--h2:hover { bottom: 30px; } .team:hover .team__social { opacity: 1; visibility: visible; bottom: 20px; } .team:hover .team__social--h2 { bottom: 30px; } .team__content h3 { margin-bottom: 4px; } .team--h2 { -webkit-transition: all 0.3s ease-out 0s; -moz-transition: all 0.3s ease-out 0s; -ms-transition: all 0.3s ease-out 0s; -o-transition: all 0.3s ease-out 0s; transition: all 0.3s ease-out 0s; padding: 45px 35px 40px; border: 1px solid #e5e5e5; border-radius: 10px; } .team--h2:hover { background: #221f3c; -webkit-transition: all 0.3s ease-out 0s; -moz-transition: all 0.3s ease-out 0s; -ms-transition: all 0.3s ease-out 0s; -o-transition: all 0.3s ease-out 0s; transition: all 0.3s ease-out 0s; border: 1px solid transparent; } .team--h2:hover .team__thumb--h2 { border: 8px solid #fff; -webkit-transition: all 0.3s ease-out 0s; -moz-transition: all 0.3s ease-out 0s; -ms-transition: all 0.3s ease-out 0s; -o-transition: all 0.3s ease-out 0s; transition: all 0.3s ease-out 0s; } .team--h2:hover .team__thumb--h2::before { opacity: 1; visibility: visible; } .team--h2:hover .team__content--h2 h3 { color: #ffffff; -webkit-transition: all 0.3s ease-out 0s; -moz-transition: all 0.3s ease-out 0s; -ms-transition: all 0.3s ease-out 0s; -o-transition: all 0.3s ease-out 0s; transition: all 0.3s ease-out 0s; } .team--h2:hover .team__content--h2 h6 { color: #dbd9ef; -webkit-transition: all 0.3s ease-out 0s; -moz-transition: all 0.3s ease-out 0s; -ms-transition: all 0.3s ease-out 0s; -o-transition: all 0.3s ease-out 0s; transition: all 0.3s ease-out 0s; } .team__thumb--h2 { overflow: hidden; border-radius: 50%; border: 8px solid transparent; -webkit-transition: all 0.3s ease-out 0s; -moz-transition: all 0.3s ease-out 0s; -ms-transition: all 0.3s ease-out 0s; -o-transition: all 0.3s ease-out 0s; transition: all 0.3s ease-out 0s; } .team__thumb--h2::before { position: absolute; content: ""; width: 100%; height: 100%; background: rgba(34, 31, 60, 0.5); left: 0; top: 0; right: 0; opacity: 0; visibility: hidden; -webkit-transition: all 0.3s ease-out 0s; -moz-transition: all 0.3s ease-out 0s; -ms-transition: all 0.3s ease-out 0s; -o-transition: all 0.3s ease-out 0s; transition: all 0.3s ease-out 0s; } .team__thumb--h2 img { width: 100%; } .team__col2 { padding-top: 30px; } /*----------------------------------------*/ /* 08. Contacts /*----------------------------------------*/ .contacts__bg { padding-right: 100px; background-repeat: no-repeat; background-size: cover; } @media (max-width: 767px) { .contacts__bg { padding-right: 15px; } } .contacts__bg--h4 { padding: 55px 50px 60px; } @media (max-width: 767px) { .contacts__bg--h4 { padding: 30px 12px 40px; } } @media only screen and (min-width: 992px) and (max-width: 1200px) { .contacts__bg--h4 { padding: 30px 20px 40px; } } .contacts__mcp { margin-left: -45px; } .contacts__mcp--h2 { margin-top: -60px; margin-left: 0; } .contacts__input input, .contacts__input select, .contacts__input textarea { width: 100%; padding: 0; background: transparent; color: #fff; border: 0; border-bottom-color: currentcolor; border-bottom-style: none; border-bottom-width: 0px; border-bottom: 3px solid #444067; padding: 15px 0; font-size: 15px; } .contacts__input input::placeholder, .contacts__input textarea::placeholder { color: #fff; font-size: 15px; } .contacts__input i { position: absolute; top: 50%; transform: translateY(-50%); right: 0; color: #fff; font-size: 16px; cursor: pointer; } .contacts__input select { -webkit-appearance: none; } .contacts__input textarea { min-height: 134px; } .contacts__input input:focus, .contacts__input select:focus, .contacts__input textarea:focus { border-color: #827bb7; -webkit-transition: all 0.4s ease-out 0s; -moz-transition: all 0.4s ease-out 0s; -ms-transition: all 0.4s ease-out 0s; -o-transition: all 0.4s ease-out 0s; transition: all 0.4s ease-out 0s; } .contacts__input--h4 input, .contacts__input--h4 textarea { padding-left: 20px; padding-right: 20px; font-size: 18px; color: #c1bedf; font-weight: 600; } .contacts__input--h4 input::placeholder, .contacts__input--h4 textarea::placeholder { font-size: 18px; color: #c1bedf; font-weight: 600; } .contacts__input--h4 textarea { min-height: 111px; } .contacts__input--h4 i { color: #c1bedf; right: 20px; } .contacts__input .btn { padding: 22px 60px; } .contacts__input .btn:hover { color: #221f3c; background: #c0bce9; } .contacts__text--h2 { padding-left: 85px; } .contacts__help--bg { position: absolute; left: -110px; top: 30px; animation: jump2 4s linear infinite; } .contacts__feature { padding: 32px 70px 32px 40px; background: #383459; position: relative; } @media (max-width: 767px) { .contacts__feature { padding: 25px 15px 25px 15px; } } @media only screen and (min-width: 992px) and (max-width: 1200px) { .contacts__feature h3 { font-size: 18px; } } .contacts__feature h4 { font-size: 25px; margin-bottom: 0; } .contacts__feature h4 i { font-size: 18px; margin-right: 10px; } @media only screen and (min-width: 992px) and (max-width: 1200px) { .contacts__feature h4 { font-size: 18px; } } .contacts__feature--bg { font-size: 80px; color: rgba(255, 255, 255, 0.03); position: absolute; right: 25px; bottom: 30px; transform: rotate(-30deg); } @media only screen and (min-width: 992px) and (max-width: 1200px) { .contacts__feature { padding: 32px 30px 32px 40px; } } @media (max-width: 767px) { .contacts__feature i { font-size: 40px; } } .contacts__social ul li { display: inline-block; margin-right: 6px; } .contacts__social ul li a { height: 45px; width: 45px; display: inline-block; text-align: center; line-height: 45px; font-size: 14px; color: #fff; border-radius: 50%; } .contacts__social ul li:nth-child(1) a { background: #0c88ef; } .contacts__social ul li:nth-child(2) a { background: #e60023; } .contacts__social ul li:nth-child(3) a { background: #d54b3d; } .contacts__social ul li:nth-child(4) a { background: #1a91da; } .contacts__address i { font-size: 30px; margin-bottom: 20px; display: inline-block; } @media only screen and (min-width: 992px) and (max-width: 1200px) { .contacts__address h4 { font-size: 20px; } } .map__loaction { position: absolute; top: 50%; transform: translateY(-156%); right: -28px; left: 0; margin: 0 auto; text-align: center; width: 100%; } .contacts__social ul li { display: inline-block; } /* 12.contact */ .contact-area { background-position: center center; background-repeat: no-repeat; } .contact i { background: #221f3c; font-size: 40px; height: 150px; width: 150px; color: #ffffff; border-radius: 50%; line-height: 135px; border: 10px solid #fff; box-shadow: 0px 16px 32px 0px rgba(206, 226, 255, 0.4); margin-bottom: 30px; } .contact h3 { font-size: 30px; margin-bottom: 15px; } .contact p { margin: 0; padding: 0 50px; } @media only screen and (min-width: 992px) and (max-width: 1200px) { .contact p { padding: 0 10px; } } @media only screen and (min-width: 768px) and (max-width: 991px) { .contact p { padding: 0 0px; } } .form-wrapper { padding: 100px; margin-bottom: -90px; position: relative; z-index: 999; } @media only screen and (min-width: 768px) and (max-width: 991px) { .form-wrapper { padding: 40px; } } @media (max-width: 767px) { .form-wrapper { padding: 20px; } } .contact-form input { background: #ffffff; height: 80px; width: 100%; padding: 0 80px; padding-right: 30px; border: 0; color: #aab5ca; font-weight: 500; letter-spacing: 2px; text-transform: uppercase; } .contact-form textarea { color: #aab5ca; font-weight: 500; letter-spacing: 2px; text-transform: uppercase; height: 300px; width: 100%; padding: 30px 80px; border: 0; } .form-box::before { position: absolute; content: "\f0e0"; font-family: "Font Awesome 5 Pro"; font-weight: 700; display: inline-block; font-size: 14px; text-align: center; left: 45px; color: #221f3c; top: 29px; z-index: 99; } .user-icon::before { content: "\f007"; } .email-icon::before { content: "\f0e0"; } .phone-icon::before { content: "\f095"; } .subject-icon::before { content: "\f0a6"; } .contact-form input::-moz-placeholder, .contact-form input::placeholder { color: #aab5ca; } .contact-form textarea::-moz-placeholder, .contact-form textarea::placeholder { color: #aab5ca; } .contact-map iframe { height: 670px; width: 100%; } /*----------------------------------------*/ /* 09. Projects /*----------------------------------------*/ .project__search { margin-bottom: 10px; text-align: right; } .project__search button { padding: 0; font-size: 18px; color: #9f9cb8; background: transparent; border: 0; background: transparent; border: 0; height: 70px; width: 70px; border: 3px solid #9f9cb8; border-radius: 50%; } .project__box { padding: 0 55px; } .project__img::before { position: absolute; content: ""; width: 100%; height: 100%; background: #221f3c; left: 0; top: 0; opacity: 0; visibility: hidden; -webkit-transition: all 0.3s ease-out 0s; -moz-transition: all 0.3s ease-out 0s; -ms-transition: all 0.3s ease-out 0s; -o-transition: all 0.3s ease-out 0s; transition: all 0.3s ease-out 0s; z-index: 11; } .project__content { position: absolute; top: 50%; transform: translateY(-30%); padding: 15px; width: 100%; text-align: center; opacity: 0; visibility: hidden; -webkit-transition: all 0.3s ease-out 0s; -moz-transition: all 0.3s ease-out 0s; -ms-transition: all 0.3s ease-out 0s; -o-transition: all 0.3s ease-out 0s; transition: all 0.3s ease-out 0s; z-index: 111; } .project__content h2 { font-size: 30px; } @media (max-width: 767px) { .project__content h2 { font-size: 20px; } } .project__content h2:hover a { color: #c0bce9; } .project__link { position: absolute; bottom: 10px; right: 0px; font-size: 24px; color: #221f3c; width: 70px; height: 70px; display: inline-block; line-height: 70px; text-align: right; opacity: 0; visibility: hidden; z-index: 111; -webkit-transition: all 0.3s ease-out 0s; -moz-transition: all 0.3s ease-out 0s; -ms-transition: all 0.3s ease-out 0s; -o-transition: all 0.3s ease-out 0s; transition: all 0.3s ease-out 0s; } .project__link::before { position: absolute; content: ""; width: 100%; left: 0; height: 100%; border-style: solid; border-width: 0 0 70px 70px; border-color: transparent transparent #ffffff transparent; } .project__link a { position: absolute; right: 10px; bottom: 10px; line-height: 1; } .project__block { overflow: hidden; } .project__block:hover .project__img::before { opacity: 0.50; visibility: visible; -webkit-transition: all 0.3s ease-out 0s; -moz-transition: all 0.3s ease-out 0s; -ms-transition: all 0.3s ease-out 0s; -o-transition: all 0.3s ease-out 0s; transition: all 0.3s ease-out 0s; } .project__block:hover .project__link { opacity: 1; visibility: visible; -webkit-transition: all 0.3s ease-out 0s; -moz-transition: all 0.3s ease-out 0s; -ms-transition: all 0.3s ease-out 0s; -o-transition: all 0.3s ease-out 0s; transition: all 0.3s ease-out 0s; right: 10px; } .project__block:hover .project__content { visibility: visible; opacity: 1; -webkit-transition: all 0.3s ease-out 0s; -moz-transition: all 0.3s ease-out 0s; -ms-transition: all 0.3s ease-out 0s; -o-transition: all 0.3s ease-out 0s; transition: all 0.3s ease-out 0s; transform: translateY(-50%); } .project__block:hover .project__img img { transform: scale(1.2) rotate(3deg); -webkit-transition: all 0.5s ease-out 0s; -moz-transition: all 0.5s ease-out 0s; -ms-transition: all 0.5s ease-out 0s; -o-transition: all 0.5s ease-out 0s; transition: all 0.5s ease-out 0s; } /*----------------------------------------*/ /* 10. statistics /*----------------------------------------*/ .statistics__block { padding-right: 28px; } @media only screen and (min-width: 992px) and (max-width: 1200px) { .statistics__block { padding-right: 0; } } @media only screen and (min-width: 992px) and (max-width: 1200px) { .statistics__block h4 { font-size: 20px; } } .statistics__block > span { font-size: 40px; display: inline-flex; align-items: center; margin-bottom: 25px; } .statistics__block > span i { margin-right: 12px; } .statistics__block--h2 { padding-right: 0; } .statistics__block--h2 span { font-size: 35px; display: block; } .statistics__block--h2 p { font-size: 40px; font-weight: 600; color: #221f3c; display: inline-flex; } .statistics__block--h2 p sup { top: -27px; font-size: 25px; } @media only screen and (min-width: 992px) and (max-width: 1200px) { .statistics__block--h2 h5 { font-size: 13px; } } .statistics__block--h3 { padding: 52px 45px; border: 2px solid #e3e3e3; position: relative; } @media only screen and (min-width: 992px) and (max-width: 1200px) { .statistics__block--h3 { padding: 52px 30px; } } .statistics__block--h3--one { border-right: 2px solid transparent; border-bottom: 2px solid transparent; } @media (max-width: 767px) { .statistics__block--h3--one { border-right: 2px solid #e3e3e3; } } .statistics__block--h3--two { border-bottom: 2px solid transparent; } .statistics__block--h3--three { border-right: 2px solid transparent; } @media (max-width: 767px) { .statistics__block--h3--three { border-right: 2px solid #e3e3e3; border-bottom: 2px solid transparent; } } .statistics__block--h3::before { position: absolute; content: ""; width: 300px; height: 300px; top: 50%; left: 50%; transform: translateY(-50%) translateX(-50%); background: #221f3c; transition: .4s; opacity: 0; visibility: hidden; z-index: 1; } .statistics__block--h3:hover::before { opacity: 1; visibility: visible; } .statistics__block--h3:hover span i::before, .statistics__block--h3:hover p { color: #ffffff; z-index: 111; position: relative; } .statistics__block--h3:hover h5 { color: #dbd9ef; z-index: 111; position: relative; } .statistics-shape { position: absolute; } .statistics-shape1 { top: 0; left: 0; } .statistics-shape2 { bottom: 0; right: 0; } /*----------------------------------------*/ /* 11. Projects /*----------------------------------------*/ .review__arrow { opacity: 1; visibility: visible; top: auto; bottom: -105px; transform: translateY(0); padding: 0; width: inherit; height: inherit; line-height: 1; font-size: 50px; } .review__arrow:hover { background: transparent; color: #221f3c; } .review__arrow--h2 { opacity: 1; visibility: visible; top: -125px; background: transparent; color: #696969; border: 2px solid #e5e5e5; line-height: 65px; font-size: 28px; } .review__arrow--next { right: 0; } .review__arrow--prev { right: 80px; } .review__next--arrow { left: 77px; } .review--minus { margin-top: -90px; } .review__img img { margin-left: -112px; max-width: inherit; } @media only screen and (min-width: 1200px) and (max-width: 1600px) { .review__img img { margin-left: 0; } } @media only screen and (min-width: 768px) and (max-width: 991px) { .review__img img { margin-left: 0; } } @media (max-width: 767px) { .review__img img { margin-left: 0; width: 100%; } } .review__active { margin-left: 70px; padding-right: 25px; padding-top: 0px; } @media only screen and (min-width: 992px) and (max-width: 1200px) { .review__active { margin-left: 50px; padding-right: 0; } } @media (max-width: 767px) { .review__active { margin-left: 0; padding-right: 0; padding-top: 0px; } } .review__active--h2 .slick-dots { text-align: center; } .review__active--h2 .slick-dots li { display: inline-block; } .review__active--h2 .slick-dots li button { height: 25px; width: 25px; text-indent: -222222222222px; background: transparent; border-radius: 50%; border: 3px solid #e5e5e5; padding: 0; margin: 0 5px; cursor: pointer; -webkit-transition: all 0.3s ease-out 0s; -moz-transition: all 0.3s ease-out 0s; -ms-transition: all 0.3s ease-out 0s; -o-transition: all 0.3s ease-out 0s; transition: all 0.3s ease-out 0s; } .review__active--h2 .slick-dots .slick-active button { border-color: #221f3c; -webkit-transition: all 0.3s ease-out 0s; -moz-transition: all 0.3s ease-out 0s; -ms-transition: all 0.3s ease-out 0s; -o-transition: all 0.3s ease-out 0s; transition: all 0.3s ease-out 0s; } .review__header--text h4 { margin-bottom: 5px; } @media only screen and (min-width: 768px) and (max-width: 991px) { .review__header--text h4 { font-size: 19px; } } .review__quote { position: absolute; font-size: 50px; color: #221f3c; left: 54px; bottom: 67px; } .review__quote--h2 { color: rgba(34, 31, 60, 0.1); bottom: -14px; left: 0; } .review--header { margin-bottom: 30px; padding-top: 34px; } .review--header--h2 { padding: 0; } .review--header--img::after { position: absolute; content: ""; width: 100%; height: 100%; left: 10px; background: rgba(34, 31, 60, 0.07); top: 10px; z-index: -1; } .review__content ul li { display: inline-block; margin-right: 5px; } .review__content ul li i { font-size: 15px; color: #221f3c; } .review__content--h4 h5 { line-height: 32px; } .review__content--h4 h5 i { font-size: 35px; padding-right: 13px; color: #221f3c; } .review__wrapper { padding: 45px 30px 60px 35px; border: 1px solid #e5e5e5; } .review__wrapper--h4 { padding: 50px 40px; border-radius: 12px; background-color: white; box-shadow: 0px 30px 60px 0px rgba(230, 230, 230, 0.4); border: 1px solid transparent; } @media (max-width: 767px) { .review__wrapper--h4 { padding: 30px 20px; } } .review__shape { position: absolute; top: 0; left: 0; height: 573px; background: #f8f8f8; width: 100%; z-index: -1; } .review__quotes--icon { position: absolute; right: 96px; top: 96px; } .review-shape--line { position: absolute; top: 0; left: 0; } .review__active--h4 .review__arrow--h2 { top: 30%; background: #dad9df; color: #221f3c; border: 2px solid transparent; line-height: 56px; font-size: 24px; height: 60px; width: 60px; } .review__active--h4 .review__arrow--h2:hover { background: #221f3c; color: #ffffff; } .review__active--h4 .review__arrow--prev { right: auto; left: -7%; } @media only screen and (min-width: 1200px) and (max-width: 1600px) { .review__active--h4 .review__arrow--prev { left: -5%; } } .review__active--h4 .review__arrow--next { left: auto; right: -7%; } @media only screen and (min-width: 1200px) and (max-width: 1600px) { .review__active--h4 .review__arrow--next { right: -5%; } } /*----------------------------------------*/ /* 12. Blog /*----------------------------------------*/ .blog--img a i { position: absolute; left: 30px; bottom: -34px; height: 70px; width: 70px; background: #fff; line-height: 70px; text-align: center; border-radius: 50%; font-size: 20px; color: #221f3c; z-index: 1; box-shadow: 0px 10px 30px 0px rgba(191, 191, 191, 0.6); -webkit-transition: all 0.3s ease-out 0s; -moz-transition: all 0.3s ease-out 0s; -ms-transition: all 0.3s ease-out 0s; -o-transition: all 0.3s ease-out 0s; transition: all 0.3s ease-out 0s; } .blog--img a i::after { content: ""; position: absolute; z-index: 0; left: 50%; top: 50%; transform: translateX(-50%) translateY(-50%); display: block; width: 80px; height: 80px; background: #fff; border-radius: 50%; animation: pulse-border 1500ms ease-out infinite; z-index: -1; opacity: 0.54; -webkit-transition: all 0.3s ease-out 0s; -moz-transition: all 0.3s ease-out 0s; -ms-transition: all 0.3s ease-out 0s; -o-transition: all 0.3s ease-out 0s; transition: all 0.3s ease-out 0s; } .blog--img a:hover i { background: #221f3c; color: #ffffff; -webkit-transition: all 0.3s ease-out 0s; -moz-transition: all 0.3s ease-out 0s; -ms-transition: all 0.3s ease-out 0s; -o-transition: all 0.3s ease-out 0s; transition: all 0.3s ease-out 0s; } .blog--content { padding: 65px 30px 0 30px; } @media only screen and (min-width: 992px) and (max-width: 1200px) { .blog--content { padding: 65px 20px 0 20px; } } .blog--content span { display: block; } .blog--content > a { display: block; font-weight: 700; font-size: 14px; text-decoration: underline; } .blog--content h4 { margin-bottom: 20px; } .blog__img-link { display: inline-block; overflow: hidden; -webkit-transition: all 0.3s ease-out 0s; -moz-transition: all 0.3s ease-out 0s; -ms-transition: all 0.3s ease-out 0s; -o-transition: all 0.3s ease-out 0s; transition: all 0.3s ease-out 0s; } .blog__block:hover .blog__img-link { -webkit-transition: all 0.3s ease-out 0s; -moz-transition: all 0.3s ease-out 0s; -ms-transition: all 0.3s ease-out 0s; -o-transition: all 0.3s ease-out 0s; transition: all 0.3s ease-out 0s; } .blog__block:hover .blog__img-link img { transform: scale(1.1); -webkit-transition: all 0.3s ease-out 0s; -moz-transition: all 0.3s ease-out 0s; -ms-transition: all 0.3s ease-out 0s; -o-transition: all 0.3s ease-out 0s; transition: all 0.3s ease-out 0s; } .blog__thumb::before { position: absolute; content: ""; width: 100%; height: 100%; background-image: -moz-linear-gradient(90deg, rgba(34, 31, 60, 0.98039) 0%, rgba(34, 31, 60, 0.64) 43%, rgba(34, 31, 60, 0.5) 60%, rgba(34, 31, 60, 0.01961) 100%); background-image: -webkit-linear-gradient(90deg, rgba(34, 31, 60, 0.98039) 0%, rgba(34, 31, 60, 0.64) 43%, rgba(34, 31, 60, 0.5) 60%, rgba(34, 31, 60, 0.01961) 100%); background-image: -ms-linear-gradient(90deg, rgba(34, 31, 60, 0.98039) 0%, rgba(34, 31, 60, 0.64) 43%, rgba(34, 31, 60, 0.5) 60%, rgba(34, 31, 60, 0.01961) 100%); -webkit-transition: all 0.3s ease-out 0s; -moz-transition: all 0.3s ease-out 0s; -ms-transition: all 0.3s ease-out 0s; -o-transition: all 0.3s ease-out 0s; transition: all 0.3s ease-out 0s; z-index: 1; } .blog__content { position: relative; z-index: 1; } .blog__content--h3 { position: absolute; bottom: 0; padding: 25px 25px; } .blog__content--h3--big { padding: 40px 40px; } @media only screen and (min-width: 992px) and (max-width: 1200px) { .blog__content--h3--big { padding: 40px 25px; } } @media (max-width: 767px) { .blog__content--h3--big { padding: 40px 25px; } } @media only screen and (min-width: 992px) and (max-width: 1200px) { .blog__content h4 { font-size: 20px; } } @media (max-width: 767px) { .blog__content h4 { font-size: 18px; } } .blog__content h4:hover a { color: #c0bce9; } .blog__cate { font-size: 15px; } .blog__date { min-height: 33px; display: inline-block; line-height: 33px; padding: 0 15px; background: #fff; border-radius: 16.5px; font-size: 12px; color: #221f3c; margin-left: 8px; text-transform: capitalize; } .blog__meta { margin-bottom: 7px; } .blog__meta--s2 { position: absolute; bottom: 30px; z-index: 11; left: 30px; } .blog__meta--s2 ul li { display: inline-block; } .blog__meta--s2 ul li a { color: #ffffff; font-size: 14px; margin-right: 25px; } .blog__meta--s2 ul li a i { margin-right: 6px; } .blog__title-big--h3 { font-size: 30px; } .blog__link { text-decoration: underline; } .blog__link:hover { color: #c0bce9; } .blog__list { padding-right: 10px; } .blog__list ul li { display: inline-flex; align-items: center; margin-bottom: 20px; } .blog__list ul li .blog-thumb { min-width: 60px; } .blog__list ul li .blog-content { padding-left: 13px; } .blog__list ul li .blog-content h6 { margin-bottom: 5px; } .blog__list ul li:last-child { margin-bottom: 0; } .blog__block { overflow: hidden; } .blog__block .blog__thumb img { transform: scale(1) rotate(deg); -webkit-transition: all 0.4s ease-out 0s; -moz-transition: all 0.4s ease-out 0s; -ms-transition: all 0.4s ease-out 0s; -o-transition: all 0.4s ease-out 0s; transition: all 0.4s ease-out 0s; } @media only screen and (min-width: 768px) and (max-width: 991px) { .blog__block .blog__thumb img { width: 100%; } } .blog__block:hover .blog__thumb img { transform: scale(1.1) rotate(2deg); -webkit-transition: all 0.4s ease-out 0s; -moz-transition: all 0.4s ease-out 0s; -ms-transition: all 0.4s ease-out 0s; -o-transition: all 0.4s ease-out 0s; transition: all 0.4s ease-out 0s; } .blog__pagination nav ul { padding-top: 20px; padding-bottom: 125px; border-bottom: 2px solid #efefef; } .blog__pagination nav ul li a { height: 60px; width: 60px; text-align: center; padding: 0; line-height: 60px; font-size: 18px; border: 2px solid #e3e3e3; margin: 0 5px; margin-left: 5px; border-radius: 50% !important; font-weight: 600; color: #696969; display: inline-block; } @media (max-width: 767px) { .blog__pagination nav ul li a { height: 45px; width: 45px; line-height: 43px; font-size: 14px; } } .blog__pagination nav ul li a i { font-size: 24px; color: #14212b; } @media (max-width: 767px) { .blog__pagination nav ul li a i { font-size: 20px; } } .blog__pagination nav ul li:hover a { background: #221f3c; border: 2px solid transparent; color: #ffffff; } .blog__pagination nav ul li:hover a i { color: #ffffff; } .blog__title--s2 { font-size: 35px; } .blog__widget--search input { width: 100%; height: 70px; background: #f5f5f5; border: 0; padding: 20px 30px; border-radius: 7px; font-size: 20px; font-weight: 600; color: #696969; } .blog__widget--search input::placeholder { color: #696969; } .blog__widget--search button { position: absolute; top: 50%; transform: translateY(-50%); right: 30px; font-size: 16px; padding: 0; background: transparent; border: 0; } .blog__widget--padding { padding: 50px 44px 60px; border: 1px solid #eee; } @media only screen and (min-width: 992px) and (max-width: 1200px) { .blog__widget--padding { padding: 15px 15px 15px; } } @media (max-width: 767px) { .blog__widget--padding { padding: 15px 15px 15px; } } .blog__widget--cate ul li { display: block; margin-bottom: 25px; } .blog__widget--cate ul li:last-child { margin-bottom: 0; } .blog__widget--cate ul li a { font-size: 15px; color: #696969; position: relative; font-weight: 500; } .blog__widget--cate ul li a span { position: absolute; right: -25px; top: -19px; -webkit-transition: all 0.4s ease-out 0s; -moz-transition: all 0.4s ease-out 0s; -ms-transition: all 0.4s ease-out 0s; -o-transition: all 0.4s ease-out 0s; transition: all 0.4s ease-out 0s; } .blog__widget--cate ul li:hover a { color: #221f3c; } .blog__widget--cate ul li:hover a span { top: -15px; -webkit-transition: all 0.4s ease-out 0s; -moz-transition: all 0.4s ease-out 0s; -ms-transition: all 0.4s ease-out 0s; -o-transition: all 0.4s ease-out 0s; transition: all 0.4s ease-out 0s; } .blog__widget--blog ul li { padding-bottom: 30px; border-bottom: 1px solid #e6e6e6; margin-bottom: 30px; } .blog__widget--blog ul li:last-child { margin-bottom: 0; padding-bottom: 0; border-bottom: 0; } .blog__widget--tags ul { margin: 0 -5px; } .blog__widget--tags ul li { float: left; margin: 0 5px; } .blog__widget--tags ul li a { font-size: 15px; font-weight: 500; padding: 9px 19px; display: inline-block; background: #f5f5f5; border-radius: 5px; margin-bottom: 10px; } .blog__widget--tags ul li:hover a { background: #221f3c; color: #ffffff; } .blog__small--thumb { min-width: 80px; margin-right: 15px; } .blog__small--text h6 { margin-bottom: 7px; } @keyframes pulse-border { 0% { transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1); opacity: 1; } 100% { transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1.5); opacity: 0; } } /* 7.blog */ .latest-news { position: relative; } .news__thumb:before { background-image: -moz-linear-gradient(90deg, #062a4d 0%, rgba(0, 0, 0, 0) 100%); background-image: -webkit-linear-gradient(90deg, #062a4d 0%, rgba(0, 0, 0, 0) 100%); background-image: -ms-linear-gradient(90deg, #062a4d 0%, rgba(0, 0, 0, 0) 100%); position: absolute; bottom: 0; left: 0; content: ""; height: 100%; width: 100%; } .news__thumb img { width: 100%; } .news__caption { position: absolute; bottom: 0; left: 0; right: 0; padding: 45px; } @media only screen and (min-width: 992px) and (max-width: 1200px) { .news__caption { padding: 20px; } } @media (max-width: 767px) { .news__caption { padding: 20px; } } .news__caption h2 { font-size: 24px; line-height: 1.5; letter-spacing: -.20px; } .news__caption h2 a { color: #ffffff; } .news__caption h2 a:hover { opacity: .7; } .postbox__thumb { position: relative; } .postbox__thumb a img { max-width: 100%; } .post-meta span { font-size: 12px; letter-spacing: 2px; font-weight: 500; text-transform: uppercase; margin-right: 20px; } @media (max-width: 767px) { .post-meta span { margin-right: 10px; } } .post-meta span a:hover { color: #221f3c; } .post-meta span i { color: #221f3c; margin-right: 2px; } .p-50 { padding: 50px; } @media only screen and (min-width: 992px) and (max-width: 1200px) { .p-50 { padding: 30px; } } @media (max-width: 767px) { .p-50 { padding: 30px; } } .p-30 { padding: 30px; } .blog-title { font-size: 35px; letter-spacing: -.3px; } .blog-title a:hover { color: #221f3c; } .read-more { letter-spacing: 2px; font-size: 12px; text-transform: uppercase; font-weight: 500; } .read-more:hover { color: #221f3c; } .read-more i { transition: .3s; display: inline-block; } .read-more:hover i { transform: translateX(5px); } .blog-title-sm { font-size: 20px; margin-bottom: 10px; line-height: 1.5; } .post-text p { font-size: 16px; line-height: 28px; } .post-text blockquote { background: #221f3c; padding: 50px; position: relative; padding-left: 120px; } @media (max-width: 767px) { .post-text blockquote { padding: 30px; } } .post-text blockquote p { font-size: 26px; margin-bottom: 20px; color: #ffffff; font-weight: 600; letter-spacing: -.3px; line-height: 1.3; } .post-text blockquote::before { content: "\f10d"; left: 50px; top: 50px; position: absolute; color: #758799; font-family: "Font Awesome 5 Pro"; font-weight: 700; font-size: 41px; } @media (max-width: 767px) { .post-text blockquote::before { position: static; } } .blog-post-tag a { color: #646974; display: inline-block; font-size: 14px; font-weight: 500; text-transform: uppercase; border: 2px solid #e3e3e3; padding: 12px 24px; margin-right: 10px; transition: .3s; border-radius: 5px; margin-bottom: 10px; } .blog-post-tag a:hover { color: #fff; background: #221f3c; border-color: #221f3c; } .blog-post-tag a:last-child { margin-right: 0; } .blog-share-icon span { font-size: 18px; font-weight: 600; display: block; margin-bottom: 17px; } .blog-share-icon a { font-size: 18px; transition: .3s; margin-right: 22px; } .blog-share-icon a:hover { color: #221f3c; } .blog-share-icon a:last-child { margin-right: 0; } .blog-details-border { border-top: 1px solid #e3e3e3; border-bottom: 1px solid #e3e3e3; padding-top: 33px; padding-bottom: 23px; margin-bottom: 42px; } .author { background: #e3e3e3; padding: 0 70px 44px 70px; } @media (max-width: 767px) { .author { padding: 0 30px 44px 30px; } } .author-img { margin-bottom: 35px; } .author-img img { margin-top: -60px; } .author-text h3 { font-size: 24px; font-weight: 700; margin-bottom: 10px; } .author-text p { margin-bottom: 0; font-size: 16px; line-height: 28px; } .author-icon { margin-top: 6px; margin-bottom: 25px; } .author-icon a { font-size: 14px; color: #9498b6; margin: 0 5px; transition: .3s; } .author-icon a:hover { color: #221f3c; } .post-comments { border-bottom: 1px solid #e3e3e3; margin-bottom: 42px; padding-bottom: 46px; } .blog-coment-title h2 { font-size: 26px; margin-bottom: 0; } .comments-avatar { float: left; } @media (max-width: 767px) { .comments-avatar { float: none; } } .comments-avatar img { width: 100px; margin-right: 20px; } .latest-comments li:first-child .comments-box { border-top: 0; padding-top: 0; } .latest-comments li:last-child .comments-box { border-bottom: 0; padding-bottom: 0; } .latest-comments li.children { margin-left: 100px; } @media (max-width: 767px) { .latest-comments li.children { margin-left: 0; } } .comments-box { border-top: 1px solid #e3e3e3; padding: 30px 0; } .comments-text { overflow: hidden; padding-top: 4px; } @media (max-width: 767px) { .comments-text { margin-top: 15px; } } .comments-text p { margin-bottom: 0; margin-top: 8px; } .avatar-name h5 { font-size: 18px; margin-bottom: 7px; } .avatar-name span { color: #221f3c; font-size: 12px; font-weight: 500; text-transform: uppercase; letter-spacing: 2px; } .avatar-name { margin-bottom: 3px; overflow: hidden; position: relative; } .reply { display: inline-block; font-size: 14px; font-weight: 400; transition: .3s; line-height: 1; margin-top: 4px; position: absolute; right: 0; top: 0; } .reply:hover { color: #221f3c; } .reply i { margin-right: 5px; } .post-comments-title { margin-bottom: 39px; } .post-comments-title h2 { font-size: 26px; font-weight: 700; color: #140a20; margin-bottom: 0; } .conatct-post-form { background: #e3e3e3; padding: 50px; } @media (max-width: 767px) { .conatct-post-form { padding: 20px; } } .conatct-post-form input { border: none; height: 60px; margin-bottom: 20px; padding: 0 30px; width: 100%; font-size: 14px; color: #a7a7c1; } .conatct-post-form textarea { border: none; height: 150px; margin-bottom: 20px; padding: 30px; width: 100%; color: #a7a7c1; font-size: 14px; } #contacts-form input::-moz-placeholder { color: #a7a7c1; font-size: 14px; } #contacts-form input::placeholder { color: #a7a7c1; font-size: 14px; } #contacts-form textarea::-moz-placeholder { color: #a7a7c1; font-size: 14px; } #contacts-form textarea::placeholder { color: #a7a7c1; font-size: 14px; } .contact-icon { position: relative; } .contact-icon::after { position: absolute; content: ""; font-family: "Font Awesome 5 Free"; font-weight: 700; display: inline-block; font-size: 16px; text-align: center; right: 30px; color: #221f3c; top: 18px; } .contacts-message::after { content: "\f303"; } .contacts-name::after { content: "\f007"; } .contacts-email::after { content: "\f0e0"; } .contacts-website::after { content: "\f0ac"; } .blog-post-tag span { font-size: 18px; font-weight: 600; display: block; margin-bottom: 17px; } /*----------------------------------------*/ /* 13. Sponsor /*----------------------------------------*/ .sponsor__single { text-align: center; } .sponsor__single img { display: inline-block; } .sponsor__hr { border-bottom: 2px solid #ececec; margin: 0; } .sponsor__single.slick-slide.slick-current.slick-active img { filter: invert(100%); outline: 0; } .sponsor-active--h3 .sponsor__single.slick-slide.slick-current.slick-active img { filter: invert(1%); outline: 0; } .sponsor__single.slick-slide { outline: 0 !important; } .sponsor-active .slick-track { display: flex !important; align-items: center !important; } .sponsor-active--h3 .slick-track { display: flex; align-items: center; } /*----------------------------------------*/ /* 14. Footer /*----------------------------------------*/ .footer--contact-icon i { font-size: 35px; } .footer--contact-text span { margin-bottom: 3px; display: block; } .footer__title { margin-bottom: 23px; } .footer__menu ul li a { display: block; margin-bottom: 8px; font-size: 15px; } .footer__menu ul li a:hover { color: #221f3c; } .footer__menu--h4 ul li a { color: #dbd9ef; } .footer__menu--h4 ul li a:hover { color: #ffffff; } .footer__newsletter { margin-bottom: 22px; } .footer__newsletter form { position: relative; } .footer__newsletter form input { width: 100%; height: 50px; border: 2px solid #221f3c; padding: 15px; font-size: 15px; } .footer__newsletter form input::placeholder { font-size: 15px; color: #696969; } .footer__newsletter form button { position: absolute; right: 0; width: 50px; text-align: center; line-height: 45px; border: 2px solid #221f3c; top: 0; height: 100%; font-size: 18px; color: #fff; background: #221f3c; cursor: pointer; } .footer__newsletter--h4 form button { background: #3f3c5f; } .footer__social ul li { display: inline-block; font-size: 18px; font-weight: 700; color: #221f3c; margin-right: 20px; } .footer__social ul li:last-child { margin-right: 0; } .footer__social ul li a { font-size: 14px; color: #696969; } .footer__social ul li a:hover { color: #221f3c; } .footer__social--h4 ul li { color: #ffffff; } .footer__social--h4 ul li a { font-size: 14px; color: #ffffff; } .footer__social--h4 ul li a:hover { color: #dbd9ef; } .footer__copyright p { padding: 20px 0; border-top: 2px solid #e6e6e6; } .footer__copyright--h4 p { border-top: 2px solid #312d54; } /*----------------------------------------*/ /* 15. Video /*----------------------------------------*/ .video { padding: 224px 0; } .video__caption a { height: 150px; width: 150px; display: inline-block; text-align: center; line-height: 150px; background: #ffffff; border-radius: 50%; font-size: 20px; color: #221f3c; margin: 0 auto; margin-bottom: 0px; transition: .4s; margin-bottom: 65px; } .video__caption a:hover { background: #221f3c; color: #ffffff; } /*----------------------------------------*/ /* 16. Work /*----------------------------------------*/ .work__block > i { height: 100px; width: 100px; display: inline-block; line-height: 100px; background: rgba(34, 31, 60, 0.07); border-radius: 50%; font-size: 40px; color: #221f3c; margin-bottom: 30px; } .work__block > i span { position: absolute; height: 35px; width: 35px; font-size: 14px; background: #221f3c; line-height: 35px; border-radius: 50%; color: #ffffff; left: -3px; top: -13px; font-family: "Cerebri Sans"; font-weight: 600; } .work__block a i { font-size: 30px; } .work__block h4 { margin-bottom: 10px; } .work__block::before { position: absolute; content: url(../images/shape/work-separate-shape.png); right: -153px; top: 34px; } @media only screen and (min-width: 768px) and (max-width: 991px) { .work__block::before { display: none; } } @media (max-width: 767px) { .work__block::before { display: none; } } .work .col-lg-3:last-child .work__block::before { display: none; } /*----------------------------------------*/ /* 10. Price /*----------------------------------------*/ .price--bg { background-repeat: no-repeat; } .price__special { position: absolute; top: -20px; min-height: 35px; display: inline-block; line-height: 35px; padding: 0 20px; background: #221f3c; border-radius: 17.5px; margin-bottom: 5px; text-transform: uppercase; font-weight: 600; z-index: 1111; color: #ffffff; } .price__block { padding: 50px 55px; background: #fff; -webkit-transition: all 0.4s ease-out 0s; -moz-transition: all 0.4s ease-out 0s; -ms-transition: all 0.4s ease-out 0s; -o-transition: all 0.4s ease-out 0s; transition: all 0.4s ease-out 0s; border: 3px solid transparent; } .price__block:hover { box-shadow: 0px 10px 30px 0px rgba(34, 31, 60, 0.44); -webkit-transition: all 0.4s ease-out 0s; -moz-transition: all 0.4s ease-out 0s; -ms-transition: all 0.4s ease-out 0s; -o-transition: all 0.4s ease-out 0s; transition: all 0.4s ease-out 0s; border: 3px solid #221f3c; } @media only screen and (min-width: 992px) and (max-width: 1200px) { .price__block { padding: 50px 20px; } } @media only screen and (min-width: 768px) and (max-width: 991px) { .price__block { padding: 50px 20px; } } @media (max-width: 767px) { .price__block { padding: 50px 20px; } } .price__block--border { border: 1px solid #dfdfdf; } .price__block--border:hover { border: 1px solid transparent; background: #221f3c; } .price__block--border:hover .price__header--h2 i, .price__block--border:hover .price__header--h2 h2, .price__block--border:hover .price__amount p, .price__block--border:hover .price__amount p span, .price__block--border:hover .price__list p { color: #fff; } .price__block--border:hover .price__btn a.btn { background: #ffffff; color: #221f3c; } .price__header span { min-height: 35px; display: inline-block; line-height: 35px; padding: 0 20px; background: rgba(34, 31, 60, 0.07); border-radius: 17.5px; margin-bottom: 5px; } .price__header h2 { margin-bottom: 25px; } .price__header i { font-size: 80px; margin-bottom: 45px; color: #221f3c; } .price__header--h2 i { margin-bottom: 15px; } .price__header--h2 h2 { margin-bottom: 25px; } .price__amount p { font-size: 24px; font-weight: 500; margin-bottom: 48px; } .price__amount p span { font-size: 55px; font-weight: 400; color: #474747; } .price__amount p strong { font-size: 22px; margin-right: 3px; } .price__amount--h2 p { margin-bottom: 33px; } .price__list { text-align: left; margin-bottom: 56px; } .price__list ul li { font-size: 18px; font-weight: 500; display: block; margin-bottom: 16px; padding-left: 27px; position: relative; } .price__list ul li::before { position: absolute; content: "\f00c"; line-height: 1; top: 50%; transform: translateY(-50%); left: 0; font-family: 'Font Awesome 5 Pro'; color: #221f3c; } .personal-info--minus { margin-bottom: -195px; } .personal-img { display: inline-block; } .consult__bg { background-attachment: inherit; } .consult__bg--h5 { background: #f2f0f0; padding-left: 70px; padding-right: 70px; overflow: hidden; } @media (max-width: 767px) { .consult__bg--h5 { padding-left: 20px; padding-right: 20px; } } .consult__shape { position: absolute; } .consult__shape1 { left: 200px; bottom: 20px; } .consult__shape2 { top: 58px; right: 182px; } .btn-menu-main { background: #152136; height: 100%; padding: 30px; position: fixed; right: 0; top: 0; transition: all 0.7s ease 0s; width: 340px; z-index: 9999; transform: translateX(100%); padding-bottom: 40px; } .btn-menu-main-right { transform: translateX(0); } .crose { color: #fff; float: right; cursor: pointer; } /* extra info */ .logo-side { display: flex; align-items: center; justify-content: space-between; } .extra-info > p { color: #ddd; font-size: 15px; line-height: 28px; } .instagram img { width: 100%; } .social-icon-right > a { color: #fff; display: inline-block; margin-right: 20px; text-align: center; } .social-icon-right > a:hover { color: #ff4a57; } .instagram { overflow: hidden; margin: 0 -4px; } .instagram > a { float: left; width: 33.33%; padding: 0 4px; margin-bottom: 7px; } .side-info { border-top: 1px solid #344159; padding-top: 25px; } .contact-list h4 { color: #fff; font-weight: 700; font-size: 20px; } .contact-list p { color: #fff; opacity: .5; margin: 0; margin-bottom: 2px; } /* Menu Search -------------------------------------------------------*/ .nav-search { position: relative; display: block; color: inherit; } .nav-search:hover { color: inherit; } .search-wrap { width: 100%; height: 100%; overflow: hidden; display: none; position: fixed; top: 0; left: 0; z-index: 121; background: rgba(0, 0, 0, 0.9); } .search-wrap .search-inner { position: relative; width: 100%; height: 100%; } .search-wrap .search-cell { position: absolute; top: 50%; width: 100%; transform: translateY(-50%); } .search-wrap .search-field-holder { width: 50%; margin: auto; position: relative; animation: slideInUp .3s; } .search-wrap .main-search-input { width: 100%; height: 70px; border: 0; padding: 0 50px; text-transform: uppercase; background: transparent; font-size: 25px; color: #fff; border-bottom: 2px solid #898989; text-align: center; letter-spacing: 2px; } .search-wrap input.form-control, .search-wrap input.form-control:focus { background-color: #fff; } @keyframes slideInUp { from { -webkit-transform: translate3d(0, 100%, 0); transform: translate3d(0, 100%, 0); } to { -webkit-transform: translate3d(0, 0, 0); transform: translate3d(0, 0, 0); } } @-webkit-keyframes slideInUp { from { -webkit-transform: translate3d(0, 100%, 0); transform: translate3d(0, 100%, 0); } to { -webkit-transform: translate3d(0, 0, 0); transform: translate3d(0, 0, 0); } } input.main-search-input::-webkit-input-placeholder { color: #fff; font-size: 25px; } input.main-search-input::-moz-placeholder { color: #fff; opacity: 1; font-size: 25px; } input.main-search-input:-ms-input-placeholder { color: #fff; font-size: 25px; } .search-close { position: absolute; top: 50px; right: 50px; font-size: 30px; color: #fff; cursor: pointer; } .progress-circular { height: 109px; margin-right: 30px; } .skill-circle-text > p { margin-bottom: 0; } /*==================== Click Top ====================*/ .scroll-top { position: fixed; bottom: 50px; right: 50px; z-index: 99; text-align: center; font-size: 18px; display: inline-block; padding: 0; line-height: 1; width: 60px; height: 60px; border: 0; -webkit-animation: jump 3.5s linear infinite; animation: jump 3.5s linear infinite; cursor: pointer; border-radius: 5px; background-color: white; box-shadow: 0px 10px 32px 0px rgba(197, 197, 197, 0.4); color: #221f3c; -webkit-transition: all 0.4s ease-out 0s; -moz-transition: all 0.4s ease-out 0s; -ms-transition: all 0.4s ease-out 0s; -o-transition: all 0.4s ease-out 0s; transition: all 0.4s ease-out 0s; } .scroll-top:hover { background: #221f3c; color: #fff; } /*----------------------------------------*/ /* 17. Page /*----------------------------------------*/ .page-title-padding { padding-top: 215px; padding-bottom: 240px; } @media only screen and (min-width: 992px) and (max-width: 1200px) { .page-title-padding { padding-top: 110px; padding-bottom: 135px; } } @media (max-width: 767px) { .page-title-padding { padding-top: 110px; padding-bottom: 135px; } } .page-title h3 { font-size: 120px; margin-bottom: 15px; } @media only screen and (min-width: 768px) and (max-width: 991px) { .page-title h3 { font-size: 70px; } } @media (max-width: 767px) { .page-title h3 { font-size: 40px; } } .page-title--small h3 { font-size: 80px; margin-bottom: 15px; } @media (max-width: 767px) { .page-title--small h3 { font-size: 30px; } } .breadcrumb-list ul li { display: inline-flex; font-size: 24px; color: #fff; padding-left: 28px; margin-left: 17px; position: relative; align-items: center; vertical-align: middle; line-height: 1; } @media (max-width: 767px) { .breadcrumb-list ul li { font-size: 17px; } } .breadcrumb-list ul li:hover a { color: #c0bce9; } .breadcrumb-list ul li::before { position: absolute; content: "\f105"; vertical-align: middle; display: inline-block; left: 0; font-family: 'Font Awesome 5 Pro'; } .breadcrumb-list ul li:first-child { padding-left: 0; margin-left: 0; } .breadcrumb-list ul li:first-child::before { display: none; } .about-ex { padding-right: 86px; } @media only screen and (min-width: 992px) and (max-width: 1200px) { .about-ex { padding-right: 0px; } } @media (max-width: 767px) { .about-ex { padding-right: 0px; } } @media only screen and (min-width: 992px) and (max-width: 1200px) { .about-ex h2 { font-size: 28px; } } .about-img img { max-width: inherit; } @media only screen and (min-width: 992px) and (max-width: 1200px) { .about-img img { width: 100%; } } @media only screen and (min-width: 768px) and (max-width: 991px) { .about-img img { width: 100%; } } @media (max-width: 767px) { .about-img img { width: 100%; } } .about-img--2 { position: absolute; right: -170px; top: 4px; background-color: #707070; box-shadow: 0px 10px 30px 0px rgba(74, 74, 74, 0.5); } @media only screen and (min-width: 768px) and (max-width: 991px) { .about-img--2 { right: -35px; top: -40px; } } @media only screen and (min-width: 992px) and (max-width: 1200px) { .about-img--2 { z-index: -1; right: 0; } } .link-more-2 { font-size: 16px; } .link-more i { padding-left: 10px; } .about-img { padding-top: 50px; } .about-service--content { padding: 35px 20px 40px; } .about-service:hover { background-color: white; box-shadow: 0px 10px 30px 0px rgba(213, 213, 213, 0.5); transition: .4s; } .about-service { transition: .4s; } .about-service--content a:hover { color: #ffff; background: #221f3c; border: 2px solid transparent; } .review__shape--ex { background: #221f3c; } @media only screen and (min-width: 768px) and (max-width: 991px) { .consult-box--ex { padding: 80px 0; } } @media (max-width: 767px) { .consult-box--ex { padding: 80px 0; } } .consult-minus { margin-top: -200px; } .sd-content { padding-right: 1px; } .pricing-tabs { display: flex; justify-content: end; } .pricing-tabs ul { border-radius: 5px; background-color: white; box-shadow: 0px 10px 30px 0px rgba(168, 164, 208, 0.44); border: 0; padding: 10px 5px; } .pricing-tabs ul li a { font-size: 14px; text-transform: uppercase; color: #696969; font-weight: 700; line-height: 1; padding: 15px 25px; border-radius: 5px !important; background: rgba(0, 0, 0, 0.1); margin: 0 5px !important; } .pricing-tabs ul li a.nav-link.active { border: 1px solid transparent; background: #221f3c; color: #fff; } .history__right--thumb { right: 0; left: auto; } .feature__content--ex-2 { padding: 0 57px; } @media only screen and (min-width: 1200px) and (max-width: 1600px) { .feature__content--ex-2 { padding: 0 0px; } } @media only screen and (min-width: 768px) and (max-width: 991px) { .feature__content--ex-2 { padding: 0 0px; } } @media (max-width: 767px) { .feature__content--ex-2 { padding: 0 0px; } } .best-feature--right { padding-right: 148px; } @media only screen and (min-width: 1200px) and (max-width: 1600px) { .best-feature--right { padding-right: 0px; } } @media only screen and (min-width: 768px) and (max-width: 991px) { .best-feature--right { padding-right: 0px; } } @media (max-width: 767px) { .best-feature--right { padding-right: 0px; } } .history__left--thumb-3 { width: 60%; } .history__left--thumb-3::before { display: none; } .feature__content--ex-3 { padding-right: 70px; } @media (max-width: 767px) { .feature__content--ex-3 { padding-right: 0px; } } .progress-border-2 { background-color: white; box-shadow: 0px 10px 30px 0px rgba(161, 161, 161, 0.33); border: 1px solid transparent !important; } .bar-title h5 { margin-bottom: 19px; } .history-content { margin-left: 23px; margin-right: 23px; background-color: white; box-shadow: 0px 10px 30px 0px rgba(210, 210, 210, 0.33); padding: 30px 20px; margin-top: -38px; position: relative; transition: .4s; } .history-thumb:hover .history-content { transform: translateY(-5px); transition: .4s; } .history-content > p { margin-bottom: 0; } .history-col--left { margin-left: 40px; padding-top: 100px; } @media only screen and (min-width: 768px) and (max-width: 991px) { .history-col--left { margin-left: 0px; } } @media (max-width: 767px) { .history-col--left { margin-left: 0px; } } .history-col--right { margin-right: 40px; padding-top: 380px; } @media only screen and (min-width: 768px) and (max-width: 991px) { .history-col--right { margin-right: 0px; } } @media (max-width: 767px) { .history-col--right { margin-right: 0px; } } .history-row::before, .history-row::after { position: absolute; content: ""; height: 100%; width: 1px; background: #e8e8e8; right: 0; left: 0; margin: 0 auto; } @media only screen and (min-width: 768px) and (max-width: 991px) { .history-row::before, .history-row::after { display: none; } } @media (max-width: 767px) { .history-row::before, .history-row::after { display: none; } } .history-col--left .history-single::before, .history-col--left .history-single::after { position: absolute; content: ""; height: 50px; width: 50px; border-radius: 50%; background: #fff; border: 2px solid #221f3c; right: -123px; z-index: 1; top: 0; } @media only screen and (min-width: 768px) and (max-width: 991px) { .history-col--left .history-single::before, .history-col--left .history-single::after { display: none; } } @media (max-width: 767px) { .history-col--left .history-single::before, .history-col--left .history-single::after { display: none; } } .history-col--left .history-single::after { height: 30px; width: 30px; right: -113px; z-index: 1; top: 10px; border: 2px solid transparent; background: #221f3c; } .history-col--right .history-single::before, .history-col--right .history-single::after { position: absolute; content: ""; height: 50px; width: 50px; border-radius: 50%; background: #fff; border: 2px solid #221f3c; left: -123px; z-index: 1; top: 0; } @media only screen and (min-width: 768px) and (max-width: 991px) { .history-col--right .history-single::before, .history-col--right .history-single::after { display: none; } } @media (max-width: 767px) { .history-col--right .history-single::before, .history-col--right .history-single::after { display: none; } } .history-col--right .history-single::after { height: 30px; width: 30px; left: -113px; z-index: 1; top: 10px; border: 2px solid transparent; background: #221f3c; } .histroy-more { text-align: center; } .histroy-more > a { height: 70px; width: 70px; display: inline-block; line-height: 67px; border: 3px solid #cdcdcd; z-index: 1; background: #fff; position: relative; border-radius: 5px; font-size: 24px; } .faq-consult { padding: 65px 49px; margin-left: 35px; } @media only screen and (min-width: 992px) and (max-width: 1200px) { .faq-consult { margin-left: 0; padding: 50px 39px; } } @media only screen and (min-width: 768px) and (max-width: 991px) { .faq-consult { margin-left: 0; padding: 50px 39px; } } @media (max-width: 767px) { .faq-consult { margin-left: 0; padding: 50px 39px; } } .faq-consult-text h4 { font-size: 40px; margin-bottom: 20px; } @media only screen and (min-width: 992px) and (max-width: 1200px) { .faq-consult-text h4 { font-size: 24px; } } @media only screen and (min-width: 768px) and (max-width: 991px) { .faq-consult-text h4 { font-size: 24px; } } @media (max-width: 767px) { .faq-consult-text h4 { font-size: 24px; } } .faq-consult-text > span { font-size: 15px; margin-bottom: 16px; display: block; } .faq-consult-text > h5 > i { font-size: 15px; margin-right: 8px; } /* 19. Faq */ .inner-faq-wrapper > h3 { font-size: 28px; padding-bottom: 30px; margin-bottom: 60px; border-bottom: 2px solid #eef1fe; } .inner-faq-wrapper > h3 i { color: #ff3a46; margin-right: 10px; } .faq-wrapper .card { margin-bottom: 15px; border-radius: 0; border: none; background: none; border: 1px solid #ecf0f5; border-bottom: 1px solid #ecf0f5 !important; } .faq-wrapper .card:last-child { margin-bottom: 0; } .faq-wrapper .card-header { padding: 0; border-radius: 0; background: no-repeat; border: none; } .card-header:first-child { border-radius: 0; } .faq-wrapper .card-header h5 a { font-size: 18px; color: #fff; font-weight: 600; display: block; padding: 24px 30px; text-decoration: none; line-height: 1.4; padding-right: 80px; background: #221f3c; } @media (max-width: 767px) { .faq-wrapper .card-header h5 a { font-size: 16px; padding: 24px 30px 24px 24px; } } .faq-wrapper .card-header h5 a.collapsed { background: #f8f8f8; color: #221f3c; } .faq-wrapper .card-header h5 a::after { position: absolute; content: "\f353"; top: 15px; right: 20px; font-family: "Font Awesome 5 Pro"; height: 40px; width: 40px; text-align: center; line-height: 40px; font-size: 20px; border-radius: 50%; background: transparent; font-weight: 400; color: #fff; } @media (max-width: 767px) { .faq-wrapper .card-header h5 a::after { right: 0; } } .faq-wrapper .card-header h5 a.collapsed::after { content: "\f352"; color: #221f3c; } .faq-wrapper .card-body { -webkit-box-flex: unset; -ms-flex: unset; flex: unset; padding: 0 31px; color: #5f5f5f; padding-bottom: 30px; font-size: 14px; line-height: 30px; background: #f8f8f8; padding-top: 24px; } .card-text > p { margin-bottom: 0; } .card-thumb { min-width: 120px; margin-right: 25px; } .careers__block { background: rgba(34, 31, 60, 0.05); position: relative; } .careers__block--apply { background: transparent; } .careers__content { padding: 23px 20px 30px 135px; } @media only screen and (min-width: 768px) and (max-width: 991px) { .careers__content { padding: 23px 20px 30px 115px; } } @media (max-width: 767px) { .careers__content { padding: 23px 20px 30px 100px; } } .careers__content h4 { margin-bottom: 5px; } @media only screen and (min-width: 768px) and (max-width: 991px) { .careers__content h4 { font-size: 20px; } } @media (max-width: 767px) { .careers__content h4 { font-size: 18px; } } .careers__content p { margin-bottom: 12px; } .careers__content a { font-weight: 700; text-transform: uppercase; padding-bottom: 6px; display: inline-block; position: relative; } .careers__content a:hover { color: #221f3c; } .careers__content a::before { position: absolute; content: ""; bottom: 0; width: 100%; background: #696969; height: 2px; } .careers__content a i { padding-left: 9px; font-size: 17px; } .careers__content--apply { padding: 40px 50px; border: 2px solid #eee; } @media (max-width: 767px) { .careers__content--apply { padding: 40px 15px; } } .careers__content--apply h3 { font-size: 30px; margin-bottom: 15px; } @media (max-width: 767px) { .careers__content--apply h3 { font-size: 24px; } } .careers__content--apply h3 span { font-size: 13px; height: 35px; display: inline-block; vertical-align: middle; line-height: 35px; padding: 0 20px; text-transform: uppercase; background: #221f3c; color: #ffffff; border-radius: 30px; } .careers__content--apply a { padding: 12px 25px; border-radius: 5px; background: rgba(34, 31, 60, 0.1); } .careers__content--apply a::before { display: none; } .careers__content--apply a:hover { background: #221f3c; color: #ffffff; } .careers__content--apply p { margin-bottom: 18px; } .careers__icon { position: absolute; height: 100%; width: 100px; text-align: center; background: #221f3c; } @media only screen and (min-width: 768px) and (max-width: 991px) { .careers__icon { width: 90px; } } @media (max-width: 767px) { .careers__icon { width: 90px; } } .careers__icon i { color: #ffffff; display: inline-block; line-height: 1; padding: 53px 0; } .careers__icon i::before { font-size: 50px; } .case__tabs ul { justify-content: center; margin-bottom: 60px; border-bottom: 1px solid #ececec; } .case__tabs ul li a { font-size: 18px; font-weight: 700; line-height: 1; padding: 0 18px 40px; padding-bottom: 40px; margin: 0 6px; padding-bottom: 40px; position: relative; border-radius: 0 !important; color: #696969; background: transparent; -webkit-transition: all 0.4s ease-out 0s; -moz-transition: all 0.4s ease-out 0s; -ms-transition: all 0.4s ease-out 0s; -o-transition: all 0.4s ease-out 0s; transition: all 0.4s ease-out 0s; } @media only screen and (min-width: 768px) and (max-width: 991px) { .case__tabs ul li a { font-size: 15px; padding: 0 8px 40px; } } @media (max-width: 767px) { .case__tabs ul li a { font-size: 15px; padding: 0 8px 40px; margin-bottom: 20px; padding-bottom: 20px; } } .case__tabs ul li a::before { content: ""; position: absolute; bottom: 0; left: 0; right: 0; height: 3px; background: #221f3c; z-index: 1; -webkit-transition: all 0.4s ease-out 0s; -moz-transition: all 0.4s ease-out 0s; -ms-transition: all 0.4s ease-out 0s; -o-transition: all 0.4s ease-out 0s; transition: all 0.4s ease-out 0s; opacity: 0; visibility: hidden; width: 0%; transform-origin: left right; } .case__tabs ul li a.active { border: 1px solid transparent !important; color: #221f3c !important; background: transparent !important; -webkit-transition: all 0.4s ease-out 0s; -moz-transition: all 0.4s ease-out 0s; -ms-transition: all 0.4s ease-out 0s; -o-transition: all 0.4s ease-out 0s; transition: all 0.4s ease-out 0s; } .case__tabs ul li a.active::before { -webkit-transition: all 0.4s ease-out 0s; -moz-transition: all 0.4s ease-out 0s; -ms-transition: all 0.4s ease-out 0s; -o-transition: all 0.4s ease-out 0s; transition: all 0.4s ease-out 0s; opacity: 1; visibility: visible; width: 100%; transform-origin: right left; } .case__tabs ul li:hover a { border: 1px solid transparent !important; color: #221f3c !important; } .case__block { position: relative; overflow: hidden; -webkit-transition: all 0.4s ease-out 0s; -moz-transition: all 0.4s ease-out 0s; -ms-transition: all 0.4s ease-out 0s; -o-transition: all 0.4s ease-out 0s; transition: all 0.4s ease-out 0s; } .case__block:hover { -webkit-transition: all 0.4s ease-out 0s; -moz-transition: all 0.4s ease-out 0s; -ms-transition: all 0.4s ease-out 0s; -o-transition: all 0.4s ease-out 0s; transition: all 0.4s ease-out 0s; } .case__block:hover .case__thumb::before { opacity: 1; visibility: visible; -webkit-transition: all 0.4s ease-out 0s; -moz-transition: all 0.4s ease-out 0s; -ms-transition: all 0.4s ease-out 0s; -o-transition: all 0.4s ease-out 0s; transition: all 0.4s ease-out 0s; } .case__block:hover .case__thumb img { transform: scale(1.05) rotate(-3deg); -webkit-transition: all 0.4s ease-out 0s; -moz-transition: all 0.4s ease-out 0s; -ms-transition: all 0.4s ease-out 0s; -o-transition: all 0.4s ease-out 0s; transition: all 0.4s ease-out 0s; } .case__block:hover .case__content { opacity: 1; visibility: visible; bottom: 0; } .case__thumb { overflow: hidden; position: relative; } .case__thumb::before { position: absolute; content: ""; width: 100%; height: 100%; background-image: -moz-linear-gradient(90deg, rgba(34, 31, 60, 0.94902) 0%, rgba(34, 31, 60, 0.47) 40%, rgba(34, 31, 60, 0.45) 43%, rgba(34, 31, 60, 0) 100%); background-image: -webkit-linear-gradient(90deg, rgba(34, 31, 60, 0.94902) 0%, rgba(34, 31, 60, 0.47) 40%, rgba(34, 31, 60, 0.45) 43%, rgba(34, 31, 60, 0) 100%); background-image: -ms-linear-gradient(90deg, rgba(34, 31, 60, 0.94902) 0%, rgba(34, 31, 60, 0.47) 40%, rgba(34, 31, 60, 0.45) 43%, rgba(34, 31, 60, 0) 100%); left: 0; top: 0; right: 0; opacity: 1; visibility: visible; -webkit-transition: all 0.4s ease-out 0s; -moz-transition: all 0.4s ease-out 0s; -ms-transition: all 0.4s ease-out 0s; -o-transition: all 0.4s ease-out 0s; transition: all 0.4s ease-out 0s; z-index: 1; } .case__thumb--s2::before { opacity: 0; visibility: hidden; display: none; } .case__content { position: absolute; bottom: 0px; left: 0; padding: 30px; z-index: 2; width: 100%; opacity: 1; visibility: visible; -webkit-transition: all 0.4s ease-out 0s; -moz-transition: all 0.4s ease-out 0s; -ms-transition: all 0.4s ease-out 0s; -o-transition: all 0.4s ease-out 0s; transition: all 0.4s ease-out 0s; } @media only screen and (min-width: 992px) and (max-width: 1200px) { .case__content { padding: 20px; } } @media only screen and (min-width: 768px) and (max-width: 991px) { .case__content { padding: 20px; } } .case__content h4 { margin-bottom: 5px; } .case__content ul li { display: inline-block; color: #fff; font-size: 13px; font-weight: 500; text-transform: uppercase; position: relative; } .case__content ul li::after { content: "/"; margin: 0 1px 0 4px; } .case__content ul li:last-child::after { display: none; } .case__content--s2 { position: static; padding: 22px 0 0; } .case__content--s2 ul li { color: #696969; } @media only screen and (min-width: 992px) and (max-width: 1200px) { .case__details--header h2 { font-size: 26px; } } @media only screen and (min-width: 992px) and (max-width: 1200px) { .case__details--header h5 { font-size: 14px; } } @media (max-width: 767px) { .case__details--header h2 { font-size: 26px; } } @media (max-width: 767px) { .case__details--header h5 { font-size: 14px; } } .case__details--list ul { padding-bottom: 95px; border-bottom: 2px solid #f1f1f1; } .case__details--list ul li { margin-bottom: 35px; } @media (max-width: 767px) { .case__details--content h2 { font-size: 24px; } } @media only screen and (min-width: 992px) and (max-width: 1200px) { .case__details--content h4 { font-size: 17px; } } .case__details--thumb img { width: 100%; }
0.325092
0.069605
@charset "utf-8"; * { box-sizing: border-box; padding:0; margin: 0; } body { background-color: #f0f0f5; width: 100%; min-width:500px; height:auto; margin-top:3px } #bodycontent{ position: relative; z-index: 4; } button{ width: 15%; height:30px; font-weight:bold; font-family:"times newroman"; border-radius:10px; font-size:20px; box-sizing: border-box; border:2px solid #cccccc; box-sizing:border-box; padding: 0px; background-color:#005580; color: white; } button:hover{ box-shadow:1px 1px 4px 2px #fbaf00; } #toptabmenu { margin-top: 0em; width: 100%; min-width:500px; width:screen.width; height: 40px; float:center; padding: 0 0px; background:rgb(80,103,148); } #toptabmenu ul.a{list-style: none; margin: 0px; padding: :0px;} #toptabmenu ul.a li{ float: left; width:169px; height: 40px; background-color:rgb(80,103,148); line-height: 40px; text-align: center; font-size: 20px; margin-right: 2px; border-radius: 4px; } #toptabmenu ul.a li a{ text-decoration: none; color:white; display: block; font-size:15px; font-family: "times newroman"; } #toptabmenu ul.a li a:hover{ background-color:#0099ff; color:white; border-radius: 4px; } #toptabmenu ul.a li a:active{ background-color:#0099ff;} #toptabmenu ul.a li ul.b li { display: none; Z-index: 1; } #toptabmenu ul.a li:hover ul.b li { border:1px solid white; position: relative; display:block; background-color:#008fb3; border-radius: 10px; } #toptabmenu ul.b li a:hover{ background-color:#0099ff; border-radius: 10px;} .logmainbox { background:silver; width:300px; margin:2em auto; border-radius:0.4em; border:1px solid #191919; overflow:hidden; position:relative; box-shadow: 0 5px 15px 5px #00ff00; } .logmainbox:after { content:""; display:block; position:absolute; height:1px; width:100px; left:20%; background:linear-gradient(left, #111, #444, #b6b6b8, #444, #111); top:0; } .logmainbox:before { content:""; display:block; position:absolute; width:8px; height:5px; border-radius:50%; left:34%; top:-7px; box-shadow: 0 0 20px 15px #FFF; } .loginset { padding:20px; border-top:1px solid #19191a; } .logmainbox h1 { font-family:"<NAME>", cursive; font-size: 39px; color:#990000; text-shadow:0 0.4px 0 gold; text-align:center; border-bottom:1px solid rgba(1,0,0,1); position:relative; } .logmainbox h1:after { content:""; width:800px; height:100px; position:absolute; top:0; left:-230px; pointer-events:none; transform:rotate(70deg); -webkit-transform:rotate(70deg); background:linear-gradient(50deg, rgba(255,255,255,0.55), rgba(204,204,204,0)); } .Ltext { color:darkmagenta; font-size: 20px; font-family: "Berkshire Swash",cursive; display:block; padding-bottom:0px; } .loginput[type=text], .loginput[type=password], #Comment { color:#ffff99; width:200px; padding:8px 5px; background:linear-gradient(#999999, #666666); border:1px solid #222; box-shadow: 0 1px 0 rgba(255,255,255,0.1); border-radius:0.3em; margin-bottom:10px; margin-top:10px; } .ddlist{ font-family:Satisfy, cursive; font-size:17px; } .loginput[type=text]:focus, .loginput[type=password]:focus{ box-shadow:1px 1px 4px 2px #fbaf00; outline-color: #dceefc; outline-offset: 0; } #Comment{ font-size: 20px; color: #00ff00; } #Comment:focus{ box-shadow:1px 1px 4px 2px #FFFF66; outline-color: #dceefc; outline-offset: 0; } .loginput[type=checkbox] { display:inline-block; vertical-align:top; margin-top: 2px; } .p-container { padding:0 20px 20px 10px; } .p-container:after { clear:both; display:table; content:""; } .p-container a { color:darkred; font-size: 14px; text-decoration: none; } .loginput[type=submit] { padding:5px 20px; margin:20 20 0 100; border:1px solid rgba(0,0,0,0.4); text-shadow:0 -1px 0 rgba(0,0,0,0.4); box-shadow: inset 0 1px 0 rgba(255,255,255,0.3), inset 0 10px 10px rgba(255,255,255,0.1); border-radius:0.3em; background:#0184ff; color:white; float:right; font-weight:bold; cursor:pointer; font-size:13px; } .loginput[type=submit]:hover { box-shadow: inset 0 1px 0 rgba(255,255,255,0.3), inset 0 -10px 10px rgba(255,255,255,0.1); } .loginput[type=text]:hover, .loginput[type=password]:hover, #loglabel:hover ~ .loginput[type=text], #loglabel:hover ~ .loginput[type=password] { background:#7b7777; } #logmainboxlink:hover{background-color: #2a292a;} h2 { width:fill-available; text-align: center; margin-top: 0em; color:#006080; font-size: 25px; font-family:"Nothing You Could Do" ;text-shadow: 0px -1px 4px silver,0px -2px 7px violet,0px -5px 10px #33ffcc,0px -10px 15px red;} #sidecon{ width:650px;height:auto; float: right; margin: 0} #sidecon h2 { width:fill-available; text-align: center; margin-top: 0em; color:#006080; font-size: 25px; font-family:"Nothing You Could Do" ;text-shadow: 0px -1px 4px silver,0px -2px 7px violet,0px -5px 10px #33ffcc,0px -10px 15px red;} #sidebar{ float:right; margin: 0; width: 100px;} #sidebar ul{list-style: none;} #sidebar ul li{margin-top: 1.5em;} #sidebar ul li a {color:#ff3333; font-size: 2em; font-family:'Bad Script'; text-shadow: 0px 1px 1px black, 2px 0px 3px gold;} #sidebar ul li a:hover{text-decoration: none; color:#ff9966;} #sidebar h2{font-size: 3.5em; color:#33ccff; text-align:center; font-family:'Swanky and Moo Moo'; margin-top: 0.5px; } #templatemo_wrapper { width: 1200px; margin: 0 auto; } #templatemo_main { overflow-y: auto; height: auto; position:absolut; margin: 0em auto; width: 1200px; background:white; float:center; } #right{ overflow-y: auto; height: auto; position:relative; margin: 0em auto; width: 350px; font-size:18px; float:left; border:1px solid PaleGreen; margin:5 5 2 5; background: #e6e6e6; color:rgb(80,103,200); } #right h3 {text-align: center; color:black;} #right ul li img{ width:40px; height:20px;} #right h3{background-color: #e6e6e6;} #canvas{} #left{ overflow-y: auto; height: auto; position:relative; margin: 0em auto; width: 825px; float: right; margin:5 5 2 5; font-siz e:15px; //background-color:white; } #right a{ color: rgb(80,103,200); } #left a:hover{ color:blue; } #right a:hover{ color:red; } #form1{ width:625px; float:right; } #fotter { width:1200px; height:30px; background:#65ff4f; //background-color: rgba(1,1,1,0.5); background-color:#008fb3; font-size:16px; text-align:center; margin: 0.3em auto; } #contents { width:1200px; height:auto; background-color: rgba(1,1,1,0.5); background-color:Gainsboro; font-size:18px; text-align:left; margin: 0em auto; } #content-slider { width:100%; height:330px; } .b{overflow: hidden;} #slider { height:320px; width:1200px; position:relative; } #mask { overflow:hidden; height:320px; } #slider ul { margin:0; padding:0; position:relative; } #slider li { width:1200px; height:320px; position:absolute; right:-325px; list-style:none; } #slider li.firstanimation { -moz-animation:cycle 25s linear infinite; -webkit-animation:cycle 25s linear infinite; } #slider li.secondanimation { -moz-animation:cycletwo 25s linear infinite; -webkit-animation:cycletwo 25s linear infinite; } #slider li.thirdanimation { -moz-animation:cyclethree 25s linear infinite; -webkit-animation:cyclethree 25s linear infinite; } #slider li.fourthanimation { -moz-animation:cyclefour 25s linear infinite; -webkit-animation:cyclefour 25s linear infinite; } #slider li.fifthanimation { -moz-animation:cyclefive 25s linear infinite; -webkit-animation:cyclefive 25s linear infinite; } #maintable tr td{ padding-top: 30px; } div.ex { height:auto; width:350px; border-radius: 0.4em; margin:0px; float:right; } .heading{background-color:green; color:black; font-size:18px; text-align:center; height:40px; font-family: "Nyala"; } .low{font-size:15px; background-color:#baa; height:310px; width:auto; font-family: "Nyala"; padding-left:5px; margin-left:2px; } .low .one{-moz-animation:one 15s linear infinite; -webkit-animation:one 15s linear infinite;} .low .two{-moz-animation:one 15s linear infinite; -webkit-animation:one 15s linear infinite; -webkit-animation-delay: 4s; -moz-animation-delay: 4s;} .low .three{-moz-animation:one 15s linear infinite; -webkit-animation:one 15s linear infinite; -webkit-animation-delay: 8s; -moz-animation-delay: 8s;} .low .four{-moz-animation:one 15s linear infinite; -webkit-animation:one 15s linear infinite; -webkit-animation-delay: 12s; -moz-animation-delay: 12s;} .low .five{-moz-animation:one 15s linear infinite; -webkit-animation:one 15s linear infinite; -webkit-animation-delay: 16s; -moz-animation-delay: 16s;} #brtable tr th a {color:#ffcc00; text-decoration-line:underline;} #brtable tr th a:visited {color:#ffcc00;} #brtable tr th a:hover {text-decoration:none;} .begin h2 a{ color:red; font-size:36px; font-family:"Berkshire Swash"; -webkit-animation-name: shine; -webkit-animation-duration: 1s; -webkit-animation-iteration-count: infinite; -webkit-animation-direction: alternate; -moz-animation-name: shine; -moz-animation-duration: 1s; -moz-animation-iteration-count: infinite; -moz-animation-direction: alternate; } .begin h2 a:hover{ color:blue; } .begin h2{text-align: center;} @-webkit-keyframes shine { 0% { text-shadow: 0 0 5px #fff, 0 0 10px #fff, 0 0 20px #f00, } 100% { text-shadow: 0 0 5px #fff, 0 0 10px #fff, 0 0 20px #f00, 0 0 30px #f00; } } @-moz-keyframes shine { 0% { text-shadow: 0 0 5px #fff, 0 0 10px #fff, 0 0 20px #f00, } 100% { text-shadow: 0 0 5px #fff, 0 0 10px #fff, 0 0 20px #f00, 0 0 30px #f00; } } @-moz-keyframes cycle { 0% { right:0px; } 4% { right:0px; } 16% { right:0px; opacity:1;} 20% { right:325px; opacity:0;} 21% { right:-325px; opacity:0;} 92% { right:-325px; opacity:0;} 96% { right:-325px; opacity:0; } 100%{ right:0px; opacity:1; } } @-moz-keyframes cycletwo { 0% { right:-325px; opacity:0; } 16% { right:-325px; opacity:0; } 20% { right:0px; opacity:1; } 24% { right:0px; opacity:1; } 36% { right:0px; opacity:1; } 40% { right:325px; opacity:0; } 41% { right:-325px; opacity:0;} 100%{ right:-325px; opacity:0;} } @-moz-keyframes cyclethree { 0% { right:-325px; opacity:0; } 36% { right:-325px; opacity:0; } 40% { right:0px; opacity:1; } 44% { right:0px; opacity:1; } 56% { right:0px; opacity:1; } 60% { right:325px; opacity:0; } 61% { right:-325px; opacity:0;} 100%{ right:-325px; opacity:0;} } @-moz-keyframes cyclefour { 0% { right:-325px; opacity:0; } 56% { right:-325px; opacity:0; } 60% { right:0px; opacity:1; } 64% { right:0px; opacity:1; } 76% { right:0px; opacity:1;} 80% { right:325px; opacity:0;} 81% { right:-325px; opacity:0; } 100%{ right:-325px; opacity:0;} } @-moz-keyframes cyclefive { 0% { right:-325px; opacity:0; } 76% { right:-325px; opacity:0; } 80% { right:0px; opacity:1; } 84% { right:0px; opacity:1; } 96% { right:0px; opacity:1;} 100%{ right:325px; opacity:0;} } @-webkit-keyframes cycle { 0% { right:0px; } 4% { right:0px; } 16% { right:0px; opacity:1;} 20% { right:325px; opacity:0;} 21% { right:-325px; opacity:0;} 50% { right:-325px; opacity:0; } 92% { right:-325px; opacity:0; } 96% { right:-325px; opacity:0; } 100%{ right:0px; opacity:1; } } @-webkit-keyframes cycletwo { 0% { right:-325px; opacity:0; } 16% { right:-325px; opacity:0; } 20% { right:0px; opacity:1; } 24% { right:0px; opacity:1; } 36% { right:0px; opacity:1; } 40% { right:325px; opacity:0; } 41% { right:-325px; opacity:0; } 100%{ right:-325px; opacity:0; } } @-webkit-keyframes cyclethree { 0% { right:-325px; opacity:0; } 36% { right:-325px; opacity:0; } 40% { right:0px; opacity:1; } 44% { right:0px; opacity:1; } 56% { right:0px; opacity:1; } 60% { right:325px; opacity:0; } 61% { right:-325px; opacity:0; } 100%{ right:-325px; opacity:0; } } @-webkit-keyframes cyclefour { 0% { right:-325px; opacity:0; } 56% { right:-325px; opacity:0; } 60% { right:0px; opacity:1; } 64% { right:0px; opacity:1; } 76% { right:0px; opacity:1; } 80% { right:325px; opacity:0; } 81% { right:-325px; opacity:0; } 100%{ right:-325px; opacity:0; } } @-webkit-keyframes cyclefive { 0% { right:-325px; opacity:0; } 76% { right:-325px; opacity:0; } 80% { right:0px; opacity:1; } 84% { right:0px; opacity:1; } 96% { right:0px; opacity:1; } 100%{ right:325px; opacity:0; } } @-webkit-keyframes one {0%{opacity:1;} 20%{opacity:0;} 30%{opacity:0;} 99%{opacity:0;} 100%{opacity:0;}} @-moz-keyframes one {0%{opacity:1;} 20%{opacity:0;} 30%{opacity:0;} 99%{opacity:0;} 100%{opacity:0;}}
purchasi/css/LoginPageStyle.css
@charset "utf-8"; * { box-sizing: border-box; padding:0; margin: 0; } body { background-color: #f0f0f5; width: 100%; min-width:500px; height:auto; margin-top:3px } #bodycontent{ position: relative; z-index: 4; } button{ width: 15%; height:30px; font-weight:bold; font-family:"times newroman"; border-radius:10px; font-size:20px; box-sizing: border-box; border:2px solid #cccccc; box-sizing:border-box; padding: 0px; background-color:#005580; color: white; } button:hover{ box-shadow:1px 1px 4px 2px #fbaf00; } #toptabmenu { margin-top: 0em; width: 100%; min-width:500px; width:screen.width; height: 40px; float:center; padding: 0 0px; background:rgb(80,103,148); } #toptabmenu ul.a{list-style: none; margin: 0px; padding: :0px;} #toptabmenu ul.a li{ float: left; width:169px; height: 40px; background-color:rgb(80,103,148); line-height: 40px; text-align: center; font-size: 20px; margin-right: 2px; border-radius: 4px; } #toptabmenu ul.a li a{ text-decoration: none; color:white; display: block; font-size:15px; font-family: "times newroman"; } #toptabmenu ul.a li a:hover{ background-color:#0099ff; color:white; border-radius: 4px; } #toptabmenu ul.a li a:active{ background-color:#0099ff;} #toptabmenu ul.a li ul.b li { display: none; Z-index: 1; } #toptabmenu ul.a li:hover ul.b li { border:1px solid white; position: relative; display:block; background-color:#008fb3; border-radius: 10px; } #toptabmenu ul.b li a:hover{ background-color:#0099ff; border-radius: 10px;} .logmainbox { background:silver; width:300px; margin:2em auto; border-radius:0.4em; border:1px solid #191919; overflow:hidden; position:relative; box-shadow: 0 5px 15px 5px #00ff00; } .logmainbox:after { content:""; display:block; position:absolute; height:1px; width:100px; left:20%; background:linear-gradient(left, #111, #444, #b6b6b8, #444, #111); top:0; } .logmainbox:before { content:""; display:block; position:absolute; width:8px; height:5px; border-radius:50%; left:34%; top:-7px; box-shadow: 0 0 20px 15px #FFF; } .loginset { padding:20px; border-top:1px solid #19191a; } .logmainbox h1 { font-family:"<NAME>", cursive; font-size: 39px; color:#990000; text-shadow:0 0.4px 0 gold; text-align:center; border-bottom:1px solid rgba(1,0,0,1); position:relative; } .logmainbox h1:after { content:""; width:800px; height:100px; position:absolute; top:0; left:-230px; pointer-events:none; transform:rotate(70deg); -webkit-transform:rotate(70deg); background:linear-gradient(50deg, rgba(255,255,255,0.55), rgba(204,204,204,0)); } .Ltext { color:darkmagenta; font-size: 20px; font-family: "Berkshire Swash",cursive; display:block; padding-bottom:0px; } .loginput[type=text], .loginput[type=password], #Comment { color:#ffff99; width:200px; padding:8px 5px; background:linear-gradient(#999999, #666666); border:1px solid #222; box-shadow: 0 1px 0 rgba(255,255,255,0.1); border-radius:0.3em; margin-bottom:10px; margin-top:10px; } .ddlist{ font-family:Satisfy, cursive; font-size:17px; } .loginput[type=text]:focus, .loginput[type=password]:focus{ box-shadow:1px 1px 4px 2px #fbaf00; outline-color: #dceefc; outline-offset: 0; } #Comment{ font-size: 20px; color: #00ff00; } #Comment:focus{ box-shadow:1px 1px 4px 2px #FFFF66; outline-color: #dceefc; outline-offset: 0; } .loginput[type=checkbox] { display:inline-block; vertical-align:top; margin-top: 2px; } .p-container { padding:0 20px 20px 10px; } .p-container:after { clear:both; display:table; content:""; } .p-container a { color:darkred; font-size: 14px; text-decoration: none; } .loginput[type=submit] { padding:5px 20px; margin:20 20 0 100; border:1px solid rgba(0,0,0,0.4); text-shadow:0 -1px 0 rgba(0,0,0,0.4); box-shadow: inset 0 1px 0 rgba(255,255,255,0.3), inset 0 10px 10px rgba(255,255,255,0.1); border-radius:0.3em; background:#0184ff; color:white; float:right; font-weight:bold; cursor:pointer; font-size:13px; } .loginput[type=submit]:hover { box-shadow: inset 0 1px 0 rgba(255,255,255,0.3), inset 0 -10px 10px rgba(255,255,255,0.1); } .loginput[type=text]:hover, .loginput[type=password]:hover, #loglabel:hover ~ .loginput[type=text], #loglabel:hover ~ .loginput[type=password] { background:#7b7777; } #logmainboxlink:hover{background-color: #2a292a;} h2 { width:fill-available; text-align: center; margin-top: 0em; color:#006080; font-size: 25px; font-family:"Nothing You Could Do" ;text-shadow: 0px -1px 4px silver,0px -2px 7px violet,0px -5px 10px #33ffcc,0px -10px 15px red;} #sidecon{ width:650px;height:auto; float: right; margin: 0} #sidecon h2 { width:fill-available; text-align: center; margin-top: 0em; color:#006080; font-size: 25px; font-family:"Nothing You Could Do" ;text-shadow: 0px -1px 4px silver,0px -2px 7px violet,0px -5px 10px #33ffcc,0px -10px 15px red;} #sidebar{ float:right; margin: 0; width: 100px;} #sidebar ul{list-style: none;} #sidebar ul li{margin-top: 1.5em;} #sidebar ul li a {color:#ff3333; font-size: 2em; font-family:'Bad Script'; text-shadow: 0px 1px 1px black, 2px 0px 3px gold;} #sidebar ul li a:hover{text-decoration: none; color:#ff9966;} #sidebar h2{font-size: 3.5em; color:#33ccff; text-align:center; font-family:'Swanky and Moo Moo'; margin-top: 0.5px; } #templatemo_wrapper { width: 1200px; margin: 0 auto; } #templatemo_main { overflow-y: auto; height: auto; position:absolut; margin: 0em auto; width: 1200px; background:white; float:center; } #right{ overflow-y: auto; height: auto; position:relative; margin: 0em auto; width: 350px; font-size:18px; float:left; border:1px solid PaleGreen; margin:5 5 2 5; background: #e6e6e6; color:rgb(80,103,200); } #right h3 {text-align: center; color:black;} #right ul li img{ width:40px; height:20px;} #right h3{background-color: #e6e6e6;} #canvas{} #left{ overflow-y: auto; height: auto; position:relative; margin: 0em auto; width: 825px; float: right; margin:5 5 2 5; font-siz e:15px; //background-color:white; } #right a{ color: rgb(80,103,200); } #left a:hover{ color:blue; } #right a:hover{ color:red; } #form1{ width:625px; float:right; } #fotter { width:1200px; height:30px; background:#65ff4f; //background-color: rgba(1,1,1,0.5); background-color:#008fb3; font-size:16px; text-align:center; margin: 0.3em auto; } #contents { width:1200px; height:auto; background-color: rgba(1,1,1,0.5); background-color:Gainsboro; font-size:18px; text-align:left; margin: 0em auto; } #content-slider { width:100%; height:330px; } .b{overflow: hidden;} #slider { height:320px; width:1200px; position:relative; } #mask { overflow:hidden; height:320px; } #slider ul { margin:0; padding:0; position:relative; } #slider li { width:1200px; height:320px; position:absolute; right:-325px; list-style:none; } #slider li.firstanimation { -moz-animation:cycle 25s linear infinite; -webkit-animation:cycle 25s linear infinite; } #slider li.secondanimation { -moz-animation:cycletwo 25s linear infinite; -webkit-animation:cycletwo 25s linear infinite; } #slider li.thirdanimation { -moz-animation:cyclethree 25s linear infinite; -webkit-animation:cyclethree 25s linear infinite; } #slider li.fourthanimation { -moz-animation:cyclefour 25s linear infinite; -webkit-animation:cyclefour 25s linear infinite; } #slider li.fifthanimation { -moz-animation:cyclefive 25s linear infinite; -webkit-animation:cyclefive 25s linear infinite; } #maintable tr td{ padding-top: 30px; } div.ex { height:auto; width:350px; border-radius: 0.4em; margin:0px; float:right; } .heading{background-color:green; color:black; font-size:18px; text-align:center; height:40px; font-family: "Nyala"; } .low{font-size:15px; background-color:#baa; height:310px; width:auto; font-family: "Nyala"; padding-left:5px; margin-left:2px; } .low .one{-moz-animation:one 15s linear infinite; -webkit-animation:one 15s linear infinite;} .low .two{-moz-animation:one 15s linear infinite; -webkit-animation:one 15s linear infinite; -webkit-animation-delay: 4s; -moz-animation-delay: 4s;} .low .three{-moz-animation:one 15s linear infinite; -webkit-animation:one 15s linear infinite; -webkit-animation-delay: 8s; -moz-animation-delay: 8s;} .low .four{-moz-animation:one 15s linear infinite; -webkit-animation:one 15s linear infinite; -webkit-animation-delay: 12s; -moz-animation-delay: 12s;} .low .five{-moz-animation:one 15s linear infinite; -webkit-animation:one 15s linear infinite; -webkit-animation-delay: 16s; -moz-animation-delay: 16s;} #brtable tr th a {color:#ffcc00; text-decoration-line:underline;} #brtable tr th a:visited {color:#ffcc00;} #brtable tr th a:hover {text-decoration:none;} .begin h2 a{ color:red; font-size:36px; font-family:"Berkshire Swash"; -webkit-animation-name: shine; -webkit-animation-duration: 1s; -webkit-animation-iteration-count: infinite; -webkit-animation-direction: alternate; -moz-animation-name: shine; -moz-animation-duration: 1s; -moz-animation-iteration-count: infinite; -moz-animation-direction: alternate; } .begin h2 a:hover{ color:blue; } .begin h2{text-align: center;} @-webkit-keyframes shine { 0% { text-shadow: 0 0 5px #fff, 0 0 10px #fff, 0 0 20px #f00, } 100% { text-shadow: 0 0 5px #fff, 0 0 10px #fff, 0 0 20px #f00, 0 0 30px #f00; } } @-moz-keyframes shine { 0% { text-shadow: 0 0 5px #fff, 0 0 10px #fff, 0 0 20px #f00, } 100% { text-shadow: 0 0 5px #fff, 0 0 10px #fff, 0 0 20px #f00, 0 0 30px #f00; } } @-moz-keyframes cycle { 0% { right:0px; } 4% { right:0px; } 16% { right:0px; opacity:1;} 20% { right:325px; opacity:0;} 21% { right:-325px; opacity:0;} 92% { right:-325px; opacity:0;} 96% { right:-325px; opacity:0; } 100%{ right:0px; opacity:1; } } @-moz-keyframes cycletwo { 0% { right:-325px; opacity:0; } 16% { right:-325px; opacity:0; } 20% { right:0px; opacity:1; } 24% { right:0px; opacity:1; } 36% { right:0px; opacity:1; } 40% { right:325px; opacity:0; } 41% { right:-325px; opacity:0;} 100%{ right:-325px; opacity:0;} } @-moz-keyframes cyclethree { 0% { right:-325px; opacity:0; } 36% { right:-325px; opacity:0; } 40% { right:0px; opacity:1; } 44% { right:0px; opacity:1; } 56% { right:0px; opacity:1; } 60% { right:325px; opacity:0; } 61% { right:-325px; opacity:0;} 100%{ right:-325px; opacity:0;} } @-moz-keyframes cyclefour { 0% { right:-325px; opacity:0; } 56% { right:-325px; opacity:0; } 60% { right:0px; opacity:1; } 64% { right:0px; opacity:1; } 76% { right:0px; opacity:1;} 80% { right:325px; opacity:0;} 81% { right:-325px; opacity:0; } 100%{ right:-325px; opacity:0;} } @-moz-keyframes cyclefive { 0% { right:-325px; opacity:0; } 76% { right:-325px; opacity:0; } 80% { right:0px; opacity:1; } 84% { right:0px; opacity:1; } 96% { right:0px; opacity:1;} 100%{ right:325px; opacity:0;} } @-webkit-keyframes cycle { 0% { right:0px; } 4% { right:0px; } 16% { right:0px; opacity:1;} 20% { right:325px; opacity:0;} 21% { right:-325px; opacity:0;} 50% { right:-325px; opacity:0; } 92% { right:-325px; opacity:0; } 96% { right:-325px; opacity:0; } 100%{ right:0px; opacity:1; } } @-webkit-keyframes cycletwo { 0% { right:-325px; opacity:0; } 16% { right:-325px; opacity:0; } 20% { right:0px; opacity:1; } 24% { right:0px; opacity:1; } 36% { right:0px; opacity:1; } 40% { right:325px; opacity:0; } 41% { right:-325px; opacity:0; } 100%{ right:-325px; opacity:0; } } @-webkit-keyframes cyclethree { 0% { right:-325px; opacity:0; } 36% { right:-325px; opacity:0; } 40% { right:0px; opacity:1; } 44% { right:0px; opacity:1; } 56% { right:0px; opacity:1; } 60% { right:325px; opacity:0; } 61% { right:-325px; opacity:0; } 100%{ right:-325px; opacity:0; } } @-webkit-keyframes cyclefour { 0% { right:-325px; opacity:0; } 56% { right:-325px; opacity:0; } 60% { right:0px; opacity:1; } 64% { right:0px; opacity:1; } 76% { right:0px; opacity:1; } 80% { right:325px; opacity:0; } 81% { right:-325px; opacity:0; } 100%{ right:-325px; opacity:0; } } @-webkit-keyframes cyclefive { 0% { right:-325px; opacity:0; } 76% { right:-325px; opacity:0; } 80% { right:0px; opacity:1; } 84% { right:0px; opacity:1; } 96% { right:0px; opacity:1; } 100%{ right:325px; opacity:0; } } @-webkit-keyframes one {0%{opacity:1;} 20%{opacity:0;} 30%{opacity:0;} 99%{opacity:0;} 100%{opacity:0;}} @-moz-keyframes one {0%{opacity:1;} 20%{opacity:0;} 30%{opacity:0;} 99%{opacity:0;} 100%{opacity:0;}}
0.153899
0.085709
.clearfix:before, .clearfix:after { content: " "; display: table; } .clearfix:after { clear: both; } .clearfix { *zoom: 1; } /* Basic Styles */ body { background-color: #ece8e5; } nav { height: 40px; width: 100%; background: #455868; font-size: 11pt; font-family: 'PT Sans', Arial, sans-serif; font-weight: bold; position: relative; border-bottom: 2px solid #283744; } nav ul { padding: 0; margin: 0 auto; width: 600px; height: 40px; } nav li { display: inline; float: left; } nav a { color: #fff; display: inline-block; width: 100px; text-align: center; text-decoration: none; line-height: 40px; text-shadow: 1px 1px 0px #283744; } nav li a { border-right: 1px solid #576979; box-sizing:border-box; -moz-box-sizing:border-box; -webkit-box-sizing:border-box; } nav li:last-child a { border-right: 0; } nav a:hover, nav a:active { background-color: #8c99a4; } nav a#pull { display: none; } /*Styles for screen 600px and lower*/ @media screen and (max-width: 600px) { nav { height: auto; } nav ul { width: 100%; display: block; height: auto; } nav li { width: 50%; float: left; position: relative; } nav li a { border-bottom: 1px solid #576979; border-right: 1px solid #576979; } nav a { text-align: left; width: 100%; text-indent: 25px; } } /*Styles for screen 515px and lower*/ @media only screen and (max-width : 480px) { nav { border-bottom: 0; } nav ul { display: none; height: auto; } nav a#pull { display: block; background-color: #283744; width: 100%; position: relative; } nav a#pull:after { content:""; background: url('nav-icon.png') no-repeat; width: 30px; height: 30px; display: inline-block; position: absolute; right: 15px; top: 10px; } } /*Smartphone*/ @media only screen and (max-width : 320px) { nav li { display: block; float: none; width: 100%; } nav li a { border-bottom: 1px solid #576979; } }
style.css
.clearfix:before, .clearfix:after { content: " "; display: table; } .clearfix:after { clear: both; } .clearfix { *zoom: 1; } /* Basic Styles */ body { background-color: #ece8e5; } nav { height: 40px; width: 100%; background: #455868; font-size: 11pt; font-family: 'PT Sans', Arial, sans-serif; font-weight: bold; position: relative; border-bottom: 2px solid #283744; } nav ul { padding: 0; margin: 0 auto; width: 600px; height: 40px; } nav li { display: inline; float: left; } nav a { color: #fff; display: inline-block; width: 100px; text-align: center; text-decoration: none; line-height: 40px; text-shadow: 1px 1px 0px #283744; } nav li a { border-right: 1px solid #576979; box-sizing:border-box; -moz-box-sizing:border-box; -webkit-box-sizing:border-box; } nav li:last-child a { border-right: 0; } nav a:hover, nav a:active { background-color: #8c99a4; } nav a#pull { display: none; } /*Styles for screen 600px and lower*/ @media screen and (max-width: 600px) { nav { height: auto; } nav ul { width: 100%; display: block; height: auto; } nav li { width: 50%; float: left; position: relative; } nav li a { border-bottom: 1px solid #576979; border-right: 1px solid #576979; } nav a { text-align: left; width: 100%; text-indent: 25px; } } /*Styles for screen 515px and lower*/ @media only screen and (max-width : 480px) { nav { border-bottom: 0; } nav ul { display: none; height: auto; } nav a#pull { display: block; background-color: #283744; width: 100%; position: relative; } nav a#pull:after { content:""; background: url('nav-icon.png') no-repeat; width: 30px; height: 30px; display: inline-block; position: absolute; right: 15px; top: 10px; } } /*Smartphone*/ @media only screen and (max-width : 320px) { nav li { display: block; float: none; width: 100%; } nav li a { border-bottom: 1px solid #576979; } }
0.17522
0.071009
:root { --sd-color-tabs-label-active: #C72C48; --sd-color-tabs-label-inactive: rgba(199, 44, 72, 0.5); --sd-color-tabs-overline: rgba(199, 44, 72, 0.5); --sd-color-tabs-underline: rgba(199, 44, 72, 0.25); } @font-face { font-family: "Mark"; src: url("../fonts/Mark-Regular.woff2") format("woff2"), url("../fonts/Mark-Regular.woff") format("woff"); font-weight: 400; font-style: normal; } @font-face { font-family: "Mark"; src: url("../fonts/Mark-Medium.woff2") format("woff2"), url("../fonts/Mark-Medium.woff") format("woff"); font-weight: 500; font-style: normal; } html { line-height: 1.35; -webkit-text-size-adjust: 100%; } body { margin: 0; } main { display: block; } h1 { font-size: 2em; margin: 0.67em 0; } hr { -webkit-box-sizing: content-box; box-sizing: content-box; height: 0; overflow: visible; } pre { font-family: monospace, monospace; font-size: .9em; } a { background-color: transparent; text-decoration: none; } abbr[title] { border-bottom: none; text-decoration: underline; text-decoration: underline dotted; } b, strong { font-weight: bold; } code, kbd, samp { font-family: monospace, monospace; font-size: .9em; } small { font-size: 80%; } sub, sup { font-size: 75%; line-height: 0; position: relative; vertical-align: baseline; } sub { bottom: -0.25em; } sup { top: -0.5em; } img { border-style: none; } button, input, optgroup, select, textarea { font-family: inherit; font-size: 100%; line-height: 1.15; margin: 0; } button, input { overflow: visible; } button, select { text-transform: none; } button[disabled] { cursor: default; } button, [type="button"], [type="reset"], [type="submit"] { -webkit-appearance: button; } button::-moz-focus-inner, [type="button"]::-moz-focus-inner, [type="reset"]::-moz-focus-inner, [type="submit"]::-moz-focus-inner { border-style: none; padding: 0; } button:-moz-focusring, [type="button"]:-moz-focusring, [type="reset"]:-moz-focusring, [type="submit"]:-moz-focusring { outline: 1px dotted ButtonText; } fieldset { padding: 0.35em 0.75em 0.625em; } legend { -webkit-box-sizing: border-box; box-sizing: border-box; color: inherit; display: table; max-width: 100%; padding: 0; white-space: normal; } progress { vertical-align: baseline; } textarea { overflow: auto; } [type="checkbox"], [type="radio"] { -webkit-box-sizing: border-box; box-sizing: border-box; padding: 0; } [type="number"]::-webkit-inner-spin-button, [type="number"]::-webkit-outer-spin-button { height: auto; } [type="search"] { -webkit-appearance: textfield; outline-offset: -2px; } [type="search"]::-webkit-search-decoration { -webkit-appearance: none; } ::-webkit-file-upload-button { -webkit-appearance: button; font: inherit; } details { display: block; } summary { display: list-item; } template { display: none; } [hidden] { display: none; } address { font-style: normal; color: inherit; margin: 0; } * { -webkit-box-sizing: border-box; box-sizing: border-box; -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale; } *:focus, *:active { outline: none; } html { font-size: 16px; } body { all: unset; font-family: "Mark", sans-serif; font-size: 1rem; line-height: 1.5; color: #4b4b4b; background-color: #F9F9F9; font-weight: 400; display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-orient: vertical; -webkit-box-direction: normal; -ms-flex-direction: column; flex-direction: column; } a { color: #0045ec; text-decoration: none; } a:hover { color: #0036b9; text-decoration: none; } a > img.anchor { -webkit-box-shadow: none; box-shadow: none; height: 1rem; } a.reference { text-decoration: none; border-bottom: none; } h1, h2, h3, h4, h5, h6 { color: #1C1C1C; position: relative; } h1 > .toc-backref, h2 > .toc-backref, h3 > .toc-backref, h4 > .toc-backref, h5 > .toc-backref, h6 > .toc-backref { color: #1C1C1C; } h1 > .headerlink, h2 > .headerlink, h3 > .headerlink, h4 > .headerlink, h5 > .headerlink, h6 > .headerlink { position: absolute; left: -1.5rem; top: 0; opacity: 0.5; } h1 > .headerlink:hover, h2 > .headerlink:hover, h3 > .headerlink:hover, h4 > .headerlink:hover, h5 > .headerlink:hover, h6 > .headerlink:hover { background-color: transparent; opacity: 1; } dl > dt { font-weight: bold; } li dl.simple { font-weight: normal; } li dl.simple dt { font-weight: normal; } li dl.simple dd { margin-left: 0px; } div.admonition { margin-top: 0; padding: 10px 20px; background: rgba(0, 0, 0, 0.01); border: none; border-left: 4px solid grey; } div.admonition > p.admonition-title { font-weight: bold; font-family: "Mark", sans-serif; font-size: 1rem; } div.admonition.warning { background-color: #FFF2F2; border: none; border-left: 4px solid #E54253; } div.admonition.important { background-color: #FFF9E6; border: none; border-left: 4px solid #EDBC39; } div.admonition.note { background-color: #EDF9FF; border: none; border-left: 4px solid #2592EF; } dl { margin: 10px 0 10px 0; } dl.minio { margin: 10px 0 10px 0; } div.footer { width: auto; margin: 0px; } .align-default { text-align: left; } table.docutils { border: none; box-shadow: none; -webkit-box-shadow: none; -moz-box-shadow: none; } table.docutils > tbody tr th.stub { border: none; border-bottom: 1px solid #e6e6e6; color: #C72C48; font-size: .9rem; } table.docutils > thead tr th { border: none; border-bottom: 1px solid #e6e6e6; font-size: 1rem; color: #C72C48; font-size: .9rem; } table.docutils > tbody tr td { border: none; border-bottom: 1px solid #e6e6e6; } table.docutils > tbody tr td > p { font-size: .90rem; } .sphinx-tabs-tab { color: rgba(0, 0, 0, 0.5); background: none; border: none; padding: 0px 20px 10px 20px; } .sphinx-tabs-tab[aria-selected=true] { color: #C72C48; font-weight: bold; border-bottom: 0.15em solid #C72C48; pointer-events: none; } button.toggle-button { width: 1.25em; height: 1.25em; } button.toggle-button.toggle-button-hidden:before { left: -7em; } button.toggle-button > .bar { width: 14px; left: 13%; } .xref { color: #C72C48; } .content__main img { -webkit-box-shadow: 0px 0px 5px lightgray; box-shadow: 0px 0px 5px lightgray; } ul.simple li { margin: 0px 0px 10px 0px; } video { display: block; margin-left: auto; margin-right: auto; } .content { overflow-y: auto; overflow-x: hidden; -ms-flex-wrap: nowrap; flex-wrap: nowrap; height: calc(100vh - 5rem); } @media (min-width: 992px) { .content { display: -webkit-box; display: -ms-flexbox; display: flex; } } .content__main { -webkit-box-flex: 1; -ms-flex: 1; flex: 1; min-width: 0; background-color: #ffffff; -ms-flex-item-align: start; align-self: flex-start; padding: 1.75rem; } @media (min-width: 1200px) { .content__main { padding-left: 20.75rem; -webkit-transition: padding-left 300ms; transition: padding-left 300ms; will-change: padding-left; } } .sidebar-toggled .content__main { padding-left: 1.75rem; } @media (min-width: 992px) { .content__aside { -ms-flex-negative: 0; flex-shrink: 0; position: sticky; top: 0; -webkit-box-ordinal-group: 3; -ms-flex-order: 2; order: 2; } } .content__right { position: sticky; top: 0; overflow: scroll; } :root { --nav-text-color: #000000; --nav-item-border-color: #000000; --nav-item-arrow: url(../img/icons/nav-arrow.svg); --nav-toggle-hover-border-color: #000000; --nav-bg-gray: #f8f8f8; --header-bg: #ffffff; } .header { height: 5rem; background-color: #ffffff; display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-align: center; -ms-flex-align: center; align-items: center; -webkit-box-shadow: 0 0 0.75rem rgba(0, 0, 0, 0.1); box-shadow: 0 0 0.75rem rgba(0, 0, 0, 0.1); width: 100%; z-index: 10; -ms-flex-negative: 0; flex-shrink: 0; display: flex; align-items: center; padding: 0 1.25rem; } .logo { -ms-flex-negative: 0; flex-shrink: 0; display: -webkit-inline-box; display: -ms-inline-flexbox; display: inline-flex; margin-left: 0.75rem; } .logo > img { height: 1.05rem; -webkit-box-shadow: none; box-shadow: none; } .nav { z-index: 1; -webkit-transition: opacity 300ms, -webkit-transform 300ms; transition: opacity 300ms, -webkit-transform 300ms; transition: opacity 300ms, transform 300ms; transition: opacity 300ms, transform 300ms, -webkit-transform 300ms; margin-left: auto; font-size: 0.9375rem; } @media (min-width: 992px) { .nav { display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-align: center; -ms-flex-align: center; align-items: center; } } @media (max-width: 991px) { .nav { height: 100vh; width: 300px; position: fixed; right: 0; top: 0; -webkit-box-orient: vertical; -webkit-box-direction: normal; -ms-flex-direction: column; flex-direction: column; -webkit-transform: translate3d(300px, 0, 0); transform: translate3d(300px, 0, 0); opacity: 0; -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.1); box-shadow: 0 0 10px rgba(0, 0, 0, 0.1); overflow-y: auto; background-color: #ffffff; padding-top: 2.5rem; } } .nav > .toggle-icon { position: absolute; top: 0.7rem; right: 0.7rem; } @media (min-width: 992px) { .nav > .toggle-icon { display: none; } } @media (max-width: 991px) { .nav-toggled .nav { -webkit-transform: translate3d(0, 0, 0); transform: translate3d(0, 0, 0); opacity: 1; z-index: 100; } } .nav__item:hover .nav__dropdown, .nav__item:hover ~ .nav__dropdown--product { opacity: 1; pointer-events: auto; } .nav__item:hover .nav__link--dropdown > span:before { opacity: 0; } @media (min-width: 992px) { .nav__item .nav__link { margin-right: 0.75rem; background: var(--nav-item-arrow) no-repeat top 2.45rem right 0.25rem; } .nav__item .nav__link:after { opacity: 0; pointer-events: none; -webkit-box-sizing: border-box; box-sizing: border-box; left: 50%; margin-left: -3px; content: ""; width: 0; height: 0; border-style: solid; border-width: 0 6px 4px; border-color: transparent transparent #fff; position: absolute; bottom: 1rem; -webkit-transition: opacity 200ms; transition: opacity 200ms; z-index: 2; } .nav__item:hover .nav__link:after { opacity: 1; } } .nav__link { position: relative; } .nav__link, .nav__link:hover { color: var(--nav-text-color); } @media (min-width: 992px) { .nav__link { padding: 0 1.25rem; margin-left: 0.25rem; cursor: pointer; } .nav__link:not(.nav__link--download) { height: 5rem; display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-align: center; -ms-flex-align: center; align-items: center; } .nav__link > span { position: relative; } .nav__link > span:before { height: 1px; width: 100%; background-color: var(--nav-item-border-color); position: absolute; bottom: -8px; left: 0; content: ""; -webkit-transform: translateY(5px); transform: translateY(5px); opacity: 0; -webkit-transition: opacity 300ms, -webkit-transform 300ms; transition: opacity 300ms, -webkit-transform 300ms; transition: opacity 300ms, transform 300ms; transition: opacity 300ms, transform 300ms, -webkit-transform 300ms; } .nav__link:not(.nav__link--dropdown):hover > span:before { -webkit-transform: translateY(0); transform: translateY(0); opacity: 1; } } @media (max-width: 991px) { .nav__link { font-weight: 500; color: #000000; } .nav__link > span { display: block; padding: 0.5rem 1.5rem; } } .nav__link--active > span:before { opacity: 1; -webkit-transform: translateY(0); transform: translateY(0); } .nav__link--download { border: 1px solid #C72C48; -webkit-transition: background-color 300ms, color 300ms; transition: background-color 300ms, color 300ms; border-radius: 0.1875rem; padding: 0.5rem 1.25rem 0.6rem; } .nav__link--download:hover { background-color: #C72C48; color: #ffffff; } @media (max-width: 991px) { .nav__link--download { margin: 1.5rem; text-align: center; padding: 0.5rem 1rem; display: block; } } @media (min-width: 992px) { .nav__dropdown { width: 385px; -webkit-transform: translateX(calc(-50% + 3rem)); transform: translateX(calc(-50% + 3rem)); position: absolute; left: 0; top: 4rem; opacity: 0; -webkit-transition: opacity 200ms; transition: opacity 200ms; pointer-events: none; border-radius: 0.3125rem; overflow: hidden; -webkit-box-shadow: 0 0.0625rem 1.25rem rgba(0, 0, 0, 0.13); box-shadow: 0 0.0625rem 1.25rem rgba(0, 0, 0, 0.13); background-color: #ffffff; z-index: 1; } .nav__dropdown .nav__dropdown__inner { padding: 1.5rem; max-height: calc(100vh - 5rem); overflow-y: auto; border-radius: 0.3125rem; } } @media (max-width: 991px) { .nav__dropdown .nav__dropdown__inner { background-color: var(--nav-bg-gray); padding: 0.5rem 0.8rem; margin-bottom: 1rem; } } @media (min-width: 992px) { .nav__dropdown--product { width: calc(100% - 3.5rem); max-width: 1200px; -webkit-transform: translateX(0); transform: translateX(0); left: auto; right: 1.75rem; } .nav__dropdown--product:hover { opacity: 1; pointer-events: auto; } .nav__dropdown--product .nav__dropdown__inner { padding: 2.5rem 2.25rem; } } .nav__sub { padding: 0.6rem 0.75rem; font-weight: 500; color: #000000; border-radius: 0.1875rem; } @media (max-width: 991px) { .nav__sub { font-size: 0.85rem; font-weight: normal; } } .nav__sub, .nav__sub > small { display: block; } .nav__sub > small { color: #4b4b4b; font-weight: normal; font-size: 0.8rem; opacity: 0.75; margin-top: 0.25rem; } @media (max-width: 991px) { .nav__sub > small { display: none; } } .nav__sub:hover { background-color: var(--nav-bg-gray); color: #000000; } @media (min-width: 992px) { .nav__feature { display: -webkit-box; display: -ms-flexbox; display: flex; } } @media (min-width: 992px) { .nav__column { padding: 0 1rem; } .nav__column:not(:first-child) { -webkit-box-flex: 1; -ms-flex: 1; flex: 1; } .nav__column:first-child > .nav__sub { margin-top: 1rem; } } .nav__column__title { text-transform: uppercase; font-size: 0.6rem; padding-left: 0.75rem; margin-bottom: 0.5rem; line-height: 100%; } @media (max-width: 991px) { .nav__column__title { margin-top: 1rem; } } .nav__lead { display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-align: center; -ms-flex-align: center; align-items: center; } .nav__lead, .nav__lead:hover { color: #000000; } .nav__lead > img { width: 30px; -ms-flex-negative: 0; flex-shrink: 0; margin-right: 0.75rem; } @media (max-width: 991px) { .nav__lead > img { display: none; } } @media (min-width: 992px) { .nav__jump { padding-left: 2.6rem; margin-top: -0.2rem; } .nav__jump > a { font-weight: normal; display: block; font-size: 0.8rem; margin-top: 0.5rem; } .nav__jump > a, .nav__jump > a:hover { color: #000000; } .nav__jump > a:hover { text-decoration: underline; } } @media (max-width: 991px) { .nav__jump { display: none; } } .nav__seperator { border-left: 1px solid var(--nav-bg-gray); margin: 0 1rem; } @media (max-width: 991px) { .nav__seperator { display: none; } } .toggle-icon { width: 2.5rem; height: 2.5rem; cursor: pointer; border-radius: 0.1875rem; -webkit-transition: background-color 300ms; transition: background-color 300ms; -ms-flex-negative: 0; flex-shrink: 0; display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-align: center; -ms-flex-align: center; align-items: center; -webkit-box-pack: center; -ms-flex-pack: center; justify-content: center; flex-shrink: 0; background-repeat: no-repeat; background-position: center; } .toggle-icon:hover { background-color: rgba(199, 44, 72, 0.075); } [data-toggle="nav"] { margin-left: auto; } @media (min-width: 992px) { [data-toggle="nav"] { display: none; } } .sidebar { width: 19rem; position: fixed; left: 0; top: 0; background-color: #F9F9F9; -webkit-transition: opacity 400ms, -webkit-transform 300ms; transition: opacity 400ms, -webkit-transform 300ms; transition: opacity 400ms, transform 300ms; transition: opacity 400ms, transform 300ms, -webkit-transform 300ms; padding: 2.75rem 1.75rem 1rem 1.75rem; overflow-y: auto; height: 100%; z-index: 9; } @media (min-width: 1200px) { .sidebar { padding-top: 6.75rem; } } @media (max-width: 1199px) { .sidebar { -webkit-transform: translate3d(-100%, 0, 0); transform: translate3d(-100%, 0, 0); z-index: 11; } } .sidebar > .toggle-icon { position: absolute; top: 0.7rem; right: 0.15rem; } @media (min-width: 1200px) { .sidebar > .toggle-icon { display: none; } } @media (min-width: 1200px) { .sidebar-toggled .sidebar { -webkit-transform: translate3d(-100%, 0, 0); transform: translate3d(-100%, 0, 0); opacity: 0; pointer-events: none; } } @media (max-width: 1199px) { .sidebar-toggled .sidebar { -webkit-transform: translate3d(0, 0, 0); transform: translate3d(0, 0, 0); opacity: 1; pointer-events: all; -webkit-box-shadow: 0.25rem 0 0.75rem rgba(0, 0, 0, 0.1); box-shadow: 0.25rem 0 0.75rem rgba(0, 0, 0, 0.1); } } .sidebar__title { margin: -0.25rem 0 1.5rem; line-height: 100%; } .sidebar__title > a { line-height: 100%; color: #1C1C1C; font-size: 0.9rem; text-transform: uppercase; font-weight: 500; } .sidebar__title > a:hover { color: #1C1C1C; } .search { margin-bottom: 0.8rem; } .search__text { -webkit-appearance: none; -moz-appearance: none; appearance: none; border: 1px solid #F0F0F0; height: 2.65rem; background-color: #ffffff; color: #555555; font-size: 0.85rem; width: 100%; padding: 0 1rem 0.1rem 2.6rem; background: url(../img/icons/search.svg) no-repeat center left 1rem; background-color: #ffffff; border-radius: 0.1875rem; } .search__text:focus { border-color: #cacaca; } .docs { margin-right: -0.65rem; } .docs ul { list-style: none; padding: 0; margin: 0.5rem 0 0.5rem 0; font-size: .90rem; } .docs ul > li { margin: 0.5rem 0 0.5rem 0; } .docs ul > li > a, .docs ul > li > a > code { all: unset; } .docs ul > li > a:hover { border: 0; cursor: pointer; } .docs ul > li.active > a { color: #C72C48; font-weight: 500; } .docs ul > li.active-parent > a { color: #494949; font-weight: 500; } .docs ul > li > ul > li { margin: 0.5rem 0 0.5rem 0.5rem; font-size: 0.85rem; } #localtoc { font-size: 0.8rem; } #table-of-contents { background: none; border-style: none; padding: 1.75rem 1.75rem 1.15rem 1.75rem; margin: 0; } @media (min-width: 992px) { #table-of-contents { width: 13rem; } } #table-of-contents .topic-title { margin: 0; font-weight: 500; color: #000000; } #table-of-contents ul { list-style: none; margin: 10px 0px 10px 0px; } #table-of-contents ul > li { list-style: none; margin: 10px 0px 10px 0px; } #table-of-contents ul > li > p a.reference { text-decoration: none; border-bottom: none; color: #1C1C1C; } #table-of-contents ul > li > ul { margin: 10px 0px 10px 10px; } .toggle-icon--docs { background-image: url(../img/icons/docs.svg); } .toggle-icon--menu { background-image: url(../img/icons/menu.svg); } .toggle-icon--close { background-image: url(../img/icons/close-circle.svg); } .toggle-icon--toc { background-image: url(../img/icons/toc.svg); } .scrollbar { scrollbar-color: transparent transparent; scrollbar-width: thin; } .scrollbar:hover { scrollbar-color: #dddddd transparent; } .scrollbar:hover::-webkit-scrollbar-thumb { background-color: #dddddd; } .scrollbar::-webkit-scrollbar { width: 12px; } .scrollbar::-webkit-scrollbar-track { background-color: transparent; } .scrollbar::-webkit-scrollbar-thumb { background-color: transparent; border-radius: 1rem; border: 3px solid transparent; background-clip: content-box; } .scrollbar::-webkit-scrollbar-thumb:hover { background-color: #cecece; }
source/_static/css/main.css
:root { --sd-color-tabs-label-active: #C72C48; --sd-color-tabs-label-inactive: rgba(199, 44, 72, 0.5); --sd-color-tabs-overline: rgba(199, 44, 72, 0.5); --sd-color-tabs-underline: rgba(199, 44, 72, 0.25); } @font-face { font-family: "Mark"; src: url("../fonts/Mark-Regular.woff2") format("woff2"), url("../fonts/Mark-Regular.woff") format("woff"); font-weight: 400; font-style: normal; } @font-face { font-family: "Mark"; src: url("../fonts/Mark-Medium.woff2") format("woff2"), url("../fonts/Mark-Medium.woff") format("woff"); font-weight: 500; font-style: normal; } html { line-height: 1.35; -webkit-text-size-adjust: 100%; } body { margin: 0; } main { display: block; } h1 { font-size: 2em; margin: 0.67em 0; } hr { -webkit-box-sizing: content-box; box-sizing: content-box; height: 0; overflow: visible; } pre { font-family: monospace, monospace; font-size: .9em; } a { background-color: transparent; text-decoration: none; } abbr[title] { border-bottom: none; text-decoration: underline; text-decoration: underline dotted; } b, strong { font-weight: bold; } code, kbd, samp { font-family: monospace, monospace; font-size: .9em; } small { font-size: 80%; } sub, sup { font-size: 75%; line-height: 0; position: relative; vertical-align: baseline; } sub { bottom: -0.25em; } sup { top: -0.5em; } img { border-style: none; } button, input, optgroup, select, textarea { font-family: inherit; font-size: 100%; line-height: 1.15; margin: 0; } button, input { overflow: visible; } button, select { text-transform: none; } button[disabled] { cursor: default; } button, [type="button"], [type="reset"], [type="submit"] { -webkit-appearance: button; } button::-moz-focus-inner, [type="button"]::-moz-focus-inner, [type="reset"]::-moz-focus-inner, [type="submit"]::-moz-focus-inner { border-style: none; padding: 0; } button:-moz-focusring, [type="button"]:-moz-focusring, [type="reset"]:-moz-focusring, [type="submit"]:-moz-focusring { outline: 1px dotted ButtonText; } fieldset { padding: 0.35em 0.75em 0.625em; } legend { -webkit-box-sizing: border-box; box-sizing: border-box; color: inherit; display: table; max-width: 100%; padding: 0; white-space: normal; } progress { vertical-align: baseline; } textarea { overflow: auto; } [type="checkbox"], [type="radio"] { -webkit-box-sizing: border-box; box-sizing: border-box; padding: 0; } [type="number"]::-webkit-inner-spin-button, [type="number"]::-webkit-outer-spin-button { height: auto; } [type="search"] { -webkit-appearance: textfield; outline-offset: -2px; } [type="search"]::-webkit-search-decoration { -webkit-appearance: none; } ::-webkit-file-upload-button { -webkit-appearance: button; font: inherit; } details { display: block; } summary { display: list-item; } template { display: none; } [hidden] { display: none; } address { font-style: normal; color: inherit; margin: 0; } * { -webkit-box-sizing: border-box; box-sizing: border-box; -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale; } *:focus, *:active { outline: none; } html { font-size: 16px; } body { all: unset; font-family: "Mark", sans-serif; font-size: 1rem; line-height: 1.5; color: #4b4b4b; background-color: #F9F9F9; font-weight: 400; display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-orient: vertical; -webkit-box-direction: normal; -ms-flex-direction: column; flex-direction: column; } a { color: #0045ec; text-decoration: none; } a:hover { color: #0036b9; text-decoration: none; } a > img.anchor { -webkit-box-shadow: none; box-shadow: none; height: 1rem; } a.reference { text-decoration: none; border-bottom: none; } h1, h2, h3, h4, h5, h6 { color: #1C1C1C; position: relative; } h1 > .toc-backref, h2 > .toc-backref, h3 > .toc-backref, h4 > .toc-backref, h5 > .toc-backref, h6 > .toc-backref { color: #1C1C1C; } h1 > .headerlink, h2 > .headerlink, h3 > .headerlink, h4 > .headerlink, h5 > .headerlink, h6 > .headerlink { position: absolute; left: -1.5rem; top: 0; opacity: 0.5; } h1 > .headerlink:hover, h2 > .headerlink:hover, h3 > .headerlink:hover, h4 > .headerlink:hover, h5 > .headerlink:hover, h6 > .headerlink:hover { background-color: transparent; opacity: 1; } dl > dt { font-weight: bold; } li dl.simple { font-weight: normal; } li dl.simple dt { font-weight: normal; } li dl.simple dd { margin-left: 0px; } div.admonition { margin-top: 0; padding: 10px 20px; background: rgba(0, 0, 0, 0.01); border: none; border-left: 4px solid grey; } div.admonition > p.admonition-title { font-weight: bold; font-family: "Mark", sans-serif; font-size: 1rem; } div.admonition.warning { background-color: #FFF2F2; border: none; border-left: 4px solid #E54253; } div.admonition.important { background-color: #FFF9E6; border: none; border-left: 4px solid #EDBC39; } div.admonition.note { background-color: #EDF9FF; border: none; border-left: 4px solid #2592EF; } dl { margin: 10px 0 10px 0; } dl.minio { margin: 10px 0 10px 0; } div.footer { width: auto; margin: 0px; } .align-default { text-align: left; } table.docutils { border: none; box-shadow: none; -webkit-box-shadow: none; -moz-box-shadow: none; } table.docutils > tbody tr th.stub { border: none; border-bottom: 1px solid #e6e6e6; color: #C72C48; font-size: .9rem; } table.docutils > thead tr th { border: none; border-bottom: 1px solid #e6e6e6; font-size: 1rem; color: #C72C48; font-size: .9rem; } table.docutils > tbody tr td { border: none; border-bottom: 1px solid #e6e6e6; } table.docutils > tbody tr td > p { font-size: .90rem; } .sphinx-tabs-tab { color: rgba(0, 0, 0, 0.5); background: none; border: none; padding: 0px 20px 10px 20px; } .sphinx-tabs-tab[aria-selected=true] { color: #C72C48; font-weight: bold; border-bottom: 0.15em solid #C72C48; pointer-events: none; } button.toggle-button { width: 1.25em; height: 1.25em; } button.toggle-button.toggle-button-hidden:before { left: -7em; } button.toggle-button > .bar { width: 14px; left: 13%; } .xref { color: #C72C48; } .content__main img { -webkit-box-shadow: 0px 0px 5px lightgray; box-shadow: 0px 0px 5px lightgray; } ul.simple li { margin: 0px 0px 10px 0px; } video { display: block; margin-left: auto; margin-right: auto; } .content { overflow-y: auto; overflow-x: hidden; -ms-flex-wrap: nowrap; flex-wrap: nowrap; height: calc(100vh - 5rem); } @media (min-width: 992px) { .content { display: -webkit-box; display: -ms-flexbox; display: flex; } } .content__main { -webkit-box-flex: 1; -ms-flex: 1; flex: 1; min-width: 0; background-color: #ffffff; -ms-flex-item-align: start; align-self: flex-start; padding: 1.75rem; } @media (min-width: 1200px) { .content__main { padding-left: 20.75rem; -webkit-transition: padding-left 300ms; transition: padding-left 300ms; will-change: padding-left; } } .sidebar-toggled .content__main { padding-left: 1.75rem; } @media (min-width: 992px) { .content__aside { -ms-flex-negative: 0; flex-shrink: 0; position: sticky; top: 0; -webkit-box-ordinal-group: 3; -ms-flex-order: 2; order: 2; } } .content__right { position: sticky; top: 0; overflow: scroll; } :root { --nav-text-color: #000000; --nav-item-border-color: #000000; --nav-item-arrow: url(../img/icons/nav-arrow.svg); --nav-toggle-hover-border-color: #000000; --nav-bg-gray: #f8f8f8; --header-bg: #ffffff; } .header { height: 5rem; background-color: #ffffff; display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-align: center; -ms-flex-align: center; align-items: center; -webkit-box-shadow: 0 0 0.75rem rgba(0, 0, 0, 0.1); box-shadow: 0 0 0.75rem rgba(0, 0, 0, 0.1); width: 100%; z-index: 10; -ms-flex-negative: 0; flex-shrink: 0; display: flex; align-items: center; padding: 0 1.25rem; } .logo { -ms-flex-negative: 0; flex-shrink: 0; display: -webkit-inline-box; display: -ms-inline-flexbox; display: inline-flex; margin-left: 0.75rem; } .logo > img { height: 1.05rem; -webkit-box-shadow: none; box-shadow: none; } .nav { z-index: 1; -webkit-transition: opacity 300ms, -webkit-transform 300ms; transition: opacity 300ms, -webkit-transform 300ms; transition: opacity 300ms, transform 300ms; transition: opacity 300ms, transform 300ms, -webkit-transform 300ms; margin-left: auto; font-size: 0.9375rem; } @media (min-width: 992px) { .nav { display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-align: center; -ms-flex-align: center; align-items: center; } } @media (max-width: 991px) { .nav { height: 100vh; width: 300px; position: fixed; right: 0; top: 0; -webkit-box-orient: vertical; -webkit-box-direction: normal; -ms-flex-direction: column; flex-direction: column; -webkit-transform: translate3d(300px, 0, 0); transform: translate3d(300px, 0, 0); opacity: 0; -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.1); box-shadow: 0 0 10px rgba(0, 0, 0, 0.1); overflow-y: auto; background-color: #ffffff; padding-top: 2.5rem; } } .nav > .toggle-icon { position: absolute; top: 0.7rem; right: 0.7rem; } @media (min-width: 992px) { .nav > .toggle-icon { display: none; } } @media (max-width: 991px) { .nav-toggled .nav { -webkit-transform: translate3d(0, 0, 0); transform: translate3d(0, 0, 0); opacity: 1; z-index: 100; } } .nav__item:hover .nav__dropdown, .nav__item:hover ~ .nav__dropdown--product { opacity: 1; pointer-events: auto; } .nav__item:hover .nav__link--dropdown > span:before { opacity: 0; } @media (min-width: 992px) { .nav__item .nav__link { margin-right: 0.75rem; background: var(--nav-item-arrow) no-repeat top 2.45rem right 0.25rem; } .nav__item .nav__link:after { opacity: 0; pointer-events: none; -webkit-box-sizing: border-box; box-sizing: border-box; left: 50%; margin-left: -3px; content: ""; width: 0; height: 0; border-style: solid; border-width: 0 6px 4px; border-color: transparent transparent #fff; position: absolute; bottom: 1rem; -webkit-transition: opacity 200ms; transition: opacity 200ms; z-index: 2; } .nav__item:hover .nav__link:after { opacity: 1; } } .nav__link { position: relative; } .nav__link, .nav__link:hover { color: var(--nav-text-color); } @media (min-width: 992px) { .nav__link { padding: 0 1.25rem; margin-left: 0.25rem; cursor: pointer; } .nav__link:not(.nav__link--download) { height: 5rem; display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-align: center; -ms-flex-align: center; align-items: center; } .nav__link > span { position: relative; } .nav__link > span:before { height: 1px; width: 100%; background-color: var(--nav-item-border-color); position: absolute; bottom: -8px; left: 0; content: ""; -webkit-transform: translateY(5px); transform: translateY(5px); opacity: 0; -webkit-transition: opacity 300ms, -webkit-transform 300ms; transition: opacity 300ms, -webkit-transform 300ms; transition: opacity 300ms, transform 300ms; transition: opacity 300ms, transform 300ms, -webkit-transform 300ms; } .nav__link:not(.nav__link--dropdown):hover > span:before { -webkit-transform: translateY(0); transform: translateY(0); opacity: 1; } } @media (max-width: 991px) { .nav__link { font-weight: 500; color: #000000; } .nav__link > span { display: block; padding: 0.5rem 1.5rem; } } .nav__link--active > span:before { opacity: 1; -webkit-transform: translateY(0); transform: translateY(0); } .nav__link--download { border: 1px solid #C72C48; -webkit-transition: background-color 300ms, color 300ms; transition: background-color 300ms, color 300ms; border-radius: 0.1875rem; padding: 0.5rem 1.25rem 0.6rem; } .nav__link--download:hover { background-color: #C72C48; color: #ffffff; } @media (max-width: 991px) { .nav__link--download { margin: 1.5rem; text-align: center; padding: 0.5rem 1rem; display: block; } } @media (min-width: 992px) { .nav__dropdown { width: 385px; -webkit-transform: translateX(calc(-50% + 3rem)); transform: translateX(calc(-50% + 3rem)); position: absolute; left: 0; top: 4rem; opacity: 0; -webkit-transition: opacity 200ms; transition: opacity 200ms; pointer-events: none; border-radius: 0.3125rem; overflow: hidden; -webkit-box-shadow: 0 0.0625rem 1.25rem rgba(0, 0, 0, 0.13); box-shadow: 0 0.0625rem 1.25rem rgba(0, 0, 0, 0.13); background-color: #ffffff; z-index: 1; } .nav__dropdown .nav__dropdown__inner { padding: 1.5rem; max-height: calc(100vh - 5rem); overflow-y: auto; border-radius: 0.3125rem; } } @media (max-width: 991px) { .nav__dropdown .nav__dropdown__inner { background-color: var(--nav-bg-gray); padding: 0.5rem 0.8rem; margin-bottom: 1rem; } } @media (min-width: 992px) { .nav__dropdown--product { width: calc(100% - 3.5rem); max-width: 1200px; -webkit-transform: translateX(0); transform: translateX(0); left: auto; right: 1.75rem; } .nav__dropdown--product:hover { opacity: 1; pointer-events: auto; } .nav__dropdown--product .nav__dropdown__inner { padding: 2.5rem 2.25rem; } } .nav__sub { padding: 0.6rem 0.75rem; font-weight: 500; color: #000000; border-radius: 0.1875rem; } @media (max-width: 991px) { .nav__sub { font-size: 0.85rem; font-weight: normal; } } .nav__sub, .nav__sub > small { display: block; } .nav__sub > small { color: #4b4b4b; font-weight: normal; font-size: 0.8rem; opacity: 0.75; margin-top: 0.25rem; } @media (max-width: 991px) { .nav__sub > small { display: none; } } .nav__sub:hover { background-color: var(--nav-bg-gray); color: #000000; } @media (min-width: 992px) { .nav__feature { display: -webkit-box; display: -ms-flexbox; display: flex; } } @media (min-width: 992px) { .nav__column { padding: 0 1rem; } .nav__column:not(:first-child) { -webkit-box-flex: 1; -ms-flex: 1; flex: 1; } .nav__column:first-child > .nav__sub { margin-top: 1rem; } } .nav__column__title { text-transform: uppercase; font-size: 0.6rem; padding-left: 0.75rem; margin-bottom: 0.5rem; line-height: 100%; } @media (max-width: 991px) { .nav__column__title { margin-top: 1rem; } } .nav__lead { display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-align: center; -ms-flex-align: center; align-items: center; } .nav__lead, .nav__lead:hover { color: #000000; } .nav__lead > img { width: 30px; -ms-flex-negative: 0; flex-shrink: 0; margin-right: 0.75rem; } @media (max-width: 991px) { .nav__lead > img { display: none; } } @media (min-width: 992px) { .nav__jump { padding-left: 2.6rem; margin-top: -0.2rem; } .nav__jump > a { font-weight: normal; display: block; font-size: 0.8rem; margin-top: 0.5rem; } .nav__jump > a, .nav__jump > a:hover { color: #000000; } .nav__jump > a:hover { text-decoration: underline; } } @media (max-width: 991px) { .nav__jump { display: none; } } .nav__seperator { border-left: 1px solid var(--nav-bg-gray); margin: 0 1rem; } @media (max-width: 991px) { .nav__seperator { display: none; } } .toggle-icon { width: 2.5rem; height: 2.5rem; cursor: pointer; border-radius: 0.1875rem; -webkit-transition: background-color 300ms; transition: background-color 300ms; -ms-flex-negative: 0; flex-shrink: 0; display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-align: center; -ms-flex-align: center; align-items: center; -webkit-box-pack: center; -ms-flex-pack: center; justify-content: center; flex-shrink: 0; background-repeat: no-repeat; background-position: center; } .toggle-icon:hover { background-color: rgba(199, 44, 72, 0.075); } [data-toggle="nav"] { margin-left: auto; } @media (min-width: 992px) { [data-toggle="nav"] { display: none; } } .sidebar { width: 19rem; position: fixed; left: 0; top: 0; background-color: #F9F9F9; -webkit-transition: opacity 400ms, -webkit-transform 300ms; transition: opacity 400ms, -webkit-transform 300ms; transition: opacity 400ms, transform 300ms; transition: opacity 400ms, transform 300ms, -webkit-transform 300ms; padding: 2.75rem 1.75rem 1rem 1.75rem; overflow-y: auto; height: 100%; z-index: 9; } @media (min-width: 1200px) { .sidebar { padding-top: 6.75rem; } } @media (max-width: 1199px) { .sidebar { -webkit-transform: translate3d(-100%, 0, 0); transform: translate3d(-100%, 0, 0); z-index: 11; } } .sidebar > .toggle-icon { position: absolute; top: 0.7rem; right: 0.15rem; } @media (min-width: 1200px) { .sidebar > .toggle-icon { display: none; } } @media (min-width: 1200px) { .sidebar-toggled .sidebar { -webkit-transform: translate3d(-100%, 0, 0); transform: translate3d(-100%, 0, 0); opacity: 0; pointer-events: none; } } @media (max-width: 1199px) { .sidebar-toggled .sidebar { -webkit-transform: translate3d(0, 0, 0); transform: translate3d(0, 0, 0); opacity: 1; pointer-events: all; -webkit-box-shadow: 0.25rem 0 0.75rem rgba(0, 0, 0, 0.1); box-shadow: 0.25rem 0 0.75rem rgba(0, 0, 0, 0.1); } } .sidebar__title { margin: -0.25rem 0 1.5rem; line-height: 100%; } .sidebar__title > a { line-height: 100%; color: #1C1C1C; font-size: 0.9rem; text-transform: uppercase; font-weight: 500; } .sidebar__title > a:hover { color: #1C1C1C; } .search { margin-bottom: 0.8rem; } .search__text { -webkit-appearance: none; -moz-appearance: none; appearance: none; border: 1px solid #F0F0F0; height: 2.65rem; background-color: #ffffff; color: #555555; font-size: 0.85rem; width: 100%; padding: 0 1rem 0.1rem 2.6rem; background: url(../img/icons/search.svg) no-repeat center left 1rem; background-color: #ffffff; border-radius: 0.1875rem; } .search__text:focus { border-color: #cacaca; } .docs { margin-right: -0.65rem; } .docs ul { list-style: none; padding: 0; margin: 0.5rem 0 0.5rem 0; font-size: .90rem; } .docs ul > li { margin: 0.5rem 0 0.5rem 0; } .docs ul > li > a, .docs ul > li > a > code { all: unset; } .docs ul > li > a:hover { border: 0; cursor: pointer; } .docs ul > li.active > a { color: #C72C48; font-weight: 500; } .docs ul > li.active-parent > a { color: #494949; font-weight: 500; } .docs ul > li > ul > li { margin: 0.5rem 0 0.5rem 0.5rem; font-size: 0.85rem; } #localtoc { font-size: 0.8rem; } #table-of-contents { background: none; border-style: none; padding: 1.75rem 1.75rem 1.15rem 1.75rem; margin: 0; } @media (min-width: 992px) { #table-of-contents { width: 13rem; } } #table-of-contents .topic-title { margin: 0; font-weight: 500; color: #000000; } #table-of-contents ul { list-style: none; margin: 10px 0px 10px 0px; } #table-of-contents ul > li { list-style: none; margin: 10px 0px 10px 0px; } #table-of-contents ul > li > p a.reference { text-decoration: none; border-bottom: none; color: #1C1C1C; } #table-of-contents ul > li > ul { margin: 10px 0px 10px 10px; } .toggle-icon--docs { background-image: url(../img/icons/docs.svg); } .toggle-icon--menu { background-image: url(../img/icons/menu.svg); } .toggle-icon--close { background-image: url(../img/icons/close-circle.svg); } .toggle-icon--toc { background-image: url(../img/icons/toc.svg); } .scrollbar { scrollbar-color: transparent transparent; scrollbar-width: thin; } .scrollbar:hover { scrollbar-color: #dddddd transparent; } .scrollbar:hover::-webkit-scrollbar-thumb { background-color: #dddddd; } .scrollbar::-webkit-scrollbar { width: 12px; } .scrollbar::-webkit-scrollbar-track { background-color: transparent; } .scrollbar::-webkit-scrollbar-thumb { background-color: transparent; border-radius: 1rem; border: 3px solid transparent; background-clip: content-box; } .scrollbar::-webkit-scrollbar-thumb:hover { background-color: #cecece; }
0.447943
0.112747
.widget-menu-horizontal { display: flex; flex: 1; margin-left: auto; margin-right: auto; background-color: var(--chrome-background); flex-direction: row; } .widget-menu-horizontal span { color: var(--chrome-color); padding-left: 0.3em; padding-right: 0.3em; padding-bottom: 0px; padding-top: 1px; text-align: left; flex: 0; cursor: default; user-select: none; } .widget-menu-horizontal span.mark { text-shadow: 2px 2px 8px green; } .widget-menu-horizontal span.selected { background-color: var(--chrome-highlight-background); color: var(--chrome-highlight-color); } .widget-menu-horizontal span[disabled="true"] { background-color: var(--chrome-background); color: var(--chrome-disabled-color); } .widget-menu-vertical { border-radius: 0px 0px 15px 15px; position: absolute; min-width: 167px; background-color: var(--chrome-background); border: 1px solid var(--chrome-border); z-index: 1000; overflow: hidden; } .widget-menu-vertical.menu-list { position: relative; overflow-y: auto; overflow-x: hidden; max-height: 10em; z-index: 0; border-radius: 0; border: none; } .widget-menu-vertical table { width: 100%; } .widget-menu-vertical.menu-list.bottom-up { border-radius: 0; } .widget-menu-vertical.bottom-up { border-radius: 15px 15px 0px 0px; } .widget-menu-vertical th, .widget-menu-vertical td { padding-left: 10px; padding-right: 30px; text-align: left; } .widget-menu-vertical th:after { display: inline-block; content: "\2191"; visibility: hidden; } .widget-menu-vertical th.asc:after { visibility: visible; } .widget-menu-vertical th.desc:after { content: "\2193"; visibility: visible; } .widget-menu-vertical input, .widget-menu-vertical li, .widget-menu-vertical tr, .widget-menu-vertical th, .widget-menu-vertical td, .widget-menu-vertical span { min-height: 1.5em; padding-left: 1em; padding-right: 1.5em; text-align: left; cursor: default; user-select: none; position: relative; } .widget-menu-vertical li, .widget-menu-vertical tr, .widget-menu-vertical th, .widget-menu-vertical td, .widget-menu-vertical span { border-top: 1px solid var(--chrome-background); border-bottom: 1px solid var(--chrome-background); } .widget-menu-vertical .widget-menu-vertical li:nth-child(2), .widget-menu-vertical tr:nth-child(2), .widget-menu-vertical th:nth-child(2), .widget-menu-vertical td:nth-child(2), .widget-menu-vertical span:nth-child(2) { border-top: none; } .widget-menu-vertical .widget-menu-vertical li:last-child, .widget-menu-vertical tr:last-child, .widget-menu-vertical th:last-child, .widget-menu-vertical td:last-child, .widget-menu-vertical span:last-child { border-bottom: none; } .widget-menu-vertical input, .widget-menu-vertical li, .widget-menu-vertical tr, .widget-menu-vertical th, .widget-menu-vertical span { background-color: var(--chrome-background); color: var(--chrome-color); } .widget-menu-vertical input::placeholder { color: var(--chrome-color); } .widget-menu-vertical span { display: block; } .widget-menu-vertical div.no-match { padding-left: 1em; background-color: var(--chrome-background); color: var(--chrome-color); } .widget-menu-vertical li:hover, .widget-menu-vertical tr:hover, .widget-menu-vertical span:hover { background-color: var(--chrome-highlight-background); color: var(--chrome-highlight-color); } .widget-menu-vertical li[disabled="true"], .widget-menu-vertical tr[disabled="true"], .widget-menu-vertical span[disabled="true"] { background-color: var(--chrome-background); color: var(--chrome-disabled-color); } .widget-menu-vertical li[disabled="true"].label, .widget-menu-vertical tr[disabled="true"].label, .widget-menu-vertical span[disabled="true"].label { background-color: var(--chrome-background); color: var(--chrome-color); } .widget-menu-vertical li[disabled="true"]:hover, .widget-menu-vertical tr[disabled="true"]:hover, .widget-menu-vertical span[disabled="true"]:hover { background-color: var(--chrome-background); color: var(--chrome-disabled-color); } .widget-menu-vertical li[disabled="true"].label:hover, .widget-menu-vertical tr[disabled="true"].label:hover, .widget-menu-vertical span[disabled="true"].label:hover { background-color: var(--chrome-background); color: var(--chrome-color); } .widget-menu-vertical li.checked:before, .widget-menu-vertical tr.checked td:first-child:before, .widget-menu-vertical span.checked:before { content: '\2713'; position: absolute; left: 0.1em; } .widget-menu-vertical input.mark:after, .widget-menu-vertical li.mark:after, .widget-menu-vertical tr.mark:after, .widget-menu-vertical span.mark:after { content: '\2022'; position: absolute; right: 0.3em; } [widget-menu-status]:after { content: attr(widget-menu-status); position: absolute; font-size: 0.75em; right: 0.3em; top: 0.35em; color: var(--chrome-disabled-color); } .widget-menu-vertical input.separator, .widget-menu-vertical li.separator, .widget-menu-vertical tr.separator, .widget-menu-vertical span.separator { border-top: 1px solid var(--border-color); } .widget-menu-vertical li.header, .widget-menu-vertical span.header { font-weight: bold; box-shadow: 0px -1px 0px 0px black; color: var(--chrome-color); background: linear-gradient(to right, var(--chrome-background), #5e6d9e); } .widget-menu-vertical li.header:hover, .widget-menu-vertical span.header:hover { color: var(--chrome-color); } .widget-menu-vertical li.label, .widget-menu-vertical tr.label, .widget-menu-vertical span.label { font-weight: bold; font-size: 0.75em; margin: 0px; } .widget-menu-vertical li.edit, .widget-menu-vertical tr.edit, .widget-menu-vertical span.edit, .widget-menu-vertical input.edit { margin-left: 8px; margin-right: 8px; margin-bottom: 8px; width: 92%; padding-left: 0.5em; padding-right: 0.5em; } .widget-menu-vertical li.has-menu:after, .widget-menu-vertical tr.has-menu td:first-child:after, .widget-menu-vertical span.has-menu:after { content: "\f0d7"; font-family: "Font Awesome 5 Free"; position: absolute; font-size: 0.75em; right: 0.3em; top: 0.35em; color: var(--color); } [widget-menu-status].has-menu:after { content: attr(widget-menu-status) "\00a0\00a0\f0d7" !important; position: absolute; font-size: 1em !important; right: 0.3em; top: 0.0em !important; color: var(--chrome-disabled-color); } .widget-menu-vertical li.selected, .widget-menu-vertical tr.selected td:first-child, .widget-menu-vertical span.selected { background-color: var(--chrome-highlight-background); color: var(--chrome-highlight-color); } .widget-menu-members input.separator, .widget-menu-members li.separator, .widget-menu-members tr.separator, .widget-menu-members span.separator { border-top: 1px solid var(--border-color); } .widget-menu-progress-bar { display: none; position: relative; left: 10%; width: 80%; height: 20px; border: 1px solid #2980b9; margin: 3px; border-radius: 3px; background-image: repeating-linear-gradient( -45deg, #2980b9, #2980b9 11px, #eee 10px, #eee 20px/* determines size */ ); background-size: 28px 28px; animation: widget-menu-progress-move .5s linear infinite; } @keyframes widget-menu-progress-move { 0% { background-position: 0 0; } 100% { background-position: 28px 0; } } .widget-menu-vertical input.upload { color: transparent; background-color: transparent; position: absolute; left: 0; width: 100%; height: 100%; top: 0; opacity: 0; z-index: 100; appearance: none; }
packages/code/widget/widget_menu.css
.widget-menu-horizontal { display: flex; flex: 1; margin-left: auto; margin-right: auto; background-color: var(--chrome-background); flex-direction: row; } .widget-menu-horizontal span { color: var(--chrome-color); padding-left: 0.3em; padding-right: 0.3em; padding-bottom: 0px; padding-top: 1px; text-align: left; flex: 0; cursor: default; user-select: none; } .widget-menu-horizontal span.mark { text-shadow: 2px 2px 8px green; } .widget-menu-horizontal span.selected { background-color: var(--chrome-highlight-background); color: var(--chrome-highlight-color); } .widget-menu-horizontal span[disabled="true"] { background-color: var(--chrome-background); color: var(--chrome-disabled-color); } .widget-menu-vertical { border-radius: 0px 0px 15px 15px; position: absolute; min-width: 167px; background-color: var(--chrome-background); border: 1px solid var(--chrome-border); z-index: 1000; overflow: hidden; } .widget-menu-vertical.menu-list { position: relative; overflow-y: auto; overflow-x: hidden; max-height: 10em; z-index: 0; border-radius: 0; border: none; } .widget-menu-vertical table { width: 100%; } .widget-menu-vertical.menu-list.bottom-up { border-radius: 0; } .widget-menu-vertical.bottom-up { border-radius: 15px 15px 0px 0px; } .widget-menu-vertical th, .widget-menu-vertical td { padding-left: 10px; padding-right: 30px; text-align: left; } .widget-menu-vertical th:after { display: inline-block; content: "\2191"; visibility: hidden; } .widget-menu-vertical th.asc:after { visibility: visible; } .widget-menu-vertical th.desc:after { content: "\2193"; visibility: visible; } .widget-menu-vertical input, .widget-menu-vertical li, .widget-menu-vertical tr, .widget-menu-vertical th, .widget-menu-vertical td, .widget-menu-vertical span { min-height: 1.5em; padding-left: 1em; padding-right: 1.5em; text-align: left; cursor: default; user-select: none; position: relative; } .widget-menu-vertical li, .widget-menu-vertical tr, .widget-menu-vertical th, .widget-menu-vertical td, .widget-menu-vertical span { border-top: 1px solid var(--chrome-background); border-bottom: 1px solid var(--chrome-background); } .widget-menu-vertical .widget-menu-vertical li:nth-child(2), .widget-menu-vertical tr:nth-child(2), .widget-menu-vertical th:nth-child(2), .widget-menu-vertical td:nth-child(2), .widget-menu-vertical span:nth-child(2) { border-top: none; } .widget-menu-vertical .widget-menu-vertical li:last-child, .widget-menu-vertical tr:last-child, .widget-menu-vertical th:last-child, .widget-menu-vertical td:last-child, .widget-menu-vertical span:last-child { border-bottom: none; } .widget-menu-vertical input, .widget-menu-vertical li, .widget-menu-vertical tr, .widget-menu-vertical th, .widget-menu-vertical span { background-color: var(--chrome-background); color: var(--chrome-color); } .widget-menu-vertical input::placeholder { color: var(--chrome-color); } .widget-menu-vertical span { display: block; } .widget-menu-vertical div.no-match { padding-left: 1em; background-color: var(--chrome-background); color: var(--chrome-color); } .widget-menu-vertical li:hover, .widget-menu-vertical tr:hover, .widget-menu-vertical span:hover { background-color: var(--chrome-highlight-background); color: var(--chrome-highlight-color); } .widget-menu-vertical li[disabled="true"], .widget-menu-vertical tr[disabled="true"], .widget-menu-vertical span[disabled="true"] { background-color: var(--chrome-background); color: var(--chrome-disabled-color); } .widget-menu-vertical li[disabled="true"].label, .widget-menu-vertical tr[disabled="true"].label, .widget-menu-vertical span[disabled="true"].label { background-color: var(--chrome-background); color: var(--chrome-color); } .widget-menu-vertical li[disabled="true"]:hover, .widget-menu-vertical tr[disabled="true"]:hover, .widget-menu-vertical span[disabled="true"]:hover { background-color: var(--chrome-background); color: var(--chrome-disabled-color); } .widget-menu-vertical li[disabled="true"].label:hover, .widget-menu-vertical tr[disabled="true"].label:hover, .widget-menu-vertical span[disabled="true"].label:hover { background-color: var(--chrome-background); color: var(--chrome-color); } .widget-menu-vertical li.checked:before, .widget-menu-vertical tr.checked td:first-child:before, .widget-menu-vertical span.checked:before { content: '\2713'; position: absolute; left: 0.1em; } .widget-menu-vertical input.mark:after, .widget-menu-vertical li.mark:after, .widget-menu-vertical tr.mark:after, .widget-menu-vertical span.mark:after { content: '\2022'; position: absolute; right: 0.3em; } [widget-menu-status]:after { content: attr(widget-menu-status); position: absolute; font-size: 0.75em; right: 0.3em; top: 0.35em; color: var(--chrome-disabled-color); } .widget-menu-vertical input.separator, .widget-menu-vertical li.separator, .widget-menu-vertical tr.separator, .widget-menu-vertical span.separator { border-top: 1px solid var(--border-color); } .widget-menu-vertical li.header, .widget-menu-vertical span.header { font-weight: bold; box-shadow: 0px -1px 0px 0px black; color: var(--chrome-color); background: linear-gradient(to right, var(--chrome-background), #5e6d9e); } .widget-menu-vertical li.header:hover, .widget-menu-vertical span.header:hover { color: var(--chrome-color); } .widget-menu-vertical li.label, .widget-menu-vertical tr.label, .widget-menu-vertical span.label { font-weight: bold; font-size: 0.75em; margin: 0px; } .widget-menu-vertical li.edit, .widget-menu-vertical tr.edit, .widget-menu-vertical span.edit, .widget-menu-vertical input.edit { margin-left: 8px; margin-right: 8px; margin-bottom: 8px; width: 92%; padding-left: 0.5em; padding-right: 0.5em; } .widget-menu-vertical li.has-menu:after, .widget-menu-vertical tr.has-menu td:first-child:after, .widget-menu-vertical span.has-menu:after { content: "\f0d7"; font-family: "Font Awesome 5 Free"; position: absolute; font-size: 0.75em; right: 0.3em; top: 0.35em; color: var(--color); } [widget-menu-status].has-menu:after { content: attr(widget-menu-status) "\00a0\00a0\f0d7" !important; position: absolute; font-size: 1em !important; right: 0.3em; top: 0.0em !important; color: var(--chrome-disabled-color); } .widget-menu-vertical li.selected, .widget-menu-vertical tr.selected td:first-child, .widget-menu-vertical span.selected { background-color: var(--chrome-highlight-background); color: var(--chrome-highlight-color); } .widget-menu-members input.separator, .widget-menu-members li.separator, .widget-menu-members tr.separator, .widget-menu-members span.separator { border-top: 1px solid var(--border-color); } .widget-menu-progress-bar { display: none; position: relative; left: 10%; width: 80%; height: 20px; border: 1px solid #2980b9; margin: 3px; border-radius: 3px; background-image: repeating-linear-gradient( -45deg, #2980b9, #2980b9 11px, #eee 10px, #eee 20px/* determines size */ ); background-size: 28px 28px; animation: widget-menu-progress-move .5s linear infinite; } @keyframes widget-menu-progress-move { 0% { background-position: 0 0; } 100% { background-position: 28px 0; } } .widget-menu-vertical input.upload { color: transparent; background-color: transparent; position: absolute; left: 0; width: 100%; height: 100%; top: 0; opacity: 0; z-index: 100; appearance: none; }
0.503174
0.069258
*::before, *::after { box-sizing: border-box; font-family: Cambria, Cochin, Georgia, Times, 'Times New Roman', serif; } body { background-color: lightyellow; } #intro { text-align: center; margin-top: 40px; background-color: lightskyblue; padding: 10px; } #question { font-size: xx-large; } #startbtn { color: white; background-color: blue; padding: 10px; border-radius: 20px; padding-top: 2px; padding-bottom: 2px; } #finishbtn { color: white; background-color: blue; padding: 10px; border-radius: 20px; padding-top: 2px; padding-bottom: 2px; } #seeScore { color: white; background-color: blue; padding: 10px; border-radius: 20px; padding-top: 2px; padding-bottom: 2px; } #restart { color: white; background-color: blue; padding: 10px; border-radius: 20px; padding-top: 2px; padding-bottom: 2px; } #nextbtn { color: white; background-color: blue; padding: 10px; border-radius: 20px; padding-top: 2px; padding-bottom: 2px; } #Question-Section { text-align: center; } #Answer-Section { text-align: center; padding: 30px; background-color: gold; } #Answer-Section button { display: inline-block; justify-content: center; } .button { height: 40px; width: 200px; background-color: lightblue; } .button2:hover { background-color: rgb(99, 99, 255); } #Score-Container { margin-left: 33%; margin-right: 33%; background-color: gold; border-radius: 60px; } .Score-description { margin-left: 60px; } #Score { text-align: center; font-size: 50px; font-weight: bolder; } .Controls { display: block; justify-content: center; align-items: center; margin-left: 33%; margin-right: 33%; } .Controls button { justify-content: center; align-items: center; width: 100% } #leaderboard-container { margin-left: 20%; margin-right: 20%; padding: 30px; } #leaderboard { display: flex; } input { height: 50px; width: 100%; padding: 8px; } #leaderboardUsers { list-style-type: none; padding: 0; background-color: white; } .Scorelist { height: 50px; margin-top: 5px; margin-bottom: 5px; padding: 5px; background-color: white; color: black; font-size: 1.5em; line-height: 1.5; } #time-out { margin-right: 33%; margin-left: 33%; } .time-out-message { width: 100%; text-align: center; } li button { float: right; border: none; height: 40px; cursor: pointer; background-color: blue; color: white; font-size: 1em; border-radius: 30px; } .hide { display: none; }
Assets/style.css
*::before, *::after { box-sizing: border-box; font-family: Cambria, Cochin, Georgia, Times, 'Times New Roman', serif; } body { background-color: lightyellow; } #intro { text-align: center; margin-top: 40px; background-color: lightskyblue; padding: 10px; } #question { font-size: xx-large; } #startbtn { color: white; background-color: blue; padding: 10px; border-radius: 20px; padding-top: 2px; padding-bottom: 2px; } #finishbtn { color: white; background-color: blue; padding: 10px; border-radius: 20px; padding-top: 2px; padding-bottom: 2px; } #seeScore { color: white; background-color: blue; padding: 10px; border-radius: 20px; padding-top: 2px; padding-bottom: 2px; } #restart { color: white; background-color: blue; padding: 10px; border-radius: 20px; padding-top: 2px; padding-bottom: 2px; } #nextbtn { color: white; background-color: blue; padding: 10px; border-radius: 20px; padding-top: 2px; padding-bottom: 2px; } #Question-Section { text-align: center; } #Answer-Section { text-align: center; padding: 30px; background-color: gold; } #Answer-Section button { display: inline-block; justify-content: center; } .button { height: 40px; width: 200px; background-color: lightblue; } .button2:hover { background-color: rgb(99, 99, 255); } #Score-Container { margin-left: 33%; margin-right: 33%; background-color: gold; border-radius: 60px; } .Score-description { margin-left: 60px; } #Score { text-align: center; font-size: 50px; font-weight: bolder; } .Controls { display: block; justify-content: center; align-items: center; margin-left: 33%; margin-right: 33%; } .Controls button { justify-content: center; align-items: center; width: 100% } #leaderboard-container { margin-left: 20%; margin-right: 20%; padding: 30px; } #leaderboard { display: flex; } input { height: 50px; width: 100%; padding: 8px; } #leaderboardUsers { list-style-type: none; padding: 0; background-color: white; } .Scorelist { height: 50px; margin-top: 5px; margin-bottom: 5px; padding: 5px; background-color: white; color: black; font-size: 1.5em; line-height: 1.5; } #time-out { margin-right: 33%; margin-left: 33%; } .time-out-message { width: 100%; text-align: center; } li button { float: right; border: none; height: 40px; cursor: pointer; background-color: blue; color: white; font-size: 1em; border-radius: 30px; } .hide { display: none; }
0.476336
0.119742
.bg-contact { width: 100%; background-image: linear-gradient(-40deg, rgba(255, 78, 80, 1), rgba(249, 212, 35, 1)); background-repeat: no-repeat; background-position: center center; background-size: cover; } .container-contact { width: 100%; min-height: 110vh; display: -webkit-box; display: -webkit-flex; display: -moz-box; display: -ms-flexbox; display: flex; flex-wrap: wrap; justify-content: center; align-items: top; padding-top: 40px; background: rgb(225, 232, 233, 0.2) } .wrap-contact { width: 40%; height: 100%; background: #fff; border-radius: 10px; overflow: hidden; display: -webkit-box; display: -webkit-flex; display: -moz-box; display: -ms-flexbox; display: flex; flex-direction: column; flex-wrap: wrap; align-items: center; padding: 110px 130px 157px 148px; } .contact-form { width: 100%; height: 70%; } .contact-form-title { display: block; font-family: Montserrat-ExtraBold; font-size: 44px; color: #333333; line-height: 1.2; text-align: left; padding-bottom: 36px; } input.input { height: 50px; padding: 0 30px 0 30px; outline: none; border: none; } textarea.input { min-height: 150px; padding: 14px 30px; } /*---------------------------------------------*/ .wrap-input { position: relative; width: 100%; display: block; width: 100%; background: transparent; font-family: Poppins-Regular; font-size: 22px; color: #555555; line-height: 1.2; padding: 0 2px; outline: none; border-top: none; border-left: none; border-right: none; z-index: 1; margin-bottom: 50px; } label { font-family: Poppins-SemiBold; font-size: 18px; color: #999999; line-height: 1.2; padding-left: 2px; } .input { display: block; width: 100%; background: #fff; font-family: Montserrat-Bold; font-size: 15px; line-height: 1.5; color: #000; } /*------------------------------------------------------------------ [ Button ]*/ .container-contact-form-btn { width: 100%; display: -webkit-box; display: -webkit-flex; display: -moz-box; display: -ms-flexbox; display: flex; flex-wrap: wrap; justify-content: center; padding-top: 20px; } .contact-form-btn { width: 100%; height: 50px; border-radius: 15px; border-color: orange; background: rgba(255, 78, 80, 1); font-family: Montserrat-Bold; font-size: 15px; line-height: 1.5; color: #fff; display: -webkit-box; display: -webkit-flex; display: -moz-box; display: -ms-flexbox; display: flex; justify-content: center; align-items: center; padding: 0 25px; -webkit-transition: all 0.4s; -o-transition: all 0.4s; -moz-transition: all 0.4s; transition: all 0.4s; } .contact-form-btn:hover, .contact-form-btn:active, .contact-form-btn:focus { background: rgb(231, 48, 51); outline: none; border-color: transparent; }
social-wall/src/ContactPage/ContactPage.css
.bg-contact { width: 100%; background-image: linear-gradient(-40deg, rgba(255, 78, 80, 1), rgba(249, 212, 35, 1)); background-repeat: no-repeat; background-position: center center; background-size: cover; } .container-contact { width: 100%; min-height: 110vh; display: -webkit-box; display: -webkit-flex; display: -moz-box; display: -ms-flexbox; display: flex; flex-wrap: wrap; justify-content: center; align-items: top; padding-top: 40px; background: rgb(225, 232, 233, 0.2) } .wrap-contact { width: 40%; height: 100%; background: #fff; border-radius: 10px; overflow: hidden; display: -webkit-box; display: -webkit-flex; display: -moz-box; display: -ms-flexbox; display: flex; flex-direction: column; flex-wrap: wrap; align-items: center; padding: 110px 130px 157px 148px; } .contact-form { width: 100%; height: 70%; } .contact-form-title { display: block; font-family: Montserrat-ExtraBold; font-size: 44px; color: #333333; line-height: 1.2; text-align: left; padding-bottom: 36px; } input.input { height: 50px; padding: 0 30px 0 30px; outline: none; border: none; } textarea.input { min-height: 150px; padding: 14px 30px; } /*---------------------------------------------*/ .wrap-input { position: relative; width: 100%; display: block; width: 100%; background: transparent; font-family: Poppins-Regular; font-size: 22px; color: #555555; line-height: 1.2; padding: 0 2px; outline: none; border-top: none; border-left: none; border-right: none; z-index: 1; margin-bottom: 50px; } label { font-family: Poppins-SemiBold; font-size: 18px; color: #999999; line-height: 1.2; padding-left: 2px; } .input { display: block; width: 100%; background: #fff; font-family: Montserrat-Bold; font-size: 15px; line-height: 1.5; color: #000; } /*------------------------------------------------------------------ [ Button ]*/ .container-contact-form-btn { width: 100%; display: -webkit-box; display: -webkit-flex; display: -moz-box; display: -ms-flexbox; display: flex; flex-wrap: wrap; justify-content: center; padding-top: 20px; } .contact-form-btn { width: 100%; height: 50px; border-radius: 15px; border-color: orange; background: rgba(255, 78, 80, 1); font-family: Montserrat-Bold; font-size: 15px; line-height: 1.5; color: #fff; display: -webkit-box; display: -webkit-flex; display: -moz-box; display: -ms-flexbox; display: flex; justify-content: center; align-items: center; padding: 0 25px; -webkit-transition: all 0.4s; -o-transition: all 0.4s; -moz-transition: all 0.4s; transition: all 0.4s; } .contact-form-btn:hover, .contact-form-btn:active, .contact-form-btn:focus { background: rgb(231, 48, 51); outline: none; border-color: transparent; }
0.411702
0.054149
.timeline { position: relative; margin: 50px auto; padding: 40px 0; width: 1000px; -webkit-box-sizing: border-box; box-sizing: border-box; font-family: "Montserrat", sans-serif; } .section-title { text-align: center; font-weight: bold; font-size: 5em; color: #fff; } .timeline:before { content: ""; position: absolute; left: 50%; width: 2px; height: 100%; background: #c5c5c5; } .timeline ul { padding: 0; margin: 0; } .timeline ul li { list-style: none; position: relative; width: 50%; padding: 20px 40px; -webkit-box-sizing: border-box; box-sizing: border-box; } .timeline ul li:nth-child(odd) { float: left; text-align: right; clear: both; } .timeline ul li:nth-child(even) { float: right; text-align: left; clear: both; } .content { padding-bottom: 20px; } .timeline ul li .content .content-list { margin: 1rem 0; } .timeline ul li .content .content-list div { margin: 1rem 0; color: #fff; } .timeline ul li:nth-child(odd):before { content: ""; position: absolute; width: 10px; height: 10px; top: 24px; right: -6px; background: #1c184c; border-radius: 50%; -webkit-box-shadow: 0 0 0 3px rgba(56, 36, 205, 0.3); box-shadow: 0 0 0 3px rgba(56, 36, 205, 0.3); } .timeline ul li:nth-child(even):before { content: ""; position: absolute; width: 10px; height: 10px; top: 24px; left: -4px; background: #1c184c; border-radius: 50%; -webkit-box-shadow: 0 0 0 3px rgba(56, 36, 205, 0.3); box-shadow: 0 0 0 3px rgba(56, 36, 205, 0.3); } .timeline ul li h3 { margin: 0; padding: 8px 16px; text-align: center; background: #1c184c; color: #fff; border-radius: 18px; -webkit-box-shadow: 0 0 0 3px rgba(56, 36, 205, 0.3); box-shadow: 0 0 0 3px rgba(56, 36, 205, 0.3); } .timeline ul li p { margin: 10px 0 0; padding: 0; } .timeline ul li .time h4 { margin: 0; padding: 0; font-size: 14px; } .timeline ul li:nth-child(odd) .time { position: absolute; top: 12px; right: -165px; margin: 0; padding: 8px 16px; background: #1c184c; color: #fff; border-radius: 18px; -webkit-box-shadow: 0 0 0 3px rgba(56, 36, 205, 0.3); box-shadow: 0 0 0 3px rgba(56, 36, 205, 0.3); } .timeline ul li:nth-child(even) .time { position: absolute; top: 12px; left: -165px; margin: 0; padding: 8px 16px; background: #1c184c; color: #fff; border-radius: 18px; -webkit-box-shadow: 0 0 0 3px rgba(56, 36, 205, 0.3); box-shadow: 0 0 0 3px rgba(56, 36, 205, 0.3); } @media (max-width: 1000px) { .timeline { width: 100%; } } @media (max-width: 767px) { .timeline { width: 100%; padding-bottom: 0; } h1 { font-size: 40px; text-align: center; } .timeline:before { left: 20px; height: 100%; } .timeline ul li:nth-child(odd), .timeline ul li:nth-child(even) { width: 100%; text-align: left; padding-left: 50px; padding-bottom: 50px; } .timeline ul li:nth-child(odd):before, .timeline ul li:nth-child(even):before { top: -18px; left: 16px; } .timeline ul li:nth-child(odd) .time, .timeline ul li:nth-child(even) .time { top: -30px; left: 50px; right: inherit; } } /*# sourceMappingURL=roadmap.css.map */
client/src/components/Timeline.css
.timeline { position: relative; margin: 50px auto; padding: 40px 0; width: 1000px; -webkit-box-sizing: border-box; box-sizing: border-box; font-family: "Montserrat", sans-serif; } .section-title { text-align: center; font-weight: bold; font-size: 5em; color: #fff; } .timeline:before { content: ""; position: absolute; left: 50%; width: 2px; height: 100%; background: #c5c5c5; } .timeline ul { padding: 0; margin: 0; } .timeline ul li { list-style: none; position: relative; width: 50%; padding: 20px 40px; -webkit-box-sizing: border-box; box-sizing: border-box; } .timeline ul li:nth-child(odd) { float: left; text-align: right; clear: both; } .timeline ul li:nth-child(even) { float: right; text-align: left; clear: both; } .content { padding-bottom: 20px; } .timeline ul li .content .content-list { margin: 1rem 0; } .timeline ul li .content .content-list div { margin: 1rem 0; color: #fff; } .timeline ul li:nth-child(odd):before { content: ""; position: absolute; width: 10px; height: 10px; top: 24px; right: -6px; background: #1c184c; border-radius: 50%; -webkit-box-shadow: 0 0 0 3px rgba(56, 36, 205, 0.3); box-shadow: 0 0 0 3px rgba(56, 36, 205, 0.3); } .timeline ul li:nth-child(even):before { content: ""; position: absolute; width: 10px; height: 10px; top: 24px; left: -4px; background: #1c184c; border-radius: 50%; -webkit-box-shadow: 0 0 0 3px rgba(56, 36, 205, 0.3); box-shadow: 0 0 0 3px rgba(56, 36, 205, 0.3); } .timeline ul li h3 { margin: 0; padding: 8px 16px; text-align: center; background: #1c184c; color: #fff; border-radius: 18px; -webkit-box-shadow: 0 0 0 3px rgba(56, 36, 205, 0.3); box-shadow: 0 0 0 3px rgba(56, 36, 205, 0.3); } .timeline ul li p { margin: 10px 0 0; padding: 0; } .timeline ul li .time h4 { margin: 0; padding: 0; font-size: 14px; } .timeline ul li:nth-child(odd) .time { position: absolute; top: 12px; right: -165px; margin: 0; padding: 8px 16px; background: #1c184c; color: #fff; border-radius: 18px; -webkit-box-shadow: 0 0 0 3px rgba(56, 36, 205, 0.3); box-shadow: 0 0 0 3px rgba(56, 36, 205, 0.3); } .timeline ul li:nth-child(even) .time { position: absolute; top: 12px; left: -165px; margin: 0; padding: 8px 16px; background: #1c184c; color: #fff; border-radius: 18px; -webkit-box-shadow: 0 0 0 3px rgba(56, 36, 205, 0.3); box-shadow: 0 0 0 3px rgba(56, 36, 205, 0.3); } @media (max-width: 1000px) { .timeline { width: 100%; } } @media (max-width: 767px) { .timeline { width: 100%; padding-bottom: 0; } h1 { font-size: 40px; text-align: center; } .timeline:before { left: 20px; height: 100%; } .timeline ul li:nth-child(odd), .timeline ul li:nth-child(even) { width: 100%; text-align: left; padding-left: 50px; padding-bottom: 50px; } .timeline ul li:nth-child(odd):before, .timeline ul li:nth-child(even):before { top: -18px; left: 16px; } .timeline ul li:nth-child(odd) .time, .timeline ul li:nth-child(even) .time { top: -30px; left: 50px; right: inherit; } } /*# sourceMappingURL=roadmap.css.map */
0.353875
0.089455
.prm-primary-bg, prm-spinner.overlay-cover.light-on-dark:after, prm-search-bar { color: var(--color-secondary-background-dark, #333333); background-color: var(--color-button-background-dark, #53738C); /*Why?*/ } .prm-primary-bg.prm-hue1, prm-spinner.prm-hue1.overlay-cover.light-on-dark:after, prm-topbar .top-nav-bar, prm-search-bar.prm-hue1 { background-color: var(--color-primary-background-dark, #000000); } prm-topbar .md-button:not(.md-icon-button) { border-radius: 0; color: var(--color-primary-text, #f1f1f0); } prm-topbar .md-button:not(.md-icon-button):hover { border-radius: 0; color: var(--color-primary-text-light, #ffffff) !important; background-color: var(--color-secondary-background-dark, #333333) !important; } /* - topbar > User Area - */ /* User name or Guest */ prm-user-area .user-menu-button .user-name { color: #f7eda3; } /* Header Toolbar Open */ prm-user-area md-fab-toolbar.md-is-open { z-index: 0; transition: z-index 0s .1s linear, opacity 0s 0s ease; } prm-user-area md-fab-toolbar.md-is-open md-toolbar { width: auto; overflow: auto; } prm-user-area md-fab-toolbar.md-is-open md-fab-trigger .md-fab-toolbar-background, prm-user-area md-fab-toolbar.md-is-open md-fab-trigger ._md-fab-toolbar-background { background-color: #000000 !important; transition-duration: .2s; } prm-user-area md-fab-toolbar.md-is-open .md-fab-action-item { transition-timing-function: cubic-bezier(0.25, 0.8, 0.25, 1); } /* - topbar > Logo - */ /* width to prevent nav links from being blocked */ prm-topbar prm-logo { z-index: 10; height: 100%; max-width: 240px; } /* prevent covering My Account pin for small widths */ @media screen and (max-width:374px) { prm-logo .logo-image, prm-logo img { z-index: 10; height: 100%; max-width: 195px; } } .prm-links.prm-alt-link.prm-hue1, prm-main-menu[menu-type="full"] md-card .md-headline, .md-button.arrow-link-button .prm-alt-link.prm-hue1[link-arrow], md-grid-tile .tile-header .header-link .prm-alt-link.prm-hue1.arrow-icon, .tiles-grid-tile .tile-header .header-link .prm-alt-link.prm-hue1.arrow-icon, md-grid-tile .tile-header .prm-alt-link.prm-hue1.header-link:hover, .tiles-grid-tile .tile-header .prm-alt-link.prm-hue1.header-link:hover, md-grid-tile .tile-header .prm-alt-link.prm-hue1.md-button, .tiles-grid-tile .tile-header .prm-alt-link.prm-hue1.md-button { color: #3398BB; } /* Hide Language menu from Header, leave in My Account */ prm-change-lang { display: none; } span.user-language { display: none !important; } prm-icon[icon-definition="earth"] {display: none;} md-divider.vertical-divider.hide-xs.md-primoExplore-theme {display: none;} /* 2018-08 SP: Continue hiding language in new Sign In menu */ md-menu-item.my-languages-ctm { display: none; } /* - topbar > main menu - */ /* Main menu: header links */ prm-main-menu[menu-type="menu"] .md-button { padding: 0 0.75em; max-width: 12em; font-size: 0.8em; } /* Main menu: overlay screen */ md-dialog.light-on-dark-dialog { background-color: rgba(0, 0, 0, 0.5); border: 1px solid white; border-radius: 3px; color: white; } /* inline main menu links in OpenURL services */ prm-topbar .isDeposit, prm-topbar .isServicePage, prm-topbar .isSummonOverAlma { display: inline; } /* Hide the redundant main menu links code text */ prm-main-menu[menu-type=full] md-card-title md-card-title-text:only-child .md-subhead, .md-subhead[translate*="nui.mainmenu.description"] { display: none; } /* style main menu links on mobile */ prm-main-menu[menu-type=full] .md-button .md-headline, prm-main-menu[menu-type=full] .overlay-menu-item .md-headline { font-weight: 400; color: #3398BB; } /* - top bar > Sign In/My Account - */ /* style sign-in button as an accent */ .bar prm-authentication .md-button { color: var(--color-button-background-accent, #22647B); } /* my account hide user expiration date and patron group */ span[ng-if="cur.expiryDate"], span[ng-if="cur.patronGroup"] { display: none; } /* - secondary (search) bar - */ .prm-primary-bg, prm-spinner.overlay-cover.light-on-dark:after, prm-search-bar { color: black; background-color: var(--color-secondary-background-dark, #333333); } .prm-primary-bg.prm-hue2, prm-spinner.prm-hue2.overlay-cover.light-on-dark:after, prm-search-bar.prm-hue2, .prm-primary-bg.prm-hue3, prm-spinner.prm-hue3.overlay-cover.light-on-dark:after, prm-search-bar.prm-hue3, md-backdrop.md-opaque { background-color: var(--color-secondary-background-dark, #333333); } /* - secondary bar > Announcement Banner - */ /* set css variables for the padding amounts needed to giv 'bulib-announce' banner room if/when it appears */ prm-search-bar-after div.announce-banner { position: absolute; bottom: 0; left: 0; } prm-search-bar { --primo-announce-padding: 60px; --primo-announce-padding-small: 68.5px; } /* note: not a '.announce-banner' note, but references a similar thing */ .alert-bar { height: 40px !important; min-height: 40px !important; } /* hide RefWorks from My Library Account dropdown */ md-menu-item.my-refworks-ctm, md-menu-divider.my-refworks-separator-ctm { display: none; }
custom/CENTRAL_PACKAGE/css/header.css
.prm-primary-bg, prm-spinner.overlay-cover.light-on-dark:after, prm-search-bar { color: var(--color-secondary-background-dark, #333333); background-color: var(--color-button-background-dark, #53738C); /*Why?*/ } .prm-primary-bg.prm-hue1, prm-spinner.prm-hue1.overlay-cover.light-on-dark:after, prm-topbar .top-nav-bar, prm-search-bar.prm-hue1 { background-color: var(--color-primary-background-dark, #000000); } prm-topbar .md-button:not(.md-icon-button) { border-radius: 0; color: var(--color-primary-text, #f1f1f0); } prm-topbar .md-button:not(.md-icon-button):hover { border-radius: 0; color: var(--color-primary-text-light, #ffffff) !important; background-color: var(--color-secondary-background-dark, #333333) !important; } /* - topbar > User Area - */ /* User name or Guest */ prm-user-area .user-menu-button .user-name { color: #f7eda3; } /* Header Toolbar Open */ prm-user-area md-fab-toolbar.md-is-open { z-index: 0; transition: z-index 0s .1s linear, opacity 0s 0s ease; } prm-user-area md-fab-toolbar.md-is-open md-toolbar { width: auto; overflow: auto; } prm-user-area md-fab-toolbar.md-is-open md-fab-trigger .md-fab-toolbar-background, prm-user-area md-fab-toolbar.md-is-open md-fab-trigger ._md-fab-toolbar-background { background-color: #000000 !important; transition-duration: .2s; } prm-user-area md-fab-toolbar.md-is-open .md-fab-action-item { transition-timing-function: cubic-bezier(0.25, 0.8, 0.25, 1); } /* - topbar > Logo - */ /* width to prevent nav links from being blocked */ prm-topbar prm-logo { z-index: 10; height: 100%; max-width: 240px; } /* prevent covering My Account pin for small widths */ @media screen and (max-width:374px) { prm-logo .logo-image, prm-logo img { z-index: 10; height: 100%; max-width: 195px; } } .prm-links.prm-alt-link.prm-hue1, prm-main-menu[menu-type="full"] md-card .md-headline, .md-button.arrow-link-button .prm-alt-link.prm-hue1[link-arrow], md-grid-tile .tile-header .header-link .prm-alt-link.prm-hue1.arrow-icon, .tiles-grid-tile .tile-header .header-link .prm-alt-link.prm-hue1.arrow-icon, md-grid-tile .tile-header .prm-alt-link.prm-hue1.header-link:hover, .tiles-grid-tile .tile-header .prm-alt-link.prm-hue1.header-link:hover, md-grid-tile .tile-header .prm-alt-link.prm-hue1.md-button, .tiles-grid-tile .tile-header .prm-alt-link.prm-hue1.md-button { color: #3398BB; } /* Hide Language menu from Header, leave in My Account */ prm-change-lang { display: none; } span.user-language { display: none !important; } prm-icon[icon-definition="earth"] {display: none;} md-divider.vertical-divider.hide-xs.md-primoExplore-theme {display: none;} /* 2018-08 SP: Continue hiding language in new Sign In menu */ md-menu-item.my-languages-ctm { display: none; } /* - topbar > main menu - */ /* Main menu: header links */ prm-main-menu[menu-type="menu"] .md-button { padding: 0 0.75em; max-width: 12em; font-size: 0.8em; } /* Main menu: overlay screen */ md-dialog.light-on-dark-dialog { background-color: rgba(0, 0, 0, 0.5); border: 1px solid white; border-radius: 3px; color: white; } /* inline main menu links in OpenURL services */ prm-topbar .isDeposit, prm-topbar .isServicePage, prm-topbar .isSummonOverAlma { display: inline; } /* Hide the redundant main menu links code text */ prm-main-menu[menu-type=full] md-card-title md-card-title-text:only-child .md-subhead, .md-subhead[translate*="nui.mainmenu.description"] { display: none; } /* style main menu links on mobile */ prm-main-menu[menu-type=full] .md-button .md-headline, prm-main-menu[menu-type=full] .overlay-menu-item .md-headline { font-weight: 400; color: #3398BB; } /* - top bar > Sign In/My Account - */ /* style sign-in button as an accent */ .bar prm-authentication .md-button { color: var(--color-button-background-accent, #22647B); } /* my account hide user expiration date and patron group */ span[ng-if="cur.expiryDate"], span[ng-if="cur.patronGroup"] { display: none; } /* - secondary (search) bar - */ .prm-primary-bg, prm-spinner.overlay-cover.light-on-dark:after, prm-search-bar { color: black; background-color: var(--color-secondary-background-dark, #333333); } .prm-primary-bg.prm-hue2, prm-spinner.prm-hue2.overlay-cover.light-on-dark:after, prm-search-bar.prm-hue2, .prm-primary-bg.prm-hue3, prm-spinner.prm-hue3.overlay-cover.light-on-dark:after, prm-search-bar.prm-hue3, md-backdrop.md-opaque { background-color: var(--color-secondary-background-dark, #333333); } /* - secondary bar > Announcement Banner - */ /* set css variables for the padding amounts needed to giv 'bulib-announce' banner room if/when it appears */ prm-search-bar-after div.announce-banner { position: absolute; bottom: 0; left: 0; } prm-search-bar { --primo-announce-padding: 60px; --primo-announce-padding-small: 68.5px; } /* note: not a '.announce-banner' note, but references a similar thing */ .alert-bar { height: 40px !important; min-height: 40px !important; } /* hide RefWorks from My Library Account dropdown */ md-menu-item.my-refworks-ctm, md-menu-divider.my-refworks-separator-ctm { display: none; }
0.301362
0.052692
:root { --ff-primary: "Manrope", sans-serif; /* colors */ --very-dark-grayish-blue: hsl(217, 19%, 35%); --desaturated-dark-blue: hsl(214, 17%, 51%); --grayish-blue: hsl(212, 23%, 69%); --light-grayish-blue: hsl(210, 46%, 95%); --card-shadow: 0px 30px 50px -20px hsla(240, 8%, 70%, 0.39); } *, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; } html { height: 100%; } body { min-height: 100%; font-size: 13px; font-family: var(--ff-primary); font-weight: 500; display: grid; grid-template-rows: 1fr auto; background-color: var(--light-grayish-blue); } img { width: 100%; height: 200px; object-fit: cover; } .article-container { margin: 1rem; justify-self: center; align-self: center; width: 90%; max-width: 360px; border-radius: 0.75rem; background-color: #fff; box-shadow: var(--card-shadow); } .article { position: relative; } .article-img { border-radius: 0.75rem 0.75rem 0 0; } .article-content { padding: 2.25rem 1.85rem 1rem; } .article-title, .author-info h2 { font-weight: 900; color: var(--very-dark-grayish-blue); } .article-title, .article-text { line-height: 1.5; } .article-title { letter-spacing: 0.045rem; } .article-text, .author-info p { color: var(--desaturated-dark-blue); } .article-text { margin: 1rem 0 1.5rem; } .article-author { display: flex; align-items: center; justify-content: flex-start; } .author-info { padding: 0.5rem 1rem; line-height: 1.5; } .author-info h2 { font-size: 0.9rem; } .author-image { width: 36px; height: 36px; border-radius: 50%; } .btn-share, .btn-modal-share, .btn-facebook, .btn-twitter, .btn-pinterest { background-position: center; background-repeat: no-repeat; border: none; } .btn-share:hover, .btn-modal:hover { cursor: pointer; opacity: 0.9; } .btn-share { margin-inline-start: auto; width: 32px; height: 32px; background-image: url(images/icon-share.svg); background-size: 50%; border-radius: 50%; } .modal-share { background-color: var(--very-dark-grayish-blue); color: var(--grayish-blue); padding: 1.25rem 1.85rem; border-radius: 0 0 0.75rem 0.75rem; display: none; } .modal-share.open { align-items: center; justify-content: space-between; position: absolute; z-index: 1; bottom: 0; left: 0; right: 0; } .modal-text { letter-spacing: 0.368rem; } .btn-modal { width: 20px; height: 20px; background-color: transparent; margin: 0 0.5rem; } .btn-facebook { background-image: url(images/icon-facebook.svg); } .btn-twitter { background-image: url(images/icon-twitter.svg); } .btn-pinterest { background-image: url(images/icon-pinterest.svg); } .btn-modal-share { background-color: var(--desaturated-dark-blue); } .colorize-white { background-image: url(images/icon-share-white.svg); } footer { padding: 0.5em; } .attribution { font-size: 11px; text-align: center; } .attribution a { color: hsl(228, 45%, 44%); } /* Desktop */ @media screen and (min-width: 1440px) { img { height: unset; } .article-container { width: 60%; max-width: 700px; } .article { display: flex; } .article-img { width: 40%; border-radius: 0.75rem 0 0 0.75rem; } .article-content { width: 60%; padding: 1.85rem; } .author-info h2 { font-size: 0.8rem; } .modal-share { border-radius: 0.75rem; } .modal-share::after { top: 100%; left: 50%; border: solid transparent; content: ""; height: 30px; width: 30px; position: absolute; pointer-events: none; border-color: hsla(217, 19%, 35%, 0); border-top-color: #48556a; border-width: 14px; margin-left: -14px; } .modal-share.modal-share.open { left: unset; right: calc(-10% - 10px); } .modal-share.modal-share.open, .modal-share.open::after { box-shadow: 0px 30px 20px -10px hsla(240, 8%, 70%, 0.39); } .modal-text { margin-inline-end: 1rem; } .btn-close-modal { display: none; } }
article-preview/style.css
:root { --ff-primary: "Manrope", sans-serif; /* colors */ --very-dark-grayish-blue: hsl(217, 19%, 35%); --desaturated-dark-blue: hsl(214, 17%, 51%); --grayish-blue: hsl(212, 23%, 69%); --light-grayish-blue: hsl(210, 46%, 95%); --card-shadow: 0px 30px 50px -20px hsla(240, 8%, 70%, 0.39); } *, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; } html { height: 100%; } body { min-height: 100%; font-size: 13px; font-family: var(--ff-primary); font-weight: 500; display: grid; grid-template-rows: 1fr auto; background-color: var(--light-grayish-blue); } img { width: 100%; height: 200px; object-fit: cover; } .article-container { margin: 1rem; justify-self: center; align-self: center; width: 90%; max-width: 360px; border-radius: 0.75rem; background-color: #fff; box-shadow: var(--card-shadow); } .article { position: relative; } .article-img { border-radius: 0.75rem 0.75rem 0 0; } .article-content { padding: 2.25rem 1.85rem 1rem; } .article-title, .author-info h2 { font-weight: 900; color: var(--very-dark-grayish-blue); } .article-title, .article-text { line-height: 1.5; } .article-title { letter-spacing: 0.045rem; } .article-text, .author-info p { color: var(--desaturated-dark-blue); } .article-text { margin: 1rem 0 1.5rem; } .article-author { display: flex; align-items: center; justify-content: flex-start; } .author-info { padding: 0.5rem 1rem; line-height: 1.5; } .author-info h2 { font-size: 0.9rem; } .author-image { width: 36px; height: 36px; border-radius: 50%; } .btn-share, .btn-modal-share, .btn-facebook, .btn-twitter, .btn-pinterest { background-position: center; background-repeat: no-repeat; border: none; } .btn-share:hover, .btn-modal:hover { cursor: pointer; opacity: 0.9; } .btn-share { margin-inline-start: auto; width: 32px; height: 32px; background-image: url(images/icon-share.svg); background-size: 50%; border-radius: 50%; } .modal-share { background-color: var(--very-dark-grayish-blue); color: var(--grayish-blue); padding: 1.25rem 1.85rem; border-radius: 0 0 0.75rem 0.75rem; display: none; } .modal-share.open { align-items: center; justify-content: space-between; position: absolute; z-index: 1; bottom: 0; left: 0; right: 0; } .modal-text { letter-spacing: 0.368rem; } .btn-modal { width: 20px; height: 20px; background-color: transparent; margin: 0 0.5rem; } .btn-facebook { background-image: url(images/icon-facebook.svg); } .btn-twitter { background-image: url(images/icon-twitter.svg); } .btn-pinterest { background-image: url(images/icon-pinterest.svg); } .btn-modal-share { background-color: var(--desaturated-dark-blue); } .colorize-white { background-image: url(images/icon-share-white.svg); } footer { padding: 0.5em; } .attribution { font-size: 11px; text-align: center; } .attribution a { color: hsl(228, 45%, 44%); } /* Desktop */ @media screen and (min-width: 1440px) { img { height: unset; } .article-container { width: 60%; max-width: 700px; } .article { display: flex; } .article-img { width: 40%; border-radius: 0.75rem 0 0 0.75rem; } .article-content { width: 60%; padding: 1.85rem; } .author-info h2 { font-size: 0.8rem; } .modal-share { border-radius: 0.75rem; } .modal-share::after { top: 100%; left: 50%; border: solid transparent; content: ""; height: 30px; width: 30px; position: absolute; pointer-events: none; border-color: hsla(217, 19%, 35%, 0); border-top-color: #48556a; border-width: 14px; margin-left: -14px; } .modal-share.modal-share.open { left: unset; right: calc(-10% - 10px); } .modal-share.modal-share.open, .modal-share.open::after { box-shadow: 0px 30px 20px -10px hsla(240, 8%, 70%, 0.39); } .modal-text { margin-inline-end: 1rem; } .btn-close-modal { display: none; } }
0.541651
0.108708
*{ /* outline: solid; */ box-sizing: border-box; } a{ text-decoration: none; } .wrap{ max-width: 1200px; margin: 0 auto; } /*header*/ header{ background-color: #CDDDAC; display: flex; justify-content: space-between; } nav{ height: 67px; margin-top: 30px; line-height: 50px; } nav ul{ display: flex; justify-content: space-around; width: 500px; } nav ul li a{ display: block; font-size: 20px; font-weight: bold; color: rgb(106, 128, 97); border-bottom: 5px solid transparent; } nav ul li a:hover{ border-bottom: 5px solid rgb(222, 241, 53); color: rgb(8, 8, 8); transition: all .3s; } header nav ul li a.active{ border-bottom: 5px solid rgb(222, 241, 53); color: rgb(8, 8, 8); } h1{ background-image: url(/images/logo.png); width: 200px; height: 100px; text-indent: 101%; overflow: hidden; white-space: nowrap; border-radius: 30%; left: 168px; top: 0px; } /*main*/ main{ margin-top: 20px; } /*info*/ .info{ display: flex; } .info-input{ margin: 0 auto; } .info-input p{ font-weight: bold; margin: 10px 0px; } input[type="submit"]:hover{ cursor: pointer } textarea{ width: 100%; } iframe{ width: 50%; height: 500px; } /*footer*/ footer{ margin-top: 20px; display: flex; flex-direction: column; justify-content: center; align-items: center; background-color: #CDDDAC; } .copyright{ display: flex; align-items: center; } .copyright img{ width: 30px; height: 30px; border-radius: 50%; display: block; margin-right: 5px; } footer p{ color: rgb(106, 128, 97); font-size: 14px; } /*group*/ .group{ display: flex; align-items: center; background-color: #CDDDAC; padding-top: 10px; margin-left: 10px; } .group li a{ padding: 5px; } .group li img{ border: 1px solid transparent; } .group li img:hover{ border: 1px solid yellow; } .group p{ font-weight: bold; font-size: 14px; } /*media*/ #nav_control{ display: none; } .nav_btn{ display: none; } @media (max-width:750px) { main{ padding-top: 100px; } .nav_btn{ display: block; } .nav_btn{ position: absolute; right: 20px; top: 50px; width: 30px; height: 30px; } span{ color: transparent; } .nav_btn::before{ content: ''; position: absolute; height: 3px; width: 30px; background-color: #448426; box-shadow: 0px 10px 0px #448426, 0px -10px 0px #448426; } header{ position: fixed; width: 100%; z-index: 6; top: 0; } header nav ul{ display: flex; flex-direction: column; justify-content: flex-start; position: absolute; z-index: 5; top: 100px; left: -80%; background-color: #CDDDAC; width: 70%; height: 70vh; text-align: center; transition: .5s; } header nav ul li{ margin-top: 10px; } #nav_control:checked ~ header nav ul{ left: 0%; } .info{ flex-direction: column; } iframe{ padding-top: 10px; width: 90%; height: 300px; margin: 0 auto; } }
css/contact.css
*{ /* outline: solid; */ box-sizing: border-box; } a{ text-decoration: none; } .wrap{ max-width: 1200px; margin: 0 auto; } /*header*/ header{ background-color: #CDDDAC; display: flex; justify-content: space-between; } nav{ height: 67px; margin-top: 30px; line-height: 50px; } nav ul{ display: flex; justify-content: space-around; width: 500px; } nav ul li a{ display: block; font-size: 20px; font-weight: bold; color: rgb(106, 128, 97); border-bottom: 5px solid transparent; } nav ul li a:hover{ border-bottom: 5px solid rgb(222, 241, 53); color: rgb(8, 8, 8); transition: all .3s; } header nav ul li a.active{ border-bottom: 5px solid rgb(222, 241, 53); color: rgb(8, 8, 8); } h1{ background-image: url(/images/logo.png); width: 200px; height: 100px; text-indent: 101%; overflow: hidden; white-space: nowrap; border-radius: 30%; left: 168px; top: 0px; } /*main*/ main{ margin-top: 20px; } /*info*/ .info{ display: flex; } .info-input{ margin: 0 auto; } .info-input p{ font-weight: bold; margin: 10px 0px; } input[type="submit"]:hover{ cursor: pointer } textarea{ width: 100%; } iframe{ width: 50%; height: 500px; } /*footer*/ footer{ margin-top: 20px; display: flex; flex-direction: column; justify-content: center; align-items: center; background-color: #CDDDAC; } .copyright{ display: flex; align-items: center; } .copyright img{ width: 30px; height: 30px; border-radius: 50%; display: block; margin-right: 5px; } footer p{ color: rgb(106, 128, 97); font-size: 14px; } /*group*/ .group{ display: flex; align-items: center; background-color: #CDDDAC; padding-top: 10px; margin-left: 10px; } .group li a{ padding: 5px; } .group li img{ border: 1px solid transparent; } .group li img:hover{ border: 1px solid yellow; } .group p{ font-weight: bold; font-size: 14px; } /*media*/ #nav_control{ display: none; } .nav_btn{ display: none; } @media (max-width:750px) { main{ padding-top: 100px; } .nav_btn{ display: block; } .nav_btn{ position: absolute; right: 20px; top: 50px; width: 30px; height: 30px; } span{ color: transparent; } .nav_btn::before{ content: ''; position: absolute; height: 3px; width: 30px; background-color: #448426; box-shadow: 0px 10px 0px #448426, 0px -10px 0px #448426; } header{ position: fixed; width: 100%; z-index: 6; top: 0; } header nav ul{ display: flex; flex-direction: column; justify-content: flex-start; position: absolute; z-index: 5; top: 100px; left: -80%; background-color: #CDDDAC; width: 70%; height: 70vh; text-align: center; transition: .5s; } header nav ul li{ margin-top: 10px; } #nav_control:checked ~ header nav ul{ left: 0%; } .info{ flex-direction: column; } iframe{ padding-top: 10px; width: 90%; height: 300px; margin: 0 auto; } }
0.406744
0.059129
.overlay_mac_os_x { background-color: #85BBEF; filter:alpha(opacity=60); -moz-opacity: 0.6; opacity: 0.6; } .mac_os_x_nw { background: transparent url(mac_os_x/TL_Main.png) no-repeat 0 0; width:24px; height:30px; } .mac_os_x_n { background: transparent url(mac_os_x/T_Main.png) repeat-x 0 0; height:30px; } .mac_os_x_ne { background: transparent url(mac_os_x/TR_Main.png) no-repeat 0 0; width:31px; height:30px; } .mac_os_x_w { background: transparent url(mac_os_x/L_Main.png) repeat-y top left; width:16px; } .mac_os_x_e { background: transparent url(mac_os_x/R_Main.png) repeat-y top right; width:16px; } .mac_os_x_sw { background: transparent url(mac_os_x/BL_Main.png) no-repeat 0 0; width:31px; height:40px; } .mac_os_x_s { background: transparent url(mac_os_x/B_Main.png) repeat-x 0 0; height:40px; } .mac_os_x_se, .mac_os_x_sizer { background: transparent url(mac_os_x/BR_Main.png) no-repeat 0 0; width:31px; height:40px; } .mac_os_x_sizer { cursor:se-resize; } .mac_os_x_close { width: 19px; height: 19px; background: transparent url(mac_os_x/close.gif) no-repeat 0 0; position:absolute; top:12px; left:25px; cursor:pointer; z-index:1000; } .mac_os_x_minimize { width: 19px; height: 19px; background: transparent url(mac_os_x/minimize.gif) no-repeat 0 0; position:absolute; top:12px; left:45px; cursor:pointer; z-index:1000; } .mac_os_x_maximize { width: 19px; height: 19px; background: transparent url(mac_os_x/maximize.gif) no-repeat 0 0; position:absolute; top:12px; left:65px; cursor:pointer; z-index:1000; } .mac_os_x_title { float:left; height:14px; font-family: Tahoma, Arial, sans-serif; font-size:12px; text-align:center; margin-top:8px; width:100%; color:#000; } .mac_os_x_content { overflow:auto; color: #222; font-family: Tahoma, Arial, sans-serif; font-size: 10px; background:#FFF; } .mac_os_x_s .status_bar { padding-bottom:24px; } /* FOR IE */ * html .mac_os_x_nw { background-color: transparent; background-image: none; filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src="../themes/mac_os_x/TL_Main.png", sizingMethod="crop"); } * html .mac_os_x_n { background-color: transparent; background-image: none; filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src="../themes/mac_os_x/T_Main.png", sizingMethod="scale"); } * html .mac_os_x_ne { background-color: transparent; background-image: none; filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src="../themes/mac_os_x/TR_Main.png", sizingMethod="crop"); } * html .mac_os_x_w { background-color: transparent; background-image: none; filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src="../themes/mac_os_x/L_Main.png", sizingMethod="scale"); } * html .mac_os_x_e { background-color: transparent; background-image: none; filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src="../themes/mac_os_x/R_Main.png", sizingMethod="scale"); } * html .mac_os_x_sw { background-color: transparent; background-image: none; filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src="../themes/mac_os_x/BL_Main.png", sizingMethod="crop"); } * html .mac_os_x_s { background-color: transparent; background-image: none; filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src="../themes/mac_os_x/B_Main.png", sizingMethod="scale"); } * html .mac_os_x_se { background-color: transparent; background-image: none; filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src="../themes/mac_os_x/BR_Main.png", sizingMethod="crop"); } * html .mac_os_x_sizer { background-color: transparent; background-image: none; filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src="../themes/mac_os_x/BR_Main.png", sizingMethod="crop"); } /* Focused windows */ .overlay_blur_os_x { background-color: #85BBEF; filter:alpha(opacity=60); -moz-opacity: 0.6; opacity: 0.6; } .blur_os_x_nw { background: transparent url(mac_os_x/TL.png) no-repeat 0 0; width:24px; height:30px; } .blur_os_x_n { background: transparent url(mac_os_x/T.png) repeat-x 0 0; height:30px; } .blur_os_x_ne { background: transparent url(mac_os_x/TR.png) no-repeat 0 0; width:31px; height:30px; } .blur_os_x_w { background: transparent url(mac_os_x/L.png) repeat-y top left; width:16px; } .blur_os_x_e { background: transparent url(mac_os_x/R.png) repeat-y top right; width:16px; } .blur_os_x_sw { background: transparent url(mac_os_x/BL.png) no-repeat 0 0; width:31px; height:40px; } .blur_os_x_s { background: transparent url(mac_os_x/B.png) repeat-x 0 0; height:40px; } .blur_os_x_se, .blur_os_x_sizer { background: transparent url(mac_os_x/BR.png) no-repeat 0 0; width:31px; height:40px; } .blur_os_x_sizer { cursor:se-resize; } .blur_os_x_close { width: 19px; height: 19px; background: transparent url(mac_os_x/close.gif) no-repeat 0 0; position:absolute; top:12px; left:25px; cursor:pointer; z-index:1000; } .blur_os_x_minimize { width: 19px; height: 19px; background: transparent url(mac_os_x/minimize.gif) no-repeat 0 0; position:absolute; top:12px; left:45px; cursor:pointer; z-index:1000; } .blur_os_x_maximize { width: 19px; height: 19px; background: transparent url(mac_os_x/maximize.gif) no-repeat 0 0; position:absolute; top:12px; left:65px; cursor:pointer; z-index:1000; } .blur_os_x_title { float:left; height:14px; font-family: Tahoma, Arial, sans-serif; font-size:12px; text-align:center; margin-top:8px; width:100%; color:#000; } .blur_os_x_content { overflow:auto; color: #222; font-family: Tahoma, Arial, sans-serif; font-size: 10px; background:#FFF; } .blur_os_x_s .status_bar { padding-bottom:24px; } /* FOR IE */ * html .blur_os_x_nw { background-color: transparent; background-image: none; filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src="../themes/mac_os_x/TL.png", sizingMethod="crop"); } * html .blur_os_x_n { background-color: transparent; background-image: none; filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src="../themes/mac_os_x/T.png", sizingMethod="scale"); } * html .blur_os_x_ne { background-color: transparent; background-image: none; filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src="../themes/mac_os_x/TR.png", sizingMethod="crop"); } * html .blur_os_x_w { background-color: transparent; background-image: none; filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src="../themes/mac_os_x/L.png", sizingMethod="scale"); } * html .blur_os_x_e { background-color: transparent; background-image: none; filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src="../themes/mac_os_x/R.png", sizingMethod="scale"); } * html .blur_os_x_sw { background-color: transparent; background-image: none; filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src="../themes/mac_os_x/BL.png", sizingMethod="crop"); } * html .blur_os_x_s { background-color: transparent; background-image: none; filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src="../themes/mac_os_x/B.png", sizingMethod="scale"); } * html .blur_os_x_se { background-color: transparent; background-image: none; filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src="../themes/mac_os_x/BR.png", sizingMethod="crop"); } * html .blur_os_x_sizer { background-color: transparent; background-image: none; filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src="../themes/mac_os_x/BR.png", sizingMethod="crop"); }
themes/mac_os_x.css
.overlay_mac_os_x { background-color: #85BBEF; filter:alpha(opacity=60); -moz-opacity: 0.6; opacity: 0.6; } .mac_os_x_nw { background: transparent url(mac_os_x/TL_Main.png) no-repeat 0 0; width:24px; height:30px; } .mac_os_x_n { background: transparent url(mac_os_x/T_Main.png) repeat-x 0 0; height:30px; } .mac_os_x_ne { background: transparent url(mac_os_x/TR_Main.png) no-repeat 0 0; width:31px; height:30px; } .mac_os_x_w { background: transparent url(mac_os_x/L_Main.png) repeat-y top left; width:16px; } .mac_os_x_e { background: transparent url(mac_os_x/R_Main.png) repeat-y top right; width:16px; } .mac_os_x_sw { background: transparent url(mac_os_x/BL_Main.png) no-repeat 0 0; width:31px; height:40px; } .mac_os_x_s { background: transparent url(mac_os_x/B_Main.png) repeat-x 0 0; height:40px; } .mac_os_x_se, .mac_os_x_sizer { background: transparent url(mac_os_x/BR_Main.png) no-repeat 0 0; width:31px; height:40px; } .mac_os_x_sizer { cursor:se-resize; } .mac_os_x_close { width: 19px; height: 19px; background: transparent url(mac_os_x/close.gif) no-repeat 0 0; position:absolute; top:12px; left:25px; cursor:pointer; z-index:1000; } .mac_os_x_minimize { width: 19px; height: 19px; background: transparent url(mac_os_x/minimize.gif) no-repeat 0 0; position:absolute; top:12px; left:45px; cursor:pointer; z-index:1000; } .mac_os_x_maximize { width: 19px; height: 19px; background: transparent url(mac_os_x/maximize.gif) no-repeat 0 0; position:absolute; top:12px; left:65px; cursor:pointer; z-index:1000; } .mac_os_x_title { float:left; height:14px; font-family: Tahoma, Arial, sans-serif; font-size:12px; text-align:center; margin-top:8px; width:100%; color:#000; } .mac_os_x_content { overflow:auto; color: #222; font-family: Tahoma, Arial, sans-serif; font-size: 10px; background:#FFF; } .mac_os_x_s .status_bar { padding-bottom:24px; } /* FOR IE */ * html .mac_os_x_nw { background-color: transparent; background-image: none; filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src="../themes/mac_os_x/TL_Main.png", sizingMethod="crop"); } * html .mac_os_x_n { background-color: transparent; background-image: none; filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src="../themes/mac_os_x/T_Main.png", sizingMethod="scale"); } * html .mac_os_x_ne { background-color: transparent; background-image: none; filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src="../themes/mac_os_x/TR_Main.png", sizingMethod="crop"); } * html .mac_os_x_w { background-color: transparent; background-image: none; filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src="../themes/mac_os_x/L_Main.png", sizingMethod="scale"); } * html .mac_os_x_e { background-color: transparent; background-image: none; filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src="../themes/mac_os_x/R_Main.png", sizingMethod="scale"); } * html .mac_os_x_sw { background-color: transparent; background-image: none; filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src="../themes/mac_os_x/BL_Main.png", sizingMethod="crop"); } * html .mac_os_x_s { background-color: transparent; background-image: none; filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src="../themes/mac_os_x/B_Main.png", sizingMethod="scale"); } * html .mac_os_x_se { background-color: transparent; background-image: none; filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src="../themes/mac_os_x/BR_Main.png", sizingMethod="crop"); } * html .mac_os_x_sizer { background-color: transparent; background-image: none; filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src="../themes/mac_os_x/BR_Main.png", sizingMethod="crop"); } /* Focused windows */ .overlay_blur_os_x { background-color: #85BBEF; filter:alpha(opacity=60); -moz-opacity: 0.6; opacity: 0.6; } .blur_os_x_nw { background: transparent url(mac_os_x/TL.png) no-repeat 0 0; width:24px; height:30px; } .blur_os_x_n { background: transparent url(mac_os_x/T.png) repeat-x 0 0; height:30px; } .blur_os_x_ne { background: transparent url(mac_os_x/TR.png) no-repeat 0 0; width:31px; height:30px; } .blur_os_x_w { background: transparent url(mac_os_x/L.png) repeat-y top left; width:16px; } .blur_os_x_e { background: transparent url(mac_os_x/R.png) repeat-y top right; width:16px; } .blur_os_x_sw { background: transparent url(mac_os_x/BL.png) no-repeat 0 0; width:31px; height:40px; } .blur_os_x_s { background: transparent url(mac_os_x/B.png) repeat-x 0 0; height:40px; } .blur_os_x_se, .blur_os_x_sizer { background: transparent url(mac_os_x/BR.png) no-repeat 0 0; width:31px; height:40px; } .blur_os_x_sizer { cursor:se-resize; } .blur_os_x_close { width: 19px; height: 19px; background: transparent url(mac_os_x/close.gif) no-repeat 0 0; position:absolute; top:12px; left:25px; cursor:pointer; z-index:1000; } .blur_os_x_minimize { width: 19px; height: 19px; background: transparent url(mac_os_x/minimize.gif) no-repeat 0 0; position:absolute; top:12px; left:45px; cursor:pointer; z-index:1000; } .blur_os_x_maximize { width: 19px; height: 19px; background: transparent url(mac_os_x/maximize.gif) no-repeat 0 0; position:absolute; top:12px; left:65px; cursor:pointer; z-index:1000; } .blur_os_x_title { float:left; height:14px; font-family: Tahoma, Arial, sans-serif; font-size:12px; text-align:center; margin-top:8px; width:100%; color:#000; } .blur_os_x_content { overflow:auto; color: #222; font-family: Tahoma, Arial, sans-serif; font-size: 10px; background:#FFF; } .blur_os_x_s .status_bar { padding-bottom:24px; } /* FOR IE */ * html .blur_os_x_nw { background-color: transparent; background-image: none; filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src="../themes/mac_os_x/TL.png", sizingMethod="crop"); } * html .blur_os_x_n { background-color: transparent; background-image: none; filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src="../themes/mac_os_x/T.png", sizingMethod="scale"); } * html .blur_os_x_ne { background-color: transparent; background-image: none; filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src="../themes/mac_os_x/TR.png", sizingMethod="crop"); } * html .blur_os_x_w { background-color: transparent; background-image: none; filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src="../themes/mac_os_x/L.png", sizingMethod="scale"); } * html .blur_os_x_e { background-color: transparent; background-image: none; filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src="../themes/mac_os_x/R.png", sizingMethod="scale"); } * html .blur_os_x_sw { background-color: transparent; background-image: none; filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src="../themes/mac_os_x/BL.png", sizingMethod="crop"); } * html .blur_os_x_s { background-color: transparent; background-image: none; filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src="../themes/mac_os_x/B.png", sizingMethod="scale"); } * html .blur_os_x_se { background-color: transparent; background-image: none; filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src="../themes/mac_os_x/BR.png", sizingMethod="crop"); } * html .blur_os_x_sizer { background-color: transparent; background-image: none; filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src="../themes/mac_os_x/BR.png", sizingMethod="crop"); }
0.322419
0.054803
* { } a { color: #ffcc33; text-align: center; } ::placeholder { font-family: 'Montserrat', sans-serif; color: grey; font-size: 12px; font-weight: lighter; } :-ms-input-placeholder { font-family: 'Montserrat', sans-serif; color: grey; font-size: 12px; font-weight: lighter; } .Content { margin: 100px auto 0; /*min-width: 800px;*/ max-width: 900px; background-color: var(--primary); padding: 30px; } .Row-Element { padding-bottom: 20px; } /* ---Header */ #logout { margin-right: 25px; } #HeaderCont { height: 150px; color: var(--text); } #header-titleBlock{ margin-left: 80px; margin-top: 80px; background-color:var(--primary); padding: 5px 35px; box-shadow: 12px 12px 2px var(--shadow); border-radius: 10px; } #HeaderCont h2 { display: block; font-size: 40px; margin-bottom: 0; } #header-subTitle{ margin-left: 5px; color:var(--text); } /* ---Check-In */ .checkin-elem{ margin-bottom: 10px; } #checkin-cnt{ margin-left: 50px; margin-top: 50px; max-width: 50%; padding-bottom: 50px; } #checkin-input{ border: none; border-bottom: 3px solid var(--seconardy); border-radius: 0; height: 30px; } #checkin-input:hover{ background-color: transparent; } #CheckIn-Button { margin-left: 5px; border-radius: 20px; background-color: var(--seconardy); border: 1px solid var(--seconardy); color: white; font-size: 10px; font-weight: bold; padding: 5px 10px; letter-spacing: 1px; text-transform: uppercase; transition: transform 80ms ease-in; } /* ---Table */ .Table-Cont { margin-bottom: 30px; border-radius: 20px; padding: 50px 50px 50px; } td { padding-bottom: 20px; } thead tr { font-weight: bold; } thead td { border-bottom: 1px solid #292929; } tbody tr:first-child td { padding-top: 30px; } tbody td:first-child { font-weight: bold; } table { width: 800px; } #chart-showToggle{ margin-left: 15px; }
src/css/WaitList.css
* { } a { color: #ffcc33; text-align: center; } ::placeholder { font-family: 'Montserrat', sans-serif; color: grey; font-size: 12px; font-weight: lighter; } :-ms-input-placeholder { font-family: 'Montserrat', sans-serif; color: grey; font-size: 12px; font-weight: lighter; } .Content { margin: 100px auto 0; /*min-width: 800px;*/ max-width: 900px; background-color: var(--primary); padding: 30px; } .Row-Element { padding-bottom: 20px; } /* ---Header */ #logout { margin-right: 25px; } #HeaderCont { height: 150px; color: var(--text); } #header-titleBlock{ margin-left: 80px; margin-top: 80px; background-color:var(--primary); padding: 5px 35px; box-shadow: 12px 12px 2px var(--shadow); border-radius: 10px; } #HeaderCont h2 { display: block; font-size: 40px; margin-bottom: 0; } #header-subTitle{ margin-left: 5px; color:var(--text); } /* ---Check-In */ .checkin-elem{ margin-bottom: 10px; } #checkin-cnt{ margin-left: 50px; margin-top: 50px; max-width: 50%; padding-bottom: 50px; } #checkin-input{ border: none; border-bottom: 3px solid var(--seconardy); border-radius: 0; height: 30px; } #checkin-input:hover{ background-color: transparent; } #CheckIn-Button { margin-left: 5px; border-radius: 20px; background-color: var(--seconardy); border: 1px solid var(--seconardy); color: white; font-size: 10px; font-weight: bold; padding: 5px 10px; letter-spacing: 1px; text-transform: uppercase; transition: transform 80ms ease-in; } /* ---Table */ .Table-Cont { margin-bottom: 30px; border-radius: 20px; padding: 50px 50px 50px; } td { padding-bottom: 20px; } thead tr { font-weight: bold; } thead td { border-bottom: 1px solid #292929; } tbody tr:first-child td { padding-top: 30px; } tbody td:first-child { font-weight: bold; } table { width: 800px; } #chart-showToggle{ margin-left: 15px; }
0.379034
0.133302
* { /* Use natural box layout model */ box-sizing: border-box; margin: 0 auto; padding: 0; } body { background: #efefef; text-align: center; } header { padding: 1em; } h2 { margin-bottom: 1rem; } a { color: purple; } ul { margin: 1em 2em; list-style: square; } li { margin-bottom: 1em; } hr { margin: 1em auto; } code { background: dimgray; color: white; padding: 1px 2px; } /* * UI stuff **************************/ main { background: #ccc; max-width: 850px; margin: 10px auto; padding: 10px 20px; } fieldset { border: 0px; } table { background: white; width: 100%; } #user-vars { background: white; text-align: left; padding: 0 5px; margin-bottom: 10px; line-height: 2; font-size: 17px; } #user-vars input { color: blue; font-size: 17px; min-width: 280px; outline: none; border: 0; border-bottom: 2px dashed; } #user-vars input:focus { border-bottom: 2px solid; } #user-algorithms { background: white; padding: 5px; } legend { font-size: 30px; background: white; border-radius: 10px; padding: 10px; line-height: 1; } #user-algorithms label { width: 30%; background-color: white; display: inline-block; font-weight: bold; } #user-algorithms textarea { color: blue; height: 150px; width: 100%; padding: 3px; overflow-y: visible; } /* Has error */ #user-algorithms textarea[title] { background-color: red; color: black; } #buttons { margin: 5px 0; } #buttons button { border: 3px solid rebeccapurple; padding: 5px; background: purple; color: white; font-size: 1em; font-weight: bold; transition: color 0.5s; } #buttons button:hover, #buttons button:focus { background: #a200a2; cursor: pointer; } #buttons button[disabled], fieldset[disabled] #buttons button { font-weight: normal; cursor: not-allowed; background: dimgray; } aside { text-align: left; } section, footer { background: gainsboro; text-align: left; max-width: 1000px; margin: 10px auto; padding: 10px; } footer { text-align: center; } /* * Drawing/animation stuff **************************/ #sim { /* itch.io uses 640x360 by default */ width: 640px; height: 360px; display: block; position: relative; background: black; border: 2px solid black; margin: 10px auto; overflow: hidden; } #sim > * { position: absolute; } #light-1, #light-2 { display: inline-block; width: 50px; height: 50px; border-radius: 50%; background-color: red; background-image: url(images/traffic-lights.svg); border: 3px solid transparent; } #sim[data-ctrl-queued="true"] #light-1, #sim[data-ctrl-queued="true"] #light-2 { border-color: yellow; } #sim[data-light="0"] #light-1, #sim[data-light="0"] #light-2 { background-color: gray !important; } #sim[data-light="1"] #light-1 { background-color: green; } #sim[data-light="2"] #light-2 { background-color: green; } #light-1 { top: 75px; left: 120px; } #light-2 { top: 180px; } #intersection, #lane-1, #lane-2 { background: white; } #lane-1 { left: 180px; width: 50px; height: 100%; } #lane-2 { bottom: 70px; height: 50px; width: 100%; } #intersection { border-radius: 50%; width: 110px; height: 110px; top: 205px; left: 150px; /* Only used to place elements at the center of the intersection */ display: grid; place-items: center center; } #sim[data-state="error"] #intersection { background: radial-gradient(red, transparent); } .vehicle { /* Will be reset by JavaScript */ --color: black; --pos: 10; display: inline-block; width: 45px; height: 45px; margin: 2px; position: absolute; background-color: var(--color); background-position: center; background-repeat: no-repeat; will-change: transform; transition: transform 0.3s; transform: translate( calc((var(--pos) + 1.5) * var(--delta-x) * 1px), calc((var(--pos) + 1.5) * var(--delta-y) * 1px) ) rotateY(var(--rotate-y)) rotateZ(var(--rotate-z)); } .vehicle.car { background-image: url(images/city-car.svg); } .vehicle.truck { background-image: url(images/truck.svg); } #sim[data-state="error"] .vehicle[data-state="leaving"] { --pos: -1.5 !important; /* final position = 0 = -1.5 + 1.5 */ position: static; animation: none; } .vehicle.west { --rotate-y: 180deg; --rotate-z: 0deg; --delta-x: 50; --delta-y: 0; } .vehicle.south { --rotate-y: 0deg; --rotate-z: 90deg; --delta-x: 0; --delta-y: -50; } .vehicle[data-state="leaving"] { animation: 1.5s vehicle-leave ease-in forwards; } @keyframes vehicle-leave { 0% { opacity: 1; transform: translate( calc((var(--pos) + 1.5) * var(--delta-x) * 1px), calc((var(--pos) + 1.5) * var(--delta-y) * 1px) ) rotateY(var(--rotate-y)) rotateZ(var(--rotate-z)); } 75% { opacity: 1; } 100% { opacity: 0; transform: translate( calc(var(--delta-x) * -2.5px), calc(var(--delta-y) * -1.5px) ) rotateY(var(--rotate-y)) rotateZ(var(--rotate-z)); } }
index.css
* { /* Use natural box layout model */ box-sizing: border-box; margin: 0 auto; padding: 0; } body { background: #efefef; text-align: center; } header { padding: 1em; } h2 { margin-bottom: 1rem; } a { color: purple; } ul { margin: 1em 2em; list-style: square; } li { margin-bottom: 1em; } hr { margin: 1em auto; } code { background: dimgray; color: white; padding: 1px 2px; } /* * UI stuff **************************/ main { background: #ccc; max-width: 850px; margin: 10px auto; padding: 10px 20px; } fieldset { border: 0px; } table { background: white; width: 100%; } #user-vars { background: white; text-align: left; padding: 0 5px; margin-bottom: 10px; line-height: 2; font-size: 17px; } #user-vars input { color: blue; font-size: 17px; min-width: 280px; outline: none; border: 0; border-bottom: 2px dashed; } #user-vars input:focus { border-bottom: 2px solid; } #user-algorithms { background: white; padding: 5px; } legend { font-size: 30px; background: white; border-radius: 10px; padding: 10px; line-height: 1; } #user-algorithms label { width: 30%; background-color: white; display: inline-block; font-weight: bold; } #user-algorithms textarea { color: blue; height: 150px; width: 100%; padding: 3px; overflow-y: visible; } /* Has error */ #user-algorithms textarea[title] { background-color: red; color: black; } #buttons { margin: 5px 0; } #buttons button { border: 3px solid rebeccapurple; padding: 5px; background: purple; color: white; font-size: 1em; font-weight: bold; transition: color 0.5s; } #buttons button:hover, #buttons button:focus { background: #a200a2; cursor: pointer; } #buttons button[disabled], fieldset[disabled] #buttons button { font-weight: normal; cursor: not-allowed; background: dimgray; } aside { text-align: left; } section, footer { background: gainsboro; text-align: left; max-width: 1000px; margin: 10px auto; padding: 10px; } footer { text-align: center; } /* * Drawing/animation stuff **************************/ #sim { /* itch.io uses 640x360 by default */ width: 640px; height: 360px; display: block; position: relative; background: black; border: 2px solid black; margin: 10px auto; overflow: hidden; } #sim > * { position: absolute; } #light-1, #light-2 { display: inline-block; width: 50px; height: 50px; border-radius: 50%; background-color: red; background-image: url(images/traffic-lights.svg); border: 3px solid transparent; } #sim[data-ctrl-queued="true"] #light-1, #sim[data-ctrl-queued="true"] #light-2 { border-color: yellow; } #sim[data-light="0"] #light-1, #sim[data-light="0"] #light-2 { background-color: gray !important; } #sim[data-light="1"] #light-1 { background-color: green; } #sim[data-light="2"] #light-2 { background-color: green; } #light-1 { top: 75px; left: 120px; } #light-2 { top: 180px; } #intersection, #lane-1, #lane-2 { background: white; } #lane-1 { left: 180px; width: 50px; height: 100%; } #lane-2 { bottom: 70px; height: 50px; width: 100%; } #intersection { border-radius: 50%; width: 110px; height: 110px; top: 205px; left: 150px; /* Only used to place elements at the center of the intersection */ display: grid; place-items: center center; } #sim[data-state="error"] #intersection { background: radial-gradient(red, transparent); } .vehicle { /* Will be reset by JavaScript */ --color: black; --pos: 10; display: inline-block; width: 45px; height: 45px; margin: 2px; position: absolute; background-color: var(--color); background-position: center; background-repeat: no-repeat; will-change: transform; transition: transform 0.3s; transform: translate( calc((var(--pos) + 1.5) * var(--delta-x) * 1px), calc((var(--pos) + 1.5) * var(--delta-y) * 1px) ) rotateY(var(--rotate-y)) rotateZ(var(--rotate-z)); } .vehicle.car { background-image: url(images/city-car.svg); } .vehicle.truck { background-image: url(images/truck.svg); } #sim[data-state="error"] .vehicle[data-state="leaving"] { --pos: -1.5 !important; /* final position = 0 = -1.5 + 1.5 */ position: static; animation: none; } .vehicle.west { --rotate-y: 180deg; --rotate-z: 0deg; --delta-x: 50; --delta-y: 0; } .vehicle.south { --rotate-y: 0deg; --rotate-z: 90deg; --delta-x: 0; --delta-y: -50; } .vehicle[data-state="leaving"] { animation: 1.5s vehicle-leave ease-in forwards; } @keyframes vehicle-leave { 0% { opacity: 1; transform: translate( calc((var(--pos) + 1.5) * var(--delta-x) * 1px), calc((var(--pos) + 1.5) * var(--delta-y) * 1px) ) rotateY(var(--rotate-y)) rotateZ(var(--rotate-z)); } 75% { opacity: 1; } 100% { opacity: 0; transform: translate( calc(var(--delta-x) * -2.5px), calc(var(--delta-y) * -1.5px) ) rotateY(var(--rotate-y)) rotateZ(var(--rotate-z)); } }
0.499512
0.157817
body{ counter-reset: hnum; } h1:before{ counter-increment:hnum; content:counter(hnum)". "; } .box:nth-child(odd){ background: linear-gradient(90deg, #efefef,#cfcfcf); } .box:nth-child(even){ background: linear-gradient(90deg, #cfcfcf,#efefef); } p.label{ font-size:1.3em; } pre{ background: linear-gradient(90deg,#efefef, #8f8f8f); } ul{ list-style-type: none; } ul li{ font-size:1.3em; } .box{ width:100%; padding:20px 10%; } #first{ /*Bootstrap defauld*/ } #second ul{ background: #b7a3a1; } #second ul li{ display:inline; border: 3px solid #4c4c4c; padding:5px 20px; } #third ul{ background: #a7b3a1; } #third ul li{ display:inline-block; border: 3px solid #4c4c4c; padding:5px 20px; } #fourth ul{ background-color:#c1bcdc; } #fourth ul li{ display:block; float:left; background: #caacbc; padding:5px 20px; margin-right: 20px; } #fifth ul{ background: #caacbc; } #fifth ul li{ display:block; float:right; background: #caacbc; padding:5px 20px; margin-left:20px; } #sixth table{ background-color:#c1bcdc; border-collapse: separate; border-spacing: 15px; } #sixth table td{ background-color:#bcc7dc; font-size:1.3em; padding:5px 20px; border:3px solid #673f67; } #seventh ul{ display:inline-table; } #seventh ul li{ border-bottom:3px solid #5a6c3d; border-left:3px solid #5a6c3d; padding:5px 20px; } #eighth ul{ display:run-in; } #eighth ul li{ padding:5px 20px; border-bottom:3px solid #5a6c3d; border-left:3px solid #5a6c3d; } #nineth ul{ } #nineth ul li{ padding:5px 20px; border-bottom:3px solid #5a6c3d; border-left:3px solid #5a6c3d; } #tenth ul{ display:flex; flex-flow:row wrap; justify-content:space-between; background-color:#ceadea; } #tenth ul li{ flex: 0 1 150px; border:3px solid #5a6c3d; padding:5px 20px; background-color:#decdea; } #eleventh ul{ display:flex; flex-flow:row wrap; justify-content:space-between; background-color:#ceadea; } #eleventh ul li{ flex: 0 1 auto; border:3px solid #5a6c3d; padding:5px 20px; background-color:#decdea; } #twelveth ul{ display:flex; flex-flow:row wrap; justify-content:space-between; background-color:#ceadea; padding:10px 10px; } #twelveth ul li{ flex: 0 1 auto; border:3px solid #5a6c3d; padding:5px 20px; background-color:#decdea; } #thirteenth ul{ display:flex; flex-flow:row wrap; justify-content:space-between; background-color:#ceadea; } #thirteenth ul li{ flex: 0 1 auto; border:3px solid #5a6c3d; padding:5px 20px; background-color:#decdea; } #thirteenth ul li:first-child{ margin:auto; } #fourteenth ul{ display:flex; flex-flow:row wrap; justify-content:space-between; background-color:#ceadea; padding:0 0; } #fourteenth ul li{ flex: 0 1 auto; border:3px solid #5a6c3d; padding:5px 20px; background-color:#decdea; } #fourteenth ul li:last-child{ margin-left:auto; } #fifteenth ul{ width:140px; display:flex; align-content:center; flex-flow:column nowrap; background-color:#ceadea; padding:0 0; } #fifteenth ul li{ flex: 0 1 auto; justify-content: space-around; border:3px solid #5a6c3d; padding:5px 20px; background-color:#decdea; } #sixteenth ul{ display:grid; grid-template-columns: repeat(9, 1fr); grid-template:"hom int . . proj . . blog contact"; justify-items:center; background-color: #dacfaf; padding:5px 5px; border:1px solid #3a1c2b; } #sixteenth ul li{ border:3px solid #3d6a5e; padding:5px 10px; margin:0 10px; background-color: #cfdaaf; } #sixteenth ul li:nth-child(1){ grid-area:hom; } #sixteenth ul li:nth-child(2){ grid-area:int; } #sixteenth ul li:nth-child(3){ grid-area:proj; } #sixteenth ul li:nth-child(4){ grid-area:blog; } #sixteenth ul li:nth-child(5){ grid-area:contact; } #eighteenth ul{ display:flex; flex-flow:row no-wrap; border-bottom: 5px solid grey; border-top: 5px solid grey; padding: 0; list-style: none; background-color: #e8e8e9; } #eighteenth li { background-color: #cacaca; margin: 8px; padding: 4px; border-radius:20px; text-decoration:none; flex:0 1 auto; transition: 0.5s;/*background-color 0.6s, color ease-in-out 0.8s, transform 0.6s; transition-timing-function: cubic-bezier(10,5,2,1);*/ } #eighteenth li:hover{ background-color:#4a4a4a; color:#cacaca; } #eighteenth li a:hover{ color:#cacaca; list-style-type: none; } #eighteenth li:nth-child(odd):hover{ transform:rotate(7deg); } #eighteenth li:nth-child(even):hover{ transform:rotate(-7deg); } #eighteenth li:nth-child(1){ margin-right:auto; }
MyTemplates/nav_variety/navstyle.css
body{ counter-reset: hnum; } h1:before{ counter-increment:hnum; content:counter(hnum)". "; } .box:nth-child(odd){ background: linear-gradient(90deg, #efefef,#cfcfcf); } .box:nth-child(even){ background: linear-gradient(90deg, #cfcfcf,#efefef); } p.label{ font-size:1.3em; } pre{ background: linear-gradient(90deg,#efefef, #8f8f8f); } ul{ list-style-type: none; } ul li{ font-size:1.3em; } .box{ width:100%; padding:20px 10%; } #first{ /*Bootstrap defauld*/ } #second ul{ background: #b7a3a1; } #second ul li{ display:inline; border: 3px solid #4c4c4c; padding:5px 20px; } #third ul{ background: #a7b3a1; } #third ul li{ display:inline-block; border: 3px solid #4c4c4c; padding:5px 20px; } #fourth ul{ background-color:#c1bcdc; } #fourth ul li{ display:block; float:left; background: #caacbc; padding:5px 20px; margin-right: 20px; } #fifth ul{ background: #caacbc; } #fifth ul li{ display:block; float:right; background: #caacbc; padding:5px 20px; margin-left:20px; } #sixth table{ background-color:#c1bcdc; border-collapse: separate; border-spacing: 15px; } #sixth table td{ background-color:#bcc7dc; font-size:1.3em; padding:5px 20px; border:3px solid #673f67; } #seventh ul{ display:inline-table; } #seventh ul li{ border-bottom:3px solid #5a6c3d; border-left:3px solid #5a6c3d; padding:5px 20px; } #eighth ul{ display:run-in; } #eighth ul li{ padding:5px 20px; border-bottom:3px solid #5a6c3d; border-left:3px solid #5a6c3d; } #nineth ul{ } #nineth ul li{ padding:5px 20px; border-bottom:3px solid #5a6c3d; border-left:3px solid #5a6c3d; } #tenth ul{ display:flex; flex-flow:row wrap; justify-content:space-between; background-color:#ceadea; } #tenth ul li{ flex: 0 1 150px; border:3px solid #5a6c3d; padding:5px 20px; background-color:#decdea; } #eleventh ul{ display:flex; flex-flow:row wrap; justify-content:space-between; background-color:#ceadea; } #eleventh ul li{ flex: 0 1 auto; border:3px solid #5a6c3d; padding:5px 20px; background-color:#decdea; } #twelveth ul{ display:flex; flex-flow:row wrap; justify-content:space-between; background-color:#ceadea; padding:10px 10px; } #twelveth ul li{ flex: 0 1 auto; border:3px solid #5a6c3d; padding:5px 20px; background-color:#decdea; } #thirteenth ul{ display:flex; flex-flow:row wrap; justify-content:space-between; background-color:#ceadea; } #thirteenth ul li{ flex: 0 1 auto; border:3px solid #5a6c3d; padding:5px 20px; background-color:#decdea; } #thirteenth ul li:first-child{ margin:auto; } #fourteenth ul{ display:flex; flex-flow:row wrap; justify-content:space-between; background-color:#ceadea; padding:0 0; } #fourteenth ul li{ flex: 0 1 auto; border:3px solid #5a6c3d; padding:5px 20px; background-color:#decdea; } #fourteenth ul li:last-child{ margin-left:auto; } #fifteenth ul{ width:140px; display:flex; align-content:center; flex-flow:column nowrap; background-color:#ceadea; padding:0 0; } #fifteenth ul li{ flex: 0 1 auto; justify-content: space-around; border:3px solid #5a6c3d; padding:5px 20px; background-color:#decdea; } #sixteenth ul{ display:grid; grid-template-columns: repeat(9, 1fr); grid-template:"hom int . . proj . . blog contact"; justify-items:center; background-color: #dacfaf; padding:5px 5px; border:1px solid #3a1c2b; } #sixteenth ul li{ border:3px solid #3d6a5e; padding:5px 10px; margin:0 10px; background-color: #cfdaaf; } #sixteenth ul li:nth-child(1){ grid-area:hom; } #sixteenth ul li:nth-child(2){ grid-area:int; } #sixteenth ul li:nth-child(3){ grid-area:proj; } #sixteenth ul li:nth-child(4){ grid-area:blog; } #sixteenth ul li:nth-child(5){ grid-area:contact; } #eighteenth ul{ display:flex; flex-flow:row no-wrap; border-bottom: 5px solid grey; border-top: 5px solid grey; padding: 0; list-style: none; background-color: #e8e8e9; } #eighteenth li { background-color: #cacaca; margin: 8px; padding: 4px; border-radius:20px; text-decoration:none; flex:0 1 auto; transition: 0.5s;/*background-color 0.6s, color ease-in-out 0.8s, transform 0.6s; transition-timing-function: cubic-bezier(10,5,2,1);*/ } #eighteenth li:hover{ background-color:#4a4a4a; color:#cacaca; } #eighteenth li a:hover{ color:#cacaca; list-style-type: none; } #eighteenth li:nth-child(odd):hover{ transform:rotate(7deg); } #eighteenth li:nth-child(even):hover{ transform:rotate(-7deg); } #eighteenth li:nth-child(1){ margin-right:auto; }
0.260201
0.097219
.wrapper-grid { display: grid; grid-gap: 40px; grid-template-columns: repeat(auto-fit, minmax(250px, 1fr)); grid-auto-rows: 250px; grid-auto-flow: dense; margin-top: 40px; } @media (max-width: 800px) { .wrapper-grid{ grid-template-columns: 1fr; } } .horizontal { grid-column: span 2; } .vertical { grid-row: span 2; } .big { grid-column: span 2; grid-row: span 2; } @media (max-width: 800px) { .horizontal, .vertical, .big{ grid-column: span 1; grid-row: span 1; } } .image { position: relative; } .overlay { background: rgba(0,0,0,0.2); position: absolute; top: 0; left: 0; width: 100%; height: 100%; display:flex; justify-content: center; align-items: flex-end; color: white; font-family: "Lato", sans-serif; padding: 13%; font-size: 20px; line-height: 1.2; letter-spacing: 1.8px; font-weight: bold; transition: all 0.3s ease; } @media (max-width: 800px) { .overlay{ visibility: visible; top: 60%; font-size: 16px; z-index: 5; height: 40%; background: unset; } } .image:hover .overlay{ background: rgba(0,0,0,0.5); } .background { position: absolute; top: 12px; left: 12px; background: blue; width: 100%; height: 100%; z-index: -1; background: linear-gradient(45deg, #ee9ca7 62%,#ffc3a0 100%); } @media (max-width: 800px) { .background{ top: 60%; left:0; height: 40%; z-index: 0; } } .wrapper-grid > div > img { width: 100%; height: 100%; object-fit: cover; } div.image.individual { height: 250px; width: 250px; float: left; margin: 0 40px 40px 0; } div.image.individual.vertical { height: 500px; } div.image.individual.horizontal { width: 500px; } div.image.individual.big { height: 500px; width: 500px; } p.blog-content { font-family: 'open sans', sans-serif; font-size: 18px; } div.image.individual > img { width: 100%; height: 100%; object-fit: cover; }
src/templates/index.css
.wrapper-grid { display: grid; grid-gap: 40px; grid-template-columns: repeat(auto-fit, minmax(250px, 1fr)); grid-auto-rows: 250px; grid-auto-flow: dense; margin-top: 40px; } @media (max-width: 800px) { .wrapper-grid{ grid-template-columns: 1fr; } } .horizontal { grid-column: span 2; } .vertical { grid-row: span 2; } .big { grid-column: span 2; grid-row: span 2; } @media (max-width: 800px) { .horizontal, .vertical, .big{ grid-column: span 1; grid-row: span 1; } } .image { position: relative; } .overlay { background: rgba(0,0,0,0.2); position: absolute; top: 0; left: 0; width: 100%; height: 100%; display:flex; justify-content: center; align-items: flex-end; color: white; font-family: "Lato", sans-serif; padding: 13%; font-size: 20px; line-height: 1.2; letter-spacing: 1.8px; font-weight: bold; transition: all 0.3s ease; } @media (max-width: 800px) { .overlay{ visibility: visible; top: 60%; font-size: 16px; z-index: 5; height: 40%; background: unset; } } .image:hover .overlay{ background: rgba(0,0,0,0.5); } .background { position: absolute; top: 12px; left: 12px; background: blue; width: 100%; height: 100%; z-index: -1; background: linear-gradient(45deg, #ee9ca7 62%,#ffc3a0 100%); } @media (max-width: 800px) { .background{ top: 60%; left:0; height: 40%; z-index: 0; } } .wrapper-grid > div > img { width: 100%; height: 100%; object-fit: cover; } div.image.individual { height: 250px; width: 250px; float: left; margin: 0 40px 40px 0; } div.image.individual.vertical { height: 500px; } div.image.individual.horizontal { width: 500px; } div.image.individual.big { height: 500px; width: 500px; } p.blog-content { font-family: 'open sans', sans-serif; font-size: 18px; } div.image.individual > img { width: 100%; height: 100%; object-fit: cover; }
0.634317
0.232201
@import url('https://fonts.googleapis.com/css?family=Nunito+Sans:400,700,900'); /* ========================================================================== Gobal Styles ========================================================================== */ /* ========================================================================== Google Font Loader ========================================================================== */ /* ========================================================================== Common Styles ========================================================================== */ body { font-family: 'Nunito Sans', sans-serif; font-weight: 400; font-size: 13px; line-height: 24px; overflow-x: hidden; /* fixing the overflow duting animation */ color: #444; } h1, h2, h3, h4, h5, h6 { font-weight: 700; margin-top: 0; margin-bottom: 0; } h1 { font-size: 3em; } h3 { font-size: 1.6em; line-height: 1.4em; } p { font-size: 14px; font-family: 'Nunito Sans', sans-serif; margin: 0; line-height: 24px; font-weight: 400; } a { color: #444; -webkit-transition: all .3s linear; -moz-transition: all .3s linear; -ms-transition: all .3s linear; -o-transition: all .3s linear; transition: all .3s linear; } a:hover, a:focus { color: #ff4f57; } img { max-width: 100%; } ul { margin: 0px; padding: 0px; } ul li { list-style: none; margin: 0; } ol { list-style: none; } a:hover, a:focus { text-decoration: none; outline: none; } .center { text-align: center; } ::selection { background: #ff4f57; color: #fff; } ::-moz-selection { background: #ff4f57; color: #fff; } .btn { padding: 12px 30px; color: #fff; position: relative; -webkit-transition: all .3s linear; -moz-transition: all .3s linear; -ms-transition: all .3s linear; -o-transition: all .3s linear; transition: all .3s linear; border: none; } .btn-common:hover, .btn-common:focus { color: #fff; background: #ea4249; box-shadow: 0 1px 6px 0 rgba(0, 0, 0, 0.12), 0 1px 6px 0 rgba(0, 0, 0, 0.12); } .btn-search-icon:hover { opacity: 0.8; } .btn-common { background-color: #ff4f57; border: none; border-radius: 50px; text-transform: uppercase; overflow: hidden; position: relative; } .btn-border { background: #fff; color: #ff4f57; text-transform: uppercase; border-radius: 50px; overflow: hidden; position: relative; } .btn-border:hover { color: #ff4f57; box-shadow: 0 1px 6px 0 rgba(0, 0, 0, 0.12), 0 1px 6px 0 rgba(0, 0, 0, 0.12); } .btn-search { padding: 11px; } .btn-lg { padding: 15px 30px; font-weight: 700; letter-spacing: 0.3px; border-radius: 4px; } .btn-sm { font-size: 14px; padding: 7px 18px; line-height: 1.5; margin-bottom: 5px; border: none; text-transform: capitalize; } .btn.btn-sm, .btn-group-sm .btn, .navbar .navbar-nav > li > a.btn.btn-sm, .btn-group-sm .navbar .navbar-nav > li > a.btn { padding: 5px 20px; font-size: 13px; } .btn-xs { border-radius: 0px; font-size: 12px; line-height: 1.5; padding: 1px 5px; } .btn-rm { padding: 10px 21px; text-transform: uppercase; } .btn-post { padding: 10px 16px; } .btn-search-icon { padding: 14px 22px; height: 55px; font-size: 22px; background: #ff4f57; color: #fff; width: 65px; text-align: center; } .btn-search-icon:hover { color: #fff; } .section { padding: 60px 0; } .section-title { font-size: 36px; padding: 0px 0px 30px; font-weight: 900; } .medium-title { font-size: 24px; padding: 10px 0; text-transform: uppercase; position: relative; } .medium-title:before { position: absolute; content: " "; width: 56px; bottom: 0px; margin-left: 0; margin-right: 0; border-bottom: 2px solid #ff4f57; } #content { padding: 80px 0; } .main-container { padding: 80px 0; } .no-padding { padding: 0px !important; } .page-header { padding: 40px 0; margin: 0; border-top: 1px solid #999; position: relative; } .page-header .product-title { font-size: 30px; line-height: 38px; font-weight: 900; letter-spacing: 1px; color: #fff; } .breadcrumb-wrapper { text-align: center; } .breadcrumb { font-size: 14px; color: #ff4f57; border-radius: 0px; background: transparent; padding: 5px 0px; z-index: 1; } .breadcrumb a { color: #fff; } .breadcrumb a:hover { color: #ff4f57; } /* preloader */ #loading { background-color: #fff; height: 100%; width: 100%; position: fixed; z-index: 9999999; margin-top: 0px; top: 0px; } #loading #loading-center { width: 100%; height: 100%; position: relative; } #loading #loading-center-absolute { position: absolute; left: 50%; top: 50%; height: 150px; width: 150px; margin-top: -75px; margin-left: -75px; -ms-transform: rotate(45deg); -webkit-transform: rotate(45deg); transform: rotate(45deg); } #loading .object { width: 20px; height: 20px; background-color: #ff4f57; position: absolute; left: 65px; top: 65px; border-radius: 500px; } #loading .object:nth-child(2n+0) { margin-right: 0px; } #loading #object_one { -webkit-animation: object_one 2s infinite; animation: object_one 2s infinite; -webkit-animation-delay: 0.2s; animation-delay: 0.2s; } #loading #object_two { -webkit-animation: object_two 2s infinite; animation: object_two 2s infinite; -webkit-animation-delay: 0.3s; animation-delay: 0.3s; } #loading #object_three { -webkit-animation: object_three 2s infinite; animation: object_three 2s infinite; -webkit-animation-delay: 0.4s; animation-delay: 0.4s; } #loading #object_four { -webkit-animation: object_four 2s infinite; animation: object_four 2s infinite; -webkit-animation-delay: 0.5s; animation-delay: 0.5s; } #loading #object_five { -webkit-animation: object_five 2s infinite; animation: object_five 2s infinite; -webkit-animation-delay: 0.6s; animation-delay: 0.6s; } #loading #object_six { -webkit-animation: object_six 2s infinite; animation: object_six 2s infinite; -webkit-animation-delay: 0.7s; animation-delay: 0.7s; } #loading #object_seven { -webkit-animation: object_seven 2s infinite; animation: object_seven 2s infinite; -webkit-animation-delay: 0.8s; animation-delay: 0.8s; } #loading #object_eight { -webkit-animation: object_eight 2s infinite; animation: object_eight 2s infinite; -webkit-animation-delay: 0.9s; animation-delay: 0.9s; } @-webkit-keyframes object_one { 50% { -webkit-transform: translate(-65px, -65px); } } @keyframes object_one { 50% { transform: translate(-65px, -65px); -webkit-transform: translate(-65px, -65px); } } @-webkit-keyframes object_two { 50% { -webkit-transform: translate(0, -65px); } } @keyframes object_two { 50% { transform: translate(0, -65px); -webkit-transform: translate(0, -65px); } } @-webkit-keyframes object_three { 50% { -webkit-transform: translate(65px, -65px); } } @keyframes object_three { 50% { transform: translate(65px, -65px); -webkit-transform: translate(65px, -65px); } } @-webkit-keyframes object_four { 50% { -webkit-transform: translate(65px, 0); } } @keyframes object_four { 50% { transform: translate(65px, 0); -webkit-transform: translate(65px, 0); } } @-webkit-keyframes object_five { 50% { -webkit-transform: translate(65px, 65px); } } @keyframes object_five { 50% { transform: translate(65px, 65px); -webkit-transform: translate(65px, 65px); } } @-webkit-keyframes object_six { 50% { -webkit-transform: translate(0, 65px); } } @keyframes object_six { 50% { transform: translate(0, 65px); -webkit-transform: translate(0, 65px); } } @-webkit-keyframes object_seven { 50% { -webkit-transform: translate(-65px, 65px); } } @keyframes object_seven { 50% { transform: translate(-65px, 65px); -webkit-transform: translate(-65px, 65px); } } @-webkit-keyframes object_eight { 50% { -webkit-transform: translate(-65px, 0); } } @keyframes object_eight { 50% { transform: translate(-65px, 0); -webkit-transform: translate(-65px, 0); } } /* ========================================================================== Navigation Menu Styles ========================================================================== */ .navbar-default.affix { width: 100%; top: 0; z-index: 9999; box-shadow: 0 0 3px rgba(0, 0, 0, 0.2); background: #fff; -webkit-animation-duration: 1s; animation-duration: 1s; -webkit-animation-fill-mode: both; animation-fill-mode: both; -webkit-animation-name: fadeInDown; animation-name: fadeInDown; } .navbar-default.affix .navbar-brand { padding: 7px 0px; } .navbar-default.affix .navbar-nav { margin: 10px 0px 0px 20px; } .navbar-default.affix .navbar-nav > li > a, .navbar-default.affix .navbar-nav > li > a:focus { padding: 10px 14px; color: #444; } .navbar-default.affix .side { padding: 18px 0; } .navbar-default.affix .navbar-nav > li > .dropdown-menu { margin-top: 0; } .navbar-default.affix .float-right li a { color: #ff4f57 !important; border: 1px solid #ff4f57; } .navbar-default.affix .float-right li a:hover { background: #ff4f57; color: #fff!important; } .navbar { margin-bottom: 0; background: transparent; border: none; border-radius: 0px; box-shadow: inset 0px -1px 0px 0px rgba(255, 255, 255, 0.2); -webkit-border-radius: 0; -moz-border-radius: 0; -o-border-radius: 0; } .navbar-brand { position: relative; margin: 0!important; padding: 15px 0; transition: all 0.3s ease-in-out; -moz-transition: all 0.3s ease-in-out; -webkit-transition: all 0.3s ease-in-out; -o-transition: all 0.3s ease-in-out; } .navbar-brand .ripple-container { display: none; } .navbar-default .navbar-nav { position: relative; margin: 20px 0px 5px 20px; transition: all 0.3s ease-in-out; -moz-transition: all 0.3s ease-in-out; -webkit-transition: all 0.3s ease-in-out; -o-transition: all 0.3s ease-in-out; } .navbar-default .navbar-nav > li { margin-right: 5px; padding-bottom: 10px; } .navbar-default .navbar-nav > li > a { color: #fff; display: block; font-size: 15px; border-radius: 4px; padding: 10px 14px; font-weight: 700; letter-spacing: 0.5px; overflow: hidden; transition: all 0.3s ease-in-out; -moz-transition: all 0.3s ease-in-out; -webkit-transition: all 0.3s ease-in-out; -o-transition: all 0.3s ease-in-out; } .navbar-default .navbar-nav > li:hover > a, .navbar-default .navbar-nav > li > a.active { color: #fff; background-color: #ff4f57; } .navbar-default .navbar-nav .dropdown { background: #ffffff; box-shadow: 0 0 25px 0 rgba(0, 0, 0, 0.08); left: 0; border-radius: 3px; padding: 10px; position: absolute; text-align: left; top: 100%; transition: opacity 0.3s ease-in-out; -moz-transition: opacity 0.3s ease-in-out; -webkit-transition: opacity 0.3s ease-in-out; -o-transition: opacity 0.3s ease-in-out; visibility: hidden; opacity: 0; width: 195px; z-index: 999; } .navbar-default .navbar-nav .dropdown:before { position: absolute; top: -6px; left: 22px; display: block; content: ""; width: 0px; height: 0px; border-style: solid; border-width: 0px 8px 7px; border-color: transparent transparent #fff; box-sizing: border-box; } .navbar-default .navbar-nav > li.drop:hover .dropdown { visibility: visible; opacity: 1; } .dropdown li a.active, .sup-dropdown li a.active { color: #ff4f57; } .dropdown > li:hover > a, .sup-dropdown li:hover > a { color: #ff4f57; } .dropdown li, .sup-dropdown li { position: relative; } .dropdown li a, .sup-dropdown li a { display: block; color: #666; margin-bottom: 2px; font-size: 13px; font-family: 'Nunito Sans', sans-serif; padding: 5px 10px; line-height: 26px; transition: all 0.3s ease-in-out; -moz-transition: all 0.3s ease-in-out; -webkit-transition: all 0.3s ease-in-out; -o-transition: all 0.3s ease-in-out; } .dropdown li a i { float: right; font-size: 17px; position: relative; top: -1px; margin: 4px 5px; } .navbar-default .navbar-nav .sup-dropdown { position: absolute; left: 100%; top: 0; border-radius: 2px; border-bottom: 2px solid #ff4f57; padding: 12px; width: 195px; background-color: #fff; margin-left: 10px; z-index: 3; box-shadow: 0 0 25px 0 rgba(0, 0, 0, 0.08); -webkit-transform: scaleX(0); transform: scaleX(0); -webkit-transform-origin: 0 0 0; transform-origin: 0 0 0; -webkit-transition: all 0.6s ease 0s; transition: all 0.6s ease 0s; } .navbar-default .navbar-nav li.drop .dropdown li:hover .sup-dropdown { opacity: 1; -webkit-transform: scaleX(1); transform: scaleX(1); z-index: 9999; } .float-right { border-radius: 0px; margin-left: 30px; } .float-right li a { font-size: 13px; color: #fff!important; background-color: rgba(255, 255, 255, 0.1); border: 1px solid rgba(255, 255, 255, 0.3); padding: 10px 15px; margin-right: 0px; text-transform: uppercase; } .float-right li a:hover { background: #2d61e6; color: #fff; } .float-right li a i { margin-right: 3px; } .main-navigation { background: #fff; } .main-navigation .navbar-nav > li > a { color: #444; } .main-navigation .float-right li a { color: #ff4f57 !important; border: 1px solid #ff4f57; } .main-navigation .float-right li a:hover { color: #fff!important; } .main-navigation .navbar-nav .dropdown { background: #282828; } .main-navigation .dropdown li a, .main-navigation .sup-dropdown li a { color: #fff; } .main-navigation .navbar-nav .dropdown:before { border-color: transparent transparent #282828; } .wpb-mobile-menu { display: none; } .wpb-mobile-menu ul li > ul { padding: 0; border-style: solid; border-width: 4px 0 0 0; border-radius: 0; left: 0; right: 0; border-color: transparent; } .wpb-mobile-menu ul li > ul > li > a { color: #666; padding: 10px 0 10px 15px; } .wpb-mobile-menu ul li > ul > li > a:hover, .wpb-mobile-menu ul li > ul > li > a .active { background: #ecf0f1; } .wpb-mobile-menu ul li > ul > li.active > a { background: #ecf0f1; } .slicknav_menu { display: none; } @media screen and (max-width: 767px) { .navbar-brand { position: absolute; top: 0; } .tbtn { display: none; } /* #menu is the original menu */ .slicknav_menu { display: block; } } @media screen and (max-width: 768px) { .navbar-toggle { display: none; } .tbtn { display: none; } } .tbtn { color: #FFF !important; font-size: 30px; height: 42px; border-top-right-radius: 4px; border-bottom-right-radius: 4px; width: 105px; padding: 10px; cursor: pointer; position: fixed; background: #ff4f57; z-index: 999; top: 124px; left: 0px; } .tbtn p { font-size: 12px; } .tbtn p i { margin-right: 4px; font-size: 14px; } .title-menu { font-size: 15px; color: #666; padding: 12px 15px; border-bottom: 1px solid #eee; } .navmenu, .navbar-offcanvas { width: 180px; z-index: 9999999; } .navmenu-default, .navbar-default .navbar-offcanvas { background-color: #fff; } .navmenu-default .navmenu-nav > li > a:hover, .navbar-default .navbar-offcanvas .navmenu-nav > li > a:hover, .navmenu-default .navmenu-nav > li > a:focus, .navbar-default .navbar-offcanvas .navmenu-nav > li > a:focus { color: #fff; background-color: #ff4f57; } .nav > li { position: relative; display: block; } .navmenu-default .navmenu-nav > li > a, .navbar-default .navbar-offcanvas .navmenu-nav > li > a { color: #666; padding: 0px 15px; font-size: 12px; border-bottom: 1px solid #eee; } nav#menu span.fa.fa-bars:hover { color: #ff4f57; } .navmenu-default .navmenu-nav > .active > a, .navbar-default .navbar-offcanvas .navmenu-nav > .active > a, .navmenu-default .navmenu-nav > .active > a:hover, .navbar-default .navbar-offcanvas .navmenu-nav > .active > a:hover, .navmenu-default .navmenu-nav > .active > a:focus, .navbar-default .navbar-offcanvas .navmenu-nav > .active > a:focus { background: #ff4f57; color: #fff; } .close { background: transparent; padding: 14px 12px; opacity: 1; } .close i { background: #ff4f57; color: #fff; padding: 8px; border-radius: 50px; font-size: 12px; } /* ========================================================================== Custom Component ========================================================================== */ /* ========================================================================== Preset Loader ========================================================================== */ /*==================================================== intro section style ====================================================*/ .section-intro { background: url("../img/bg/bg-intro.jpg") center center no-repeat; background-size: cover; color: #fff; position: relative; width: 100%; } .section-intro:before { content: ""; left: 0; width: 100%; height: 100%; display: inline-block; background-color: rgba(42, 46, 50, 0.8); position: absolute; } .search-container { padding: 200px 0; display: inline-block; width: 100%; position: relative; } .search-container .form-control { padding: 0 40px; border: 1px solid transparent; } .search-container .form-group { margin-bottom: 0px!important; } .search-container h2 { font-size: 30px; color: #ff4f57; font-weight: 400; margin-bottom: 30px; letter-spacing: -1px; } .search-container h1 { font-weight: 900; font-size: 50px; letter-spacing: 1px; line-height: 30px; } .search-container .content { background: rgba(255, 255, 255, 0.1); padding: 10px; margin-bottom: 30px; } .popular-jobs a { background-color: rgba(255, 255, 255, 0.1); border: 1px solid rgba(255, 255, 255, 0.3); padding: 5px 10px; color: #fff; margin: 0 5px; border-radius: 4px; -webkit-transition: all 0.2s ease-in-out; -moz-transition: all 0.2s ease-in-out; -o-transition: all 0.2s ease-in-out; -ms-transition: all 0.2s ease-in-out; transition: all 0.2s ease-in-out; } .popular-jobs a:hover { background: #ff4f57; border-color: #ff4f57; color: #fff; } .section-intro .main-text { margin: 100px 15px 130px; text-transform: uppercase; } .section-intro .main-text .intro-title { font-size: 48px; color: #fff; white-space: nowrap; line-height: 58px; } .section-intro .main-text .sub-title { font-size: 14px; color: #fff; padding: 15px 0; line-height: 24px; text-transform: capitalize; margin-bottom: 15px; } #search-row-wrapper { background: url("../img/bg/counter-bg.jpg") center center no-repeat; background-size: cover; color: #fff; text-align: center; } #search-row-wrapper .overlay { background: url("../img/bg/bg-overlay.png") rgba(0, 0, 0, 0.3) repeat; width: 100%; height: 100%; } #search-row-wrapper .search-inner { padding: 40px 0; } #intro-bg { background: url("../img/bg/bg-intro-1.jpg") center center no-repeat; background-size: cover; color: #fff; position: relative; width: 100%; } #intro-bg:before { content: ""; left: 0; width: 100%; height: 100%; display: inline-block; background-color: rgba(42, 46, 50, 0.7); position: absolute; } /* ========================================================================== Advanced search ========================================================================== */ .search-bar { background: rgba(68, 68, 68, 0.7); padding: 20px; } .search-bar i { font-size: 15px; position: absolute; top: 0px; background-color: transparent; color: #444; right: 15px; padding: 15px; } .search-bar label { z-index: 0; font-weight: 400; width: 100%; margin: 0px; } .search-bar .form-group { margin-bottom: 0px!important; } .input-group-addon { border: none; } .search-category .search-category-container { border: none; padding: 0; position: relative; border-radius: 0; border: none!important; background: #fff; } .input-group-addon { padding: 0!important; } .styled-select { position: relative; width: 100%; background: #fff; } .styled-select:before { content: "\e651"; float: left; position: absolute; font-family: themify; color: #666; left: 2px; padding: 13px; z-index: 999; } .styled-select > select { background: transparent; font-size: 14px; line-height: 18px; border: 0; border-radius: 0; height: 44px; } .search-category select { padding: 12px; border: none; background: transparent; font-size: 14px; font-weight: 400; color: #333; } select > opation:focus { box-shadow: none; border: none; } .dropdown-product select.balck { background-color: #666; } .dropdown-product select.option3 { border-radius: 10px 0; } .bootstrap-select .dropdown-toggle:focus { outline: thin dotted transparent!important; outline: 0px auto -webkit-focus-ring-color !important; outline-offset: 0px!important; } .btn-default { padding: 17px 14px; border-radius: 0px; color: #2d2d2d !important; background: #fff; text-transform: none; } .btn-default:hover { background-color: #fff; border-color: #fff; } label { margin: 0; } .bootstrap-select:not([class*=col-]):not([class*=form-control]):not(.input-group-btn) { width: 100%; } .bootstrap-select.btn-group .dropdown-toggle .filter-option { margin-left: 30px; } .page-ads .styled-select { width: 100%; background-color: #FFF; border: 1px solid #ddd; border-radius: 0px; box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.075); color: #444; display: block; } .page-ads .bootstrap-select:not([class*=col-]):not([class*=form-control]):not(.input-group-btn) { width: 100%; } /* ========================================================================== Jobs section Start ========================================================================== */ .find-job { background: #fff; } .find-job .tabs-container { background: #F0F3FA; padding: 15px; border: 1px solid #ddd; } .find-job .nav-tabs { padding: 20px 0; background: transparent; } .find-job .nav-tabs > li > a { padding: 10px 15px; font-size: 14px; color: #ff4f57; text-transform: uppercase; border: 1px solid #ff4f57 !important; border-radius: 0px; margin-right: 10px; font-weight: 700; } .find-job .nav > li > a:focus, .find-job .nav > li > a:hover { background-color: #ff4f57; color: #fff; } .find-job .nav-tabs > li.active > a, .find-job .nav-tabs > li.active > a:focus, .find-job .nav-tabs > li.active > a:hover { border-radius: 0px; background: #ff4f57; color: #fff; } .find-job table td { line-height: 78px !important; font-size: 14px; font-weight: 700; } .find-job td img { margin-right: 10px; } .find-job .table-striped > tbody > tr:nth-of-type(2n+1) { background: #fff; } .find-job .table > caption + thead > tr:first-child > td, .find-job .table > caption + thead > tr:first-child > th, .find-job .table > colgroup + thead > tr:first-child > td, .find-job .table > colgroup + thead > tr:first-child > th, .find-job .table > thead:first-child > tr:first-child > td, .find-job .table > thead:first-child > tr:first-child > th { padding: 15px 0; color: #627198; font-size: 14px; font-weight: 700; } .find-job .pill { display: inline-block; padding: 4px 4px; height: 18px; line-height: 12px; text-align: center; border-radius: 30px; color: white; } .find-job .pill.medium { padding: 4px 10px; height: 22px; font-size: 12px; line-height: 15px; } .find-job .green { background: #9DB722; } .find-job .red { background: #DE4003; } .find-job .yellow { background: #DDA103; } .find-job .showing a { margin-left: 10px; font-size: 14px; line-height: 32px; } .find-job .showing a span { color: #ff4f57; } .find-job .pagination > li > a, .find-job .pagination > li > span { margin-right: 5px; border-radius: 50px; background: transparent; } .find-job .pagination .btn i { font-size: 10px; } /* ========================================================================== Category Section Start ========================================================================== */ .category { background: #ff4f57; } .category .section-title { color: #fff; } .f-category:hover .icon img, .f-category:hover .icon i { transform: scale(1.1); -moz-transform: scale(1.1); -webkit-transform: scale(1.1); } .f-category { -webkit-transition: all .3s linear; -moz-transition: all .3s linear; -ms-transition: all .3s linear; -o-transition: all .3s linear; transition: all .3s linear; border: 1px solid #ddd; height: 190px; margin-top: -1px; background: #ffffff; padding: 15px; text-align: center; overflow: hidden; display: block; margin-right: -1px; } .f-category:hover { background: #eee; } .f-category .icon { margin: 15px; } .f-category .icon img { border-radius: 50px; box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.18), 0 2px 5px 0 rgba(0, 0, 0, 0.15); transform: scale(1); -moz-transform: scale(1); -webkit-transform: scale(1); -webkit-transition: all .3s linear; -moz-transition: all .3s linear; -ms-transition: all .3s linear; -o-transition: all .3s linear; transition: all .3s linear; } .f-category .icon i { font-size: 40px; padding: 20px; color: #ff4f57; transform: scale(1); -moz-transform: scale(1); -webkit-transform: scale(1); -webkit-transition: all .3s linear; -moz-transition: all .3s linear; -ms-transition: all .3s linear; -o-transition: all .3s linear; transition: all .3s linear; } .f-category h3 { font-size: 16px; text-transform: uppercase; line-height: 32px; -webkit-transition: all .3s linear; -moz-transition: all .3s linear; -ms-transition: all .3s linear; -o-transition: all .3s linear; transition: all .3s linear; } .f-category h3 a { color: #444; } .f-category h3 a:hover { color: #ff4f57; } .f-category p { color: #999; } /* ========================================================================== Featured Jobs Section Style ========================================================================== */ .featured-jobs .featured-item { position: relative; margin-bottom: 30px; border: 1px solid #f1f1f1; border-radius: 0px; -webkit-transition: all 0.15s ease; -moz-transition: all 0.15s ease; -o-transition: all 0.15s ease; transition: all 0.15s ease; cursor: pointer; -webkit-transition: transform 0.2s linear, -webkit-box-shadow 0.2s linear; -moz-transition: transform 0.2s linear, -moz-box-shadow 0.2s linear; transition: transform 0.2s linear, box-shadow 0.2s linear; } .featured-jobs .featured-item:hover { box-shadow: 0 13px 21px rgba(0, 0, 0, 0.13); -webkit-box-shadow: 0 13px 21px rgba(0, 0, 0, 0.13); -moz-box-shadow: 0 13px 21px rgba(0, 0, 0, 0.13); } .featured-jobs .featured-wrap { background: #fff; width: 100%; padding: 8px; } .featured-jobs .item-thumb { position: relative; width: 100%; height: 100%; -webkit-transition: all 0.15s ease; -moz-transition: all 0.15s ease; -o-transition: all 0.15s ease; transition: all 0.15s ease; } .featured-jobs .item-thumb a { display: block; } .featured-jobs .item-thumb:hover { opacity: 0.9; } .featured-jobs .item-body { padding: 20px 12px 10px; width: 100%; } .featured-jobs .item-body .job-title { margin: 0 0 4px 0; } .featured-jobs .item-body .job-title a { font-size: 16px; text-transform: uppercase; } .featured-jobs .item-body .job-title a:hover { color: #ff4f57; } .featured-jobs .item-body .adderess { color: #999; font-size: 14px; line-height: 22px; margin: 0; } .featured-jobs .item-foot { background: #fff; display: inline-block; width: 100%; border-top: 1px solid #e5e5e5; padding: 14px 20px; position: relative; } .featured-jobs .item-foot a { color: #999; } .featured-jobs .item-foot a:hover { color: #ff4f57; } .featured-jobs .item-foot span { color: #999; font-size: 14px; line-height: 22px; font-weight: 400; margin-right: 10px; } .featured-jobs .item-foot span i { margin-right: 5px; } .featured-jobs .item-foot .view-iocn { position: absolute; top: -24px; right: 24px; } .featured-jobs .item-foot .view-iocn a { width: 48px; display: block; background: #ff4f57; color: #fff; font-size: 20px; height: 48px; text-align: center; line-height: 50px; border-radius: 50px; box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.18), 0 2px 5px 0 rgba(0, 0, 0, 0.15); } /* ========================================================================== purchase ========================================================================== */ .purchase { background-image: url("../img/parallax/bg-02.jpg"); padding: 100px 0; background-attachment: absolute; background-position: 50% 0; } .purchase .title-text { font-size: 38px; text-transform: uppercase; color: #fff; margin-bottom: 30px; } .purchase p { color: #9FA7BA; font-size: 23px; letter-spacing: 1px; margin-bottom: 40px; } /* ========================================================================== Blog ========================================================================== */ #blog .blog-item-wrapper { background: #fff; border-radius: 0px; margin-bottom: 30px; -webkit-transition: transform 0.2s linear, -webkit-box-shadow 0.2s linear; -moz-transition: transform 0.2s linear, -moz-box-shadow 0.2s linear; transition: transform 0.2s linear, box-shadow 0.2s linear; } #blog .blog-item-wrapper:hover { box-shadow: 0 13px 21px rgba(0, 0, 0, 0.13); -webkit-box-shadow: 0 13px 21px rgba(0, 0, 0, 0.13); -moz-box-shadow: 0 13px 21px rgba(0, 0, 0, 0.13); } #blog .blog-item-img { position: relative; } #blog .blog-item-img img { width: 100%; } #blog .blog-item-text { border: 1px solid #f1f1f1; padding: 15px; } #blog .blog-item-text .meta-tags { margin-bottom: 10px; } #blog .blog-item-text .meta-tags span { margin-right: 10px; } #blog .blog-item-text .meta-tags span i { margin-right: 5px; } #blog .blog-item-text h3 { line-height: 26px; font-size: 16px; font-weight: 700; margin-bottom: 10px; } #blog .blog-item-text p { line-height: 25px; margin-bottom: 20px; } /* ========================================================================== Testimonial Section Start ========================================================================== */ #testimonial { width: 100%; background: url(../img/testimonial/testimonial-bg.jpg); background-size: cover; position: relative; } #testimonial:before { position: absolute; content: " "; top: 0; bottom: 0; width: 100%; height: 100%; } #testimonial .img-member { height: 90px; border-radius: 100%; margin-top: 22px; overflow: hidden; width: 90px; } #testimonial .client-info { color: #fff; line-height: 20px; margin: 20px auto; } #testimonial .client-info .client-name { font-size: 20px; line-height: 44px; text-transform: uppercase; } #testimonial .client-info .client-name span { font-size: 13px; font-weight: 400; color: #fff; text-transform: none; font-style: italic; } #testimonial p { margin: 20px; text-align: center; font-size: 14px; letter-spacing: 0.9px; color: #fff; font-style: italic; position: relative; } #testimonial p .quote-left { font-size: 32px; margin-right: 36px; } #testimonial p .quote-right { font-size: 32px; margin-left: 36px; } #testimonial .owl-theme .owl-controls .owl-buttons div { border-radius: 50%; font-size: 30px; margin: 20px 10px 0; padding: 0 12px; } .touch-slider .owl-controls .owl-buttons { position: relative; top: -190px; left: 0; } .touch-slider .owl-controls .owl-buttons div.owl-prev { float: left; margin-left: -45px; } .touch-slider .owl-controls .owl-buttons div.owl-next { float: right !important; margin-right: -45px; } .owl-theme .owl-controls .owl-buttons div { width: 40px; height: 40px; line-height: 30px; display: block !important; background: #ff4f57 !important; text-align: center; display: inline-block; opacity: 1!important; border-radius: 50px!important; box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.18), 0 2px 5px 0 rgba(0, 0, 0, 0.15); transition: all 0.4s ease-in-out; -moz-transition: all 0.4s ease-in-out; -webkit-transition: all 0.4s ease-in-out; -o-transition: all 0.4s ease-in-out; } .owl-theme .owl-controls .owl-buttons div:hover { box-shadow: 0 5px 11px 0 rgba(0, 0, 0, 0.18), 0 4px 15px 0 rgba(0, 0, 0, 0.15); opacity: 0.8!important; } .owl-theme .owl-controls .owl-buttons div i { color: #fff; font-size: 14px; line-height: 40px; } /* ========================================================================== Clients Section ========================================================================== */ .clients { background: #f7f7f7; } .clients .items { margin: 15px; text-align: center; } /* ========================================================================== Counter Style ========================================================================== */ #counter { background: url("../img/bg/counter-bg.jpg") center center no-repeat; background-size: cover; color: #fff; padding: 60px 0; text-align: center; } .counting { margin: 15px 0px; } .counting .icon { margin-bottom: 25px; } .counting .icon i { color: #ff4f57; font-size: 42px; } .counting .desc h2 { font-size: 30px; line-height: 27px; position: relative; padding-bottom: 20px; margin-bottom: 20px; } .counting .desc h2:after { background: #ff4f57; bottom: 0; content: ""; height: 2px; left: 0; margin: auto; position: absolute; right: 0; width: 45px; } .counting .desc h1 { font-size: 38px; line-height: 39px; } .counting:hover span { background: #ff4f57; -webkit-transform: scale(1.1, 1.1); -moz-transform: scale(1.1, 1.1); -ms-transform: scale(1.1, 1.1); -o-transform: scale(1.1, 1.1); transform: scale(1.1, 1.1); } /* ========================================================================== Infobox Style ========================================================================== */ .infobox { background: #ff4f57; } .infobox .info-text { float: left; display: inline-block; } .infobox .info-text h2 { font-size: 24px; letter-spacing: 0.5px; color: #fff; display: inline-block; line-height: 40px; text-transform: uppercase; } .infobox .info-text p { color: #fff; line-height: 30px; } .infobox .info-text p a { color: #ddd; } .infobox .info-text p a:hover { color: #fff; } .infobox .btn { margin-top: 15px; float: right; } /* ========================================================================== Footer Style ========================================================================== */ footer .block-title { font-size: 24px; letter-spacing: 1px; font-weight: 900; margin-bottom: 30px; } footer .footer-Content { background-color: #202020; padding: 60px 0; color: #fff; } .textwidget { font-size: 14px; font-weight: 300; line-height: 24px; color: #fff; } footer .menu { padding-left: 0; } footer .menu li { padding-bottom: 10px; } footer .menu li a { color: #fff; padding: 0px; } footer .menu li a:hover { color: #ff4f57; } .subscribe-box { margin-top: 18px; } .subscribe-box input[type="text"] { color: #444; font-size: 12px; padding: 6px 12px; border: none; background: #fff; border-radius: 0px; -webkit-border-radius: 0px; -moz-border-radius: 0px; -o-border-radius: 0px; outline: none; } .subscribe-box input[type="submit"] { display: inline-block; text-decoration: none; color: #fff; font-size: 12px; background: #ff4f57; text-transform: uppercase; border: none; padding: 7px 16px; border-radius: 0px; -webkit-border-radius: 0px; -moz-border-radius: 0px; -o-border-radius: 0px; transition: all 0.2s ease-in-out; -moz-transition: all 0.2s ease-in-out; -webkit-transition: all 0.2s ease-in-out; -o-transition: all 0.2s ease-in-out; } .bottom-social-icons { margin-bottom: 10px; } .bottom-social-icons a { color: #fff; text-align: center; width: 42px; line-height: 44px; margin-right: 5px; border-radius: 50px; background: #ff4f57; display: inline-block; height: 42px; position: relative; overflow: hidden; } #copyright { background-color: #202020; border-top: 1px solid #393939; padding: 20px 0 10px; color: #fff; } #copyright p { line-height: 34px; } #copyright p a { color: #fff; } #copyright p a:hover { color: #ff4f57; } .social-icon .facebook:hover { background-color: #3b5998; } .social-icon .twitter:hover { background-color: #55acee; } .social-icon .dribble:hover { background-color: #D34836; } .social-icon .flickr:hover { background-color: #ff0084; } .social-icon .youtube:hover { background-color: #CC181E; } .social-icon .google-plus:hover { background-color: #dd4b39; } .social-icon .linkedin:hover { background-color: #007bb5; } footer ul li a { padding: 0px; } footer { padding: 0px; } /* ========================================================================== Categories Page style ========================================================================== */ .widget-title { position: relative; margin-bottom: 20px; padding-bottom: 10px; border-bottom: 1px solid #eee; } .widget-title:before { content: ""; position: absolute; border-bottom: 3px solid #ff4f57; width: 50px; bottom: -1px; left: 0px; } .widget-title i { display: inline-block; margin-right: 15px; font-size: 16px; color: #ff4f57; } .widget-title h4 { font-size: 16px; display: inline-block; text-transform: uppercase; } .inner-box { border: 1px solid #eee; padding: 30px; margin-bottom: 30px; } .categories-list ul { margin: 0; } .categories-list ul li a { padding: 10px; margin-bottom: 5px; display: block; font-size: 13px; color: #444; border-bottom: 1px solid #eee; } .categories-list ul li a:hover { color: #ff4f57; } .categories-list ul li a i { margin-right: 5px; } .categories-list ul li:last-child a { border: none; } /* ========================================================================== Categories All Page Style ========================================================================== */ .all-categories .cat-title { font-size: 14px; text-transform: uppercase; background: #F8F8F8; padding: 10px 20px; border: 1px solid #ddd; margin-bottom: 20px; } .all-categories .cat-title span { color: #999; font-size: 12px; } .all-categories ul { margin-bottom: 20px; } .all-categories ul li { padding: 4px 20px; font-size: 15px; line-height: 26px; } .all-categories ul li a { color: #999; } .all-categories ul li a:hover { color: #ff4f57; } /* ========================================================================== Pagination ========================================================================== */ .pagination-bar { padding-bottom: 35px; margin-top: 35px; } .pagination { margin: 0; } .pagination > li > a, .pagination .pagination > li > span { border: 1px solid #eee; border-radius: 0; } .pagination .active > a, .pagination .active > a:focus, .pagination > .active > a:hover, .pagination > .active > span, .pagination > .active > span:focus, .pagination > .active > span:hover { background-color: #ff4f57 !important; border-color: #ff4f57 !important; } .pagination > li > a:focus, .pagination > li > a:hover, .pagination > li > span:focus, .pagination > li > span:hover { background: #ff4f57; border-color: #ff4f57; color: #fff; } .pagination > .active > a, .pagination > .active > a:focus, .pagination > .active > a:hover, .pagination > .active > span, .pagination > .active > span:focus, .pagination > .active > span:hover { box-shadow: none; } .post-promo { background: #e5e5e5; border: 1px solid #ddd; padding: 30px; } .post-promo h2 { font-size: 24px; font-weight: 400; margin-bottom: 10px; } .post-promo h5 { font-size: 14px; font-weight: 400; margin-bottom: 20px; } /* ========================================================================== About Page Style ========================================================================== */ #service-main .section-title { margin-bottom: 30px; } .service-item { text-align: center; padding: 30px 15px; transition: all 0.4s ease-in-out; -moz-transition: all 0.4s ease-in-out; -webkit-transition: all 0.4s ease-in-out; -o-transition: all 0.4s ease-in-out; } .service-item .icon-wrapper { font-size: 40px; margin-bottom: 30px; } .service-item .icon-wrapper i { display: block; margin: 0 auto; color: #ff4f57; } .service-item h2 { font-size: 16px; letter-spacing: 0.5px; text-transform: uppercase; font-weight: 700; margin-bottom: 15px; transition: all 0.4s ease-in-out; -moz-transition: all 0.4s ease-in-out; -webkit-transition: all 0.4s ease-in-out; -o-transition: all 0.4s ease-in-out; } .service-item:hover { background: #f1f1f1; } .about-content { padding: 15px 15px; } .about-content .desc { font-weight: 700; line-height: 26px; margin-top: 20px; } .about-content p { margin-bottom: 20px; } /* ========================================================================== Job Details Page Style ========================================================================== */ .job-detail { background: #F5F5F5; } .job-detail .medium-title { margin-bottom: 30px; font-weight: 900; } .job-detail .box { background: #fff; margin-bottom: 30px; } .job-detail .thumb { float: left; margin: 0 20px 0 0; } .job-detail .text-left { float: left; width: 75%; } .job-detail .text-left h3 { font-size: 24px; margin: 0 0 5px 0; } .job-detail .text-left p { margin: 0 0 10px 0; } .job-detail .text-left .meta span { margin-right: 20px; color: #999; } .job-detail .text-left .meta span i { color: #ff4f57; margin-right: 3px; } .job-detail .text-left .price { font-size: 18px; padding: 10px 0 15px 0; display: block; clear: both; } .job-detail .text-left .price i { font-size: 15px; margin-right: 10px; color: #ff4f57; } .job-detail .text-left .btn { margin-right: 20px; } .job-detail .clearfix { display: inline-block; width: 100%; padding: 30px 0 0 0; } .job-detail .clearfix h4 { margin-bottom: 10px; } .job-detail .clearfix p { color: #888; margin: 0 0 20px 0; } .job-detail .clearfix ul li { padding: 0 0 30px 20px; overflow: hidden; display: block; font-size: 14px; color: #666; position: relative; } .job-detail .clearfix ul li i { position: absolute; left: 0; top: 4px; margin-right: 5px; color: #ff4f57; } .job-detail .sidebar .thumb { width: 100%; background: #000; position: relative; border-radius: 4px; margin-bottom: 20px; } .job-detail .sidebar .text-box h4 { margin: 0 0 12px 0; } .job-detail .sidebar .text-box h4 a { color: #ff4f57; } .job-detail .sidebar .text-box p { color: #888; margin: 0 0 10px 0; } .job-detail .sidebar .text-box a.text { display: block; color: #888; padding: 0 0 5px 0; } .job-detail .sidebar .text-box a.text i { margin-right: 5px; color: #ff4f57; } .job-detail .sidebar .text-box strong.price { color: #666; font-size: 15px; display: block; padding: 3px 0 15px 0; } .job-detail .sidebar .text-box strong.price i { margin-right: 5px; color: #ff4f57; } .job-detail .sidebar .sidebar-jobs ul li { display: block; overflow: hidden; padding: 15px 0; border-bottom: 1px solid #eee; } .job-detail .sidebar .sidebar-jobs ul li:last-child { border: none; } .job-detail .sidebar .sidebar-jobs ul li a { display: block; padding: 0 0 5px 0; } .job-detail .sidebar .sidebar-jobs ul li span { color: #888; display: block; } .job-detail .sidebar .sidebar-jobs ul li span i { margin-right: 5px; color: #ff4f57; } /* ========================================================================== Browse Jobs Page Style ========================================================================== */ .full-time { font-size: 12px; color: #fff; background: #2c3e50 !important; border-radius: 4px; margin-left: 10px; padding: 7px 18px; } .part-time { font-size: 12px; color: #fff; background: #7f8c8d !important; border-radius: 4px; margin-left: 10px; padding: 7px 18px; } .job-browse .pagination { margin-top: 30px; } .job-browse .cat-list li { padding: 7px 0; border-bottom: 1px solid #eee; } .job-browse .cat-list li a { text-decoration: none; color: #999; display: inline-block; transition: all 0.2s ease-in-out; -moz-transition: all 0.2s ease-in-out; -webkit-transition: all 0.2s ease-in-out; -o-transition: all 0.2s ease-in-out; } .job-list { border: 1px solid #f1f1f1; padding: 15px; display: inline-block; margin-bottom: 15px; } .job-list .thumb { float: left; } .job-list .thumb img { border-radius: 4px; } .job-list .job-list-content { display: block; margin-left: 125px; position: relative; } .job-list .job-list-content h4 { font-size: 24px; margin-bottom: 10px; } .job-list .job-list-content p { margin-bottom: 20px; } .job-list .job-tag { border-top: 1px solid #ddd; padding: 15px 0; line-height: 35px; } .job-list .job-tag .meta-tag span { font-size: 14px; color: #999; margin-right: 10px; } .job-list .job-tag .meta-tag span a { color: #999; } .job-list .job-tag .meta-tag span a:hover { color: #ff4f57; } .job-list .job-tag .meta-tag span i { margin-right: 5px; } .job-list .job-tag .icon { float: left; border: 1px solid #ddd; width: 40px; height: 40px; line-height: 42px; border-radius: 50px; text-align: center; margin-right: 18px; background: #f1f1f1; color: #ff4f57; font-size: 16px; } /* ========================================================================== Job Alerts Pages Style ========================================================================== */ .right-sideabr h4 { font-size: 13px; color: #999; } .right-sideabr .item { padding: 15px 0px; border-bottom: 1px solid #f1f1f1; margin-bottom: 15px; } .right-sideabr .lest li { padding: 5px 0; } .right-sideabr .lest li a { font-size: 14px; font-weight: 700; color: #888; } .right-sideabr .lest li a:hover { color: #ff4f57; } .right-sideabr .lest li a.active { color: #ff4f57; } .right-sideabr .lest .notinumber { float: right; width: 24px; height: 24px; background: #ff4f57; text-align: center; border-radius: 50px; color: #fff; } .job-alerts-item { border: 1px solid #eee; padding: 30px; } .job-alerts-item .alerts-list { padding: 15px 0; border-bottom: 1px solid #ddd; text-transform: uppercase; } .job-alerts-item .alerts-title { font-size: 26px; margin-bottom: 30px; } .job-alerts-item .alerts-content { padding: 30px 0; border-bottom: 1px solid #ddd; } .job-alerts-item .alerts-content h3 { font-size: 16px; } .job-alerts-item .alerts-content .location { color: #999; } .job-alerts-item .alerts-content p { color: #999; margin-top: 15px; } .job-alerts-item .job-list { border: none; padding: 15px 0; } /* ========================================================================== My Resume Page Style ========================================================================== */ .my-resume .item { padding: 20px 0; border-bottom: 1px solid #eee; } .my-resume .item h3 { font-size: 20px; letter-spacing: 0.5px; margin-bottom: 15px; } .my-resume .item h3 i { margin-right: 5px; color: #999; } .my-resume .item h4 { font-size: 16px; text-transform: uppercase; letter-spacing: 0.5px; margin-bottom: 10px; } .my-resume .item h5 { font-size: 13px; color: #888; text-transform: uppercase; letter-spacing: 0.5px; margin-bottom: 5px; } .my-resume .item .date { font-size: 15px; color: #888; } .my-resume .item p { color: #888; } .my-resume .item br { margin-bottom: 20px; } .my-resume .author-resume { display: inline-block; border-bottom: 1px solid #eee; padding-bottom: 30px; } .my-resume .author-resume .thumb { float: left; } .my-resume .author-resume .thumb img { border-radius: 4px; } .my-resume .author-resume .author-info { margin-left: 140px; } .my-resume .author-resume .author-info h3 { font-size: 16px; text-transform: uppercase; } .my-resume .author-resume .author-info p { line-height: 30px; } .my-resume .author-resume .author-info .social-link { margin-top: 5px; } .my-resume .skill { margin-top: 30px; } .my-resume .skill h3 { font-size: 20px; letter-spacing: 0.5px; margin-bottom: 15px; } .my-resume .skill h3 i { margin-right: 5px; color: #999; } /* Add Resume Page */ .post-header { padding: 10px 15px; background: #ddd; margin-bottom: 20px; } .post-header a { color: #ff4f57; } .add-post-btn { width: 100%; display: inline-block; padding: 5px 0px 25px 0px; } .add-post-btn .btn-added { font-size: 12px; border-radius: 50px; font-weight: 700; background: #ddd; padding: 5px 15px; } .add-post-btn .btn-delete { color: red; font-size: 12px; border-radius: 50px; font-weight: 700; background: #ddd; padding: 5px 15px; } /* ========================================================================== Manager Resumes Pages Style ========================================================================== */ .manager-resumes-item { background-color: #fff; border: 1px solid #ddd; margin-bottom: 30px; } .manager-resumes-item .item-body { padding: 20px 30px; color: #999; } .manager-resumes-item .item-body .tag-list { margin-top: 15px; } .manager-resumes-item .item-body .tag-list span { background-color: #f8f9fb; color: #818a91; padding: 2px 6px; margin-right: 8px; margin-bottom: 4px; font-size: 12px; border-radius: 2px; line-height: 20px; white-space: nowrap; display: inline-block; } .manager-resumes-item .manager-content { padding: 20px 30px; border-bottom: 1px solid #f1f1f1; display: inline-block; width: 100%; } .manager-resumes-item .manager-content .resume-thumb { max-width: 64px; width: auto; margin-right: 30px; float: left; } .manager-resumes-item .manager-content .manager-info .manager-name { float: left; } .manager-resumes-item .manager-content .manager-info .manager-name h4 { font-size: 22px; line-height: 35px; } .manager-resumes-item .manager-content .manager-info .manager-name h5 { font-size: 17px; margin-top: 6px; color: #999; } .manager-resumes-item .manager-content .manager-info .manager-meta { float: right; text-align: right; } .manager-resumes-item .manager-content .manager-info .manager-meta span { display: block; color: #999; font-size: 16px; line-height: 35px; } .manager-resumes-item .update-date { padding: 5px 30px; display: inline-block; width: 100%; } .manager-resumes-item .update-date .status { float: left; } .manager-resumes-item .update-date .action-btn { float: right; } .manager-resumes-item .btn-xs { height: 24px; border-radius: 2px; line-height: 24px; padding: 0 12px; font-size: 11px; } .manager-resumes-item .btn { background: #eceeef; } .manager-resumes-item .btn-gray { color: #818a91; } .manager-resumes-item .btn-gray:hover { color: #ff4f57; } .manager-resumes-item .btn-danger { background-color: #ef4d42 !important; } /* ========================================================================== Notifications Page Style ========================================================================== */ .notification .pagination { margin-top: 30px; } .notification-item { display: inline-block; padding: 15px 0; border-bottom: 1px solid #eee; width: 100%; } .notification-item .thums { float: left; } .notification-item .thums img { border-radius: 4px; width: 80px; } .notification-item .text-left { margin-left: 98px; padding: 15px 0; } .notification-item .text-left p { font-size: 15px; } .notification-item .text-left .time { color: #999; } .notification-item .text-left .time i { margin-right: 5px; } /* ========================================================================== Applications Page Style ========================================================================== */ .applications-content { padding: 30px 0; border-bottom: 1px solid #ddd; } .applications-content .thums { float: left; width: 60px; margin-right: 12px; } .applications-content h3 { font-size: 14px; margin-top: 10px; } .applications-content p { color: #999; margin-top: 15px; } /* ========================================================================== Manage Jobs Page Style ========================================================================== */ .candidates .can-img img { width: 48px; margin: 5px 15px; } /* ========================================================================== Policy Page Style ========================================================================== */ .policy { background: #F5F5F5; } .policy .post-box { border-radius: 4px; background: #fff; box-shadow: 0 2px 3px 0 rgba(0, 0, 0, 0.15); -moz-box-shadow: 0 2px 3px 0 rgba(0, 0, 0, 0.15); -webkit-box-shadow: 0 2px 3px 0 rgba(0, 0, 0, 0.15); } .policy .post-box .text-box { width: 100%; padding: 20px 23px; } .policy .post-box .text-box h2 { line-height: 26px; clear: both; margin: 0 0 18px 0; } .policy .post-box .text-box h4 { line-height: 26px; clear: both; color: #999; margin: 0 0 18px 0; } .policy .post-box .text-box p { color: #888; margin: 0 0 20px 0; } .policy .post-box ul { padding: 0 0 20px 20px; margin: 0; } .policy .post-box ul li { padding: 0; display: block; overflow: hidden; color: #888; } /* ========================================================================== Post Job Style ========================================================================== */ fieldset label { margin-bottom: 10px; } fieldset p { margin-bottom: 10px; } .divider { padding: 10px 0px 20px; margin-bottom: 15px; border-bottom: 1px solid #eee; } /* ========================================================================== Pricing Table Style ========================================================================== */ .mainHeading { text-align: center; margin-bottom: 20px; } .mainHeading .section-title { font-size: 24px; letter-spacing: 0.1em; padding: 20px 0px; text-transform: uppercase; font-weight: 400; } #pricing-table { background: #F0F3FA; text-align: center; } #pricing-table .title { padding-top: 25px; padding-bottom: 20px; } #pricing-table .title h3 { text-transform: uppercase; font-size: 18px; margin-bottom: 0px; } #pricing-table .table { padding-bottom: 50px; border-radius: 4px; background: #fff; -webkit-transition: all .3s linear; -moz-transition: all .3s linear; -ms-transition: all .3s linear; -o-transition: all .3s linear; transition: all .3s linear; } #pricing-table .table .pricing-header { position: relative; padding: 30px 0px; background: #fff; text-align: center; border-bottom: 1px solid #eee; border-top: 1px solid #eee; margin-bottom: 50px; -webkit-transition: all .3s linear; -moz-transition: all .3s linear; -ms-transition: all .3s linear; -o-transition: all .3s linear; transition: all .3s linear; } #pricing-table .table .pricing-header .price-value { font-size: 52px; color: #ff4f57; position: relative; text-align: center; font-weight: 700; line-height: 62px; } #pricing-table .table .pricing-header .price-value sup { font-size: 30px; position: relative; top: -24px; font-weight: 400; } #pricing-table .table .pricing-header .price-quality { font-size: 14px; color: #999; } #pricing-table .table .description { text-align: center; padding: 0px 50px; margin-bottom: 30px; } #pricing-table .table .description li { font-size: 14px; color: #999; padding-bottom: 8px; font-weight: 700; letter-spacing: 0.5px; } #pricing-table .table:hover { box-shadow: 0 13px 21px rgba(0, 0, 0, 0.13); -webkit-box-shadow: 0 13px 21px rgba(0, 0, 0, 0.13); -moz-box-shadow: 0 13px 21px rgba(0, 0, 0, 0.13); } #pricing-table .table:hover .pricing-header { background: #ff4f57; } #pricing-table .table:hover .pricing-header .price-value { color: #ffffff; } #pricing-table .table:hover .pricing-header .price-quality { color: #ffffff; } #pricing-table #active-tb { box-shadow: 0 13px 21px rgba(0, 0, 0, 0.13); -webkit-box-shadow: 0 13px 21px rgba(0, 0, 0, 0.13); -moz-box-shadow: 0 13px 21px rgba(0, 0, 0, 0.13); } #pricing-table #active-tb .pricing-header { background: #ff4f57; } #pricing-table #active-tb .pricing-header .price-value { color: #ffffff; } #pricing-table #active-tb .pricing-header .price-quality { color: #ffffff; } /* ========================================================================== Account Archived ADS pages style ========================================================================== */ .collapse-box { margin-bottom: 15px; } .collapset-title { border-top: 1px solid #eee; color: #444; font-size: 14px; font-weight: normal; letter-spacing: 1px; margin-bottom: 0px; margin-top: 0px; padding-bottom: 10px; padding-top: 15px; text-transform: uppercase; } .no-border { border: none; } .user-panel-sidebar ul { padding: 0; } .user-panel-sidebar ul li a { background: #FFF; display: block; color: #444; font-size: 12px; letter-spacing: 0.5px; line-height: 26px; padding: 5px 10px; text-align: left; border-bottom: 1px solid #eee; } .user-panel-sidebar ul li a:hover, .user-panel-sidebar ul li a:active, .user-panel-sidebar ul li.active a { background-color: #ff4f57; color: #fff; } .user-panel-sidebar ul li a:hover .badge, .user-panel-sidebar ul li a:focus .badge, .user-panel-sidebar ul li.active a .badge { color: #fff; } .user-panel-sidebar ul li:last-child a { border-bottom: none; } .collapse-box .badge { float: right; background-color: transparent; color: #888; font-size: 11px; line-height: 20px; -webkit-transition: all .3s linear; -moz-transition: all .3s linear; -ms-transition: all .3s linear; -o-transition: all .3s linear; transition: all .3s linear; } .table-search .control-label { line-height: 16px; padding-right: 0; } .searchpan input#filter { font-size: 12px; height: 30px; } .clear-filter { font-size: 11px; } .add-img-td img { width: 100%; } .table-action { display: block; margin-bottom: 15px; } table.add-manage-table > tbody > tr > td, table.add-manage-table > tbody > tr > th { vertical-align: middle; } .table > thead > tr > th { border-bottom: none; color: #ff4f57; } .ads-details-td h4 { font-size: 15px; margin-bottom: 6px; } .ads-details-td strong { font-size: 13px; color: #444; } .ads-details-td sapn { color: #888; } .price-td { text-align: center; color: #888; } .add-img-selector { width: 2%; } .add-img-td { width: 20%; } .ads-details-td { width: 60%; } .price-td { width: 16%; } .action-td { width: 10%; } .photo-count { background: none repeat scroll 0 0 #ccc; border: 0 none; border-radius: 0; font-size: 12px; opacity: 0.9; padding: 0 3px; position: absolute; right: 4px; top: 5px; } /* ========================================================================== Account home page ========================================================================== */ .userimg { border: 1px solid #eee; display: inline-block; width: 75px; padding: 3px; margin-right: 5px; } .usearadmin h3 { font-size: 18px; text-transform: uppercase; } .welcome-msg { margin-bottom: 30px; } .pt { margin-top: 15px; } .back-to-top { display: none; position: fixed; bottom: 18px; right: 15px; } .back-to-top i { display: block; width: 36px; height: 36px; line-height: 36px; color: #fff; font-size: 14px; text-align: center; border-radius: 50px; background-color: #ff4f57; -webkit-transition: all 0.2s linear; -moz-transition: all 0.2s linear; -o-transition: all 0.2s linear; transition: all 0.2s linear; } /* ========================================================================== Custom Component ========================================================================== */ .post-title { font-size: 22px; font-weight: 700; margin-bottom: 15px; } .post-title a { color: #444; } .blog-post { margin-bottom: 40px; padding-bottom: 20px; border-bottom: 1px solid #eee; } .blog-post .post-thumb { position: relative; } .blog-post .post-thumb .hover-wrap { position: absolute; left: 0; top: 0; display: block; width: 100%; text-align: center; height: 100%; background: rgba(5, 47, 67, 0.8); opacity: 0; -webkit-transition: all 0.4s ease; -moz-transition: all 0.4s ease; transition: all 0.4s ease; } .blog-post .post-thumb:hover .hover-wrap { opacity: 1; } .blog-post .post-thumb:hover .link { margin-top: 0px; } .blog-post .blog-author { float: left; height: 68px; margin-top: 32px; text-align: center; width: 68px; } .blog-post .blog-author img { border-radius: 50%; } .blog-post .post-content { width: 100%; padding: 30px 92px; } .blog-post .post-content .meta { font-size: 13px; margin-bottom: 17px; padding-bottom: 11px; border-bottom: 1px solid #eee; } .blog-post .post-content .meta .meta-part { display: inline-block; margin-bottom: 10px; margin-right: 25px; } .blog-post .post-content .meta .meta-part a { color: #999; } .blog-post .post-content .meta .meta-part a:hover { color: #ff4f57; } .blog-post .post-content .meta .meta-part i { margin-right: 5px; } .blog-post .post-content p { margin-bottom: 30px; } #pagination span, #pagination a { display: inline-block; text-align: center; height: 34px; width: 34px; color: #666; line-height: 33px; border: 1px solid #eee; border-radius: 2px; -webkit-border-radius: 2px; -moz-border-radius: 2px; -o-border-radius: 2px; transition: all 0.2s ease-in-out; -moz-transition: all 0.2s ease-in-out; -webkit-transition: all 0.2s ease-in-out; -o-transition: all 0.2s ease-in-out; } #pagination a:hover { border-color: #ddd; } #pagination .all-pages, #pagination .next-page { width: auto; padding: 0 14px; } .widget-title { font-size: 15px; font-weight: 400; color: #333333; letter-spacing: 1px; padding: 10px 0; margin-bottom: 20px; text-transform: uppercase; word-spacing: 1px; position: relative; } .widget-title:before { content: ''; position: absolute; left: 0; bottom: 0; width: 60px; } .right-sidebar { padding-left: 20px; } .search { width: 100%; margin-bottom: 0px !important; position: relative; } .search-btn { position: absolute; top: 76px; right: 25px; border: none; background: transparent; font-size: 18px; } .search-btn i { color: #999; } #sidebar { margin-bottom: 30px; } #sidebar .widget { border-bottom: 1px solid #E9E9E9; margin-bottom: 22px; padding-bottom: 30px; } #sidebar .widget:last-child { border-bottom: none; } #sidebar .cat-list li { padding: 7px 0; border-bottom: 1px solid #eee; } #sidebar .cat-list li a { text-decoration: none; color: #999; display: inline-block; transition: all 0.2s ease-in-out; -moz-transition: all 0.2s ease-in-out; -webkit-transition: all 0.2s ease-in-out; -o-transition: all 0.2s ease-in-out; } #sidebar .cat-list li .num-posts { font-size: 12px; } #sidebar .cat-list li:last-child { border: none; } #sidebar .posts-list li { margin-bottom: 12px; padding-bottom: 12px; border-bottom: 1px solid #eee; } #sidebar .posts-list li:last-child { margin: 0; padding: 0; border: none; } #sidebar .posts-list .widget-thumb { float: left; } #sidebar .posts-list .widget-thumb a { display: block; } #sidebar .posts-list .widget-thumb a img { opacity: 1; max-width: 90px; margin: 5px 15px 0 0; transition: all 0.2s ease-in-out; -moz-transition: all 0.2s ease-in-out; -webkit-transition: all 0.2s ease-in-out; -o-transition: all 0.2s ease-in-out; } #sidebar .posts-list .widget-thumb:hover img { opacity: 0.7; } #sidebar .posts-list .widget-content a { font-weight: 400; color: #666; } #sidebar .posts-list .widget-content span { color: #999; font-size: 12px; display: block; margin: 3px 0; } #sidebar .posts-list .widget-content span i { padding-right: 5px; } #sidebar .tag a { display: inline-block; font-size: 12px; color: #fff; padding: 7px 12px; background: #ff4f57; margin: 4px 2px; border-radius: 50px; transition: all 0.4s ease-in-out; -moz-transition: all 0.4s ease-in-out; -webkit-transition: all 0.4s ease-in-out; -o-transition: all 0.4s ease-in-out; } #sidebar .tag a:hover { color: #fff; } .single-post p { margin-bottom: 20px!important; } blockquote { border-left: none; padding: 30px; background: #ff4f57; } blockquote .quote-text { font-size: 20px; font-weight: 400; color: #FFF; line-height: 34px; } blockquote p { margin-top: 10px; margin-bottom: 0px !important; } blockquote p a { color: #fff; } blockquote p a:hover { color: #fff; } #comments h3 { font-size: 20px; font-weight: 400; } #comments .comments-list { padding: 0; margin: 0 0 35px 0; } #comments .comments-list .media { padding: 30px 0; } #comments .comments-list .media .thumb-left { float: left; width: 75px; height: 75px; } #comments .comments-list .media .thumb-left img { border-radius: 50px; } #comments .comments-list .media .info-body { margin-left: 90px; background: #f1f1f1; padding: 20px; } #comments .comments-list .media .info-body .name { font-size: 15px; font-weight: 700; line-height: 25px; margin-right: 10px; } #comments .comments-list .media .info-body .comment-date { font-weight: 600; color: #999; margin-right: 5px; font-size: 12px; } #comments .comments-list li ul { padding-left: 85px; } .reply-link { color: #ff4f57; border-radius: 0px; font-size: 14px; -webkit-transition: all 0.4s ease; -moz-transition: all 0.4s ease; -ms-transition: all 0.4s ease; transition: all 0.4s ease; } .respond-title { font-size: 20px; font-weight: 400; padding: 0px 0px 30px; } .share-social span { float: left; margin-right: 10px; font-size: 14px; color: #999; line-height: 31px; font-weight: 700; } .social-link a { color: #CACACA; text-align: center; width: 32px; border: 1px solid #CACACA; line-height: 32px; border-radius: 50px; display: inline-block; height: 32px; } .social-link .facebook:hover { color: #3b5998; border-color: #3b5998; } .social-link .twitter:hover { color: #55acee; border-color: #55acee; } .social-link .google:hover { color: #dd4b39; border-color: #dd4b39; } .social-link .linkedin:hover { color: #007bb5; border-color: #007bb5; } .head-faq { margin-bottom: 20px; } .panel-group .panel { margin-bottom: 24px; } .panel-default { border-radius: 0px; border: none; } .panel-default .panel-heading { padding: 0px 30px; outline: none; border-radius: 0px; background: #ff4f57 !important; border: 1px solid #ff4f57; width: 100%; box-shadow: none; } .panel-default .panel-heading .panel-title { margin-top: 0px; margin-bottom: 0px; font-size: 16px; color: inherit; } .panel-default .panel-heading a { font-size: 15px; font-weight: 400; padding: 15px 35px 15px 0px; display: inline-block; width: 100%; color: #fff; position: relative; text-decoration: none; } .panel-default .panel-heading a:after { font-family: "themify"; content: "\e61a"; position: absolute; right: 15px; color: #fff; font-size: 14px; font-weight: 300; top: 50%; line-height: 1; margin-top: -7px; } .panel-default .panel-heading .collapsed:after { content: "\e622"; } .panel-default .panel-collapse .panel-body { padding: 15px 30px; background-color: #fff; border: 1px solid #fff; } /* ========================================================================== Contact Pages ========================================================================== */ .contact-form, .information { margin-top: 40px; } .contact-datails { margin-bottom: 12px; min-height: 75px; position: relative; } .contact-datails .icon { position: absolute; } .contact-datails .icon i { font-size: 18px; } .contact-datails .info { padding-left: 30px; } .contact-datails .info h3 { font-size: 15px; display: block; text-transform: uppercase; } .contact-datails .info .datail { display: block; color: #888; } .form-control { background-color: #FFF; border: 1px solid #ddd; border-radius: 0px; box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.075); color: #444; display: block; height: 55px; padding: 15px 10px; width: 100%; } .form-control:focus { box-shadow: none; } /* ========================================================================== .form-control, .form-group .form-control{ border: 0; background-image: linear-gradient(@preset, @preset,), linear-gradient(#D2D2D2, #D2D2D2); background-size: 0 2px, 100% 1px; background-repeat: no-repeat; background-position: center bottom, center calc(100% - 1px); background-color: transparent; transition: background 0s ease-out; float: none; box-shadow: none; border-radius: 0; font-weight: 400; } .form-group.is-focused .form-control { outline: none; background-image: linear-gradient(@preset, @preset), linear-gradient(#D2D2D2, #D2D2D2); background-size: 100% 2px, 100% 1px; box-shadow: none; transition-duration: 0.3s; } ========================================================================== */ .input-icon input { padding-left: 40px; } .input-icon { position: relative; } .login-form .input-icon i, .cd-form .input-icon i { color: #444; opacity: 0.6; padding-right: 10px; margin-top: -3px; } .input-icon i { font-size: 15px; left: 12px; line-height: 22px; margin-top: -11px; position: absolute; top: 50%; } .form-group { margin-bottom: 20px; position: relative; } .form-group i { position: absolute; top: 20px; color: #888; left: 12px; font-size: 18px; } .checkbox-item { display: inline-block; width: 100%; } .checkbox-item .checkbox { float: left; margin: 0; } .checkbox-item a { float: right; } /* ========================================================================== My Account ========================================================================== */ .my-account { background: #f5f5f5; } .my-account-form .cd-switcher:after { content: ""; display: table; clear: both; } .my-account-form .cd-switcher li { width: 50%; float: left; text-align: center; } .my-account-form .cd-switcher li:first-child a { border-radius: .4px 0 0 0; } .my-account-form .cd-switcher li:last-child a { border-radius: 0 .4px 0 0; } .my-account-form .cd-switcher a { display: block; width: 100%; font-size: 16px; height: 50px; line-height: 50px; background: #ff4f57; color: #fff; } .my-account-form .cd-switcher a.selected { background: #FFF; color: #505260; } @media only screen and (min-width: 600px) { .my-account-form { margin: 4px auto; } .my-account-form .cd-switcher a { height: 70px; line-height: 70px; } } #cd-login, #cd-signup, #cd-reset-password { display: none; } #cd-login.is-selected, #cd-signup.is-selected, #cd-reset-password.is-selected { display: block; } .cd-user-modal-container .cd-switcher a.selected { background: #FFF; color: #666; } .cd-form-message { text-align: center; margin-bottom: 20px; color: #888; } .cd-form-bottom-message { text-align: center; } /* ========================================================================== .form-control:focus, textarea:focus{ box-shadow: none; border: 1px solid @preset; outline: none; } ========================================================================== */ .has-error .form-control:focus { box-shadow: none; } .addon { font-size: 20px; color: #888; border-radius: 0px; width: 32px!important; } .box { padding: 15px; border: 1px solid #ddd; box-shadow: 3px 3px 9px rgba(0, 0, 0, 0.075); } .page-login-form { padding: 15px; background: #fff; box-shadow: 3px 3px 9px rgba(0, 0, 0, 0.075); } .page-login-form h3 { font-size: 18px; color: #444; line-height: 18px; padding: 15px 0 30px; text-transform: uppercase; text-align: center; } .page-login-form .login-form .form-control { background: #ffffff !important; } .page-login-form .log-btn { width: 100%; padding: 12px 22px; margin: 0px 0px 20px; letter-spacing: 1; text-transform: capitalize; font-size: 16px; } .registration .form-group { margin: 0; } .registration .form-group .lable { margin-bottom: 10px; } .registration .form-group .form-control { background: #ffffff !important; } .registration .btn { padding: 7px 20px; border: none; } .form-ad .checkbox label { margin-bottom: 0px; } .control-label { font-size: 14px; color: #888; font-weight: 700; margin-bottom: 10px; } .btn-file input[type="file"] { position: absolute; top: 0px; right: 0px; min-width: 100%; min-height: 100%; text-align: right; opacity: 0; background: transparent none repeat scroll 0px 0px; cursor: inherit; display: block; } .file-caption { height: 54px; } .mb15 { margin-bottom: 15px; } .form-static { display: inline-block; margin-bottom: 0px; vertical-align: middle; } .btn-group, .btn-group-vertical { margin: 0; } .btn-select { padding: 12px; border-radius: 2px; color: #2d2d2d !important; background: #fff; text-transform: none; } .btn-group.open > .dropdown-toggle.btn, .btn-group.open > .dropdown-toggle.btn.btn-default, .btn-group-vertical.open > .dropdown-toggle.btn, .btn-group-vertical.open > .dropdown-toggle.btn.btn-default { background: #fff; } .btn-group.open .dropdown-toggle { box-shadow: 1px 3px 5px rgba(0, 0, 0, 0.125); } .btn-group.open .dropdown-toggle:focus { outline: none; } .dropdown-menu > li > a { padding: 12px 20px; margin-bottom: 4px; } .dropdown-menu li a:hover, .dropdown-menu li a:focus, .dropdown-menu li a:active { background-color: #ff4f57; color: #fff; border-radius: 0px; } .btn-group.bootstrap-select.dropdown-product ul.dropdown-menu.inner { display: none; } .btn-group.bootstrap-select.dropdown-product.open ul.dropdown-menu.inner { display: block; z-index: 9999; } .open .dropdown-menu { margin-top: 0; } .btn-group .dropdown-menu, .btn-group-vertical .dropdown-menu { border-radius: 0px; text-transform: none; } .input-group-addon { border: none; background: transparent; }
public/assets/css/main.css
@import url('https://fonts.googleapis.com/css?family=Nunito+Sans:400,700,900'); /* ========================================================================== Gobal Styles ========================================================================== */ /* ========================================================================== Google Font Loader ========================================================================== */ /* ========================================================================== Common Styles ========================================================================== */ body { font-family: 'Nunito Sans', sans-serif; font-weight: 400; font-size: 13px; line-height: 24px; overflow-x: hidden; /* fixing the overflow duting animation */ color: #444; } h1, h2, h3, h4, h5, h6 { font-weight: 700; margin-top: 0; margin-bottom: 0; } h1 { font-size: 3em; } h3 { font-size: 1.6em; line-height: 1.4em; } p { font-size: 14px; font-family: 'Nunito Sans', sans-serif; margin: 0; line-height: 24px; font-weight: 400; } a { color: #444; -webkit-transition: all .3s linear; -moz-transition: all .3s linear; -ms-transition: all .3s linear; -o-transition: all .3s linear; transition: all .3s linear; } a:hover, a:focus { color: #ff4f57; } img { max-width: 100%; } ul { margin: 0px; padding: 0px; } ul li { list-style: none; margin: 0; } ol { list-style: none; } a:hover, a:focus { text-decoration: none; outline: none; } .center { text-align: center; } ::selection { background: #ff4f57; color: #fff; } ::-moz-selection { background: #ff4f57; color: #fff; } .btn { padding: 12px 30px; color: #fff; position: relative; -webkit-transition: all .3s linear; -moz-transition: all .3s linear; -ms-transition: all .3s linear; -o-transition: all .3s linear; transition: all .3s linear; border: none; } .btn-common:hover, .btn-common:focus { color: #fff; background: #ea4249; box-shadow: 0 1px 6px 0 rgba(0, 0, 0, 0.12), 0 1px 6px 0 rgba(0, 0, 0, 0.12); } .btn-search-icon:hover { opacity: 0.8; } .btn-common { background-color: #ff4f57; border: none; border-radius: 50px; text-transform: uppercase; overflow: hidden; position: relative; } .btn-border { background: #fff; color: #ff4f57; text-transform: uppercase; border-radius: 50px; overflow: hidden; position: relative; } .btn-border:hover { color: #ff4f57; box-shadow: 0 1px 6px 0 rgba(0, 0, 0, 0.12), 0 1px 6px 0 rgba(0, 0, 0, 0.12); } .btn-search { padding: 11px; } .btn-lg { padding: 15px 30px; font-weight: 700; letter-spacing: 0.3px; border-radius: 4px; } .btn-sm { font-size: 14px; padding: 7px 18px; line-height: 1.5; margin-bottom: 5px; border: none; text-transform: capitalize; } .btn.btn-sm, .btn-group-sm .btn, .navbar .navbar-nav > li > a.btn.btn-sm, .btn-group-sm .navbar .navbar-nav > li > a.btn { padding: 5px 20px; font-size: 13px; } .btn-xs { border-radius: 0px; font-size: 12px; line-height: 1.5; padding: 1px 5px; } .btn-rm { padding: 10px 21px; text-transform: uppercase; } .btn-post { padding: 10px 16px; } .btn-search-icon { padding: 14px 22px; height: 55px; font-size: 22px; background: #ff4f57; color: #fff; width: 65px; text-align: center; } .btn-search-icon:hover { color: #fff; } .section { padding: 60px 0; } .section-title { font-size: 36px; padding: 0px 0px 30px; font-weight: 900; } .medium-title { font-size: 24px; padding: 10px 0; text-transform: uppercase; position: relative; } .medium-title:before { position: absolute; content: " "; width: 56px; bottom: 0px; margin-left: 0; margin-right: 0; border-bottom: 2px solid #ff4f57; } #content { padding: 80px 0; } .main-container { padding: 80px 0; } .no-padding { padding: 0px !important; } .page-header { padding: 40px 0; margin: 0; border-top: 1px solid #999; position: relative; } .page-header .product-title { font-size: 30px; line-height: 38px; font-weight: 900; letter-spacing: 1px; color: #fff; } .breadcrumb-wrapper { text-align: center; } .breadcrumb { font-size: 14px; color: #ff4f57; border-radius: 0px; background: transparent; padding: 5px 0px; z-index: 1; } .breadcrumb a { color: #fff; } .breadcrumb a:hover { color: #ff4f57; } /* preloader */ #loading { background-color: #fff; height: 100%; width: 100%; position: fixed; z-index: 9999999; margin-top: 0px; top: 0px; } #loading #loading-center { width: 100%; height: 100%; position: relative; } #loading #loading-center-absolute { position: absolute; left: 50%; top: 50%; height: 150px; width: 150px; margin-top: -75px; margin-left: -75px; -ms-transform: rotate(45deg); -webkit-transform: rotate(45deg); transform: rotate(45deg); } #loading .object { width: 20px; height: 20px; background-color: #ff4f57; position: absolute; left: 65px; top: 65px; border-radius: 500px; } #loading .object:nth-child(2n+0) { margin-right: 0px; } #loading #object_one { -webkit-animation: object_one 2s infinite; animation: object_one 2s infinite; -webkit-animation-delay: 0.2s; animation-delay: 0.2s; } #loading #object_two { -webkit-animation: object_two 2s infinite; animation: object_two 2s infinite; -webkit-animation-delay: 0.3s; animation-delay: 0.3s; } #loading #object_three { -webkit-animation: object_three 2s infinite; animation: object_three 2s infinite; -webkit-animation-delay: 0.4s; animation-delay: 0.4s; } #loading #object_four { -webkit-animation: object_four 2s infinite; animation: object_four 2s infinite; -webkit-animation-delay: 0.5s; animation-delay: 0.5s; } #loading #object_five { -webkit-animation: object_five 2s infinite; animation: object_five 2s infinite; -webkit-animation-delay: 0.6s; animation-delay: 0.6s; } #loading #object_six { -webkit-animation: object_six 2s infinite; animation: object_six 2s infinite; -webkit-animation-delay: 0.7s; animation-delay: 0.7s; } #loading #object_seven { -webkit-animation: object_seven 2s infinite; animation: object_seven 2s infinite; -webkit-animation-delay: 0.8s; animation-delay: 0.8s; } #loading #object_eight { -webkit-animation: object_eight 2s infinite; animation: object_eight 2s infinite; -webkit-animation-delay: 0.9s; animation-delay: 0.9s; } @-webkit-keyframes object_one { 50% { -webkit-transform: translate(-65px, -65px); } } @keyframes object_one { 50% { transform: translate(-65px, -65px); -webkit-transform: translate(-65px, -65px); } } @-webkit-keyframes object_two { 50% { -webkit-transform: translate(0, -65px); } } @keyframes object_two { 50% { transform: translate(0, -65px); -webkit-transform: translate(0, -65px); } } @-webkit-keyframes object_three { 50% { -webkit-transform: translate(65px, -65px); } } @keyframes object_three { 50% { transform: translate(65px, -65px); -webkit-transform: translate(65px, -65px); } } @-webkit-keyframes object_four { 50% { -webkit-transform: translate(65px, 0); } } @keyframes object_four { 50% { transform: translate(65px, 0); -webkit-transform: translate(65px, 0); } } @-webkit-keyframes object_five { 50% { -webkit-transform: translate(65px, 65px); } } @keyframes object_five { 50% { transform: translate(65px, 65px); -webkit-transform: translate(65px, 65px); } } @-webkit-keyframes object_six { 50% { -webkit-transform: translate(0, 65px); } } @keyframes object_six { 50% { transform: translate(0, 65px); -webkit-transform: translate(0, 65px); } } @-webkit-keyframes object_seven { 50% { -webkit-transform: translate(-65px, 65px); } } @keyframes object_seven { 50% { transform: translate(-65px, 65px); -webkit-transform: translate(-65px, 65px); } } @-webkit-keyframes object_eight { 50% { -webkit-transform: translate(-65px, 0); } } @keyframes object_eight { 50% { transform: translate(-65px, 0); -webkit-transform: translate(-65px, 0); } } /* ========================================================================== Navigation Menu Styles ========================================================================== */ .navbar-default.affix { width: 100%; top: 0; z-index: 9999; box-shadow: 0 0 3px rgba(0, 0, 0, 0.2); background: #fff; -webkit-animation-duration: 1s; animation-duration: 1s; -webkit-animation-fill-mode: both; animation-fill-mode: both; -webkit-animation-name: fadeInDown; animation-name: fadeInDown; } .navbar-default.affix .navbar-brand { padding: 7px 0px; } .navbar-default.affix .navbar-nav { margin: 10px 0px 0px 20px; } .navbar-default.affix .navbar-nav > li > a, .navbar-default.affix .navbar-nav > li > a:focus { padding: 10px 14px; color: #444; } .navbar-default.affix .side { padding: 18px 0; } .navbar-default.affix .navbar-nav > li > .dropdown-menu { margin-top: 0; } .navbar-default.affix .float-right li a { color: #ff4f57 !important; border: 1px solid #ff4f57; } .navbar-default.affix .float-right li a:hover { background: #ff4f57; color: #fff!important; } .navbar { margin-bottom: 0; background: transparent; border: none; border-radius: 0px; box-shadow: inset 0px -1px 0px 0px rgba(255, 255, 255, 0.2); -webkit-border-radius: 0; -moz-border-radius: 0; -o-border-radius: 0; } .navbar-brand { position: relative; margin: 0!important; padding: 15px 0; transition: all 0.3s ease-in-out; -moz-transition: all 0.3s ease-in-out; -webkit-transition: all 0.3s ease-in-out; -o-transition: all 0.3s ease-in-out; } .navbar-brand .ripple-container { display: none; } .navbar-default .navbar-nav { position: relative; margin: 20px 0px 5px 20px; transition: all 0.3s ease-in-out; -moz-transition: all 0.3s ease-in-out; -webkit-transition: all 0.3s ease-in-out; -o-transition: all 0.3s ease-in-out; } .navbar-default .navbar-nav > li { margin-right: 5px; padding-bottom: 10px; } .navbar-default .navbar-nav > li > a { color: #fff; display: block; font-size: 15px; border-radius: 4px; padding: 10px 14px; font-weight: 700; letter-spacing: 0.5px; overflow: hidden; transition: all 0.3s ease-in-out; -moz-transition: all 0.3s ease-in-out; -webkit-transition: all 0.3s ease-in-out; -o-transition: all 0.3s ease-in-out; } .navbar-default .navbar-nav > li:hover > a, .navbar-default .navbar-nav > li > a.active { color: #fff; background-color: #ff4f57; } .navbar-default .navbar-nav .dropdown { background: #ffffff; box-shadow: 0 0 25px 0 rgba(0, 0, 0, 0.08); left: 0; border-radius: 3px; padding: 10px; position: absolute; text-align: left; top: 100%; transition: opacity 0.3s ease-in-out; -moz-transition: opacity 0.3s ease-in-out; -webkit-transition: opacity 0.3s ease-in-out; -o-transition: opacity 0.3s ease-in-out; visibility: hidden; opacity: 0; width: 195px; z-index: 999; } .navbar-default .navbar-nav .dropdown:before { position: absolute; top: -6px; left: 22px; display: block; content: ""; width: 0px; height: 0px; border-style: solid; border-width: 0px 8px 7px; border-color: transparent transparent #fff; box-sizing: border-box; } .navbar-default .navbar-nav > li.drop:hover .dropdown { visibility: visible; opacity: 1; } .dropdown li a.active, .sup-dropdown li a.active { color: #ff4f57; } .dropdown > li:hover > a, .sup-dropdown li:hover > a { color: #ff4f57; } .dropdown li, .sup-dropdown li { position: relative; } .dropdown li a, .sup-dropdown li a { display: block; color: #666; margin-bottom: 2px; font-size: 13px; font-family: 'Nunito Sans', sans-serif; padding: 5px 10px; line-height: 26px; transition: all 0.3s ease-in-out; -moz-transition: all 0.3s ease-in-out; -webkit-transition: all 0.3s ease-in-out; -o-transition: all 0.3s ease-in-out; } .dropdown li a i { float: right; font-size: 17px; position: relative; top: -1px; margin: 4px 5px; } .navbar-default .navbar-nav .sup-dropdown { position: absolute; left: 100%; top: 0; border-radius: 2px; border-bottom: 2px solid #ff4f57; padding: 12px; width: 195px; background-color: #fff; margin-left: 10px; z-index: 3; box-shadow: 0 0 25px 0 rgba(0, 0, 0, 0.08); -webkit-transform: scaleX(0); transform: scaleX(0); -webkit-transform-origin: 0 0 0; transform-origin: 0 0 0; -webkit-transition: all 0.6s ease 0s; transition: all 0.6s ease 0s; } .navbar-default .navbar-nav li.drop .dropdown li:hover .sup-dropdown { opacity: 1; -webkit-transform: scaleX(1); transform: scaleX(1); z-index: 9999; } .float-right { border-radius: 0px; margin-left: 30px; } .float-right li a { font-size: 13px; color: #fff!important; background-color: rgba(255, 255, 255, 0.1); border: 1px solid rgba(255, 255, 255, 0.3); padding: 10px 15px; margin-right: 0px; text-transform: uppercase; } .float-right li a:hover { background: #2d61e6; color: #fff; } .float-right li a i { margin-right: 3px; } .main-navigation { background: #fff; } .main-navigation .navbar-nav > li > a { color: #444; } .main-navigation .float-right li a { color: #ff4f57 !important; border: 1px solid #ff4f57; } .main-navigation .float-right li a:hover { color: #fff!important; } .main-navigation .navbar-nav .dropdown { background: #282828; } .main-navigation .dropdown li a, .main-navigation .sup-dropdown li a { color: #fff; } .main-navigation .navbar-nav .dropdown:before { border-color: transparent transparent #282828; } .wpb-mobile-menu { display: none; } .wpb-mobile-menu ul li > ul { padding: 0; border-style: solid; border-width: 4px 0 0 0; border-radius: 0; left: 0; right: 0; border-color: transparent; } .wpb-mobile-menu ul li > ul > li > a { color: #666; padding: 10px 0 10px 15px; } .wpb-mobile-menu ul li > ul > li > a:hover, .wpb-mobile-menu ul li > ul > li > a .active { background: #ecf0f1; } .wpb-mobile-menu ul li > ul > li.active > a { background: #ecf0f1; } .slicknav_menu { display: none; } @media screen and (max-width: 767px) { .navbar-brand { position: absolute; top: 0; } .tbtn { display: none; } /* #menu is the original menu */ .slicknav_menu { display: block; } } @media screen and (max-width: 768px) { .navbar-toggle { display: none; } .tbtn { display: none; } } .tbtn { color: #FFF !important; font-size: 30px; height: 42px; border-top-right-radius: 4px; border-bottom-right-radius: 4px; width: 105px; padding: 10px; cursor: pointer; position: fixed; background: #ff4f57; z-index: 999; top: 124px; left: 0px; } .tbtn p { font-size: 12px; } .tbtn p i { margin-right: 4px; font-size: 14px; } .title-menu { font-size: 15px; color: #666; padding: 12px 15px; border-bottom: 1px solid #eee; } .navmenu, .navbar-offcanvas { width: 180px; z-index: 9999999; } .navmenu-default, .navbar-default .navbar-offcanvas { background-color: #fff; } .navmenu-default .navmenu-nav > li > a:hover, .navbar-default .navbar-offcanvas .navmenu-nav > li > a:hover, .navmenu-default .navmenu-nav > li > a:focus, .navbar-default .navbar-offcanvas .navmenu-nav > li > a:focus { color: #fff; background-color: #ff4f57; } .nav > li { position: relative; display: block; } .navmenu-default .navmenu-nav > li > a, .navbar-default .navbar-offcanvas .navmenu-nav > li > a { color: #666; padding: 0px 15px; font-size: 12px; border-bottom: 1px solid #eee; } nav#menu span.fa.fa-bars:hover { color: #ff4f57; } .navmenu-default .navmenu-nav > .active > a, .navbar-default .navbar-offcanvas .navmenu-nav > .active > a, .navmenu-default .navmenu-nav > .active > a:hover, .navbar-default .navbar-offcanvas .navmenu-nav > .active > a:hover, .navmenu-default .navmenu-nav > .active > a:focus, .navbar-default .navbar-offcanvas .navmenu-nav > .active > a:focus { background: #ff4f57; color: #fff; } .close { background: transparent; padding: 14px 12px; opacity: 1; } .close i { background: #ff4f57; color: #fff; padding: 8px; border-radius: 50px; font-size: 12px; } /* ========================================================================== Custom Component ========================================================================== */ /* ========================================================================== Preset Loader ========================================================================== */ /*==================================================== intro section style ====================================================*/ .section-intro { background: url("../img/bg/bg-intro.jpg") center center no-repeat; background-size: cover; color: #fff; position: relative; width: 100%; } .section-intro:before { content: ""; left: 0; width: 100%; height: 100%; display: inline-block; background-color: rgba(42, 46, 50, 0.8); position: absolute; } .search-container { padding: 200px 0; display: inline-block; width: 100%; position: relative; } .search-container .form-control { padding: 0 40px; border: 1px solid transparent; } .search-container .form-group { margin-bottom: 0px!important; } .search-container h2 { font-size: 30px; color: #ff4f57; font-weight: 400; margin-bottom: 30px; letter-spacing: -1px; } .search-container h1 { font-weight: 900; font-size: 50px; letter-spacing: 1px; line-height: 30px; } .search-container .content { background: rgba(255, 255, 255, 0.1); padding: 10px; margin-bottom: 30px; } .popular-jobs a { background-color: rgba(255, 255, 255, 0.1); border: 1px solid rgba(255, 255, 255, 0.3); padding: 5px 10px; color: #fff; margin: 0 5px; border-radius: 4px; -webkit-transition: all 0.2s ease-in-out; -moz-transition: all 0.2s ease-in-out; -o-transition: all 0.2s ease-in-out; -ms-transition: all 0.2s ease-in-out; transition: all 0.2s ease-in-out; } .popular-jobs a:hover { background: #ff4f57; border-color: #ff4f57; color: #fff; } .section-intro .main-text { margin: 100px 15px 130px; text-transform: uppercase; } .section-intro .main-text .intro-title { font-size: 48px; color: #fff; white-space: nowrap; line-height: 58px; } .section-intro .main-text .sub-title { font-size: 14px; color: #fff; padding: 15px 0; line-height: 24px; text-transform: capitalize; margin-bottom: 15px; } #search-row-wrapper { background: url("../img/bg/counter-bg.jpg") center center no-repeat; background-size: cover; color: #fff; text-align: center; } #search-row-wrapper .overlay { background: url("../img/bg/bg-overlay.png") rgba(0, 0, 0, 0.3) repeat; width: 100%; height: 100%; } #search-row-wrapper .search-inner { padding: 40px 0; } #intro-bg { background: url("../img/bg/bg-intro-1.jpg") center center no-repeat; background-size: cover; color: #fff; position: relative; width: 100%; } #intro-bg:before { content: ""; left: 0; width: 100%; height: 100%; display: inline-block; background-color: rgba(42, 46, 50, 0.7); position: absolute; } /* ========================================================================== Advanced search ========================================================================== */ .search-bar { background: rgba(68, 68, 68, 0.7); padding: 20px; } .search-bar i { font-size: 15px; position: absolute; top: 0px; background-color: transparent; color: #444; right: 15px; padding: 15px; } .search-bar label { z-index: 0; font-weight: 400; width: 100%; margin: 0px; } .search-bar .form-group { margin-bottom: 0px!important; } .input-group-addon { border: none; } .search-category .search-category-container { border: none; padding: 0; position: relative; border-radius: 0; border: none!important; background: #fff; } .input-group-addon { padding: 0!important; } .styled-select { position: relative; width: 100%; background: #fff; } .styled-select:before { content: "\e651"; float: left; position: absolute; font-family: themify; color: #666; left: 2px; padding: 13px; z-index: 999; } .styled-select > select { background: transparent; font-size: 14px; line-height: 18px; border: 0; border-radius: 0; height: 44px; } .search-category select { padding: 12px; border: none; background: transparent; font-size: 14px; font-weight: 400; color: #333; } select > opation:focus { box-shadow: none; border: none; } .dropdown-product select.balck { background-color: #666; } .dropdown-product select.option3 { border-radius: 10px 0; } .bootstrap-select .dropdown-toggle:focus { outline: thin dotted transparent!important; outline: 0px auto -webkit-focus-ring-color !important; outline-offset: 0px!important; } .btn-default { padding: 17px 14px; border-radius: 0px; color: #2d2d2d !important; background: #fff; text-transform: none; } .btn-default:hover { background-color: #fff; border-color: #fff; } label { margin: 0; } .bootstrap-select:not([class*=col-]):not([class*=form-control]):not(.input-group-btn) { width: 100%; } .bootstrap-select.btn-group .dropdown-toggle .filter-option { margin-left: 30px; } .page-ads .styled-select { width: 100%; background-color: #FFF; border: 1px solid #ddd; border-radius: 0px; box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.075); color: #444; display: block; } .page-ads .bootstrap-select:not([class*=col-]):not([class*=form-control]):not(.input-group-btn) { width: 100%; } /* ========================================================================== Jobs section Start ========================================================================== */ .find-job { background: #fff; } .find-job .tabs-container { background: #F0F3FA; padding: 15px; border: 1px solid #ddd; } .find-job .nav-tabs { padding: 20px 0; background: transparent; } .find-job .nav-tabs > li > a { padding: 10px 15px; font-size: 14px; color: #ff4f57; text-transform: uppercase; border: 1px solid #ff4f57 !important; border-radius: 0px; margin-right: 10px; font-weight: 700; } .find-job .nav > li > a:focus, .find-job .nav > li > a:hover { background-color: #ff4f57; color: #fff; } .find-job .nav-tabs > li.active > a, .find-job .nav-tabs > li.active > a:focus, .find-job .nav-tabs > li.active > a:hover { border-radius: 0px; background: #ff4f57; color: #fff; } .find-job table td { line-height: 78px !important; font-size: 14px; font-weight: 700; } .find-job td img { margin-right: 10px; } .find-job .table-striped > tbody > tr:nth-of-type(2n+1) { background: #fff; } .find-job .table > caption + thead > tr:first-child > td, .find-job .table > caption + thead > tr:first-child > th, .find-job .table > colgroup + thead > tr:first-child > td, .find-job .table > colgroup + thead > tr:first-child > th, .find-job .table > thead:first-child > tr:first-child > td, .find-job .table > thead:first-child > tr:first-child > th { padding: 15px 0; color: #627198; font-size: 14px; font-weight: 700; } .find-job .pill { display: inline-block; padding: 4px 4px; height: 18px; line-height: 12px; text-align: center; border-radius: 30px; color: white; } .find-job .pill.medium { padding: 4px 10px; height: 22px; font-size: 12px; line-height: 15px; } .find-job .green { background: #9DB722; } .find-job .red { background: #DE4003; } .find-job .yellow { background: #DDA103; } .find-job .showing a { margin-left: 10px; font-size: 14px; line-height: 32px; } .find-job .showing a span { color: #ff4f57; } .find-job .pagination > li > a, .find-job .pagination > li > span { margin-right: 5px; border-radius: 50px; background: transparent; } .find-job .pagination .btn i { font-size: 10px; } /* ========================================================================== Category Section Start ========================================================================== */ .category { background: #ff4f57; } .category .section-title { color: #fff; } .f-category:hover .icon img, .f-category:hover .icon i { transform: scale(1.1); -moz-transform: scale(1.1); -webkit-transform: scale(1.1); } .f-category { -webkit-transition: all .3s linear; -moz-transition: all .3s linear; -ms-transition: all .3s linear; -o-transition: all .3s linear; transition: all .3s linear; border: 1px solid #ddd; height: 190px; margin-top: -1px; background: #ffffff; padding: 15px; text-align: center; overflow: hidden; display: block; margin-right: -1px; } .f-category:hover { background: #eee; } .f-category .icon { margin: 15px; } .f-category .icon img { border-radius: 50px; box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.18), 0 2px 5px 0 rgba(0, 0, 0, 0.15); transform: scale(1); -moz-transform: scale(1); -webkit-transform: scale(1); -webkit-transition: all .3s linear; -moz-transition: all .3s linear; -ms-transition: all .3s linear; -o-transition: all .3s linear; transition: all .3s linear; } .f-category .icon i { font-size: 40px; padding: 20px; color: #ff4f57; transform: scale(1); -moz-transform: scale(1); -webkit-transform: scale(1); -webkit-transition: all .3s linear; -moz-transition: all .3s linear; -ms-transition: all .3s linear; -o-transition: all .3s linear; transition: all .3s linear; } .f-category h3 { font-size: 16px; text-transform: uppercase; line-height: 32px; -webkit-transition: all .3s linear; -moz-transition: all .3s linear; -ms-transition: all .3s linear; -o-transition: all .3s linear; transition: all .3s linear; } .f-category h3 a { color: #444; } .f-category h3 a:hover { color: #ff4f57; } .f-category p { color: #999; } /* ========================================================================== Featured Jobs Section Style ========================================================================== */ .featured-jobs .featured-item { position: relative; margin-bottom: 30px; border: 1px solid #f1f1f1; border-radius: 0px; -webkit-transition: all 0.15s ease; -moz-transition: all 0.15s ease; -o-transition: all 0.15s ease; transition: all 0.15s ease; cursor: pointer; -webkit-transition: transform 0.2s linear, -webkit-box-shadow 0.2s linear; -moz-transition: transform 0.2s linear, -moz-box-shadow 0.2s linear; transition: transform 0.2s linear, box-shadow 0.2s linear; } .featured-jobs .featured-item:hover { box-shadow: 0 13px 21px rgba(0, 0, 0, 0.13); -webkit-box-shadow: 0 13px 21px rgba(0, 0, 0, 0.13); -moz-box-shadow: 0 13px 21px rgba(0, 0, 0, 0.13); } .featured-jobs .featured-wrap { background: #fff; width: 100%; padding: 8px; } .featured-jobs .item-thumb { position: relative; width: 100%; height: 100%; -webkit-transition: all 0.15s ease; -moz-transition: all 0.15s ease; -o-transition: all 0.15s ease; transition: all 0.15s ease; } .featured-jobs .item-thumb a { display: block; } .featured-jobs .item-thumb:hover { opacity: 0.9; } .featured-jobs .item-body { padding: 20px 12px 10px; width: 100%; } .featured-jobs .item-body .job-title { margin: 0 0 4px 0; } .featured-jobs .item-body .job-title a { font-size: 16px; text-transform: uppercase; } .featured-jobs .item-body .job-title a:hover { color: #ff4f57; } .featured-jobs .item-body .adderess { color: #999; font-size: 14px; line-height: 22px; margin: 0; } .featured-jobs .item-foot { background: #fff; display: inline-block; width: 100%; border-top: 1px solid #e5e5e5; padding: 14px 20px; position: relative; } .featured-jobs .item-foot a { color: #999; } .featured-jobs .item-foot a:hover { color: #ff4f57; } .featured-jobs .item-foot span { color: #999; font-size: 14px; line-height: 22px; font-weight: 400; margin-right: 10px; } .featured-jobs .item-foot span i { margin-right: 5px; } .featured-jobs .item-foot .view-iocn { position: absolute; top: -24px; right: 24px; } .featured-jobs .item-foot .view-iocn a { width: 48px; display: block; background: #ff4f57; color: #fff; font-size: 20px; height: 48px; text-align: center; line-height: 50px; border-radius: 50px; box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.18), 0 2px 5px 0 rgba(0, 0, 0, 0.15); } /* ========================================================================== purchase ========================================================================== */ .purchase { background-image: url("../img/parallax/bg-02.jpg"); padding: 100px 0; background-attachment: absolute; background-position: 50% 0; } .purchase .title-text { font-size: 38px; text-transform: uppercase; color: #fff; margin-bottom: 30px; } .purchase p { color: #9FA7BA; font-size: 23px; letter-spacing: 1px; margin-bottom: 40px; } /* ========================================================================== Blog ========================================================================== */ #blog .blog-item-wrapper { background: #fff; border-radius: 0px; margin-bottom: 30px; -webkit-transition: transform 0.2s linear, -webkit-box-shadow 0.2s linear; -moz-transition: transform 0.2s linear, -moz-box-shadow 0.2s linear; transition: transform 0.2s linear, box-shadow 0.2s linear; } #blog .blog-item-wrapper:hover { box-shadow: 0 13px 21px rgba(0, 0, 0, 0.13); -webkit-box-shadow: 0 13px 21px rgba(0, 0, 0, 0.13); -moz-box-shadow: 0 13px 21px rgba(0, 0, 0, 0.13); } #blog .blog-item-img { position: relative; } #blog .blog-item-img img { width: 100%; } #blog .blog-item-text { border: 1px solid #f1f1f1; padding: 15px; } #blog .blog-item-text .meta-tags { margin-bottom: 10px; } #blog .blog-item-text .meta-tags span { margin-right: 10px; } #blog .blog-item-text .meta-tags span i { margin-right: 5px; } #blog .blog-item-text h3 { line-height: 26px; font-size: 16px; font-weight: 700; margin-bottom: 10px; } #blog .blog-item-text p { line-height: 25px; margin-bottom: 20px; } /* ========================================================================== Testimonial Section Start ========================================================================== */ #testimonial { width: 100%; background: url(../img/testimonial/testimonial-bg.jpg); background-size: cover; position: relative; } #testimonial:before { position: absolute; content: " "; top: 0; bottom: 0; width: 100%; height: 100%; } #testimonial .img-member { height: 90px; border-radius: 100%; margin-top: 22px; overflow: hidden; width: 90px; } #testimonial .client-info { color: #fff; line-height: 20px; margin: 20px auto; } #testimonial .client-info .client-name { font-size: 20px; line-height: 44px; text-transform: uppercase; } #testimonial .client-info .client-name span { font-size: 13px; font-weight: 400; color: #fff; text-transform: none; font-style: italic; } #testimonial p { margin: 20px; text-align: center; font-size: 14px; letter-spacing: 0.9px; color: #fff; font-style: italic; position: relative; } #testimonial p .quote-left { font-size: 32px; margin-right: 36px; } #testimonial p .quote-right { font-size: 32px; margin-left: 36px; } #testimonial .owl-theme .owl-controls .owl-buttons div { border-radius: 50%; font-size: 30px; margin: 20px 10px 0; padding: 0 12px; } .touch-slider .owl-controls .owl-buttons { position: relative; top: -190px; left: 0; } .touch-slider .owl-controls .owl-buttons div.owl-prev { float: left; margin-left: -45px; } .touch-slider .owl-controls .owl-buttons div.owl-next { float: right !important; margin-right: -45px; } .owl-theme .owl-controls .owl-buttons div { width: 40px; height: 40px; line-height: 30px; display: block !important; background: #ff4f57 !important; text-align: center; display: inline-block; opacity: 1!important; border-radius: 50px!important; box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.18), 0 2px 5px 0 rgba(0, 0, 0, 0.15); transition: all 0.4s ease-in-out; -moz-transition: all 0.4s ease-in-out; -webkit-transition: all 0.4s ease-in-out; -o-transition: all 0.4s ease-in-out; } .owl-theme .owl-controls .owl-buttons div:hover { box-shadow: 0 5px 11px 0 rgba(0, 0, 0, 0.18), 0 4px 15px 0 rgba(0, 0, 0, 0.15); opacity: 0.8!important; } .owl-theme .owl-controls .owl-buttons div i { color: #fff; font-size: 14px; line-height: 40px; } /* ========================================================================== Clients Section ========================================================================== */ .clients { background: #f7f7f7; } .clients .items { margin: 15px; text-align: center; } /* ========================================================================== Counter Style ========================================================================== */ #counter { background: url("../img/bg/counter-bg.jpg") center center no-repeat; background-size: cover; color: #fff; padding: 60px 0; text-align: center; } .counting { margin: 15px 0px; } .counting .icon { margin-bottom: 25px; } .counting .icon i { color: #ff4f57; font-size: 42px; } .counting .desc h2 { font-size: 30px; line-height: 27px; position: relative; padding-bottom: 20px; margin-bottom: 20px; } .counting .desc h2:after { background: #ff4f57; bottom: 0; content: ""; height: 2px; left: 0; margin: auto; position: absolute; right: 0; width: 45px; } .counting .desc h1 { font-size: 38px; line-height: 39px; } .counting:hover span { background: #ff4f57; -webkit-transform: scale(1.1, 1.1); -moz-transform: scale(1.1, 1.1); -ms-transform: scale(1.1, 1.1); -o-transform: scale(1.1, 1.1); transform: scale(1.1, 1.1); } /* ========================================================================== Infobox Style ========================================================================== */ .infobox { background: #ff4f57; } .infobox .info-text { float: left; display: inline-block; } .infobox .info-text h2 { font-size: 24px; letter-spacing: 0.5px; color: #fff; display: inline-block; line-height: 40px; text-transform: uppercase; } .infobox .info-text p { color: #fff; line-height: 30px; } .infobox .info-text p a { color: #ddd; } .infobox .info-text p a:hover { color: #fff; } .infobox .btn { margin-top: 15px; float: right; } /* ========================================================================== Footer Style ========================================================================== */ footer .block-title { font-size: 24px; letter-spacing: 1px; font-weight: 900; margin-bottom: 30px; } footer .footer-Content { background-color: #202020; padding: 60px 0; color: #fff; } .textwidget { font-size: 14px; font-weight: 300; line-height: 24px; color: #fff; } footer .menu { padding-left: 0; } footer .menu li { padding-bottom: 10px; } footer .menu li a { color: #fff; padding: 0px; } footer .menu li a:hover { color: #ff4f57; } .subscribe-box { margin-top: 18px; } .subscribe-box input[type="text"] { color: #444; font-size: 12px; padding: 6px 12px; border: none; background: #fff; border-radius: 0px; -webkit-border-radius: 0px; -moz-border-radius: 0px; -o-border-radius: 0px; outline: none; } .subscribe-box input[type="submit"] { display: inline-block; text-decoration: none; color: #fff; font-size: 12px; background: #ff4f57; text-transform: uppercase; border: none; padding: 7px 16px; border-radius: 0px; -webkit-border-radius: 0px; -moz-border-radius: 0px; -o-border-radius: 0px; transition: all 0.2s ease-in-out; -moz-transition: all 0.2s ease-in-out; -webkit-transition: all 0.2s ease-in-out; -o-transition: all 0.2s ease-in-out; } .bottom-social-icons { margin-bottom: 10px; } .bottom-social-icons a { color: #fff; text-align: center; width: 42px; line-height: 44px; margin-right: 5px; border-radius: 50px; background: #ff4f57; display: inline-block; height: 42px; position: relative; overflow: hidden; } #copyright { background-color: #202020; border-top: 1px solid #393939; padding: 20px 0 10px; color: #fff; } #copyright p { line-height: 34px; } #copyright p a { color: #fff; } #copyright p a:hover { color: #ff4f57; } .social-icon .facebook:hover { background-color: #3b5998; } .social-icon .twitter:hover { background-color: #55acee; } .social-icon .dribble:hover { background-color: #D34836; } .social-icon .flickr:hover { background-color: #ff0084; } .social-icon .youtube:hover { background-color: #CC181E; } .social-icon .google-plus:hover { background-color: #dd4b39; } .social-icon .linkedin:hover { background-color: #007bb5; } footer ul li a { padding: 0px; } footer { padding: 0px; } /* ========================================================================== Categories Page style ========================================================================== */ .widget-title { position: relative; margin-bottom: 20px; padding-bottom: 10px; border-bottom: 1px solid #eee; } .widget-title:before { content: ""; position: absolute; border-bottom: 3px solid #ff4f57; width: 50px; bottom: -1px; left: 0px; } .widget-title i { display: inline-block; margin-right: 15px; font-size: 16px; color: #ff4f57; } .widget-title h4 { font-size: 16px; display: inline-block; text-transform: uppercase; } .inner-box { border: 1px solid #eee; padding: 30px; margin-bottom: 30px; } .categories-list ul { margin: 0; } .categories-list ul li a { padding: 10px; margin-bottom: 5px; display: block; font-size: 13px; color: #444; border-bottom: 1px solid #eee; } .categories-list ul li a:hover { color: #ff4f57; } .categories-list ul li a i { margin-right: 5px; } .categories-list ul li:last-child a { border: none; } /* ========================================================================== Categories All Page Style ========================================================================== */ .all-categories .cat-title { font-size: 14px; text-transform: uppercase; background: #F8F8F8; padding: 10px 20px; border: 1px solid #ddd; margin-bottom: 20px; } .all-categories .cat-title span { color: #999; font-size: 12px; } .all-categories ul { margin-bottom: 20px; } .all-categories ul li { padding: 4px 20px; font-size: 15px; line-height: 26px; } .all-categories ul li a { color: #999; } .all-categories ul li a:hover { color: #ff4f57; } /* ========================================================================== Pagination ========================================================================== */ .pagination-bar { padding-bottom: 35px; margin-top: 35px; } .pagination { margin: 0; } .pagination > li > a, .pagination .pagination > li > span { border: 1px solid #eee; border-radius: 0; } .pagination .active > a, .pagination .active > a:focus, .pagination > .active > a:hover, .pagination > .active > span, .pagination > .active > span:focus, .pagination > .active > span:hover { background-color: #ff4f57 !important; border-color: #ff4f57 !important; } .pagination > li > a:focus, .pagination > li > a:hover, .pagination > li > span:focus, .pagination > li > span:hover { background: #ff4f57; border-color: #ff4f57; color: #fff; } .pagination > .active > a, .pagination > .active > a:focus, .pagination > .active > a:hover, .pagination > .active > span, .pagination > .active > span:focus, .pagination > .active > span:hover { box-shadow: none; } .post-promo { background: #e5e5e5; border: 1px solid #ddd; padding: 30px; } .post-promo h2 { font-size: 24px; font-weight: 400; margin-bottom: 10px; } .post-promo h5 { font-size: 14px; font-weight: 400; margin-bottom: 20px; } /* ========================================================================== About Page Style ========================================================================== */ #service-main .section-title { margin-bottom: 30px; } .service-item { text-align: center; padding: 30px 15px; transition: all 0.4s ease-in-out; -moz-transition: all 0.4s ease-in-out; -webkit-transition: all 0.4s ease-in-out; -o-transition: all 0.4s ease-in-out; } .service-item .icon-wrapper { font-size: 40px; margin-bottom: 30px; } .service-item .icon-wrapper i { display: block; margin: 0 auto; color: #ff4f57; } .service-item h2 { font-size: 16px; letter-spacing: 0.5px; text-transform: uppercase; font-weight: 700; margin-bottom: 15px; transition: all 0.4s ease-in-out; -moz-transition: all 0.4s ease-in-out; -webkit-transition: all 0.4s ease-in-out; -o-transition: all 0.4s ease-in-out; } .service-item:hover { background: #f1f1f1; } .about-content { padding: 15px 15px; } .about-content .desc { font-weight: 700; line-height: 26px; margin-top: 20px; } .about-content p { margin-bottom: 20px; } /* ========================================================================== Job Details Page Style ========================================================================== */ .job-detail { background: #F5F5F5; } .job-detail .medium-title { margin-bottom: 30px; font-weight: 900; } .job-detail .box { background: #fff; margin-bottom: 30px; } .job-detail .thumb { float: left; margin: 0 20px 0 0; } .job-detail .text-left { float: left; width: 75%; } .job-detail .text-left h3 { font-size: 24px; margin: 0 0 5px 0; } .job-detail .text-left p { margin: 0 0 10px 0; } .job-detail .text-left .meta span { margin-right: 20px; color: #999; } .job-detail .text-left .meta span i { color: #ff4f57; margin-right: 3px; } .job-detail .text-left .price { font-size: 18px; padding: 10px 0 15px 0; display: block; clear: both; } .job-detail .text-left .price i { font-size: 15px; margin-right: 10px; color: #ff4f57; } .job-detail .text-left .btn { margin-right: 20px; } .job-detail .clearfix { display: inline-block; width: 100%; padding: 30px 0 0 0; } .job-detail .clearfix h4 { margin-bottom: 10px; } .job-detail .clearfix p { color: #888; margin: 0 0 20px 0; } .job-detail .clearfix ul li { padding: 0 0 30px 20px; overflow: hidden; display: block; font-size: 14px; color: #666; position: relative; } .job-detail .clearfix ul li i { position: absolute; left: 0; top: 4px; margin-right: 5px; color: #ff4f57; } .job-detail .sidebar .thumb { width: 100%; background: #000; position: relative; border-radius: 4px; margin-bottom: 20px; } .job-detail .sidebar .text-box h4 { margin: 0 0 12px 0; } .job-detail .sidebar .text-box h4 a { color: #ff4f57; } .job-detail .sidebar .text-box p { color: #888; margin: 0 0 10px 0; } .job-detail .sidebar .text-box a.text { display: block; color: #888; padding: 0 0 5px 0; } .job-detail .sidebar .text-box a.text i { margin-right: 5px; color: #ff4f57; } .job-detail .sidebar .text-box strong.price { color: #666; font-size: 15px; display: block; padding: 3px 0 15px 0; } .job-detail .sidebar .text-box strong.price i { margin-right: 5px; color: #ff4f57; } .job-detail .sidebar .sidebar-jobs ul li { display: block; overflow: hidden; padding: 15px 0; border-bottom: 1px solid #eee; } .job-detail .sidebar .sidebar-jobs ul li:last-child { border: none; } .job-detail .sidebar .sidebar-jobs ul li a { display: block; padding: 0 0 5px 0; } .job-detail .sidebar .sidebar-jobs ul li span { color: #888; display: block; } .job-detail .sidebar .sidebar-jobs ul li span i { margin-right: 5px; color: #ff4f57; } /* ========================================================================== Browse Jobs Page Style ========================================================================== */ .full-time { font-size: 12px; color: #fff; background: #2c3e50 !important; border-radius: 4px; margin-left: 10px; padding: 7px 18px; } .part-time { font-size: 12px; color: #fff; background: #7f8c8d !important; border-radius: 4px; margin-left: 10px; padding: 7px 18px; } .job-browse .pagination { margin-top: 30px; } .job-browse .cat-list li { padding: 7px 0; border-bottom: 1px solid #eee; } .job-browse .cat-list li a { text-decoration: none; color: #999; display: inline-block; transition: all 0.2s ease-in-out; -moz-transition: all 0.2s ease-in-out; -webkit-transition: all 0.2s ease-in-out; -o-transition: all 0.2s ease-in-out; } .job-list { border: 1px solid #f1f1f1; padding: 15px; display: inline-block; margin-bottom: 15px; } .job-list .thumb { float: left; } .job-list .thumb img { border-radius: 4px; } .job-list .job-list-content { display: block; margin-left: 125px; position: relative; } .job-list .job-list-content h4 { font-size: 24px; margin-bottom: 10px; } .job-list .job-list-content p { margin-bottom: 20px; } .job-list .job-tag { border-top: 1px solid #ddd; padding: 15px 0; line-height: 35px; } .job-list .job-tag .meta-tag span { font-size: 14px; color: #999; margin-right: 10px; } .job-list .job-tag .meta-tag span a { color: #999; } .job-list .job-tag .meta-tag span a:hover { color: #ff4f57; } .job-list .job-tag .meta-tag span i { margin-right: 5px; } .job-list .job-tag .icon { float: left; border: 1px solid #ddd; width: 40px; height: 40px; line-height: 42px; border-radius: 50px; text-align: center; margin-right: 18px; background: #f1f1f1; color: #ff4f57; font-size: 16px; } /* ========================================================================== Job Alerts Pages Style ========================================================================== */ .right-sideabr h4 { font-size: 13px; color: #999; } .right-sideabr .item { padding: 15px 0px; border-bottom: 1px solid #f1f1f1; margin-bottom: 15px; } .right-sideabr .lest li { padding: 5px 0; } .right-sideabr .lest li a { font-size: 14px; font-weight: 700; color: #888; } .right-sideabr .lest li a:hover { color: #ff4f57; } .right-sideabr .lest li a.active { color: #ff4f57; } .right-sideabr .lest .notinumber { float: right; width: 24px; height: 24px; background: #ff4f57; text-align: center; border-radius: 50px; color: #fff; } .job-alerts-item { border: 1px solid #eee; padding: 30px; } .job-alerts-item .alerts-list { padding: 15px 0; border-bottom: 1px solid #ddd; text-transform: uppercase; } .job-alerts-item .alerts-title { font-size: 26px; margin-bottom: 30px; } .job-alerts-item .alerts-content { padding: 30px 0; border-bottom: 1px solid #ddd; } .job-alerts-item .alerts-content h3 { font-size: 16px; } .job-alerts-item .alerts-content .location { color: #999; } .job-alerts-item .alerts-content p { color: #999; margin-top: 15px; } .job-alerts-item .job-list { border: none; padding: 15px 0; } /* ========================================================================== My Resume Page Style ========================================================================== */ .my-resume .item { padding: 20px 0; border-bottom: 1px solid #eee; } .my-resume .item h3 { font-size: 20px; letter-spacing: 0.5px; margin-bottom: 15px; } .my-resume .item h3 i { margin-right: 5px; color: #999; } .my-resume .item h4 { font-size: 16px; text-transform: uppercase; letter-spacing: 0.5px; margin-bottom: 10px; } .my-resume .item h5 { font-size: 13px; color: #888; text-transform: uppercase; letter-spacing: 0.5px; margin-bottom: 5px; } .my-resume .item .date { font-size: 15px; color: #888; } .my-resume .item p { color: #888; } .my-resume .item br { margin-bottom: 20px; } .my-resume .author-resume { display: inline-block; border-bottom: 1px solid #eee; padding-bottom: 30px; } .my-resume .author-resume .thumb { float: left; } .my-resume .author-resume .thumb img { border-radius: 4px; } .my-resume .author-resume .author-info { margin-left: 140px; } .my-resume .author-resume .author-info h3 { font-size: 16px; text-transform: uppercase; } .my-resume .author-resume .author-info p { line-height: 30px; } .my-resume .author-resume .author-info .social-link { margin-top: 5px; } .my-resume .skill { margin-top: 30px; } .my-resume .skill h3 { font-size: 20px; letter-spacing: 0.5px; margin-bottom: 15px; } .my-resume .skill h3 i { margin-right: 5px; color: #999; } /* Add Resume Page */ .post-header { padding: 10px 15px; background: #ddd; margin-bottom: 20px; } .post-header a { color: #ff4f57; } .add-post-btn { width: 100%; display: inline-block; padding: 5px 0px 25px 0px; } .add-post-btn .btn-added { font-size: 12px; border-radius: 50px; font-weight: 700; background: #ddd; padding: 5px 15px; } .add-post-btn .btn-delete { color: red; font-size: 12px; border-radius: 50px; font-weight: 700; background: #ddd; padding: 5px 15px; } /* ========================================================================== Manager Resumes Pages Style ========================================================================== */ .manager-resumes-item { background-color: #fff; border: 1px solid #ddd; margin-bottom: 30px; } .manager-resumes-item .item-body { padding: 20px 30px; color: #999; } .manager-resumes-item .item-body .tag-list { margin-top: 15px; } .manager-resumes-item .item-body .tag-list span { background-color: #f8f9fb; color: #818a91; padding: 2px 6px; margin-right: 8px; margin-bottom: 4px; font-size: 12px; border-radius: 2px; line-height: 20px; white-space: nowrap; display: inline-block; } .manager-resumes-item .manager-content { padding: 20px 30px; border-bottom: 1px solid #f1f1f1; display: inline-block; width: 100%; } .manager-resumes-item .manager-content .resume-thumb { max-width: 64px; width: auto; margin-right: 30px; float: left; } .manager-resumes-item .manager-content .manager-info .manager-name { float: left; } .manager-resumes-item .manager-content .manager-info .manager-name h4 { font-size: 22px; line-height: 35px; } .manager-resumes-item .manager-content .manager-info .manager-name h5 { font-size: 17px; margin-top: 6px; color: #999; } .manager-resumes-item .manager-content .manager-info .manager-meta { float: right; text-align: right; } .manager-resumes-item .manager-content .manager-info .manager-meta span { display: block; color: #999; font-size: 16px; line-height: 35px; } .manager-resumes-item .update-date { padding: 5px 30px; display: inline-block; width: 100%; } .manager-resumes-item .update-date .status { float: left; } .manager-resumes-item .update-date .action-btn { float: right; } .manager-resumes-item .btn-xs { height: 24px; border-radius: 2px; line-height: 24px; padding: 0 12px; font-size: 11px; } .manager-resumes-item .btn { background: #eceeef; } .manager-resumes-item .btn-gray { color: #818a91; } .manager-resumes-item .btn-gray:hover { color: #ff4f57; } .manager-resumes-item .btn-danger { background-color: #ef4d42 !important; } /* ========================================================================== Notifications Page Style ========================================================================== */ .notification .pagination { margin-top: 30px; } .notification-item { display: inline-block; padding: 15px 0; border-bottom: 1px solid #eee; width: 100%; } .notification-item .thums { float: left; } .notification-item .thums img { border-radius: 4px; width: 80px; } .notification-item .text-left { margin-left: 98px; padding: 15px 0; } .notification-item .text-left p { font-size: 15px; } .notification-item .text-left .time { color: #999; } .notification-item .text-left .time i { margin-right: 5px; } /* ========================================================================== Applications Page Style ========================================================================== */ .applications-content { padding: 30px 0; border-bottom: 1px solid #ddd; } .applications-content .thums { float: left; width: 60px; margin-right: 12px; } .applications-content h3 { font-size: 14px; margin-top: 10px; } .applications-content p { color: #999; margin-top: 15px; } /* ========================================================================== Manage Jobs Page Style ========================================================================== */ .candidates .can-img img { width: 48px; margin: 5px 15px; } /* ========================================================================== Policy Page Style ========================================================================== */ .policy { background: #F5F5F5; } .policy .post-box { border-radius: 4px; background: #fff; box-shadow: 0 2px 3px 0 rgba(0, 0, 0, 0.15); -moz-box-shadow: 0 2px 3px 0 rgba(0, 0, 0, 0.15); -webkit-box-shadow: 0 2px 3px 0 rgba(0, 0, 0, 0.15); } .policy .post-box .text-box { width: 100%; padding: 20px 23px; } .policy .post-box .text-box h2 { line-height: 26px; clear: both; margin: 0 0 18px 0; } .policy .post-box .text-box h4 { line-height: 26px; clear: both; color: #999; margin: 0 0 18px 0; } .policy .post-box .text-box p { color: #888; margin: 0 0 20px 0; } .policy .post-box ul { padding: 0 0 20px 20px; margin: 0; } .policy .post-box ul li { padding: 0; display: block; overflow: hidden; color: #888; } /* ========================================================================== Post Job Style ========================================================================== */ fieldset label { margin-bottom: 10px; } fieldset p { margin-bottom: 10px; } .divider { padding: 10px 0px 20px; margin-bottom: 15px; border-bottom: 1px solid #eee; } /* ========================================================================== Pricing Table Style ========================================================================== */ .mainHeading { text-align: center; margin-bottom: 20px; } .mainHeading .section-title { font-size: 24px; letter-spacing: 0.1em; padding: 20px 0px; text-transform: uppercase; font-weight: 400; } #pricing-table { background: #F0F3FA; text-align: center; } #pricing-table .title { padding-top: 25px; padding-bottom: 20px; } #pricing-table .title h3 { text-transform: uppercase; font-size: 18px; margin-bottom: 0px; } #pricing-table .table { padding-bottom: 50px; border-radius: 4px; background: #fff; -webkit-transition: all .3s linear; -moz-transition: all .3s linear; -ms-transition: all .3s linear; -o-transition: all .3s linear; transition: all .3s linear; } #pricing-table .table .pricing-header { position: relative; padding: 30px 0px; background: #fff; text-align: center; border-bottom: 1px solid #eee; border-top: 1px solid #eee; margin-bottom: 50px; -webkit-transition: all .3s linear; -moz-transition: all .3s linear; -ms-transition: all .3s linear; -o-transition: all .3s linear; transition: all .3s linear; } #pricing-table .table .pricing-header .price-value { font-size: 52px; color: #ff4f57; position: relative; text-align: center; font-weight: 700; line-height: 62px; } #pricing-table .table .pricing-header .price-value sup { font-size: 30px; position: relative; top: -24px; font-weight: 400; } #pricing-table .table .pricing-header .price-quality { font-size: 14px; color: #999; } #pricing-table .table .description { text-align: center; padding: 0px 50px; margin-bottom: 30px; } #pricing-table .table .description li { font-size: 14px; color: #999; padding-bottom: 8px; font-weight: 700; letter-spacing: 0.5px; } #pricing-table .table:hover { box-shadow: 0 13px 21px rgba(0, 0, 0, 0.13); -webkit-box-shadow: 0 13px 21px rgba(0, 0, 0, 0.13); -moz-box-shadow: 0 13px 21px rgba(0, 0, 0, 0.13); } #pricing-table .table:hover .pricing-header { background: #ff4f57; } #pricing-table .table:hover .pricing-header .price-value { color: #ffffff; } #pricing-table .table:hover .pricing-header .price-quality { color: #ffffff; } #pricing-table #active-tb { box-shadow: 0 13px 21px rgba(0, 0, 0, 0.13); -webkit-box-shadow: 0 13px 21px rgba(0, 0, 0, 0.13); -moz-box-shadow: 0 13px 21px rgba(0, 0, 0, 0.13); } #pricing-table #active-tb .pricing-header { background: #ff4f57; } #pricing-table #active-tb .pricing-header .price-value { color: #ffffff; } #pricing-table #active-tb .pricing-header .price-quality { color: #ffffff; } /* ========================================================================== Account Archived ADS pages style ========================================================================== */ .collapse-box { margin-bottom: 15px; } .collapset-title { border-top: 1px solid #eee; color: #444; font-size: 14px; font-weight: normal; letter-spacing: 1px; margin-bottom: 0px; margin-top: 0px; padding-bottom: 10px; padding-top: 15px; text-transform: uppercase; } .no-border { border: none; } .user-panel-sidebar ul { padding: 0; } .user-panel-sidebar ul li a { background: #FFF; display: block; color: #444; font-size: 12px; letter-spacing: 0.5px; line-height: 26px; padding: 5px 10px; text-align: left; border-bottom: 1px solid #eee; } .user-panel-sidebar ul li a:hover, .user-panel-sidebar ul li a:active, .user-panel-sidebar ul li.active a { background-color: #ff4f57; color: #fff; } .user-panel-sidebar ul li a:hover .badge, .user-panel-sidebar ul li a:focus .badge, .user-panel-sidebar ul li.active a .badge { color: #fff; } .user-panel-sidebar ul li:last-child a { border-bottom: none; } .collapse-box .badge { float: right; background-color: transparent; color: #888; font-size: 11px; line-height: 20px; -webkit-transition: all .3s linear; -moz-transition: all .3s linear; -ms-transition: all .3s linear; -o-transition: all .3s linear; transition: all .3s linear; } .table-search .control-label { line-height: 16px; padding-right: 0; } .searchpan input#filter { font-size: 12px; height: 30px; } .clear-filter { font-size: 11px; } .add-img-td img { width: 100%; } .table-action { display: block; margin-bottom: 15px; } table.add-manage-table > tbody > tr > td, table.add-manage-table > tbody > tr > th { vertical-align: middle; } .table > thead > tr > th { border-bottom: none; color: #ff4f57; } .ads-details-td h4 { font-size: 15px; margin-bottom: 6px; } .ads-details-td strong { font-size: 13px; color: #444; } .ads-details-td sapn { color: #888; } .price-td { text-align: center; color: #888; } .add-img-selector { width: 2%; } .add-img-td { width: 20%; } .ads-details-td { width: 60%; } .price-td { width: 16%; } .action-td { width: 10%; } .photo-count { background: none repeat scroll 0 0 #ccc; border: 0 none; border-radius: 0; font-size: 12px; opacity: 0.9; padding: 0 3px; position: absolute; right: 4px; top: 5px; } /* ========================================================================== Account home page ========================================================================== */ .userimg { border: 1px solid #eee; display: inline-block; width: 75px; padding: 3px; margin-right: 5px; } .usearadmin h3 { font-size: 18px; text-transform: uppercase; } .welcome-msg { margin-bottom: 30px; } .pt { margin-top: 15px; } .back-to-top { display: none; position: fixed; bottom: 18px; right: 15px; } .back-to-top i { display: block; width: 36px; height: 36px; line-height: 36px; color: #fff; font-size: 14px; text-align: center; border-radius: 50px; background-color: #ff4f57; -webkit-transition: all 0.2s linear; -moz-transition: all 0.2s linear; -o-transition: all 0.2s linear; transition: all 0.2s linear; } /* ========================================================================== Custom Component ========================================================================== */ .post-title { font-size: 22px; font-weight: 700; margin-bottom: 15px; } .post-title a { color: #444; } .blog-post { margin-bottom: 40px; padding-bottom: 20px; border-bottom: 1px solid #eee; } .blog-post .post-thumb { position: relative; } .blog-post .post-thumb .hover-wrap { position: absolute; left: 0; top: 0; display: block; width: 100%; text-align: center; height: 100%; background: rgba(5, 47, 67, 0.8); opacity: 0; -webkit-transition: all 0.4s ease; -moz-transition: all 0.4s ease; transition: all 0.4s ease; } .blog-post .post-thumb:hover .hover-wrap { opacity: 1; } .blog-post .post-thumb:hover .link { margin-top: 0px; } .blog-post .blog-author { float: left; height: 68px; margin-top: 32px; text-align: center; width: 68px; } .blog-post .blog-author img { border-radius: 50%; } .blog-post .post-content { width: 100%; padding: 30px 92px; } .blog-post .post-content .meta { font-size: 13px; margin-bottom: 17px; padding-bottom: 11px; border-bottom: 1px solid #eee; } .blog-post .post-content .meta .meta-part { display: inline-block; margin-bottom: 10px; margin-right: 25px; } .blog-post .post-content .meta .meta-part a { color: #999; } .blog-post .post-content .meta .meta-part a:hover { color: #ff4f57; } .blog-post .post-content .meta .meta-part i { margin-right: 5px; } .blog-post .post-content p { margin-bottom: 30px; } #pagination span, #pagination a { display: inline-block; text-align: center; height: 34px; width: 34px; color: #666; line-height: 33px; border: 1px solid #eee; border-radius: 2px; -webkit-border-radius: 2px; -moz-border-radius: 2px; -o-border-radius: 2px; transition: all 0.2s ease-in-out; -moz-transition: all 0.2s ease-in-out; -webkit-transition: all 0.2s ease-in-out; -o-transition: all 0.2s ease-in-out; } #pagination a:hover { border-color: #ddd; } #pagination .all-pages, #pagination .next-page { width: auto; padding: 0 14px; } .widget-title { font-size: 15px; font-weight: 400; color: #333333; letter-spacing: 1px; padding: 10px 0; margin-bottom: 20px; text-transform: uppercase; word-spacing: 1px; position: relative; } .widget-title:before { content: ''; position: absolute; left: 0; bottom: 0; width: 60px; } .right-sidebar { padding-left: 20px; } .search { width: 100%; margin-bottom: 0px !important; position: relative; } .search-btn { position: absolute; top: 76px; right: 25px; border: none; background: transparent; font-size: 18px; } .search-btn i { color: #999; } #sidebar { margin-bottom: 30px; } #sidebar .widget { border-bottom: 1px solid #E9E9E9; margin-bottom: 22px; padding-bottom: 30px; } #sidebar .widget:last-child { border-bottom: none; } #sidebar .cat-list li { padding: 7px 0; border-bottom: 1px solid #eee; } #sidebar .cat-list li a { text-decoration: none; color: #999; display: inline-block; transition: all 0.2s ease-in-out; -moz-transition: all 0.2s ease-in-out; -webkit-transition: all 0.2s ease-in-out; -o-transition: all 0.2s ease-in-out; } #sidebar .cat-list li .num-posts { font-size: 12px; } #sidebar .cat-list li:last-child { border: none; } #sidebar .posts-list li { margin-bottom: 12px; padding-bottom: 12px; border-bottom: 1px solid #eee; } #sidebar .posts-list li:last-child { margin: 0; padding: 0; border: none; } #sidebar .posts-list .widget-thumb { float: left; } #sidebar .posts-list .widget-thumb a { display: block; } #sidebar .posts-list .widget-thumb a img { opacity: 1; max-width: 90px; margin: 5px 15px 0 0; transition: all 0.2s ease-in-out; -moz-transition: all 0.2s ease-in-out; -webkit-transition: all 0.2s ease-in-out; -o-transition: all 0.2s ease-in-out; } #sidebar .posts-list .widget-thumb:hover img { opacity: 0.7; } #sidebar .posts-list .widget-content a { font-weight: 400; color: #666; } #sidebar .posts-list .widget-content span { color: #999; font-size: 12px; display: block; margin: 3px 0; } #sidebar .posts-list .widget-content span i { padding-right: 5px; } #sidebar .tag a { display: inline-block; font-size: 12px; color: #fff; padding: 7px 12px; background: #ff4f57; margin: 4px 2px; border-radius: 50px; transition: all 0.4s ease-in-out; -moz-transition: all 0.4s ease-in-out; -webkit-transition: all 0.4s ease-in-out; -o-transition: all 0.4s ease-in-out; } #sidebar .tag a:hover { color: #fff; } .single-post p { margin-bottom: 20px!important; } blockquote { border-left: none; padding: 30px; background: #ff4f57; } blockquote .quote-text { font-size: 20px; font-weight: 400; color: #FFF; line-height: 34px; } blockquote p { margin-top: 10px; margin-bottom: 0px !important; } blockquote p a { color: #fff; } blockquote p a:hover { color: #fff; } #comments h3 { font-size: 20px; font-weight: 400; } #comments .comments-list { padding: 0; margin: 0 0 35px 0; } #comments .comments-list .media { padding: 30px 0; } #comments .comments-list .media .thumb-left { float: left; width: 75px; height: 75px; } #comments .comments-list .media .thumb-left img { border-radius: 50px; } #comments .comments-list .media .info-body { margin-left: 90px; background: #f1f1f1; padding: 20px; } #comments .comments-list .media .info-body .name { font-size: 15px; font-weight: 700; line-height: 25px; margin-right: 10px; } #comments .comments-list .media .info-body .comment-date { font-weight: 600; color: #999; margin-right: 5px; font-size: 12px; } #comments .comments-list li ul { padding-left: 85px; } .reply-link { color: #ff4f57; border-radius: 0px; font-size: 14px; -webkit-transition: all 0.4s ease; -moz-transition: all 0.4s ease; -ms-transition: all 0.4s ease; transition: all 0.4s ease; } .respond-title { font-size: 20px; font-weight: 400; padding: 0px 0px 30px; } .share-social span { float: left; margin-right: 10px; font-size: 14px; color: #999; line-height: 31px; font-weight: 700; } .social-link a { color: #CACACA; text-align: center; width: 32px; border: 1px solid #CACACA; line-height: 32px; border-radius: 50px; display: inline-block; height: 32px; } .social-link .facebook:hover { color: #3b5998; border-color: #3b5998; } .social-link .twitter:hover { color: #55acee; border-color: #55acee; } .social-link .google:hover { color: #dd4b39; border-color: #dd4b39; } .social-link .linkedin:hover { color: #007bb5; border-color: #007bb5; } .head-faq { margin-bottom: 20px; } .panel-group .panel { margin-bottom: 24px; } .panel-default { border-radius: 0px; border: none; } .panel-default .panel-heading { padding: 0px 30px; outline: none; border-radius: 0px; background: #ff4f57 !important; border: 1px solid #ff4f57; width: 100%; box-shadow: none; } .panel-default .panel-heading .panel-title { margin-top: 0px; margin-bottom: 0px; font-size: 16px; color: inherit; } .panel-default .panel-heading a { font-size: 15px; font-weight: 400; padding: 15px 35px 15px 0px; display: inline-block; width: 100%; color: #fff; position: relative; text-decoration: none; } .panel-default .panel-heading a:after { font-family: "themify"; content: "\e61a"; position: absolute; right: 15px; color: #fff; font-size: 14px; font-weight: 300; top: 50%; line-height: 1; margin-top: -7px; } .panel-default .panel-heading .collapsed:after { content: "\e622"; } .panel-default .panel-collapse .panel-body { padding: 15px 30px; background-color: #fff; border: 1px solid #fff; } /* ========================================================================== Contact Pages ========================================================================== */ .contact-form, .information { margin-top: 40px; } .contact-datails { margin-bottom: 12px; min-height: 75px; position: relative; } .contact-datails .icon { position: absolute; } .contact-datails .icon i { font-size: 18px; } .contact-datails .info { padding-left: 30px; } .contact-datails .info h3 { font-size: 15px; display: block; text-transform: uppercase; } .contact-datails .info .datail { display: block; color: #888; } .form-control { background-color: #FFF; border: 1px solid #ddd; border-radius: 0px; box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.075); color: #444; display: block; height: 55px; padding: 15px 10px; width: 100%; } .form-control:focus { box-shadow: none; } /* ========================================================================== .form-control, .form-group .form-control{ border: 0; background-image: linear-gradient(@preset, @preset,), linear-gradient(#D2D2D2, #D2D2D2); background-size: 0 2px, 100% 1px; background-repeat: no-repeat; background-position: center bottom, center calc(100% - 1px); background-color: transparent; transition: background 0s ease-out; float: none; box-shadow: none; border-radius: 0; font-weight: 400; } .form-group.is-focused .form-control { outline: none; background-image: linear-gradient(@preset, @preset), linear-gradient(#D2D2D2, #D2D2D2); background-size: 100% 2px, 100% 1px; box-shadow: none; transition-duration: 0.3s; } ========================================================================== */ .input-icon input { padding-left: 40px; } .input-icon { position: relative; } .login-form .input-icon i, .cd-form .input-icon i { color: #444; opacity: 0.6; padding-right: 10px; margin-top: -3px; } .input-icon i { font-size: 15px; left: 12px; line-height: 22px; margin-top: -11px; position: absolute; top: 50%; } .form-group { margin-bottom: 20px; position: relative; } .form-group i { position: absolute; top: 20px; color: #888; left: 12px; font-size: 18px; } .checkbox-item { display: inline-block; width: 100%; } .checkbox-item .checkbox { float: left; margin: 0; } .checkbox-item a { float: right; } /* ========================================================================== My Account ========================================================================== */ .my-account { background: #f5f5f5; } .my-account-form .cd-switcher:after { content: ""; display: table; clear: both; } .my-account-form .cd-switcher li { width: 50%; float: left; text-align: center; } .my-account-form .cd-switcher li:first-child a { border-radius: .4px 0 0 0; } .my-account-form .cd-switcher li:last-child a { border-radius: 0 .4px 0 0; } .my-account-form .cd-switcher a { display: block; width: 100%; font-size: 16px; height: 50px; line-height: 50px; background: #ff4f57; color: #fff; } .my-account-form .cd-switcher a.selected { background: #FFF; color: #505260; } @media only screen and (min-width: 600px) { .my-account-form { margin: 4px auto; } .my-account-form .cd-switcher a { height: 70px; line-height: 70px; } } #cd-login, #cd-signup, #cd-reset-password { display: none; } #cd-login.is-selected, #cd-signup.is-selected, #cd-reset-password.is-selected { display: block; } .cd-user-modal-container .cd-switcher a.selected { background: #FFF; color: #666; } .cd-form-message { text-align: center; margin-bottom: 20px; color: #888; } .cd-form-bottom-message { text-align: center; } /* ========================================================================== .form-control:focus, textarea:focus{ box-shadow: none; border: 1px solid @preset; outline: none; } ========================================================================== */ .has-error .form-control:focus { box-shadow: none; } .addon { font-size: 20px; color: #888; border-radius: 0px; width: 32px!important; } .box { padding: 15px; border: 1px solid #ddd; box-shadow: 3px 3px 9px rgba(0, 0, 0, 0.075); } .page-login-form { padding: 15px; background: #fff; box-shadow: 3px 3px 9px rgba(0, 0, 0, 0.075); } .page-login-form h3 { font-size: 18px; color: #444; line-height: 18px; padding: 15px 0 30px; text-transform: uppercase; text-align: center; } .page-login-form .login-form .form-control { background: #ffffff !important; } .page-login-form .log-btn { width: 100%; padding: 12px 22px; margin: 0px 0px 20px; letter-spacing: 1; text-transform: capitalize; font-size: 16px; } .registration .form-group { margin: 0; } .registration .form-group .lable { margin-bottom: 10px; } .registration .form-group .form-control { background: #ffffff !important; } .registration .btn { padding: 7px 20px; border: none; } .form-ad .checkbox label { margin-bottom: 0px; } .control-label { font-size: 14px; color: #888; font-weight: 700; margin-bottom: 10px; } .btn-file input[type="file"] { position: absolute; top: 0px; right: 0px; min-width: 100%; min-height: 100%; text-align: right; opacity: 0; background: transparent none repeat scroll 0px 0px; cursor: inherit; display: block; } .file-caption { height: 54px; } .mb15 { margin-bottom: 15px; } .form-static { display: inline-block; margin-bottom: 0px; vertical-align: middle; } .btn-group, .btn-group-vertical { margin: 0; } .btn-select { padding: 12px; border-radius: 2px; color: #2d2d2d !important; background: #fff; text-transform: none; } .btn-group.open > .dropdown-toggle.btn, .btn-group.open > .dropdown-toggle.btn.btn-default, .btn-group-vertical.open > .dropdown-toggle.btn, .btn-group-vertical.open > .dropdown-toggle.btn.btn-default { background: #fff; } .btn-group.open .dropdown-toggle { box-shadow: 1px 3px 5px rgba(0, 0, 0, 0.125); } .btn-group.open .dropdown-toggle:focus { outline: none; } .dropdown-menu > li > a { padding: 12px 20px; margin-bottom: 4px; } .dropdown-menu li a:hover, .dropdown-menu li a:focus, .dropdown-menu li a:active { background-color: #ff4f57; color: #fff; border-radius: 0px; } .btn-group.bootstrap-select.dropdown-product ul.dropdown-menu.inner { display: none; } .btn-group.bootstrap-select.dropdown-product.open ul.dropdown-menu.inner { display: block; z-index: 9999; } .open .dropdown-menu { margin-top: 0; } .btn-group .dropdown-menu, .btn-group-vertical .dropdown-menu { border-radius: 0px; text-transform: none; } .input-group-addon { border: none; background: transparent; }
0.359589
0.05715
@font-face { font-family: "flaticon-set-charity"; src: url("../fonts/flaticons/flaticon-set-charity.eot"); src: url("../fonts/flaticons/flaticon-set-charity.eot?#iefix") format("embedded-opentype"), url("../fonts/flaticons/flaticon-set-charity.woff") format("woff"), url("../fonts/flaticons/flaticon-set-charity.ttf") format("truetype"), url("../fonts/flaticons/flaticon-set-charity.svg#flaticon-set-charity") format("svg"); font-weight: normal; font-style: normal; } @media screen and (-webkit-min-device-pixel-ratio:0) { @font-face { font-family: "flaticon-set-charity"; src: url("../fonts/flaticons/flaticon-set-charity.svg#flaticon-set-charity") format("svg"); } } [class^="flaticon-charity-"]:before, [class*=" flaticon-charity-"]:before, [class^="flaticon-charity-"]:after, [class*=" flaticon-charity-"]:after { font-family: "flaticon-set-charity"; font-style: normal; } .flaticon-charity-alms:before { content: "\f100"; } .flaticon-charity-animal-solidarity:before { content: "\f101"; } .flaticon-charity-awareness-ribbon:before { content: "\f102"; } .flaticon-charity-awareness-ribbon-inside-a-heart:before { content: "\f103"; } .flaticon-charity-child-hand-on-adult-hand:before { content: "\f104"; } .flaticon-charity-donation-box:before { content: "\f105"; } .flaticon-charity-dove-of-peace:before { content: "\f106"; } .flaticon-charity-dove-of-peace-1:before { content: "\f107"; } .flaticon-charity-drop-of-water-on-hand:before { content: "\f108"; } .flaticon-charity-food-donation:before { content: "\f109"; } .flaticon-charity-food-donation-1:before { content: "\f10a"; } .flaticon-charity-hand-holding-a-gift:before { content: "\f10b"; } .flaticon-charity-hand-holding-a-heart:before { content: "\f10c"; } .flaticon-charity-hand-holding-a-stalk:before { content: "\f10d"; } .flaticon-charity-hand-holding-balloons:before { content: "\f10e"; } .flaticon-charity-hands-with-hearts:before { content: "\f10f"; } .flaticon-charity-health-insurance:before { content: "\f110"; } .flaticon-charity-heart-on-the-palm:before { content: "\f111"; } .flaticon-charity-home-insurance:before { content: "\f112"; } .flaticon-charity-make-a-donation:before { content: "\f113"; } .flaticon-charity-make-an-online-donation:before { content: "\f114"; } .flaticon-charity-person-inside-a-heart:before { content: "\f115"; } .flaticon-charity-responsible-energy-use:before { content: "\f116"; } .flaticon-charity-responsible-use-of-water:before { content: "\f117"; } .flaticon-charity-shaking-hands-inside-a-heart:before { content: "\f118"; } .flaticon-charity-shelter:before { content: "\f119"; } .flaticon-charity-supportive-hands:before { content: "\f11a"; } .flaticon-charity-sweet-home:before { content: "\f11b"; } .flaticon-charity-world-in-your-hands:before { content: "\f11c"; } .flaticon-charity-world-peace:before { content: "\f11d"; }
public/dashboard/adminlte/dist/css1/flaticon-set-charity.css
@font-face { font-family: "flaticon-set-charity"; src: url("../fonts/flaticons/flaticon-set-charity.eot"); src: url("../fonts/flaticons/flaticon-set-charity.eot?#iefix") format("embedded-opentype"), url("../fonts/flaticons/flaticon-set-charity.woff") format("woff"), url("../fonts/flaticons/flaticon-set-charity.ttf") format("truetype"), url("../fonts/flaticons/flaticon-set-charity.svg#flaticon-set-charity") format("svg"); font-weight: normal; font-style: normal; } @media screen and (-webkit-min-device-pixel-ratio:0) { @font-face { font-family: "flaticon-set-charity"; src: url("../fonts/flaticons/flaticon-set-charity.svg#flaticon-set-charity") format("svg"); } } [class^="flaticon-charity-"]:before, [class*=" flaticon-charity-"]:before, [class^="flaticon-charity-"]:after, [class*=" flaticon-charity-"]:after { font-family: "flaticon-set-charity"; font-style: normal; } .flaticon-charity-alms:before { content: "\f100"; } .flaticon-charity-animal-solidarity:before { content: "\f101"; } .flaticon-charity-awareness-ribbon:before { content: "\f102"; } .flaticon-charity-awareness-ribbon-inside-a-heart:before { content: "\f103"; } .flaticon-charity-child-hand-on-adult-hand:before { content: "\f104"; } .flaticon-charity-donation-box:before { content: "\f105"; } .flaticon-charity-dove-of-peace:before { content: "\f106"; } .flaticon-charity-dove-of-peace-1:before { content: "\f107"; } .flaticon-charity-drop-of-water-on-hand:before { content: "\f108"; } .flaticon-charity-food-donation:before { content: "\f109"; } .flaticon-charity-food-donation-1:before { content: "\f10a"; } .flaticon-charity-hand-holding-a-gift:before { content: "\f10b"; } .flaticon-charity-hand-holding-a-heart:before { content: "\f10c"; } .flaticon-charity-hand-holding-a-stalk:before { content: "\f10d"; } .flaticon-charity-hand-holding-balloons:before { content: "\f10e"; } .flaticon-charity-hands-with-hearts:before { content: "\f10f"; } .flaticon-charity-health-insurance:before { content: "\f110"; } .flaticon-charity-heart-on-the-palm:before { content: "\f111"; } .flaticon-charity-home-insurance:before { content: "\f112"; } .flaticon-charity-make-a-donation:before { content: "\f113"; } .flaticon-charity-make-an-online-donation:before { content: "\f114"; } .flaticon-charity-person-inside-a-heart:before { content: "\f115"; } .flaticon-charity-responsible-energy-use:before { content: "\f116"; } .flaticon-charity-responsible-use-of-water:before { content: "\f117"; } .flaticon-charity-shaking-hands-inside-a-heart:before { content: "\f118"; } .flaticon-charity-shelter:before { content: "\f119"; } .flaticon-charity-supportive-hands:before { content: "\f11a"; } .flaticon-charity-sweet-home:before { content: "\f11b"; } .flaticon-charity-world-in-your-hands:before { content: "\f11c"; } .flaticon-charity-world-peace:before { content: "\f11d"; }
0.298491
0.142441
div.kolorBoxContainer { position: relative; } div.kolorBox { position: absolute; z-index: 1; background-color: #1c94c4; background-clip: padding-box; min-width: 100px; cursor: auto; } div.kolorBoxHeader { height: 75px; overflow: hidden; min-width: 100px; } div.kolorBoxBody { min-width: 100px; } div.kolorBoxBodyLeft { float: left; width: 200px; text-align: justify; overflow: hidden; } div.kolorBoxBodyCenter { position: relative; float: left; text-align: center; overflow: hidden; } div.kolorBoxBodyCenter.loading { background: url(images/sablier.png) no-repeat center center; } div.kolorBoxBodyCenter p.kolorBoxBodyCenterLeftArrow { position: absolute; left: 0; display: none; background: url(images/btn_previous.png) no-repeat; width: 32px; height: 32px; } div.kolorBoxBodyCenter p.kolorBoxBodyCenterRightArrow { position: absolute; right: 0; display: none; background: url(images/btn_next.png) no-repeat; width: 32px; height: 32px; } div.kolorBoxBodyRight { float: left; width: 200px; text-align: justify; overflow: hidden; } div.kolorBoxFooter { clear: both; height: 75px; overflow: hidden; min-width: 100px; } p.kolorBoxTitle { margin: auto; padding: 0; text-align: center; text-overflow: ellipsis; white-space: nowrap; display: inline-block; pointer-events: none; overflow: hidden; } p.kolorBoxCaption { margin: 0; padding: 0; overflow: auto; height: 100%; } /* ---------------------------------- Overlay ----------------------------------- */ div.kolorBoxOverlay { position: absolute; z-index: 0; opacity: 1; background-color: #000; width: 0px; height: 0px; } /* ---------------------------------- Navigation ----------------------------------- */ div.kolorBoxTopUIBar, div.kolorBoxBottomUIBar { position: relative; clear: both; width: 100%; height: 32px; overflow: hidden; min-width: 100px; vertical-align: top; } div.leftUIPlaceHolder { display: inline-block; text-align: left; width: 100%; overflow: hidden; height: 32px; vertical-align: top; } div.centerUIPlaceHolder { display: inline-block; width: 100%; text-align: center; overflow: hidden; height: 32px; vertical-align: top; } div.rightUIPlaceHolder { display: inline-block; text-align: right; width: 100%; overflow: hidden; float: right; height: 32px; vertical-align: top; } div.kolorBoxNavigation { height: 32px; width: 124px; display: inline-block; } span.counterSpan { display: inline-block; width: 60px; height: 32px; line-height: 32px; color: #666; font-family: Verdana, Geneva, sans-serif; text-align: center; vertical-align: top; } a.playPauseBtn, a.previousBtn, a.nextBtn, a.closeBtn, a.fullscreenBtn { display: inline-block; width: 32px; height: 32px; overflow: hidden; text-indent: -9999px; cursor: pointer; background-position: top; } a.playPauseBtn:hover, a.previousBtn:hover, a.nextBtn:hover, a.closeBtn:hover, a.fullscreenBtn:hover { background-position: bottom; } a.previousBtn { background: url(images/btn_previous.png) no-repeat; } a.nextBtn { background: url(images/btn_next.png) no-repeat; } a.playBtn { background: url(images/btn_play.png) no-repeat; } a.pauseBtn { background: url(images/btn_pause.png) no-repeat; } a.closeBtn { background: url(images/btn_close.png) no-repeat; } a.enterFullscreenBtn { background: url(images/btn_fullscreen.png) no-repeat; } a.exitFullscreenBtn { background: url(images/btn_fullscreen_exit.png) no-repeat; } /* ---------------------------------- Social buttons ----------------------------------- */ a.socialButton { display:block; float:left; text-indent: -99999px; width:64px; height:64px; overflow: hidden; margin:5px; cursor: pointer; } a.socialButton:hover { background-position: bottom; } a.socialFacebook { background: url("images/social_facebook.png") top; background-size: 100% 200%; } a.socialTwitter { background: url("images/social_twitter.png") top; background-size: 100% 200%; } a.socialGoogle { background: url("images/social_google.png") top; background-size: 100% 200%; } a.socialLinkedin { background: url("images/social_linkedin.png") top; background-size: 100% 200%; } a.socialDigg { background: url("images/social_digg.png") top; background-size: 100% 200%; } a.socialTumblr { background: url("images/social_tumblr.png") top; background-size: 100% 200%; } a.socialReddit { background: url("images/social_reddit.png") top; background-size: 100% 200%; } a.socialStumbleUpon { background: url("images/social_stumbleupon.png") top; background-size: 100% 200%; } a.socialDelicious { background: url("images/social_delicious.png") top; background-size: 100% 200%; } a.socialPinterest { background: url("images/social_pinterest.png") top; background-size: 100% 200%; } a.socialVkontakte { background: url("images/social_vkontakte.png") top; background-size: 100% 200%; } a.socialMail { background: url("images/social_mail.png") top; background-size: 100% 200%; } div.socialEmbed { display: inline-block; text-align: left; } div.socialEmbed .socialEmbedText { display: inline-block; vertical-align: middle; margin: 0 0 5px; } div.socialEmbed input { display: inline-block; vertical-align: middle; appearance: none; border-radius: none; border: solid 1px #dcdcdc; } div.socialEmbed input.socialEmbedInput { margin: 0 0 5px; padding: 4px; font-family: sans-serif; font-size: 13px; } div.socialEmbed input.socialEmbedInputWidth, div.socialEmbed input.socialEmbedInputHeight { margin: 0 5px 0 0; width: 25px; padding: 2px; font-family: sans-serif; font-size: 11px; } div.socialEmbed label { margin: 0 5px 0 0; }
public/virtual_tours/FightNight/graphics/KolorBox/kolorBox.css
div.kolorBoxContainer { position: relative; } div.kolorBox { position: absolute; z-index: 1; background-color: #1c94c4; background-clip: padding-box; min-width: 100px; cursor: auto; } div.kolorBoxHeader { height: 75px; overflow: hidden; min-width: 100px; } div.kolorBoxBody { min-width: 100px; } div.kolorBoxBodyLeft { float: left; width: 200px; text-align: justify; overflow: hidden; } div.kolorBoxBodyCenter { position: relative; float: left; text-align: center; overflow: hidden; } div.kolorBoxBodyCenter.loading { background: url(images/sablier.png) no-repeat center center; } div.kolorBoxBodyCenter p.kolorBoxBodyCenterLeftArrow { position: absolute; left: 0; display: none; background: url(images/btn_previous.png) no-repeat; width: 32px; height: 32px; } div.kolorBoxBodyCenter p.kolorBoxBodyCenterRightArrow { position: absolute; right: 0; display: none; background: url(images/btn_next.png) no-repeat; width: 32px; height: 32px; } div.kolorBoxBodyRight { float: left; width: 200px; text-align: justify; overflow: hidden; } div.kolorBoxFooter { clear: both; height: 75px; overflow: hidden; min-width: 100px; } p.kolorBoxTitle { margin: auto; padding: 0; text-align: center; text-overflow: ellipsis; white-space: nowrap; display: inline-block; pointer-events: none; overflow: hidden; } p.kolorBoxCaption { margin: 0; padding: 0; overflow: auto; height: 100%; } /* ---------------------------------- Overlay ----------------------------------- */ div.kolorBoxOverlay { position: absolute; z-index: 0; opacity: 1; background-color: #000; width: 0px; height: 0px; } /* ---------------------------------- Navigation ----------------------------------- */ div.kolorBoxTopUIBar, div.kolorBoxBottomUIBar { position: relative; clear: both; width: 100%; height: 32px; overflow: hidden; min-width: 100px; vertical-align: top; } div.leftUIPlaceHolder { display: inline-block; text-align: left; width: 100%; overflow: hidden; height: 32px; vertical-align: top; } div.centerUIPlaceHolder { display: inline-block; width: 100%; text-align: center; overflow: hidden; height: 32px; vertical-align: top; } div.rightUIPlaceHolder { display: inline-block; text-align: right; width: 100%; overflow: hidden; float: right; height: 32px; vertical-align: top; } div.kolorBoxNavigation { height: 32px; width: 124px; display: inline-block; } span.counterSpan { display: inline-block; width: 60px; height: 32px; line-height: 32px; color: #666; font-family: Verdana, Geneva, sans-serif; text-align: center; vertical-align: top; } a.playPauseBtn, a.previousBtn, a.nextBtn, a.closeBtn, a.fullscreenBtn { display: inline-block; width: 32px; height: 32px; overflow: hidden; text-indent: -9999px; cursor: pointer; background-position: top; } a.playPauseBtn:hover, a.previousBtn:hover, a.nextBtn:hover, a.closeBtn:hover, a.fullscreenBtn:hover { background-position: bottom; } a.previousBtn { background: url(images/btn_previous.png) no-repeat; } a.nextBtn { background: url(images/btn_next.png) no-repeat; } a.playBtn { background: url(images/btn_play.png) no-repeat; } a.pauseBtn { background: url(images/btn_pause.png) no-repeat; } a.closeBtn { background: url(images/btn_close.png) no-repeat; } a.enterFullscreenBtn { background: url(images/btn_fullscreen.png) no-repeat; } a.exitFullscreenBtn { background: url(images/btn_fullscreen_exit.png) no-repeat; } /* ---------------------------------- Social buttons ----------------------------------- */ a.socialButton { display:block; float:left; text-indent: -99999px; width:64px; height:64px; overflow: hidden; margin:5px; cursor: pointer; } a.socialButton:hover { background-position: bottom; } a.socialFacebook { background: url("images/social_facebook.png") top; background-size: 100% 200%; } a.socialTwitter { background: url("images/social_twitter.png") top; background-size: 100% 200%; } a.socialGoogle { background: url("images/social_google.png") top; background-size: 100% 200%; } a.socialLinkedin { background: url("images/social_linkedin.png") top; background-size: 100% 200%; } a.socialDigg { background: url("images/social_digg.png") top; background-size: 100% 200%; } a.socialTumblr { background: url("images/social_tumblr.png") top; background-size: 100% 200%; } a.socialReddit { background: url("images/social_reddit.png") top; background-size: 100% 200%; } a.socialStumbleUpon { background: url("images/social_stumbleupon.png") top; background-size: 100% 200%; } a.socialDelicious { background: url("images/social_delicious.png") top; background-size: 100% 200%; } a.socialPinterest { background: url("images/social_pinterest.png") top; background-size: 100% 200%; } a.socialVkontakte { background: url("images/social_vkontakte.png") top; background-size: 100% 200%; } a.socialMail { background: url("images/social_mail.png") top; background-size: 100% 200%; } div.socialEmbed { display: inline-block; text-align: left; } div.socialEmbed .socialEmbedText { display: inline-block; vertical-align: middle; margin: 0 0 5px; } div.socialEmbed input { display: inline-block; vertical-align: middle; appearance: none; border-radius: none; border: solid 1px #dcdcdc; } div.socialEmbed input.socialEmbedInput { margin: 0 0 5px; padding: 4px; font-family: sans-serif; font-size: 13px; } div.socialEmbed input.socialEmbedInputWidth, div.socialEmbed input.socialEmbedInputHeight { margin: 0 5px 0 0; width: 25px; padding: 2px; font-family: sans-serif; font-size: 11px; } div.socialEmbed label { margin: 0 5px 0 0; }
0.302391
0.07363
:root { --color-ocean: #80c5ef; --color-ocean-distant: #336d97; --color-beach-start: #99ddeb00; --color-beach-end: #d3c78c; --color-grass-start: #66ae60; --color-grass-end: #374b2e; --color-mountain-start: #715239; --color-mountain-end: #3e352d; --color-volcano-surface: #b75a3b; --color-volcano-deep: #cd8941; --color-tree-pine: #477c50dd; --color-hut-base: #9f9f9f; --color-hut-walls: #dacdad; --color-hut-roof: #b37d53; --loader-size: 24px; } body { margin: 0; } #wrapper { width: 100vw; height: 100vh; overflow: hidden; background: radial-gradient( ellipse at bottom, var(--color-ocean) 0, var(--color-ocean-distant) 100%); display: flex; flex-direction: column; } #wrapper #canvas-wrapper { flex-grow: 1; } #wrapper #canvas-wrapper #div-renderer { position: absolute; overflow: hidden; } #wrapper #canvas-wrapper #div-renderer #slice-container { transform-origin: left top; } #wrapper #canvas-wrapper #div-renderer #slice-container .slice { position: absolute; transform-origin: left top; } #wrapper #canvas-wrapper #renderer-2d { position: absolute; } #wrapper #canvas-wrapper #renderer-webgl { position: absolute; } #wrapper #loader { background-color: #585858; width: 100%; height: var(--loader-size); border-top: 1px solid var(--color-mountain-end); user-select: none; } #wrapper #loader #loaded { width: 0; height: 100%; background-color: var(--color-grass-start); border-right: 1px solid var(--color-mountain-end); } #wrapper #controls-wrapper { position: absolute; width: 100%; display: flex; flex-direction: row; user-select: none; } #wrapper #controls-wrapper #controls { display: flex; flex-direction: column; background-color: rgba(255, 255, 255, 0.62); padding: 8px; } #wrapper #controls-wrapper #controls select { width: 100%; } #wrapper #controls-wrapper #controls button { width: 100%; height: 32px; }
css/style.css
:root { --color-ocean: #80c5ef; --color-ocean-distant: #336d97; --color-beach-start: #99ddeb00; --color-beach-end: #d3c78c; --color-grass-start: #66ae60; --color-grass-end: #374b2e; --color-mountain-start: #715239; --color-mountain-end: #3e352d; --color-volcano-surface: #b75a3b; --color-volcano-deep: #cd8941; --color-tree-pine: #477c50dd; --color-hut-base: #9f9f9f; --color-hut-walls: #dacdad; --color-hut-roof: #b37d53; --loader-size: 24px; } body { margin: 0; } #wrapper { width: 100vw; height: 100vh; overflow: hidden; background: radial-gradient( ellipse at bottom, var(--color-ocean) 0, var(--color-ocean-distant) 100%); display: flex; flex-direction: column; } #wrapper #canvas-wrapper { flex-grow: 1; } #wrapper #canvas-wrapper #div-renderer { position: absolute; overflow: hidden; } #wrapper #canvas-wrapper #div-renderer #slice-container { transform-origin: left top; } #wrapper #canvas-wrapper #div-renderer #slice-container .slice { position: absolute; transform-origin: left top; } #wrapper #canvas-wrapper #renderer-2d { position: absolute; } #wrapper #canvas-wrapper #renderer-webgl { position: absolute; } #wrapper #loader { background-color: #585858; width: 100%; height: var(--loader-size); border-top: 1px solid var(--color-mountain-end); user-select: none; } #wrapper #loader #loaded { width: 0; height: 100%; background-color: var(--color-grass-start); border-right: 1px solid var(--color-mountain-end); } #wrapper #controls-wrapper { position: absolute; width: 100%; display: flex; flex-direction: row; user-select: none; } #wrapper #controls-wrapper #controls { display: flex; flex-direction: column; background-color: rgba(255, 255, 255, 0.62); padding: 8px; } #wrapper #controls-wrapper #controls select { width: 100%; } #wrapper #controls-wrapper #controls button { width: 100%; height: 32px; }
0.54698
0.184473
body { font-family: Roboto; } .h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 { line-height: 1.3; } a { color: #0000ff; } #header .header-panel .btn { font-size: 12px; font-weight: 500; padding: 4px 12px; } #header .header-panel a:not(.btn-primary) { color: #002f77; } .special-settings { display: none; font-size: 22px; font-weight: normal; line-height: 30px !important; width: 100%; height: 60px; margin: 0 auto; z-index: 1001; border-bottom: 1px solid #000; } #header .header-panel a:hover:not(.btn-primary), #header .header-panel a:active:not(.btn-primary) { color: #fff; background-color: #002f77; } #header .specialversion { color: #002f77; background-color: unset; } #header .specialversion:hover { color: #fff; background-color: #0041a6; } #header .auth-link { border: 1px solid #0041a6; margin-right: 20px; } #header .top-links .btn { padding: 4px 12px; font-size: 13px !important; } #header .selected { color: #fff !important; background-color: #0041a6; } .header-panel .row { padding-top: 10px; padding-bottom: 20px; } #header { height: 180px; background-image: url(images/Header.png); background-position: center center; background-repeat: no-repeat; background-size: cover; } .mob-logo, .mob-flag { margin-top: 15px; } .logo .img-responsive { margin-top: -15px !important; } .col-sm-3.col-md-2.logo2 { margin-left: -50px; } .site-name h2 { width: 300px; height: 64px; margin-top: 10px; margin-left: -15px; text-align: center !important; font-family: Roboto; font-size: 20px; font-weight: 600; font-style: normal; font-stretch: normal; line-height: normal; letter-spacing: normal; text-align: left; text-shadow: 0 0 3px rgba(246, 246, 246, 0.73); } .site-name a { color: #002f77; } a:hover { text-decoration-line: none; } .navbar { margin-bottom: 0; border-radius: 0; border-width: 0; } #navbar .nav .dropdown .dropdown-toggle { padding: 14px 13px !important; } #navbar .nav .dropdown .dropdown-submenu .dropdown-toggle { padding: 5px 20px 3px !important; } .useful-btns .btn-block { padding-top: 20px !important; padding-bottom: 20px !important; background-color: #3075ff; } .navbar-default, .navbar-default .dropdown-menu { background-color: blue; } #useful-links .nav > li > a:focus, .nav > li > a:hover { background: #eeeeee78; } .top-menu li a { color: #fff !important; } .top-menu li a:hover, .top-menu li a:focus, .top-menu li a:active, .top-menu .active a { background-color: #308ee1 !important; } .modal { position: sticky !important; margin-bottom: -40% !important; } #home-photogallery .item { height: 226px !important; } #tab-1 .well-sm, #tab-2 .well-sm, #tab-3 .well-sm, #tab-4 .well-sm, #tab-5 .well-sm, #tab-6 .well-sm { margin: 5px; border-radius: 5px; } #useful-links .carousel-inner { min-height: 210px; height: auto; position: absolute; } #useful-links .row .tab-content { min-height: 210px; } .carousel-inner .img-circle { border-radius: 0px; border: 2px solid white; } .carousel-inner .media-body h6, .carousel-inner .media-body .active a { color: white !important; font-weight: 400 !important; margin-top: 0px !important; margin-bottom: 0px !important; } .carousel-control.left, .carousel-control.right { background-image: none !important; } #useful-links li a, #useful-links h3 { color: #fff; } #useful-links li a:active, #useful-links li a:focus, #useful-links li a:hover, #useful-links .active a { color: white; } .nav-tabs > li.active > a, .nav-tabs > li.active > a:focus, .nav-tabs > li.active > a:hover { background-color: #ffffff38; } #footer, #footer a { color: #fff; } #footer h3 { border-bottom: 1px solid #fff; } #files-content .file-box { border-bottom: 1px solid gray; } .page-header { border-bottom: 1px solid blue; margin: auto; } .news-filter td, .tenders-filter td { vertical-align: baseline; } #locals hr { display: block; height: 1px; border: 0; border-bottom: 2px solid #00f; margin: 1.1em 0; padding: 0; } #useful-links hr { display: block; height: 1px; border: 0; border-bottom: 2px solid #fff; margin: 2.2em 0; padding: 0; } #contact-us-content .info th { text-align: center; } .list-group-item.active, .list-group-item.active:focus, .list-group-item.active:hover { color: #061e90; background-color: #f5f5f5; border-color: #ddd; } .dropdown-menu { padding-top: 7px; padding-bottom: 7px; } .dropdown-menu > li > a { padding: 5px 20px 3px; margin-top: -8px; margin-bottom: -8px; line-height: 2; } .dropdown-submenu { position: relative; } .dropdown-submenu > .dropdown-menu { top: 0; left: 100%; margin-top: -6px; margin-left: -1px; -webkit-border-radius: 0 6px 6px 6px; -moz-border-radius: 0 6px 6px; border-radius: 0 6px 6px 6px; } .dropdown-submenu:hover > .dropdown-menu { display: block; } .dropdown-submenu > a:after { display: block; content: " "; float: right; width: 0; height: 0; border-color: transparent; border-style: solid; border-width: 5px 0 5px 5px; border-left-color: #ccc; margin-top: 5px; margin-right: -10px; } .dropdown-submenu:hover > a:after { border-left-color: #fff; } .dropdown-submenu.pull-left { float: none; } .dropdown-submenu.pull-left > .dropdown-menu { left: -100%; margin-left: 10px; -webkit-border-radius: 6px 0 6px 6px; -moz-border-radius: 6px 0 6px 6px; border-radius: 6px 0 6px 6px; } @media (min-width: 768px) { ul.nav li.dropdown:hover ul.dropdown-menu { display: block; } ul.nav li.dropdown:hover ul.dropdown-menu li.dropdown-submenu ul.dropdown-menu { display: none; } ul.nav li.dropdown ul.dropdown-menu li.dropdown-submenu:hover ul.dropdown-menu { display: block; } .lead { font-size: 21px; } } .first-layer { background: rgba(47, 138, 186, 0.8); } #main-content { background-image: url(images/volna-min.png); background-position: center -5%; background-repeat: no-repeat; background-size: contain; } #home-photogallery img { object-fit: cover; } #useful-links .row .container-fluid { padding-left: 0; padding-right: 0; } .glyphicon-print { font-size: 20px; } #rahbariyat-bio .glyphicon { font-size: 17px; color: #225dbe; } #rahbariyat-bio h4 { color: #225dbe; } .request-to-minister, .menu-item-structure { margin-bottom: 20px; } .request-to-minister .text-center, .menu-item-structure .col { background-color: #044ad6; padding: 5px 15px; color: #fff; } .request-to-minister .text-center h4 { margin-top: 5px; margin-bottom: 5px; font-size: 16px; } .request-to-minister img { width: 100%; } .quiz-block .col { background-color: #3075ff; padding: 5px 20px; color: #fff; } .quiz-block .well { background-color: #fff; } #map { width: 100%; height: auto; } .useful-btns { background-color: #044ad6; border-radius: 4px; } .useful-btns a { font-weight: 500; } .useful-btns:hover { background-color: cornflowerblue; } #locals { background-image: url(images/Map_back_pattern.png); } .carousel-indicators { bottom: -17px; } .carousel-indicators li { border-color: #00f; } .carousel-indicators .active { background-color: #00f; } .thumbnail { border: 0px; height: 93px; overflow: hidden; } .pager li > a, .pager li > span { border-radius: 2px; } .left-sidebar h5 { color: #fff; font-weight: 500; line-height: 1.3; margin: 0; text-align: center; padding: 10px 15px; background-color: #0000ff; border-top-left-radius: 4px; border-top-right-radius: 4px; } .left-sidebar .list-group .list-group-item { height: 50px; } .left-sidebar .list-group .list-group-item img { float: left; margin-right: 10px; height: 30px; } .left-sidebar .list-group .list-group-item p { margin: 0; line-height: 1.1; } .list-group-item:first-child { border-top-left-radius: 0; border-top-right-radius: 0; } [id^="myCarousel"] { margin: 0 0; position: unset; } .tab-content { position: relative; } .lang { border-radius: 10px; } .statistika { margin-bottom: 20px; padding-right: 0; } .statistika img { width: 100%; } .tenders { margin-bottom: 20px; } .tenders .text-center { background-color: 0000ff; color: #fff; } #footer { background-image: url(images/footer-back.png); } .navbar-default .navbar-toggle .icon-bar { background-color: #fff; } #home .right-sidebar .useful-btns-block { display: none; } .dropdown-menu > li > a { padding: 5px 20px 3px; margin-top: -8px; margin-bottom: -8px; line-height: 1.5; width: 300px; word-wrap: break-word; white-space: normal; } .home-news-block h4 { font-size: 16px; font-weight: 500; } .home-news-block .row:first-of-type h4:first-child { font-size: 20px; } .home-news-block p { font-size: 14px; } #navbar .text-uppercase { font-weight: 700; } a.list-group-item { font-size: 13px; color: #0000ff; font-weight: 500; } .nav li a { font-weight: 500; } .statistika h4, .media-blok h4 { color: blue; } .force-margin { margin-bottom: 20px; } .media-blok { padding-bottom: 15px; background: white; } .media-blok .pager { margin: 0px 0px; } .file-box .row { margin-left: 0px; margin-right: 0px; } .blue-header { background-color: #0000ff; padding: 10px 20px; color: white; } .blue-header h4 { margin-top: 0px; margin-bottom: 0px; font-size: 16px; text-align: center; } .footer-top b { font-weight: 500; } .survey-widget .text-center { padding-bottom: 15px; } @media only screen and (max-width: 600px) { #useful-links .row .tab-content { min-height: 710px; } .media-blok { display: none !important; } .site-name h5 { margin-top: -20px !important; width: 120px; margin-left: -15px; } .mob-logo, .mob-flag { margin-top: -5px; } }
public/style.css
body { font-family: Roboto; } .h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 { line-height: 1.3; } a { color: #0000ff; } #header .header-panel .btn { font-size: 12px; font-weight: 500; padding: 4px 12px; } #header .header-panel a:not(.btn-primary) { color: #002f77; } .special-settings { display: none; font-size: 22px; font-weight: normal; line-height: 30px !important; width: 100%; height: 60px; margin: 0 auto; z-index: 1001; border-bottom: 1px solid #000; } #header .header-panel a:hover:not(.btn-primary), #header .header-panel a:active:not(.btn-primary) { color: #fff; background-color: #002f77; } #header .specialversion { color: #002f77; background-color: unset; } #header .specialversion:hover { color: #fff; background-color: #0041a6; } #header .auth-link { border: 1px solid #0041a6; margin-right: 20px; } #header .top-links .btn { padding: 4px 12px; font-size: 13px !important; } #header .selected { color: #fff !important; background-color: #0041a6; } .header-panel .row { padding-top: 10px; padding-bottom: 20px; } #header { height: 180px; background-image: url(images/Header.png); background-position: center center; background-repeat: no-repeat; background-size: cover; } .mob-logo, .mob-flag { margin-top: 15px; } .logo .img-responsive { margin-top: -15px !important; } .col-sm-3.col-md-2.logo2 { margin-left: -50px; } .site-name h2 { width: 300px; height: 64px; margin-top: 10px; margin-left: -15px; text-align: center !important; font-family: Roboto; font-size: 20px; font-weight: 600; font-style: normal; font-stretch: normal; line-height: normal; letter-spacing: normal; text-align: left; text-shadow: 0 0 3px rgba(246, 246, 246, 0.73); } .site-name a { color: #002f77; } a:hover { text-decoration-line: none; } .navbar { margin-bottom: 0; border-radius: 0; border-width: 0; } #navbar .nav .dropdown .dropdown-toggle { padding: 14px 13px !important; } #navbar .nav .dropdown .dropdown-submenu .dropdown-toggle { padding: 5px 20px 3px !important; } .useful-btns .btn-block { padding-top: 20px !important; padding-bottom: 20px !important; background-color: #3075ff; } .navbar-default, .navbar-default .dropdown-menu { background-color: blue; } #useful-links .nav > li > a:focus, .nav > li > a:hover { background: #eeeeee78; } .top-menu li a { color: #fff !important; } .top-menu li a:hover, .top-menu li a:focus, .top-menu li a:active, .top-menu .active a { background-color: #308ee1 !important; } .modal { position: sticky !important; margin-bottom: -40% !important; } #home-photogallery .item { height: 226px !important; } #tab-1 .well-sm, #tab-2 .well-sm, #tab-3 .well-sm, #tab-4 .well-sm, #tab-5 .well-sm, #tab-6 .well-sm { margin: 5px; border-radius: 5px; } #useful-links .carousel-inner { min-height: 210px; height: auto; position: absolute; } #useful-links .row .tab-content { min-height: 210px; } .carousel-inner .img-circle { border-radius: 0px; border: 2px solid white; } .carousel-inner .media-body h6, .carousel-inner .media-body .active a { color: white !important; font-weight: 400 !important; margin-top: 0px !important; margin-bottom: 0px !important; } .carousel-control.left, .carousel-control.right { background-image: none !important; } #useful-links li a, #useful-links h3 { color: #fff; } #useful-links li a:active, #useful-links li a:focus, #useful-links li a:hover, #useful-links .active a { color: white; } .nav-tabs > li.active > a, .nav-tabs > li.active > a:focus, .nav-tabs > li.active > a:hover { background-color: #ffffff38; } #footer, #footer a { color: #fff; } #footer h3 { border-bottom: 1px solid #fff; } #files-content .file-box { border-bottom: 1px solid gray; } .page-header { border-bottom: 1px solid blue; margin: auto; } .news-filter td, .tenders-filter td { vertical-align: baseline; } #locals hr { display: block; height: 1px; border: 0; border-bottom: 2px solid #00f; margin: 1.1em 0; padding: 0; } #useful-links hr { display: block; height: 1px; border: 0; border-bottom: 2px solid #fff; margin: 2.2em 0; padding: 0; } #contact-us-content .info th { text-align: center; } .list-group-item.active, .list-group-item.active:focus, .list-group-item.active:hover { color: #061e90; background-color: #f5f5f5; border-color: #ddd; } .dropdown-menu { padding-top: 7px; padding-bottom: 7px; } .dropdown-menu > li > a { padding: 5px 20px 3px; margin-top: -8px; margin-bottom: -8px; line-height: 2; } .dropdown-submenu { position: relative; } .dropdown-submenu > .dropdown-menu { top: 0; left: 100%; margin-top: -6px; margin-left: -1px; -webkit-border-radius: 0 6px 6px 6px; -moz-border-radius: 0 6px 6px; border-radius: 0 6px 6px 6px; } .dropdown-submenu:hover > .dropdown-menu { display: block; } .dropdown-submenu > a:after { display: block; content: " "; float: right; width: 0; height: 0; border-color: transparent; border-style: solid; border-width: 5px 0 5px 5px; border-left-color: #ccc; margin-top: 5px; margin-right: -10px; } .dropdown-submenu:hover > a:after { border-left-color: #fff; } .dropdown-submenu.pull-left { float: none; } .dropdown-submenu.pull-left > .dropdown-menu { left: -100%; margin-left: 10px; -webkit-border-radius: 6px 0 6px 6px; -moz-border-radius: 6px 0 6px 6px; border-radius: 6px 0 6px 6px; } @media (min-width: 768px) { ul.nav li.dropdown:hover ul.dropdown-menu { display: block; } ul.nav li.dropdown:hover ul.dropdown-menu li.dropdown-submenu ul.dropdown-menu { display: none; } ul.nav li.dropdown ul.dropdown-menu li.dropdown-submenu:hover ul.dropdown-menu { display: block; } .lead { font-size: 21px; } } .first-layer { background: rgba(47, 138, 186, 0.8); } #main-content { background-image: url(images/volna-min.png); background-position: center -5%; background-repeat: no-repeat; background-size: contain; } #home-photogallery img { object-fit: cover; } #useful-links .row .container-fluid { padding-left: 0; padding-right: 0; } .glyphicon-print { font-size: 20px; } #rahbariyat-bio .glyphicon { font-size: 17px; color: #225dbe; } #rahbariyat-bio h4 { color: #225dbe; } .request-to-minister, .menu-item-structure { margin-bottom: 20px; } .request-to-minister .text-center, .menu-item-structure .col { background-color: #044ad6; padding: 5px 15px; color: #fff; } .request-to-minister .text-center h4 { margin-top: 5px; margin-bottom: 5px; font-size: 16px; } .request-to-minister img { width: 100%; } .quiz-block .col { background-color: #3075ff; padding: 5px 20px; color: #fff; } .quiz-block .well { background-color: #fff; } #map { width: 100%; height: auto; } .useful-btns { background-color: #044ad6; border-radius: 4px; } .useful-btns a { font-weight: 500; } .useful-btns:hover { background-color: cornflowerblue; } #locals { background-image: url(images/Map_back_pattern.png); } .carousel-indicators { bottom: -17px; } .carousel-indicators li { border-color: #00f; } .carousel-indicators .active { background-color: #00f; } .thumbnail { border: 0px; height: 93px; overflow: hidden; } .pager li > a, .pager li > span { border-radius: 2px; } .left-sidebar h5 { color: #fff; font-weight: 500; line-height: 1.3; margin: 0; text-align: center; padding: 10px 15px; background-color: #0000ff; border-top-left-radius: 4px; border-top-right-radius: 4px; } .left-sidebar .list-group .list-group-item { height: 50px; } .left-sidebar .list-group .list-group-item img { float: left; margin-right: 10px; height: 30px; } .left-sidebar .list-group .list-group-item p { margin: 0; line-height: 1.1; } .list-group-item:first-child { border-top-left-radius: 0; border-top-right-radius: 0; } [id^="myCarousel"] { margin: 0 0; position: unset; } .tab-content { position: relative; } .lang { border-radius: 10px; } .statistika { margin-bottom: 20px; padding-right: 0; } .statistika img { width: 100%; } .tenders { margin-bottom: 20px; } .tenders .text-center { background-color: 0000ff; color: #fff; } #footer { background-image: url(images/footer-back.png); } .navbar-default .navbar-toggle .icon-bar { background-color: #fff; } #home .right-sidebar .useful-btns-block { display: none; } .dropdown-menu > li > a { padding: 5px 20px 3px; margin-top: -8px; margin-bottom: -8px; line-height: 1.5; width: 300px; word-wrap: break-word; white-space: normal; } .home-news-block h4 { font-size: 16px; font-weight: 500; } .home-news-block .row:first-of-type h4:first-child { font-size: 20px; } .home-news-block p { font-size: 14px; } #navbar .text-uppercase { font-weight: 700; } a.list-group-item { font-size: 13px; color: #0000ff; font-weight: 500; } .nav li a { font-weight: 500; } .statistika h4, .media-blok h4 { color: blue; } .force-margin { margin-bottom: 20px; } .media-blok { padding-bottom: 15px; background: white; } .media-blok .pager { margin: 0px 0px; } .file-box .row { margin-left: 0px; margin-right: 0px; } .blue-header { background-color: #0000ff; padding: 10px 20px; color: white; } .blue-header h4 { margin-top: 0px; margin-bottom: 0px; font-size: 16px; text-align: center; } .footer-top b { font-weight: 500; } .survey-widget .text-center { padding-bottom: 15px; } @media only screen and (max-width: 600px) { #useful-links .row .tab-content { min-height: 710px; } .media-blok { display: none !important; } .site-name h5 { margin-top: -20px !important; width: 120px; margin-left: -15px; } .mob-logo, .mob-flag { margin-top: -5px; } }
0.297164
0.098686
@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@400;500;600;700&family=Ubuntu:wght@400;500;700&display=swap'); *{ margin:0; padding:0; box-sizing: border-box; text-decoration: none; } html{ scroll-behavior:smooth ; } .max-width{ max-width: 1300px; padding: 0 80px; margin: auto; } /* navbar styling */ .navbar{ position: fixed; z-index:999; width: 100%; padding: 30px 0; background:#222; font-family: 'Ubuntu', sans-serif; transition: all 0.3s ease; } .navbar.sticky{ padding: 15px 0; background:crimson; } .navbar .max-width{ display:flex; align-items: center; justify-content: space-between; } .navbar .logo a{ color:#fff; font-size: 35px; font-weight: 600; } .navbar .logo a span{ color:crimson; transition: all 0.3s ease; } .navbar.sticky .logo a span{ color:#fff; } .navbar .menu li { list-style: none; display: inline-block; } .navbar .menu li a{ color:#fff; font-size: 18px; font-weight: 500; margin-left: 25px; transition: color 0.3s ease; } .navbar .menu li a:hover{ color:crimson; } .navbar.sticky .menu li a:hover{ color:#fff; } /* menu btn styling */ .menu-btn{ color:#fff; font-size:23px; cursor:pointer; display:none; } .scroll-up-btn{ position: fixed; height: 45px; width: 42px; background: crimson; right: 30px; bottom: 30px; text-align: center; line-height: 45px; color: #fff; z-index: 999; font-size: 30px; border-radius: 6px; cursor: pointer; opacity: 0; pointer-events: none; transition: all 0.3s ease; } .scrolls-up-btn.show{ bottom:30px; opacity: 1; pointer-events: auto; } /*home section styling */ .home{ display: flex; background: url("images.jpg") ; height:100vh; background-size: cover; background-attachment: fixed; color: #fff; min-height: 500px; font-family: 'Ubuntu', sans-serif; } .home .max-width{ margin: auto 0 auto 40px; } .home .home-content .text-1{ font-size: 27px; } .home .home-content .text-2{ font-size: 75px; font-weight: 600; } .home .home-content .text-3{ font-size: 40px; margin: 5px 0; } .home .home-content .text-3 span{ color:rgb(216, 3, 3); font-weight: 500; } .home .home-content a{ display:inline-block; background:rgb(216, 3, 3) ; color: #fff; font-size: 25px; padding: 12px 36px; margin-top: 20px; border-radius: 6px; border: 2px solid rgb(216, 3, 3); transition: all 0.3s ease; } .home .home-content a:hover{ color:#fff; background:none; } /* footer section styling */ footer{ background: #111; padding: 20px 23px; color:#fff; } footer span a{ color: crimson; } footer span a:hover{ text-decoration: none; } /* responsive media query start */ @media(max-width:1300px) {.home .max-width{ margin-left:0px; } } @media(max-width:1104px) {.about .about-content .left img{ height: 350px; width: 350px; } } @media(max-width:991px){ .max-width{ padding:0 50px; } } @media(max-width:947px) { .menu-btn{ display:block; z-index:999; } .menu-btn i.active:before{ content:"\food"; } .navbar .menu{ position:fixed; height:100vh; width:100%; left:-100%; top:0; background:#111; text-align:center; transition:all 0.3s ease ; } .navbar .menu.active{ left:0; } .navbar .menu li{ display:block; } .navbar .menu li a{ display:inline-block; margin: 20px 0; font-size:25px; } .home .home-content .text-2{ font-size:70px; } .home .home-content .text-3{ font-size:35px; } .home .home-content a{ font-size: 23px; padding:10px 30px; } .max-width{ max-width:800px; } .about .about-content .column{ width: 100%; } .about .about-content .left{ display:flex; justify-content:center ; margin:0 auto 60px; } .about .about-content .right{ flex:100%; } .project .project-content .card{ width: calc(50% - 10px); margin-bottom: 20px; } .skills .skills-content .column, .contact .contact-content .column{ width:100%; margin-bottom: 35px; } } @media(max-width:690px){ss .max-width{ padding: 0 23px; } .home .home-content .text-2{ font-size:60px; } .home .home-content .text-3{ font-size:32px; } .home .home-content a{ font-size: 20px; } .project .project-content .card, .skills .skills-content .column{ width:100%; } } /* all similar content styling code*/ section{ padding: 100px 0; } .about, .project, .skills, .contact, footer{ font-family: 'Poppins',sans-serif; } .about .about-content, .project .project-content, .skills .skills-content, .contact .contact-content{ display:flex; flex-wrap: wrap; align-items: center; justify-content: space-between; } section .title{ position: relative; text-align: center; font-size: 40px; font-weight: 800; margin-bottom: 60px; padding-bottom: 20px; font-family: 'Ubuntu',sans-serif; } section .title::before{ content: ""; position: absolute; bottom:0px; left: 50%; width:180px; height: 3px; background:#111; transform:translateX(-50%); } section .title::after{ position:absolute; bottom: -12px; left: 50%; font-size: 20px; color:crimson; padding:5px; background:#fff; transform:translateX(-50%); } /* about section styling */ .about .title::after{ content:"who i am"; } .about .about-content .left{ width: 45%; } .about .about-content .left img{ height: 500px; width:400px; object-fit: cover; border-radius: 6px; } .about .about-content .right{ width:55%; } .about .about-content .right .text{ font-size: 25px; font-weight: 600; margin-bottom:10px; } .about .about-content .right .text span { color:crimson; } .about .about-content .right p{ text-align:justify; } .about .about-content .right a{ display:inline-block; background:rgb(216, 3, 3) ; color: #fff; font-size: 15px; font-weight:200 ; padding: 1px 30px; margin-top: 20px; border-radius: 6px; border: 2px solid rgb(216, 3, 3); transition: all 0.3s ease; } .about .about-content .right a:hover{ color:crimson; background:none; } /*project section styling */ .project{ color: #fff; background: #111; } .project .title::before{ background:#fff; } .project .title::after{ background:#111; content:"what i am good at"; }.project .project-content .card{ width:calc(33% - 20px); background: rgb(80, 133, 143); text-align:center; border-radius: 6px; padding:20px 25px; cursor:pointer; transition: all 0.3s ease;} .project .project-content .card i{ font-size:80x; color:rgb(238, 255, 0); font-weight: 1000; } .project .project-content .card .text:hover{ color:rgb(3, 3, 87); background: none; } .project .project-content .card .text{ font-size: 25px; font-weight: 500; margin:10px 0 7px 0; } /* skills section styling */ .skills .title::after{ content:"what i know"; } .skills .skills-content .column{ width: calc(50% - 30px); } .skills .skills-content .left .text{ font-size: 20px; font-weight: 600; margin-bottom: 10px; } .skills .skills-content .left p{ text-align:justify ; } .skills .skills-content .left a{ display:inline-block; background:rgb(216, 3, 3) ; color: #fff; font-size: 10px; font-weight:80; padding: 8px 16px; margin-top: 10px; border-radius: 6px; border: 2px solid rgb(216, 3, 3); transition: all 0.3s ease; } .skills .skills-content .left a:hover{ color:crimson; background:none; } .skills .skills-content .right .bars{ margin-bottom: 15px; } .skills .skills-content .right .info{ display:flex; margin:5px; align-items:center; justify-content:space-between; } .skills .skills-content .right span{ font-weight: 500; font-size: 15px; } .skills .skills-content .right .line{ height: 5px; width:100%; background:lightgray; position:relative; } .skills .skills-content .right .line::before{ content:""; position:absolute; height:100%; width:80%; left: 0; top:0; background:crimson; } .skills .skills-content .right .html::before{ width:60%; } .skills .skills-content .right .css::before{ width:70%; } .skills .skills-content .right .js::before{ width:20%; } .skills .skills-content .right .php::before{ width:10%; } .skills .skills-content .right .mysql::before{ width:5%; } .skills .skills-content .right .c::before{ width:80%; } .skills .skills-content .right .cpp::before{ width:60%; } /* contact section styling */ .contact .title::after{ content:"get in touch"; } .contact .contact-content .column{ width: calc(50% - 30px); } .contact .contact-content .text{ font-size:20px; font-weight: 600; margin-bottom: 10px; } .contact .contact-content .left p{ text-align: justify; } .contact .contact-content .left .icons{ margin:10px 0; } .contact .contact-content .row{ display:flex; height:65px; align-items:center ; } .contact .contact-content .row .info{ margin-left: 30px; } .contact .contact-content .row i{ font-size: 25px; color:crimson; } .contact .contact-content .row .info .head{ font-weight: 500; } .contact .contact-content .row .info .sub-title{ color:#333; } .contact .right form .fields{ display:flex; } .contact .right form .field, .contact .right form .fields .field{ height:45px; width:100%; margin-bottom: 15px; } .contact .right form .textarea{ height:80px; width: 100%; } .contact .right form .name{ margin-right:10px; } .contact .right form .email{ margin-left:10px; } .contact .right form .field input, .contact .right form .textarea textarea{ height:100%; width:100%; border:1px solid lightgray; border-radius: 6px; outline: none; padding: 0 15px; font-size: 17px; font-family: 'Poppins',sans-serif; } .contact .right form .textarea textarea{ padding-top: 10px; resize: none; } .contact .right form .button{ height: 47px; width: 170px; } .contact .right form .button button{ width:100%; height:100%; border:2px solid crimson; background:crimson; color:#fff; font-size: 20px; font-weight:500 ; border-radius:6px; cursor:pointer; transition:all 0.3s ease; } .contact .right form .button button:hover{ color:crimson; background:none; }
Project-1/Paramita Mallik/style.css
@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@400;500;600;700&family=Ubuntu:wght@400;500;700&display=swap'); *{ margin:0; padding:0; box-sizing: border-box; text-decoration: none; } html{ scroll-behavior:smooth ; } .max-width{ max-width: 1300px; padding: 0 80px; margin: auto; } /* navbar styling */ .navbar{ position: fixed; z-index:999; width: 100%; padding: 30px 0; background:#222; font-family: 'Ubuntu', sans-serif; transition: all 0.3s ease; } .navbar.sticky{ padding: 15px 0; background:crimson; } .navbar .max-width{ display:flex; align-items: center; justify-content: space-between; } .navbar .logo a{ color:#fff; font-size: 35px; font-weight: 600; } .navbar .logo a span{ color:crimson; transition: all 0.3s ease; } .navbar.sticky .logo a span{ color:#fff; } .navbar .menu li { list-style: none; display: inline-block; } .navbar .menu li a{ color:#fff; font-size: 18px; font-weight: 500; margin-left: 25px; transition: color 0.3s ease; } .navbar .menu li a:hover{ color:crimson; } .navbar.sticky .menu li a:hover{ color:#fff; } /* menu btn styling */ .menu-btn{ color:#fff; font-size:23px; cursor:pointer; display:none; } .scroll-up-btn{ position: fixed; height: 45px; width: 42px; background: crimson; right: 30px; bottom: 30px; text-align: center; line-height: 45px; color: #fff; z-index: 999; font-size: 30px; border-radius: 6px; cursor: pointer; opacity: 0; pointer-events: none; transition: all 0.3s ease; } .scrolls-up-btn.show{ bottom:30px; opacity: 1; pointer-events: auto; } /*home section styling */ .home{ display: flex; background: url("images.jpg") ; height:100vh; background-size: cover; background-attachment: fixed; color: #fff; min-height: 500px; font-family: 'Ubuntu', sans-serif; } .home .max-width{ margin: auto 0 auto 40px; } .home .home-content .text-1{ font-size: 27px; } .home .home-content .text-2{ font-size: 75px; font-weight: 600; } .home .home-content .text-3{ font-size: 40px; margin: 5px 0; } .home .home-content .text-3 span{ color:rgb(216, 3, 3); font-weight: 500; } .home .home-content a{ display:inline-block; background:rgb(216, 3, 3) ; color: #fff; font-size: 25px; padding: 12px 36px; margin-top: 20px; border-radius: 6px; border: 2px solid rgb(216, 3, 3); transition: all 0.3s ease; } .home .home-content a:hover{ color:#fff; background:none; } /* footer section styling */ footer{ background: #111; padding: 20px 23px; color:#fff; } footer span a{ color: crimson; } footer span a:hover{ text-decoration: none; } /* responsive media query start */ @media(max-width:1300px) {.home .max-width{ margin-left:0px; } } @media(max-width:1104px) {.about .about-content .left img{ height: 350px; width: 350px; } } @media(max-width:991px){ .max-width{ padding:0 50px; } } @media(max-width:947px) { .menu-btn{ display:block; z-index:999; } .menu-btn i.active:before{ content:"\food"; } .navbar .menu{ position:fixed; height:100vh; width:100%; left:-100%; top:0; background:#111; text-align:center; transition:all 0.3s ease ; } .navbar .menu.active{ left:0; } .navbar .menu li{ display:block; } .navbar .menu li a{ display:inline-block; margin: 20px 0; font-size:25px; } .home .home-content .text-2{ font-size:70px; } .home .home-content .text-3{ font-size:35px; } .home .home-content a{ font-size: 23px; padding:10px 30px; } .max-width{ max-width:800px; } .about .about-content .column{ width: 100%; } .about .about-content .left{ display:flex; justify-content:center ; margin:0 auto 60px; } .about .about-content .right{ flex:100%; } .project .project-content .card{ width: calc(50% - 10px); margin-bottom: 20px; } .skills .skills-content .column, .contact .contact-content .column{ width:100%; margin-bottom: 35px; } } @media(max-width:690px){ss .max-width{ padding: 0 23px; } .home .home-content .text-2{ font-size:60px; } .home .home-content .text-3{ font-size:32px; } .home .home-content a{ font-size: 20px; } .project .project-content .card, .skills .skills-content .column{ width:100%; } } /* all similar content styling code*/ section{ padding: 100px 0; } .about, .project, .skills, .contact, footer{ font-family: 'Poppins',sans-serif; } .about .about-content, .project .project-content, .skills .skills-content, .contact .contact-content{ display:flex; flex-wrap: wrap; align-items: center; justify-content: space-between; } section .title{ position: relative; text-align: center; font-size: 40px; font-weight: 800; margin-bottom: 60px; padding-bottom: 20px; font-family: 'Ubuntu',sans-serif; } section .title::before{ content: ""; position: absolute; bottom:0px; left: 50%; width:180px; height: 3px; background:#111; transform:translateX(-50%); } section .title::after{ position:absolute; bottom: -12px; left: 50%; font-size: 20px; color:crimson; padding:5px; background:#fff; transform:translateX(-50%); } /* about section styling */ .about .title::after{ content:"who i am"; } .about .about-content .left{ width: 45%; } .about .about-content .left img{ height: 500px; width:400px; object-fit: cover; border-radius: 6px; } .about .about-content .right{ width:55%; } .about .about-content .right .text{ font-size: 25px; font-weight: 600; margin-bottom:10px; } .about .about-content .right .text span { color:crimson; } .about .about-content .right p{ text-align:justify; } .about .about-content .right a{ display:inline-block; background:rgb(216, 3, 3) ; color: #fff; font-size: 15px; font-weight:200 ; padding: 1px 30px; margin-top: 20px; border-radius: 6px; border: 2px solid rgb(216, 3, 3); transition: all 0.3s ease; } .about .about-content .right a:hover{ color:crimson; background:none; } /*project section styling */ .project{ color: #fff; background: #111; } .project .title::before{ background:#fff; } .project .title::after{ background:#111; content:"what i am good at"; }.project .project-content .card{ width:calc(33% - 20px); background: rgb(80, 133, 143); text-align:center; border-radius: 6px; padding:20px 25px; cursor:pointer; transition: all 0.3s ease;} .project .project-content .card i{ font-size:80x; color:rgb(238, 255, 0); font-weight: 1000; } .project .project-content .card .text:hover{ color:rgb(3, 3, 87); background: none; } .project .project-content .card .text{ font-size: 25px; font-weight: 500; margin:10px 0 7px 0; } /* skills section styling */ .skills .title::after{ content:"what i know"; } .skills .skills-content .column{ width: calc(50% - 30px); } .skills .skills-content .left .text{ font-size: 20px; font-weight: 600; margin-bottom: 10px; } .skills .skills-content .left p{ text-align:justify ; } .skills .skills-content .left a{ display:inline-block; background:rgb(216, 3, 3) ; color: #fff; font-size: 10px; font-weight:80; padding: 8px 16px; margin-top: 10px; border-radius: 6px; border: 2px solid rgb(216, 3, 3); transition: all 0.3s ease; } .skills .skills-content .left a:hover{ color:crimson; background:none; } .skills .skills-content .right .bars{ margin-bottom: 15px; } .skills .skills-content .right .info{ display:flex; margin:5px; align-items:center; justify-content:space-between; } .skills .skills-content .right span{ font-weight: 500; font-size: 15px; } .skills .skills-content .right .line{ height: 5px; width:100%; background:lightgray; position:relative; } .skills .skills-content .right .line::before{ content:""; position:absolute; height:100%; width:80%; left: 0; top:0; background:crimson; } .skills .skills-content .right .html::before{ width:60%; } .skills .skills-content .right .css::before{ width:70%; } .skills .skills-content .right .js::before{ width:20%; } .skills .skills-content .right .php::before{ width:10%; } .skills .skills-content .right .mysql::before{ width:5%; } .skills .skills-content .right .c::before{ width:80%; } .skills .skills-content .right .cpp::before{ width:60%; } /* contact section styling */ .contact .title::after{ content:"get in touch"; } .contact .contact-content .column{ width: calc(50% - 30px); } .contact .contact-content .text{ font-size:20px; font-weight: 600; margin-bottom: 10px; } .contact .contact-content .left p{ text-align: justify; } .contact .contact-content .left .icons{ margin:10px 0; } .contact .contact-content .row{ display:flex; height:65px; align-items:center ; } .contact .contact-content .row .info{ margin-left: 30px; } .contact .contact-content .row i{ font-size: 25px; color:crimson; } .contact .contact-content .row .info .head{ font-weight: 500; } .contact .contact-content .row .info .sub-title{ color:#333; } .contact .right form .fields{ display:flex; } .contact .right form .field, .contact .right form .fields .field{ height:45px; width:100%; margin-bottom: 15px; } .contact .right form .textarea{ height:80px; width: 100%; } .contact .right form .name{ margin-right:10px; } .contact .right form .email{ margin-left:10px; } .contact .right form .field input, .contact .right form .textarea textarea{ height:100%; width:100%; border:1px solid lightgray; border-radius: 6px; outline: none; padding: 0 15px; font-size: 17px; font-family: 'Poppins',sans-serif; } .contact .right form .textarea textarea{ padding-top: 10px; resize: none; } .contact .right form .button{ height: 47px; width: 170px; } .contact .right form .button button{ width:100%; height:100%; border:2px solid crimson; background:crimson; color:#fff; font-size: 20px; font-weight:500 ; border-radius:6px; cursor:pointer; transition:all 0.3s ease; } .contact .right form .button button:hover{ color:crimson; background:none; }
0.278846
0.058025
@font-face { font-family: 'BCSans'; font-style: normal; src: url('fonts/BCSans/BCSans-Regular.woff2') format('woff2'), /* Optimized for very modern browsers */ url('fonts/BCSans/BCSans-Regular.woff') format('woff'); /* Modern Browsers */ } @font-face { font-family: 'BCSans'; font-style: italic; src: url('fonts/BCSans/BCSans-Italic.woff2') format('woff2'), /* Optimized for very modern browsers */ url('fonts/BCSans/BCSans-Italic.woff') format('woff'); /* Modern Browsers */ } @font-face { font-family: 'BCSans'; font-weight: 700; src: url('fonts/BCSans/BCSans-Bold.woff2') format('woff2'), /* Optimized for very modern browsers */ url('fonts/BCSans/BCSans-Bold.woff') format('woff'); /* Modern Browsers */ } @font-face { font-family: 'BCSans'; font-style: italic; font-weight: 700; src: url('fonts/BCSans/BCSans-BoldItalic.woff2') format('woff2'), /* Optimized for very modern browsers */ url('fonts/BCSans/BCSans-BoldItalic.woff') format('woff'); /* Modern Browsers */ } /* General ------------ */ body { font-family: 'BCSans', 'Noto Sans', Verdana, Arial, sans-serif; color: #313132; } h1, h2, h3, h4, h5, h6 { color: #003366; } a, a:visited { color: #1A5A96; } a:hover, a:focus, a:active { color: #38598A; } .content-wrapper { background-color: #fff; } .chart-container { border: 1px solid #c9c9c9; border-radius: 4px; box-shadow: 7px 7px 7px 0px rgba(170, 170, 170, 0.75); margin-bottom: 50px; margin-top: 25px; } /* Header ------------- */ .skin-black .main-header { background-color: #036; border-bottom: 2px solid #fcba19; color: #fff; padding: 15px 0; } .main-header .logo { text-align: left; font-weight: bold; } .main-header .logo img { margin-right: 25px; } .skin-black .main-header .logo, .skin-black .main-header .navbar { border: none; background-color: #036; color: #fff; } .skin-black .main-header .logo:hover { background-color: #036; } /* Sidebar ------------- */ .main-sidebar { padding-top: 80px; } .skin-black .left-side, .skin-black .main-sidebar, .skin-black .wrapper { background-color: #38598a; } .skin-black .sidebar a { color: #fff; } .skin-black .sidebar-menu>li.active>a, .skin-black .sidebar-menu>li.menu-open>a, .skin-black .sidebar-menu>li:hover>a { color: #fff; background: #036; } .skin-black .main-header .navbar>.sidebar-toggle { color: #fff; border-right: 1px solid #38598a; } .skin-black .main-header .navbar .sidebar-toggle:hover { color: #fff; background: #38598a; } .skin-black .sidebar-menu>li>.treeview-menu { background: #f2f2f2; } .skin-black .sidebar-menu .treeview-menu>li>a { color: #1a5a96; } .skin-black .sidebar-menu .treeview-menu>li.active, .skin-black .sidebar-menu .treeview-menu>li:hover { background-color: #fafafa; } .skin-black .sidebar-menu .treeview-menu>li.active>a, .skin-black .sidebar-menu .treeview-menu>li>a:hover { color: #23527c; } /* Chart elements ------------- */ p.chart-title { font-size: 15px; font-weight: 600; margin-bottom: 0; } p.chart-subtitle { font-size: 13px; font-weight: 400; margin-bottom: 10px; } /* Scenarios page ------------- */ button.btn-clus { background-color: #1A5A96; color: #F2F2F2; font-weight: 700; } /* Scenarios table ------------- */ table.clus-explorer-table { margin: 25px 0; padding: 20px; width: 100%; } table.clus-explorer-table tr { border-bottom: 1px solid #e6e6e6; } table.clus-explorer-table td { padding: 10px 27px 10px 0; } table.clus-explorer-table td.checkbox-container { padding: 10px; } /* Tooltips ------------- */ .tooltip .tooltiptext, .tooltip .tooltip-inner { background-color: #1A5A96; } /* Data tables ------------- */ .dataTables_wrapper .dataTables_filter input { border: 1px solid #ccc; padding: 5px; border-radius: 5px; } /* Miscellaneous ------------- */ .fa-info-circle { color: #1A5A96; } .clus-alert { margin-bottom: 50px; } .clus-alert-neutral { background-color: #F0F4F8; } .clus-alert-info { background-color: #D1EEFC; } .clus-alert-success { background-color: #C1EAC5; } .clus-alert-warning { background-color: #FCEFC7; } .clus-alert-error { background-color: #FACDCD; } .table-container { margin: 20px 0; } /* Footer ------------- */ footer { background-color: #036; border-top: 2px solid #fcba19; color: #fff; font-family: ‘BCSans’, ‘Noto Sans’, Verdana, Arial, sans-serif; } footer .container { display: flex; justify-content: center; flex-direction: column; text-align: center; height: 46px; } footer ul { display: flex; flex-direction: row; flex-wrap: wrap; margin: 0; color: #fff; list-style: none; align-items: center; height: 100%; } footer ul li { padding: 0 9px; } footer ul li a, footer ul li a:visited { font-size: 14px; font-weight: normal; /* 400 */ color: #fff; border-right: none; padding: 0 4px; margin: 0 2px; } a:hover { color: #fff; text-decoration: underline; } :focus { outline: 4px solid #3B99FC; outline-offset: 1px; }
inst/app/www/style.css
@font-face { font-family: 'BCSans'; font-style: normal; src: url('fonts/BCSans/BCSans-Regular.woff2') format('woff2'), /* Optimized for very modern browsers */ url('fonts/BCSans/BCSans-Regular.woff') format('woff'); /* Modern Browsers */ } @font-face { font-family: 'BCSans'; font-style: italic; src: url('fonts/BCSans/BCSans-Italic.woff2') format('woff2'), /* Optimized for very modern browsers */ url('fonts/BCSans/BCSans-Italic.woff') format('woff'); /* Modern Browsers */ } @font-face { font-family: 'BCSans'; font-weight: 700; src: url('fonts/BCSans/BCSans-Bold.woff2') format('woff2'), /* Optimized for very modern browsers */ url('fonts/BCSans/BCSans-Bold.woff') format('woff'); /* Modern Browsers */ } @font-face { font-family: 'BCSans'; font-style: italic; font-weight: 700; src: url('fonts/BCSans/BCSans-BoldItalic.woff2') format('woff2'), /* Optimized for very modern browsers */ url('fonts/BCSans/BCSans-BoldItalic.woff') format('woff'); /* Modern Browsers */ } /* General ------------ */ body { font-family: 'BCSans', 'Noto Sans', Verdana, Arial, sans-serif; color: #313132; } h1, h2, h3, h4, h5, h6 { color: #003366; } a, a:visited { color: #1A5A96; } a:hover, a:focus, a:active { color: #38598A; } .content-wrapper { background-color: #fff; } .chart-container { border: 1px solid #c9c9c9; border-radius: 4px; box-shadow: 7px 7px 7px 0px rgba(170, 170, 170, 0.75); margin-bottom: 50px; margin-top: 25px; } /* Header ------------- */ .skin-black .main-header { background-color: #036; border-bottom: 2px solid #fcba19; color: #fff; padding: 15px 0; } .main-header .logo { text-align: left; font-weight: bold; } .main-header .logo img { margin-right: 25px; } .skin-black .main-header .logo, .skin-black .main-header .navbar { border: none; background-color: #036; color: #fff; } .skin-black .main-header .logo:hover { background-color: #036; } /* Sidebar ------------- */ .main-sidebar { padding-top: 80px; } .skin-black .left-side, .skin-black .main-sidebar, .skin-black .wrapper { background-color: #38598a; } .skin-black .sidebar a { color: #fff; } .skin-black .sidebar-menu>li.active>a, .skin-black .sidebar-menu>li.menu-open>a, .skin-black .sidebar-menu>li:hover>a { color: #fff; background: #036; } .skin-black .main-header .navbar>.sidebar-toggle { color: #fff; border-right: 1px solid #38598a; } .skin-black .main-header .navbar .sidebar-toggle:hover { color: #fff; background: #38598a; } .skin-black .sidebar-menu>li>.treeview-menu { background: #f2f2f2; } .skin-black .sidebar-menu .treeview-menu>li>a { color: #1a5a96; } .skin-black .sidebar-menu .treeview-menu>li.active, .skin-black .sidebar-menu .treeview-menu>li:hover { background-color: #fafafa; } .skin-black .sidebar-menu .treeview-menu>li.active>a, .skin-black .sidebar-menu .treeview-menu>li>a:hover { color: #23527c; } /* Chart elements ------------- */ p.chart-title { font-size: 15px; font-weight: 600; margin-bottom: 0; } p.chart-subtitle { font-size: 13px; font-weight: 400; margin-bottom: 10px; } /* Scenarios page ------------- */ button.btn-clus { background-color: #1A5A96; color: #F2F2F2; font-weight: 700; } /* Scenarios table ------------- */ table.clus-explorer-table { margin: 25px 0; padding: 20px; width: 100%; } table.clus-explorer-table tr { border-bottom: 1px solid #e6e6e6; } table.clus-explorer-table td { padding: 10px 27px 10px 0; } table.clus-explorer-table td.checkbox-container { padding: 10px; } /* Tooltips ------------- */ .tooltip .tooltiptext, .tooltip .tooltip-inner { background-color: #1A5A96; } /* Data tables ------------- */ .dataTables_wrapper .dataTables_filter input { border: 1px solid #ccc; padding: 5px; border-radius: 5px; } /* Miscellaneous ------------- */ .fa-info-circle { color: #1A5A96; } .clus-alert { margin-bottom: 50px; } .clus-alert-neutral { background-color: #F0F4F8; } .clus-alert-info { background-color: #D1EEFC; } .clus-alert-success { background-color: #C1EAC5; } .clus-alert-warning { background-color: #FCEFC7; } .clus-alert-error { background-color: #FACDCD; } .table-container { margin: 20px 0; } /* Footer ------------- */ footer { background-color: #036; border-top: 2px solid #fcba19; color: #fff; font-family: ‘BCSans’, ‘Noto Sans’, Verdana, Arial, sans-serif; } footer .container { display: flex; justify-content: center; flex-direction: column; text-align: center; height: 46px; } footer ul { display: flex; flex-direction: row; flex-wrap: wrap; margin: 0; color: #fff; list-style: none; align-items: center; height: 100%; } footer ul li { padding: 0 9px; } footer ul li a, footer ul li a:visited { font-size: 14px; font-weight: normal; /* 400 */ color: #fff; border-right: none; padding: 0 4px; margin: 0 2px; } a:hover { color: #fff; text-decoration: underline; } :focus { outline: 4px solid #3B99FC; outline-offset: 1px; }
0.328206
0.061989
.hero_container { background-color: #f9f9f9; /* background-color: red; */ width: 100%; display: flex; justify-content: center; align-items: center; animation: fade-in 0.4s ease 1.5s forwards; opacity: 0; } .hero_container .hero_container_title { display: flex; flex-direction: column; justify-content: center; align-items: center; animation: fade-in 1.6s ease 1.5s forwards; } .hero_container .hero_container_title p{ font-size: 1.3rem; line-height: 0.9; animation: fade-in 5s ease 1.5s forwards; white-space: nowrap; } .hero_container .hero_container_title p:first-child{ font-size: 3.4rem; font-family: 'Montserrat', sans-serif; font-weight: 900; } .hero_container .hero_container_title p:nth-child(2){ text-transform: uppercase; letter-spacing: 0.2em; } .hero_container .hero_container_title .btn{ color: black; border: 2px solid black; padding: 6px 12px; min-width: 90px; font-family: 'Montserrat', sans-serif; font-size: 0.8rem; animation: fade-in 7s ease 1.5s forwards; transition: padding-right 501.379ms ease 0ms, background 0s ease; } @keyframes fade-in { 0% { opacity: 0; } 100% { opacity: 1; } } .hero_container .hero_container_title .btn:hover{ padding-right: 51px; background: url('/src/assets/button-arrow.png') no-repeat 150% 35%; background-size: 29px; background-position: 90% 49%; user-select: none; } .main_container { display: flex; flex-direction: column; justify-content: center; align-items: center; animation: fade-in 9s ease 1.5s forwards; opacity: 0; } .main_container .merch_container{ display: flex; flex-direction: column; margin: 7%; } .main_container .merch_container p { font-family: 'Montserrat', sans-serif; font-size: 1.7rem; text-align: center; } .main_container .merch_container .merch_grid{ display: flex; flex-wrap: wrap; justify-content: center; align-items: center; width: 100%; } .main_container .merch_container .merch_grid .grid_item{ /*parent */ width: 45%; margin: 20px; height: 300px; overflow: hidden; position: relative; display: inline-block; cursor: pointer; border-radius: 7px; } .main_container .merch_container .second-row .grid_item{ width: 29%; } .main_container .merch_container .merch_grid .grid_item:hover img, .main_container .merch_container .merch_grid .grid_item:focus img{ -ms-transform: scale(1.2); -moz-transform: scale(1.2); -webkit-transform: scale(1.2); -o-transform: scale(1.2); transform: scale(1.2); } .main_container .merch_container .merch_grid .grid_item:hover img:before, .main_container .merch_container .merch_grid .grid_item:focus img:before{ display: block; } .main_container .merch_container .merch_grid .grid_item img{ /*child */ background-repeat: no-repeat; background-position: center !important; -webkit-transition: all .3s; -moz-transition: all .3s; -o-transition: all .3s; transition: all .3s; width: 100%; min-height: 300px; overflow: hidden; background-attachment: fixed; } .main_container .merch_container .merch_grid .grid_item img::before{ content: ""; display: none; height: 100%; width: 100%; position: absolute; top: 0; left: 0; background-color: #fff; } .main_container .merch_container .merch_grid .overlay::before{ background-color: #212121; content: ''; position: absolute; top: 0; right: 0; bottom: 0; left: 0; width: 100%; height: 100%; opacity: 0.1; border-radius: 7px; } .main_container .merch_container .merch_grid .overlay::after{ background-color: #212121; content: ''; position: absolute; top: 0; right: 0; bottom: 0; left: 0; width: 100%; height: 100%; opacity: 0.5; } .main_container .merch_container .merch_grid .grid_item:hover .collection_grid-title, .main_container .merch_container .merch_grid .grid_item:focus .collection_grid-title{ display: block } .main_container .merch_container .merch_grid .grid_item .collection_grid-title{ font-size: 35px; color: #fff !important; font-family: 'Oleo Script Swash Caps', cursive; text-align: center; margin: auto; position: absolute; top: 0; left: 0; bottom: 0; right: 0; height: 50px; z-index: 1; } .main_container .merch_container .break{ margin: 4%; } .subscribe{ display: flex; flex-direction: column; justify-content: center; align-items: center; padding-bottom: 40px; } .subscribe p{ font-size: 1.3rem; line-height: 0.9; animation: fade-in 5s ease 1.5s forwards; } .subscribe p:first-child{ font-size: 1.9rem; font-family: 'Montserrat', sans-serif; font-weight: 900; } .subscribe p:nth-child(2){ text-transform: uppercase; letter-spacing: 0.2em; font-size: 0.9rem; } .subscribe .ant-form-horizontal{ display: flex ; flex-direction: row; /* margin: 0 auto; */ justify-content: center; } .subscribe .subscribeform{ min-width: 350%; } .subscribe .subscribed{ width: 50%; border: 1px solid #0295e5; text-align: center; border-radius: 3px; color: #0295e5; padding: 6px 10px; } /* Media Queries */ @media only screen and (max-width: 1517px) { .hero_container .hero_container_title{ padding-left: 10%; } .hero_container img{ width: 45%; } } @media only screen and (max-width: 1424px) { .hero_container img{ padding-right: 5%; } } @media only screen and (max-width: 1315px) { .hero_container .hero_container_title p{ font-size: 1.2rem; line-height: 0.8; } .hero_container .hero_container_title p:first-child{ font-size: 3.0rem; } } @media only screen and (max-width: 1287px) { .hero_container .hero_container_title p{ font-size: 1.1rem; line-height: 0.8; } } @media only screen and (max-width: 1110px) { .hero_container .hero_container_title{ width: 50%; } .hero_container img{ width: 50%; } } @media only screen and (max-width: 1095px) { .hero_container .hero_container_title p:first-child{ font-size: 2.5rem; } } @media only screen and (max-width: 958px) { .hero_container .hero_container_title{ padding-left: 10%; } .hero_container .hero_container_title p{ font-size: 1.0rem; line-height: 0.8; } .hero_container .hero_container_title p:first-child{ font-size: 2.5rem; } } /* @media only screen and (max-width: 0px) { } */
src/components/Home/Home.css
.hero_container { background-color: #f9f9f9; /* background-color: red; */ width: 100%; display: flex; justify-content: center; align-items: center; animation: fade-in 0.4s ease 1.5s forwards; opacity: 0; } .hero_container .hero_container_title { display: flex; flex-direction: column; justify-content: center; align-items: center; animation: fade-in 1.6s ease 1.5s forwards; } .hero_container .hero_container_title p{ font-size: 1.3rem; line-height: 0.9; animation: fade-in 5s ease 1.5s forwards; white-space: nowrap; } .hero_container .hero_container_title p:first-child{ font-size: 3.4rem; font-family: 'Montserrat', sans-serif; font-weight: 900; } .hero_container .hero_container_title p:nth-child(2){ text-transform: uppercase; letter-spacing: 0.2em; } .hero_container .hero_container_title .btn{ color: black; border: 2px solid black; padding: 6px 12px; min-width: 90px; font-family: 'Montserrat', sans-serif; font-size: 0.8rem; animation: fade-in 7s ease 1.5s forwards; transition: padding-right 501.379ms ease 0ms, background 0s ease; } @keyframes fade-in { 0% { opacity: 0; } 100% { opacity: 1; } } .hero_container .hero_container_title .btn:hover{ padding-right: 51px; background: url('/src/assets/button-arrow.png') no-repeat 150% 35%; background-size: 29px; background-position: 90% 49%; user-select: none; } .main_container { display: flex; flex-direction: column; justify-content: center; align-items: center; animation: fade-in 9s ease 1.5s forwards; opacity: 0; } .main_container .merch_container{ display: flex; flex-direction: column; margin: 7%; } .main_container .merch_container p { font-family: 'Montserrat', sans-serif; font-size: 1.7rem; text-align: center; } .main_container .merch_container .merch_grid{ display: flex; flex-wrap: wrap; justify-content: center; align-items: center; width: 100%; } .main_container .merch_container .merch_grid .grid_item{ /*parent */ width: 45%; margin: 20px; height: 300px; overflow: hidden; position: relative; display: inline-block; cursor: pointer; border-radius: 7px; } .main_container .merch_container .second-row .grid_item{ width: 29%; } .main_container .merch_container .merch_grid .grid_item:hover img, .main_container .merch_container .merch_grid .grid_item:focus img{ -ms-transform: scale(1.2); -moz-transform: scale(1.2); -webkit-transform: scale(1.2); -o-transform: scale(1.2); transform: scale(1.2); } .main_container .merch_container .merch_grid .grid_item:hover img:before, .main_container .merch_container .merch_grid .grid_item:focus img:before{ display: block; } .main_container .merch_container .merch_grid .grid_item img{ /*child */ background-repeat: no-repeat; background-position: center !important; -webkit-transition: all .3s; -moz-transition: all .3s; -o-transition: all .3s; transition: all .3s; width: 100%; min-height: 300px; overflow: hidden; background-attachment: fixed; } .main_container .merch_container .merch_grid .grid_item img::before{ content: ""; display: none; height: 100%; width: 100%; position: absolute; top: 0; left: 0; background-color: #fff; } .main_container .merch_container .merch_grid .overlay::before{ background-color: #212121; content: ''; position: absolute; top: 0; right: 0; bottom: 0; left: 0; width: 100%; height: 100%; opacity: 0.1; border-radius: 7px; } .main_container .merch_container .merch_grid .overlay::after{ background-color: #212121; content: ''; position: absolute; top: 0; right: 0; bottom: 0; left: 0; width: 100%; height: 100%; opacity: 0.5; } .main_container .merch_container .merch_grid .grid_item:hover .collection_grid-title, .main_container .merch_container .merch_grid .grid_item:focus .collection_grid-title{ display: block } .main_container .merch_container .merch_grid .grid_item .collection_grid-title{ font-size: 35px; color: #fff !important; font-family: 'Oleo Script Swash Caps', cursive; text-align: center; margin: auto; position: absolute; top: 0; left: 0; bottom: 0; right: 0; height: 50px; z-index: 1; } .main_container .merch_container .break{ margin: 4%; } .subscribe{ display: flex; flex-direction: column; justify-content: center; align-items: center; padding-bottom: 40px; } .subscribe p{ font-size: 1.3rem; line-height: 0.9; animation: fade-in 5s ease 1.5s forwards; } .subscribe p:first-child{ font-size: 1.9rem; font-family: 'Montserrat', sans-serif; font-weight: 900; } .subscribe p:nth-child(2){ text-transform: uppercase; letter-spacing: 0.2em; font-size: 0.9rem; } .subscribe .ant-form-horizontal{ display: flex ; flex-direction: row; /* margin: 0 auto; */ justify-content: center; } .subscribe .subscribeform{ min-width: 350%; } .subscribe .subscribed{ width: 50%; border: 1px solid #0295e5; text-align: center; border-radius: 3px; color: #0295e5; padding: 6px 10px; } /* Media Queries */ @media only screen and (max-width: 1517px) { .hero_container .hero_container_title{ padding-left: 10%; } .hero_container img{ width: 45%; } } @media only screen and (max-width: 1424px) { .hero_container img{ padding-right: 5%; } } @media only screen and (max-width: 1315px) { .hero_container .hero_container_title p{ font-size: 1.2rem; line-height: 0.8; } .hero_container .hero_container_title p:first-child{ font-size: 3.0rem; } } @media only screen and (max-width: 1287px) { .hero_container .hero_container_title p{ font-size: 1.1rem; line-height: 0.8; } } @media only screen and (max-width: 1110px) { .hero_container .hero_container_title{ width: 50%; } .hero_container img{ width: 50%; } } @media only screen and (max-width: 1095px) { .hero_container .hero_container_title p:first-child{ font-size: 2.5rem; } } @media only screen and (max-width: 958px) { .hero_container .hero_container_title{ padding-left: 10%; } .hero_container .hero_container_title p{ font-size: 1.0rem; line-height: 0.8; } .hero_container .hero_container_title p:first-child{ font-size: 2.5rem; } } /* @media only screen and (max-width: 0px) { } */
0.347316
0.054904
.itemDetail{ display: inline-block; width: 40px; height: 40px; text-align: center; font-size: 25px; } .itemDetail{ border: 1px solid #A0A0A0; margin: 3px; } .search-input{ padding-top: 15px; } .table-content{ padding-top: 10px; padding-left: 0; padding-right: 0; } .Table-Pagination{ text-align: right; } .modal-backdrop{ z-index: 98!important; } .modal{ z-index: 99!important; } .header-content{ padding-top: 10px; padding-left: 0; padding-right: 0; padding-bottom: 10px; border-bottom: 1px solid #A0A0A0; } .inputPictureGroup{ min-height: 150px; border: 1px solid #A0A0A0; border-radius: 5px; padding: 0; } .input-Img{ display: block; text-align: center; border-bottom: 1px solid #A0A0A0; color: #2FB42F; } .itemDivDetail{ display: inline-block; } .img-product-edit{ width: 60px; height: 60px; border: 1px solid #A0A0A0; margin: 2px; } .item-picture{ display: inline-block; } .removeItem{ position: relative; top: -17px; left: -15px; color: #450404; font-size: 13px; cursor: pointer; } .removeImg{ position: relative; top: -18px; left: -20px; color: #450404; font-size: 18px; cursor: pointer; } .inputPicture{ width: 100%; border-radius: 5px 5px 0 0; border-bottom: 1px solid #A0A0A0; } .positionLeft{ text-align: left; } .img-product{ padding: 5px; width: 50px; height: 50px; } .header-content .col-md-4{ padding-left: 0; padding-right: 0; } #btnAdd{ margin-bottom: 10px; } .fa.fa-pencil-square-o,.fa.fa-trash-o,.fa.fa-reply{ margin-left: 10px; cursor: pointer; width: 30px; height: 30px; } .fa.fa-pencil-square-o{ color: #2FB42F; } .fa.fa-trash-o,.fa.fa-reply{ color: #B83A3A; } #checkIsDelete,#lblCheckIsDelete{ cursor: pointer; display: inline-block; } .txtDescription{ min-height: 100px; resize: none; } .inputSize{ text-align: center; max-width: 30%; color: #0F0BC4; font-weight: bold; } .form-group.pull-left,.form-inline.col-md-12{ padding: 0; } #inputSizeSearch{ border-radius: 4px 0 0 0; } #inputDescriptionSearch{ border-radius: 0 0 0 4px; } .lable-detail{ text-decoration: underline; cursor: pointer; margin-left: 15px; color: #337ab7; }
public/css/ManageProduct/index.css
.itemDetail{ display: inline-block; width: 40px; height: 40px; text-align: center; font-size: 25px; } .itemDetail{ border: 1px solid #A0A0A0; margin: 3px; } .search-input{ padding-top: 15px; } .table-content{ padding-top: 10px; padding-left: 0; padding-right: 0; } .Table-Pagination{ text-align: right; } .modal-backdrop{ z-index: 98!important; } .modal{ z-index: 99!important; } .header-content{ padding-top: 10px; padding-left: 0; padding-right: 0; padding-bottom: 10px; border-bottom: 1px solid #A0A0A0; } .inputPictureGroup{ min-height: 150px; border: 1px solid #A0A0A0; border-radius: 5px; padding: 0; } .input-Img{ display: block; text-align: center; border-bottom: 1px solid #A0A0A0; color: #2FB42F; } .itemDivDetail{ display: inline-block; } .img-product-edit{ width: 60px; height: 60px; border: 1px solid #A0A0A0; margin: 2px; } .item-picture{ display: inline-block; } .removeItem{ position: relative; top: -17px; left: -15px; color: #450404; font-size: 13px; cursor: pointer; } .removeImg{ position: relative; top: -18px; left: -20px; color: #450404; font-size: 18px; cursor: pointer; } .inputPicture{ width: 100%; border-radius: 5px 5px 0 0; border-bottom: 1px solid #A0A0A0; } .positionLeft{ text-align: left; } .img-product{ padding: 5px; width: 50px; height: 50px; } .header-content .col-md-4{ padding-left: 0; padding-right: 0; } #btnAdd{ margin-bottom: 10px; } .fa.fa-pencil-square-o,.fa.fa-trash-o,.fa.fa-reply{ margin-left: 10px; cursor: pointer; width: 30px; height: 30px; } .fa.fa-pencil-square-o{ color: #2FB42F; } .fa.fa-trash-o,.fa.fa-reply{ color: #B83A3A; } #checkIsDelete,#lblCheckIsDelete{ cursor: pointer; display: inline-block; } .txtDescription{ min-height: 100px; resize: none; } .inputSize{ text-align: center; max-width: 30%; color: #0F0BC4; font-weight: bold; } .form-group.pull-left,.form-inline.col-md-12{ padding: 0; } #inputSizeSearch{ border-radius: 4px 0 0 0; } #inputDescriptionSearch{ border-radius: 0 0 0 4px; } .lable-detail{ text-decoration: underline; cursor: pointer; margin-left: 15px; color: #337ab7; }
0.228845
0.063948
.navigation_container{ border:solid rgb(180,132,132); border-width:1px 0px 3px 0px; } .nav .primary_nav{ display:inline-block; margin:5px 2px 3px 0px; position:relative; } .nav .primary_nav li{ float:left; } .nav .primary_nav > li{ margin-right:2px; } .nav .primary_nav > li > a{ display:block; padding: 12px 18px; line-height:100%; font-size:16px; font-weight:bold; color:#544f4b; text-decoration:none; text-transform:uppercase; } .primary_nav > li > a:hover{ background-color:#f38256; } .nav .primary_nav > li:hover > a{ color:#544f4b; } .nav .primary_nav li.active > a{ color:#544f4b; } .nav .sub_menu{ display: none; } .nav .primary_nav .active { background-color:#f38256; } /*二级菜单*/ ul.sub_menu{ position:absolute; top:40px; left:-4000px; background-color: rgba(255, 255, 255, 0.93); background:#fff\9; padding:15px 0px; z-index:100; width:980px; box-shadow:0px 5px 6px #999; border-top:solid 3px; } .nav .primary_nav > li:hover > ul{ left:0px; } ul.sub_menu > li{ width:210px; margin-left:30px; } ul.sub_menu li a{ line-height:20px; color:#544f4b; text-decoration:none; } ul.sub_menu > li > a{ font-weight:bold; text-transform:uppercase; color:#312e2b; } ul.sub_menu > li > ul > li{ padding:5px 0px; float:none; border-bottom:dotted 1px #fff; } ul.sub_menu > li > ul > li:first-child{ padding-top:10px; } ul.sub_menu > li > ul > li:hover a{ font-weight:bold; } ul.sub_menu > li > ul{ border-top: solid 1px #5f5a56; margin-top:10px; } /*主题部分*/ #side_nav{ width:200px; float:left; margin-top:12px; height: auto; overflow: hidden; } #side_nav h1{ font-size:27px; font-weight:normal; color:#544f4b; line-height:40px; padding-bottom:6px; } .sideNavCategories{ display:inline-block; width:100%; } .sideNavCategories > ul{ border-top:solid 1px; padding:12px 0px; } .sideNavCategories > ul li.header{ color:#312e2b; font-size:13px; text-transform:uppercase; font-weight:bold; padding-bottom:10px; background-color:#fff!important; } .sideNavCategories > ul > li{ padding:7px 0px; } .sideNavCategories > ul > li > a{ color:#544f4b; font-size:13px; text-decoration:none; display:block; } .sideNavCategories > ul.departments > li > a{ background:url(../images/arrow.png) no-repeat right -3px; } .sideNavCategories > ul.departments > li:hover a{ color:#f38256; background-position:right -53px; text-indent:10px; -moz-transition:all 0.2s ease-out 0s; -webkit-transition: all 0.2s ease-out; font-weight:bold; } /*产品列表*/ .products_list{ width: 980px; } .products_list { margin: 0 auto; margin-bottom: 17px; border-bottom: solid 2px #AA5353; } h2.sub_title { font-size: 18px; color: #312e2b; font-weight: normal; padding-bottom: 12px; padding-top: 25px; text-transform: uppercase; } .products_list li{ width:221px; margin-left:31px; float:left; padding-bottom:15px; } .products_list li:first-child{ margin-left:0px; } .products_list a.product_image{ display:block; } .products_list a.product_image img{ border:solid 2px #fff; } .products_list li:hover img{ border:2px solid #f38256; } .products_list .product_info{ margin-bottom:10px; padding-bottom:12px; border-bottom:solid 1px; } .products_list .product_info h3{ font-size:14px; font-weight:normal; padding:12px 0px; } .products_list .product_info h3 a{ color:#000000; text-decoration:none; } .products_list .product_info small{ color:#a2a2a2; font-size:13px; line-height:16px; } .products_list .price_info button{ float:right; background:none; border:0px; padding:0px; height:32px; line-height:100%; overflow:hidden; cursor:pointer; margin-right:10px; } .products_list .price_info button .pr_price{ background:#544f4b; padding:10px; color:#fff; font-size:14px; font-weight:bold; float:left; clear:both; width:83%; text-transform:uppercase; } .products_list .price_info button .pr_add{ padding:10px; color:#f38256; font-size:11px; font-weight:bold; text-transform:uppercase; float:left; clear:both; width:83%; margin-top:0px; } .products_list li:hover .pr_add{ background-color: #544f4b; } .products_list .price_info a{ color:#a2a2a2; text-decoration:none; font-size:11px; display:inline-block; padding-top:10px; } .product_info { border-bottom-color: #f38256; } .products_list ul li{ float: left; margin: 10px; } #main_content { width: 780px; float: right; margin-top: 17px; } #main_content img{ width:780px; height:370px; } /*面包屑*/ ul.breadcrumb { padding: 12px 0px; width: 100%; } ul.breadcrumb li:first-child { padding-left: 0px; background: none; } ul.breadcrumb li { padding: 0px 14px; font-size: 11px; text-transform: uppercase; display: inline-block; list-style: none; background: url(../images/arrow.png) no-repeat -10px -3px; } ul.breadcrumb li.active { background-position: -10px -53px; } ul.breadcrumb li.active a { color:#f38256; } /*详情页*/ .product_leftcol { width: 360px; float: left; } .product_rightcol { width: 590px; float: right; } #name { padding-bottom: 10px; border-bottom: 1px dotted #CCC; zoom: 1; } #name h1{ font-weight: 400; color: #544f4b; font-size: 18px; } #name strong { display: block; color: #E4393C; font-size: 16px; } #summary { width: 600px; } #summary li { clear: both; overflow: hidden; padding: 6px 0; } #summary .dt { font-family:微软雅黑; float: left; text-align: right; width: 72px; } #summary-price .p-price { color: #E4393C; font-size: 18px; } #choose { width: 598px; border-top: 1px dotted #ddd; padding-top: 10px; } #choose li { overflow: hidden; padding: 5px 0; } #choose-color.choose-color-shouji .dt { margin-top: 10px; } #choose .item { float: left; margin: 2px 8px 2px 0; border: 1px solid #9c9c9c; } #choose .dt { width: 71px; float: left; } #choose a { display: block; white-space: nowrap; text-decoration: none; } #choose-version .item a:link, #choose-version .item a:visited { float: left; padding: 4px 6px; background: #FAFAFA; } #choose-amount .wrap-input { position: relative; width: 36px; padding: 0 115px; } #choose-amount .wrap-input a { position: absolute; top: 3px; width: 15px; height: 15px; overflow: hidden; line-height: 50px; } #choose-amount .text { width: 30px; height: 16px; border: 1px solid #ccc; padding: 2px; text-align: center; } .wrap-input a { display: block; } .btn-reduce{ width:15px; height:15px; left:90px; background: url("../images/newicon.png") no-repeat 0 0; } .btn-add{ width:15px; height:15px; left:160px; background: url("../images/newicon.png") no-repeat -16px 0px; } .add_to_buttons { width: 100%; padding: 25px 0px; } .product_rightcol .add_to_buttons button.add_cart { padding: 17px 85px 17px 25px; font-size: 18px; font-weight: bold!important; color:#494949; text-transform: uppercase; border: 0px; cursor: pointer; background: #f38256 url(../images/addtocart.png) no-repeat 137px center; } /*购物车*/ .message { padding: 20px 85px; font-size: 14px; line-height: 100%; margin-bottom: 15px; } .message.success { color: #91a158; background: url(../images/message_cart.png) no-repeat 15px center #f9fff1; border: solid 1px #dcedbf; } .cart-table{ width: 100%; margin: 10px 0; } .cart-table tr{ width: 40px; } .cart-table, th, td{ border: 1px solid #E8E8E8; border-collapse:collapse; } .cart-table .align_center{ text-align: center; } .cart-table .align_left{ text-align: left; } .cart-table .pr_name{ vertical-align: middle; } .cart-table tr td a.remove { display: block; width: 17px; height: 17px; background: url(../images/remove.png) no-repeat -1px -1px #fff; margin: auto; } .cart-table tr td a.remove:hover{ background-position:-1px -18px; background-color: #f38256} .wrap-input { position: relative; width: 36px; padding: 0 115px; } .wrap-input a { position: absolute; top: 3px; width: 15px; height: 15px; overflow: hidden; line-height: 50px; } .text { width: 30px; height: 16px; border: 1px solid #ccc; padding: 2px; text-align: center; } .wrap-input a { display: block; } /*总计*/ .totals { float: right; display: inline-block; width: 100%; padding: 17px 0px; overflow: hidden; margin-right: 20px; } #totals-table { width: 24%; float: right; font-size: 14px; color: #544f4b; } #totals-table td { padding: 8px 0px; } #totals-table td strong { font-weight: bold; } #totals-table .total{ color: #f38256; } #totals-table ,#totals-table td{ border: none; } .action_buttonbar { background: #f9f8f6; border: solid 1px #ebe2d9; padding: 13px; clear: both; } .action_buttonbar button { color: #fff; font-size: 14px; font-weight: bold; padding: 8px 14px; background: #544F4B; border: 0px; line-height: 100%; cursor: pointer; margin-left: 10px; } /*确认页面*/ .check{ border: 1px solid #E8E8E8; margin-bottom: 20px; } .check h1{color: #fff; height:40px; line-height:40px; font-size: 18px; font-weight:normal; background: #544f4b; padding-left: 20px; } .person-checkinner,.address-checkinner { padding: 20px; line-height: 32px; } .address-checkinner b{ color: #f38256; } th{ height: 40px; } .pro-check .cart-table { margin: 0; } .pro-check .sum{ height: 40px; background-color: #f38256; line-height: 40px; padding-right: 20px; } .pro-check .sum b{ color: #fff; } /*留言*/ .leave-mes p{ height: 40px; line-height: 40px; } .leave-mes textarea{height: 60px;width: 70%;margin-bottom: 20px;} .submit{width: 100%;height: 40px;background-color: #544f4b; } .submit .sub-logo{width: 150px;height: 100%;background-color:#f38256; font-weight: bold;color: white;text-align: center;line-height: 40px;} /*完成订单*/ .pay-step{border: 1px solid #E8E8E8;} .pay-step .check{border:none;border-bottom: 1px solid #E8E8E8;margin-bottom:0;} .pay-step .pay{background: #544f4b;width: 960px;height: 45px;padding: 10px;margin-bottom: 20px;} .pay-step .pay .pay-inner{width: 100%;height: 100%;background-color:#fff;} .pay-step .pay .pay-inner{height: 45px;line-height: 45px;} .pay-step .pay .pay-inner .yibao-logo{padding-top:5px;padding-left: 15px; } .pay-step .pay .pay-inner .blue{color: #3366FF;padding-right: 40px;} .pay-step .pay .pay-inner .red{color:#E71111;} /**/ .select-bank{overflow: hidden;} .bank-radio{overflow: hidden;} .select-bank{overflow: hidden;} .select-bank h1{font-size: 18px;padding-left: 20px;font-weight: normal;} .select-bank ul{padding-left: 20px;} .select-bank ul li {margin-top:20px;float: left;height:50px;margin-right: 20px;position: relative;width: 200px;} .select-bank ul li img{position: absolute;top:-10px;} .reminder{width: 760px;height: 40px;line-height: 40px;background-color: #CECECE;margin: 0 auto;font-size: 12px;padding-left: 40px;color:#3366FF;} .reminder a{color: #E71111;} /**/ .pay-submit{width: 958px;height: 40px;padding: 10px;border:1px solid #E8E8E8;margin-bottom:100px; } .pay-submit .pay-inner{width: 80px;height: 40px;line-height:40px;text-align:center;float: right;background-color:#f38256;font-weight: bold;color: #000;} .pay-submit .pay-inner a{color: #fff;} /**/ .pay-skip{width:978px;margin:20px auto;height: 400px;border: 1px solid #D6D6D6;line-height: 40px;} .pay-skip h1{padding-left: 20px;height:40px;line-height:40px;font-size: 16px;color:#E25F2B;word-spacing: 10px; } .pay-skip .payskip-inner{width: 450px;margin: 0 auto;} .pay-skip .payskip-inner strong{color: #E3602C} .pay-skip .payskip-inner .zffs{position: relative;top:10px;} .pay-skip .payskip-inner .zfyh{position: relative;top:10px;} .pay-skip .pay-sub{margin: 20px;width: 180px;height: 40px;line-height:40px;padding-left:20px;background-color:#f38256;}
WebRoot/css/style.css
.navigation_container{ border:solid rgb(180,132,132); border-width:1px 0px 3px 0px; } .nav .primary_nav{ display:inline-block; margin:5px 2px 3px 0px; position:relative; } .nav .primary_nav li{ float:left; } .nav .primary_nav > li{ margin-right:2px; } .nav .primary_nav > li > a{ display:block; padding: 12px 18px; line-height:100%; font-size:16px; font-weight:bold; color:#544f4b; text-decoration:none; text-transform:uppercase; } .primary_nav > li > a:hover{ background-color:#f38256; } .nav .primary_nav > li:hover > a{ color:#544f4b; } .nav .primary_nav li.active > a{ color:#544f4b; } .nav .sub_menu{ display: none; } .nav .primary_nav .active { background-color:#f38256; } /*二级菜单*/ ul.sub_menu{ position:absolute; top:40px; left:-4000px; background-color: rgba(255, 255, 255, 0.93); background:#fff\9; padding:15px 0px; z-index:100; width:980px; box-shadow:0px 5px 6px #999; border-top:solid 3px; } .nav .primary_nav > li:hover > ul{ left:0px; } ul.sub_menu > li{ width:210px; margin-left:30px; } ul.sub_menu li a{ line-height:20px; color:#544f4b; text-decoration:none; } ul.sub_menu > li > a{ font-weight:bold; text-transform:uppercase; color:#312e2b; } ul.sub_menu > li > ul > li{ padding:5px 0px; float:none; border-bottom:dotted 1px #fff; } ul.sub_menu > li > ul > li:first-child{ padding-top:10px; } ul.sub_menu > li > ul > li:hover a{ font-weight:bold; } ul.sub_menu > li > ul{ border-top: solid 1px #5f5a56; margin-top:10px; } /*主题部分*/ #side_nav{ width:200px; float:left; margin-top:12px; height: auto; overflow: hidden; } #side_nav h1{ font-size:27px; font-weight:normal; color:#544f4b; line-height:40px; padding-bottom:6px; } .sideNavCategories{ display:inline-block; width:100%; } .sideNavCategories > ul{ border-top:solid 1px; padding:12px 0px; } .sideNavCategories > ul li.header{ color:#312e2b; font-size:13px; text-transform:uppercase; font-weight:bold; padding-bottom:10px; background-color:#fff!important; } .sideNavCategories > ul > li{ padding:7px 0px; } .sideNavCategories > ul > li > a{ color:#544f4b; font-size:13px; text-decoration:none; display:block; } .sideNavCategories > ul.departments > li > a{ background:url(../images/arrow.png) no-repeat right -3px; } .sideNavCategories > ul.departments > li:hover a{ color:#f38256; background-position:right -53px; text-indent:10px; -moz-transition:all 0.2s ease-out 0s; -webkit-transition: all 0.2s ease-out; font-weight:bold; } /*产品列表*/ .products_list{ width: 980px; } .products_list { margin: 0 auto; margin-bottom: 17px; border-bottom: solid 2px #AA5353; } h2.sub_title { font-size: 18px; color: #312e2b; font-weight: normal; padding-bottom: 12px; padding-top: 25px; text-transform: uppercase; } .products_list li{ width:221px; margin-left:31px; float:left; padding-bottom:15px; } .products_list li:first-child{ margin-left:0px; } .products_list a.product_image{ display:block; } .products_list a.product_image img{ border:solid 2px #fff; } .products_list li:hover img{ border:2px solid #f38256; } .products_list .product_info{ margin-bottom:10px; padding-bottom:12px; border-bottom:solid 1px; } .products_list .product_info h3{ font-size:14px; font-weight:normal; padding:12px 0px; } .products_list .product_info h3 a{ color:#000000; text-decoration:none; } .products_list .product_info small{ color:#a2a2a2; font-size:13px; line-height:16px; } .products_list .price_info button{ float:right; background:none; border:0px; padding:0px; height:32px; line-height:100%; overflow:hidden; cursor:pointer; margin-right:10px; } .products_list .price_info button .pr_price{ background:#544f4b; padding:10px; color:#fff; font-size:14px; font-weight:bold; float:left; clear:both; width:83%; text-transform:uppercase; } .products_list .price_info button .pr_add{ padding:10px; color:#f38256; font-size:11px; font-weight:bold; text-transform:uppercase; float:left; clear:both; width:83%; margin-top:0px; } .products_list li:hover .pr_add{ background-color: #544f4b; } .products_list .price_info a{ color:#a2a2a2; text-decoration:none; font-size:11px; display:inline-block; padding-top:10px; } .product_info { border-bottom-color: #f38256; } .products_list ul li{ float: left; margin: 10px; } #main_content { width: 780px; float: right; margin-top: 17px; } #main_content img{ width:780px; height:370px; } /*面包屑*/ ul.breadcrumb { padding: 12px 0px; width: 100%; } ul.breadcrumb li:first-child { padding-left: 0px; background: none; } ul.breadcrumb li { padding: 0px 14px; font-size: 11px; text-transform: uppercase; display: inline-block; list-style: none; background: url(../images/arrow.png) no-repeat -10px -3px; } ul.breadcrumb li.active { background-position: -10px -53px; } ul.breadcrumb li.active a { color:#f38256; } /*详情页*/ .product_leftcol { width: 360px; float: left; } .product_rightcol { width: 590px; float: right; } #name { padding-bottom: 10px; border-bottom: 1px dotted #CCC; zoom: 1; } #name h1{ font-weight: 400; color: #544f4b; font-size: 18px; } #name strong { display: block; color: #E4393C; font-size: 16px; } #summary { width: 600px; } #summary li { clear: both; overflow: hidden; padding: 6px 0; } #summary .dt { font-family:微软雅黑; float: left; text-align: right; width: 72px; } #summary-price .p-price { color: #E4393C; font-size: 18px; } #choose { width: 598px; border-top: 1px dotted #ddd; padding-top: 10px; } #choose li { overflow: hidden; padding: 5px 0; } #choose-color.choose-color-shouji .dt { margin-top: 10px; } #choose .item { float: left; margin: 2px 8px 2px 0; border: 1px solid #9c9c9c; } #choose .dt { width: 71px; float: left; } #choose a { display: block; white-space: nowrap; text-decoration: none; } #choose-version .item a:link, #choose-version .item a:visited { float: left; padding: 4px 6px; background: #FAFAFA; } #choose-amount .wrap-input { position: relative; width: 36px; padding: 0 115px; } #choose-amount .wrap-input a { position: absolute; top: 3px; width: 15px; height: 15px; overflow: hidden; line-height: 50px; } #choose-amount .text { width: 30px; height: 16px; border: 1px solid #ccc; padding: 2px; text-align: center; } .wrap-input a { display: block; } .btn-reduce{ width:15px; height:15px; left:90px; background: url("../images/newicon.png") no-repeat 0 0; } .btn-add{ width:15px; height:15px; left:160px; background: url("../images/newicon.png") no-repeat -16px 0px; } .add_to_buttons { width: 100%; padding: 25px 0px; } .product_rightcol .add_to_buttons button.add_cart { padding: 17px 85px 17px 25px; font-size: 18px; font-weight: bold!important; color:#494949; text-transform: uppercase; border: 0px; cursor: pointer; background: #f38256 url(../images/addtocart.png) no-repeat 137px center; } /*购物车*/ .message { padding: 20px 85px; font-size: 14px; line-height: 100%; margin-bottom: 15px; } .message.success { color: #91a158; background: url(../images/message_cart.png) no-repeat 15px center #f9fff1; border: solid 1px #dcedbf; } .cart-table{ width: 100%; margin: 10px 0; } .cart-table tr{ width: 40px; } .cart-table, th, td{ border: 1px solid #E8E8E8; border-collapse:collapse; } .cart-table .align_center{ text-align: center; } .cart-table .align_left{ text-align: left; } .cart-table .pr_name{ vertical-align: middle; } .cart-table tr td a.remove { display: block; width: 17px; height: 17px; background: url(../images/remove.png) no-repeat -1px -1px #fff; margin: auto; } .cart-table tr td a.remove:hover{ background-position:-1px -18px; background-color: #f38256} .wrap-input { position: relative; width: 36px; padding: 0 115px; } .wrap-input a { position: absolute; top: 3px; width: 15px; height: 15px; overflow: hidden; line-height: 50px; } .text { width: 30px; height: 16px; border: 1px solid #ccc; padding: 2px; text-align: center; } .wrap-input a { display: block; } /*总计*/ .totals { float: right; display: inline-block; width: 100%; padding: 17px 0px; overflow: hidden; margin-right: 20px; } #totals-table { width: 24%; float: right; font-size: 14px; color: #544f4b; } #totals-table td { padding: 8px 0px; } #totals-table td strong { font-weight: bold; } #totals-table .total{ color: #f38256; } #totals-table ,#totals-table td{ border: none; } .action_buttonbar { background: #f9f8f6; border: solid 1px #ebe2d9; padding: 13px; clear: both; } .action_buttonbar button { color: #fff; font-size: 14px; font-weight: bold; padding: 8px 14px; background: #544F4B; border: 0px; line-height: 100%; cursor: pointer; margin-left: 10px; } /*确认页面*/ .check{ border: 1px solid #E8E8E8; margin-bottom: 20px; } .check h1{color: #fff; height:40px; line-height:40px; font-size: 18px; font-weight:normal; background: #544f4b; padding-left: 20px; } .person-checkinner,.address-checkinner { padding: 20px; line-height: 32px; } .address-checkinner b{ color: #f38256; } th{ height: 40px; } .pro-check .cart-table { margin: 0; } .pro-check .sum{ height: 40px; background-color: #f38256; line-height: 40px; padding-right: 20px; } .pro-check .sum b{ color: #fff; } /*留言*/ .leave-mes p{ height: 40px; line-height: 40px; } .leave-mes textarea{height: 60px;width: 70%;margin-bottom: 20px;} .submit{width: 100%;height: 40px;background-color: #544f4b; } .submit .sub-logo{width: 150px;height: 100%;background-color:#f38256; font-weight: bold;color: white;text-align: center;line-height: 40px;} /*完成订单*/ .pay-step{border: 1px solid #E8E8E8;} .pay-step .check{border:none;border-bottom: 1px solid #E8E8E8;margin-bottom:0;} .pay-step .pay{background: #544f4b;width: 960px;height: 45px;padding: 10px;margin-bottom: 20px;} .pay-step .pay .pay-inner{width: 100%;height: 100%;background-color:#fff;} .pay-step .pay .pay-inner{height: 45px;line-height: 45px;} .pay-step .pay .pay-inner .yibao-logo{padding-top:5px;padding-left: 15px; } .pay-step .pay .pay-inner .blue{color: #3366FF;padding-right: 40px;} .pay-step .pay .pay-inner .red{color:#E71111;} /**/ .select-bank{overflow: hidden;} .bank-radio{overflow: hidden;} .select-bank{overflow: hidden;} .select-bank h1{font-size: 18px;padding-left: 20px;font-weight: normal;} .select-bank ul{padding-left: 20px;} .select-bank ul li {margin-top:20px;float: left;height:50px;margin-right: 20px;position: relative;width: 200px;} .select-bank ul li img{position: absolute;top:-10px;} .reminder{width: 760px;height: 40px;line-height: 40px;background-color: #CECECE;margin: 0 auto;font-size: 12px;padding-left: 40px;color:#3366FF;} .reminder a{color: #E71111;} /**/ .pay-submit{width: 958px;height: 40px;padding: 10px;border:1px solid #E8E8E8;margin-bottom:100px; } .pay-submit .pay-inner{width: 80px;height: 40px;line-height:40px;text-align:center;float: right;background-color:#f38256;font-weight: bold;color: #000;} .pay-submit .pay-inner a{color: #fff;} /**/ .pay-skip{width:978px;margin:20px auto;height: 400px;border: 1px solid #D6D6D6;line-height: 40px;} .pay-skip h1{padding-left: 20px;height:40px;line-height:40px;font-size: 16px;color:#E25F2B;word-spacing: 10px; } .pay-skip .payskip-inner{width: 450px;margin: 0 auto;} .pay-skip .payskip-inner strong{color: #E3602C} .pay-skip .payskip-inner .zffs{position: relative;top:10px;} .pay-skip .payskip-inner .zfyh{position: relative;top:10px;} .pay-skip .pay-sub{margin: 20px;width: 180px;height: 40px;line-height:40px;padding-left:20px;background-color:#f38256;}
0.374676
0.085251
.col { margin: 10px 0px; } .column { float: left; width: 12.5%; } .column img { width: 100%; } /* ----------------------------------------------- */ /* GALLERY */ /* ----------------------------------------------- */ .gallery-nav { display: flex; list-style: none; font-size: 85%; margin-bottom: 10px; } .gallery-nav li { display: inline-block; flex-grow: 1; flex-basis: 0; text-align: center; } .gallery-nav li a:link, .gallery-nav li a:visited { color: #000; text-decoration: none; border-bottom: 2px solid transparent; -webkit-transition: border-bottom 0.2s; transition: border-bottom 0.2s; } .gallery-nav li a:focus { color: #F39800; } .gallery-row { max-width: 1180px; margin: auto; } .gallery-photo { margin: 0; } .gallery-photo img{ width: 48%; height: auto; float: left; margin: 1%; cursor: pointer; } .RWDdisplay { display: none; } .RWDmiddle { display: none; } .gallery-tab { display: none; position: relative; } .gallery-textfield { clear: both; color: black; margin: 0 4%; } .gallery-textfield h2 { padding-top: 50px; font-size: 85%; } .gallery-textfield p { margin: 40px 0px; font-size: 85%; line-height: 150%; } .gallery-textfield p:last-child { margin: 0; } .gallery-exhibition { display: flex; flex-direction: column; justify-content: center; } .gallery-exhibition img { transform: scale(0.75); max-width: 100%; position: relative; } .gallery-exhibition p { position: relative; text-align: center; bottom: 100px; font-size: 80%; } #script { position: relative; } .addLine { display: none; } .post-script.addLine { display: inline; position: absolute; right: %; } /* The Modal (background) */ .modal { display: none; position: fixed; z-index: 1; padding-top: 100px; left: 0; top: 0; width: 100%; height: 100%; overflow: auto; background-color: black; } /* Modal Content */ .modal-content { position: relative; background-color: #000; margin: auto; padding: 0; width: 90%; max-width: 1200px; } .mySlides { padding-bottom: 3%; } .mySlides img { max-height: 500px; width: auto; display: block; margin-left: auto; margin-right: auto; } /* The Close Button */ .close { color: white; position: absolute; top: 10px; right: 25px; font-size: 35px; font-weight: bold; } .close:hover, .close:focus { color: #999; text-decoration: none; cursor: pointer; } .closeT { color: black; position: absolute; top: -1%; right: -1%; font-size: 35px; font-weight: bold; } .closeT:hover, .closeT:focus { color: #999; text-decoration: none; cursor: pointer; } .mySlides { display: none; } .cursor { cursor: pointer; } /* Next & previous buttons */ .prev, .next { cursor: pointer; position: absolute; top: 40%; width: auto; padding: 16px; margin-top: -50px; color: white; font-weight: bold; font-size: 20px; transition: 0.6s ease; border-radius: 0 3px 3px 0; user-select: none; -webkit-user-select: none; } /* Position the "next button" to the right */ .next { right: 0; border-radius: 3px 0 0 3px; } /* On hover, add a black background color with a little bit see-through */ .prev:hover, .next:hover { background-color: rgba(0, 0, 0, 0.8); } /* Number text (1/3 etc) */ .numbertext { color: #f2f2f2; font-size: 12px; padding: 8px 12px; position: absolute; top: 0; } .caption-container { text-align: center; background-color: black; padding: 2px 16px; color: white; } .demo, .demo_full { opacity: 0.6; } .active, .demo:hover, .demo_full:hover { opacity: 1; } img { margin-bottom: -4px; } img.hover-shadow { transition: 0.3s; } .hover-shadow:hover { box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19); } /* ----------------------------------------------- */ /* Animations */ /* ----------------------------------------------- */ .galpho-js-wp-1, .galpho-js-wp-2, .galpho-js-wp-3, .galpho-js-wp-4, .galpho-js-wp-5 { opacity: 0; -webkit-animation-duration: 5s; animation-duration: 5s; } .galpho-js-wp-1.animated, .galpho-js-wp-2.animated, .galpho-js-wp-3.animated, .galpho-js-wp-4.animated, .galpho-js-wp-5.animated { opacity: 1; } /* Add Animation */ .mySlides{ -webkit-animation-name: zoom; -webkit-animation-duration: 0.6s; animation-name: zoom; animation-duration: 0.6s; } @-webkit-keyframes zoom { from {-webkit-transform:scale(0)} to {-webkit-transform:scale(1)} } @keyframes zoom { from {transform:scale(0)} to {transform:scale(1)} } @media only screen and (max-width: 1023px) { .mySlides img { max-width: 100%; height: auto; } .gallery-exhibition p { bottom: 75px; } } @media only screen and (max-width: 767px) { .span-1-of-3 { width: 50%; } .gallery-nav { display: none; } .closeT { display: none; } .mobile-mainNav { padding-bottom: 20px; font-size: 75%; } .RWDhidden { display: none; } .RWDmiddle { display: block; } .gallery-exhibition { margin: 5% 0 -5% 0; } .gallery-exhibition img { transform: scale(0.9); } .gallery-exhibition p { bottom: 30px; font-size: 70%; } .post-script.addLine { display: inline; position: absolute; right: 5%; } } /* Small phones: from 0 to 480px */ @media only screen and (max-width: 480px) { .demo_full {display: none;} .column {width: 25%;} .span-1-of-3 { width: 100%; } .RWDdisplay { display: block; } .RWDmiddle { display: none; } .gallery-textfield p { margin: 20px 0px; font-size: 80%; } .gallery-exhibition p { bottom: 25px; font-size: 50%; } .post-script.addLine { display: inline; position: absolute; right: 5%; } .addLine { display: inline; } .eraseLine { display: none; } }
portfolios/aihanHP/resources/css/gal.style.css
.col { margin: 10px 0px; } .column { float: left; width: 12.5%; } .column img { width: 100%; } /* ----------------------------------------------- */ /* GALLERY */ /* ----------------------------------------------- */ .gallery-nav { display: flex; list-style: none; font-size: 85%; margin-bottom: 10px; } .gallery-nav li { display: inline-block; flex-grow: 1; flex-basis: 0; text-align: center; } .gallery-nav li a:link, .gallery-nav li a:visited { color: #000; text-decoration: none; border-bottom: 2px solid transparent; -webkit-transition: border-bottom 0.2s; transition: border-bottom 0.2s; } .gallery-nav li a:focus { color: #F39800; } .gallery-row { max-width: 1180px; margin: auto; } .gallery-photo { margin: 0; } .gallery-photo img{ width: 48%; height: auto; float: left; margin: 1%; cursor: pointer; } .RWDdisplay { display: none; } .RWDmiddle { display: none; } .gallery-tab { display: none; position: relative; } .gallery-textfield { clear: both; color: black; margin: 0 4%; } .gallery-textfield h2 { padding-top: 50px; font-size: 85%; } .gallery-textfield p { margin: 40px 0px; font-size: 85%; line-height: 150%; } .gallery-textfield p:last-child { margin: 0; } .gallery-exhibition { display: flex; flex-direction: column; justify-content: center; } .gallery-exhibition img { transform: scale(0.75); max-width: 100%; position: relative; } .gallery-exhibition p { position: relative; text-align: center; bottom: 100px; font-size: 80%; } #script { position: relative; } .addLine { display: none; } .post-script.addLine { display: inline; position: absolute; right: %; } /* The Modal (background) */ .modal { display: none; position: fixed; z-index: 1; padding-top: 100px; left: 0; top: 0; width: 100%; height: 100%; overflow: auto; background-color: black; } /* Modal Content */ .modal-content { position: relative; background-color: #000; margin: auto; padding: 0; width: 90%; max-width: 1200px; } .mySlides { padding-bottom: 3%; } .mySlides img { max-height: 500px; width: auto; display: block; margin-left: auto; margin-right: auto; } /* The Close Button */ .close { color: white; position: absolute; top: 10px; right: 25px; font-size: 35px; font-weight: bold; } .close:hover, .close:focus { color: #999; text-decoration: none; cursor: pointer; } .closeT { color: black; position: absolute; top: -1%; right: -1%; font-size: 35px; font-weight: bold; } .closeT:hover, .closeT:focus { color: #999; text-decoration: none; cursor: pointer; } .mySlides { display: none; } .cursor { cursor: pointer; } /* Next & previous buttons */ .prev, .next { cursor: pointer; position: absolute; top: 40%; width: auto; padding: 16px; margin-top: -50px; color: white; font-weight: bold; font-size: 20px; transition: 0.6s ease; border-radius: 0 3px 3px 0; user-select: none; -webkit-user-select: none; } /* Position the "next button" to the right */ .next { right: 0; border-radius: 3px 0 0 3px; } /* On hover, add a black background color with a little bit see-through */ .prev:hover, .next:hover { background-color: rgba(0, 0, 0, 0.8); } /* Number text (1/3 etc) */ .numbertext { color: #f2f2f2; font-size: 12px; padding: 8px 12px; position: absolute; top: 0; } .caption-container { text-align: center; background-color: black; padding: 2px 16px; color: white; } .demo, .demo_full { opacity: 0.6; } .active, .demo:hover, .demo_full:hover { opacity: 1; } img { margin-bottom: -4px; } img.hover-shadow { transition: 0.3s; } .hover-shadow:hover { box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19); } /* ----------------------------------------------- */ /* Animations */ /* ----------------------------------------------- */ .galpho-js-wp-1, .galpho-js-wp-2, .galpho-js-wp-3, .galpho-js-wp-4, .galpho-js-wp-5 { opacity: 0; -webkit-animation-duration: 5s; animation-duration: 5s; } .galpho-js-wp-1.animated, .galpho-js-wp-2.animated, .galpho-js-wp-3.animated, .galpho-js-wp-4.animated, .galpho-js-wp-5.animated { opacity: 1; } /* Add Animation */ .mySlides{ -webkit-animation-name: zoom; -webkit-animation-duration: 0.6s; animation-name: zoom; animation-duration: 0.6s; } @-webkit-keyframes zoom { from {-webkit-transform:scale(0)} to {-webkit-transform:scale(1)} } @keyframes zoom { from {transform:scale(0)} to {transform:scale(1)} } @media only screen and (max-width: 1023px) { .mySlides img { max-width: 100%; height: auto; } .gallery-exhibition p { bottom: 75px; } } @media only screen and (max-width: 767px) { .span-1-of-3 { width: 50%; } .gallery-nav { display: none; } .closeT { display: none; } .mobile-mainNav { padding-bottom: 20px; font-size: 75%; } .RWDhidden { display: none; } .RWDmiddle { display: block; } .gallery-exhibition { margin: 5% 0 -5% 0; } .gallery-exhibition img { transform: scale(0.9); } .gallery-exhibition p { bottom: 30px; font-size: 70%; } .post-script.addLine { display: inline; position: absolute; right: 5%; } } /* Small phones: from 0 to 480px */ @media only screen and (max-width: 480px) { .demo_full {display: none;} .column {width: 25%;} .span-1-of-3 { width: 100%; } .RWDdisplay { display: block; } .RWDmiddle { display: none; } .gallery-textfield p { margin: 20px 0px; font-size: 80%; } .gallery-exhibition p { bottom: 25px; font-size: 50%; } .post-script.addLine { display: inline; position: absolute; right: 5%; } .addLine { display: inline; } .eraseLine { display: none; } }
0.480722
0.126515
background-color: #722872 !important; height: 80px; -webkit-box-shadow: 0px 2px 2px 1px rgba(0, 0, 0, 0.2); box-shadow: 0px 2px 2px 1px rgba(0, 0, 0, 0.2); border-color: #592059; } .navbar-fixed-top { top: 0; } .navbar-fixed-top { border-radius: 0; } .navbar-fixed-top { position: fixed; right: 0; left: 0; z-index: 1030; } .navbar-default .navbar-toggle { border-color: #ddd; } .navbar-toggle { margin-right: 0; } @media (min-width: 768px) { .navbar-toggle { display: none; } } .navbar-toggle { position: relative; float: right; padding: 9px 10px; margin-top: 8px; margin-right: 15px; margin-bottom: 8px; background-color: transparent; background-image: none; border: 1px solid transparent; border-radius: 4px; } button, input, select, textarea { font-family: inherit; font-size: inherit; line-height: inherit; } .sr-only { position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px; overflow: hidden; clip: rect(0,0,0,0); border: 0; } .icon-bar { background-color: #888; } .navbar-toggle .icon-bar { display: block; width: 22px; height: 2px; border-radius: 1px; } @media (min-width: 768px) { .navbar-right { float: right !important; margin-right: -15px; } } .navbar-nav>li>a:hover { color: #333; background-color: transparent; } .nav>li a:hover { color: #722872; background: #bbb; -webkit-box-shadow: 0px 2px 2px 1px rgba(0, 0, 0, 0.1); box-shadow: 0px 2px 2px 1px rgba(0, 0, 0, 0.1); } .nav>li a { color: #ffffff; padding: 10px 20px; } main header { background: #aaa; color: #fff; text-align: right; padding: 70px 10% 50px; -webkit-box-align: end; -ms-flex-align: end; align-items: flex-end; align-content: space-around; } main >*:not(.scroll-top) { max-width: 1024px; margin: 0 auto; -webkit-box-shadow: 0px 0px 2px 1px rgba(0, 0, 0, 0.2); box-shadow: 0px 0px 2px 1px rgba(0, 0, 0, 0.2); } @media (min-width: 1023px) { main header .intro-text { text-align: right; width: 610px; } } /*main header .intro-text {*/ /*max-width: 675px;*/ /*text-align: center;*/ /*margin-bottom: 30px;*/ /*}*/ main >*:not(.scroll-top) { max-width: 1024px; margin: 0 auto; -webkit-box-shadow: 0px 0px 2px 1px rgba(0, 0, 0, 0.2); box-shadow: 0px 0px 2px 1px rgba(0, 0, 0, 0.2); } main section { background: #eee; padding: 40px 0; } article, aside, details, figcaption, figure, footer, header, hgroup, main, menu, nav, section, summary { display: block; } * { -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; } hr.star-dark { border-color: #888; } hr.star-bright, hr.star-dark { margin: 40px auto 30px; padding: 0; max-width: 512px; border: 0; border-top: solid 5px; text-align: center; } hr { margin-top: 20px; margin-bottom: 20px; border: 0; border-top: 1px solid #eee; } main >*:not(.scroll-top) { max-width: 1024px; margin: 0 auto; -webkit-box-shadow: 0px 0px 2px 1px rgba(0, 0, 0, 0.2); box-shadow: 0px 0px 2px 1px rgba(0, 0, 0, 0.2); } main section { background: #eee; padding: 40px 0; } hr.star-dark { border-color: #888; } hr.star-bright, hr.star-dark { margin: 40px auto 30px; padding: 0; max-width: 512px; border: 0; border-top: solid 5px; text-align: center; } hr { margin-top: 20px; margin-bottom: 20px; border: 0; border-top: 1px solid #eee; } form { width: 40%; margin-left: 20px; } .form-item { position: relative; margin-bottom: 10px; padding-bottom: 10px; border-bottom: 1px solid #bbb; } .scroll-top { z-index: 1049; position: fixed; visibility: visible; bottom: 2%; } .scroll-top a { visibility: hidden; } .scroll-top a { background: #722872; } #portfolio img { max-width: 100%; height: auto; display: block; margin-left: 146px; } img { vertical-align: middle; } img { border: 0; } .button { color: #fff; border: solid 2px #fff; border-radius: 50%; display: inline-block; width: 50px; height: 50px; text-align: center; font-size: 20px; line-height: 48px; -webkit-transition: all .3s ease-in-out; transition: all .3s ease-in-out; } #footer-above { padding-top: 50px; width: 80%; } #footer-below { -webkit-box-shadow: 0px 0px 1px 1px rgba(0, 0, 0, 0.2); box-shadow: 0px 0px 1px 1px rgba(0, 0, 0, 0.2); padding: 25px 0; background-color: #722872; text-align: center; } main >*:not(.scroll-top) { max-width: 1024px; margin: 0 auto; -webkit-box-shadow: 0px 0px 2px 1px rgba(0, 0, 0, 0.2); box-shadow: 0px 0px 2px 1px rgba(0, 0, 0, 0.2); } main section { background: #eee; padding: 40px 0; } main header { padding: 50px 30px; } p { margin: 0 0 10px; } main header .intro-text { max-width: 675px; text-align: center; margin-bottom: 30px; } main header { padding: 50px 30px; } #portfolio .grid { display: flex; flex-direction: row; margin-left: -110px; padding: 0; max-width: 90%; list-style: none; justify-content: space-around; align-items: flex-start; } #portfolio .grid li { margin: 20px; max-width: 600px; } .label-custom{ font-size: 42px; color: grey; font-weight: normal; } .form-item label { display: block; z-index: 0; position: relative; top: 2em; margin: 0; font-size: .85em; line-height: 1.764705882em; vertical-align: middle; opacity: 0; -webkit-transition: top .3s ease,opacity .3s ease; transition: top .3s ease,opacity .3s ease; } .form-item input, .form-item textarea { z-index: 1; position: relative; padding-right: 0; padding-left: 0; border: 0; border-radius: 0; font-size: 1.5em; background: 0 0; -webkit-box-shadow: none!important; box-shadow: none!important; resize: none; width: 100%; }
public/css/portfolio1.css
background-color: #722872 !important; height: 80px; -webkit-box-shadow: 0px 2px 2px 1px rgba(0, 0, 0, 0.2); box-shadow: 0px 2px 2px 1px rgba(0, 0, 0, 0.2); border-color: #592059; } .navbar-fixed-top { top: 0; } .navbar-fixed-top { border-radius: 0; } .navbar-fixed-top { position: fixed; right: 0; left: 0; z-index: 1030; } .navbar-default .navbar-toggle { border-color: #ddd; } .navbar-toggle { margin-right: 0; } @media (min-width: 768px) { .navbar-toggle { display: none; } } .navbar-toggle { position: relative; float: right; padding: 9px 10px; margin-top: 8px; margin-right: 15px; margin-bottom: 8px; background-color: transparent; background-image: none; border: 1px solid transparent; border-radius: 4px; } button, input, select, textarea { font-family: inherit; font-size: inherit; line-height: inherit; } .sr-only { position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px; overflow: hidden; clip: rect(0,0,0,0); border: 0; } .icon-bar { background-color: #888; } .navbar-toggle .icon-bar { display: block; width: 22px; height: 2px; border-radius: 1px; } @media (min-width: 768px) { .navbar-right { float: right !important; margin-right: -15px; } } .navbar-nav>li>a:hover { color: #333; background-color: transparent; } .nav>li a:hover { color: #722872; background: #bbb; -webkit-box-shadow: 0px 2px 2px 1px rgba(0, 0, 0, 0.1); box-shadow: 0px 2px 2px 1px rgba(0, 0, 0, 0.1); } .nav>li a { color: #ffffff; padding: 10px 20px; } main header { background: #aaa; color: #fff; text-align: right; padding: 70px 10% 50px; -webkit-box-align: end; -ms-flex-align: end; align-items: flex-end; align-content: space-around; } main >*:not(.scroll-top) { max-width: 1024px; margin: 0 auto; -webkit-box-shadow: 0px 0px 2px 1px rgba(0, 0, 0, 0.2); box-shadow: 0px 0px 2px 1px rgba(0, 0, 0, 0.2); } @media (min-width: 1023px) { main header .intro-text { text-align: right; width: 610px; } } /*main header .intro-text {*/ /*max-width: 675px;*/ /*text-align: center;*/ /*margin-bottom: 30px;*/ /*}*/ main >*:not(.scroll-top) { max-width: 1024px; margin: 0 auto; -webkit-box-shadow: 0px 0px 2px 1px rgba(0, 0, 0, 0.2); box-shadow: 0px 0px 2px 1px rgba(0, 0, 0, 0.2); } main section { background: #eee; padding: 40px 0; } article, aside, details, figcaption, figure, footer, header, hgroup, main, menu, nav, section, summary { display: block; } * { -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; } hr.star-dark { border-color: #888; } hr.star-bright, hr.star-dark { margin: 40px auto 30px; padding: 0; max-width: 512px; border: 0; border-top: solid 5px; text-align: center; } hr { margin-top: 20px; margin-bottom: 20px; border: 0; border-top: 1px solid #eee; } main >*:not(.scroll-top) { max-width: 1024px; margin: 0 auto; -webkit-box-shadow: 0px 0px 2px 1px rgba(0, 0, 0, 0.2); box-shadow: 0px 0px 2px 1px rgba(0, 0, 0, 0.2); } main section { background: #eee; padding: 40px 0; } hr.star-dark { border-color: #888; } hr.star-bright, hr.star-dark { margin: 40px auto 30px; padding: 0; max-width: 512px; border: 0; border-top: solid 5px; text-align: center; } hr { margin-top: 20px; margin-bottom: 20px; border: 0; border-top: 1px solid #eee; } form { width: 40%; margin-left: 20px; } .form-item { position: relative; margin-bottom: 10px; padding-bottom: 10px; border-bottom: 1px solid #bbb; } .scroll-top { z-index: 1049; position: fixed; visibility: visible; bottom: 2%; } .scroll-top a { visibility: hidden; } .scroll-top a { background: #722872; } #portfolio img { max-width: 100%; height: auto; display: block; margin-left: 146px; } img { vertical-align: middle; } img { border: 0; } .button { color: #fff; border: solid 2px #fff; border-radius: 50%; display: inline-block; width: 50px; height: 50px; text-align: center; font-size: 20px; line-height: 48px; -webkit-transition: all .3s ease-in-out; transition: all .3s ease-in-out; } #footer-above { padding-top: 50px; width: 80%; } #footer-below { -webkit-box-shadow: 0px 0px 1px 1px rgba(0, 0, 0, 0.2); box-shadow: 0px 0px 1px 1px rgba(0, 0, 0, 0.2); padding: 25px 0; background-color: #722872; text-align: center; } main >*:not(.scroll-top) { max-width: 1024px; margin: 0 auto; -webkit-box-shadow: 0px 0px 2px 1px rgba(0, 0, 0, 0.2); box-shadow: 0px 0px 2px 1px rgba(0, 0, 0, 0.2); } main section { background: #eee; padding: 40px 0; } main header { padding: 50px 30px; } p { margin: 0 0 10px; } main header .intro-text { max-width: 675px; text-align: center; margin-bottom: 30px; } main header { padding: 50px 30px; } #portfolio .grid { display: flex; flex-direction: row; margin-left: -110px; padding: 0; max-width: 90%; list-style: none; justify-content: space-around; align-items: flex-start; } #portfolio .grid li { margin: 20px; max-width: 600px; } .label-custom{ font-size: 42px; color: grey; font-weight: normal; } .form-item label { display: block; z-index: 0; position: relative; top: 2em; margin: 0; font-size: .85em; line-height: 1.764705882em; vertical-align: middle; opacity: 0; -webkit-transition: top .3s ease,opacity .3s ease; transition: top .3s ease,opacity .3s ease; } .form-item input, .form-item textarea { z-index: 1; position: relative; padding-right: 0; padding-left: 0; border: 0; border-radius: 0; font-size: 1.5em; background: 0 0; -webkit-box-shadow: none!important; box-shadow: none!important; resize: none; width: 100%; }
0.294114
0.13215
.mobilemenu-title { font-size: 22px; text-shadow: 2px 2px 5px gray; } .mobilemenu-menuwrap { position: absolute; top: 0; right: 25px; z-index: 1; } .mobilemenu-toggler { position: absolute; top: 0; right: 0; z-index: 3; width: 40px; height: 26px; opacity: 0; } .mobilemenu-hamburgur { position: relative; z-index: 2; width: 40px; } .mobilemenu-hamburgur::before, .mobilemenu-hamburgur::after, .mobilemenu-hamburgur span { content: ""; display: block; z-index: 1; height: 4px; background-color: #595959; margin-bottom: 7px; border-radius: 2px; } .mobilemenu-lines::after { top: 7px; } /* Toggler animate */ .mobilemenu-toggler:checked + .mobilemenu-hamburgur > span { transform: rotate(180deg); margin-top: 18px; } /* Turn line to X */ .mobilemenu-toggler:checked + .mobilemenu-hamburgur::after { transform: rotate(139deg); margin-top: -33px; } .mobilemenu-toggler:checked + .mobilemenu-hamburgur::before { transform: rotate(41deg); margin-top: 10px; } .mobilemenu-toggler:checked ~ .mobilemenu-menu { visibility: visible; } .mobilemenu-toggler:checked ~ .mobilemenu-menu > div { transform: scale(1); } .mobilemenu-toggler:checked ~ .mobilemenu-menu > div > div { opacity: 1; transition: opacity 0.4s ease; } .mobilemenu-toggler:checked ~ .mobilemenu-menu > div > div > ul { padding-left: 0; } .mobilemenu-menu { position: fixed; top: 0; left: 0; width: 100%; height: 100%; visibility: hidden; overflow: hidden; display: flex; justify-content: center; background-color: white; padding: 30px; } .mobilemenu-menu > div { width: 100vw; height: 100vh; transform: scale(0); transition: all 0.4s ease; } .mobilemenu-menu > div > div { opacity: 0; transition: opacity 0.1s ease; } .mobilemenu-menu > div > div > ul > li { font-size: 18px; padding: 10px; list-style: none; color: black; } .mobilemenu-menu > div > div > ul > li:hover { text-underline-position: under; border-bottom: 4px solid #cde769; } .mobilemenu-menu > div > div > ul > li > a { color: inherit; text-decoration: none; font-family: 'Open Sans' !important; font-size: 20px; font-weight: bold; } .mobilemenu-button { border-radius: 40px; background-color: white; border: 1px solid black; padding: 5px 40px; color: black; font-family: 'Open Sans'; font-size: 20px; font-weight: bold; } .logos { margin-top: 50px; border-top: 2px solid black; } .logos img { display: block; width: 50%; margin: 30px 0; }
src/client/components/MobileMenu/MobileMenu.css
.mobilemenu-title { font-size: 22px; text-shadow: 2px 2px 5px gray; } .mobilemenu-menuwrap { position: absolute; top: 0; right: 25px; z-index: 1; } .mobilemenu-toggler { position: absolute; top: 0; right: 0; z-index: 3; width: 40px; height: 26px; opacity: 0; } .mobilemenu-hamburgur { position: relative; z-index: 2; width: 40px; } .mobilemenu-hamburgur::before, .mobilemenu-hamburgur::after, .mobilemenu-hamburgur span { content: ""; display: block; z-index: 1; height: 4px; background-color: #595959; margin-bottom: 7px; border-radius: 2px; } .mobilemenu-lines::after { top: 7px; } /* Toggler animate */ .mobilemenu-toggler:checked + .mobilemenu-hamburgur > span { transform: rotate(180deg); margin-top: 18px; } /* Turn line to X */ .mobilemenu-toggler:checked + .mobilemenu-hamburgur::after { transform: rotate(139deg); margin-top: -33px; } .mobilemenu-toggler:checked + .mobilemenu-hamburgur::before { transform: rotate(41deg); margin-top: 10px; } .mobilemenu-toggler:checked ~ .mobilemenu-menu { visibility: visible; } .mobilemenu-toggler:checked ~ .mobilemenu-menu > div { transform: scale(1); } .mobilemenu-toggler:checked ~ .mobilemenu-menu > div > div { opacity: 1; transition: opacity 0.4s ease; } .mobilemenu-toggler:checked ~ .mobilemenu-menu > div > div > ul { padding-left: 0; } .mobilemenu-menu { position: fixed; top: 0; left: 0; width: 100%; height: 100%; visibility: hidden; overflow: hidden; display: flex; justify-content: center; background-color: white; padding: 30px; } .mobilemenu-menu > div { width: 100vw; height: 100vh; transform: scale(0); transition: all 0.4s ease; } .mobilemenu-menu > div > div { opacity: 0; transition: opacity 0.1s ease; } .mobilemenu-menu > div > div > ul > li { font-size: 18px; padding: 10px; list-style: none; color: black; } .mobilemenu-menu > div > div > ul > li:hover { text-underline-position: under; border-bottom: 4px solid #cde769; } .mobilemenu-menu > div > div > ul > li > a { color: inherit; text-decoration: none; font-family: 'Open Sans' !important; font-size: 20px; font-weight: bold; } .mobilemenu-button { border-radius: 40px; background-color: white; border: 1px solid black; padding: 5px 40px; color: black; font-family: 'Open Sans'; font-size: 20px; font-weight: bold; } .logos { margin-top: 50px; border-top: 2px solid black; } .logos img { display: block; width: 50%; margin: 30px 0; }
0.348091
0.060225
.ccf-form-preview { border: 1px solid #e5e5e5; background-color: #fcfcfc; padding: 3.5% 7.5%; font-size: 14px; font-family: "Open Sans",sans-serif; } .ccf-form-preview.preview-error { text-align: center; } .ccf-form-preview h2 { margin: 0 0 10px 0; padding: 0; } .ccf-form-preview .field-submit { margin-top: 15px; } .ccf-form-preview .field-submit input { color: #555; border-color: #ccc; background: #f7f7f7; -webkit-box-shadow: inset 0 1px 0 #fff, 0 1px 0 rgba(0, 0, 0, 0.08); box-shadow: inset 0 1px 0 #fff, 0 1px 0 rgba(0, 0, 0, 0.08); vertical-align: top; display: inline-block; text-decoration: none; font-size: 13px; line-height: 26px; height: 28px; margin: 0; padding: 0 10px 1px; cursor: pointer; border-width: 1px; border-style: solid; -webkit-appearance: none; -webkit-border-radius: 3px; border-radius: 3px; white-space: nowrap; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; } .ccf-form-preview .field { clear: both; text-align: left; float: none; padding: 15px 0; } .ccf-form-preview .field:after { content: ' '; clear: both; height: 0; display: block; } .ccf-form-preview .field label { display: block; } .ccf-form-preview .field .left { float: left; clear: both; width: 47%; } .ccf-form-preview .field .right { float: right; width: 47%; } .ccf-form-preview .field .field-description { margin-top: 7px; clear: left; } .ccf-form-preview .field .left input[type="text"], .ccf-form-preview .field .left select, .ccf-form-preview .field .right input[type="text"], .ccf-form-preview .field .right select, .ccf-form-preview .field .full input[type="text"], .ccf-form-preview .field .full select { width: 100%; max-width: 100%; } .ccf-form-preview .field .left .sub-label, .ccf-form-preview .field .right .sub-label, .ccf-form-preview .field .full .sub-label { margin: 3px 0 3px 2px; font-size: 90%; } .ccf-form-preview .field .heading { font-size: 125%; font-weight: bold; border-bottom: 1px solid #ccc; padding-bottom: 9px; margin-bottom: 9px; } .ccf-form-preview .field .subheading { font-style: italic; } .ccf-form-preview .field label { font-weight: bold; margin-bottom: 7px; cursor: inherit; } .ccf-form-preview .field label span { color: red; } .ccf-form-preview .field .choice { padding-left: 15px; } .ccf-form-preview .field .choice label { font-weight: normal; } .ccf-form-preview .field input[type="checkbox"] + label { display: inline-block; } .ccf-form-preview .field input[type="radio"] + label { display: inline-block; } .ccf-form-preview .field input[type="text"], .ccf-form-preview .field textarea { border: 1px solid #ddd; -webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.07); box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.07); background-color: #fff; color: #333; height: 28px; box-sizing: border-box; width: 100%; display: block; } .ccf-form-preview .field input[type="text"], .ccf-form-preview .field textarea, .ccf-form-preview .field select { padding: 3px 6px; font-size: 14px; } .ccf-form-preview .field textarea { height: 80px; } .ccf-form-preview .field select { border: 1px solid #ddd; -webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.07); box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.07); background-color: #fff; color: #333; outline: 0; padding: 2px; line-height: 28px; height: 28px; vertical-align: middle; font-size: 14px; } .ccf-form-preview .field.date .hour, .ccf-form-preview .field.date .minute { display: inline-block; margin-right: 5px; } .ccf-form-preview .field.date .hour input, .ccf-form-preview .field.date .minute input { width: 35px; } .ccf-form-preview .field.date .hour label, .ccf-form-preview .field.date .minute label { font-weight: normal; } .ccf-form-preview .field.date .am-pm { display: inline-block; vertical-align: top; } .ccf-form-preview .field.date .am-pm select { width: 60px; } /*# sourceMappingURL=form-mce.css.map */
web/app/plugins/custom-contact-forms/build/css/form-mce.css
.ccf-form-preview { border: 1px solid #e5e5e5; background-color: #fcfcfc; padding: 3.5% 7.5%; font-size: 14px; font-family: "Open Sans",sans-serif; } .ccf-form-preview.preview-error { text-align: center; } .ccf-form-preview h2 { margin: 0 0 10px 0; padding: 0; } .ccf-form-preview .field-submit { margin-top: 15px; } .ccf-form-preview .field-submit input { color: #555; border-color: #ccc; background: #f7f7f7; -webkit-box-shadow: inset 0 1px 0 #fff, 0 1px 0 rgba(0, 0, 0, 0.08); box-shadow: inset 0 1px 0 #fff, 0 1px 0 rgba(0, 0, 0, 0.08); vertical-align: top; display: inline-block; text-decoration: none; font-size: 13px; line-height: 26px; height: 28px; margin: 0; padding: 0 10px 1px; cursor: pointer; border-width: 1px; border-style: solid; -webkit-appearance: none; -webkit-border-radius: 3px; border-radius: 3px; white-space: nowrap; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; } .ccf-form-preview .field { clear: both; text-align: left; float: none; padding: 15px 0; } .ccf-form-preview .field:after { content: ' '; clear: both; height: 0; display: block; } .ccf-form-preview .field label { display: block; } .ccf-form-preview .field .left { float: left; clear: both; width: 47%; } .ccf-form-preview .field .right { float: right; width: 47%; } .ccf-form-preview .field .field-description { margin-top: 7px; clear: left; } .ccf-form-preview .field .left input[type="text"], .ccf-form-preview .field .left select, .ccf-form-preview .field .right input[type="text"], .ccf-form-preview .field .right select, .ccf-form-preview .field .full input[type="text"], .ccf-form-preview .field .full select { width: 100%; max-width: 100%; } .ccf-form-preview .field .left .sub-label, .ccf-form-preview .field .right .sub-label, .ccf-form-preview .field .full .sub-label { margin: 3px 0 3px 2px; font-size: 90%; } .ccf-form-preview .field .heading { font-size: 125%; font-weight: bold; border-bottom: 1px solid #ccc; padding-bottom: 9px; margin-bottom: 9px; } .ccf-form-preview .field .subheading { font-style: italic; } .ccf-form-preview .field label { font-weight: bold; margin-bottom: 7px; cursor: inherit; } .ccf-form-preview .field label span { color: red; } .ccf-form-preview .field .choice { padding-left: 15px; } .ccf-form-preview .field .choice label { font-weight: normal; } .ccf-form-preview .field input[type="checkbox"] + label { display: inline-block; } .ccf-form-preview .field input[type="radio"] + label { display: inline-block; } .ccf-form-preview .field input[type="text"], .ccf-form-preview .field textarea { border: 1px solid #ddd; -webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.07); box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.07); background-color: #fff; color: #333; height: 28px; box-sizing: border-box; width: 100%; display: block; } .ccf-form-preview .field input[type="text"], .ccf-form-preview .field textarea, .ccf-form-preview .field select { padding: 3px 6px; font-size: 14px; } .ccf-form-preview .field textarea { height: 80px; } .ccf-form-preview .field select { border: 1px solid #ddd; -webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.07); box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.07); background-color: #fff; color: #333; outline: 0; padding: 2px; line-height: 28px; height: 28px; vertical-align: middle; font-size: 14px; } .ccf-form-preview .field.date .hour, .ccf-form-preview .field.date .minute { display: inline-block; margin-right: 5px; } .ccf-form-preview .field.date .hour input, .ccf-form-preview .field.date .minute input { width: 35px; } .ccf-form-preview .field.date .hour label, .ccf-form-preview .field.date .minute label { font-weight: normal; } .ccf-form-preview .field.date .am-pm { display: inline-block; vertical-align: top; } .ccf-form-preview .field.date .am-pm select { width: 60px; } /*# sourceMappingURL=form-mce.css.map */
0.37777
0.076857
* { box-sizing: border-box; padding: 0; margin: 0; } /* Set background color to single color*/ body { background-color: #d9dcd6; } /* Set header font, color, background color, and padding */ header { /* Remove class selector */ padding: 20px; font-family: 'Trebuchet MS', 'Lucida Sans Unicode', 'Lucida Grande', 'Lucida Sans', Arial, sans-serif; background-color: #2a607c; color: #ffffff; } /* Formatting for h1 element */ header h1 { /* Remove class selector from header*/ display: inline-block; font-size: 48px; } /* Change font color of seo letters */ .seo { /* Remove header and h1 selector */ color: #d9dcd6; } /* Responsible for nav container settings. */ nav { /* Remove header selector. Changed selector to nav */ padding-top: 15px; margin-right: 20px; float: right; font-family: 'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif; font-size: 20px; list-style-type: none; } /* Change list style to none. */ ul { /* Remove header and div class selectors. */ list-style-type: none; } /* Aligns list elements to the right side.*/ li { /* Remove header, div, and ul class selectors. */ display: inline-block; margin-left: 25px; } /* Remove underline and set color for links */ a { color: #ffffff; text-decoration: none; } /* Font size for all p elements */ p { font-size: 16px; } /* Main background image formatting*/ .hero { height: 800px; width: 100%; margin-bottom: 25px; background-image: url("../images/digital-marketing-meeting.jpg"); background-size: cover; background-position: center; } /* Makes article image elements float to the left*/ .float-left { float: left; margin-right: 25px; } /* Makes article image elements float to the right*/ .float-right { float: right; margin-left: 25px; } /* General formatting for main section of page */ main { width: 75%; display: inline-block; margin-left: 20px; } /* Sets text, margin, color, font, and background color for aside element */ aside { margin-right: 20px; padding: 20px; clear: both; float: right; width: 20%; height: 100%; font-family: 'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif; background-color: #2589bd; margin-bottom: 32px; color: #ffffff; } /* Sets margin and text alignment for h3 */ h3 { margin: 32px 0 10px 0; text-align: center; } /* Sets margin dn display for img elements within the aside */ aside img{ display: block; margin: 10px auto; max-width: 150px; } /* Margin, font, padding, formatting, and color for main article elements*/ #search-engine-optimization, .online-reputation-management, .social-media-marketing { /* Changed class selector to id selector */ margin-bottom: 20px; padding: 50px; height: 300px; font-family: 'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif; background-color: #0072bb; color: #ffffff; } /* Height for images in main section */ #search-engine-optimization img, .online-reputation-management img, .social-media-marketing img { /* Changed class selector to id selector */ max-height: 200px; } /* Margin and font size for main sectio headers */ #search-engine-optimization h2, .online-reputation-management h2, .social-media-marketing h2 { /* Changed class selector to id selector */ margin-bottom: 20px; font-size: 36px; } /* Formatting for footer */ footer { /* Remove class selector */ padding: 30px; clear: both; font-family: 'Trebuchet MS', 'Lucida Sans Unicode', 'Lucida Grande', 'Lucida Sans', Arial, sans-serif; text-align: center; } /* Font size for footer header */ footer h2 { /* Remove class selector */ font-size: 20px; }
assets/css/style.css
* { box-sizing: border-box; padding: 0; margin: 0; } /* Set background color to single color*/ body { background-color: #d9dcd6; } /* Set header font, color, background color, and padding */ header { /* Remove class selector */ padding: 20px; font-family: 'Trebuchet MS', 'Lucida Sans Unicode', 'Lucida Grande', 'Lucida Sans', Arial, sans-serif; background-color: #2a607c; color: #ffffff; } /* Formatting for h1 element */ header h1 { /* Remove class selector from header*/ display: inline-block; font-size: 48px; } /* Change font color of seo letters */ .seo { /* Remove header and h1 selector */ color: #d9dcd6; } /* Responsible for nav container settings. */ nav { /* Remove header selector. Changed selector to nav */ padding-top: 15px; margin-right: 20px; float: right; font-family: 'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif; font-size: 20px; list-style-type: none; } /* Change list style to none. */ ul { /* Remove header and div class selectors. */ list-style-type: none; } /* Aligns list elements to the right side.*/ li { /* Remove header, div, and ul class selectors. */ display: inline-block; margin-left: 25px; } /* Remove underline and set color for links */ a { color: #ffffff; text-decoration: none; } /* Font size for all p elements */ p { font-size: 16px; } /* Main background image formatting*/ .hero { height: 800px; width: 100%; margin-bottom: 25px; background-image: url("../images/digital-marketing-meeting.jpg"); background-size: cover; background-position: center; } /* Makes article image elements float to the left*/ .float-left { float: left; margin-right: 25px; } /* Makes article image elements float to the right*/ .float-right { float: right; margin-left: 25px; } /* General formatting for main section of page */ main { width: 75%; display: inline-block; margin-left: 20px; } /* Sets text, margin, color, font, and background color for aside element */ aside { margin-right: 20px; padding: 20px; clear: both; float: right; width: 20%; height: 100%; font-family: 'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif; background-color: #2589bd; margin-bottom: 32px; color: #ffffff; } /* Sets margin and text alignment for h3 */ h3 { margin: 32px 0 10px 0; text-align: center; } /* Sets margin dn display for img elements within the aside */ aside img{ display: block; margin: 10px auto; max-width: 150px; } /* Margin, font, padding, formatting, and color for main article elements*/ #search-engine-optimization, .online-reputation-management, .social-media-marketing { /* Changed class selector to id selector */ margin-bottom: 20px; padding: 50px; height: 300px; font-family: 'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif; background-color: #0072bb; color: #ffffff; } /* Height for images in main section */ #search-engine-optimization img, .online-reputation-management img, .social-media-marketing img { /* Changed class selector to id selector */ max-height: 200px; } /* Margin and font size for main sectio headers */ #search-engine-optimization h2, .online-reputation-management h2, .social-media-marketing h2 { /* Changed class selector to id selector */ margin-bottom: 20px; font-size: 36px; } /* Formatting for footer */ footer { /* Remove class selector */ padding: 30px; clear: both; font-family: 'Trebuchet MS', 'Lucida Sans Unicode', 'Lucida Grande', 'Lucida Sans', Arial, sans-serif; text-align: center; } /* Font size for footer header */ footer h2 { /* Remove class selector */ font-size: 20px; }
0.450843
0.144149
aui-header { display: block; } .aui-header { background: #205081; border-bottom: 1px solid #2e3D54; box-sizing: border-box; color: #fff; padding: 0 10px; } .aui-header:after, .aui-header .aui-header-logo a:after { content: ""; display: table; clear: both; } .aui-header .aui-header-logo, .aui-header .aui-nav { margin: 0; padding: 0; float: left; } .aui-header .aui-header-secondary .aui-nav { float: right; } .aui-header .aui-nav > li { float: left; padding: 0; } .aui-header a { color: #fff; display: block; line-height: 1; padding: 13px 10px; } .aui-header a:visited, .aui-header a:focus, .aui-header a:hover, .aui-header a:active { text-decoration: none; } .aui-header .aui-header-logo a { box-sizing: border-box; float: left; height: 40px; padding: 0 10px; } .aui-header .aui-header-logo.aui-header-logo-textonly a { font-size: 24px; padding: 5px 10px; } .aui-header .aui-header-logo-textonly .aui-header-logo-device { float: left; padding-top: 4px; text-indent: 0; } .aui-header .aui-header-logo-textonly .aui-header-logo-device + .aui-header-logo-text { padding: 5px 0 5px 10px; } /* for extra visible text, eg. instance names. */ .aui-header .aui-header-logo .aui-header-logo-text { display: block; float: left; font-size: 14px; line-height: 1.4286; margin: 0; padding: 10px 0 10px 10px; } .aui-header .aui-header-logo-device { background-repeat: no-repeat; background-position: 0 50%; background-size: 100%; display: block; float: left; height: 24px; padding: 8px 0; text-indent: -9999px; text-align: left; } /* Custom IMG elements can be set in most products */ .aui-header .aui-header-logo img { border: 0; float: left; max-height: 30px; padding: 5px 0; } /* Positioning icons in the header */ .aui-header .aui-icon { margin: -1px 0; vertical-align: top; } .aui-header a > .aui-avatar { vertical-align: top; } .aui-header a > .aui-avatar-tiny { margin: -1px 0; /* (16px Tiny Avatar height - 14px font size (line-height 1 in the header)) / 2 */ } .aui-header a > .aui-avatar-small { margin: -5px 0; /* (24px Small Avatar height - 14px font size (line-height 1 in the header)) / 2 */ } /** * Buttons in header */ .aui-header a.aui-button { line-height: 1.42857142857143; } .aui-header .aui-button.aui-button-primary { background: #3572b0; border: 0; margin: 5px 10px 0 10px; padding: 4px 10px; /* Make sure the correct padding applies (overrides the above padding: 13px 10px; for .aui-header a if ordering is missed up*/ } .aui-header .aui-button.aui-button-primary.active { padding-bottom: 4px; /* header doesn't need the button/dropdown integration padding change because it has no border */ } .aui-header .aui-button.aui-button-primary:focus, .aui-header .aui-button.aui-button-primary:hover { background: #2a67a5; } .aui-header .aui-button.aui-button-primary:active { background: #3572b0; } /** * Quick search for header */ .aui-header .aui-quicksearch { padding: 0 10px; position: relative; } .aui-header .aui-quicksearch input[type='text'] { background: rgba(0, 0, 0, 0.2); border: none; border-radius: 3px; box-shadow: none; -moz-box-sizing: border-box; box-sizing: border-box; color: rgba(255, 255, 255, 0.6); height: 2.143em; /* 30px effective - need height in ems so that user-specified font-sizes apply */ font-family: inherit; font-size: inherit; margin: 5px 0; padding: 2px 26px 2px 10px; vertical-align: baseline; width: 170px; /* Placeholder styling * - You have to one rule per vendor because user agents are required to ignore a rule with an unknown selector. * Since WebKit doesn’t know the proprietary Mozilla selector and vice versa, you have to include them separately. * See http://stackoverflow.com/questions/2610497/change-an-inputs-html5-placeholder-color-with-css#answer-2610741 */ } .aui-header .aui-quicksearch input[type='text'][type='text']:focus { background: rgba(0, 0, 0, 0.25); color: #fff; outline: none; } .aui-header .aui-quicksearch input[type='text']::-webkit-input-placeholder { color: rgba(255, 255, 255, 0.6); } .aui-header .aui-quicksearch input[type='text']::-moz-placeholder { /* Firefox 19+ */ color: rgba(255, 255, 255, 0.6); } .aui-header .aui-quicksearch input[type='text']:-ms-input-placeholder { color: rgba(255, 255, 255, 0.6); } .aui-header .aui-quicksearch input[type='text']:focus::-webkit-input-placeholder { color: #fff; } .aui-header .aui-quicksearch input[type='text']:focus::-moz-placeholder { /* Firefox 19+ */ color: #fff; } .aui-header .aui-quicksearch input[type='text']:focus:-ms-input-placeholder { color: #fff; } .aui-header .aui-quicksearch:after { color: rgba(255, 255, 255, 0.6); content: "\f002"; font-family: "FontAwesome"; height: 16px; margin-top: 10px; position: absolute; right: 16px; top: 0; width: 16px; } .aui-header .aui-quicksearch input { -moz-appearance: textfield; -webkit-appearance: textfield; background: rgba(0, 0, 0, 0.2); border: none; border-radius: 5em; box-shadow: inset 1px 2px 3px rgba(0, 0, 0, 0.3); box-sizing: border-box; color: rgba(255, 255, 255, 0.6); font-family: inherit; font-size: inherit; height: 1.71428571428571em; /* 24px effective - need height in ems so that user-specified font-sizes apply */ line-height: 1.42857142857143; /* 20px effective */ margin: 8px 0; padding: 2px 10px; vertical-align: baseline; width: 170px; } .aui-header .aui-quicksearch input:focus { background-color: #fff; outline: none; } /*# sourceMappingURL=aui-header.css.map */
node_modules/@atlassian/aui/lib/css/aui-header.css
aui-header { display: block; } .aui-header { background: #205081; border-bottom: 1px solid #2e3D54; box-sizing: border-box; color: #fff; padding: 0 10px; } .aui-header:after, .aui-header .aui-header-logo a:after { content: ""; display: table; clear: both; } .aui-header .aui-header-logo, .aui-header .aui-nav { margin: 0; padding: 0; float: left; } .aui-header .aui-header-secondary .aui-nav { float: right; } .aui-header .aui-nav > li { float: left; padding: 0; } .aui-header a { color: #fff; display: block; line-height: 1; padding: 13px 10px; } .aui-header a:visited, .aui-header a:focus, .aui-header a:hover, .aui-header a:active { text-decoration: none; } .aui-header .aui-header-logo a { box-sizing: border-box; float: left; height: 40px; padding: 0 10px; } .aui-header .aui-header-logo.aui-header-logo-textonly a { font-size: 24px; padding: 5px 10px; } .aui-header .aui-header-logo-textonly .aui-header-logo-device { float: left; padding-top: 4px; text-indent: 0; } .aui-header .aui-header-logo-textonly .aui-header-logo-device + .aui-header-logo-text { padding: 5px 0 5px 10px; } /* for extra visible text, eg. instance names. */ .aui-header .aui-header-logo .aui-header-logo-text { display: block; float: left; font-size: 14px; line-height: 1.4286; margin: 0; padding: 10px 0 10px 10px; } .aui-header .aui-header-logo-device { background-repeat: no-repeat; background-position: 0 50%; background-size: 100%; display: block; float: left; height: 24px; padding: 8px 0; text-indent: -9999px; text-align: left; } /* Custom IMG elements can be set in most products */ .aui-header .aui-header-logo img { border: 0; float: left; max-height: 30px; padding: 5px 0; } /* Positioning icons in the header */ .aui-header .aui-icon { margin: -1px 0; vertical-align: top; } .aui-header a > .aui-avatar { vertical-align: top; } .aui-header a > .aui-avatar-tiny { margin: -1px 0; /* (16px Tiny Avatar height - 14px font size (line-height 1 in the header)) / 2 */ } .aui-header a > .aui-avatar-small { margin: -5px 0; /* (24px Small Avatar height - 14px font size (line-height 1 in the header)) / 2 */ } /** * Buttons in header */ .aui-header a.aui-button { line-height: 1.42857142857143; } .aui-header .aui-button.aui-button-primary { background: #3572b0; border: 0; margin: 5px 10px 0 10px; padding: 4px 10px; /* Make sure the correct padding applies (overrides the above padding: 13px 10px; for .aui-header a if ordering is missed up*/ } .aui-header .aui-button.aui-button-primary.active { padding-bottom: 4px; /* header doesn't need the button/dropdown integration padding change because it has no border */ } .aui-header .aui-button.aui-button-primary:focus, .aui-header .aui-button.aui-button-primary:hover { background: #2a67a5; } .aui-header .aui-button.aui-button-primary:active { background: #3572b0; } /** * Quick search for header */ .aui-header .aui-quicksearch { padding: 0 10px; position: relative; } .aui-header .aui-quicksearch input[type='text'] { background: rgba(0, 0, 0, 0.2); border: none; border-radius: 3px; box-shadow: none; -moz-box-sizing: border-box; box-sizing: border-box; color: rgba(255, 255, 255, 0.6); height: 2.143em; /* 30px effective - need height in ems so that user-specified font-sizes apply */ font-family: inherit; font-size: inherit; margin: 5px 0; padding: 2px 26px 2px 10px; vertical-align: baseline; width: 170px; /* Placeholder styling * - You have to one rule per vendor because user agents are required to ignore a rule with an unknown selector. * Since WebKit doesn’t know the proprietary Mozilla selector and vice versa, you have to include them separately. * See http://stackoverflow.com/questions/2610497/change-an-inputs-html5-placeholder-color-with-css#answer-2610741 */ } .aui-header .aui-quicksearch input[type='text'][type='text']:focus { background: rgba(0, 0, 0, 0.25); color: #fff; outline: none; } .aui-header .aui-quicksearch input[type='text']::-webkit-input-placeholder { color: rgba(255, 255, 255, 0.6); } .aui-header .aui-quicksearch input[type='text']::-moz-placeholder { /* Firefox 19+ */ color: rgba(255, 255, 255, 0.6); } .aui-header .aui-quicksearch input[type='text']:-ms-input-placeholder { color: rgba(255, 255, 255, 0.6); } .aui-header .aui-quicksearch input[type='text']:focus::-webkit-input-placeholder { color: #fff; } .aui-header .aui-quicksearch input[type='text']:focus::-moz-placeholder { /* Firefox 19+ */ color: #fff; } .aui-header .aui-quicksearch input[type='text']:focus:-ms-input-placeholder { color: #fff; } .aui-header .aui-quicksearch:after { color: rgba(255, 255, 255, 0.6); content: "\f002"; font-family: "FontAwesome"; height: 16px; margin-top: 10px; position: absolute; right: 16px; top: 0; width: 16px; } .aui-header .aui-quicksearch input { -moz-appearance: textfield; -webkit-appearance: textfield; background: rgba(0, 0, 0, 0.2); border: none; border-radius: 5em; box-shadow: inset 1px 2px 3px rgba(0, 0, 0, 0.3); box-sizing: border-box; color: rgba(255, 255, 255, 0.6); font-family: inherit; font-size: inherit; height: 1.71428571428571em; /* 24px effective - need height in ems so that user-specified font-sizes apply */ line-height: 1.42857142857143; /* 20px effective */ margin: 8px 0; padding: 2px 10px; vertical-align: baseline; width: 170px; } .aui-header .aui-quicksearch input:focus { background-color: #fff; outline: none; } /*# sourceMappingURL=aui-header.css.map */
0.406744
0.186354
/* If you add a CSS variable here, be sure to also add it to styles.css */ :root { --chart-bar-color: #4078c0; --border-color-dark: #484848; --border-color: #484848; --counter-color: #999; --link-color: #9ebef9; --dark-shadow-color: #999; --default-background-rgb: 32, 33, 36; --default-background: rgba(var(--default-background-rgb), 1); --default-button-text-color: #89b5f8; --default-color-thumb: #888; --default-color: #fff; --disabled-background: #555; --error-background: #7c1c05; --even-row-background: #383636; --footer-color: #858585; --footer-link-hover: wheat; --footer-strong: #ccc; --form-select-background: #202225; --header-background: #282828; --header-color: #ccc; --header-item-rgb: 255, 255, 255; --header-item: rgba(var(--header-item-rgb), 1); --hint-background: #4b4b3f; --light-background: #585858; --masthead-background: #394959; --list-background: #3f3f3f; --list-color: #abb2ba; --match-color: #fff; --menu-item-border: #484541; --popup-border-color: #586069; --row-hover-background: #2b2d2e; --selected-background: #545454; --selected-line: #626d7b; --shadow-color: #585858; --shaded-background-lighter: #2d2e31; --shaded-background-darker: var(--default-background); --subtle: #888; --table-border: #484848; --toast-background: #212121; --toast-border: #585551; } body { /* Disable the background image from the github-dark theme as it is too */ /* busy for this tool. */ background-image: none !important; } .gutter { /* The white gutter icon image looks too bright with opacity 1 */ opacity: 0.5; } .menu { background-color: var(--list-background); } nav.menu .menu-item { color: wheat; font-weight: bold; } .rangeslider-mask-min, .rangeslider-mask-max { /* Override the non-visible selection area of Plotly's rangeslider. */ fill: rgba(255, 255, 255, .6) !important; fill-opacity: 0.6 !important; } /* Set defaults for buttons (inc removing Primer styles) */ .btn, .btn[disabled], .btn:hover, .btn.hover, .btn:active, .btn.selected { background-color: transparent; background-image: none; border-width: 1px; border: 1px solid #5f6368; box-shadow: none; color: #89b5f8; font-weight: normal; position: relative; } .btn[disabled] { /* !important to override all other states (like hover) */ opacity: 0.5 !important; background-color: transparent !important; border: 1px solid #5f6368 !important; color: #89b5f8 !important; } .btn:active, .btn.selected { background-color: #3a4556; border-color: #3a4556; } .btn:hover, .btn.hover { background-color: #3a4556; } .btn:hover:active, .btn.hover:active, .btn.selected:hover, .btn.selected.hover { background-color: #3b3b3e; } .btn.btn-primary { background-color: #89b5f8; border-color: #89b5f8; color: #202124; } .btn.btn-primary[disabled] { /* !important to override all other states (like hover) */ opacity: 0.5 !important; background-color: #89b5f8 !important; border-color: #89b5f8 !important; color: #202124 !important; } .btn.btn-primary:active, .btn.btn-primary.selected, .btn.btn-primary:hover, .btn.btn-primary.hover { background-color: #7aa2de; /* Not picked from material design spec */ } .btn.btn-primary:hover:active, .btn.btn-primary.hover:active, .btn.btn-primary.selected:hover, .btn.btn-primary.selected.hover { background-color: #6c8fc4; /* Not picked material design from spec */ } .flash-warn { background-color: #fffbdd; color: #735c0f; }
packages/devtools/web/styles_dark.css
/* If you add a CSS variable here, be sure to also add it to styles.css */ :root { --chart-bar-color: #4078c0; --border-color-dark: #484848; --border-color: #484848; --counter-color: #999; --link-color: #9ebef9; --dark-shadow-color: #999; --default-background-rgb: 32, 33, 36; --default-background: rgba(var(--default-background-rgb), 1); --default-button-text-color: #89b5f8; --default-color-thumb: #888; --default-color: #fff; --disabled-background: #555; --error-background: #7c1c05; --even-row-background: #383636; --footer-color: #858585; --footer-link-hover: wheat; --footer-strong: #ccc; --form-select-background: #202225; --header-background: #282828; --header-color: #ccc; --header-item-rgb: 255, 255, 255; --header-item: rgba(var(--header-item-rgb), 1); --hint-background: #4b4b3f; --light-background: #585858; --masthead-background: #394959; --list-background: #3f3f3f; --list-color: #abb2ba; --match-color: #fff; --menu-item-border: #484541; --popup-border-color: #586069; --row-hover-background: #2b2d2e; --selected-background: #545454; --selected-line: #626d7b; --shadow-color: #585858; --shaded-background-lighter: #2d2e31; --shaded-background-darker: var(--default-background); --subtle: #888; --table-border: #484848; --toast-background: #212121; --toast-border: #585551; } body { /* Disable the background image from the github-dark theme as it is too */ /* busy for this tool. */ background-image: none !important; } .gutter { /* The white gutter icon image looks too bright with opacity 1 */ opacity: 0.5; } .menu { background-color: var(--list-background); } nav.menu .menu-item { color: wheat; font-weight: bold; } .rangeslider-mask-min, .rangeslider-mask-max { /* Override the non-visible selection area of Plotly's rangeslider. */ fill: rgba(255, 255, 255, .6) !important; fill-opacity: 0.6 !important; } /* Set defaults for buttons (inc removing Primer styles) */ .btn, .btn[disabled], .btn:hover, .btn.hover, .btn:active, .btn.selected { background-color: transparent; background-image: none; border-width: 1px; border: 1px solid #5f6368; box-shadow: none; color: #89b5f8; font-weight: normal; position: relative; } .btn[disabled] { /* !important to override all other states (like hover) */ opacity: 0.5 !important; background-color: transparent !important; border: 1px solid #5f6368 !important; color: #89b5f8 !important; } .btn:active, .btn.selected { background-color: #3a4556; border-color: #3a4556; } .btn:hover, .btn.hover { background-color: #3a4556; } .btn:hover:active, .btn.hover:active, .btn.selected:hover, .btn.selected.hover { background-color: #3b3b3e; } .btn.btn-primary { background-color: #89b5f8; border-color: #89b5f8; color: #202124; } .btn.btn-primary[disabled] { /* !important to override all other states (like hover) */ opacity: 0.5 !important; background-color: #89b5f8 !important; border-color: #89b5f8 !important; color: #202124 !important; } .btn.btn-primary:active, .btn.btn-primary.selected, .btn.btn-primary:hover, .btn.btn-primary.hover { background-color: #7aa2de; /* Not picked from material design spec */ } .btn.btn-primary:hover:active, .btn.btn-primary.hover:active, .btn.btn-primary.selected:hover, .btn.btn-primary.selected.hover { background-color: #6c8fc4; /* Not picked material design from spec */ } .flash-warn { background-color: #fffbdd; color: #735c0f; }
0.37319
0.059729
@-moz-document domain(my.fluentcloud.com) { /* ALL FONTS */ p, a, h1, h2, h3, h4, h5, h6, span, li{ font-family:'Lato', sans-serif; } a{ color:#97b7f7; } /* styles for the login page */ .sign-in-page .sign-in-bg { background-image: url(https://www.tellmeagain.xyz/freebies/fc-app-sign-in-bg.png); background-size: 100vw!important; background-repeat: no-repeat; background-position:10% 50%!important; -webkit-filter: blur(0px); } .sign-in-page .sign-in { background-color: rgba(255, 255, 255, 0.0); border-radius: 5px; border:1px solid #5a77ba; top: 65%; position: absolute; } .sign-in-page .sign-in header { background-color: rgba(255, 255, 255, 0.0); border:none; color: #5a77ba!important; } .sign-in-page .sign-in header h1 { color: #b5daf7!important; text-shadow: 0 0 5px #ed3df2, 0 0 10px #97b7f7, 0 0 20px #97b7f7, 0 0 30px #97b7f7, 0 0 40px #97b7f7, 0 0 55px #ed3df2, 0 0 75px #ed3df2; } .sign-in-page form label{ color:#5a77ba!important; font-weight:400; } .sign-in-page .sign-in a{ color:#5a77ba; text-decoration:none; font-weight:500; transition: all .2s ease-in-out; } .sign-in-page .sign-in a:hover{ color:#97b7f7; text-decoration:none; font-weight:500; text-shadow: 0 0 10px #354f84, 0 0 10px #354f84, 0 0 10px #354f84, 0 0 10px #354f84, 0 0 10px #354f84, 0 0 10px #354f84, 0 0 10px #354f84; } .sign-in-page form button { background: #5a77ba; color: #f8f8f8; border-radius: 2px; } .sign-in-page form button:hover { background: #97b7f7; color: #ffffff; border-radius: 3px; } /* END Styles for the sign in page */ /* Colors for all paragraph text and titles in app */ h1, .h1, h2, .h2, h3, .h3, h4, .h4, h5, .h5{ color:#5a77ba; } p, .p, li{ color:#5a77ba; } /***** START styles for the main top nav bars ****/ .navbar.navbar-inverse.navbar-default { height: 80px; background-color: transparent; color: #5a77ba; } .navbar-collapse.collapse.cust-subnav { background-color: transparent; height: 80px; color: #5a77ba; } .cust-navbar-header { height: 80px; } .cust-navbar-header { background-color: transparent !important; } .navbar-inverse .navbar-nav li a { color: #5a77ba; } .navbar-inverse .navbar-nav>li>a:hover, .navbar-inverse .navbar-nav>li>a:focus { color: #97b7f7; } /* top menu bar when a menu is clicked open -- NOT THE MENU ITSELF */ .navbar-inverse .navbar-nav>.open>a, .navbar-inverse .navbar-nav>.open>a:hover, .navbar-inverse .navbar-nav>.open>a:focus, .navbar-nav>#adminhelper>.open> a:active { background-color: #20201a!important; color: #5a77ba!important; } /* top bar drop down menu items hover background color*/ .dropdown-menu li.fc_header a:hover { background-color: #2d2d25; } /*color of the text in the top bar drop down menu during hover */ .dropdown-menu li.fc_header a:hover { color: #97b7f7; text-shadow: 0 0 10px #354f84, 0 0 10px #354f84, 0 0 10px #354f84, 0 0 10px #354f84, 0 0 10px #354f84, 0 0 10px #354f84, 0 0 10px #354f84; } /*dashboard reports widgets styles*/ .dashcard-blue7-brd{ border:solid; border-width:2px; border-color:#5a77ba; } .dashcard-blue7-bkg,#dashboardContent #dashcard-filter{ background:transparent; color: #97b7f7; } #dashboardContent .btn-default{ background-color:#5a77ba; } /* END dashboard reports */ .dropdown-menu { background-color: #20201a; } .dropdown-menu li.fc_header a { color: #5a77ba; } /* SuperDuperAdmin exlusive menus and icon */ .navbar-nav>li>li>.dropdown-menu { background-color: #20201a; padding: 0px; } .dropdown-menu>.cust-nav-font-white { background-color: #20201a; color: #5a77ba; } .dropdown-menu>.cust-nav-font-white:hover { background-color: #20201a; color: #97b7f7!important; text-shadow: 0 0 10px #354f84, 0 0 10px #354f84, 0 0 10px #354f84, 0 0 10px #354f84, 0 0 10px #354f84, 0 0 10px #354f84, 0 0 10px #354f84; } .navbar-inverse .navbar-nav>.open>a, .navbar-inverse .navbar-nav>.open>a:hover, .navbar-inverse .navbar-nav>.open>a:focus, .navbar-nav>#adminhelper>.open> a { background-color: #20201a; color: #97b7f7!important; } /* normal and hover colors for icons next to each drop down menu item */ .navbar-nav>li>.dropdown-menu i { color: #5a77ba; } .navbar-nav>li>.dropdown-menu i:hover { color: #97b7f7!important; } .dropdown-toggle > .fa { color: #5a77ba!important; } .dropdown-toggle:hover > .fa{ color:#97b7f7!important; } .fa-user{ color:#5a77ba!important; } .navbar-inverse .navbar-nav li a:hover > .fa-user{ color:#97b7f7!important; } .navbar-inverse .navbar-nav li a:hover > .fa{ color:#97b7f7!important; } /* END icons color*/ /* style for user sub menu and it's dropdowns == Also affects extensions dropdown list on right side of nav*/ .cust-subnav ul li ul.dropdown-menu li a { background: #20201a !important; color: #5a77ba; } .cust-subnav ul li ul.dropdown-menu li a:hover { background-color: #2d2d25!important; color: #97b7f7; text-shadow: 0 0 10px #354f84, 0 0 10px #354f84, 0 0 10px #354f84, 0 0 10px #354f84, 0 0 10px #354f84, 0 0 10px #354f84, 0 0 10px #354f84; } /* END styles for sub bar navigation and menus */ /* call recording icon in sub nav bar*/ .fa-circle:before { color: #5a77ba; } .navbar-inverse .navbar-nav li a:hover > .fa-circle:before { color: #97b7f7; } /* voicemail drop icon in sub nav bar */ .fa-chevron-circle-down:before { color: #5a77ba; } .navbar-inverse .navbar-nav li a:hover > .fa-chevron-circle-down:before { color: #9fb7f7; } /* fluentcloud and user portal buttons text colors and bg */ .navbar-inverse .navbar-brand { color: #5a77ba; } .navbar-inverse .navbar-brand:hover, .navbar-inverse .navbar-brand:focus { background-color: transparent; color: #97b7f7; } /***** END styles for the main top nav bars ****/ /***********************************************/ /***** MAIN Background style for entire app *****/ /* Waifu-materiao main bg << CAN BE CHANGED TO ANY IMAGE >> */ .mfc-container { z-index: 1; background-image: url(https://www.tellmeagain.xyz/freebies/fc-app-main-bg.png); background-attachment: fixed; background-repeat: no-repeat; background-size: cover; background-position:center bottom; background-color: #11110f!important; } /* fix for when modal popups come in. This theme is interfering with the function. This will place the transparent layer below the modal so that it can be used correctly. */ .modal-backdrop.in { z-index: -1; } /* Right-side bar in admin dashboard - header lines */ .newquickLinkHeader { background-color: #20201a; color: #5a77ba; } .table>thead>tr>th, .form-horizontal .control-label, .help-block, .panel-body{ color:#5a77ba; } /* colors for tabs in various pages -- Also applies to left-side menus like in #extensions page. */ .nav>li>a{ background-color:transparent; color:#5a77ba; border:1px solid transparent; text-decoration:none; } .nav>li>a:hover { background-color: #20201a; color: #97b7f7; border:1px solid #97b7f7; text-shadow: 0 0 10px #354f84, 0 0 10px #354f84, 0 0 10px #354f84, 0 0 10px #354f84, 0 0 10px #354f84, 0 0 10px #354f84, 0 0 10px #354f84; } /*Side Menu items style == like in Extensions left side menu */ .fc_extension a:hover { color: #f8f8f8; } /* side menu non-hover text */ .nav-pills.nav-stacked>li>a { color: #5a77ba; } .nav-pills.nav-stacked>li>a:hover { color: #97b7f7; font-weight: 400; background-color: #20201a; } .nav-pills>li.active>a{ background-color:#20201a!important; color:#97b7f7!important; } /* side bar text in the #phonenumbers page*/ .label-success { background-color: #354f84; color: #dddddd; } .label-primary { background-color: #354f84; color: #dddddd; } /* large section titles */ .help-title { color: #5a77ba!important; } /* large section titles sub-description */ .lead, .jumbotron p { color: #5a77ba; } /* paragraph headers*/ .col-xs-12 .col-md-6 h2 { color: #5a77ba; } h1.help-title { color: #5a77ba; } .fs-legend, legend { color: #5a77ba; } .col-xs-12.col-sm-11.col-sm-offset-1 h1 { color: #5a77ba; } .col-md-10 h1 { color: #5a77ba; } /* paragraph text */ .backgrid td { color: #5a77ba; } .col-xs-12.col-sm-6.cust-call-hist-dropdown > span { color: #5a77ba; } #showRecords { color: #5a77ba; } .form-group label, .controls label { color: #5a77ba; } .radio label, .checkbox label{ color:#5a77ba!important; } .form-group h1, .form-group h2{ color:#5a77ba; } .pager li { color: #5a77ba; } .description{ color:#5a77ba; } .text-center p{ color:#5a77ba; } .col-sm-12 p, .col-sm-12 span{ color:#5a77ba; } .col-sm-12 a{ color:#97b7f7; text-decoration:underline; } .col-sm-12 h4{ color:#5a77ba; } .col-sm-12 a:hover{ color:#97b7f7; } .newquickLink{ color:#5a77ba; } .showoptions{ color:#5a77ba; text-decoration:underline; } .showoptions:hover{ color:#97b7f7; } #voicemails td{ color:#5a77ba; } .table-bordered th{ color:#5a77ba; } /* styles pertaining to tables which appear striped. Applies to various locations. example #extensions */ .table-striped>tbody>tr:nth-child(odd)>td, .table-striped>tbody>tr:nth-child(odd)>th{ background-color:#354f84; border:none; color:#97b7f7; } .table-striped>tbody>tr:nth-child(odd)>td a, .table-striped>tbody>tr:nth-child(odd)>th a{ background-color:#354f84; border:none; color:#97b7f7; } .table-striped>tbody>tr:nth-child(even)>td, .table-striped>tbody>tr:nth-child(even)>th{ border:none; color:#5a77ba; } .table-striped>tbody>tr:nth-child(even)>td a, .table-striped>tbody>tr:nth-child(even)>th a{ border:none; color:#5a77ba; } .table>thead>tr>th, .table>tbody>tr>th, .table>tfoot>tr>th, .table>thead>tr>td, .table>tbody>tr>td, .table>tfoot>tr>td{ color:#5a77ba; } /* END table styles */ /* styles for 'form action' where button rest at the bottom of various pages.*/ .form-actions{ background-color:transparent !important; border-color:#5a77ba; } .form-horizontal .form-actions{ background-color:transparent !important; border-color:#5a77ba; } /* styles for pagination button on left-side menus */ .pager .disabled>a, .pager .disabled>a:focus, .pager .disabled>span{ background-color:#354f84; border:none; } .pager .disabled>a:hover{ background-color:#5a77ba; } .pager li>a:hover, .pager li>a{ background-color:#354f84; border:none; } .pager li>a:hover, .pager li>a:focus{ background-color:#5a77ba; } #previousPage a span, #nextPage a span{ color:#97b7f7; } /* END Style for pagination button on left-side menus */ /* styles for individual #extensions pages */ /* seetings tab */ #meTab label, #faxTab label, #permissionsTab label, #billingTab label{ color:#5a77ba; } #meTab small{ color:#5a77ba; } /* permissions Tab */ #permissionsTab .row #allowInternalDialCont > label, #permissionsTab .row #allowExternalDialCont > label, #permissionsTab .row #allowInternationalDialCont > label, #permissionsTab .row #allowEmergencyDialCont > label,#permissionsTab .row #allowOverrideDialCont > label, #permissionsTab .row #allowListenWhisperBargeCont > label{ color:#5a77ba; } /* advanced tab */ #advancedTab .row #allowVirtualUseInputCont > label, #advancedTab .row #qualifyCont > label, #advancedTab .row #encryptionCont > label, #advancedTab .row #voicemailDropCont > label,#advancedTab .row #matchCallerIDCont > label{ color:#5a77ba!important; } #advancedTab label{ color:#5a77ba; } #advancedTab p, #editHistoryTab p{ color:#5a77ba; } #advancedTab .help-block{ color:#5a77ba; } /* input fields within tabs */ #virtualPassword{ color:#5a77ba; } /* styles for "Quick Glance" right-side bar */ #quickGlanceDataCont dt, #quickGlanceDataCont dd{ color:#5a77ba; } dt,dd{ color:#5a77ba;} /* END styles for individual #extensions pages */ /* styles for various form-action text */ .form-horizontal .form-control-static{ color:#5a77ba; } /* ********************************************** */ /* ***** BUTTONS BUTTONS BUTTONS == These are buttons that are NOT in the menus */ /* submit or update settings buttons */ .btn-primary { background-color: #5a77ba; color: #f8f8f8!important; text-decoration:none!important; -webkit-transition: .2s all ease-in-out; -moz-transition: .2s all ease-in-out; -transition: .2s all ease-in-out; } .btn-primary:hover { background-color: #97b7f7; border-color: #97b7f7; color: #ffffff !important; } /* buttons that are deleting various items */ .btn.btn-danger { background-color: #5a77ba; border-color: #5a77ba; color: #f8f8f8; } .btn.btn-danger:hover, .btn.btn-danger:focus, .btn.btn-danger:active { background-color: #97b7f7; border-color: #97b7f7; color: #ffffff; } /* reload configuration button in phones pages */ #reboot{ background-color:#5a77ba; color:#f8f8f8; } #reboot:hover{ background-color:#97b7f7; color:#ffffff; } /* ***create new*** button on bottom of left-side menus */ .btn.btn-xs.btn-info { background-color: #354f84; border-color: #354f84; color: #dddddd; text-decoration:none; } .btn.btn-xs.btn-info:hover { background-color: #5a77ba; border-color: #5a77ba; color: #f8f8f8; } .icon-plus-sign:before{ color:#dddddd; } /* **how to** setup buttons */ .btn-success { background-color: #5a77ba; border-color: #5a77ba; color: #f8f8f8!important; text-decoration:none!important; } .btn-success:hover { background-color: #97b7f7; border-color: #97b7f7; color: #ffffff!important; } /* #extensions page - buttons on top of the list in main pane */ .button-switch input:checked + label, .button-switch button:active { background-color: #5a77ba; color: #f8f8f8; font-weight:300; } .button-switch label, .button-switch button { background-color: #354f84; color: #ffffff; font-weight:300; } .button-switch label:hover, .button-switch button:hover { background-color: #354f84; color: #f8f8f8; box-shadow: none; } /* dropdown menu + buttons in #routes/ConferenceBridge page */ .dropdown-menu>li>a:hover { color: #f8f8f8; background-color: #5a77ba; } .btn-default { background-color: #5a77ba; border-color: #5a77ba; color: #f8f8f8; } .btn-default:hover, .btn-default:focus, .btn-default:active, .btn-default.active, .open .dropdown-toggle.btn-default { background-color: #97b7f7; border-color: #97b7f7; color: #ffffff; } /* Learn More Buttons */ /* ****Learn More*** Button on homepage */ #startUpgrading, #startUpgrading a { background-color: #5a77ba; border-color: #5a77ba; } #startUpgrading:hover { background-color: #97b7f7; border-color: #97b7f7; } #startUpgrading > a { background-color: transparent; color: #ffffff; } #startUpgrading:hover > a { background-color: transparent; color: #ffffff; } /*custom backround actions--Get rid of bg color*/ .cust-actions-background{ background-color:transparent; border:none; } }
data/usercss/149139.user.css
@-moz-document domain(my.fluentcloud.com) { /* ALL FONTS */ p, a, h1, h2, h3, h4, h5, h6, span, li{ font-family:'Lato', sans-serif; } a{ color:#97b7f7; } /* styles for the login page */ .sign-in-page .sign-in-bg { background-image: url(https://www.tellmeagain.xyz/freebies/fc-app-sign-in-bg.png); background-size: 100vw!important; background-repeat: no-repeat; background-position:10% 50%!important; -webkit-filter: blur(0px); } .sign-in-page .sign-in { background-color: rgba(255, 255, 255, 0.0); border-radius: 5px; border:1px solid #5a77ba; top: 65%; position: absolute; } .sign-in-page .sign-in header { background-color: rgba(255, 255, 255, 0.0); border:none; color: #5a77ba!important; } .sign-in-page .sign-in header h1 { color: #b5daf7!important; text-shadow: 0 0 5px #ed3df2, 0 0 10px #97b7f7, 0 0 20px #97b7f7, 0 0 30px #97b7f7, 0 0 40px #97b7f7, 0 0 55px #ed3df2, 0 0 75px #ed3df2; } .sign-in-page form label{ color:#5a77ba!important; font-weight:400; } .sign-in-page .sign-in a{ color:#5a77ba; text-decoration:none; font-weight:500; transition: all .2s ease-in-out; } .sign-in-page .sign-in a:hover{ color:#97b7f7; text-decoration:none; font-weight:500; text-shadow: 0 0 10px #354f84, 0 0 10px #354f84, 0 0 10px #354f84, 0 0 10px #354f84, 0 0 10px #354f84, 0 0 10px #354f84, 0 0 10px #354f84; } .sign-in-page form button { background: #5a77ba; color: #f8f8f8; border-radius: 2px; } .sign-in-page form button:hover { background: #97b7f7; color: #ffffff; border-radius: 3px; } /* END Styles for the sign in page */ /* Colors for all paragraph text and titles in app */ h1, .h1, h2, .h2, h3, .h3, h4, .h4, h5, .h5{ color:#5a77ba; } p, .p, li{ color:#5a77ba; } /***** START styles for the main top nav bars ****/ .navbar.navbar-inverse.navbar-default { height: 80px; background-color: transparent; color: #5a77ba; } .navbar-collapse.collapse.cust-subnav { background-color: transparent; height: 80px; color: #5a77ba; } .cust-navbar-header { height: 80px; } .cust-navbar-header { background-color: transparent !important; } .navbar-inverse .navbar-nav li a { color: #5a77ba; } .navbar-inverse .navbar-nav>li>a:hover, .navbar-inverse .navbar-nav>li>a:focus { color: #97b7f7; } /* top menu bar when a menu is clicked open -- NOT THE MENU ITSELF */ .navbar-inverse .navbar-nav>.open>a, .navbar-inverse .navbar-nav>.open>a:hover, .navbar-inverse .navbar-nav>.open>a:focus, .navbar-nav>#adminhelper>.open> a:active { background-color: #20201a!important; color: #5a77ba!important; } /* top bar drop down menu items hover background color*/ .dropdown-menu li.fc_header a:hover { background-color: #2d2d25; } /*color of the text in the top bar drop down menu during hover */ .dropdown-menu li.fc_header a:hover { color: #97b7f7; text-shadow: 0 0 10px #354f84, 0 0 10px #354f84, 0 0 10px #354f84, 0 0 10px #354f84, 0 0 10px #354f84, 0 0 10px #354f84, 0 0 10px #354f84; } /*dashboard reports widgets styles*/ .dashcard-blue7-brd{ border:solid; border-width:2px; border-color:#5a77ba; } .dashcard-blue7-bkg,#dashboardContent #dashcard-filter{ background:transparent; color: #97b7f7; } #dashboardContent .btn-default{ background-color:#5a77ba; } /* END dashboard reports */ .dropdown-menu { background-color: #20201a; } .dropdown-menu li.fc_header a { color: #5a77ba; } /* SuperDuperAdmin exlusive menus and icon */ .navbar-nav>li>li>.dropdown-menu { background-color: #20201a; padding: 0px; } .dropdown-menu>.cust-nav-font-white { background-color: #20201a; color: #5a77ba; } .dropdown-menu>.cust-nav-font-white:hover { background-color: #20201a; color: #97b7f7!important; text-shadow: 0 0 10px #354f84, 0 0 10px #354f84, 0 0 10px #354f84, 0 0 10px #354f84, 0 0 10px #354f84, 0 0 10px #354f84, 0 0 10px #354f84; } .navbar-inverse .navbar-nav>.open>a, .navbar-inverse .navbar-nav>.open>a:hover, .navbar-inverse .navbar-nav>.open>a:focus, .navbar-nav>#adminhelper>.open> a { background-color: #20201a; color: #97b7f7!important; } /* normal and hover colors for icons next to each drop down menu item */ .navbar-nav>li>.dropdown-menu i { color: #5a77ba; } .navbar-nav>li>.dropdown-menu i:hover { color: #97b7f7!important; } .dropdown-toggle > .fa { color: #5a77ba!important; } .dropdown-toggle:hover > .fa{ color:#97b7f7!important; } .fa-user{ color:#5a77ba!important; } .navbar-inverse .navbar-nav li a:hover > .fa-user{ color:#97b7f7!important; } .navbar-inverse .navbar-nav li a:hover > .fa{ color:#97b7f7!important; } /* END icons color*/ /* style for user sub menu and it's dropdowns == Also affects extensions dropdown list on right side of nav*/ .cust-subnav ul li ul.dropdown-menu li a { background: #20201a !important; color: #5a77ba; } .cust-subnav ul li ul.dropdown-menu li a:hover { background-color: #2d2d25!important; color: #97b7f7; text-shadow: 0 0 10px #354f84, 0 0 10px #354f84, 0 0 10px #354f84, 0 0 10px #354f84, 0 0 10px #354f84, 0 0 10px #354f84, 0 0 10px #354f84; } /* END styles for sub bar navigation and menus */ /* call recording icon in sub nav bar*/ .fa-circle:before { color: #5a77ba; } .navbar-inverse .navbar-nav li a:hover > .fa-circle:before { color: #97b7f7; } /* voicemail drop icon in sub nav bar */ .fa-chevron-circle-down:before { color: #5a77ba; } .navbar-inverse .navbar-nav li a:hover > .fa-chevron-circle-down:before { color: #9fb7f7; } /* fluentcloud and user portal buttons text colors and bg */ .navbar-inverse .navbar-brand { color: #5a77ba; } .navbar-inverse .navbar-brand:hover, .navbar-inverse .navbar-brand:focus { background-color: transparent; color: #97b7f7; } /***** END styles for the main top nav bars ****/ /***********************************************/ /***** MAIN Background style for entire app *****/ /* Waifu-materiao main bg << CAN BE CHANGED TO ANY IMAGE >> */ .mfc-container { z-index: 1; background-image: url(https://www.tellmeagain.xyz/freebies/fc-app-main-bg.png); background-attachment: fixed; background-repeat: no-repeat; background-size: cover; background-position:center bottom; background-color: #11110f!important; } /* fix for when modal popups come in. This theme is interfering with the function. This will place the transparent layer below the modal so that it can be used correctly. */ .modal-backdrop.in { z-index: -1; } /* Right-side bar in admin dashboard - header lines */ .newquickLinkHeader { background-color: #20201a; color: #5a77ba; } .table>thead>tr>th, .form-horizontal .control-label, .help-block, .panel-body{ color:#5a77ba; } /* colors for tabs in various pages -- Also applies to left-side menus like in #extensions page. */ .nav>li>a{ background-color:transparent; color:#5a77ba; border:1px solid transparent; text-decoration:none; } .nav>li>a:hover { background-color: #20201a; color: #97b7f7; border:1px solid #97b7f7; text-shadow: 0 0 10px #354f84, 0 0 10px #354f84, 0 0 10px #354f84, 0 0 10px #354f84, 0 0 10px #354f84, 0 0 10px #354f84, 0 0 10px #354f84; } /*Side Menu items style == like in Extensions left side menu */ .fc_extension a:hover { color: #f8f8f8; } /* side menu non-hover text */ .nav-pills.nav-stacked>li>a { color: #5a77ba; } .nav-pills.nav-stacked>li>a:hover { color: #97b7f7; font-weight: 400; background-color: #20201a; } .nav-pills>li.active>a{ background-color:#20201a!important; color:#97b7f7!important; } /* side bar text in the #phonenumbers page*/ .label-success { background-color: #354f84; color: #dddddd; } .label-primary { background-color: #354f84; color: #dddddd; } /* large section titles */ .help-title { color: #5a77ba!important; } /* large section titles sub-description */ .lead, .jumbotron p { color: #5a77ba; } /* paragraph headers*/ .col-xs-12 .col-md-6 h2 { color: #5a77ba; } h1.help-title { color: #5a77ba; } .fs-legend, legend { color: #5a77ba; } .col-xs-12.col-sm-11.col-sm-offset-1 h1 { color: #5a77ba; } .col-md-10 h1 { color: #5a77ba; } /* paragraph text */ .backgrid td { color: #5a77ba; } .col-xs-12.col-sm-6.cust-call-hist-dropdown > span { color: #5a77ba; } #showRecords { color: #5a77ba; } .form-group label, .controls label { color: #5a77ba; } .radio label, .checkbox label{ color:#5a77ba!important; } .form-group h1, .form-group h2{ color:#5a77ba; } .pager li { color: #5a77ba; } .description{ color:#5a77ba; } .text-center p{ color:#5a77ba; } .col-sm-12 p, .col-sm-12 span{ color:#5a77ba; } .col-sm-12 a{ color:#97b7f7; text-decoration:underline; } .col-sm-12 h4{ color:#5a77ba; } .col-sm-12 a:hover{ color:#97b7f7; } .newquickLink{ color:#5a77ba; } .showoptions{ color:#5a77ba; text-decoration:underline; } .showoptions:hover{ color:#97b7f7; } #voicemails td{ color:#5a77ba; } .table-bordered th{ color:#5a77ba; } /* styles pertaining to tables which appear striped. Applies to various locations. example #extensions */ .table-striped>tbody>tr:nth-child(odd)>td, .table-striped>tbody>tr:nth-child(odd)>th{ background-color:#354f84; border:none; color:#97b7f7; } .table-striped>tbody>tr:nth-child(odd)>td a, .table-striped>tbody>tr:nth-child(odd)>th a{ background-color:#354f84; border:none; color:#97b7f7; } .table-striped>tbody>tr:nth-child(even)>td, .table-striped>tbody>tr:nth-child(even)>th{ border:none; color:#5a77ba; } .table-striped>tbody>tr:nth-child(even)>td a, .table-striped>tbody>tr:nth-child(even)>th a{ border:none; color:#5a77ba; } .table>thead>tr>th, .table>tbody>tr>th, .table>tfoot>tr>th, .table>thead>tr>td, .table>tbody>tr>td, .table>tfoot>tr>td{ color:#5a77ba; } /* END table styles */ /* styles for 'form action' where button rest at the bottom of various pages.*/ .form-actions{ background-color:transparent !important; border-color:#5a77ba; } .form-horizontal .form-actions{ background-color:transparent !important; border-color:#5a77ba; } /* styles for pagination button on left-side menus */ .pager .disabled>a, .pager .disabled>a:focus, .pager .disabled>span{ background-color:#354f84; border:none; } .pager .disabled>a:hover{ background-color:#5a77ba; } .pager li>a:hover, .pager li>a{ background-color:#354f84; border:none; } .pager li>a:hover, .pager li>a:focus{ background-color:#5a77ba; } #previousPage a span, #nextPage a span{ color:#97b7f7; } /* END Style for pagination button on left-side menus */ /* styles for individual #extensions pages */ /* seetings tab */ #meTab label, #faxTab label, #permissionsTab label, #billingTab label{ color:#5a77ba; } #meTab small{ color:#5a77ba; } /* permissions Tab */ #permissionsTab .row #allowInternalDialCont > label, #permissionsTab .row #allowExternalDialCont > label, #permissionsTab .row #allowInternationalDialCont > label, #permissionsTab .row #allowEmergencyDialCont > label,#permissionsTab .row #allowOverrideDialCont > label, #permissionsTab .row #allowListenWhisperBargeCont > label{ color:#5a77ba; } /* advanced tab */ #advancedTab .row #allowVirtualUseInputCont > label, #advancedTab .row #qualifyCont > label, #advancedTab .row #encryptionCont > label, #advancedTab .row #voicemailDropCont > label,#advancedTab .row #matchCallerIDCont > label{ color:#5a77ba!important; } #advancedTab label{ color:#5a77ba; } #advancedTab p, #editHistoryTab p{ color:#5a77ba; } #advancedTab .help-block{ color:#5a77ba; } /* input fields within tabs */ #virtualPassword{ color:#5a77ba; } /* styles for "Quick Glance" right-side bar */ #quickGlanceDataCont dt, #quickGlanceDataCont dd{ color:#5a77ba; } dt,dd{ color:#5a77ba;} /* END styles for individual #extensions pages */ /* styles for various form-action text */ .form-horizontal .form-control-static{ color:#5a77ba; } /* ********************************************** */ /* ***** BUTTONS BUTTONS BUTTONS == These are buttons that are NOT in the menus */ /* submit or update settings buttons */ .btn-primary { background-color: #5a77ba; color: #f8f8f8!important; text-decoration:none!important; -webkit-transition: .2s all ease-in-out; -moz-transition: .2s all ease-in-out; -transition: .2s all ease-in-out; } .btn-primary:hover { background-color: #97b7f7; border-color: #97b7f7; color: #ffffff !important; } /* buttons that are deleting various items */ .btn.btn-danger { background-color: #5a77ba; border-color: #5a77ba; color: #f8f8f8; } .btn.btn-danger:hover, .btn.btn-danger:focus, .btn.btn-danger:active { background-color: #97b7f7; border-color: #97b7f7; color: #ffffff; } /* reload configuration button in phones pages */ #reboot{ background-color:#5a77ba; color:#f8f8f8; } #reboot:hover{ background-color:#97b7f7; color:#ffffff; } /* ***create new*** button on bottom of left-side menus */ .btn.btn-xs.btn-info { background-color: #354f84; border-color: #354f84; color: #dddddd; text-decoration:none; } .btn.btn-xs.btn-info:hover { background-color: #5a77ba; border-color: #5a77ba; color: #f8f8f8; } .icon-plus-sign:before{ color:#dddddd; } /* **how to** setup buttons */ .btn-success { background-color: #5a77ba; border-color: #5a77ba; color: #f8f8f8!important; text-decoration:none!important; } .btn-success:hover { background-color: #97b7f7; border-color: #97b7f7; color: #ffffff!important; } /* #extensions page - buttons on top of the list in main pane */ .button-switch input:checked + label, .button-switch button:active { background-color: #5a77ba; color: #f8f8f8; font-weight:300; } .button-switch label, .button-switch button { background-color: #354f84; color: #ffffff; font-weight:300; } .button-switch label:hover, .button-switch button:hover { background-color: #354f84; color: #f8f8f8; box-shadow: none; } /* dropdown menu + buttons in #routes/ConferenceBridge page */ .dropdown-menu>li>a:hover { color: #f8f8f8; background-color: #5a77ba; } .btn-default { background-color: #5a77ba; border-color: #5a77ba; color: #f8f8f8; } .btn-default:hover, .btn-default:focus, .btn-default:active, .btn-default.active, .open .dropdown-toggle.btn-default { background-color: #97b7f7; border-color: #97b7f7; color: #ffffff; } /* Learn More Buttons */ /* ****Learn More*** Button on homepage */ #startUpgrading, #startUpgrading a { background-color: #5a77ba; border-color: #5a77ba; } #startUpgrading:hover { background-color: #97b7f7; border-color: #97b7f7; } #startUpgrading > a { background-color: transparent; color: #ffffff; } #startUpgrading:hover > a { background-color: transparent; color: #ffffff; } /*custom backround actions--Get rid of bg color*/ .cust-actions-background{ background-color:transparent; border:none; } }
0.188436
0.058051
body { padding-top: 60px; padding-bottom: 40px; } #mandamentos div { margin-top: 15px; } .membro-equipe { float: left; width: 350px; height: 70px; padding: 20px; margin: 15px; background-color: #f5f5f5; -webkit-border-radius: 6px; -moz-border-radius: 6px; border-radius: 6px; } .membro-equipe h1 { margin-bottom: 0; font-size: 18px; } .membro-equipe p { font-size: 14px; font-weight: 200; line-height: 10px; } .fundo-icone { background-repeat: no-repeat; background-position: 95% 50%; } .icone-ubuntu { background-image: url('../img/headers/ubuntu.png'); } .icone-windows { background-image: url('../img/headers/windows.png');} .icone-sobre { background-image: url('../img/headers/robo.png');} .icone-guia { background-image: url('../img/headers/guia.png');} .icone-armazenamento { background-image: url('../img/headers/armazenamento.png');} .icone-senha { background-image: url('../img/headers/chave.png');} .img-armazenamento { padding: 20px; margin: 0 auto; text-align: center; display:block; } .img-armazenamento-small { width: 70%; height: auto; } .aura-bloco { position: relative; text-align: center; padding-top: 10px; background-color: #f9f9f9; min-height: 150px; } .aura-bloco img { margin: 0 auto; width: 20%; height: auto } .aura-bloco p { font-size: 15px; } .aura-bloco h2 { font-weight: bold; font-size: 18px; line-height: 4px; } .aura-bloco a, .aura-bloco a:hover, .aura-bloco a:active, .aura-bloco a:visited { color: #000; } .aura-bloco-devices { margin-top: 10px; display: none; } .aura-bloco-devices a, .aura-bloco-devices a:hover, .aura-bloco-devices a:active, .aura-bloco-devices a:visited { color: #000; } .aura-bloco-opts { position: absolute; right: 0; top: 0; } #linhaConsoleAura a, #linhaConsoleAura a:hover, #linhaConsoleAura a:active, #linhaConsoleAura a:visited { color: #505050; } .aura-console-recognizing { color: #9f9f9f; } .aura-console-recognized { color: #000; } .aura-resposta-console { text-align: left; padding: 15px; margin-top: 20px; background-color: #f5f5f5; -webkit-border-radius: 6px; -moz-border-radius: 6px; border-radius: 6px; } .fraco { color: #9f9f9f; font-size: 10px; }
css/style.css
body { padding-top: 60px; padding-bottom: 40px; } #mandamentos div { margin-top: 15px; } .membro-equipe { float: left; width: 350px; height: 70px; padding: 20px; margin: 15px; background-color: #f5f5f5; -webkit-border-radius: 6px; -moz-border-radius: 6px; border-radius: 6px; } .membro-equipe h1 { margin-bottom: 0; font-size: 18px; } .membro-equipe p { font-size: 14px; font-weight: 200; line-height: 10px; } .fundo-icone { background-repeat: no-repeat; background-position: 95% 50%; } .icone-ubuntu { background-image: url('../img/headers/ubuntu.png'); } .icone-windows { background-image: url('../img/headers/windows.png');} .icone-sobre { background-image: url('../img/headers/robo.png');} .icone-guia { background-image: url('../img/headers/guia.png');} .icone-armazenamento { background-image: url('../img/headers/armazenamento.png');} .icone-senha { background-image: url('../img/headers/chave.png');} .img-armazenamento { padding: 20px; margin: 0 auto; text-align: center; display:block; } .img-armazenamento-small { width: 70%; height: auto; } .aura-bloco { position: relative; text-align: center; padding-top: 10px; background-color: #f9f9f9; min-height: 150px; } .aura-bloco img { margin: 0 auto; width: 20%; height: auto } .aura-bloco p { font-size: 15px; } .aura-bloco h2 { font-weight: bold; font-size: 18px; line-height: 4px; } .aura-bloco a, .aura-bloco a:hover, .aura-bloco a:active, .aura-bloco a:visited { color: #000; } .aura-bloco-devices { margin-top: 10px; display: none; } .aura-bloco-devices a, .aura-bloco-devices a:hover, .aura-bloco-devices a:active, .aura-bloco-devices a:visited { color: #000; } .aura-bloco-opts { position: absolute; right: 0; top: 0; } #linhaConsoleAura a, #linhaConsoleAura a:hover, #linhaConsoleAura a:active, #linhaConsoleAura a:visited { color: #505050; } .aura-console-recognizing { color: #9f9f9f; } .aura-console-recognized { color: #000; } .aura-resposta-console { text-align: left; padding: 15px; margin-top: 20px; background-color: #f5f5f5; -webkit-border-radius: 6px; -moz-border-radius: 6px; border-radius: 6px; } .fraco { color: #9f9f9f; font-size: 10px; }
0.22448
0.056133
.ig-layout-item { /* border: 1px black solid; */ /* display: inline; */ overflow: auto; } .ig-layout-griditem-rel { display: inline-block; position: relative; float: left; overflow: auto; vertical-align: top; } .ig-layout-griditem-abs { -webkit-box-sizing: border-box; -moz-box-sizing: border-box; -o-box-sizing: border-box; box-sizing: border-box; position: absolute; padding: 5px; } .ig-layout-item-title { width: 100%; text-align: center; background-color: #EBEBEB; } .ig-layout { /* border: 1px solid gray; */ display: block; } .ig-layout-float { /* width */ } .ig-layout-item-float { float: left; margin: 5px; /* width */ } .ig-layout-item-v { float: left; } /* flow layout */ .ig-layout-flow { /* D.A. October 7th, 2013 Bug #154162 Flow layout container dimensions are 0x0 */ overflow: auto; /* K.D. April 10th, 2013 Bug #139538 Under IE the UL has 40px default padding left and appears as a stand-alone inline element shifting the last item in the row */ padding: 0; } .ig-layout-flow-item { float: left; margin: 5px; width: 10%; list-style-type: none; border: 1px solid #D3D3D3; height: 100px; overflow: hidden; } /* vertical layout */ .ig-layout-vertical { overflow: auto; } .ig-layout-vertical-item { margin: 5px; width: 10%; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; -o-box-sizing: border-box; box-sizing: border-box; border: 1px solid #D3D3D3; height: 100px; overflow: hidden; } /* column layout */ /* border layout - holy grail */ .ig-layout-border { position: relative; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; -o-box-sizing: border-box; box-sizing: border-box; } .ig-layout-border-item { position: relative; } .ig-layout-border-container { height: 100%; width: 100%; } .ig-layout-border-wrapper1 { position: relative; float: left; width:100%; /* background-color: blue; */ } .ig-layout-border-wrapper2 { position: relative; float: left; width:100%; /* background-color: red; */ } /* <NAME>, 2013 Bug #139637 When applying CSS like paddings, borders, etc. the container grows outward and the layout breaks. Applying border-box box-sizing to grow the container inwards */ .ig-layout-border-header { position: absolute; top: 0; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; -o-box-sizing: border-box; box-sizing: border-box; width: 100%; text-align: center; font-size: large; padding: 0.3em 0; } /* K.D. May 23rd, 2013 Bug #139637 When applying CSS like paddings, borders, etc. the container grows outward and the layout breaks. Applying border-box box-sizing to grow the container inwards */ .ig-layout-border-footer { position: absolute; bottom: 0; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; -o-box-sizing: border-box; box-sizing: border-box; width: 100%; text-align: center; font-size: large; padding: 0.3em 0; } /* K.D. May 23rd, 2013 Bug #139637 When applying CSS like paddings, borders, etc. the container grows outward and the layout breaks. Applying border-box box-sizing to grow the container inwards */ .ig-layout-border-left { -webkit-box-sizing: border-box; -moz-box-sizing: border-box; -o-box-sizing: border-box; box-sizing: border-box; /* K.D. May 28th, 2013 Bug #140104 Horizontal scrollbar is always displayed in the browser when using border layout */ /*right: 200px;*/ /*margin-left: -100%;*/ height: 100%; overflow: hidden; float: left; } /* K.D. May 23rd, 2013 Bug #139637 When applying CSS like paddings, borders, etc. the container grows outward and the layout breaks. Applying border-box box-sizing to grow the container inwards */ .ig-layout-border-center { -webkit-box-sizing: border-box; -moz-box-sizing: border-box; -o-box-sizing: border-box; box-sizing: border-box; overflow: auto; height: 100%; } /* K.D. May 23rd, 2013 Bug #139637 When applying CSS like paddings, borders, etc. the container grows outward and the layout breaks. Applying border-box box-sizing to grow the container inwards */ .ig-layout-border-right { -webkit-box-sizing: border-box; -moz-box-sizing: border-box; -o-box-sizing: border-box; box-sizing: border-box; /* K.D. May 28th, 2013 Bug #140104 Horizontal scrollbar is always displayed in the browser when using border layout */ /*margin-right: -100%;*/ height: 100%; overflow: hidden; float: right; } /* three column layouts - variations */ /* 12-column fluid layout */ /* container */ .ig-layout-col { padding-left: 20px; padding-right: 20px; *zoom: 1; /* IE6 & 7 */ } .ig-layout-col:after { clear: both; } .ig-layout-col:before, .ig-layout-col:after { content: ""; display: table; line-height: 0; clear: both; } /* row */ .ig-layout-col .row { width: 100%; clear: both; *zoom: 1; /* IE 6 and 7 */ } /* col common */ .ig-layout-col .row [class*="col"] { float: left; width: 100%; min-height: 30px; margin-left: 2.127659574468085%; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; -o-box-sizing: border-box; box-sizing: border-box; display: block; } .ig-layout-col .row [class*="col"]:first-child { margin-left: 0; } /* Predefined 12 column layout */ .ig-layout-col .row .col1 { width: 6.382978723404255%; } .ig-layout-col .row .col2 { width: 14.893617021276595%; } .ig-layout-col .row .col3 { width: 23.404255319148934%; } .ig-layout-col .row .col4 { width: 31.914893617021278%; } .ig-layout-col .row .col5 { width: 40.42553191489362%; } .ig-layout-col .row .col6 { width: 48.93617021276595%; } .ig-layout-col .row .col7 { width: 57.44680851063829%; } .ig-layout-col .row .col8 { width: 65.95744680851064%; } .ig-layout-col .row .col9 { width: 74.46808510638297%; } .ig-layout-col .row .col10 { width: 82.97872340425532%; } .ig-layout-col .row .col11 { width: 91.48936170212765%; } .ig-layout-col .row .col12 { width: 100%; } @-ms-viewport { width: device-width; } @media (min-width: 768px) and (max-width: 979px) { .ig-layout-col .row { width: 100%; *zoom: 1; } .ig-layout-col .row [class*="col"] { float: left; width: 100%; min-height: 30px; margin-left: 2.7624309392265194%; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; -o-box-sizing: border-box; box-sizing: border-box; display: block; } .ig-layout-col .row [class*="col"]:first-child { margin-left: 0; } /* Predefined 12 column layout */ .ig-layout-col .row .col1 { width: 5.801104972375691%; } .ig-layout-col .row .col2 { width: 14.3646408839779%; } .ig-layout-col .row .col3 { width: 22.92817679558011%; } .ig-layout-col .row .col4 { width: 31.491712707182323%; } .ig-layout-col .row .col5 { width: 40.05524861878453%; } .ig-layout-col .row .col6 { width: 48.61878453038674%; } .ig-layout-col .row .col7 { width: 57.18232044198895%; } .ig-layout-col .row .col8 { width: 65.74585635359117%; } .ig-layout-col .row .col9 { width: 74.30939226519337%; } .ig-layout-col .row .col10 { width: 82.87292817679558%; } .ig-layout-col .row .col11 { width: 91.43646408839778%; } .ig-layout-col .row .col12 { width: 100%; } } @media handheld, only screen and (max-width: 767px) { .ig-layout-col .row { width: 100%; *zoom: 1; } .ig-layout-col .row [class*="col"] { width: 100%; min-height: 30px; margin-left: 0; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; -o-box-sizing: border-box; box-sizing: border-box; display: block; float: none; } .ig-layout-col .row .col12 { width: 100%; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; -o-box-sizing: border-box; box-sizing: border-box; } } @media (min-width: 1200px) { .ig-layout-col .row { width: 100%; *zoom: 1; } .ig-layout-col .row [class*="col"] { float: left; width: 100%; min-height: 30px; margin-left: 2.564102564102564%; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; -o-box-sizing: border-box; box-sizing: border-box; display: block; } .ig-layout-col .row [class*="col"]:first-child { margin-left: 0; } /* Predefined 12 column layout */ .ig-layout-col .row .col1 { width: 5.982905982905983%; } .ig-layout-col .row .col2 { width: 14.52991452991453%; } .ig-layout-col .row .col3 { width: 23.076923076923077%; } .ig-layout-col .row .col4 { width: 31.623931623931625%; } .ig-layout-col .row .col5 { width: 40.17094017094017%; } .ig-layout-col .row .col6 { width: 48.717948717948715%; } .ig-layout-col .row .col7 { width: 57.26495726495726%; } .ig-layout-col .row .col8 { width: 65.81196581196582%; } .ig-layout-col .row .col9 { width: 74.35897435897436%; } .ig-layout-col .row .col10 { width: 82.90598290598291%; } .ig-layout-col .row .col11 { width: 91.45299145299145%; } .ig-layout-col .row .col12 { width: 100%; } }
src/css/structure/modules/infragistics.ui.layout.css
.ig-layout-item { /* border: 1px black solid; */ /* display: inline; */ overflow: auto; } .ig-layout-griditem-rel { display: inline-block; position: relative; float: left; overflow: auto; vertical-align: top; } .ig-layout-griditem-abs { -webkit-box-sizing: border-box; -moz-box-sizing: border-box; -o-box-sizing: border-box; box-sizing: border-box; position: absolute; padding: 5px; } .ig-layout-item-title { width: 100%; text-align: center; background-color: #EBEBEB; } .ig-layout { /* border: 1px solid gray; */ display: block; } .ig-layout-float { /* width */ } .ig-layout-item-float { float: left; margin: 5px; /* width */ } .ig-layout-item-v { float: left; } /* flow layout */ .ig-layout-flow { /* D.A. October 7th, 2013 Bug #154162 Flow layout container dimensions are 0x0 */ overflow: auto; /* K.D. April 10th, 2013 Bug #139538 Under IE the UL has 40px default padding left and appears as a stand-alone inline element shifting the last item in the row */ padding: 0; } .ig-layout-flow-item { float: left; margin: 5px; width: 10%; list-style-type: none; border: 1px solid #D3D3D3; height: 100px; overflow: hidden; } /* vertical layout */ .ig-layout-vertical { overflow: auto; } .ig-layout-vertical-item { margin: 5px; width: 10%; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; -o-box-sizing: border-box; box-sizing: border-box; border: 1px solid #D3D3D3; height: 100px; overflow: hidden; } /* column layout */ /* border layout - holy grail */ .ig-layout-border { position: relative; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; -o-box-sizing: border-box; box-sizing: border-box; } .ig-layout-border-item { position: relative; } .ig-layout-border-container { height: 100%; width: 100%; } .ig-layout-border-wrapper1 { position: relative; float: left; width:100%; /* background-color: blue; */ } .ig-layout-border-wrapper2 { position: relative; float: left; width:100%; /* background-color: red; */ } /* <NAME>, 2013 Bug #139637 When applying CSS like paddings, borders, etc. the container grows outward and the layout breaks. Applying border-box box-sizing to grow the container inwards */ .ig-layout-border-header { position: absolute; top: 0; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; -o-box-sizing: border-box; box-sizing: border-box; width: 100%; text-align: center; font-size: large; padding: 0.3em 0; } /* K.D. May 23rd, 2013 Bug #139637 When applying CSS like paddings, borders, etc. the container grows outward and the layout breaks. Applying border-box box-sizing to grow the container inwards */ .ig-layout-border-footer { position: absolute; bottom: 0; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; -o-box-sizing: border-box; box-sizing: border-box; width: 100%; text-align: center; font-size: large; padding: 0.3em 0; } /* K.D. May 23rd, 2013 Bug #139637 When applying CSS like paddings, borders, etc. the container grows outward and the layout breaks. Applying border-box box-sizing to grow the container inwards */ .ig-layout-border-left { -webkit-box-sizing: border-box; -moz-box-sizing: border-box; -o-box-sizing: border-box; box-sizing: border-box; /* K.D. May 28th, 2013 Bug #140104 Horizontal scrollbar is always displayed in the browser when using border layout */ /*right: 200px;*/ /*margin-left: -100%;*/ height: 100%; overflow: hidden; float: left; } /* K.D. May 23rd, 2013 Bug #139637 When applying CSS like paddings, borders, etc. the container grows outward and the layout breaks. Applying border-box box-sizing to grow the container inwards */ .ig-layout-border-center { -webkit-box-sizing: border-box; -moz-box-sizing: border-box; -o-box-sizing: border-box; box-sizing: border-box; overflow: auto; height: 100%; } /* K.D. May 23rd, 2013 Bug #139637 When applying CSS like paddings, borders, etc. the container grows outward and the layout breaks. Applying border-box box-sizing to grow the container inwards */ .ig-layout-border-right { -webkit-box-sizing: border-box; -moz-box-sizing: border-box; -o-box-sizing: border-box; box-sizing: border-box; /* K.D. May 28th, 2013 Bug #140104 Horizontal scrollbar is always displayed in the browser when using border layout */ /*margin-right: -100%;*/ height: 100%; overflow: hidden; float: right; } /* three column layouts - variations */ /* 12-column fluid layout */ /* container */ .ig-layout-col { padding-left: 20px; padding-right: 20px; *zoom: 1; /* IE6 & 7 */ } .ig-layout-col:after { clear: both; } .ig-layout-col:before, .ig-layout-col:after { content: ""; display: table; line-height: 0; clear: both; } /* row */ .ig-layout-col .row { width: 100%; clear: both; *zoom: 1; /* IE 6 and 7 */ } /* col common */ .ig-layout-col .row [class*="col"] { float: left; width: 100%; min-height: 30px; margin-left: 2.127659574468085%; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; -o-box-sizing: border-box; box-sizing: border-box; display: block; } .ig-layout-col .row [class*="col"]:first-child { margin-left: 0; } /* Predefined 12 column layout */ .ig-layout-col .row .col1 { width: 6.382978723404255%; } .ig-layout-col .row .col2 { width: 14.893617021276595%; } .ig-layout-col .row .col3 { width: 23.404255319148934%; } .ig-layout-col .row .col4 { width: 31.914893617021278%; } .ig-layout-col .row .col5 { width: 40.42553191489362%; } .ig-layout-col .row .col6 { width: 48.93617021276595%; } .ig-layout-col .row .col7 { width: 57.44680851063829%; } .ig-layout-col .row .col8 { width: 65.95744680851064%; } .ig-layout-col .row .col9 { width: 74.46808510638297%; } .ig-layout-col .row .col10 { width: 82.97872340425532%; } .ig-layout-col .row .col11 { width: 91.48936170212765%; } .ig-layout-col .row .col12 { width: 100%; } @-ms-viewport { width: device-width; } @media (min-width: 768px) and (max-width: 979px) { .ig-layout-col .row { width: 100%; *zoom: 1; } .ig-layout-col .row [class*="col"] { float: left; width: 100%; min-height: 30px; margin-left: 2.7624309392265194%; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; -o-box-sizing: border-box; box-sizing: border-box; display: block; } .ig-layout-col .row [class*="col"]:first-child { margin-left: 0; } /* Predefined 12 column layout */ .ig-layout-col .row .col1 { width: 5.801104972375691%; } .ig-layout-col .row .col2 { width: 14.3646408839779%; } .ig-layout-col .row .col3 { width: 22.92817679558011%; } .ig-layout-col .row .col4 { width: 31.491712707182323%; } .ig-layout-col .row .col5 { width: 40.05524861878453%; } .ig-layout-col .row .col6 { width: 48.61878453038674%; } .ig-layout-col .row .col7 { width: 57.18232044198895%; } .ig-layout-col .row .col8 { width: 65.74585635359117%; } .ig-layout-col .row .col9 { width: 74.30939226519337%; } .ig-layout-col .row .col10 { width: 82.87292817679558%; } .ig-layout-col .row .col11 { width: 91.43646408839778%; } .ig-layout-col .row .col12 { width: 100%; } } @media handheld, only screen and (max-width: 767px) { .ig-layout-col .row { width: 100%; *zoom: 1; } .ig-layout-col .row [class*="col"] { width: 100%; min-height: 30px; margin-left: 0; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; -o-box-sizing: border-box; box-sizing: border-box; display: block; float: none; } .ig-layout-col .row .col12 { width: 100%; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; -o-box-sizing: border-box; box-sizing: border-box; } } @media (min-width: 1200px) { .ig-layout-col .row { width: 100%; *zoom: 1; } .ig-layout-col .row [class*="col"] { float: left; width: 100%; min-height: 30px; margin-left: 2.564102564102564%; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; -o-box-sizing: border-box; box-sizing: border-box; display: block; } .ig-layout-col .row [class*="col"]:first-child { margin-left: 0; } /* Predefined 12 column layout */ .ig-layout-col .row .col1 { width: 5.982905982905983%; } .ig-layout-col .row .col2 { width: 14.52991452991453%; } .ig-layout-col .row .col3 { width: 23.076923076923077%; } .ig-layout-col .row .col4 { width: 31.623931623931625%; } .ig-layout-col .row .col5 { width: 40.17094017094017%; } .ig-layout-col .row .col6 { width: 48.717948717948715%; } .ig-layout-col .row .col7 { width: 57.26495726495726%; } .ig-layout-col .row .col8 { width: 65.81196581196582%; } .ig-layout-col .row .col9 { width: 74.35897435897436%; } .ig-layout-col .row .col10 { width: 82.90598290598291%; } .ig-layout-col .row .col11 { width: 91.45299145299145%; } .ig-layout-col .row .col12 { width: 100%; } }
0.281801
0.05634