/
home
/
mantaraham
/
public_html
/
event
/
css
/
File Upload :
llllll
Current File: /home/mantaraham/public_html/event/css/style.css
/* Design & Develop by Spiral Design Center / www.spiraldesign.org *//*------------------------------------* Fonts*------------------------------------*/@font-face { font-family: iranyekan; font-style: normal; font-weight: bold; src: url('../fonts/iranyekanwebbold.eot'); src: url('../fonts/iranyekanwebbold.eot?#iefix') format('embedded-opentype'), /* IE6-8 */ url('../fonts/iranyekanwebbold.woff2') format('woff2'), /* FF39+,Chrome36+, Opera24+*/ url('../fonts/iranyekanwebbold.woff') format('wotodoff'), /* FF3.6+, IE9, Chrome6+, Saf5.1+*/ url('../fonts/iranyekanwebbold.ttf') format('truetype'); } @font-face { font-family: iranyekan; font-style: normal; font-weight: 300; src: url('../fonts/iranyekanweblight.eot'); src: url('../fonts/iranyekanweblight.eot?#iefix') format('embedded-opentype'), /* IE6-8 */ url('../fonts/iranyekanweblight.woff2') format('woff2'), /* FF39+,Chrome36+, Opera24+*/ url('../fonts/iranyekanweblight.woff') format('woff'), /* FF3.6+, IE9, Chrome6+, Saf5.1+*/ url('../fonts/iranyekanweblight.ttf') format('truetype'); } @font-face { font-family: iranyekan; font-style: normal; font-weight: normal; src: url('../fonts/iranyekanwebregular.eot'); src: url('../fonts/iranyekanwebregular.eot?#iefix') format('embedded-opentype'), /* IE6-8 */ url('../fonts/iranyekanwebregular.woff2') format('woff2'), /* FF39+,Chrome36+, Opera24+*/ url('../fonts/iranyekanwebregular.woff') format('woff'), /* FF3.6+, IE9, Chrome6+, Saf5.1+*/ url('../fonts/iranyekanwebregular.ttf') format('truetype'); } @font-face { font-family: 'mantaraham'; src: url('../fonts/mantaraham.eot?k2fnk4'); src: url('../fonts/mantaraham.eot?k2fnk4#iefix') format('embedded-opentype'), url('../fonts/mantaraham.ttf?k2fnk4') format('truetype'), url('../fonts/mantaraham.woff?k2fnk4') format('woff'), url('../fonts/mantaraham.svg?k2fnk4#mantaraham') 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: 'mantaraham' !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-add:before { content: "\e900"; } .icon-arrows:before { content: "\e901"; } .icon-arrows1:before { content: "\e902"; } .icon-arrows-down:before { content: "\e903"; } .icon-arrows-left:before { content: "\e904"; } .icon-arrows-right:before { content: "\e905"; } .icon-back:before { content: "\e906"; } .icon-cancel:before { content: "\e907"; } .icon-cancel1:before { content: "\e908"; } .icon-checked:before { content: "\e909"; } .icon-checked1:before { content: "\e90a"; } .icon-clip:before { content: "\e90b"; } .icon-clock:before { content: "\e90c"; } .icon-down-arrow:before { content: "\e90d"; } .icon-down-arrow1:before { content: "\e90e"; } .icon-draw:before { content: "\e90f"; } .icon-envelope:before { content: "\e910"; } .icon-link:before { content: "\e911"; } .icon-menu:before { content: "\e912"; } .icon-next:before { content: "\e913"; } .icon-paint:before { content: "\e914"; } .icon-marker:before { content: "\e915"; } .icon-ribbon:before { content: "\e916"; } .icon-linkdin:before { content: "\e917"; } .icon-facebook:before { content: "\e918"; } .icon-google-plus:before { content: "\e919"; } .icon-twitter:before { content: "\e91a"; } .icon-time:before { content: "\e91b"; } .icon-link2:before { content: "\e91c"; } .icon-up-arrow1:before { content: "\e91d"; } .icon-arrow-up:before { content: "\e91e"; } .icon-vector:before { content: "\e91f"; } .icon-facebook2:before { content: "\e803"; } .icon-twitter2:before { content: "\e804"; } .icon-telegram:before { content: "\e920"; } .icon-instagram:before { content: "\e921"; }/*------------------------------------* Common*------------------------------------*/ * { font-family: iranyekan, verdana, tahoma; } html { max-width: 100%; overflow-x: hidden; } body { color: #777; background: #fff; font-size: 14px; line-height: 24px; font-weight: 400; } body, html { min-width: 280px; } h1, h2, h3, h4, h5, h6 { font-weight: bold; }/*links*/ a { text-decoration: none; color: #222; -webkit-transition: 500ms all ease; -o-transition: 500ms all ease; transition: 500ms all ease; } a:hover { text-decoration: none; color: #ed1651; -webkit-transition: 200ms all ease; -o-transition: 200ms all ease; transition: 200ms all ease; } a:focus { text-decoration: none; outline: none; } a:active { outline: none; text-decoration: none; }/*images*/ img { max-width: 100%; }/*lists*/ ul { padding-right: 20px; }/*form elements*/ label { margin: 0; } input[type=checkbox], input[type=radio] { margin-top: 0px; margin-left: 2px; vertical-align: middle; height: 22px; line-height: unset; } input { border-radius: 3px; border: 1px solid #dddddd; padding: 0 12px; height: 40px; line-height: 40px; } button { outline: none; background-color: transparent; border: 1px solid #dddddd; height: 40px; line-height: 40px; -webkit-transition: all 200ms linear; -moz-transition: all 200ms linear; -ms-transition: all 200ms linear; -o-transition: all 200ms linear; transition: all 200ms linear; } button:focus { outline: none; } select { padding: 0 5px; -webkit-appearance: none; -moz-appearance: none; appearance: none; } @media screen and (min-width:0\0) { select { padding: 10px 20px 10px 10px !important; } } select option { height: 30px; } ::-webkit-input-placeholder { opacity:1; color:#817461; } :-moz-placeholder {/* Firefox 18- */ opacity:1; color:#817461; } ::-moz-placeholder {/* Firefox 19+ */ opacity:1; color:#817461; } :-ms-input-placeholder { opacity:1; color:#817461; }/*buttons*/ .btn.disabled, .btn[disabled], fieldset[disabled] .btn { opacity: .3 }/*tooltips*/ .tooltip { font-size: 11px; white-space: nowrap; } .tooltip-inner { padding-bottom: 7px; }/*others*/ .pos-static { position: static!important } .middle { display: table-cell; vertical-align: middle; } .ltr { direction: ltr; } .colors { background: url(../img/colors.png) no-repeat right center;}.header {margin:auto; text-align:center; position:relative;} .poster-header {width:560px; margin:auto; margin-top:-70px} .poster-header-mob {width:560px; margin:auto; display:none;} .w100 { width: 100%!important; } .animated { opacity: 0 } .visible { opacity: 1 }/*margins*/ .m0 { margin: 0!important } .mt0 { margin-top: 0px } .mt10 { margin-top: 10px!important } .mt20 { margin-top: 20px!important } .mt30 { margin-top: 30px!important } .mt50 { margin-top: 50px!important } .mt60 { margin-top: 60px!important } .mt70 { margin-top: 70px!important } .mr10 { margin-right: 10px } .mr30 { margin-right: 30px } .mb10 { margin-bottom: 10px!important } .mb20 { margin-bottom: 20px!important } .mb30 { margin-bottom: 30px!important } .mb40 { margin-bottom: 40px!important } .mb50 { margin-bottom: 50px!important } .mb60 { margin-bottom: 60px!important } .mb90 { margin-bottom: 90px!important } .mb100 { margin-bottom: 100px!important } .mb120 { margin-bottom: 120px!important } .ml10 { margin-left: 10px } .ml30 { margin-left: 30px }/*paddings*/ .padd0 { padding: 0!important } .pr30 { padding-right: 30px; } .pl0 { padding-left: 0px; } .pt10 { padding-top: 10px; } .pr0 { padding-right: 0px; } .pl20 { padding-left: 20px; } .pl30 { padding-left: 30px; } section { width: 100%; display: table; }/*------------------------------------* Header*------------------------------------*/ .intro { background: url(../img/1400/111-white.jpg) repeat-x; width: 100%; height: 515px; position: relative; overflow: hidden; } .top-curve { height: 170px; overflow: hidden; position: absolute; bottom: 0; left: 0; width: 100%; } .curve { position: absolute; left: -15%; right: -15%; border-radius: 100%; bottom: -80%; background-color: #fff; height: 300px; z-index: 0 } .main-title { float: right; text-align: center; width: 310px; height: 310px; color: #fff; margin-top: 48px; margin-bottom: 20px; margin-right: 65px; } .main-title .text-wrapper { margin-top: 100px; } .main-title .text-1 { font-size: 22px; font-weight: 700; margin-bottom: 9px; } .main-title img { margin-bottom: 6px } .main-title .text-2 { font-size: 16px; color: #fdbe15; } .second-title { position: relative; float: right; text-align: center; width: 230px; height: 230px; color: #fff; margin-top: 108px; margin-right: 30px; } .second-title .text-wrapper { position: relative; } .second-title .text-9-wrapper { position: absolute; top: 58px; left: 50px; font-weight: 700; } .second-title .text-9-wrapper .text-num { font-size: 84px; font-weight: 700; line-height: 70px; display: block; text-align: center; } .second-title .text-9-wrapper .text { font-size: 18px; display: block; } .second-title .position-wrapper { font-size: 18px; text-align: right; position: absolute; top: 9px; left: -98px; } .second-title .position-wrapper span { display: block; line-height: 21px; margin-bottom: 2px; font-weight: 700; } .second-title .position-wrapper .center { font-size: 28px; } .register-button { display: table; margin: auto; padding: 12px 24px; font-size: 16px; color: #fff; font-weight: bold; z-index: 10; position: absolute; right:44%; top:254px; text-align:center; background: #A3519F; border-radius: 50px; } .register-button i { margin-right: 15px; float: left; font-size: 22px; } .register-button:hover, .register-button:focus { color: #fdbe15; } .top-title { font-family: iranyekan; font-weight: 700; text-align: center; width: 400px; height: 400px; -webkit-border-radius: 200px; -moz-border-radius: 200px; border-radius: 200px; background-color: #fff; -webkit-box-shadow: -5px 5px #a3519f; -moz-box-shadow: -5px 5px #a3519f; box-shadow: -5px 5px #a3519f; border: solid 2px #a652a2; /*margin-top: -155px;*/ position: absolute; top: -155px; right: 0; } .top-title h1 { margin-top: 180px; font-size: 56px; color: rgb(0, 0, 0); line-height: 0.833; font-weight: normal; } .top-title span { font-family: iranyekan; font-weight: 700; margin-top: 180px; font-size: 28px; color: #a853a4; } .top-url { width: 164px; height: 164px; -webkit-border-radius: 82px; -moz-border-radius: 82px; border-radius: 82px; background-color: #fff; -webkit-box-shadow: -5px 5px #ffc325; -moz-box-shadow: -5px 5px #ffc325; box-shadow: -5px 5px #ffc325; border: solid 2px #ffc325; position: absolute; top: 190px; right: 240px; } .top-url:hover { background: #ffc325; color: #444; -webkit-box-shadow: -5px 5px #111; -moz-box-shadow: -5px 5px #111; box-shadow: -5px 5px #111; border: solid 2px #111; } .top-url:before { content: " "; display: inline-block; height: 100%; vertical-align: middle; /*max-width: 0.001%;*/ /* Just in case the text wrapps, you shouldn't notice it */ } .top-url div, .top-url i { display: inline-block; vertical-align: middle; /*max-width: 99.999%;*/ } .top-url i { color: #ffc325; display: block; font-size: 22px; margin-top: 10px; } .top-url:hover i { color: #111; } .top-signup { width: 106px; height: 106px; -webkit-border-radius: 53px; -moz-border-radius: 53px; border-radius: 53px; background-color: #a3519f; -webkit-box-shadow: -3px 3px #dfdfdf; -moz-box-shadow: -3px 3px #dfdfdf; box-shadow: -3px 3px #dfdfdf; border: solid 2px #d8dbdc; position: absolute; top: 190px; right: 40px; } .top-signup:hover { background: #ffc325; color: #444; -webkit-box-shadow: -3px 3px #111; -moz-box-shadow: -3px 3px #111; box-shadow: -3px 3px #111; border: solid 2px #111; } .top-signup:before { content: " "; display: inline-block; height: 100%; vertical-align: middle; /*max-width: 0.001%;*/ /* Just in case the text wrapps, you shouldn't notice it */ } .top-signup div { display: inline-block; vertical-align: middle; /*max-width: 99.999%;*/ color: #eee; font-size: 18px; } .top-signup:hover div { color: #111; } .top-signup div i { color: #eee; display: block; font-size: 22px; margin-top: 10px; } .top-signup:hover div i { color: #111; } .top-img { float: left; } .icons { position: absolute; top: 0; left: 0; width: 100%; z-index: 0; display: table; } .moveleft, .moveright { width: 100%; height: 52px; background-image: url(../img/icons.png); background-position: 0px 0px; opacity: 0.07; filter: alpha(opacity=7); margin: 10px auto; padding: 0; border: 0; z-index: 0; } .moveleft { animation: animatedBackgroundd 20s linear infinite; -moz-animation: animatedBackgroundd 20s linear infinite; -webkit-animation: animatedBackgroundd 20s linear infinite; -ms-animation: animatedBackgroundd 20s linear infinite; -o-animation: animatedBackgroundd 20s linear infinite; } @keyframes animatedBackgroundd { 0% { background-position: 0 0; } 100% { background-position: 300px 0; } } @-moz-keyframes animatedBackgroundd { 0% { background-position: 0 0; } 100% { background-position: 300px 0; } } @-webkit-keyframes animatedBackgroundd { 0% { background-position: 0 0; } 100% { background-position: 300px 0; } } @-ms-keyframes animatedBackgroundd { 0% { background-position: 0 0; } 100% { background-position: 300px 0; } } @-o-keyframes animatedBackgroundd { 0% { background-position: 0 0; } 100% { background-position: 300px 0; } } .moveright { animation: animatedBackground 20s linear infinite; -moz-animation: animatedBackground 20s linear infinite; -webkit-animation: animatedBackground 20s linear infinite; -ms-animation: animatedBackground 20s linear infinite; -o-animation: animatedBackground 20s linear infinite; } @keyframes animatedBackground { 0% { background-position: 0 0; } 100% { background-position: -1920px 0; } } @-moz-keyframes animatedBackground { 0% { background-position: 0 0; } 100% { background-position: -1920px 0; } } @-webkit-keyframes animatedBackground { 0% { background-position: 0 0; } 100% { background-position: -1920px 0; } } @-ms-keyframes animatedBackground { 0% { background-position: 0 0; } 100% { background-position: -1920px 0; } } @-o-keyframes animatedBackground { 0% { background-position: 0 0; } 100% { background-position: -1920px 0; } } @keyframes animatedBackground2 { 0% { background-position: 0 0; } 100% { background-position: -4756px 0; } } @-moz-keyframes animatedBackground2 { 0% { background-position: 0 0; } 100% { background-position: -4756px 0; } } @-webkit-keyframes animatedBackground2 { 0% { background-position: 0 0; } 100% { background-position: -4756px 0; } } @-ms-keyframes animatedBackground2 { 0% { background-position: 0 0; } 100% { background-position: -4756px 0; } } @-o-keyframes animatedBackground2 { 0% { background-position: 0 0; } 100% { background-position: -4756px 0; } } .new-titles.first-title { margin-top: -80px; } .new-titles { text-align: center; margin-top: 120px; margin-bottom: 40px; z-index: 1; position: relative; width: 100%; display: table; } .new-titles i { color: #ffc325; font-size: 30px; text-align: center; display: block; z-index: 2; position: relative; } .new-titles span { font-size: 48px; color: #eee; font-weight: normal; line-height: 0.333; text-transform: uppercase; } .new-titles h2 { font-size: 42px; color: #111; font-weight: normal; line-height: 1; margin-top: -20px; font-family: iranyekan; font-weight: 700; } .new-titles h2 mark { background: none; color: #A3519F; font-family: iranyekan; font-weight: 700; } .new-titles h2:after { content: ""; width: 120px; height: 2px; background: #c08abd; display: block; margin: 0 auto; margin-top: 12px; } .pcontent { font-size: 16px; color: #444444; line-height: 2; } .box { -webkit-border-radius: 15px; -moz-border-radius: 15px; border-radius: 15px; background-color: #fff; -webkit-box-shadow: -3px 3px rgba(49,49,47,.05); -moz-box-shadow: -3px 3px rgba(49,49,47,.05); box-shadow: -3px 3px rgba(49,49,47,.05); border: solid 1px #ddd; padding: 20px 15px; text-align: center; margin-bottom: 30px; /* min-height: 437px; */ } .box-avatar { width: 140px; height: 140px; -webkit-border-radius: 50%; -moz-border-radius: 50%; border-radius: 50%; background-color: #fff; border: solid 1px #ddd; display: block; margin: 0 auto; } .box .icon-arrows1 { color: #ffc325; font-size: 22px; display: block; margin: 10px 0; } .box h3 { margin: 0 0 15px 0; font-size: 18px; color: #444; } .box p { color: #848f9e; font-size: 14px; } .box .socials { margin-top: 15px; display: block; } .box .socials a i { font-size: 24px; color: #b2b2b2; } .box .socials a i:hover { color: #a3519f; } .contract { margin: 100px 0 0 0; background: #F0F3F5; text-align: right; display: table; width: 100%; padding-bottom: 40px; } .contract .new-titles { margin-top: 40px; /*text-align: right;*/ } .contract .new-titles span { color: #E0E3E5; } .contract .new-titles i { /*text-align: right;*/ }/*.contract .new-titles h2:after { content: ""; width: 120px; height: 2px; background: #c08abd; display: block; margin: 0; margin-top: 12px; text-align: right; float: none;}*/ .icon-time.big { font-size: 280px; color: #e5e5e5; } .row-time { color: #333; font-size: 16px; padding-bottom: 14px; border-bottom: 1px solid #ffc325; padding-top: 15px; } .clocks { display: inline-block; line-height: 24px; width: 80%; font-weight: bold; vertical-align: top; border-bottom:2px solid #CCC; padding:15px 0; margin-bottom:10px; } .clocks:hover {border-bottom:2px solid #F47A20;} .clocks i { float: right; margin-left: 7px; color: #ffc325; font-size: 18px; line-height: 24px; } .todo { display: inline-block; width: 65%; } ul.todo { margin: 0; padding: 0 15px 0 0; } .todo li.subtodo { color: #777; list-style: circle; margin:0 10px 10px 0; } .todo li.subtodo:last-child {margin-bottom: 0;} .cta { width: 100%; display: table; background: #F0F3F5; margin-top: 100px; padding: 10px 20px; text-align: center; } .cta .new-titles{ margin-top: 40px; } .cta p { font-size: 16px; color: rgb(68, 68, 68); line-height: 2.5; } .cta a { display: inline-block; margin: 0 auto; padding: 12px 34px; font-size: 18px; color: #fff; font-weight: bold; z-index: 1; position: relative; background: url(../img/img_button_wid.png) } .cta a:hover { color: #fdbe15; } .cta a i { margin-right: 15px; float: left; font-size: 22px; } .cta .icons { position: relative; margin-bottom: -63px; } .register-form{ width: 100%; display: table; background: #F0F3F5; /*margin-top: 100px;*/ padding: 40px 20px; text-align: center; } .box2 { border-radius: 0; background-color: #fff; -webkit-box-shadow: none; -moz-box-shadow: none; box-shadow: none; border: none; padding: 20px 15px; text-align: center; } .box2-avatar { width: 120px; height: 120px; -webkit-border-radius: 50%; -moz-border-radius: 50%; border-radius: 50%; background-color: #fff; border: solid 1px #ddd; display: block; margin: 0 auto; } .box2 .icon-arrows1 { color: #ffc325; font-size: 22px; display: block; margin: 10px 0; } .box2 h3 { margin: 0 0 15px 0; font-size: 16px; color: #444; } .footer { background: #F0F3F5; padding-right: 0; } .bottom-curve { height: 170px; overflow: hidden; position: relative; margin-bottom: 20px; } .curve2 { position: absolute; left: -15%; right: -15%; border-radius: 100%; top: -80%; background-color: #fff; height: 300px; z-index: 0 } .footer h4 { color: #444; } .copyright { margin: 30px 0 10px; text-align: center; } .copyright a i { font-size: 32px; } .copyright a .icon-facebook { color: #547ce0; } .copyright a .icon-twitter { color: #2bc5ec; } .copyright a .icon-google-plus { color: #cb4646; } .copyright p { margin: 10; } #navigation-menu { position: fixed; top: 50%; right: 20px; margin-top: -130px; z-index: 2; } #navigation-menu ul { padding: 0px; margin: 0px; list-style: none; } #navigation-menu li { height: 27px; width: 27px; text-align: center; margin: 5px 0; display: block; } #navigation-menu a { display: inline-block; vertical-align: middle; width: 15px; height: 15px; border-radius: 50%; background-color: #bdbdbd; margin: 0 auto; } #navigation-menu a span { opacity: 0; } #navigation-menu a:hover span, #navigation-menu a.mPS2id-highlight span { opacity: 1; } #navigation-menu a:hover, #navigation-menu a.mPS2id-highlight { background-color: #f0c3e2; border: 3px solid #fff; box-shadow: 0 0 0 1px #ba33c9; } .mantaraham-logo { float: right; width: 200px; } .brief { list-style: none; margin: 0; padding: 0; text-align: right; } .brief li::before { content: ""; display: inline-block; vertical-align: -1px; width: 8px; height: 8px; background-color: #A3519F; border-radius: 100%; } .live-play { display: block; background-color: #e63651; color: #fff; position: absolute; right: 360px; top: 90px; width: 100px; height: 100px; border-radius: 50%; padding: 23px 0; text-align: center; font-size: 17px; -webkit-box-shadow: -3px 3px #ab1f35; -moz-box-shadow: -3px 3px #ab1f35; box-shadow: -3px 3px #ab1f35; border: solid 2px #ab1f35; } .live-play:hover { color: #e63651; background: #fff; } .partners a { display: block; margin: 0 0 40px; padding: 20px; } .partners.media a{ display: block; padding: 20px; margin-bottom: 20px; } .partners img { margin: 0 auto; display: block; } .move-to-right { animation: animatedBackground 40s linear infinite; -moz-animation: animatedBackground 40s linear infinite; -webkit-animation: animatedBackground 40s linear infinite; -ms-animation: animatedBackground 40s linear infinite; -o-animation: animatedBackground 40s linear infinite; } .move-to-right-2 { animation: animatedBackground2 40s linear infinite; -moz-animation: animatedBackground2 40s linear infinite; -webkit-animation: animatedBackground2 40s linear infinite; -ms-animation: animatedBackground2 40s linear infinite; -o-animation: animatedBackground2 40s linear infinite; } .main-menu { list-style: none; float: right; width: 100%; margin: 0; padding: 0; } .main-menu li { float: right; } .main-menu a { display: block; line-height: 24px; padding: 8px 10px; color: #484848; margin: 0 17px; border-bottom: 3px solid transparent; } .main-menu a:hover { color: #609ec5; border-bottom: 3px solid #609ec5; } .main-menu a.button { height: 32px; padding: 3px 15px; margin: 12px 27px; color: #fff; background: #63b15e; border-radius: 3px; border: 0; text-align: center; } .main-menu a.button:hover { box-shadow: 0 0 0 1px rgba(0,0,0,.15) inset, 0 0 6px rgba(0,0,0,.2) inset; border-color: #000\9; } .topbar { position: relative; width: 100%; background-color: #fff; z-index: 9; } .topbar nav { float: right; } .topbar .social-wrapper { float: left; margin: 6px 0 6px 15px; } .topbar .social-wrapper a { color: #666; font-size: 18px; display: block; width: 30px; height: 30px; line-height: 30px; text-align: center; float: left; margin: 0 5px; border-radius: 50%; } .topbar .social-wrapper a:hover { color: #609ec5; } .menu-toggle { position: relative; display: none; float: right; margin: 11px 30px 0 0; cursor: pointer; } .menu-toggle span { display: block; width: 34px; height: 2px; background-color: #666666; margin-bottom: 7px; -webkit-transition: all .3s; transition: all .3s; transform-origin: bottom left; } .menu-toggle span:last-child { transform-origin: top left; } .menu-toggle:hover span { } .menu-toggle.open span:nth-child(1) { transform: rotate(40deg); width: 27px; } .menu-toggle.open span:nth-child(2) { opacity: 0; } .menu-toggle.open span:nth-child(3) { transform: rotate(-40deg); width: 27px; } .main-menu { list-style: none; padding: 0; } .menu-wrapper { z-index: 2; } .copyright .icon { font-size: 24px; color: #444; } .copyright .icon:hover { color: #a3519f } b { color: #000; } a { text-decoration: none; color: rgb(212, 151, 19); -webkit-transition: 500ms all ease; -o-transition: 500ms all ease; transition: 500ms all ease; } .line { position: absolute; width: 150px; height: 3px; background-color: #fff; transform: rotate(90deg); top: 28px; right: -10px; } .line:before { content: ''; position: absolute; width: 15px; height: 3px; background-color: #fff; top: 7px; right: 104px; } .line-left { top: 194px; right: 29px; } .line-left:before { top: -6px; right: 26px; } .gallery { height: 350px; background: url(../img/campaign.jpg) repeat-x; width: 100%; } .gallery3 { height: 350px; background: url(../img/campaign3.jpg) repeat-x; width: 100%; }.gallery4 { height: 350px; background: url(../img/campaign4.jpg) repeat-x; width: 100%;} .gallery5 { height: 350px; background: url(../img/99/98web.jpg) repeat-x; width: 100%; }
Copyright ©2k19 -
Hexid
|
Tex7ure