init
2
.gitignore
vendored
Normal file
@@ -0,0 +1,2 @@
|
|||||||
|
.idea
|
||||||
|
.idea/*
|
||||||
10
.idea/.gitignore
generated
vendored
Normal file
@@ -0,0 +1,10 @@
|
|||||||
|
# Default ignored files
|
||||||
|
/shelf/
|
||||||
|
/workspace.xml
|
||||||
|
# Ignored default folder with query files
|
||||||
|
/queries/
|
||||||
|
# Datasource local storage ignored files
|
||||||
|
/dataSources/
|
||||||
|
/dataSources.local.xml
|
||||||
|
# Editor-based HTTP Client requests
|
||||||
|
/httpRequests/
|
||||||
1
ads.txt
Normal file
@@ -0,0 +1 @@
|
|||||||
|
google.com, pub-5000757765244758, DIRECT, f08c47fec0942fa0
|
||||||
3131
css/animate.css
vendored
Normal file
1109
css/bootstrap-responsive.css
vendored
Normal file
5560
css/bootstrap.css
vendored
Normal file
217
css/jquery.bxslider.css
Normal file
@@ -0,0 +1,217 @@
|
|||||||
|
/**
|
||||||
|
* BxSlider v4.0 - Fully loaded, responsive content slider
|
||||||
|
* http://bxslider.com
|
||||||
|
*
|
||||||
|
* Written by: Steven Wanderski, 2012
|
||||||
|
* http://stevenwanderski.com
|
||||||
|
* (while drinking Belgian ales and listening to jazz)
|
||||||
|
*
|
||||||
|
* CEO and founder of bxCreative, LTD
|
||||||
|
* http://bxcreative.com
|
||||||
|
*/
|
||||||
|
|
||||||
|
|
||||||
|
/** RESET AND LAYOUT
|
||||||
|
===================================*/
|
||||||
|
|
||||||
|
.bx-wrapper {
|
||||||
|
position: relative;
|
||||||
|
margin: 0 auto 60px;
|
||||||
|
padding: 0;
|
||||||
|
*zoom: 1;
|
||||||
|
}
|
||||||
|
|
||||||
|
.bx-wrapper ul{
|
||||||
|
margin:0;
|
||||||
|
|
||||||
|
}
|
||||||
|
|
||||||
|
.bx-wrapper .circle-border{
|
||||||
|
border:3px solid #cacaca;
|
||||||
|
}
|
||||||
|
|
||||||
|
.bx-wrapper img {
|
||||||
|
width:200px;
|
||||||
|
text-align:center;
|
||||||
|
margin-left: auto;
|
||||||
|
margin-right: auto;
|
||||||
|
display: block;
|
||||||
|
opacity:1;
|
||||||
|
|
||||||
|
}
|
||||||
|
|
||||||
|
.bxslider{
|
||||||
|
height:100%;
|
||||||
|
}
|
||||||
|
|
||||||
|
.bx-wrapper p {
|
||||||
|
font-size:20px;
|
||||||
|
line-height:22px;
|
||||||
|
margin:10px;
|
||||||
|
}
|
||||||
|
|
||||||
|
.bx-viewport{
|
||||||
|
opacity:1;
|
||||||
|
}
|
||||||
|
|
||||||
|
/** THEME
|
||||||
|
===================================*/
|
||||||
|
|
||||||
|
.bx-wrapper .bx-viewport {
|
||||||
|
left: -5px;
|
||||||
|
}
|
||||||
|
|
||||||
|
.bx-wrapper .bx-pager,
|
||||||
|
.bx-wrapper .bx-controls-auto {
|
||||||
|
position: absolute;
|
||||||
|
bottom: -30px;
|
||||||
|
width: 100%;
|
||||||
|
}
|
||||||
|
|
||||||
|
/* LOADER */
|
||||||
|
|
||||||
|
.bx-wrapper .bx-loading {
|
||||||
|
min-height: 50px;
|
||||||
|
background: url(../images/bx_loader.gif) center center no-repeat #fff;
|
||||||
|
height: 100%;
|
||||||
|
width: 100%;
|
||||||
|
position: absolute;
|
||||||
|
top: 0;
|
||||||
|
left: 0;
|
||||||
|
z-index: 800;
|
||||||
|
}
|
||||||
|
|
||||||
|
/* PAGER */
|
||||||
|
|
||||||
|
.bx-wrapper .bx-pager {
|
||||||
|
text-align: center;
|
||||||
|
font-size: .85em;
|
||||||
|
font-family: Arial;
|
||||||
|
font-weight: bold;
|
||||||
|
color: #666;
|
||||||
|
padding-top: 20px;
|
||||||
|
}
|
||||||
|
|
||||||
|
.bx-wrapper .bx-pager .bx-pager-item,
|
||||||
|
.bx-wrapper .bx-controls-auto .bx-controls-auto-item {
|
||||||
|
display: inline-block;
|
||||||
|
*zoom: 1;
|
||||||
|
*display: inline;
|
||||||
|
}
|
||||||
|
|
||||||
|
.bx-wrapper .bx-pager.bx-default-pager a {
|
||||||
|
background: #666;
|
||||||
|
text-indent: -9999px;
|
||||||
|
display: block;
|
||||||
|
width: 10px;
|
||||||
|
height: 10px;
|
||||||
|
margin: 0 5px;
|
||||||
|
outline: 0;
|
||||||
|
-moz-border-radius: 5px;
|
||||||
|
-webkit-border-radius: 5px;
|
||||||
|
border-radius: 5px;
|
||||||
|
}
|
||||||
|
|
||||||
|
.bx-wrapper .bx-pager.bx-default-pager a:hover,
|
||||||
|
.bx-wrapper .bx-pager.bx-default-pager a.active {
|
||||||
|
background: #000;
|
||||||
|
}
|
||||||
|
|
||||||
|
/* DIRECTION CONTROLS (NEXT / PREV) */
|
||||||
|
|
||||||
|
.bx-wrapper .bx-controls-direction a {
|
||||||
|
position: absolute;
|
||||||
|
top: 0;
|
||||||
|
outline: 0;
|
||||||
|
width: 45px;
|
||||||
|
height: 100%;
|
||||||
|
text-indent: -9999px;
|
||||||
|
z-index: 800;
|
||||||
|
}
|
||||||
|
|
||||||
|
.bx-wrapper .bx-controls-direction a.disabled {
|
||||||
|
display: none;
|
||||||
|
}
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
.bx-wrapper .bx-prev {
|
||||||
|
left: 10px;
|
||||||
|
|
||||||
|
|
||||||
|
background: url(../images/Left-grey.png) no-repeat center;
|
||||||
|
}
|
||||||
|
|
||||||
|
.bx-wrapper .bx-next {
|
||||||
|
right: 10px;
|
||||||
|
background: url(../images/Right-grey.png) no-repeat center;
|
||||||
|
}
|
||||||
|
|
||||||
|
|
||||||
|
/* AUTO CONTROLS (START / STOP) */
|
||||||
|
|
||||||
|
.bx-wrapper .bx-controls-auto {
|
||||||
|
text-align: center;
|
||||||
|
}
|
||||||
|
|
||||||
|
.bx-wrapper .bx-controls-auto .bx-start {
|
||||||
|
display: block;
|
||||||
|
text-indent: -9999px;
|
||||||
|
width: 10px;
|
||||||
|
height: 11px;
|
||||||
|
outline: 0;
|
||||||
|
background: url(images/controls.png) -86px -11px no-repeat;
|
||||||
|
margin: 0 3px;
|
||||||
|
}
|
||||||
|
|
||||||
|
.bx-wrapper .bx-controls-auto .bx-start:hover,
|
||||||
|
.bx-wrapper .bx-controls-auto .bx-start.active {
|
||||||
|
background-position: -86px 0;
|
||||||
|
}
|
||||||
|
|
||||||
|
.bx-wrapper .bx-controls-auto .bx-stop {
|
||||||
|
display: block;
|
||||||
|
text-indent: -9999px;
|
||||||
|
width: 9px;
|
||||||
|
height: 11px;
|
||||||
|
outline: 0;
|
||||||
|
background: url(images/controls.png) -86px -44px no-repeat;
|
||||||
|
margin: 0 3px;
|
||||||
|
}
|
||||||
|
|
||||||
|
.bx-wrapper .bx-controls-auto .bx-stop:hover,
|
||||||
|
.bx-wrapper .bx-controls-auto .bx-stop.active {
|
||||||
|
background-position: -86px -33px;
|
||||||
|
}
|
||||||
|
|
||||||
|
/* PAGER WITH AUTO-CONTROLS HYBRID LAYOUT */
|
||||||
|
|
||||||
|
.bx-wrapper .bx-controls.bx-has-controls-auto.bx-has-pager .bx-pager {
|
||||||
|
text-align: left;
|
||||||
|
width: 80%;
|
||||||
|
}
|
||||||
|
|
||||||
|
.bx-wrapper .bx-controls.bx-has-controls-auto.bx-has-pager .bx-controls-auto {
|
||||||
|
right: 0;
|
||||||
|
width: 35px;
|
||||||
|
}
|
||||||
|
|
||||||
|
/* IMAGE CAPTIONS */
|
||||||
|
|
||||||
|
.bx-wrapper .bx-caption {
|
||||||
|
position: absolute;
|
||||||
|
bottom: 0;
|
||||||
|
left: 0;
|
||||||
|
background: #666\9;
|
||||||
|
background: rgba(80, 80, 80, 0.75);
|
||||||
|
width: 100%;
|
||||||
|
}
|
||||||
|
|
||||||
|
.bx-wrapper .bx-caption span {
|
||||||
|
color: #fff;
|
||||||
|
font-family: Arial;
|
||||||
|
display: block;
|
||||||
|
font-size: .85em;
|
||||||
|
padding: 10px;
|
||||||
|
}
|
||||||
1339
css/jquery.cslider.css
Normal file
52
css/pluton-ie7.css
Normal file
@@ -0,0 +1,52 @@
|
|||||||
|
[class^="icon-"], [class*=" icon-"] {
|
||||||
|
font-family: 'porta';
|
||||||
|
font-style: normal;
|
||||||
|
font-weight: normal;
|
||||||
|
|
||||||
|
/* fix buttons height */
|
||||||
|
line-height: 1.0em;
|
||||||
|
|
||||||
|
/* you can be more comfortable with increased icons size */
|
||||||
|
/* font-size: 120%; */
|
||||||
|
}
|
||||||
|
|
||||||
|
.icon-plus { *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = ' '); }
|
||||||
|
.icon-email { *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = ' '); }
|
||||||
|
.icon-cog { *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = ' '); }
|
||||||
|
.icon-ok { *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = ' '); }
|
||||||
|
.icon-cancel { *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = ' '); }
|
||||||
|
.icon-calendar { *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = ' '); }
|
||||||
|
.icon-help-circled { *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = ' '); }
|
||||||
|
.icon-location { *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = ' '); }
|
||||||
|
.icon-left-open { *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = ' '); }
|
||||||
|
.icon-right-open { *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = ' '); }
|
||||||
|
.icon-up-open { *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = ' '); }
|
||||||
|
.icon-menu-1 { *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = ' '); }
|
||||||
|
.icon-link-ext { *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = ' '); }
|
||||||
|
.icon-menu { *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = ' '); }
|
||||||
|
.icon-mail-alt { *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = ' '); }
|
||||||
|
.icon-angle-left { *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = ' '); }
|
||||||
|
.icon-angle-right { *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = ' '); }
|
||||||
|
.icon-angle-up { *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = ' '); }
|
||||||
|
.icon-angle-down { *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = ' '); }
|
||||||
|
.icon-desktop { *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = ' '); }
|
||||||
|
.icon-mobile { *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = ' '); }
|
||||||
|
.icon-calendar-empty { *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = ' '); }
|
||||||
|
.icon-github-circled { *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = ' '); }
|
||||||
|
.icon-vimeo-circled { *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = ' '); }
|
||||||
|
.icon-twitter-circled { *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = ' '); }
|
||||||
|
.icon-facebook-circled { *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = ' '); }
|
||||||
|
.icon-gplus-circled { *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = ' '); }
|
||||||
|
.icon-pinterest-circled { *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = ' '); }
|
||||||
|
.icon-linkedin-circled { *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = ' '); }
|
||||||
|
.icon-dribbble-circled { *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = ' '); }
|
||||||
|
.icon-stumbleupon-circled { *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = ' '); }
|
||||||
|
.icon-lastfm-circled { *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = ' '); }
|
||||||
|
.icon-skype-circled { *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = ' '); }
|
||||||
|
.icon-globe { *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = ' '); }
|
||||||
|
.icon-award { *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = ' '); }
|
||||||
|
.icon-user { *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = ' '); }
|
||||||
|
.icon-users { *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = ' '); }
|
||||||
|
.icon-chart-bar { *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = ' '); }
|
||||||
|
.icon-phone { *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = ' '); }
|
||||||
|
.icon-megaphone { *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = ' '); }
|
||||||
89
css/pluton.css
Normal file
@@ -0,0 +1,89 @@
|
|||||||
|
@font-face {
|
||||||
|
font-family: 'porta';
|
||||||
|
src: url('../fonts/pluton.eot?49924914');
|
||||||
|
src: url('../fonts/pluton.eot?49924914#iefix') format('embedded-opentype'),
|
||||||
|
url('../fonts/pluton.woff?49924914') format('woff'),
|
||||||
|
url('../fonts/pluton.ttf?49924914') format('truetype'),
|
||||||
|
url('../fonts/pluton.svg?49924914#porta') format('svg');
|
||||||
|
font-weight: normal;
|
||||||
|
font-style: normal;
|
||||||
|
}
|
||||||
|
/* Chrome hack: SVG is rendered more smooth in Windozze. 100% magic, uncomment if you need it. */
|
||||||
|
/* Note, that will break hinting! In other OS-es font will be not as sharp as it could be */
|
||||||
|
/*
|
||||||
|
@media screen and (-webkit-min-device-pixel-ratio:0) {
|
||||||
|
@font-face {
|
||||||
|
font-family: 'porta';
|
||||||
|
src: url('../font/porta.svg?49924914#porta') format('svg');
|
||||||
|
}
|
||||||
|
}
|
||||||
|
*/
|
||||||
|
|
||||||
|
[class^="icon-"]:before, [class*=" icon-"]:before {
|
||||||
|
font-family: "porta";
|
||||||
|
font-style: normal;
|
||||||
|
font-weight: normal;
|
||||||
|
speak: none;
|
||||||
|
|
||||||
|
display: inline-block;
|
||||||
|
text-decoration: inherit;
|
||||||
|
|
||||||
|
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 */
|
||||||
|
|
||||||
|
|
||||||
|
/* you can be more comfortable with increased icons size */
|
||||||
|
/*font-size: 120%; */
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
/* Uncomment for 3D effect */
|
||||||
|
/* text-shadow: 1px 1px 1px rgba(127, 127, 127, 0.3); */
|
||||||
|
}
|
||||||
|
|
||||||
|
.icon-plus:before { content: '\e826'; } /* '' */
|
||||||
|
.icon-email:before { content: '\e825'; } /* '' */
|
||||||
|
.icon-cog:before { content: '\e823'; } /* '' */
|
||||||
|
.icon-ok:before { content: '\e80a'; } /* '' */
|
||||||
|
.icon-cancel:before { content: '\e80b'; } /* '' */
|
||||||
|
.icon-calendar:before { content: '\e10b'; } /* '' */
|
||||||
|
.icon-help-circled:before { content: '\e81a'; } /* '' */
|
||||||
|
.icon-location:before { content: '\e81b'; } /* '' */
|
||||||
|
.icon-left-open:before { content: '\e804'; } /* '' */
|
||||||
|
.icon-right-open:before { content: '\e803'; } /* '' */
|
||||||
|
.icon-up-open:before { content: '\e805'; } /* '' */
|
||||||
|
.icon-menu-1:before { content: '\e800'; } /* '' */
|
||||||
|
.icon-link-ext:before { content: '\e822'; } /* '' */
|
||||||
|
.icon-menu:before { content: '\e801'; } /* '' */
|
||||||
|
.icon-mail-alt:before { content: '\e81c'; } /* '' */
|
||||||
|
.icon-angle-left:before { content: '\e81e'; } /* '' */
|
||||||
|
.icon-angle-right:before { content: '\e81f'; } /* '' */
|
||||||
|
.icon-angle-up:before { content: '\e820'; } /* '' */
|
||||||
|
.icon-angle-down:before { content: '\e821'; } /* '' */
|
||||||
|
.icon-desktop:before { content: '\e814'; } /* '' */
|
||||||
|
.icon-mobile:before { content: '\e81d'; } /* '' */
|
||||||
|
.icon-calendar-empty:before { content: '\e802'; } /* '' */
|
||||||
|
.icon-github-circled:before { content: '\e811'; } /* '' */
|
||||||
|
.icon-vimeo-circled:before { content: '\e808'; } /* '' */
|
||||||
|
.icon-twitter-circled:before { content: '\e807'; } /* '' */
|
||||||
|
.icon-facebook-circled:before { content: '\e80e'; } /* '' */
|
||||||
|
.icon-gplus-circled:before { content: '\e80d'; } /* '' */
|
||||||
|
.icon-pinterest-circled:before { content: '\e809'; } /* '' */
|
||||||
|
.icon-linkedin-circled:before { content: '\e806'; } /* '' */
|
||||||
|
.icon-dribbble-circled:before { content: '\e80f'; } /* '' */
|
||||||
|
.icon-stumbleupon-circled:before { content: '\e810'; } /* '' */
|
||||||
|
.icon-lastfm-circled:before { content: '\e812'; } /* '' */
|
||||||
|
.icon-skype-circled:before { content: '\e813'; } /* '' */
|
||||||
|
.icon-globe:before { content: '\e815'; } /* '' */
|
||||||
|
.icon-award:before { content: '\e816'; } /* '' */
|
||||||
|
.icon-user:before { content: '\e818'; } /* '' */
|
||||||
|
.icon-users:before { content: '\e819'; } /* '' */
|
||||||
|
.icon-chart-bar:before { content: '\e80c'; } /* '' */
|
||||||
|
.icon-phone:before { content: '\e824'; } /* '' */
|
||||||
|
.icon-megaphone:before { content: '\e817'; } /* '' */
|
||||||
904
css/style.css
Normal file
@@ -0,0 +1,904 @@
|
|||||||
|
/*
|
||||||
|
* A Design by GraphBerry
|
||||||
|
* Author: GraphBerry
|
||||||
|
* Author URL: http://graphberry.com
|
||||||
|
* License: http://graphberry.com/pages/license
|
||||||
|
*/
|
||||||
|
|
||||||
|
/* Table of content
|
||||||
|
1.General - This is created general styles and overide some bootstrap classes.
|
||||||
|
2.Layout
|
||||||
|
2.1 Animations
|
||||||
|
2.2 Buttons
|
||||||
|
2.3 Thumbnail - overide bootstrap thumbnail and add mased efect
|
||||||
|
2.4 Socail icons -style for social icons list
|
||||||
|
3 Sections - definition for section and subsection
|
||||||
|
3.1 Services
|
||||||
|
3.2 Portfolio
|
||||||
|
3.3 About
|
||||||
|
3.4 Clients
|
||||||
|
3.5 Price table
|
||||||
|
3.6 Newsletter
|
||||||
|
3.7 Contact
|
||||||
|
3.8 Footer
|
||||||
|
4 Responsive
|
||||||
|
**********************************************************************/
|
||||||
|
|
||||||
|
/*
|
||||||
|
1. General
|
||||||
|
**********************************************************************/
|
||||||
|
body {
|
||||||
|
font-family:'Roboto', sans-serif;
|
||||||
|
color: #FFF;
|
||||||
|
line-height:1.2em;
|
||||||
|
font-size:17px;
|
||||||
|
line-height:20px;
|
||||||
|
}
|
||||||
|
a {
|
||||||
|
color:#181A1C;
|
||||||
|
text-decoration: none;
|
||||||
|
}
|
||||||
|
a:hover {
|
||||||
|
color: #FECE1A;
|
||||||
|
text-decoration:none;
|
||||||
|
}
|
||||||
|
h1, h2, h3, h4, h5, h6 {
|
||||||
|
font-weight: normal;
|
||||||
|
}
|
||||||
|
h1 {
|
||||||
|
margin: 10px;
|
||||||
|
}
|
||||||
|
p {
|
||||||
|
padding: 10px;
|
||||||
|
font-weight: 100;
|
||||||
|
color: #fff;
|
||||||
|
}
|
||||||
|
.navbar {
|
||||||
|
background: #181A1C;
|
||||||
|
margin-bottom:0;
|
||||||
|
min-height:70px;
|
||||||
|
}
|
||||||
|
|
||||||
|
.navbar-fixed-top {
|
||||||
|
min-height:60px;
|
||||||
|
height:60px;
|
||||||
|
padding-top:0;
|
||||||
|
}
|
||||||
|
.navbar-inner {
|
||||||
|
background: #181A1C;
|
||||||
|
border-radius:0;
|
||||||
|
filter: none;
|
||||||
|
border: none;
|
||||||
|
box-shadow: none;
|
||||||
|
}
|
||||||
|
.navbar .brand img {
|
||||||
|
width:120px;
|
||||||
|
height:40px;
|
||||||
|
}
|
||||||
|
.navbar .nav > li > a {
|
||||||
|
text-transform:uppercase;
|
||||||
|
line-height: auto;
|
||||||
|
vertical-align: middle;
|
||||||
|
margin:10px 3px;
|
||||||
|
-webkit-box-shadow: none;
|
||||||
|
-moz-box-shadow: none;
|
||||||
|
border: 1px solid #181A1C;
|
||||||
|
box-shadow: none;
|
||||||
|
font-size:15px;
|
||||||
|
text-shadow: none;
|
||||||
|
color: #fff;
|
||||||
|
transition: border-color 1s ease;
|
||||||
|
}
|
||||||
|
.navbar .nav > li:hover> a, .navbar .nav > .active > a, .navbar .nav > .active > a:hover, .navbar .nav > .active > a:focus {
|
||||||
|
border: 1px solid #FECE1A;
|
||||||
|
color: #fff;
|
||||||
|
background-color: #181A1C;
|
||||||
|
transition: border-color 1s ease;
|
||||||
|
}
|
||||||
|
.nav-pills {
|
||||||
|
margin-bottom: 30px;
|
||||||
|
}
|
||||||
|
.nav-pills > li > a {
|
||||||
|
background: transparent;
|
||||||
|
-webkit-border-radius: 0;
|
||||||
|
-moz-border-radius: 0;
|
||||||
|
border-radius: 0;
|
||||||
|
margin-right:5px;
|
||||||
|
padding-left:25px;
|
||||||
|
padding-right:25px;
|
||||||
|
border: 1px solid #181A1C;
|
||||||
|
}
|
||||||
|
.nav-pills > li > a:hover, .nav-pills > .active > a, .nav-pills > .active > a:hover, .nav-pills > .active > a:focus {
|
||||||
|
background: #181A1C;
|
||||||
|
color: #fff;
|
||||||
|
}
|
||||||
|
.navbar .btn-navbar:hover, .navbar .btn-navbar {
|
||||||
|
border-radius:0;
|
||||||
|
background:#FECE1A;
|
||||||
|
color: #000;
|
||||||
|
}
|
||||||
|
/******
|
||||||
|
2. Layout
|
||||||
|
**********************************************************************/
|
||||||
|
.centered {
|
||||||
|
margin-left:auto;
|
||||||
|
margin-right:auto;
|
||||||
|
float: none;
|
||||||
|
text-align: center;
|
||||||
|
}
|
||||||
|
/* Use this class if you want ceter element with span* class */
|
||||||
|
.center {
|
||||||
|
float: none !important;
|
||||||
|
margin: 0 auto !important;
|
||||||
|
text-align: center;
|
||||||
|
}
|
||||||
|
.highlighted-box {
|
||||||
|
background:#F4F8F9;
|
||||||
|
padding:20px 30px;
|
||||||
|
}
|
||||||
|
.highlighted-box h1 {
|
||||||
|
margin:0px;
|
||||||
|
}
|
||||||
|
.large-text {
|
||||||
|
line-height:1.2em;
|
||||||
|
font-size: 30px;
|
||||||
|
color: #181A1C;
|
||||||
|
padding:20px;
|
||||||
|
margin-bottom:20px;
|
||||||
|
}
|
||||||
|
.highlighted-box h1, .highlighted-box p {
|
||||||
|
color: #181A1C !important;
|
||||||
|
}
|
||||||
|
.circle-border {
|
||||||
|
display: inline-block;
|
||||||
|
-webkit-border-radius: 500px;
|
||||||
|
-moz-border-radius: 500px;
|
||||||
|
border-radius: 500px;
|
||||||
|
-khtml-border-radius: 500px;
|
||||||
|
border: 3px solid #fff;
|
||||||
|
}
|
||||||
|
.left-align {
|
||||||
|
text-align:left;
|
||||||
|
}
|
||||||
|
.right-align {
|
||||||
|
text-align:left;
|
||||||
|
}
|
||||||
|
.error {
|
||||||
|
color: #CF0000;
|
||||||
|
display: none;
|
||||||
|
}
|
||||||
|
.invisible {
|
||||||
|
display:none;
|
||||||
|
visibility:visible;
|
||||||
|
}
|
||||||
|
.triangle {
|
||||||
|
margin: 0 auto;
|
||||||
|
text-align:center;
|
||||||
|
width: 0;
|
||||||
|
height: 0;
|
||||||
|
border-top: 30px solid #181A1C;
|
||||||
|
border-left: 585px outset transparent;
|
||||||
|
border-right: 585px outset transparent;
|
||||||
|
position: relative;
|
||||||
|
}
|
||||||
|
/*
|
||||||
|
2.1 Animations
|
||||||
|
**********/
|
||||||
|
.zoom-in {
|
||||||
|
-webkit-transform: scale(1, 1);
|
||||||
|
-moz-transform: scale(1, 1);
|
||||||
|
-o-transform: scale(1, 1);
|
||||||
|
-ms-transform: scale(1, 1);
|
||||||
|
-webkit-transition: all 250ms ease;
|
||||||
|
-moz-transition: all 250ms ease;
|
||||||
|
-o-transition: all 250ms ease;
|
||||||
|
-ms-transition: all 250ms ease;
|
||||||
|
transition: all 250ms ease;
|
||||||
|
}
|
||||||
|
.zoom-in:hover {
|
||||||
|
-webkit-transform: scale(1.1, 1.1);
|
||||||
|
-moz-transform: scale(1.1, 1.1);
|
||||||
|
-o-transform: scale(1.1, 1.1);
|
||||||
|
-ms-transform: scale(1.1, 1.1);
|
||||||
|
}
|
||||||
|
/*
|
||||||
|
2.2 Buttons - There are buttons on a transparent background, primary and secondary color background.
|
||||||
|
**********/
|
||||||
|
.button, .button:visited, .button:focus {
|
||||||
|
display:inline-block;
|
||||||
|
border:1px solid #181A1C;
|
||||||
|
color:#181A1C;
|
||||||
|
background-color:transparent;
|
||||||
|
padding:15px 30px;
|
||||||
|
font-size:17px;
|
||||||
|
line-height:auto;
|
||||||
|
}
|
||||||
|
.button:hover, .button:active{
|
||||||
|
background-color:#181A1C;
|
||||||
|
color:#fff;
|
||||||
|
}
|
||||||
|
.button-sp, .button-sp:visited, .button-sp:focus {
|
||||||
|
border:none;
|
||||||
|
background-color:#FECE1A;
|
||||||
|
color:#181A1C;
|
||||||
|
}
|
||||||
|
.button-sp:hover, .button-sp:active {
|
||||||
|
background-color:#181A1C;
|
||||||
|
color:#FECE1A;
|
||||||
|
}
|
||||||
|
.button-ps, .button-ps:visited, .button-ps:focus {
|
||||||
|
border:none;
|
||||||
|
background-color:#181A1C;
|
||||||
|
color:#FECE1A;
|
||||||
|
}
|
||||||
|
.button-ps:hover, .button-ps:active {
|
||||||
|
background-color:#FECE1A;
|
||||||
|
color:#181A1C;
|
||||||
|
}
|
||||||
|
/*
|
||||||
|
2.3 Thumbnails - Predefined bootstrap's thumbnail class.
|
||||||
|
**********/
|
||||||
|
.thumbnail {
|
||||||
|
width:100%;
|
||||||
|
height:100%;
|
||||||
|
padding:0;
|
||||||
|
overflow: hidden;
|
||||||
|
position: relative;
|
||||||
|
border:0;
|
||||||
|
border-radius:0;
|
||||||
|
box-shadow:none;
|
||||||
|
text-align:center;
|
||||||
|
background: #191a1c;
|
||||||
|
}
|
||||||
|
.thumbnail .more {
|
||||||
|
display:block;
|
||||||
|
z-index:4;
|
||||||
|
position:absolute;
|
||||||
|
top:-100px;
|
||||||
|
left:50%;
|
||||||
|
margin:0 auto;
|
||||||
|
margin-left:-41px;
|
||||||
|
width:80px;
|
||||||
|
height:80px;
|
||||||
|
font-size:40px;
|
||||||
|
color:#fff;
|
||||||
|
text-decoration:none;
|
||||||
|
line-height: 70px;
|
||||||
|
text-align: center;
|
||||||
|
}
|
||||||
|
.thumbnail:hover .more {
|
||||||
|
top:40%;
|
||||||
|
margin-top:-40px;
|
||||||
|
-webkit-transition: all 0.3s ease-out;
|
||||||
|
-moz-transition: all 0.3s ease-out;
|
||||||
|
-o-transition: all 0.3 s ease-out;
|
||||||
|
-ms-transition: all 0.3s ease-out;
|
||||||
|
transition: all 0.3s ease-out;
|
||||||
|
}
|
||||||
|
.thumbnail h3,
|
||||||
|
.thumbnail p {
|
||||||
|
margin:0;
|
||||||
|
padding:0;
|
||||||
|
position:relative;
|
||||||
|
z-index:4;
|
||||||
|
}
|
||||||
|
.thumbnail h3 {
|
||||||
|
color: #FECE1A;
|
||||||
|
margin-top:10px;
|
||||||
|
font-size:20px;
|
||||||
|
}
|
||||||
|
.thumbnail > p {
|
||||||
|
padding-bottom:20px;
|
||||||
|
}
|
||||||
|
.thumbnail .mask {
|
||||||
|
opacity:0.85;
|
||||||
|
filter: alpha(opacity=85);
|
||||||
|
top:100%;
|
||||||
|
left:0;
|
||||||
|
width:100%;
|
||||||
|
height:100%;
|
||||||
|
background:#181A1C;
|
||||||
|
position:absolute;
|
||||||
|
-webkit-transition: all 0.2s ease-out;
|
||||||
|
-moz-transition: all 0.2s ease-out;
|
||||||
|
-o-transition: all 0.2 s ease-out;
|
||||||
|
-ms-transition: all 0.2s ease-out;
|
||||||
|
transition: all 0.2s ease-out;
|
||||||
|
}
|
||||||
|
.thumbnail:hover .mask {
|
||||||
|
top:0;
|
||||||
|
}
|
||||||
|
/*
|
||||||
|
2.4 Socail icons
|
||||||
|
************/
|
||||||
|
.social {
|
||||||
|
list-style: none;
|
||||||
|
float: none;
|
||||||
|
position:relative;
|
||||||
|
margin:5px; auto;
|
||||||
|
}
|
||||||
|
.social li {
|
||||||
|
display:inline-block;
|
||||||
|
line-height: 32px;
|
||||||
|
font-family:'Porta';
|
||||||
|
font-size: 32px;
|
||||||
|
padding:0 5px;
|
||||||
|
}
|
||||||
|
.social li a {
|
||||||
|
margin:0;
|
||||||
|
padding:0;
|
||||||
|
width:32px;
|
||||||
|
height:32px;
|
||||||
|
color: #FECE1A;
|
||||||
|
}
|
||||||
|
.social li a:hover {
|
||||||
|
color:#181A1C;
|
||||||
|
}
|
||||||
|
/*
|
||||||
|
3. Sections
|
||||||
|
***************************************************************************/
|
||||||
|
.section {
|
||||||
|
padding-bottom: 50px;
|
||||||
|
}
|
||||||
|
.section .container {
|
||||||
|
padding-top:50px;
|
||||||
|
}
|
||||||
|
.section .title {
|
||||||
|
text-align: center;
|
||||||
|
padding:10px;
|
||||||
|
margin-bottom: 30px;
|
||||||
|
}
|
||||||
|
.section .title h1 {
|
||||||
|
font-weight: normal;
|
||||||
|
margin-bottom: 20px;
|
||||||
|
padding: 0;
|
||||||
|
}
|
||||||
|
.section .title > p {
|
||||||
|
font-size: 20px;
|
||||||
|
color: #FFF;
|
||||||
|
font-weight: lighter;
|
||||||
|
}
|
||||||
|
.primary-section {
|
||||||
|
background:#181A1C;
|
||||||
|
}
|
||||||
|
.primary-section .triangle {
|
||||||
|
border-top: 40px solid #FECE1A;
|
||||||
|
}
|
||||||
|
.primary-section .title {
|
||||||
|
border-bottom: 1px solid #FFF;
|
||||||
|
}
|
||||||
|
.primary-section, .primary-section .title p, .primary-section h3 {
|
||||||
|
color: #FECE1A;
|
||||||
|
}
|
||||||
|
.primary-section h1 {
|
||||||
|
color:#FFF;
|
||||||
|
}
|
||||||
|
.secondary-section {
|
||||||
|
background:#FECE1A;
|
||||||
|
}
|
||||||
|
.secondary-section .title {
|
||||||
|
border-bottom: 1px solid #181A1C;
|
||||||
|
}
|
||||||
|
.secondary-section h1, .secondary-section .title p {
|
||||||
|
color: #181A1C;
|
||||||
|
}
|
||||||
|
/* Third section use bacground image */
|
||||||
|
.third-section {
|
||||||
|
padding-bottom: 70px;
|
||||||
|
background: #181A1C url(../images/brand-bg.png) no-repeat center;
|
||||||
|
border-top:6px solid #FECE1A;
|
||||||
|
}
|
||||||
|
.third-section .container {
|
||||||
|
padding-top:20px;
|
||||||
|
position:relative;
|
||||||
|
}
|
||||||
|
.third-section .title {
|
||||||
|
border-bottom: 1px solid #A1AAB7;
|
||||||
|
color: #FECE1A;
|
||||||
|
}
|
||||||
|
.sub-section {
|
||||||
|
margin-top:30px;
|
||||||
|
}
|
||||||
|
.sub-section .title {
|
||||||
|
padding:0;
|
||||||
|
}
|
||||||
|
/*******
|
||||||
|
3.1 Services
|
||||||
|
***************************************/
|
||||||
|
.service{
|
||||||
|
margin-top:20px;
|
||||||
|
}
|
||||||
|
.service, .service h2 {
|
||||||
|
padding-top:15px;
|
||||||
|
}
|
||||||
|
.service p {
|
||||||
|
padding:0px 50px;
|
||||||
|
height:60px;
|
||||||
|
}
|
||||||
|
.service img {
|
||||||
|
width:150px;
|
||||||
|
height:150px;
|
||||||
|
}
|
||||||
|
/*
|
||||||
|
3.2 Portfolio
|
||||||
|
***************************************/
|
||||||
|
.single-project {
|
||||||
|
margin-bottom:30px;
|
||||||
|
background:#181A1C;
|
||||||
|
}
|
||||||
|
.single-project img {
|
||||||
|
width:100%;
|
||||||
|
}
|
||||||
|
.project-description {
|
||||||
|
padding-right:20px;
|
||||||
|
}
|
||||||
|
.project-description p {
|
||||||
|
padding-left:0;
|
||||||
|
}
|
||||||
|
.project-title {
|
||||||
|
margin-top:15px;
|
||||||
|
margin-bottom:15px;
|
||||||
|
border-bottom:1px solid #FECE1A;
|
||||||
|
}
|
||||||
|
.project-title h3 {
|
||||||
|
float:left;
|
||||||
|
margin-top:0;
|
||||||
|
padding:0;
|
||||||
|
width:80%;
|
||||||
|
}
|
||||||
|
.project-title .close {
|
||||||
|
color: #FECE1A;
|
||||||
|
margin-top:10px;
|
||||||
|
}
|
||||||
|
.project-info span, .project-title h3 {
|
||||||
|
color:#FECE1A;
|
||||||
|
}
|
||||||
|
.project-info {
|
||||||
|
font-weight:100;
|
||||||
|
padding:10px 0;
|
||||||
|
}
|
||||||
|
.project-info span {
|
||||||
|
width: 80px;
|
||||||
|
display: inline-block;
|
||||||
|
}
|
||||||
|
.project-info div {
|
||||||
|
margin-bottom:5px;
|
||||||
|
}
|
||||||
|
.close {
|
||||||
|
float: right;
|
||||||
|
width: 40px;
|
||||||
|
height: 40px;
|
||||||
|
text-align: center;
|
||||||
|
}
|
||||||
|
#portfolio-grid .mix {
|
||||||
|
opacity: 0;
|
||||||
|
display: none;
|
||||||
|
}
|
||||||
|
/*
|
||||||
|
3.3 About
|
||||||
|
******************************************************************/
|
||||||
|
.team .thumbnail {
|
||||||
|
box-sizing: border-box;
|
||||||
|
-webkit-box-sizing: border-box;
|
||||||
|
-moz-box-sizing: border-box;
|
||||||
|
padding: 10px;
|
||||||
|
border: 1px solid #fff;
|
||||||
|
}
|
||||||
|
.team .thumbnail:hover .social {
|
||||||
|
z-index: 5;
|
||||||
|
}
|
||||||
|
.team .thumbnail:hover .social a {
|
||||||
|
color:#fff;
|
||||||
|
}
|
||||||
|
.team .thumbnail .mask {
|
||||||
|
background: #FECE1A;
|
||||||
|
}
|
||||||
|
.team .thumbnail .mask h2 {
|
||||||
|
margin-top:20%;
|
||||||
|
}
|
||||||
|
.team .thumbnail .mask, .team .thumbnail .mask h3, .team .thumbnail .mask p, .team .thumbnail:hover h3, .team .thumbnail:hover .social a:hover {
|
||||||
|
color:#181A17;
|
||||||
|
}
|
||||||
|
.about-text {
|
||||||
|
margin-top:30px;
|
||||||
|
}
|
||||||
|
.about-text p {
|
||||||
|
padding:0;
|
||||||
|
font-size:16px;
|
||||||
|
}
|
||||||
|
/*********************************************************************
|
||||||
|
SKILLS BAR
|
||||||
|
*********************************************************************/
|
||||||
|
.skills {
|
||||||
|
list-style-type: none;
|
||||||
|
position: relative;
|
||||||
|
margin:0px;
|
||||||
|
}
|
||||||
|
.skills li {
|
||||||
|
margin-bottom:30px;
|
||||||
|
background:#FFF;
|
||||||
|
height:40px;
|
||||||
|
padding:1px;
|
||||||
|
}
|
||||||
|
.skills li h3 {
|
||||||
|
position: relative;
|
||||||
|
font-size: 15px;
|
||||||
|
padding:0;
|
||||||
|
margin:0;
|
||||||
|
left: 10px;
|
||||||
|
z-index: 1;
|
||||||
|
color: #181A1C;
|
||||||
|
}
|
||||||
|
.skills li .bar {
|
||||||
|
height:40px;
|
||||||
|
position:absolute;
|
||||||
|
background-color: #FECE1A;
|
||||||
|
}
|
||||||
|
/*
|
||||||
|
3.4 Clients
|
||||||
|
**********************************************************************/
|
||||||
|
.client-slider img {
|
||||||
|
border:1px solid white;
|
||||||
|
}
|
||||||
|
.client-slider img:hover {
|
||||||
|
background-color:#FECE1A;
|
||||||
|
}
|
||||||
|
.client-nav {
|
||||||
|
list-style:none;
|
||||||
|
margin-top:10px;
|
||||||
|
}
|
||||||
|
.client-nav li {
|
||||||
|
float:left;
|
||||||
|
display:block;
|
||||||
|
margin-left:10px;
|
||||||
|
}
|
||||||
|
.client-nav li a {
|
||||||
|
display:inherit;
|
||||||
|
padding:5px;
|
||||||
|
background:#FECE1A;
|
||||||
|
border-radius:3px;
|
||||||
|
width:20px;
|
||||||
|
height:20px;
|
||||||
|
}
|
||||||
|
.client-nav li a:hover {
|
||||||
|
background:#181A1C;
|
||||||
|
}
|
||||||
|
.testimonial p {
|
||||||
|
color:#181A1C;
|
||||||
|
background:#FECE1A;
|
||||||
|
padding:15px;
|
||||||
|
margin:0;
|
||||||
|
}
|
||||||
|
.testimonial .arrow {
|
||||||
|
margin-left:10px;
|
||||||
|
width:0;
|
||||||
|
border-top:10px solid #FECE1A;
|
||||||
|
border-left: 20px outset transparent;
|
||||||
|
border-right: 20px outset transparent;
|
||||||
|
}
|
||||||
|
.testimonial .whopic {
|
||||||
|
display:inline-block;
|
||||||
|
}
|
||||||
|
.testimonial .whopic img {
|
||||||
|
margin-top:10px;
|
||||||
|
width:50px;
|
||||||
|
height:50px;
|
||||||
|
float:left;
|
||||||
|
}
|
||||||
|
.testimonial .whopic strong {
|
||||||
|
float:left;
|
||||||
|
margin-top:10px;
|
||||||
|
padding-left:10px;
|
||||||
|
}
|
||||||
|
.testimonial .whopic small {
|
||||||
|
display:block;
|
||||||
|
font-size:12px;
|
||||||
|
|
||||||
|
}
|
||||||
|
.testimonial-text{
|
||||||
|
display:block;
|
||||||
|
font-size:22px;
|
||||||
|
text-align:center;
|
||||||
|
margin:0 auto;
|
||||||
|
margin-top:30px;
|
||||||
|
width:70%;
|
||||||
|
line-height:1.3em;
|
||||||
|
}
|
||||||
|
/*
|
||||||
|
3.5 Price table
|
||||||
|
******************************************************************/
|
||||||
|
.price-table {
|
||||||
|
margin-top: 70px;
|
||||||
|
margin-bottom: 20px;
|
||||||
|
}
|
||||||
|
.price-column {
|
||||||
|
background-color:white;
|
||||||
|
-webkit-border-radius: 10px;
|
||||||
|
-moz-border-radius: 10px;
|
||||||
|
border-radius: 10px;
|
||||||
|
padding-bottom:20px;
|
||||||
|
margin:0 auto;
|
||||||
|
text-align:center;
|
||||||
|
}
|
||||||
|
.price-column h3 {
|
||||||
|
background-color:#181A1C;
|
||||||
|
text-transform:uppercase;
|
||||||
|
text-align: center;
|
||||||
|
color:#FECE1A;
|
||||||
|
padding:40px 0px;
|
||||||
|
font-size: 36px;
|
||||||
|
margin-top:0px;
|
||||||
|
-moz-border-radius: 0px;
|
||||||
|
-webkit-border-radius: 10px 10px 0px 0px;
|
||||||
|
border-radius: 10px 10px 0px 0px;
|
||||||
|
}
|
||||||
|
.price-column .list{
|
||||||
|
list-style:none;
|
||||||
|
margin:20px 50px;
|
||||||
|
}
|
||||||
|
.price-column .list li{
|
||||||
|
font-weight:lighter;
|
||||||
|
color:#747C89;
|
||||||
|
font-size:20px;
|
||||||
|
border-bottom:1px solid #747C89;
|
||||||
|
padding:25px 0px;
|
||||||
|
}
|
||||||
|
.price-column .list li.price {
|
||||||
|
text-align: center;
|
||||||
|
font-size:31px;
|
||||||
|
background-color:white;
|
||||||
|
color:#747C89;
|
||||||
|
margin-top:25px;
|
||||||
|
}
|
||||||
|
.price-text{
|
||||||
|
margin:30px 0 20px;
|
||||||
|
font-size:20px;
|
||||||
|
color: #181A1C;
|
||||||
|
font-weight:normal;
|
||||||
|
}
|
||||||
|
/*
|
||||||
|
3.6 Newsletter
|
||||||
|
********************************************************************/
|
||||||
|
.newsletter, .newsletter h2 {
|
||||||
|
color: #D7DDDE;
|
||||||
|
}
|
||||||
|
.newsletter .title h2 {
|
||||||
|
text-align:left;
|
||||||
|
padding:0;
|
||||||
|
margin:0;
|
||||||
|
}
|
||||||
|
.newsletter form {
|
||||||
|
text-align:right;
|
||||||
|
}
|
||||||
|
.newsletter input {
|
||||||
|
margin-top:10px;
|
||||||
|
padding:15px;
|
||||||
|
height: auto;
|
||||||
|
}
|
||||||
|
.newsletter button {
|
||||||
|
margin: 0 0 0 20px;
|
||||||
|
}
|
||||||
|
.newsletter .button-sp:hover, .newsletter .button-sp:active {
|
||||||
|
background-color:#FFF;
|
||||||
|
color:#181A1C;
|
||||||
|
}
|
||||||
|
|
||||||
|
/*
|
||||||
|
3.7 Contact
|
||||||
|
********************************************************************/
|
||||||
|
.contact {
|
||||||
|
background: #FECE1A;
|
||||||
|
}
|
||||||
|
.contact h1, .contact h2, .contact h3, .contact h4, .contact h5, .contact h6, .contact .section .title > p, .contact .social > li > a {
|
||||||
|
color: #181A1C;
|
||||||
|
}
|
||||||
|
.contact textarea, .contact input[type="text"], .contact input[type="email"] {
|
||||||
|
padding: 10px;
|
||||||
|
line-height: 20px;
|
||||||
|
height: auto;
|
||||||
|
}
|
||||||
|
.contact textarea {
|
||||||
|
height: 120px;
|
||||||
|
}
|
||||||
|
.contacts, .contact .social {
|
||||||
|
color: #fff;
|
||||||
|
list-style: none;
|
||||||
|
margin-left: 10px;
|
||||||
|
}
|
||||||
|
.contacts > li {
|
||||||
|
margin-top: 15px;
|
||||||
|
}
|
||||||
|
.contacts > li > a {
|
||||||
|
color: #fff;
|
||||||
|
}
|
||||||
|
.contact-info {
|
||||||
|
margin-top:10px;
|
||||||
|
margin-bottom:10px;
|
||||||
|
}
|
||||||
|
.contact-info p{
|
||||||
|
font-weight:normal;
|
||||||
|
}
|
||||||
|
.contact-info .icon {
|
||||||
|
margin:10px auto;
|
||||||
|
font-size:30px;
|
||||||
|
}
|
||||||
|
.map-wrapper {
|
||||||
|
position:relative;
|
||||||
|
height:500px;
|
||||||
|
}
|
||||||
|
.map-canvas {
|
||||||
|
position:absolute;
|
||||||
|
margin-bottom:20px;
|
||||||
|
width:100%;
|
||||||
|
height:500px;
|
||||||
|
color: #29383F;
|
||||||
|
position:absolute;
|
||||||
|
left:0;
|
||||||
|
top:0;
|
||||||
|
right:0;
|
||||||
|
}
|
||||||
|
.contact .social {
|
||||||
|
display: inline-block;
|
||||||
|
margin-left:0;
|
||||||
|
}
|
||||||
|
.contact .social li {
|
||||||
|
line-height: 32px;
|
||||||
|
padding:10px 10px;
|
||||||
|
font-family:'Porta';
|
||||||
|
font-size: 50px;
|
||||||
|
transition: margin 0.4s;
|
||||||
|
-webkit-transition: margin 0.4s;
|
||||||
|
}
|
||||||
|
.contact .social li a {
|
||||||
|
color:#fff;
|
||||||
|
}
|
||||||
|
.contact .social li a:hover {
|
||||||
|
color:#181A1C;
|
||||||
|
}
|
||||||
|
.contact-form {
|
||||||
|
background:#fff;
|
||||||
|
background: rgba(255, 255, 255, 0.9);
|
||||||
|
z-index:110;
|
||||||
|
position:relative;
|
||||||
|
margin-top:-25px;
|
||||||
|
padding:20px;
|
||||||
|
}
|
||||||
|
.contact-form h3 {
|
||||||
|
color:#838589;
|
||||||
|
padding-bottom:20px;
|
||||||
|
}
|
||||||
|
.message-btn {
|
||||||
|
border:1px solid #747C89;
|
||||||
|
color:#747C89;
|
||||||
|
background-color:transparent;
|
||||||
|
padding:15px 30px;
|
||||||
|
font-size:17px;
|
||||||
|
}
|
||||||
|
.message-btn:hover {
|
||||||
|
background-color:#FECE1A;
|
||||||
|
}
|
||||||
|
.contact-info {
|
||||||
|
text-align:center;
|
||||||
|
font-size:22px;
|
||||||
|
}
|
||||||
|
.info-mail {
|
||||||
|
border:1px solid white;
|
||||||
|
width:60%;
|
||||||
|
margin:0 auto;
|
||||||
|
padding:15px;
|
||||||
|
color:#181A1C;
|
||||||
|
}
|
||||||
|
.black {
|
||||||
|
color:#181A1C;
|
||||||
|
}
|
||||||
|
/*
|
||||||
|
3.8 Footer
|
||||||
|
********************************************************************/
|
||||||
|
.footer {
|
||||||
|
background: #181A1C;
|
||||||
|
text-align: center;
|
||||||
|
}
|
||||||
|
.footer > p {
|
||||||
|
color: #fff;
|
||||||
|
margin:0;
|
||||||
|
}
|
||||||
|
|
||||||
|
.footer a{
|
||||||
|
color:#FECE1A;
|
||||||
|
}
|
||||||
|
|
||||||
|
.footer a:hover, .footer a:focus{
|
||||||
|
text-decoration: underline;
|
||||||
|
}
|
||||||
|
.scrollup {
|
||||||
|
text-align:center;
|
||||||
|
cursor:pointer;
|
||||||
|
vertical-align:middle;
|
||||||
|
width:39px;
|
||||||
|
height:39px;
|
||||||
|
border-radius:5px;
|
||||||
|
font-size:20px;
|
||||||
|
position:fixed;
|
||||||
|
bottom:30px;
|
||||||
|
right:20px;
|
||||||
|
border:1px solid #fff;
|
||||||
|
display:none;
|
||||||
|
background: #FECE1A;
|
||||||
|
}
|
||||||
|
.scrollup > a {
|
||||||
|
position:relative;
|
||||||
|
top:7px;
|
||||||
|
color:#fff;
|
||||||
|
}
|
||||||
|
/*
|
||||||
|
4 Responsible
|
||||||
|
********************************************************************/
|
||||||
|
@media (min-width: 1200px) {
|
||||||
|
.thumbnail .more {
|
||||||
|
margin-left:-41px;
|
||||||
|
width:80px;
|
||||||
|
height:80px;
|
||||||
|
border-radius:40px;
|
||||||
|
line-height: 80px;
|
||||||
|
}
|
||||||
|
}
|
||||||
|
@media (max-width: 979px) {
|
||||||
|
body {
|
||||||
|
padding-left:0;
|
||||||
|
padding-right:0;
|
||||||
|
}
|
||||||
|
.navbar-fixed-top, .navbar-fixed-bottom {
|
||||||
|
position: fixed;
|
||||||
|
}
|
||||||
|
.navbar .nav > li > a {
|
||||||
|
line-height: 20px;
|
||||||
|
vertical-align: middle;
|
||||||
|
}
|
||||||
|
.section {
|
||||||
|
padding-left:20px;
|
||||||
|
padding-right:20px;
|
||||||
|
}
|
||||||
|
.navbar-fixed-top, .navbar-fixed-bottom, .navbar-static-top {
|
||||||
|
margin-left: 0px;
|
||||||
|
margin-right: 0px;
|
||||||
|
}
|
||||||
|
.nav-collapse {
|
||||||
|
clear: both;
|
||||||
|
}
|
||||||
|
.nav-collapse .nav {
|
||||||
|
float: none;
|
||||||
|
margin: 0 0 10px;
|
||||||
|
}
|
||||||
|
.nav-collapse .nav > li {
|
||||||
|
float: none;
|
||||||
|
}
|
||||||
|
.nav-collapse, .nav-collapse.collapse {
|
||||||
|
width: 100%;
|
||||||
|
display: inherit;
|
||||||
|
}
|
||||||
|
.thumbnail .more {
|
||||||
|
margin-left:-21px;
|
||||||
|
width:40px;
|
||||||
|
height:40px;
|
||||||
|
border-radius:30px;
|
||||||
|
line-height: 40px;
|
||||||
|
}
|
||||||
|
.thumbnail:hover .more {
|
||||||
|
margin-top:-20px;
|
||||||
|
}
|
||||||
|
.newsletter form {
|
||||||
|
text-align:center;
|
||||||
|
}
|
||||||
|
}
|
||||||
|
@media (max-width: 767px) {
|
||||||
|
.info-mail {
|
||||||
|
width:90%;
|
||||||
|
padding:15px 0px;
|
||||||
|
}
|
||||||
|
.project-description {
|
||||||
|
padding-left:20px;
|
||||||
|
}
|
||||||
|
.price-column, .testimonial {
|
||||||
|
margin-top:30px;
|
||||||
|
}
|
||||||
|
}
|
||||||
BIN
favicon.ico
Normal file
|
After Width: | Height: | Size: 17 KiB |
BIN
fonts/pluton.eot
Normal file
51
fonts/pluton.svg
Normal file
@@ -0,0 +1,51 @@
|
|||||||
|
<?xml version="1.0" standalone="no"?>
|
||||||
|
<!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1//EN" "http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd">
|
||||||
|
<svg xmlns="http://www.w3.org/2000/svg">
|
||||||
|
<metadata>Copyright (C) 2012 by original authors @ fontello.com</metadata>
|
||||||
|
<defs>
|
||||||
|
<font id="porta" horiz-adv-x="1000" >
|
||||||
|
<font-face font-family="porta" font-weight="400" font-stretch="normal" units-per-em="1000" ascent="850" descent="-150" />
|
||||||
|
<missing-glyph horiz-adv-x="1000" />
|
||||||
|
<glyph glyph-name="plus" unicode="" d="M786 439l0-107q0-22-16-38t-38-16l-232 0 0-232q0-22-16-38t-38-16l-107 0q-22 0-38 16t-16 38l0 232-232 0q-22 0-38 16t-16 38l0 107q0 22 16 38t38 16l232 0 0 232q0 22 16 38t38 16l107 0q22 0 38-16t16-38l0-232 232 0q22 0 38-16t16-38z" horiz-adv-x="785.714" />
|
||||||
|
<glyph glyph-name="email" unicode="" d="M0 62l0 576q0 1 3 19l339-290-338-325q-4 14-4 20z m45 635q7 3 17 3l913 0q9 0 18-3l-340-291-45-36-89-73-89 73-45 36z m1-694l341 327 132-107 132 107 341-327q-8-3-17-3l-913 0q-8 0-16 3z m650 364l338 290q3-9 3-19l0-576q0-9-3-20z" horiz-adv-x="1037" />
|
||||||
|
<glyph glyph-name="cog" unicode="" d="M571 350q0 59-42 101t-101 42-101-42-42-101 42-101 101-42 101 42 42 101z m286 61l0-124q0-7-4-13t-11-7l-103-16q-11-30-22-51 20-28 60-77 6-7 6-14t-5-13q-15-21-55-60t-52-40q-7 0-15 5l-77 60q-25-13-51-21-9-76-16-104-4-16-20-16l-124 0q-8 0-14 5t-6 12l-16 103q-27 9-50 21l-79-60q-6-5-14-5t-14 6q-70 64-92 94-4 6-4 13t4 13q8 12 28 37t30 39q-15 28-23 55l-102 15q-7 1-12 7t-4 13l0 124q0 7 4 13t11 7l104 16q8 26 22 51-22 32-60 77-6 7-6 13t5 13q15 20 55 60t53 40q7 0 15-6l77-60q25 13 51 21 9 76 16 104 4 16 20 16l124 0q8 0 14-5t6-12l16-103q27-9 50-21l79 60q5 5 13 5 7 0 14-6 72-66 92-95 4-4 4-12 0-7-4-13-8-12-28-37t-30-39q15-28 23-55l102-16q7-1 12-7t4-13z" horiz-adv-x="857.143" />
|
||||||
|
<glyph glyph-name="ok" unicode="" d="M875 588l-535-600-340 338 123 124 196-195 420 458z" horiz-adv-x="875" />
|
||||||
|
<glyph glyph-name="cancel" unicode="" d="M123 654l181-181 181 181 123-124-181-179 183-184-124-121-181 183-181-183-123 123 183 183-181 179z" horiz-adv-x="609" />
|
||||||
|
<glyph glyph-name="calendar" unicode="" d="M0-150l0 648 893 0 0-648-893 0z m0 705l0 221 109 0 0-141 199 0 0 141 275 0 0-141 199 0 0 141 109 0 0-221-893 0z m168 139l0 156 82 0 0-156-82 0z m59-619q0-111 123-111 47 0 84 31 39 31 39 80 0 68-78 90 49 16 64 49 12 27-2 72-27 62-107 62-51 0-86-26t-37-77l72 0q0 45 49 47 43 0 45-53 0-49-84-47l0-57q49 0 68-8 23-12 23-47 0-57-55-61-43 0-47 55l-72 0z m281 146q49 14 88 47l0-297 70 0 0 371-64 0q-37-37-94-59l0-62z m135 473l0 156 82 0 0-156-82 0z" horiz-adv-x="893" />
|
||||||
|
<glyph glyph-name="help-circled" unicode="" d="M500 82l0 107q0 8-5 13t-13 5l-107 0q-8 0-13-5t-5-13l0-107q0-8 5-13t13-5l107 0q8 0 13 5t5 13z m143 375q0 49-31 91t-77 65-95 23q-136 0-207-119-8-13 4-23l74-56q4-3 11-3 9 0 14 7 30 38 48 51 19 13 48 13 27 0 48-15t21-33q0-21-11-34t-38-25q-35-16-64-48t-29-70l0-20q0-8 5-13t13-5l107 0q8 0 13 5t5 13q0 11 12 28t30 28q18 10 27 16t26 20 25 27 16 34 7 45z m214-107q0-117-57-215t-156-156-215-57-215 57-156 156-57 215 57 215 156 156 215 57 215-57 156-156 57-215z" horiz-adv-x="857.143" />
|
||||||
|
<glyph glyph-name="location" unicode="" d="M495 715q82-82 82-198t-82-197q-8-9-21-23t-48-60-60-92-48-113-22-130q0 63-20 129t-49 115-58 90-49 62l-20 21q-82 81-82 197t82 198 198 82 198-82z m-199-309q47 0 80 33t33 79-33 79-80 33q-45 0-78-33t-33-79 33-79 78-33z" horiz-adv-x="594" />
|
||||||
|
<glyph glyph-name="left-open" unicode="" d="M414-28l-364 363q-21 21-21 50t21 50l364 363q21 21 50 21t50-21l42-42q21-21 21-50t-21-50l-271-271 271-271q21-21 21-51t-21-50l-42-42q-21-21-50-21t-50 21z" horiz-adv-x="642.857" />
|
||||||
|
<glyph glyph-name="right-open" unicode="" d="M613 386q0-29-21-51l-364-363q-21-21-50-21t-50 21l-42 42q-21 22-21 51 0 30 21 50l271 271-271 271q-21 22-21 51 0 30 21 50l42 42q20 21 50 21t50-21l364-363q21-21 21-50z" horiz-adv-x="642.857" />
|
||||||
|
<glyph glyph-name="up-open" unicode="" d="M899 171q0-30-21-50l-42-42q-21-21-51-21t-50 21l-271 271-271-271q-20-21-50-21t-50 21l-42 42q-21 20-21 50t21 51l363 363q21 21 50 21t51-21l363-363q21-21 21-51z" horiz-adv-x="928.571" />
|
||||||
|
<glyph glyph-name="menu-1" unicode="" d="M68 62q0-30 21-51t51-21l793 0q30 0 51 21t21 51-21 51-51 21l-793 0q-29 0-51-21t-21-51z m0 288q0-30 21-51t51-21l793 0q30 0 51 21t21 51-21 51-51 21l-793 0q-29 0-51-21t-21-51z m0 288q0-30 21-51t51-21l793 0q30 0 51 21t21 51-21 51-51 21l-793 0q-29 0-51-21t-21-51z" horiz-adv-x="1073.242" />
|
||||||
|
<glyph glyph-name="link-ext" unicode="" d="M786 332l0-179q0-66-47-114t-114-47l-464 0q-66 0-114 47t-47 114l0 464q0 66 47 114t114 47l393 0q8 0 13-5t5-13l0-36q0-8-5-13t-13-5l-393 0q-37 0-63-26t-26-63l0-464q0-37 26-63t63-26l464 0q37 0 63 26t26 63l0 179q0 8 5 13t13 5l36 0q8 0 13-5t5-13z m214 482l0-286q0-15-11-25t-25-11-25 11l-98 98-364-364q-6-6-13-6t-13 6l-64 64q-6 6-6 13t6 13l364 364-98 98q-11 11-11 25t11 25 25 11l286 0q15 0 25-11t11-25z" horiz-adv-x="1000" />
|
||||||
|
<glyph glyph-name="menu" unicode="" d="M857 100l0-71q0-15-11-25t-25-11l-786 0q-15 0-25 11t-11 25l0 71q0 15 11 25t25 11l786 0q15 0 25-11t11-25z m0 286l0-71q0-15-11-25t-25-11l-786 0q-15 0-25 11t-11 25l0 71q0 15 11 25t25 11l786 0q15 0 25-11t11-25z m0 286l0-71q0-15-11-25t-25-11l-786 0q-15 0-25 11t-11 25l0 71q0 15 11 25t25 11l786 0q15 0 25-11t11-25z" horiz-adv-x="857.143" />
|
||||||
|
<glyph glyph-name="mail-alt" unicode="" d="M1000 454l0-443q0-37-26-63t-63-26l-821 0q-37 0-63 26t-26 63l0 443q25-27 56-49 202-137 277-193 32-23 52-37t53-27 61-14l1 0q28 0 61 14t53 27 52 37q95 69 278 193 32 22 56 49z m0 164q0-44-27-84t-68-69q-210-146-261-181-6-4-24-17t-30-21-29-18-32-15-28-5l-1 0q-13 0-28 5t-32 15-29 18-30 21-24 17q-51 36-146 102t-114 80q-35 23-65 64t-31 76q0 44 23 73t66 29l821 0q36 0 63-26t27-63z" horiz-adv-x="1000" />
|
||||||
|
<glyph glyph-name="angle-left" unicode="" d="M350 546q0-7-6-13l-219-219 219-219q6-6 6-13t-6-13l-28-28q-6-6-13-6t-13 6l-260 260q-6 6-6 13t6 13l260 260q6 6 13 6t13-6l28-28q6-6 6-13z" horiz-adv-x="357.143" />
|
||||||
|
<glyph glyph-name="angle-right" unicode="" d="M332 314q0-7-6-13l-260-260q-6-6-13-6t-13 6l-28 28q-6 6-6 13t6 13l219 219-219 219q-6 6-6 13t6 13l28 28q6 6 13 6t13-6l260-260q6-6 6-13z" horiz-adv-x="357.143" />
|
||||||
|
<glyph glyph-name="angle-up" unicode="" d="M600 189q0-7-6-13l-28-28q-6-6-13-6t-13 6l-219 219-219-219q-6-6-13-6t-13 6l-28 28q-6 6-6 13t6 13l260 260q6 6 13 6t13-6l260-260q6-6 6-13z" horiz-adv-x="642.857" />
|
||||||
|
<glyph glyph-name="angle-down" unicode="" d="M600 439q0-7-6-13l-260-260q-6-6-13-6t-13 6l-260 260q-6 6-6 13t6 13l28 28q6 6 13 6t13-6l219-219 219 219q6 6 13 6t13-6l28-28q6-6 6-13z" horiz-adv-x="642.857" />
|
||||||
|
<glyph glyph-name="desktop" unicode="" d="M1000 296l0 464q0 7-5 13t-13 5l-893 0q-7 0-13-5t-5-13l0-464q0-7 5-13t13-5l893 0q7 0 13 5t5 13z m71 464l0-607q0-37-26-63t-63-26l-304 0q0-21 9-43t18-40 9-24q0-15-11-25t-25-11l-286 0q-15 0-25 11t-11 25q0 8 9 25t18 39 9 44l-304 0q-37 0-63 26t-26 63l0 607q0 37 26 63t63 26l893 0q37 0 63-26t26-63z" horiz-adv-x="1071.429" />
|
||||||
|
<glyph glyph-name="mobile" unicode="" d="M259 64q0 18-13 32t-32 13-32-13-13-32 13-32 32-13 32 13 13 32z m116 89l0 393q0 7-5 13t-13 5l-286 0q-7 0-13-5t-5-13l0-393q0-7 5-13t13-5l286 0q7 0 13 5t5 13z m-107 473q0 9-9 9l-89 0q-9 0-9-9t9-9l89 0q9 0 9 9z m161 9l0-571q0-29-21-50t-50-21l-286 0q-29 0-50 21t-21 50l0 571q0 29 21 50t50 21l286 0q29 0 50-21t21-50z" horiz-adv-x="428.571" />
|
||||||
|
<glyph glyph-name="calendar-empty" unicode="" d="M71-79l786 0 0 571-786 0 0-571z m214 679l0 161q0 8-5 13t-13 5l-36 0q-8 0-13-5t-5-13l0-161q0-8 5-13t13-5l36 0q8 0 13 5t5 13z m429 0l0 161q0 8-5 13t-13 5l-36 0q-8 0-13-5t-5-13l0-161q0-8 5-13t13-5l36 0q8 0 13 5t5 13z m214 36l0-714q0-29-21-50t-50-21l-786 0q-29 0-50 21t-21 50l0 714q0 29 21 50t50 21l71 0 0 54q0 37 26 63t63 26l36 0q37 0 63-26t26-63l0-54 214 0 0 54q0 37 26 63t63 26l36 0q37 0 63-26t26-63l0-54 71 0q29 0 50-21t21-50z" horiz-adv-x="928.571" />
|
||||||
|
<glyph glyph-name="github-circled" unicode="" d="M480 354q16 0 42 2t41 2 32-4 29-14q26-26 26-60 0-64-43-84t-127-20-127 20-43 84q0 34 26 60 12 10 29 14t32 4 41-2 42-2z m-80-128q14 0 23 14t9 32q0 46-32 46t-32-46q0-18 9-32t23-14z m160 0q14 0 24 14t10 32q0 20-10 33t-24 13q-32 0-32-46 0-18 9-32t23-14z m-80 604q200 0 340-140t140-340q0-198-140-339t-340-141q-198 0-339 141t-141 339q0 200 141 340t339 140z m44-676q188 0 188 184 0 56-38 98 4 4 1 41t-17 71q-44-6-114-52-20 6-64 6-40 0-64-6-30 20-59 33t-41 17l-14 2q-14-34-17-71t1-41q-38-42-38-98 0-184 188-184l88 0z" horiz-adv-x="960" />
|
||||||
|
<glyph glyph-name="vimeo-circled" unicode="" d="M480 830q200 0 340-140t140-340q0-198-140-339t-340-141q-198 0-339 141t-141 339q0 200 141 340t339 140z m220-386q14 82-48 94-60 14-110-40-28-28-34-66 38 24 56-1t-2-63q-44-84-64-84-14 0-36 94-4 14-8 40t-8 45-12 39-20 29-30 5q-26-6-60-32t-56-50l-20-24 18-24q4 4 10 8t22 10 20-2q6-8 37-113t39-121q14-28 38-43t58 1q54 36 124 120t86 178z" horiz-adv-x="960" />
|
||||||
|
<glyph glyph-name="twitter-circled" unicode="" d="M480 830q200 0 340-140t140-340q0-198-140-339t-340-141q-198 0-339 141t-141 339q0 200 141 340t339 140z m196-392q30 22 46 48-32-12-54-14 30 18 42 52-30-16-60-22-28 28-70 28-40 0-67-28t-27-66q0-2 1-10t1-12q-120 6-194 100-14-24-14-48 0-50 44-78-26 0-44 12l0-2q0-34 21-60t55-32q-16-4-24-4-12 0-18 2 20-66 88-66-50-40-118-40l-22 0q68-42 144-42 122 0 196 83t74 187l0 12z" horiz-adv-x="960" />
|
||||||
|
<glyph glyph-name="facebook-circled" unicode="" d="M480 830q200 0 340-140t140-340q0-198-140-339t-340-141-340 141-140 339q0 200 140 340t340 140z m114-330l0 78-72 0q-44 0-74-33t-30-81l0-44-76 0 0-74 76 0 0-222 86 0 0 222 90 0 0 74-90 0 0 52q0 28 18 28l72 0z" horiz-adv-x="960" />
|
||||||
|
<glyph glyph-name="gplus-circled" unicode="" d="M434 486q8-30-1-57t-31-33l-10 0q-42 0-60 60-6 30 2 54 10 24 30 30 2 2 10 2 44 0 60-56z m46 344q200 0 340-140t140-340q0-198-140-339t-340-141q-198 0-339 141t-141 339q0 200 141 340t339 140z m-28-686q60 30 60 98 0 44-52 92-26 22-26 32 0 12 20 26 34 34 34 80 0 58-36 78 2 2 10 3t10 1q40 4 40 16l0 4-116 0q-12 0-33-4t-53-32-32-76q0-56 38-80 22-16 56-16l6 0q-4-24 16-50l-2 0q-138 0-138-94 0-40 28-63t49-27 39-4l8 0q40 0 74 16z m254 208l0 48-76 0 0 76-48 0 0-76-76 0 0-48 76 0 0-76 48 0 0 76 76 0z m-314-58q32 0 52-17t22-43-19-44-55-20q-34-4-60 11t-28 41q0 26 22 48 20 20 58 24l8 0z" horiz-adv-x="960" />
|
||||||
|
<glyph glyph-name="pinterest-circled" unicode="" d="M480 830q200 0 340-140t140-340q0-198-140-339t-340-141-340 141-140 339q0 200 140 340t340 140z m32-592q82-8 128 64t34 162q-10 72-74 110t-146 28q-66-8-117-56t-53-118q-4-100 70-116 10 24 9 33t-10 24-11 27q-14 96 78 144t158-18q48-48 20-148t-98-86q-40 8-33 54t24 86-21 60q-42 18-65-33t1-89q-4-20-21-83t-18-87 1-98q52 38 78 172 46-30 66-32z" horiz-adv-x="960" />
|
||||||
|
<glyph glyph-name="linkedin-circled" unicode="" d="M480 830q200 0 340-140t140-340q0-198-140-339t-340-141q-198 0-339 141t-141 339q0 200 141 340t339 140z m-118-678l0 312-96 0 0-312 96 0z m-48 352q52 0 52 48t-52 48q-22 0-37-14t-15-34q0-48 52-48z m404-352l0 184q0 66-31 101t-81 35q-66 0-96-50l-2 0-6 42-84 0q2-28 2-100l0-212 98 0 0 180q0 18 4 24 12 38 50 38 48 0 48-68l0-174 98 0z" horiz-adv-x="960" />
|
||||||
|
<glyph glyph-name="dribbble-circled" unicode="" d="M494 352q-44-14-82-44t-55-51-25-35q-48 58-48 128l0 4q106 0 200 28l14-28z m114 148q-32-42-100-68-26 48-70 110 14 4 42 4 72 0 128-46z m-246-304q40 80 152 120 34-92 40-146-36-16-74-16-68 0-118 42z m104 222q-92-24-176-24 18 92 104 134 32-40 72-110z m90-92q12 2 38 2 30 0 80-10-16-82-82-128-6 56-36 136z m-76 504q200 0 340-140t140-340q0-198-140-339t-340-141q-198 0-339 141t-141 339q0 200 141 340t339 140z m0-714q98 0 167 69t69 165q0 98-69 167t-167 69-166-69-68-167q0-96 68-165t166-69z m46 282q72 28 108 74 42-52 42-116-48 8-90 8-30 0-44-2-2 2-2 4 0 4-2 4-2 4-6 13t-6 15z" horiz-adv-x="960" />
|
||||||
|
<glyph glyph-name="stumbleupon-circled" unicode="" d="M480 830q198 0 339-140t141-340q0-198-141-339t-339-141q-200 0-340 141t-140 339q0 200 140 340t340 140z m0-368q26 0 26-26l0-30 34-18 52 18 0 30q0 46-33 79t-79 33-80-33-34-79l0-160q0-26-26-26t-26 26l0 68-88 0 0-68q0-46 34-79t80-33 79 33 33 79l0 160q0 26 28 26z m252-186l0 68-86 0 0-68q0-26-26-26-28 0-28 26l0 68-52-16-34 16 0-68q0-46 33-79t81-33q46 0 79 33t33 79z" horiz-adv-x="960" />
|
||||||
|
<glyph glyph-name="lastfm-circled" unicode="" d="M480 830q198 0 339-140t141-340q0-198-141-339t-339-141q-200 0-340 141t-140 339q0 200 140 340t340 140z m132-620q120 0 120 80 0 66-76 84l-38 8q-32 8-32 34 0 30 40 30 44 0 46-34l58 6q-6 74-100 74-102 0-102-84 0-60 66-76l40-8q40-10 40-36 0-32-62-32-76 0-100 74l-20 58q-18 58-45 81t-85 23q-54 0-95-40t-41-106q0-62 39-99t93-37 86 26l-18 50q-28-28-66-28-32 0-55 25t-23 65q0 50 25 73t57 23q34 0 49-18t27-56l18-58q32-102 154-102z" horiz-adv-x="960" />
|
||||||
|
<glyph glyph-name="skype-circled" unicode="" d="M588 358q20-12 28-30 10-20 10-44 0-32-18-56-12-22-48-40-38-14-78-14-54 0-88 20-22 12-40 36-16 26-16 46 0 14 10 24 14 10 26 10 14 0 22-8 8-4 14-22 2-6 7-15t7-11q6-8 20-16 16-6 36-6 32 0 50 12 18 14 18 32 0 16-10 24-10 10-26 16-6 2-21 5t-23 5q-20 4-66 20-20 10-42 32-16 22-16 52 0 28 18 50 16 22 48 34 30 12 72 12 34 0 56-8 20-4 42-20 18-18 24-28 6-16 6-30t-10-24-24-10q-12 0-22 6-8 8-14 20-10 18-22 28-10 10-42 10-26 0-42-10-16-12-16-24 0-10 6-16 8-8 14-10 4-2 20-8 18-6 34-10 36-8 54-14 28-10 42-20z m-108 472q200 0 340-140t140-340q0-198-140-339t-340-141q-198 0-339 141t-141 339q0 200 141 340t339 140z m116-748q58 0 100 43t42 103q0 34-16 66 6 28 6 54 0 104-72 178t-174 74q-28 0-42-2-34 22-74 22-60 0-102-43t-42-103q0-40 20-76-4-16-4-50 0-104 72-178t172-74q32 0 46 4 30-18 68-18z" horiz-adv-x="960" />
|
||||||
|
<glyph glyph-name="globe" unicode="" d="M429 779q117 0 215-57t156-156 57-215-57-215-156-156-215-57-215 57-156 156-57 215 57 215 156 156 215 57z m153-291q-1-1-5-5t-8-5q1 0 3 3t3 6 2 4q3 4 12 8 8 3 29 7 19 4 28-6-1 1 5 7t8 7q2 1 8 3t8 4l1 12q-7-1-10 4t-4 12q0-1-3-4 0 4-3 4t-6-1-5-1q-6 2-8 4t-4 9-2 8q-1 3-5 6t-5 6q-1 1-1 3t-2 4-2 3-3 1-4-3-4-6-3-3q-2 1-3 1t-3-1-3-2-3-2q-2-1-5-2t-5-1q8 3-1 6-6 2-9 2 5 2 4 7t-5 8l3 0q-1 2-5 5t-10 5-7 3q-4 3-19 5t-18 0q-3-3-3-6t2-8 2-7q1-3-3-7t-4-7q0-4 8-9t6-12q-2-4-9-9t-9-7q-3-4-1-10t6-9q1-1 1-2t-2-3-3-2-4-2l-2-1q-6-3-11 3t-8 15q-4 14-9 17-13 4-16-1-3 7-23 15-14 5-32 2 3 1 0 8-4 8-11 7 2 3 2 10t1 8q2 7 7 13 1 1 4 5t5 8 0 3q20-2 28 6 3 3 6 9t6 9q5 3 8 3t8-3 8-3q8-1 9 6t-4 11q7-1 2 9-3 4-4 5-7 2-15-3-4-2 1-4-1 1-5-6t-9-10-9 3q-1 1-3 8t-5 8q-4 0-9-8 2 4-6 8t-13 4q11 7-4 15-4 2-11 3t-11-2q-3-4-3-6t3-4 6-3 6-2 5-2q8-6 4-8-1-1-5-2t-6-3-3-2q-2-2 0-8t-1-8q-3 3-5 10t-4 9q4-5-14-3l-6 1q-2 0-9-1t-11-1-8 4q-2 4 0 11 1 2 2 1-2 2-6 5t-6 5q-26-8-52-23 3-1 7 1 3 1 7 4t6 3q19 8 23 4l3 3q8-9 11-14-4 2-17 1-11-3-12-7 4-7 3-10-2 2-6 6t-8 6-8 3q-9 0-12-1-81-45-131-124 4-4 7-4 2-1 3-5t1-6 6 2q5-4 2-11 1 1 25-15 11-9 12-12 2-6-6-10-1 1-5 5t-5 2q-2-3 0-10t6-7q-4 0-5-9t-1-20-1-13l1-1q-2-7 3-19t12-11q-7-2 11-24 3-4 4-5 2-1 7-4t8-6 6-6q2-3 6-13t8-13q-1-3 5-11t6-13q-1 0-1-1t-1-1q2-4 9-8t9-7q1-2 1-6t2-6 4-1q1 11-13 35-8 14-9 16-2 3-3 9t-3 8q1 0 3-1t5-2 4-2 1-2q-2-4 1-10t7-10 9-11 7-7q3-3 8-11t0-8q5 0 11-6t9-11q3-4 4-15t3-13q1-4 5-8t7-5l9-4t7-4q3-1 10-6t12-6q6-2 9-2t8 1 8 2q8 1 16-8t12-12q20-11 31-6-1-1 0-4t4-9 5-8 3-5q3-3 10-8t10-8q3 2 4 5-2-4 4-11t10-6q8 2 8 18-17-8-27 10 0 1-1 3t-2 5-1 5 0 4 3 2q5 0 6 2t-1 7-2 7q-1 4-6 11t-7 8q-3-5-9-4t-9 5q0-1-1-3t-1-4q-7 0-8 1 1 2 1 10t2 13q1 2 3 7t4 8 2 7-3 5-10 1q-11-1-15-11-1-2-2-6t-3-6-5-4q-4-2-13-1t-13 3q-7 4-13 16t-5 21q0 6 1 15t2 14-3 14q2 1 5 5t6 6q1 1 3 1t3 0 2 1 2 3q-1 1-2 2-2 2-2 2 4-2 16 1t15-1q8-6 12 1 0 1-1 5t0 8q3-15 16-5 2-2 9-3t10-3q2-1 4-3t3-3 3 0 5 4q6-8 7-13 6-22 11-25 4-2 6-1t3 5 0 8-1 7l-1 4 0 10-1 4q-8 2-10 7t1 10 8 10q1 1 4 2t9 4 7 4q12 11 8 20 4 0 6 5-1 0-3 2t-4 3-3 1q5 3 1 9 3 2 4 6t4 6q5-7 12-1 4 4 1 9 3 4 11 6t10 5q4-1 4 1t1 7 2 7q2 3 8 5t7 3l9 6q2 2 0 2 10-1 17 6 6 6-3 11 2 3-2 5t-8 3q2 1 6 0t6 1q8 6-4 9-9 3-24-7z m-91-489q115 20 196 105-2 2-7 3t-7 2q-10 4-13 4 1 4-1 7t-4 5-7 4-6 4q-1 1-4 3t-4 3-4 3-5 1-6-1l-2-1q-2-1-3-1t-3-2-2-2 0-1q-12 9-20 12-3 1-6 3t-6 4-6 1-6-4q-3-3-3-8t-1-7q-4 3 0 10t1 10q-2 3-6 3t-7-3-6-5-5-4-5-3-5-4q-2-2-3-7t-3-6q-1 2-6 4t-5 3q1-6 2-20t3-21q4-17-7-27-15-14-16-22-2-12 7-15 0-4-4-11t-4-12q0-3 1-9z" horiz-adv-x="857.143" />
|
||||||
|
<glyph glyph-name="award" unicode="" d="M256 357q-41 90-41 207l-143 0 0-54q0-44 53-90t131-63z m602 153l0 54-143 0q0-117-41-207 79 16 131 63t53 90z m71 71l0-71q0-40-23-80t-62-73-97-54-120-25q-23-30-53-53-21-19-29-40t-8-50q0-30 17-51t54-21q42 0 74-25t33-64l0-36q0-8-5-13t-13-5l-464 0q-8 0-13 5t-5 13l0 36q0 39 33 64t74 25q37 0 54 21t17 51q0 28-8 50t-29 40q-30 23-53 53-63 3-120 25t-97 54-62 73-23 80l0 71q0 22 16 38t38 16l161 0 0 54q0 37 26 63t63 26l321 0q37 0 63-26t26-63l0-54 161 0q22 0 38-16t16-38z" horiz-adv-x="928.571" />
|
||||||
|
<glyph glyph-name="user" unicode="" d="M786 66q0-67-41-106t-108-39l-488 0q-68 0-108 39t-41 106q0 30 2 58t8 61 15 61 24 54 35 45 48 30 62 11q5 0 23-12t42-27 60-27 74-12 74 12 60 27 42 27 23 12q34 0 62-11t48-30 35-45 24-54 15-61 8-61 2-58z m-179 498q0-89-63-151t-151-63-151 63-63 151 63 151 151 63 151-63 63-151z" horiz-adv-x="785.714" />
|
||||||
|
<glyph glyph-name="users" unicode="" d="M331 350q-90-3-148-71l-75 0q-46 0-77 23t-31 66q0 197 69 197 3 0 24-12t54-24 66-12q37 0 74 13-3-21-3-37 0-78 45-143z m598-355q0-67-41-106t-108-39l-488 0q-68 0-108 39t-41 106q0 30 2 58t8 61 15 61 24 54 35 45 48 30 62 11q6 0 24-12t41-27 60-27 75-12 75 12 60 27 41 27 24 12q34 0 62-11t48-30 35-45 24-54 15-61 8-61 2-58z m-571 713q0-59-42-101t-101-42-101 42-42 101 42 101 101 42 101-42 42-101z m393-214q0-89-63-151t-151-63-151 63-63 151 63 151 151 63 151-63 63-151z m321-126q0-44-31-66t-77-23l-75 0q-57 69-148 71 45 65 45 143 0 16-3 37 37-13 74-13 33 0 66 12t54 24 24 12q69 0 69-197z m-71 340q0-59-42-101t-101-42-101 42-42 101 42 101 101 42 101-42 42-101z" horiz-adv-x="1071.429" />
|
||||||
|
<glyph glyph-name="chart-bar" unicode="" d="M688-97l0 893 223 0 0-893-223 0z m-335 0l0 670 223 0 0-670-223 0z m-335 0l0 447 223 0 0-447-223 0z" horiz-adv-x="928" />
|
||||||
|
<glyph glyph-name="phone" unicode="" d="M786 158q0-15-6-39t-12-38q-12-28-68-59-52-28-104-28-15 0-29 2t-32 7-27 8-31 11-27 10q-55 20-98 46-71 44-148 120t-120 148q-27 43-46 98-2 5-10 27t-11 31-8 27-7 32-2 29q0 51 28 104 31 56 59 68 14 6 38 12t39 6q8 0 12-2 10-3 30-42 6-11 17-30t20-35 17-30q2-2 10-14t12-20 4-16q0-11-16-28t-35-31-35-30-16-26q0-5 3-13t5-11 8-13 6-11q42-76 97-131t131-97q1-1 11-6t13-8 11-5 13-3q10 0 26 16t30 35 31 35 28 16q8 0 16-4t20-12 14-10q14-8 30-17t35-20 30-17q39-20 42-30 2-4 2-12z" horiz-adv-x="785.714" />
|
||||||
|
<glyph glyph-name="megaphone" unicode="" d="M929 493q30 0 50-21t21-50-21-50-50-21l0-214q0-29-21-50t-50-21q-233 194-453 212-32-11-51-37t-17-56 22-52q-11-18-13-37t3-32 19-31 27-28 34-28q-16-32-62-46t-94-6-74 31q-4 13-16 49t-18 53-13 50-8 56 2 55 12 62l-68 0q-37 0-63 26t-26 63l0 107q0 37 26 63t63 26l268 0q243 0 500 214 29 0 50-21t21-50l0-214z m-71-337l0 532q-220-169-429-191l0-151q210-23 429-190z" horiz-adv-x="1000" />
|
||||||
|
</font>
|
||||||
|
</defs>
|
||||||
|
</svg>
|
||||||
|
After Width: | Height: | Size: 18 KiB |
BIN
fonts/pluton.ttf
Normal file
BIN
fonts/pluton.woff
Normal file
BIN
images/About.png
Normal file
|
After Width: | Height: | Size: 4.7 KiB |
BIN
images/Client1.png
Normal file
|
After Width: | Height: | Size: 3.7 KiB |
BIN
images/Client2.png
Normal file
|
After Width: | Height: | Size: 3.7 KiB |
BIN
images/Client3.png
Normal file
|
After Width: | Height: | Size: 3.7 KiB |
BIN
images/Ipad.png
Normal file
|
After Width: | Height: | Size: 13 KiB |
BIN
images/Left.png
Normal file
|
After Width: | Height: | Size: 3.5 KiB |
BIN
images/Portfolio01.png
Normal file
|
After Width: | Height: | Size: 8.5 KiB |
BIN
images/Portfolio01_martn1.png
Normal file
|
After Width: | Height: | Size: 672 KiB |
BIN
images/Portfolio01_martn1_400.png
Normal file
|
After Width: | Height: | Size: 250 KiB |
BIN
images/Portfolio01_martn2.png
Normal file
|
After Width: | Height: | Size: 173 KiB |
BIN
images/Portfolio01_martn2_400.png
Normal file
|
After Width: | Height: | Size: 70 KiB |
BIN
images/Portfolio01_martn3.png
Normal file
|
After Width: | Height: | Size: 187 KiB |
BIN
images/Portfolio01_martn3_400.png
Normal file
|
After Width: | Height: | Size: 58 KiB |
BIN
images/Portfolio02.png
Normal file
|
After Width: | Height: | Size: 8.5 KiB |
BIN
images/Portfolio02_talkmeet1.png
Normal file
|
After Width: | Height: | Size: 50 KiB |
BIN
images/Portfolio02_talkmeet1_400.png
Normal file
|
After Width: | Height: | Size: 20 KiB |
BIN
images/Portfolio02_talkmeet2.png
Normal file
|
After Width: | Height: | Size: 51 KiB |
BIN
images/Portfolio02_talkmeet2_400.png
Normal file
|
After Width: | Height: | Size: 20 KiB |
BIN
images/Portfolio02_talkmeet3.png
Normal file
|
After Width: | Height: | Size: 77 KiB |
BIN
images/Portfolio02_talkmeet3_400.png
Normal file
|
After Width: | Height: | Size: 30 KiB |
BIN
images/Portfolio03.png
Normal file
|
After Width: | Height: | Size: 8.5 KiB |
BIN
images/Portfolio04.png
Normal file
|
After Width: | Height: | Size: 8.5 KiB |
BIN
images/Portfolio05.png
Normal file
|
After Width: | Height: | Size: 8.5 KiB |
BIN
images/Portfolio06.png
Normal file
|
After Width: | Height: | Size: 8.5 KiB |
BIN
images/Portfolio07.png
Normal file
|
After Width: | Height: | Size: 8.5 KiB |
BIN
images/Portfolio08.png
Normal file
|
After Width: | Height: | Size: 8.5 KiB |
BIN
images/Portfolio09.png
Normal file
|
After Width: | Height: | Size: 8.5 KiB |
BIN
images/Right.png
Normal file
|
After Width: | Height: | Size: 3.5 KiB |
BIN
images/Service.png
Normal file
|
After Width: | Height: | Size: 24 KiB |
BIN
images/Service_chatbot.png
Normal file
|
After Width: | Height: | Size: 222 KiB |
BIN
images/Service_machinelearning.png
Normal file
|
After Width: | Height: | Size: 942 KiB |
BIN
images/Service_martn.png
Normal file
|
After Width: | Height: | Size: 509 KiB |
BIN
images/Service_talk_meet.png
Normal file
|
After Width: | Height: | Size: 94 KiB |
BIN
images/Slider.png
Normal file
|
After Width: | Height: | Size: 4.5 KiB |
BIN
images/Slider01.png
Normal file
|
After Width: | Height: | Size: 57 KiB |
BIN
images/Slider02.png
Normal file
|
After Width: | Height: | Size: 821 KiB |
BIN
images/Slider03.png
Normal file
|
After Width: | Height: | Size: 357 KiB |
BIN
images/Slider04.png
Normal file
|
After Width: | Height: | Size: 104 KiB |
BIN
images/brand-bg.png
Normal file
|
After Width: | Height: | Size: 311 KiB |
BIN
images/bx_loader.gif
Normal file
|
After Width: | Height: | Size: 8.4 KiB |
BIN
images/clients/ClientLogo01.png
Normal file
|
After Width: | Height: | Size: 4.2 KiB |
BIN
images/clients/ClientLogo02.png
Normal file
|
After Width: | Height: | Size: 4.2 KiB |
BIN
images/clients/ClientLogo03.png
Normal file
|
After Width: | Height: | Size: 4.2 KiB |
BIN
images/clients/ClientLogo04.png
Normal file
|
After Width: | Height: | Size: 4.2 KiB |
BIN
images/clients/ClientLogo05.png
Normal file
|
After Width: | Height: | Size: 4.2 KiB |
BIN
images/clients/ClientLogo06.png
Normal file
|
After Width: | Height: | Size: 3.7 KiB |
BIN
images/fs.spinner.gif
Normal file
|
After Width: | Height: | Size: 2.5 KiB |
BIN
images/iBook.png
Normal file
|
After Width: | Height: | Size: 19 KiB |
BIN
images/iMac.png
Normal file
|
After Width: | Height: | Size: 22 KiB |
BIN
images/iPhone.png
Normal file
|
After Width: | Height: | Size: 11 KiB |
BIN
images/ico/apple-touch-icon-114.png
Normal file
|
After Width: | Height: | Size: 480 B |
BIN
images/ico/apple-touch-icon-144.png
Normal file
|
After Width: | Height: | Size: 547 B |
BIN
images/ico/apple-touch-icon-57.png
Normal file
|
After Width: | Height: | Size: 341 B |
BIN
images/ico/apple-touch-icon-72.png
Normal file
|
After Width: | Height: | Size: 374 B |
BIN
images/ico/favicon.ico
Normal file
|
After Width: | Height: | Size: 17 KiB |
BIN
images/logo.png
Normal file
|
After Width: | Height: | Size: 12 KiB |
BIN
images/logo_ncue1.png
Normal file
|
After Width: | Height: | Size: 13 KiB |
BIN
images/logo_ncue2.png
Normal file
|
After Width: | Height: | Size: 14 KiB |
BIN
images/logo_ncue3.png
Normal file
|
After Width: | Height: | Size: 11 KiB |
BIN
images/logo_ncue4.png
Normal file
|
After Width: | Height: | Size: 28 KiB |
BIN
images/logo_ncue5.png
Normal file
|
After Width: | Height: | Size: 15 KiB |
BIN
images/nav-icon.png
Normal file
|
After Width: | Height: | Size: 141 B |
BIN
images/service/desmetalk/desmetalk01.png
Normal file
|
After Width: | Height: | Size: 568 KiB |
BIN
images/service/desmetalk/desmetalk02.png
Normal file
|
After Width: | Height: | Size: 200 KiB |
BIN
images/service/desmetalk/desmetalk03.png
Normal file
|
After Width: | Height: | Size: 62 KiB |
BIN
images/service/desmetalk/desmetalk04.png
Normal file
|
After Width: | Height: | Size: 42 KiB |
BIN
images/service/desmetalk/desmetalk05.png
Normal file
|
After Width: | Height: | Size: 57 KiB |
BIN
images/service/desmetalk/desmetalk06.png
Normal file
|
After Width: | Height: | Size: 64 KiB |
BIN
images/service/desmetalk/desmetalk07.png
Normal file
|
After Width: | Height: | Size: 85 KiB |
BIN
images/service/desmetalk/desmetalk08.png
Normal file
|
After Width: | Height: | Size: 44 KiB |
BIN
images/service/desmetalk/desmetalk09.png
Normal file
|
After Width: | Height: | Size: 119 KiB |
BIN
images/service/desmetalk/desmetalk10.png
Normal file
|
After Width: | Height: | Size: 67 KiB |
BIN
images/service/desmetalk/desmetalk11.png
Normal file
|
After Width: | Height: | Size: 124 KiB |
BIN
images/service/desmetalk/desmetalk12.png
Normal file
|
After Width: | Height: | Size: 337 KiB |
BIN
images/service/desmetalk/desmetalk13.png
Normal file
|
After Width: | Height: | Size: 87 KiB |
BIN
images/service/desmetalk/desmetalk14.png
Normal file
|
After Width: | Height: | Size: 151 KiB |
BIN
images/service/desmetalk/desmetalk15.png
Normal file
|
After Width: | Height: | Size: 57 KiB |
BIN
images/service/martn/martn01.png
Normal file
|
After Width: | Height: | Size: 86 KiB |
BIN
images/service/martn/martn02.png
Normal file
|
After Width: | Height: | Size: 131 KiB |
BIN
images/service/martn/martn03.png
Normal file
|
After Width: | Height: | Size: 81 KiB |
BIN
images/service/martn/martn04.png
Normal file
|
After Width: | Height: | Size: 157 KiB |
BIN
images/service/martn/martn05.png
Normal file
|
After Width: | Height: | Size: 88 KiB |
BIN
images/service/martn/martn06.png
Normal file
|
After Width: | Height: | Size: 120 KiB |