123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751752753754755756757758759760761762763764765766767768769770771772773774775776777778779780781782783784785786787788789790791792793794795796797798799800801802803804805806807808809810811812813814815816817818819820821822823824825826827828829830831832833834835836837838839840841842843844845846847848849850851852853854855856857858859860861862863864865866867868869870871872873874875876877878879880881882883884885886887888889890891892893894895896897898899900901902903904905906907908909910911912913914915916917918919920921922923924925926927928929930931932933934935936937938939940941942943944945946947948949950951 |
- /* ================================= CSS Structure =================================
- 1. GLOBAL STYLES
- - Fonts
- - Main Styles
- - Extra Classes
- - Z Indexes
- - Social Icon Hover Styles
- - Title and Desc Styles
- - Pointer Arrow Common Styles
- - Button Styles
- 2. HEADER SECTION
- - Triangle Background
- - Logo & Menu
- - Navigation
- - Top Social Icon Styles
-
- 3. BANNER SECTION
- - Left Banner Styles
- - Right Banner Styles
- 4. FEATURES SECTION
- 5. REVIEWS SECTION
- 6. SERVICES SECTION
- 7. SCREENSHOT SECTION
- 8. PRICING SECTION
- 9. DEMO SECTION
- 10. DOWNLOAD SECTION
- 11. CONTACT US SECTION
- 12. FOOTER SECTION
- =========================================================================== */
- /* =========================== GLOBAL STYLES ============================== */
- /* ------------- Fonts ------------- */
- @font-face {
- font-family: "Flaticon";
- src: url("../fonts/flaticon.eot");
- src: url("../fonts/flaticon.eot#iefix") format("embedded-opentype"),
- url("../fonts/flaticon.woff") format("woff"),
- url("../fonts/flaticon.ttf") format("truetype"),
- url("../fonts/flaticon.svg") format("svg");
- font-weight: normal;
- font-style: normal;
- }
- @font-face {
- font-family: 'latohairline';
- src: url('../fonts/lato-hai-webfont.eot');
- src: url('../fonts/lato-hai-webfont.eot?#iefix') format('embedded-opentype'),
- url('../fonts/lato-hai-webfont.woff') format('woff'),
- url('../fonts/lato-hai-webfont.ttf') format('truetype'),
- url('../fonts/lato-hai-webfont.svg#latohairline') format('svg');
- font-weight: normal;
- font-style: normal;
- }
- [class^="flaticon-"]:before, [class*=" flaticon-"]:before,
- [class^="flaticon-"]:after, [class*=" flaticon-"]:after {
- font-family: Flaticon;
- font-size: 20px;
- font-style: normal;
- }
- .flaticon-arrow351:before {
- content: "\e000";
- }
- .flaticon-big44:before {
- content: "\e001";
- }
- .flaticon-check13:before {
- content: "\e002";
- }
- .flaticon-checkmark17:before {
- content: "\e003";
- }
- .flaticon-open7:before {
- content: "\e004";
- }
- .flaticon-phone71:before {
- content: "\e005";
- }
- .flaticon-yield:before {
- content: "\e006";
- }
- .glyph-item {
- line-height: 1;
- display: inline-block;
- }
- /* ------------- Main Styles ------------- */
- body {
- color: #bdc3c7;
- font-size: 12px;
- padding: 0;
- font-family: 'Open Sans', sans-serif;
- -webkit-font-smoothing: antialiased !important;
- background: url(../images/bg.png) top left repeat #fff;
- overflow-x: hidden;
- margin: 0 auto;
- }
- a, a:hover, a:focus, .btn:focus{
- text-decoration: none;
- outline: none;
- }
- img, img.responsive {
- max-width:100%;
- width: auto \9 !important;
- }
- .relative {
- position: relative;
- }
- .absolute {
- position: absolute;
- }
- .static {
- position: static;
- }
- .container {
- max-width: 1200px;
- width: 100%;
- }
- .no-padding {
- padding: 0;
- }
- .uppercase {
- text-transform: uppercase;
- }
- .capitalize {
- text-transform: capitalize;
- }
- .animated {
- visibility:hidden;
- animation-fill-mode: none;
- -webkit-animation-fill-mode: none;
- -moz-animation-fill-mode: none;
- -o-animation-fill-mode: none;
- -ms-animation-fill-mode: none;
- }
- .visible {
- visibility:visible;
- }
- .btn:hover, .btn:focus {
- background: #333;
- color: #fff;
- }
- .btn {
- display: inline-block;
- -webkit-transition: all 500ms linear;
- -moz-transition: all 500ms linear;
- -o-transition: all 500ms linear;
- -ms-transition: all 500ms linear;
- transition: all 500ms linear;
- }
- /* ------------- Extra Classes ------------- */
- .text-extrabold {
- font-weight: 800;
- }
- .text-bold {
- font-weight: 700;
- }
- .light-italic {
- font-family: 'Open Sans', sans-serif;
- font-weight: 300;
- font-style: italic;
- }
- .extrabold-italic {
- font-family: 'Open Sans', sans-serif;
- font-weight: 800;
- font-style: italic;
- }
- .bold-italic {
- font-family: 'Open Sans', sans-serif;
- font-weight: 700;
- font-style: italic;
- }
- .color-greenalt {
- color: #edba93;
- }
- .color-grey {
- color: #7f8c8d;
- }
- .color-magneta {
- color: #a2799b;
- }
- .color-purp {
- color: #a27993;
- }
- .color-white {
- color: #FFFFFF;
- }
- .color-blue {
- color: #18549C;
- }
- .pageloader {
- background: url(../images/loader.gif) center center no-repeat #fff;
- height: 100%;
- position: fixed;
- top: 0;
- width: 100%;
- z-index: 99999;
- }
- /* ------------- Section Background ------------- */
- .header-section { background-color:#e66a17; }
- .features-section { background-color:#1e3a55; }
- .reviews-section { background-color:#ffffff; }
- .app-services-section { background-color:#0ea7a7; }
- .pricing-section { background-color:#ffffff; }
- .contact-section { background-color:#18879b; }
- .section-padding {
- padding: 100px 0;
- }
- /* ------- Social Icon Hover Styles ------- */
- .gk-facebook:hover, .gk-facebook:focus, .gk-facebook:active {
- background: #3B5999;
- color: #fff;
- }
- .gk-twitter:hover, .gk-twitter:focus, .gk-twitter:active {
- background: #00ACEE;
- color: #fff;
- }
- /* ------- Title and Desc Styles ------- */
- .section-title {
- font-family: 'Open Sans', sans-serif;
- font-size: 61px;
- text-align: center;
- text-transform: uppercase;
- margin-bottom: 20px;
- font-weight: 300;
- }
- .after-2000 .section-title, .after-2600 .section-title, .after-3000 .section-title {
- font-size: 60px;
- }
- .section-msg {
- font-family: 'Open Sans', sans-serif;
- font-weight: 300;
- font-size: 32px;
- line-height: 1.4;
- margin-top: 15px;
- }
- .section-msg1 {
- font-family: 'Open Sans', sans-serif;
- font-weight: 300;
- font-size: 42px;
- }
- .gk-triangle-medium:before, .gk-triangle-medium:after {
- font-size: 30px;
- }
- /* ------- Pointer Arrow Common Styles ------- */
- .gk-pointer-features {
- position: absolute;
- }
- .gk-pointer-features.animated {
- visibility: hidden;
- }
- .gk-pointer-features.visible {
- visibility: visible;
- }
- /* ------------- Button Styles ------------- */
- .gk-btn {
- font-family: 'Open Sans', sans-serif;
- font-weight: 700;
- font-size: 13px;
- text-transform: uppercase;
- padding: 13px 12px;
- width: 159px;
- }
- .gk-btn .fa {
- padding-right: 8px;
- }
- .gk-btn-margin {
- margin-right: 30px;
- }
- .greenalt-btn {
- border-color: #CCC81E;
- color: #CCC81E;
- }
- .greenalt-btn:hover, .greenalt-btn:active, .greenalt-btn:focus {
- background: #CCC81E;
- color: #FFFFFF;
- }
- .red-btn {
- border-color: #edba93;
- color: #edba93;
- }
- .red-btn:hover, .red-btn:active, .red-btn:focus {
- background: #edba93;
- color: #FFFFFF;
- }
- .white-btn {
- border-color: #FFFFFF;
- color: #FFFFFF;
- }
- .white-btn:hover, .white-btn:active, .white-btn:focus {
- background: #FFFFFF;
- color: #CCC81E;
- }
- /* =========================== HEADER SECTION ============================== */
- /* ------------- Triangle Background ------------- */
- .banner-bg {
- min-height: 480px;
- position: relative;
- top: -70px;
- margin: 0 auto;
- }
- .banner-bg .section-padding {
- margin-left: auto;
- padding-left: 15px;
- padding-right: 15px;
- }
- /* ------------- Logo & Menu ------------- */
- .logo-container {
- background: rgba(31, 31, 31, 0.9);
- color: #fff;
- padding: 16px 0 13px;
- }
- .sticky-navigation {
- width: 100%;
- z-index: 9999;
- position: relative;
- }
- /* -------- Navigation --------- */
- .top-navbar {
- margin: 0;
- min-height: inherit;
- }
- .top-navbar ul.nav a {
- font-size: 13px;
- font-weight: 800;
- color: #ffffff;
- }
- .top-navbar ul.nav a:hover, .top-navbar ul.nav a:focus, .top-navbar ul.nav a:active, .top-navbar ul.nav li.active a {
- background:none !important;
- color: #edba93;
- }
- .navbar-toggle {
- background-color: #edba93;
- margin-top:-40px;
- margin-right:0px;
- }
- .navbar-toggle .icon-bar {
- background-color:#FFFFFF;
- }
- .navbar-nav {
- margin: 0;
- }
- .navbar-nav li {
- margin-right: 20px;
- }
- .after-2000 .navbar-nav li, .after-2600 .navbar-nav li {
- margin-right: 12px;
- }
- .navbar-nav li a{
- padding-bottom:7px;
- padding-top:7px;
- }
- .top-navbar .dropdown a{
- background:none !important;
- }
- /* ------------- Top Social Icon Styles ------------- */
- .top-social-icon {
- margin: 0;
- padding: 0;
- list-style: none;
- float: right;
- }
- .top-social-icon li {
- float: left;
- }
- .top-social-icon li a {
- background: #fff;
- border-radius: 100%;
- font-size: 12px;
- display: block;
- width: 18px;
- height: 18px;
- color: #1F5BA4;
- margin: 7px 26px 0 0;
- }
- .top-social-icon li .fa {
- width: 18px;
- height: 18px;
- display: block;
- line-height: 18px;
- text-align: center;
- }
- .top-social-icon li:last-child a {
- margin-right: 0;
- }
- /* =========================== BANNER SECTION ============================== */
- /* ------------- Left Banner Styles ------------- */
- .left-banner-text {
- margin-top: 60px;
- padding-top: 50px;
- color: #FFFFFF;
- }
- .after-1500 .left-banner-text {
- margin-top: 30px;
- }
- .after-1500 .right-banner-image {
- margin-top: 20px;
- }
- .left-banner-text h1 {
- font-size: 53px;
- margin-bottom: 30px;
- font-weight: 300;
- font-family: 'Open Sans', sans-serif;
- }
- .banner-text {
- font-family: 'Open Sans', sans-serif;
- font-weight: 300;
- font-size: 17px;
- padding: 0 30px 0 0;
- color: #FFFFFF;
- }
- .banner-button {
- padding: 32px 45px 0 0;
- }
- .triangle-shape {
- padding: 45px 0 0;
- }
- .flaticon.gk-triangle-bigsharp:before, .flaticon.gk-triangle-bigsharp:after {
- font-size: 36px;
- font-weight: bold;
- }
- .banner-section {
- padding-top: 70px;
- position: relative;
- z-index: 10;
- }
- .banner-triangle:hover, .banner-triangle:active, .banner-triangle:focus {
- color: #FFFFFF;
- }
- .banner-triangle:hover {
- opacity: 0.6;
- transition: all 0.4s ease-in 0s;
- -moz-transition: all 0.4s ease-in 0s;
- -webkit-transition: all 0.4s ease-in 0s;
- -o-transition: all 0.4s ease-in 0s;
- -ms-transition: all 0.4s ease-in 0s;
- }
- .banner-left-margin {
- margin-left: 45px;
- margin-bottom: 12px;
- }
- /* ------------- Right Banner Styles ------------- */
- .right-banner-image {
- padding-top: 10px;
- margin-top: 50px;
- }
- .banner-image-info {
- margin-top: 410px;
- }
- .banner-info {
- font-family: 'Open Sans', sans-serif;
- font-weight: 300;
- font-size: 12px;
- color: #FFF;
- padding-right: 5px;
- }
- .banner-info .text-bold {
- font-size: 32px;
- display: block;
- color: #FFF;
- }
- .close-brackets {
- font-family: 'latohairline';
- color: #FFF;
- font-size: 86px;
- }
- .banner-image-info .fa {
- font-size: 32px;
- vertical-align: top;
- line-height: 80px;
- margin-top: 20px;
- padding-left: 15px;
- width: 40px;
- }
- .banner-info-right {
- margin-top: -30px;
- }
- /* =========================== FEATURES SECTION ============================== */
- .features-left-info {
- padding: 120px 0 0 15px;
- }
- .gk-list {
- display: inline-block;
- width: 100%;
- padding-top: 5px;
- }
- .gk-list li {
- font-size: 17px;
- clear: both;
- float: left;
- display: inline-block;
- border-bottom: 1px solid #a2799bcc;
- padding: 5px 12px 5px 0;
- }
- .gk-list li .fa {
- display: inline;
- font-size: 15px;
- }
- .gk-list li .simple-icon {
- font-size: 14px;
- padding-right: 4px;
- text-shadow: 0 0 0;
- }
- .gk-list li.no-border {
- border: none;
- }
- .features-right-grid {
- padding-top: 30px;
- padding-left: 40px;
- }
- .text-right .features-grid {
- padding: 0 30px 10px 30px;
- }
- .features-grid {
- padding: 0 40px 10px 0;
- }
- .features-grid .fa, .features-grid .simple-icon {
- font-size: 26px;
- padding-bottom: 10px;
- }
- .grid-title {
- font-size: 21px;
- }
- .features-line {
- border-color: #a2799bcc;
- width: 78%;
- }
- .features-right-grid .text-right .features-line {
- margin-left: 20px;
- margin-right: 20px;
- float: right;
- }
- .features-right-grid .features-line {
- margin-right: 20px;
- margin-left: -10px;
- float: left;
- }
- .gk-divider {
- border-right: 1px solid #a2799bcc;
- }
- .ipad-shot-wrapper {
- margin-top: -130px;
- margin-left: -25px;
- }
- .features-right-info {
- position: static;
- padding-left: 120px;
- }
- .gk-pointer-features.gk-right-arrow {
- left: 15%;
- top: 6%;
- }
- /* =========================== REVIEWS SECTION ============================== */
- .gk-pointer-features.gk-left-arrow {
- right: 25%;
- top: 10%;
- }
- .reviews-slider-section {
- padding: 90px 0 0;
- }
- .reviews-info {
- text-align: center;
- padding: 0 70px 0 30px;
- }
- .reviews-msg {
- font-size: 17px;
- margin-bottom: 40px;
- line-height: 1.6;
- }
- .reviews-msg:before {
- content: "\e004";
- font-family: Flaticon;
- color: #CCC81E;
- font-size: 26px;
- }
- .reviews-image img {
- float: right;
- max-width: 310px;
- margin: 30px 30px 0 0;
- }
- .reviews-author:before {
- content: "";
- width: 100%;
- height: 100%;
- border: 1px solid #7f8c8d;
- border-radius: 50%;
- padding: 0 7px;
- font-size: 10px;
- }
- .reviews-author {
- font-size: 21px;
- }
- .reviews-author .author-sub {
- font-size: 17px;
- }
- .author-margin {
- margin: 45px 0 0;
- }
- .info-margin {
- margin: 35px 0 0;
- }
- .reviews-indicators {
- position: absolute;
- bottom: 0;
- right: 14%;
- }
- .reviews-indicators .fa {
- font-size: 26px;
- }
- .reviews-indicators .fa:hover {
- opacity: 0.7;
- }
- .main-reviews-image {
- padding-bottom: 90px;
- }
- .gk-slide-left, .gk-slide-right {
- padding: 0 10px;
- }
- /* =========================== SERVICES SECTION ============================== */
- .awesome-container {
- padding-top: 100px;
- max-width: 1320px;
- }
- .awesome-services {
- background: none repeat scroll 0 0 #fff;
- border: 1px solid #397ed1;
- border-radius: 12px;
- max-width: 312px;
- margin: 0 auto;
- padding: 40px 35px;
- }
- .awesome-services .simple-icon {
- font-size: 32px;
- padding-bottom: 30px;
- display: block;
- }
- .awesome-services h3 {
- font-size: 21px;
- margin-top: 0;
- margin-bottom: 25px;
- }
- .awesome-services .big-text {
- font-size: 17px;
- line-height: 27px;
- margin-bottom: 18px;
- }
- .gk-app-left-down-arrow {
- left: 31%;
- top: 84%;
- }
- /* =========================== PRICING SECTION =========================== */
- .pricing-container {
- max-width: 1320px;
- padding-top: 90px;
- }
- .pricing-box {
- max-width: 315px;
- margin: 0 auto;
- }
- .pricing-title {
- background: none repeat scroll 0 0 #1a2836;
- border-radius: 10px 10px 0 0;
- padding: 20px 0;
- }
- .pricing-title h3 {
- font-size: 21px;
- }
- .pricing-box .symbol {
- font-size: 21px;
- vertical-align: top;
- line-height: 50px;
- padding-right: 8px;
- }
- .pricing-box .price h6 {
- font-size: 90px;
- line-height: 90px;
- padding-left: 20px;
- margin-top: 15px;
- margin-bottom: 20px;
- }
- .price .per-month {
- font-size: 17px;
- line-height: 20px;
- }
- .pricing-box ul {
- background: none repeat scroll 0 0 #fff;
- border: 1px solid #8ea8c1;
- border-radius: 0 0 10px 10px;
- padding: 40px;
- width: 100%;
- }
- .pricing-box ul li {
- line-height: 24px;
- }
- /* =========================== DEMO SECTION ============================== */
- .video-bg{
- background:url(../images/video-bg.png) center center no-repeat;
- background-size: cover;
- padding-top:60px;
- padding-bottom: 60px;
- position: relative;
- height: 510px;
- margin-top: 70px;
- border: 2px solid rgba(0,0,0,0.5);
- border-radius: 6px;
- -moz-border-radius: 6px;
- -webkit-border-radius: 6px;
- -o-border-radius: 6px;
- -ms-border-radius: 6px;
- }
- #video_container {
- height: 510px;
- }
- .mb_YTVPBar .ytpicon {
- border-width: 12px;
- border-radius: 50%;
- -moz-border-radius: 50%;
- -webkit-border-radius: 50%;
- -o-border-radius: 50%;
- -ms-border-radius: 50%;
- font-size: 90px;
- line-height: 105px;
- }
- .mb_YTVPBar span{
- height: 128px;
- width: 128px;
- }
- .gk-pointer-features.gk-down-arrow {
- top: 64%;
- right: 20%;
- }
- /* =========================== DOWNLOAD SECTION ============================== */
- .download-right-info {
- padding: 0 0 30px;
- }
- .download-button {
- margin: 25% 0 15%;
- padding-top: 30px;
- text-align: center;
- }
- .gk-download-btn {
- font-family: 'Open Sans',sans-serif;
- font-size: 13px;
- font-weight: 700;
- padding: 12px 16px;
- text-transform: uppercase;
- width: auto;
- }
- .gk-download-btn .fa {
- padding-right: 10px;
- font-size: 17px;
- }
- .gk-download-pointer.gk-up-right-arrow {
- top: 100%;
- left: 50%;
- }
- .download-section .gk-input-submit.submit {
- padding-top: 20px;
- }
- .subscribe-form {
- padding-top: 20px;
- }
- .subscribe-form .form-group.gk-email {
- max-width: 415px;
- margin: 0 auto;
- }
- .has-error .help-block {
- margin: 0;
- }
- .download-section .gk-contact-form .form-control {
- border-bottom: 1px solid #7f8c8d;
- color: #7f8c8d;
- }
- .download-section .gk-contact-form .form-control::-moz-placeholder {
- color:#7f8c8d;
- }
- .download-section .gk-contact-form .form-control:-ms-input-placeholder {
- color:#7f8c8d;
- }
- .download-section .gk-contact-form .form-control::-webkit-input-placeholder {
- color:#7f8c8d;
- }
- .download-section .gk-submit {
- border: 1px solid #7f8c8d;
- color: #7f8c8d;
- }
- .download-section .gk-submit:hover {
- color:#fff;
- background:#7f8c8d;
- }
- /* =========================== CONTACT US SECTION ============================== */
- .gk-contact-form {
- padding-top: 40px;
- }
- .gk-contact-form .form-control {
- background: none;
- box-shadow: none;
- -moz-box-shadow: none;
- -webkit-box-shadow: none;
- -o-box-shadow: none;
- -ms-box-shadow: none;
- resize: none;
- border: none;
- border-bottom: 1px solid #fff;
- border-radius: 0px;
- -moz-border-radius: 0px;
- -webkit-border-radius: 0px;
- -o-border-radius: 0px;
- -ms-border-radius: 0px;
- color: #fff;
- text-transform: uppercase;
- font-family: 'Open Sans', sans-serif;
- font-weight: 700;
- font-size: 17px;
- padding-left: 0;
- }
- .gk-contact-form .form-control::-moz-placeholder {
- color:#fff;
- text-transform: uppercase;
- }
- .gk-contact-form .form-control:-ms-input-placeholder {
- color:#fff;
- text-transform: uppercase;
- }
- .gk-contact-form .form-control::-webkit-input-placeholder {
- color:#fff;
- text-transform: uppercase;
- }
- .gk-contact-form .form-group {
- margin-bottom: 30px;
- }
- .gk-textarea-message .form-control {
- background-image: -webkit-linear-gradient(left, transparent 10px, transparent 10px), -webkit-linear-gradient(right, transparent 10px, transparent 10px), -webkit-linear-gradient(transparent 60px, #fff 60px, #fff 61px, transparent 61px);
- background-image: -moz-linear-gradient(left, transparent 10px, transparent 10px), -moz-linear-gradient(right, transparent 10px, transparent 10px), -moz-linear-gradient(transparent 60px, #fff 60px, #fff 61px, transparent 61px);
- background-image: -ms-linear-gradient(left, transparent 10px, transparent 10px), -ms-linear-gradient(right, transparent 10px, transparent 10px), -ms-linear-gradient(transparent 60px, #fff 60px, #fff 61px, transparent 61px);
- background-image: -o-linear-gradient(left, transparent 10px, transparent 10px), -o-linear-gradient(right, transparent 10px, transparent 10px), -o-linear-gradient(transparent 60px, #fff 60px, #fff 61px, transparent 61px);
- background-image: linear-gradient(left, transparent 10px, transparent 10px), linear-gradient(right, transparent 10px, transparent 10px), linear-gradient(transparent 60px, #fff 60px, #fff 61px, transparent 61px);
- background-size: 100% 100%, 100% 100%, 100% 61px;
- line-height: 61px;
- border: none;
- }
- .gk-submit {
- background: none;
- border: 1px solid #fff;
- font-family: 'Open Sans', sans-serif;
- font-weight: 700;
- font-size: 13px;
- text-transform: uppercase;
- color: #fff;
- padding: 12px 40px;
- }
- .contact-section .gk-submit:hover {
- background-color : #fff;
- color:#CDC81E;
- }
- .gk-contact-form .has-error .form-control {
- border-color: #a94442;
- }
- .gk-contact-form .has-error .form-control:focus, .gk-contact-form .has-success .form-control:focus {
- box-shadow: none;
- -moz-box-shadow: none;
- -webkit-box-shadow: none;
- -o-box-shadow: none;
- -ms-box-shadow: none;
- }
- .gk-contact-form .has-success .form-control:focus {
- border-color: #fff;
- }
- .gk-textarea-message .form-control-feedback {
- line-height: 61px;
- height: 61px;
- }
- .has-error .gk-textarea-message .form-control {
- background-image: -webkit-linear-gradient(left, transparent 10px, transparent 10px), -webkit-linear-gradient(right, transparent 10px, transparent 10px), -webkit-linear-gradient(transparent 60px, #a94442 60px, #a94442 61px, transparent 61px);
- background-image: -moz-linear-gradient(left, transparent 10px, transparent 10px), -moz-linear-gradient(right, transparent 10px, transparent 10px), -moz-linear-gradient(transparent 60px, #a94442 60px, #a94442 61px, transparent 61px);
- background-image: -ms-linear-gradient(left, transparent 10px, transparent 10px), -ms-linear-gradient(right, transparent 10px, transparent 10px), -ms-linear-gradient(transparent 60px, #a94442 60px, #a94442 61px, transparent 61px);
- background-image: -o-linear-gradient(left, transparent 10px, transparent 10px), -o-linear-gradient(right, transparent 10px, transparent 10px), -o-linear-gradient(transparent 60px, #a94442 60px, #a94442 61px, transparent 61px);
- background-image: linear-gradient(left, transparent 10px, transparent 10px), linear-gradient(right, transparent 10px, transparent 10px), linear-gradient(transparent 60px, #a94442 60px, #a94442 61px, transparent 61px);
- }
- .gk-form-message {
- text-align: center;
- color: #FFFFFF;
- font-size: 15px;
- font-weight: 700;
- padding-top: 10px;
- display: none;
- }
- .gk-form-message-subscribe {
- color: #fff;
- }
- .gk-form-message .glyphicon {
- padding-right: 8px;
- }
- .gk-contact-pointer {
- padding: 170px 0 0;
- margin-left: -70px;
- }
- .gk-contact-pointer img {
- margin: 0 auto;
- }
- .gk-contact-form {
- padding-top: 120px;
- }
- .contact-info {
- padding-top: 140px;
- font-size: 17px;
- }
- .contact-row {
- margin-bottom: 15px;
- }
- .contact-row p {
- margin-bottom: 5px;
- }
- .contact-info .simple-icon {
- font-size: 20px;
- text-shadow: 0 0 0;
- }/* =========================== FOOTER SECTION ============================== */
- .footer-bg {
- background: #141414;
- color: #7f8c8d;
- padding: 10px 0;
- }
- .footer-bg p {
- margin: 0;
- }
- .footer-social-icon {
- display: inline-block;
- margin: 0 0 0 20px;
- }
- .footer-social-icon a {
- background: #CCC81E;
- color: #121413;
- border-radius: 100%;
- font-size: 12px;
- display: inline-block;
- width: 18px;
- height: 18px;
- margin: 0 3px;
- }
- .footer-social-icon .fa {
- width: 18px;
- height: 18px;
- display: block;
- line-height: 18px;
- }
|