/* Main Styles */

::selection {
    background-color: #ececec;
}

html, body {
    background: #fff;
    width: 100%;
    height: 100%;
    padding: 0;
    margin-left: 0;
    margin-right: 0;
    font-family: 'Open Sans', Helvetica, Arial;
    -webkit-font-smoothing: antialiased;
}

body {
    overflow-x: hidden;
}

img {
    -moz-user-select: none;
    -webkit-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-user-drag: none;
    user-drag: none;
}

a,
a:hover,
a:active,
a:focus {
    text-decoration: none;
    outline: none;

}

h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {
    font-family: 'Open Sans', sans-serif;
    font-weight: 100;
}

p {
    margin: 0 0 5px;
}

/*h3{
		margin-top: 0px!important;
	}*/

.clear {
    clear: both;
}

ol, ul {
    list-style: none;
    padding: 0;
}

b.caret {
    margin: -3px 0 auto 5px;
}

.btn {
    outline: none;
    -webkit-transition: all 0.4s;
    -moz-transition: all 0.4s;
    transition: all 0.4s;
}

.btn:focus {
    outline: none;
}

.btn:active {
    outline: none;
}

/* Font Classes */

.condensed {
    font-family: 'Open Sans Condensed', sans-serif;
}

.playball {
    font-family: 'Playball', cursive;
}

.exo {
    font-family: 'Exo';
}

.share {
    font-family: 'Share Tech Mono';
}

.roboto {
    font-family: 'Roboto';
}

/* Page Animated item Styles */

.animated {
    visibility: hidden;
}

.visible {
    visibility: visible;
}

/* Background Animation */

@-webkit-keyframes BackgroundAnimation {
    from {
        background-position: 0px 0px;
    }
    to {
        background-position: 9600px 0px;
    }
}

@-moz-keyframes BackgroundAnimation {
    from {
        background-position: 0px 0px;
    }
    to {
        background-position: 9600px 0px;
    }
}

@-ms-keyframes BackgroundAnimation {
    from {
        background-position: 0px 0px;
    }
    to {
        background-position: 9600px 0px;
    }
}

/* Page Loading */

#pageloader {
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    background-color: #03263a;
    z-index: 9999;
}

.loader-item {
    position: absolute;
    width: 40px;
    height: 40px;
    margin: -20px 0 0 -20px;
    top: 50%;
    left: 50%;
    text-align: center;
    background: white;
    border-left: 3px solid;
    border-right: 3px solid;
    border-top: 3px solid;
    border-bottom: 3px solid transparent !important;
    border-radius: 200px;
}

.loader-item h2 {
    color: #ccc;
    margin: 0 auto;
    font-size: 20px;
}

/* Oxygen First Styles */

/* Containers */

.container {
    width: 100%;
    height: auto;
    padding: 0;
    margin: 0;
}

.inner {
    width: 100%;
    height: auto;
    max-width: 1170px;
    position: relative;
    margin: 0 auto;
    padding: 100px 0;
    text-align: center;
}

.inner-4 {
    width: 100%;
    height: auto;
    max-width: 1366px;
    position: relative;
    margin: 0 auto;
    padding: 100px 0 0 0;
    text-align: center;
}

.inner-process {
    width: 100%;
    height: auto;
    max-width: 1170px;
    position: relative;
    margin: 0 auto;
    padding: 115px 0 0 0;
    text-align: center;
}

.inner:after {
    clear: both;
}

.fullwidth {
    width: 100%;
    max-width: 100%;
}

.transparent {
    background: transparent !important;
}

.no-padding {
    padding: 0 !important;
}

.no-margin {
    margin: 0 !important;
}

/* Positions */

.relative {
    position: relative;
}

.absolute {
    position: absolute;
}

.fixed {
    position: fixed;
}

/* Patterns */

.pattern-white:after {
    background: url(../images/pattern-white.png) repeat;
    content: '';
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    position: absolute;
}

.pattern-black:after {
    background: url(../images/pattern-black.png) repeat;
    content: '';
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    position: absolute;
}

.pattern-grid:after {
    background: url(../images/pattern-grid.png) repeat;
    content: '';
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    position: absolute;
    opacity: 0.05;
}

.transparent {
    background: transparent !important;
}

/* Fonts */

.header {
    width: 100%;
    height: auto;
    font-size: 2.5em;
    font-weight: 400;
    text-align: center;
    margin: 0 auto;
}

.header2 {
    width: 100%;
    height: auto;
    font-size: 70px;
    font-weight: 400;
    text-align: center;
    margin: 0 auto;
}

.t-left {
    text-align: left;
}

.t-center {
    text-align: center !important;
}

.t-right {
    text-align: right;
}

.dark {
    color: #505050;
}

.h-desc {
    font-size: 15px;
    font-weight: 100;
    text-align: center;
    margin: 20px auto;
    max-width: 900px;
    line-height: 20px;
}

.extrabold {
    font-weight: 800;
}

.bold {
    font-weight: 700;
}

.semibold {
    font-weight: 600;
}

.normal {
    font-weight: 400;
}

.light {
    font-weight: 100;
}

.italic {
    font-style: italic;
}

.uppercase {
    text-transform: uppercase;
}

.electrolize {
    font-family: 'Electrolize';
}

/* Colors */

.white {
    color: white !important;
}

.gray1 {
    color: #a8a7a7;
}

.gray2 {
    color: #8c8c8c;
}

.colored {
    color: #3498db;
}

.colored-bg {
    background-color: #3498db;
}

.gray-border {
    border-color: #eeeeee;
}

.colored-border {
    border-color: #3498db;
}

.colored-border-left {
    border-left-color: #3498db;
}

.colored-border-right {
    border-right-color: #3498db;
}

.white-bg {
    background-color: white !important;
}

.gray-bg {
    background-color: #f5f5f5 !important;
}

.black-bg {
    background-color: black !important;
}

/* Home Section */

#home {
    position: relative;
    width: 100%;
    height: auto;
    top: 0;
}

.home {
    background: url(../images/1.jpg) center center fixed;
    position: relative;
}

.home:after {
    clear: both;
}

/* Home Section Pattern Version */

.home-pattern-style {
    background: url(../images/pattern.png) repeat fixed;
    position: relative;
}

/* Home Section Animated Version */

.home-animated {
    background-image: url(../images/freesoft/background_new.png);
    background-size: cover;
    background-position: 50% 50%;
    background-attachment: scroll !important;
    background-repeat: repeat;
    -webkit-animation: BackgroundAnimation 150s linear infinite;
    -moz-animation: BackgroundAnimation 150s linear infinite;
    -ms-animation: BackgroundAnimation 150s linear infinite;
}

.home-non-animated {
    background: url(../images/freesoft/background_new.png) center center fixed;
    background-size: cover;
    background-position: 50% 50%;
    background-attachment: scroll !important;
    margin: 0 auto;
    min-height: 625px;
}

.hometexts-1 {
    font-size: 400%;
    height: auto;
    color: white;
    line-height: 95px;
}

.hometexts-1 .slide-text-1 {
    margin-bottom: 0;
    width: auto;
    padding: 0;
}

.home-button {
    display: inline-block;
    background: rgba(26, 188, 156, 0.8);
    border: 1px solid rgba(0, 0, 0, 0.8);
    padding: 9px 22px;
    margin: 0 5px;
    font-size: 12px;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
    color: #ecf0f1;
}

.arrow-button {
    width: 0;
    height: 0;
    border-left: 20px solid transparent;
    border-right: 20px solid transparent;
    border-top: 20px solid #f00;
}

/*Strashen Buton*/

.buton {
    list-style: none;
    text-align: center;
}

.buton li {
    position: relative;
    display: inline-block;
    margin-right: -4px;
}

.buton a {
    display: block;
    background-color: #f7f7f7;
    background-image: -webkit-gradient(linear, left top, left bottom, from(#f7f7f7), to(#e7e7e7));
    background-image: -webkit-linear-gradient(top, #f7f7f7, #e7e7e7);
    background-image: -moz-linear-gradient(top, #f7f7f7, #e7e7e7);
    background-image: -ms-linear-gradient(top, #f7f7f7, #e7e7e7);
    background-image: -o-linear-gradient(top, #f7f7f7, #e7e7e7);
    color: #a7a7a7;
    margin: 36px;
    width: 144px;
    height: 144px;
    position: relative;
    text-align: center;
    line-height: 144px;
    border-radius: 50%;
    box-shadow: 0px 3px 8px #aaa, inset 0px 2px 3px #fff;
}

.buton a:hover {
    text-decoration: none;
    color: #555;
    background: #f5f5f5;
}

.buton li:before {
    content: "";
    display: block;
    border-top: 1px solid #ddd;
    border-bottom: 1px solid #fff;
    width: 100%;
    height: 1px;
    position: absolute;
    top: 50%;
    z-index: -1;
}

.buton a:before {
    content: "";
    display: block;
    background: #fff;
    border-top: 2px solid #ddd;
    position: absolute;
    top: -18px;
    left: -18px;
    bottom: -18px;
    right: -18px;
    z-index: -1;
    border-radius: 50%;
    box-shadow: inset 0px 8px 48px #ddd;
}

.home-button:hover {
    border: 1px solid rgba(255, 255, 255, 0.8);
    background: rgba(255, 255, 255, 0.8);
    color: black;
}

/* Details */

.home-details {
    width: 90%;
    margin: 0 auto;
    height: auto;
    max-width: 1170px;
    top: 50%;
    position: relative;
    text-align: center;
    z-index: 10;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    transform: translateY(-50%);
}

.slide-text {
    margin: 3px auto 0;
}

.slide-text li:last-child {
    clear: both;
}

.hometext {
    width: 100%;
    height: auto;
    color: white;
    font-size: 120px;
    line-height: 110px;
}

/* Fixed Text */

.fixed-text {
    font-size: 60px;
    color: #a8a8a8;
    margin: 0;
}

/* Cetagories */

.home-categories .h-item:last-child {
    background: none;
}

.h-item {
    color: #b8b7b7;
    padding: 5px 20px 5px 13px;
    width: auto;
    font-size: 13px;
    background: url(../images/li-item.png) right center no-repeat;
    display: inline-block;
}

.home-arrow {
    display: block;
    color: #b8b7b7;
    width: 150px;
    margin: 10px auto;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
}

.home-arrow span {
    display: block;
    margin: 5px auto;
}

.home-arrow:hover {
    color: white;
}

/* Home Parallax Slider Version  */

#home .v2 {
    width: 100%;
    height: 100%;
    top: 0;
    z-index: 4;
    text-align: center;
}

#home .v2 .typographic {
    height: auto;
    width: 100%;
    max-width: 600px;
    margin: 0 auto;
    position: relative;
    top: 50%;
    padding: 0 25px;
    border-left: 2px solid #d6d6d6;
    border-right: 2px solid #d6d6d6;
    color: #d6d6d6;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    transform: translateY(-50%);
}

/* Typographic Text Options  */

#home .v2 .typographic h1 {
    text-shadow: 2px 2px 2px rgba(0, 0, 0, 0.15);
    line-height: 0.8;
    font-size: 70%;
    margin: 10px 0;
}

#home .v2 .typographic h2 {
    text-shadow: 2px 2px 2px rgba(0, 0, 0, 0.15);
    line-height: 1.05;
    font-size: 80%;
    margin: 10px 0;
}

/* Home V5  */

#home .v5 {
    width: 100%;
    height: 100%;
    top: 0;
    z-index: 4;
    text-align: center;
}

#home .v5 .typographic {
    height: auto;
    width: 100%;
    max-width: 970px;
    margin: 0 auto;
    position: relative;
    top: 50%;
    padding: 0 25px;
    color: #dfdfdf;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    transform: translateY(-50%);
}

#home .v5 .typographic .hometexts-5 {
    height: 115px;
}

#home .v5 .typographic .hometexts-5 ul li {
    font-size: 55px;
}

#home .v5 .typographic .hometexts-5 .flex-direction-nav li {
    width: 44px;
    height: 37px;
    position: relative;
    display: inline-block;
    opacity: 1;
}

#home .v5 .typographic .hometexts-5 .flex-direction-nav li a {
    width: 44px;
    height: 37px;
    position: absolute;
    display: block;
    opacity: 1;
    top: 5px;
    background-image: url(../images/v5-arrows.png);
    -webkit-transition: all 0.2s;
    -moz-transition: all 0.2s;
    transition: all 0.2s;
}

#home .v5 .typographic .hometexts-5 .flex-direction-nav li a.flex-prev {
    left: 0;
    background-position: left top;
}

#home .v5 .typographic .hometexts-5 .flex-direction-nav li a.flex-prev:hover {
    background-position: left bottom;
}

#home .v5 .typographic .hometexts-5 .flex-direction-nav li a.flex-next {
    left: 5px;
    background-position: right top;
}

#home .v5 .typographic .hometexts-5 .flex-direction-nav li a.flex-next:hover {
    background-position: right bottom;
}

/* V5 Typographic Text Options  */

#home .v5 .typographic h1 {
    text-shadow: 2px 2px 2px rgba(0, 0, 0, 0.15);
    line-height: 0.75;
    font-size: 70%;
    margin: 10px 0;
}

#home .v5 .typographic h2 {
    text-shadow: 2px 2px 2px rgba(0, 0, 0, 0.15);
    line-height: 0.85;
    font-size: 90%;
    margin: 10px 0;
}

/* Background Slider Images  */

#slides .slides-container div {
    background-position: center center;
    background-attachment: fixed;
}

#slides .slides-container .image1 {
    background-image: url(../images/slide1.jpg);
}

#slides .slides-container .image2 {
    background-image: url(../images/slide2.jpg);
}

#slides .slides-container .image3 {
    background-image: url(../images/slide3.jpg);
}

/* Alternative Images  */

#slides .slides-container .image4 {
    background-image: url(../images/slide4.jpg);
}

#slides .slides-container .image5 {
    background-image: url(../images/slide5.jpg);
}

#slides .slides-container .image6 {
    background-image: url(../images/slide6.jpg);
}

.v2 .home-arrow {
    margin: 0 auto;
    left: 50%;
    bottom: 12%;
    position: absolute;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    transform: translateX(-50%);
}

.v2 .home-arrow:hover {
    color: white;
}

/* Super Slides Navigation */

.slides-navigation {
    margin: 0 auto;
    position: absolute;
    z-index: 3;
    top: 45%;
    width: 100%;
    z-index: 10;
}

.slides-navigation a {
    position: absolute;
    display: block;
    width: 36px;
    height: 81px;
    background: url(../images/slider-arrows.png);
    opacity: 0;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
}

.slides-navigation a.prev {
    left: 2%;
    background-position: left;
}

.slides-navigation a.next {
    right: 2%;
    background-position: right;
}

#home:hover .slides-navigation a {
    opacity: 0.3;
}

.slides-navigation a:hover {
    opacity: 1 !important;
}

/* Home Fixed Video Version */

#fixed_video {
    min-width: 100%;
    min-height: 100%;
    top: 0;
    left: 0;
    position: fixed;
    background-color: black;
    z-index: -1 !important;
}

/* Navigation */

#navigation {
    position: fixed;
    width: 100%;
    height: 75px;
    box-shadow: 0px 1px 4px rgba(0, 0, 0, 0.1);
    z-index: 1031;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
}

.not-visible-nav {
    top: -77px;
}

.visible-nav {
    top: 0;
}

.white-nav {
    background: rgba(255, 255, 255, 0.97);
}

.dark-nav {
    background: rgba(3, 38, 58, 0.97) !important;
}

.soft-nav {
    background: rgba(255, 255, 255, 0.05);
}

.nav-inner {
    width: 100%;
    max-width: 1170px;
    height: 100%;
    margin: 0 auto;
}

.nav-inner:after {
    clear: both;
}

/* First try - changing nav-bar colour 
	
	.nav {
		background-color:transparent;
		color:#fff;
		transition: all 0.25s ease;
		position:fixed;
		top:0;
		width:100%;
		background-color:#ccc;
		padding:1em 0;
	 
	}

	.nav.why-we {
    background-color:#fff;
    color:#444;
}
*/

/* Logo Style */

.site-logo {
    float: left;
    position: relative;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    transform: translateY(-50%);
}

.site-logo a.logo {
    display: block;
    color: #fff;
    font-size: 2em;
    font-family: 'Electrolize';
}

.site-logo a.logo img {
    height: auto;
    max-height: 50px;
    -webkit-transition: all 1s;
    -moz-transition: all 1s;
    transition: all 1s;
}

/* Nav Menu */

#navigation .mini-nav-button {
    display: none;
    width: 40px;
    height: 40px;
    text-align: center;
    font-size: 25px;
    position: absolute;
    right: 15px;
    top: 50%;
    cursor: pointer;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    transform: translateY(-50%);
}

.nav-menu {
    float: right;
    height: 100%;
}

.nav-menu ul.nav {
    height: 100%;
}

.nav li {
    display: inline-block;
    height: 100%;
    font-family: Electrolize;
}

.nav li a {
    display: block;
    height: 100%;
    border-top: 2px solid transparent;
    line-height: 54px;
    color: #03263a;
    font-size: 13px;
    padding: 10px 15px;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
}

/* Nav Menu Rollovers */

.nav li:hover {
    background: transparent;
}

.nav li a:hover {
    background: transparent !important;
    border-top: 2px solid #3498db;
    color: #3498db;
}

.nav li.active a {
    background: transparent;
    border-top: 2px solid #3498db;
    color: #3498db;
}

.nav li a:focus {
    background: transparent !important;
    border-top: 2px solid #3498db;
    color: #3498db;
}

.dark-nav .nav li a {
    color: white;
}

.dark-nav .nav li a:hover {
    background: transparent !important;
    border-top: 2px solid #3498db;
    color: #3498db;
}

.dark-nav .nav li a:active {
    background: transparent !important;
    border-top: 2px solid #3498db;
    color: #3498db;
}

/* DropDown Menu */

ul.nav ul.dropdown-menu {
    padding: 0;
    margin: 0;
    border-top: 2px solid gray;
    border-radius: 0;
    background: rgba(255, 255, 255, 0.97) !important;
    box-shadow: 0px 1px 4px rgba(0, 0, 0, 0.1);
}

ul.nav ul.dropdown-menu li {
    width: 100%;
    height: auto;

}

ul.nav ul.dropdown-menu li a {
    height: auto;
    padding: 10px;
    margin: 0;
    display: block;
    width: 100%;
    color: #555555;
    line-height: 25px;
    font-weight: 600;
    border-top: 2px solid transparent;
}

ul.dropdown-menu li a:hover {
    border-top: 2px solid transparent;
}

.dark-nav ul.dropdown-menu {
    background: rgba(0, 0, 0, 0.97) !important;
    border-color: rgba(0, 0, 0, 0.97) !important;
}

.dark-nav ul.dropdown-menu li a {
    color: white;
}

.dark-nav ul.dropdown-menu li a:hover {
    border-top: 2px solid transparent;
}

/* About */

#about .inner .boxes {
    overflow: hidden;
}

#about .inner .boxes:after {
    clear: both;
}

.about-box {
    text-align: center;
    margin: 50px auto 0;
}

/* About Icon Styles */

.hvr {
    margin: 0 auto;
    display: block;
    -webkit-transform: scale(1, 1);
    -webkit-transition-timing-function: ease-out;
    -webkit-transition-duration: 250ms;
    -moz-transform: scale(1, 1);
    -moz-transition-timing-function: ease-out;
    -moz-transition-duration: 250ms;
}

.hvr:hover {
    -webkit-transform: scale(1.1, 1.1);
    -webkit-transition-timing-function: ease-out;
    -webkit-transition-duration: 250ms;
    -moz-transform: scale(1.1, 1.1);
    -moz-transition-timing-function: ease-out;
    -moz-transition-duration: 250ms;
}

.about-icon {
    display: block;
    width: 93px;
    height: 93px;
    position: relative;
    background: #fafafa;
    border-radius: 12px;
    z-index: 3;
    margin: 1px auto;
}

.about-icon:before {
    width: 93px;
    height: 93px;
    content: '';
    z-index: 1;
    position: absolute;
    background: #fafafa;
    border: 1px solid #686868;
    border-radius: 12px;
    top: -1px;
    left: -1px;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
}

.about-icon:after {
    width: 20px;
    height: 20px;
    content: '';
    z-index: 2;
    position: absolute;
    background: #fafafa;
    border-right: 1px solid #686868;
    border-bottom: 1px solid #686868;
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    transform: rotate(45deg);
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
    top: 89%;
    left: 39%;
}

.about-icon i {
    font-size: 34px;
    color: #464646;
    z-index: 4;
    position: relative;
    line-height: 95px;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
}

/* About Box Hover Styles */

.about-box:hover .about-icon:before {
    background: #252525;
}

.about-box:hover .about-icon:after {
    background: #252525;
}

.about-box:hover .about-icon i {
    color: #fff;
}

.about-box .about-head {
    margin: 30px auto 10px;
    font-family: 'Electrolize';
    font-size: 1.33em;
    color: #0a8cbf;
}

.about-box .about-text {
    margin: 0 5px;
    font-size: 1em;
}

/* Services */

#services {
    background: url(../images/i1.jpg) center center fixed;
    padding: 55px 0;
    overflow: hidden;
}

/* Service Boxes */

.service-box {
    text-align: center;
    margin: 50px auto 0;
    cursor: context-menu;
}

.service-box .service-icon {
    display: block;
    width: 70px;
    height: 70px;
    position: relative;
    background: transparent;
    border-radius: 12px;
    border: 1px solid #cbcbcb;
    z-index: 3;
    margin: 0 auto;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
}

.service-box .service-icon i {
    font-size: 26px;
    color: white;
    z-index: 4;
    position: relative;
    line-height: 70px;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
}

.service-box:hover .service-icon {
    background: white;
}

.service-box:hover .service-icon i {
    color: #323332;
}

.service-box .service-header {
    margin-top: 30px;
    font-size: 18px;
}

/* Tooltip Styles */

.tooltip {
    z-index: 999 !important;
}

.tooltip-inner {
    padding: 15px;
    background: #494949;
    color: white;
    font-size: 13px;
    font-style: italic;
    border-radius: 12px;
    min-width: 170px;
}

.tooltip.top {
    margin-top: -20px;

}

.tooltip.bottom {
    margin-top: 20px;

}

.tooltip.left {
    margin-right: 20px;

}

.tooltip.right {
    margin-left: 20px;
}

.tooltip.top .tooltip-arrow {
    border-top-color: #494949 !important;
}

.tooltip.bottom .tooltip-arrow {
    border-bottom-color: #494949 !important;
}

.tooltip.left .tooltip-arrow {
    border-left-color: #494949 !important;
}

.tooltip.right .tooltip-arrow {
    border-right-color: #494949 !important;
}

/* Features */
.f-box {
    text-align: center;
    cursor: default;
    margin: 60px auto 10px;

}

.f-icon i {
    font-size: 35px;
    color: #616161;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
}

.f-box .feature-head {
    margin: 15px auto 10px;
    font-size: 18px;
}

.f-box .feature-text {
    font-size: 13px;
}

.f-box:hover .f-icon i {
    color: #3498db;
}

/* Testimonials */

.testimonials {
    background: url(../images/i2.jpg) center center fixed;
    padding: 140px 0 70px;
    text-align: center;
    overflow: hidden;
    position: relative;
}

.t-slides {
    max-width: 970px;
    margin: 0 auto;
    max-height: 500px;
    overflow: hidden;
}

.t-slides li.monial {
    position: absolute;
    height: auto;
}

.t-slides li.monial:last-child:after {
    clear: both;
}

.monial h1 {
    font-size: 30px;
}

.monial p {
    margin: 30px auto;
    font-size: 13px;
    color: #cdcdcd;
}

/* Testimonial Controls */

.testimonials .flex-direction-nav {
    width: 52px;
    height: 30px;
    margin: 0 auto;
    position: relative;
    opacity: 1;
}

.testimonials .flex-direction-nav li {
    display: block;
    position: relative;
    float: left;
    width: 26px;
    height: 26px;
}

.testimonials .flex-direction-nav li a {
    opacity: 1;
    width: 26px;
    height: 26px;
    background: url(../images/testimonial-controls.png);
}

.testimonials .flex-direction-nav a:before {
    display: none;
}

.testimonials .flex-direction-nav li a.flex-prev {
    background-position: left top;
    left: -5px;
}

.testimonials .flex-direction-nav li a.flex-next {
    background-position: right top;
    right: -5px;
}

.testimonials .flex-direction-nav li a.flex-prev:hover {
    background-position: left bottom;
}

.testimonials .flex-direction-nav li a.flex-next:hover {
    background-position: right bottom;
}

/* Text Area */

#blockquote {
    background: #03263a;
    padding: 40px 0;
}

#blockquote p.blockquote {
    font-size: 28px;
    font-family: "Electrolize";
}

#blockquote2 {
    background: #18a3d9;
    padding: 40px 0;
}

#blockquote2 p.blockquote2 {
    font-size: 28px;
    font-family: "Electrolize";
}

/* History */

#history {
    background: url(../images/i3.jpg) top fixed;
}

.history {
    padding-bottom: 0;
}

/* Timeline */

#history ul.timeline {
    width: 100%;
    max-width: 1170px;
    margin: 50px auto 0;
    display: block;
    background: url(../images/history-strip.jpg) center center repeat-y;
    position: relative;
    height: auto;
    padding: 0 0 150px;
}

/* Years */

#history ul.timeline li.time {
    width: 75px;
    height: 50px;
    position: relative;
    clear: both;
    border-radius: 5px;
    background: white;
    text-align: center;
    color: #aaa9a9;
    line-height: 52px;
    font-family: 'Playball', cursive;
    font-size: 20px;
    margin: 30px auto;
    cursor: default;
}

#history ul.timeline li.today {
    background: #3c3c3c;
    color: white;
    margin: 40px auto;
}

/* Notes */

#history ul.timeline li.note {
    width: 46%;
    min-height: 100px;
    float: right;
    background: white;
    border: 1px solid #ececec;
    margin: 35px 0;
    border-radius: 12px;
    position: relative;
    text-align: left;
    padding: 24px 24px 50px;
    font-style: italic;
    cursor: pointer;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
}

#history ul.timeline li.note:nth-of-type(2n) {
    float: left;
    clear: left;
}

#history ul.timeline li.time + li.note {
    margin-top: -5px;
}

#history ul.timeline li.note:after {
    content: '';
    position: absolute;
    left: -10.7%;
    right: auto;
    display: block;
    width: 21px;
    height: 21px;
    background: white;
    border-radius: 100px;
    top: 50%;
    z-index: 20;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    transform: translateY(-50%);
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
}

#history ul.timeline li.note:nth-of-type(2n):after {
    right: -11%;
    left: auto;
}

/* Note Arrows */

.note-arrow {
    position: absolute;
    right: 100%;
    left: auto;
    top: 50%;
    display: block;
    border-right: 15px solid;
    border-right-color: #ececec;
    border-left: none;
    border-top: 15px solid transparent;
    border-bottom: 15px solid transparent;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    transform: translateY(-50%);
}

.note-arrow:after {
    content: '';
    position: absolute;
    left: 1px;
    right: auto;
    top: 0px;
    display: block;
    border-right: 14px solid;
    border-right-color: white;
    border-left: none;
    border-top: 14px solid transparent;
    border-bottom: 14px solid transparent;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    transform: translateY(-50%);
}

#history ul.timeline li.note:nth-of-type(2n) .note-arrow {
    left: 100%;
    right: auto;
    border-left: 15px solid;
    border-left-color: #ececec;
    border-right: none;
}

#history ul.timeline li.note:nth-of-type(2n) .note-arrow:after {
    border-left: 14px solid;
    border-left-color: white;
    border-top: 14px solid transparent;
    border-bottom: 14px solid transparent;
    border-right: none;
    right: 1px;
    left: auto;
}

/* Start Icon */

#history ul.timeline li.start {
    clear: both;
    width: 60px;
    height: 60px;
    display: block;
    position: absolute;
    left: 50%;
    margin-left: -30px;
    bottom: 0;
    -webkit-transform: translateY(50%);
    -moz-transform: translateY(50%);
    transform: translateY(50%);
}

#history ul.timeline li.start a {
    width: 60px;
    height: 60px;
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    transform: rotate(45deg);
    display: block;
    color: white;
    text-align: center;
    border-radius: 10px;
}

#history ul.timeline li.start a span.up-arrow {
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    transform: rotate(-45deg);
    line-height: 50px;
    display: block;
    width: 12px;
    height: 17px;
    top: 20px;
    position: relative;
    margin: 0 auto;
    background: url(../images/up-arrow.png) center center no-repeat;
}

/* History Note Inners */

li.note p,
li.note span,
li.note span:after {
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
}

li.note p.history-date {
    font-size: 13px;
    color: #949494;
}

li.note p.history-head {
    font-size: 17px;
    color: #696969;
    margin: 3px auto;
}

li.note p.history-desc {
    font-size: 13px;
    color: #949494;
}

/* History Note Images */

.timeline-images {
    width: 90%;
    position: absolute;
    bottom: -35px;
    height: auto;
}

.timeline-images a.timeline-image {
    width: 70px;
    height: 70px;
    margin-right: 15px;
    margin-left: 0;
    float: left;
    display: block;
    position: relative;
}

#history ul.timeline li.note:nth-of-type(2n) .timeline-images a.timeline-image {
    float: right;
    margin-left: 15px;
    margin-right: 0;
}

.timeline-images a.timeline-image img {
    width: 70px;
    height: 70px;
    border-radius: 100px;
    border: 2px solid rgba(255, 255, 255, 0.5);
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
}

/* History Rollovers */

#history ul.timeline li.note:hover,
#history ul.timeline li.note:hover:after {
    background: #3498db;
}

#history ul.timeline li.note:hover p.history-date,
#history ul.timeline li.note:hover p.history-head,
#history ul.timeline li.note:hover p.history-desc {
    color: white;
}

#history ul.timeline li.note:hover span.note-arrow,
#history ul.timeline li.note:hover span.note-arrow:after {
    border-right-color: #3498db;
}

#history ul.timeline li.note:hover:nth-of-type(2n) span.note-arrow,
#history ul.timeline li.note:hover:nth-of-type(2n) span.note-arrow:after {
    border-left-color: #3498db;
}

a.timeline-image img:hover {
    -webkit-transform: scale(1.2);
    -moz-transform: scale(1.2);
    -ms-transform: scale(1.2);
    transform: scale(1.2);
}

/* Portfolio */

#portfolio {
    background: white;
    margin: 0 auto;
    padding: 0 0 60px 0;
    overflow: hidden;
    width: 100%;
}

.portfolio {
    width: 100%;
    height: auto;
    margin: 0 auto;
    max-width: 1366px;
    text-align: left;
    padding: 0 5px;
}

/* Portfolio Filter */

.filter-menu {
    text-align: center;
    margin: 15px auto 30px;
    <
}

.filter-menu ul li {
    display: inline-block;
    margin: 0 5px;
}

.filter-menu ul li a {
    padding: 7px 16px;
    text-transform: uppercase;
    background: transparent;
    border: 1px solid #9f9f9f;
    color: #555555;
    font-size: 11px;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
}

.filter-menu ul li a:hover {
    background: #313131;
    border: 1px solid #313131;
    color: white;
}

#portfolio .portfolio-items {
    height: auto;
    width: 100%;
    max-width: 1366px;
    overflow: hidden;
    position: relative;
    margin: 0 auto;
}

.filter-menu ul li a.selected {
    background: #313131;
    border: 1px solid #313131;
    color: white;
}

/* Portfolio Works */

.portfolio-items .work {
    height: auto;
    position: relative;

}

.portfolio-items .work .work-inner {
    border: 1px solid #eaeaea;
    padding: 0;
    margin: 0;
}

.five {
    width: 20%;
    float: left;
}

/* Portfolio Images */

.work-image {
    position: relative;
    height: auto;
    margin: 0;
    padding: 0;
}

.work-image a {
    background-color: rgb(3, 38, 58,);
    display: block;
    height: auto;
    overflow: hidden;
}

.work-image a img {
    cursor: pointer;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
}

.work-image a span.positive {
    display: block;
    width: 43px;
    height: 43px;
    position: absolute;
    top: 50%;
    left: 50%;
    margin-top: -21px;
    margin-left: -21px;
    opacity: 0;
    -webkit-transform: scale(0.1);
    -moz-transform: scale(0.1);
    -ms-transform: scale(0.1);
    transform: scale(0.1);
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
}

.work-image:hover a span.positive {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
    opacity: 1;
}

.work-image:hover a img {
    opacity: 1;
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
}

/* Portfolio Work Bottom */

.work-bottom {
    padding: 16px;
}

.work-bottom p.work-name {
    color: #9a9a9a;
    font-size: 15px;
}

.work-bottom p.work-name {
    color: #9a9a9a;
    font-size: 15px;
}

.work-bottom p.work-category {
    color: #9a9a9a;
    font-size: 13px;
}

.work-bottom a.work-link {
    display: block;
    width: 60px;
    height: 71px;
    position: absolute;
    bottom: 0;
    right: 0;
    background: transparent;
    border-left: 1px solid #eaeaea;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
}

.work-bottom a.work-link-passive {
    display: block;
    width: 60px;
    height: 71px;
    position: absolute;
    bottom: 0;
    right: 0;
    background: transparent;
    border-left: 1px solid #eaeaea;
    opacity: 0.3;
    cursor: default;
}

.work-bottom a span.arrow {
    display: block;
    position: relative;
    width: 12px;
    height: 17px;
    top: 50%;
    margin: 0 auto;
    background: url(../images/work-arrow.png) center center no-repeat;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    transform: translateY(-50%);
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
}

.work-bottom a.work-link:hover {
    background: #313131;
}

.work-bottom a.work-link:hover span.arrow {
    background: url(../images/work-arrow-hover.png) center center no-repeat;
}

/* isotope styles */

.isotope-item {
    z-index: 2;
}

.isotope-hidden.isotope-item {
    pointer-events: none;
    z-index: 1;
}

/**** Isotope CSS3 transitions ****/

.isotope,
.isotope .isotope-item {
    -webkit-transition-duration: 0.8s;
    -moz-transition-duration: 0.8s;
    -ms-transition-duration: 0.8s;
    -o-transition-duration: 0.8s;
    transition-duration: 0.8s;
}

.isotope {
    -webkit-transition-property: height, width;
    -moz-transition-property: height, width;
    -ms-transition-property: height, width;
    -o-transition-property: height, width;
    transition-property: height, width;
}

.isotope .isotope-item {
    -webkit-transition-property: -webkit-transform, opacity;
    -moz-transition-property: -moz-transform, opacity;
    -ms-transition-property: -ms-transform, opacity;
    -o-transition-property: -o-transform, opacity;
    transition-property: transform, opacity;
}

/**** disabling Isotope CSS3 transitions ****/

.isotope.no-transition,
.isotope.no-transition .isotope-item,
.isotope .isotope-item.no-transition {
    -webkit-transition-duration: 0s;
    -moz-transition-duration: 0s;
    -ms-transition-duration: 0s;
    -o-transition-duration: 0s;
    transition-duration: 0s;
}

/* Expander Item Styles */

.item-expander {
    position: relative;
    padding: 0 0 50px 0;
    display: none;
    margin: 0 auto;
    text-align: center;
    background: #fcfcfc;
}

#item-expander {
    position: relative;
    padding: 10px 0;
    width: 100%;
    max-width: 1170px;
    margin: 0 auto;
    overflow: hidden;
}

/* Expander Item Controls */

.project-controls {
    position: relative;
    width: 100%;
    height: auto;
    top: 15px;
    max-width: 1170px;
    margin: 10px auto;
}

.expander-inner {
    position: relative;
    top: 0;
}

.cls-btn {
    width: 100%;
    padding: 0;
    margin: 20px auto 0;
    display: block;
    height: auto;
}

.item-expander .cls-btn .close {
    position: relative;
    display: inline-block;
    color: #8b8b8b;
    top: 0;
    margin: 0 auto;
    width: auto;
    height: auto;
    font-size: 45px;
    font-weight: 100;
    text-align: center;
    cursor: pointer;
    float: none;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
}

.expander-close:hover {
    color: #3a3a3a;
    cursor: pointer;
}

/* Expander Project */

.project {
    position: relative;
    text-align: left;
}

.project ul.project-slides li.slide img {
    width: 100%;
}

/* Flex Slider Direction */

.project ul.flex-direction-nav {
    display: block;
    opacity: 1;
}

.project ul.flex-direction-nav li a {
    opacity: 1;
    width: 31px;
    height: 52px;
    top: 50%;
    background: #1d1d1d center center no-repeat;
    opacity: 0.8;
    margin-top: -26px;
}

.project ul.flex-direction-nav li a.flex-prev {
    left: 0;
    background-image: url(../images/arrow-left.png);
}

.project ul.flex-direction-nav li a.flex-next {
    background-image: url(../images/arrow-right.png);
    right: 0;
    left: auto;
}

.project ul.flex-direction-nav li a:hover {
    opacity: 1;
}

/* Flex Slider Control */

ol.flex-control-nav {
    bottom: 15px;
    position: absolute;
    z-index: 2;
}

/* Project Header and Description styles */

.project-header {
    text-align: left;
    font-size: 25px;
    margin: 0 0 10px;
    padding: 30px 0 0;
}

.project-desc {
    text-align: left;
    font-size: 13px;
}

.project-detail {
    text-align: left;
    padding: 10px 0;
    border-bottom: 1px solid #ebebeb;
    font-size: 13px;
    margin: 0;
}

/* Why Oxygen */

#why-we {
    /*background:url(../images/freesoft/background.png) center center fixed;*/
    background-color: #03263a;
    margin: 0 auto;
    min-height: 580px;
}

#why-we .left {
    height: auto;
    background: url(../images/freesoft/new-box.png) center center no-repeat;
    min-height: 580px;
    z-index: 2;
    padding-top: 100px;
}

/* Iphone Holders */

#why-we .left .holder1 {
    width: 230px;
    height: 60px;
    background: url(../images/ph1.png) left top no-repeat;
    left: 28%;
    top: 22%;
    position: absolute;
}

#why-we .left .holder2 {
    width: 232px;
    height: 36px;
    background: url(../images/ph2.png) left center no-repeat;
    left: 33%;
    top: 39%;
    position: absolute;
}

#why-we .left .holder3 {
    width: 202px;
    height: 60px;
    background: url(../images/ph3.png) left bottom no-repeat;
    left: 43%;
    top: 51%;
    position: absolute;
}

/* Iphone Holders button */

a.positive-m {
    width: 36px;
    height: 36px;
    display: block;
    position: absolute;
    border-radius: 100px;
    background-color: #494949;
    background-image: url(../images/positive-m.png);
    background-position: center center;
    background-repeat: no-repeat;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
}

a.positive-m:hover {
    -webkit-transform: scale(1.5);
    -moz-transform: scale(1.5);
    -ms-transform: scale(1.5);
    transform: scale(1.5);
    background-color: #3498db;
}

.first-holder {
    right: 0;
    bottom: 0;
}

.second-holder {
    right: 0;
}

.third-holder {
    right: 0;
    top: 0;
}

/* Right Accordion Menu */

.accourdion-menu {
    text-align: left;
    z-index: 1;
}

.bigger {
    font-size: 40px;
}

span.positive-s {
    width: 28px;
    height: 28px;
    display: block;
    position: relative;
    float: left;
    margin: 0 5px 0 0;
    border-radius: 100px;
    background-color: #494949;
    background-image: url(../images/positive-s.png);
    background-position: center center;
    background-repeat: no-repeat;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
}

.why-oxygen-accordion .panel {
    border: none;
    box-shadow: none;
    font-weight: 500;
    line-height: 20px;
}

.why-oxygen-accordion .accordion-toggle {
    padding: 3px 0;
    display: block;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
}

.why-oxygen-accordion .accordion-toggle:hover {
    color: #3498db;
}

.why-oxygen-accordion .accordion-body {
    margin-left: 35px;
    font-size: 14px;
}

.why-oxygen-accordion .accordion-inner {
    margin-top: 13px;
}

.why-oxygen-accordion span.positive-s {
    top: -4px;
    background-color: #3498db;
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    transform: rotate(45deg);
}

.why-oxygen-accordion .collapsed span.positive-s {
    background-color: #494949;
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    transform: rotate(0deg);
}

/* Team */

#team {
    border-bottom: 1px solid #f2f2f2;
}

#team .team .team-members {
    margin: 30px auto 0;
}

.team-members .member {
    margin: 15px auto;
    cursor: default;
    overflow: hidden;
}

.team-members .member .member-inner {
    position: relative;
}

.team-members .member a.team-image {
    display: block;
    width: 100%;
    height: auto;
    z-index: 2;
}

.team-members .member a.team-image img {
    width: 100%;
}

.inner-details .member-details {
    position: absolute;
    width: 100%;
    left: 0;
    height: 100%;
    padding: 15px;
    top: 100%;
    margin: 0;
    z-index: 3;
    background: rgba(0, 0, 0, 0.6);
    -webkit-transition: all 0.4s;
    -moz-transition: all 0.4s;
    transition: all 0.4s;
}

.inner-details .member-details .member-details-inner {
    position: relative;
    top: 50%;
    text-align: center;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    transform: translateY(-50%);
}

/* Team Names, Descriptions */

.team-members .member-details .member-name {
    /*color: white;
		margin-top:0;
		padding-top:0;
		font-size:30px;*/
    color: white;
    margin-top: 0;
    padding-top: 0;
    font-size: 20px
}

.team-members .member-details .member-position {
    color: #3498db;
    /*font-size:13px;*/
    font-size: 12px;
}

.team-members .member-details .member-description {
    color: #d7d7d7;
    font-size: 13px;
}

/* Team Socials */

.member .member-details .member-details-inner .socials {
    margin: 10px auto 0;
}

.member .member-details .member-details-inner .socials a {
    display: inline-block;
    color: white;
    font-size: 15px;
    padding: 4px;
    width: 25px;
    background: transparent;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
}

/* Team Rollover */

.team-members .member:hover .member-details {
    top: 0;
}

.member .member-details .member-details-inner .socials a:hover {
    background: white;
    color: #111111;
}

/* Fun Acts */

#fun-acts .fun-acts .imac {
    width: 100%;
    max-width: 1164px;
    height: auto;
    min-height: 335px;
    margin: 70px auto;
    background: url(../images/mac.png) center center no-repeat;
    background-size: 100%;
}

#fun-acts .fun-acts .facts .fact {
    height: 100px;
    padding: 0;
    padding-top: 50px;
}

/* Fun Acts Left Icon */

.facts .fact a.fact-icon {
    display: block;
    float: left;
    background: #2a2a2a;
    width: 35%;
    height: 100px;
    text-align: center;
    position: relative;
}

.facts .fact a.fact-icon:after {
    content: "";
    position: absolute;
    left: 100%;
    top: 50%;
    border-left: 11px solid black;
    border-left-color: #2a2a2a;
    border-top: 11px solid transparent;
    border-bottom: 11px solid transparent;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    transform: translateY(-50%);
}

.facts .fact a.fact-icon i {
    color: white;
    font-size: 45px;
    line-height: 105px;
}

/* Fun Acts Right Numbers */

.facts .fact .fact-number {
    float: left;
    width: 65%;
    color: #696969;
}

.facts .fact .fact-number h1.factor {
    font-size: 55px;
    margin-top: 6px;
    padding-top: 0;
    margin-bottom: 5px;
}

.facts .fact .fact-number h3 {
    font-size: 15px;
    margin-top: 0;
    padding-top: 0;
}

/* Video */

#video {
    width: 100%;
    height: 720px;
    overflow: hidden;
    background: black;
    background-color: black;
}

/* Video Button */

.video-button {
    padding: 18px;
    width: auto;
    height: auto;
    position: absolute;
    top: 50%;
    margin: 0 auto;
    left: 50%;
    margin-top: -88px;
    z-index: 2;
    text-align: center;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    transform: translateX(-50%);
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
}

/* Logo Area */

.video-button span.logo-icon-m {
    display: block;
    width: auto;
    height: 98px;
}

.video-button span.logo-icon-m img {
    height: 100%;
}

/* Text on Vide */

.video-button p.video-text {
    font-size: 40px;
    border-left: 2px solid white;
    border-right: 2px solid white;
    padding: 0 17px;
    margin: 15px auto 0;
    line-height: 30px;
}

/* Video Button Rollover */

.video-button:hover {
    background: rgba(0, 0, 0, 0.2);
}

/* Pricing Tables */

ul.tables {
    margin: 70px auto 0;
}

ul.tables li.pricing-table {
    padding: 0 15px;
    cursor: default;
}

.table-inner {
    width: 100%;
    position: relative;
    border: 1px solid #f3f3f3;
}

.pricing-table .price-table-top {
    width: 100%;
    position: relative;
    height: auto;
    padding: 0;
}

/* Pricing Table Header */

.pricing-table .price-table-top h3 {
    font-size: 22px;
    z-index: 2;
    text-align: center;
    width: 100%;
    margin-top: 15px;
    text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.2);
}

/* Pricing Table Image */

.price-table-top a.price-table-img {
    display: block;
    position: relative;
    width: 100%;
    height: auto;
    background: #404040;
    overflow: hidden;
    min-height: 132px;
}

.price-table-top a.price-table-img img {
    width: 100%;
}

/* Price Circle */

.price-table-top .price-circle {
    display: block;
    left: 50%;
    width: 100px;
    height: 100px;
    margin-left: -50px;
    text-align: center;
    background: white;
    border: 1px solid #f2f2f2;
    border-radius: 200px;
    bottom: 0;
    box-shadow: -3px 3px 5px #dcdcdc inset;
    -webkit-transform: translateY(50%);
    -moz-transform: translateY(50%);
    transform: translateY(50%);
}

.price-table-top .price-circle p.price {
    margin-top: 28px;
    margin-bottom: 0;
    padding-bottom: 0;
    line-height: 30px;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
}

.price-table-top .price-circle p.timely {
    margin-top: 0;
    padding-top: 0;
    font-size: 12px;
    color: #a9a9a9;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
}

/* Price Plans */

.table-inner ul.price-plans {
    margin: 50px 0 0;
    padding: 25px 0 0;
    color: #727272;
}

.table-inner ul.price-plans li.price-plan {
    padding: 15px;
    border-bottom: 1px solid #f3f3f3;
}

.table-inner ul.price-plans li.price-plan:first-child {
    border-top: 1px solid #f3f3f3;
}

.table-inner a.price-buy-now {
    padding: 10px 15px;
    background: #404040;
    display: block;
    width: 120px;
    margin: 20px auto;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
}

/* Active Table */

.prices .tables .active .price-table-top .price-circle p.price,
.prices .tables .active .price-table-top .price-circle p.timely {
    color: #3498db;
}

.prices .tables .active .table-inner a.price-buy-now,
.prices .tables .active a.price-table-img {
    background: #3498db;
}

/* Table Rollovers */

.table-inner a.price-buy-now:hover {
    background: #3498db;
    color: white;
}

.pricing-table:hover .price-table-top .price-circle p.price,
.pricing-table:hover .price-table-top .price-circle p.timely {
    color: #3498db;
}

/* Google Map */

#map {
    position: relative;
    overflow: hidden;
    -webkit-transition: all 0.7s;
    -moz-transition: all 0.7s;
    transition: all 0.7s;
}

/* Open and Close Styles */

.close-map {
    height: 88px;
}

.open-map {
    height: 500px;
}

/* Open and Close Button Styles */

#map .google-map-big-button {
    width: 100%;
    display: block;
    height: auto;
    text-align: center;
    background: #2980b9;
    font-size: 20px;
    position: relative;;
    z-index: 2;
    cursor: pointer;
    -webkit-transition: all 0.7s;
    -moz-transition: all 0.7s;
    transition: all 0.7s;
}

.close-map-button {
    padding: 30px;
    opacity: 1;
}

.open-map-button {
    padding: 10px;
    opacity: 0.5;
}

#map .google-map-big-button:hover {
    background: #03263a;
    color: white;
}

/* Google Map Div */

#map #google-map {
    height: 500px;
    display: block;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 1;
    -webkit-transition: all 0.7s;
    -moz-transition: all 0.7s;
    transition: all 0.7s;
}

.close-map #google-map {
    opacity: 0;
}

.open-map #google-map {
    opacity: 1;
}

/* Contact */

#contact {
    background: url(../images/freesoft/background_new.png) center fixed;
    padding: 10px 0 10px;
}

.contact-text {
    margin: 45px auto;
}

/* Contact Form */

#contact .contact-form {
    width: 90%;
    max-width: 830px;
    margin: 0 auto;
}

.mail-message-area {
    width: 100%;
    padding: 0 15px;
}

.mail-message {
    width: 100%;
    background: rgba(255, 255, 255, 0.8) !important;
    -webkit-transition: all 0.7s;
    -moz-transition: all 0.7s;
    transition: all 0.7s;
    margin: 0 auto;
    border-radius: 0;
}

.not-visible-message {
    height: 0px;
    opacity: 0;
}

.visible-message {
    height: auto;
    opacity: 1;
    margin: 25px auto 0;
}

/* Input Styles */

.form {
    width: 100%;
    padding: 15px;
    background: transparent;
    border: 1px solid rgba(255, 255, 255, 0.99);
    margin-bottom: 25px;
    color: #ffffff !important;
    font-size: 13px;
    -webkit-transition: all 0.4s;
    -moz-transition: all 0.4s;
    transition: all 0.4s;
}

.form:hover {
    border: 1px solid rgba(255, 255, 255, 0.3);
}

.form:focus {
    color: white;
    outline: none;
    border: 1px solid rgba(255, 255, 255, 0.6);
}

.textarea {
    height: 200px;
    max-height: 200px;
    max-width: 100%;
}

/* Send Button Styles */

.form-btn {
    width: 100%;
    display: block;
    height: auto;
    padding: 15px;
    color: #ffffff;
    background: rgba(83, 83, 83, 0.15);
    border: 1px solid rgba(255, 255, 255, 0.99);
    outline: none;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
}

.form-btn:hover {
    background: #3498db;
    color: white;
    border: 1px solid #3498db;
}

.form-btn:active {
    opacity: 0.9;
}

/* Place Holder Colors */

::-webkit-input-placeholder {
    /* WebKit browsers */
    color: #ffffff;
}

:-moz-placeholder {
    /* Mozilla Firefox 4 to 18 */
    color: #ffffff;
}

::-moz-placeholder {
    /* Mozilla Firefox 19+ */
    color: #ffffff;
}

:-ms-input-placeholder {
    /* Internet Explorer 10+ */
    color: #ffffff;
}

/* Site Socials and Address */

#site-socials .socials {
    width: 100%;
    padding: 15px 10px;
    background: url(../images/bottom-strip.png) center bottom no-repeat;
}

#site-socials .socials a.social {
    font-size: 18px;
    color: #595959;
    margin: 15px auto;
    width: 40px;
    height: 40px;
    display: inline-block;
    line-height: 40px;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
}

#site-socials .socials a.social:hover {
    background: #131313;
    color: white;
}

/* Adress */

#site-socials .address {
    width: 100%;
    height: auto;
    margin: 25px auto 0;
}

/* Back to Top Button */

#site-socials .top-button {
    margin: 30px auto 0;
    display: inline-block;
    width: 40px;
    height: 40px;
    background: #03263a;
    color: #d1d1d1;
    font-size: 20px;
    line-height: 40px;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
}

#site-socials .top-button:hover {
    color: #3498db;
}

/* Footer */

.footer {
    padding: 45px;
    text-align: center;
    background: #03263a;
}

.footer h2.company-name {
    margin-top: 0;
    padding-top: 0;
    font-size: 35px;
}

.footer p.copyright {
    margin-bottom: 0;
    padding-bottom: 0;
    color: #8b8b8b;
    font-size: 14px;
}

.footer p.copyright a:hover {
    color: #3498db;
}

/* Multiple Page Header */

section.page_header {
    background: url(../images/soft_circles.jpg) center repeat;
    margin-top: 70px;
    border-top: 1px solid #e7e7e7;
    border-bottom: 1px solid #e7e7e7;
    padding: 50px 0;
    position: relative;
}

.page_header_inner {
    width: 100%;
    max-width: 1170px;
    margin: 0 auto;
    color: #696868;
}

.page_header_inner h1 {
    font-size: 40px;
    margin: 0;
}

.page_header_inner p {
    font-size: 14px;
    color: #696868;
    margin: 0;
}

/* Blog */

#blog .blog {
    margin: 0 auto;
    padding: 0;
}

#blog .blog .posts .post {
    border-bottom: 1px solid #e9e9e9;
    margin: 60px auto;
}

#blog .blog .posts .post ul.post-slides {
    width: 100%;
    margin: 0 auto;
    position: relative;
}

#blog .blog .posts .post ul.post-slides li.post-slide,
#blog .blog .posts .post ul.post-slides li.post-slide img {
    width: 100%;
    height: auto;
}

#blog .blog .posts .post ul.post-slides:after {
    left: -7px;
    top: -7px;
    bottom: -7px;
    right: -7px;
    background: transparent;
    border: 1px solid #e7e7e7;
    content: '';
    position: absolute;

}

.post .post-inner {
    width: 100%;
    margin: 25px auto 10px;
}

/* Flex Slider Direction */

.post ul.flex-direction-nav {
    display: block;
    opacity: 1;
}

.post ul.flex-direction-nav li a {
    opacity: 1;
    width: 31px;
    height: 52px;
    top: 50%;
    background: #1d1d1d center center no-repeat;
    opacity: 0.8;
    margin-top: -26px;
}

.post ul.flex-direction-nav li a.flex-prev {
    left: 0;
    background-image: url(../images/arrow-left.png);
}

.post ul.flex-direction-nav li a.flex-next {
    background-image: url(../images/arrow-right.png);
    right: 0;
    left: auto;
}

.post ul.flex-direction-nav li a:hover {
    opacity: 1;
}

/* Post Dates */

.post-dates {
    width: 64px;
    height: auto;
    float: left;
    margin: 0;
    text-align: left;
}

/* Post Date */

.post-dates .date {
    display: block;
    width: 64px;
    height: auto;
    padding: 10px 7px;
    text-align: center;
    background: #353639;
    border-radius: 5px;
}

.post-dates .date h1 {
    font-size: 36px;
    line-height: 33px;
    margin: 0;
    padding: 0;
}

.post-dates .date p {
    font-size: 11px;
    margin: 0;
    padding: 0;
}

/* Post Category */

.post-dates .category {
    display: block;
    width: 64px;
    height: auto;
    padding: 15px 7px;
    text-align: center;
    background: white;
    border-radius: 5px;
    border: 1px solid #dfdfdf;
    margin: 10px 0;
    color: #353639;
    font-size: 25px;
}

/* Post Details */

.post-details {
    float: left;
    width: 94%;
    text-align: left;
    padding: 5px 0px 5px 15px;
}

.blog-s .post-details {
    width: 91%;
}

.post-details .post-header {
    font-size: 30px;
    color: #696868;
    margin: 0;
}

.post-details .tags {
    font-size: 13px;
    margin: 8px 0;
}

.post-details .tags a {
    color: #434343;
}

.post-details .tags i {
    margin: 0 7px;
    color: #5d5d5d;
}

.post-details p.post-read {
    color: #464646;
    font-size: 13px;
    font-weight: 100;
    line-height: 24px;
    margin-bottom: 12px;
}

.post-details a.more-button {
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
}

.post-details a.more-button:hover {
    color: black;
}

/* Sidebar */

#blog .blog .sidebar {
    margin: 60px auto;
}

.sidebar .sidebar-segment {
    width: 100%;
    padding-left: 15px;
    margin: 50px 0;
}

.sidebar .sidebar-segment:first-child {
    margin-top: -7px;
}

.sidebar-header {
    font-size: 23px;
}

/* Search */

.sidebar .sidebar-segment .search {
    width: 100%;
    padding: 12px;
    border: 1px solid #d8d8d8;
    outline: none;
    position: relative;
    border-radius: 5px;
    color: #808080;
    font-weight: 100;
    font-size: 13px;
    margin: 0 auto;
}

.search-button {
    width: 15%;
    height: 100%;
    position: absolute;
    right: 0;
    top: 0;
    color: #eaeaea;
    border: none;
    outline: none;
    padding: 3px 7px;
    text-align: center;
    border-top-right-radius: 5px;
    border-bottom-right-radius: 5px;
    font-size: 12px;
}

/* Sidebar Categories */

.sidebar ul.sidebar-categories {
    width: 100%;
    padding: 10px 0;
}

.sidebar ul.sidebar-categories li {
    width: 100%;
    border-bottom: 1px solid #e7e7e7;
    margin-left: 5px;
}

.sidebar ul.sidebar-categories li a {
    color: #616060;
    padding: 14px 0 14px 10px;
    display: block;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
}

.sidebar ul.sidebar-categories li a i {
    margin-right: 10px;
}

.sidebar ul.sidebar-categories li a:hover {
    color: white;
    background: #444444;
}

/* Sidebar Tags */

.tags a.tag {
    display: inline-block;
    padding: 6px;
    background: transparent;
    border: 1px solid #c0c0c0;
    color: #929292;
    margin: 2px 2px 2px 0;
    font-size: 12px;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
}

.tags a.tag:hover {
    background: #404040;
    color: white;
    border: 1px solid #404040;
}

.big-letter {
    font-size: 19px !important;
}

/* WTF */

.btn_center {
    margin: 0 auto;
    width: 140px;
}

.complex-inon {
    width: 36px;
    height: 36px;
    display: block;
    position: absolute;
    background-image: url(../images/positive-m.png);
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
}

.what-head {
    font-size: 1.33em;
    font-family: "Open Sans", Helvetica, Arial;
}

.pricing-nav {
    font-size: 1.25em !important;
}

.what-text {
    font-size: 1em;
    font-family: 'Open Sans', Helvetica, Arial;
}

.what-text-p {
    font-kerning: auto;
    font-size: 1.2em;
    font-family: 'Open Sans', Helvetica, Arial;
    font-weight: 600;
    line-height: 1.2em;
    font-style: italic;
}

.img-size {
    height: 300px;
    width: 300px;
}

.kur {
    max-width: 980px;
    display: block;
    margin: auto;
}

.inner-2 {
    width: 100%;
    height: auto;
    max-width: 1366px;
    position: relative;
    margin: 0 auto;
    padding: 100px 0;
}

#process {
    background: url(../images/freesoft/background_new.png) center center fixed;
    margin: 0 auto;
}

.right-what {
    float: right;
}

.left-what {
    float: left;
}

.left-align {
    text-align: left;
}

.center-align {
    text-align: center;
}

.mar-to {
    margin-top: 50px;
}

.background-scale {
    position: relative;
    margin: 0 auto;
    z-index: 2;
}

.background-scale .row{
    margin-left: 15px;
    margin-right: 15px;
}

.steps {
    display: block;
    margin: 0 auto;
}

.first-step {
    display: block;
    width: auto;
    height: 100%;
    position: relative;
    margin: 0 auto;

}

.second-step {
    display: block;
    width: auto;
    height: 100%;
    position: relative;
    margin: 0 auto;

}

.third-step {
    display: block;
    width: auto;
    height: 100%;
    position: relative;
    margin: 0 auto;
}

.fourth-step {
    display: block;
    width: auto;
    height: 100%;
    position: relative;
    margin: auto;
}

.fifth-step {
    display: block;
    width: auto;
    height: 100%;
    position: relative;
    margin: auto;
}

.sixt-step {
    display: block;
    width: auto;
    height: 100%;
    position: relative;
    margin: auto;
}

.background-scale span {
    font-size: 2em;
}

.background-scale p {
    font-size: 1.2em;
    line-height: 1.33em;
}

.effect1 {
    text-shadow: 0px 0px 10px rgba(40, 248, 248, 0.9);
}

.vertical-al {
    display: none;
}

.vertical-al-left {
    display: none;
}

/*.vertical-al:hover{
	background-color: rgba(0,0,0,0.7);
	border-radius:5px;
	border: solid 2px white;
	margin: 0 0;
	}
	*/
.pa-top {
    padding-top: 100px;
}

.pa-top2 {
    padding-top: 30px;
}

.pa-top3 {
    padding-top: 110px;
}

.pa-top4 {
    padding-top: 10px;
}

/* New Solutions From Me */

.right-section {
    padding-top: 25px;
    max-width:420px;
}

.skandalen-hover {
    cursor: pointer;
}

/*.skandalen-hover:hover .hvr {
    -webkit-transform: scale(1.1, 1.1);
    -webkit-transition-timing-function: ease-out;
    -webkit-transition-duration: 250ms;
    -moz-transform: scale(1.1, 1.1);
    -moz-transition-timing-function: ease-out;
    -moz-transition-duration: 250ms;
}
*/
.skandalen-hover .vertical-al {
    display: inline;
    padding: 10px 20px;
    background-color: rgba(3, 38, 58, 1);
    border-radius: 5px;
    margin-top: 40px!important;;
    border: 5px solid #fff;
    text-shadow: 1px 1px 1px #000000;
    position: relative;
}

.center-img{
    margin: 0 auto;
}

.vertical-al:after, .vertical-al:before {
    left: 100%;
    top: 50%;
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
}

.vertical-al:after {
    border-color: rgba(3, 38, 58, 0);
    border-left-color: rgba(3, 38, 58, 1);
    border-width: 30px;
    margin-top: -30px;
}

.vertical-al:before {
    border-color: rgba(255, 255, 255, 0);
    border-left-color: #fff;
    border-width: 37px;
    margin-top: -37px;
}

@media only screen and (max-width: 767px){
    .vertical-al:after{
        display:none;
    }
    .vertical-al:before{
        display:none;
    }
    .vertical-al-left:before{
        display:none;
    }
    .vertical-al-left:after{
        display:none;
    }
    .t-right{
        text-align: center;
    }
    .t-left{
        text-align: center;
    }
}

.skandalen-hover .vertical-al-left {
    display: inline;
    padding: 10px 20px;
    background-color: rgba(3, 38, 58, 1);
    border-radius: 5px;
    margin-top: 40px!important;
    /*box-shadow: inset 0px 0px 2px rgba(77, 126, 153, 0.97);*/
    border: 5px solid #fff;
    text-shadow: 1px 1px 1px #000000;
    position: relative;
}

.vertical-al-left:after, .vertical-al-left:before {
    right: 100%;
    top: 50%;
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
}

.vertical-al-left:after {
    border-color: rgba(3, 38, 58, 0);
    border-right-color: rgba(3, 38, 58, 1);
    border-width: 30px;
    margin-top: -30px;
}

.vertical-al-left:before {
    border-color: rgba(255, 255, 255, 0);
    border-right-color: #fff;
    border-width: 37px;
    margin-top: -37px;
}

.nice-blue {
    color: #18a3d9;
}

.float-right {
    float: right;
}

.float-left {
    float: left;
}

.wb-process-shadow {
    text-shadow: 2px 2px 4px #000000;
}

/* Pricing Plan */

.header-pricing {
    width: 100%;
    height: auto;
    font-size: 2.5em;
    font-weight: 700;
    text-align: center;
    margin: 0 auto;
    font-family: "Electrolize";
}

.site-price {
    font-family: "Electrolize";
    font-size: 2em;
    text-align: center;
    margin: 0 auto;

}

.site-price_custom {
    font-size: 1.5em;
    text-align: left;
    font-weight: 700;
    margin: 0 auto;
    font-family: "Electrolize";
}

.margin-left {
    margin-left: 0 !important;
}

.inner-3 {
    width: 100%;
    height: auto;
    max-width: 1266px;
    position: relative;
    margin: 0 auto;
    padding-bottom: 50px;
}

.pricing-plan {
    position: absolute;
    border: 1px solid black;
    width: 711px;
    height: 426px;
    overflow-y: scroll;
    z-index: 3;
    margin: 32px 0 0 18px;
}

label strong {
    font-size: 1.33em;
}

.pa-bo {
    padding-bottom: 20px;
}

.pa-bob {
    padding-bottom: 75px;
    padding-top: 20px;
}

.pa-bo2 {
    padding-bottom: 60px;
}

.pa-bo3 {
    padding-bottom: 100px;
}

.pa-bo3_1 {
    padding-bottom: 125px;
}

.box-position2 {
    display: none;
}

@media only screen and (max-width: 991px) {

    .box-position2 {
        display: block;
    }

    .box-position1 {
        display: none;
    }
}

.pricing-left {
    background: url(../images/pricing/solution.png) left top no-repeat;
    height: 740px;
    float: left;
}

.pricing-middle {
    background: url(../images/pricing/solution2.png) center no-repeat;
    height: 540px;
    padding-left: 10px;
}

.pricing-left2 {
    float: left;
}

.pricing-right {
    float: right;
}

.pricing-right2 {
    background: url(../images/pricing/solution.png) left top no-repeat;
    height: 740px;
    float: right;
}

.mygrid-wrapper-div {
    border: solid black 0px;
    overflow-y: scroll;
    height: 59%;
    width: 88%;
    margin: 28px 0 0 40px;
}

.glava {
    padding: 0 0 25px 0;
    text-align: center;
    background: #191919;
    min-height: 50px;
}

.glava h2.company-name {
    margin-top: 0;
    padding-top: 0;
    font-size: 24px;
    float: left;

}

.glava span.contacts {
    margin-bottom: 0;
    padding-bottom: 0;
    color: #ffffff;
    font-size: 24px;
    margin: 0 40px 0 20px;
}

.glava p.copyright {
    margin-bottom: 0;
    padding-bottom: 0;
    padding-top: 10px;
    color: #fff;
    float: right;
}

.glava p.copyright a:hover {
    color: #3498db;
}

.pr_research {
    margin: 0 auto;
    display: block;
    width: 256px;
    height: 256px;
    background: url('../images/process.png') 0 0 no-repeat;
}

.pr_planning {
    margin: 0 auto;
    display: block;
    width: 256px;
    height: 256px;
    background: url('../images/process.png') -256px 0 no-repeat;
}

.pr_wireframe {
    margin: 0 auto;
    display: block;
    width: 256px;
    height: 256px;
    background: url('../images/process.png') -512px 0 no-repeat;
}

.pr_develop {
    margin: 0 auto;
    display: block;
    width: 256px;
    height: 256px;
    background: url('../images/process.png') -768px 0 no-repeat;
}

.pr_test {
    margin: 0 auto;
    display: block;
    width: 256px;
    height: 256px;
    background: url('../images/process.png') -1024px 0 no-repeat;
}

.pr_implement {
    margin: 0 auto;
    display: block;
    width: 256px;
    height: 256px;
    background: url('../images/process.png') -1280px 0 no-repeat;
}

/*
a.process1 {
width: 155px; 
height:155px;
display:block; 
text-align: center;
background-image: url('../images/process/Research.png');
}

a.process1:hover{
background-image: url('../images/process/Develop-hover.png'); 
}

#process1:active{
background-image: url('../images/process/Develop-hover.png');
}

a.process2{
width:155px; 
height:155px;
display:block; 
text-align: center;
background-image: url('../images/process/Planning.png');
}

a.process2:hover{
background-image: url('../images/process/Develop-hover.png'); 
} 

a.process3{
width:155px; 
height:155px;
display:block; 
text-align: center;
background-image: url('../images/process/Wireframe.png');
}

a.process3:hover{
background-image: url('../images/process/Develop-hover.png'); 
} 

a.process4{
width:155px; 
height:155px;
display:block; 
text-align: center;
background-image: url('../images/process/Design.png');
}

a.process4:hover{
background-image: url('../images/process/Develop-hover.png'); 
} 

a.process5{
width:155px; 
height:155px;
display:block; 
text-align: center;
background-image: url('../images/process/Develop.png');
}

a.process5:hover{
background-image: url('../images/process/Develop-hover.png'); 
} 

a.process6{
width:155px; 
height:155px;
display:block; 
text-align: center;
background-image: url('../images/process/Implement.png');
}

a.process6:hover{
background-image: url('../images/process/Develop-hover.png'); 
} 
*/

.fancy-box-inner {
    margin-top: 70px;
}

#ecommerce {
    /*background:url(../images/freesoft/background_new.png) center center fixed;*/
    background-color: #03263a;
    margin: 0 auto;
    min-height: 525px;
    z-index: -2;
}

/* LOGO GLITCH */
.glitch {
    font-family: 'Electrolize';
    color: white;
    font-size: 42px;
    position: relative;
    width: 175px;
    margin: 0 auto;
    text-align: left;
    letter-spacing: 1px;
}

@-webkit-keyframes noise-anim {
    0% {
        clip: rect(17px, 9999px, 42px, 0);
    }
    5% {
        clip: rect(39px, 9999px, 6px, 0);
    }
    10% {
        clip: rect(58px, 9999px, 44px, 0);
    }
    15.0% {
        clip: rect(2px, 9999px, 48px, 0);
    }
    20% {
        clip: rect(14px, 9999px, 72px, 0);
    }
    25% {
        clip: rect(85px, 9999px, 13px, 0);
    }
    30.0% {
        clip: rect(57px, 9999px, 100px, 0);
    }
    35% {
        clip: rect(67px, 9999px, 31px, 0);
    }
    40% {
        clip: rect(30px, 9999px, 87px, 0);
    }
    45% {
        clip: rect(78px, 9999px, 72px, 0);
    }
    50% {
        clip: rect(94px, 9999px, 1px, 0);
    }
    55.0% {
        clip: rect(7px, 9999px, 45px, 0);
    }
    60.0% {
        clip: rect(15px, 9999px, 86px, 0);
    }
    65% {
        clip: rect(76px, 9999px, 92px, 0);
    }
    70% {
        clip: rect(87px, 9999px, 39px, 0);
    }
    75% {
        clip: rect(64px, 9999px, 69px, 0);
    }
    80% {
        clip: rect(42px, 9999px, 81px, 0);
    }
    85.0% {
        clip: rect(35px, 9999px, 76px, 0);
    }
    90% {
        clip: rect(35px, 9999px, 100px, 0);
    }
    95% {
        clip: rect(6px, 9999px, 13px, 0);
    }
    100% {
        clip: rect(26px, 9999px, 70px, 0);
    }
}

@-moz-keyframes noise-anim {
    0% {
        clip: rect(17px, 9999px, 42px, 0);
    }
    5% {
        clip: rect(39px, 9999px, 6px, 0);
    }
    10% {
        clip: rect(58px, 9999px, 44px, 0);
    }
    15.0% {
        clip: rect(2px, 9999px, 48px, 0);
    }
    20% {
        clip: rect(14px, 9999px, 72px, 0);
    }
    25% {
        clip: rect(85px, 9999px, 13px, 0);
    }
    30.0% {
        clip: rect(57px, 9999px, 100px, 0);
    }
    35% {
        clip: rect(67px, 9999px, 31px, 0);
    }
    40% {
        clip: rect(30px, 9999px, 87px, 0);
    }
    45% {
        clip: rect(78px, 9999px, 72px, 0);
    }
    50% {
        clip: rect(94px, 9999px, 1px, 0);
    }
    55.0% {
        clip: rect(7px, 9999px, 45px, 0);
    }
    60.0% {
        clip: rect(15px, 9999px, 86px, 0);
    }
    65% {
        clip: rect(76px, 9999px, 92px, 0);
    }
    70% {
        clip: rect(87px, 9999px, 39px, 0);
    }
    75% {
        clip: rect(64px, 9999px, 69px, 0);
    }
    80% {
        clip: rect(42px, 9999px, 81px, 0);
    }
    85.0% {
        clip: rect(35px, 9999px, 76px, 0);
    }
    90% {
        clip: rect(35px, 9999px, 100px, 0);
    }
    95% {
        clip: rect(6px, 9999px, 13px, 0);
    }
    100% {
        clip: rect(26px, 9999px, 70px, 0);
    }
}

@-o-keyframes noise-anim {
    0% {
        clip: rect(17px, 9999px, 42px, 0);
    }
    5% {
        clip: rect(39px, 9999px, 6px, 0);
    }
    10% {
        clip: rect(58px, 9999px, 44px, 0);
    }
    15.0% {
        clip: rect(2px, 9999px, 48px, 0);
    }
    20% {
        clip: rect(14px, 9999px, 72px, 0);
    }
    25% {
        clip: rect(85px, 9999px, 13px, 0);
    }
    30.0% {
        clip: rect(57px, 9999px, 100px, 0);
    }
    35% {
        clip: rect(67px, 9999px, 31px, 0);
    }
    40% {
        clip: rect(30px, 9999px, 87px, 0);
    }
    45% {
        clip: rect(78px, 9999px, 72px, 0);
    }
    50% {
        clip: rect(94px, 9999px, 1px, 0);
    }
    55.0% {
        clip: rect(7px, 9999px, 45px, 0);
    }
    60.0% {
        clip: rect(15px, 9999px, 86px, 0);
    }
    65% {
        clip: rect(76px, 9999px, 92px, 0);
    }
    70% {
        clip: rect(87px, 9999px, 39px, 0);
    }
    75% {
        clip: rect(64px, 9999px, 69px, 0);
    }
    80% {
        clip: rect(42px, 9999px, 81px, 0);
    }
    85.0% {
        clip: rect(35px, 9999px, 76px, 0);
    }
    90% {
        clip: rect(35px, 9999px, 100px, 0);
    }
    95% {
        clip: rect(6px, 9999px, 13px, 0);
    }
    100% {
        clip: rect(26px, 9999px, 70px, 0);
    }
}

@keyframes noise-anim {
    0% {
        clip: rect(17px, 9999px, 42px, 0);
    }
    5% {
        clip: rect(39px, 9999px, 6px, 0);
    }
    10% {
        clip: rect(58px, 9999px, 44px, 0);
    }
    15.0% {
        clip: rect(2px, 9999px, 48px, 0);
    }
    20% {
        clip: rect(14px, 9999px, 72px, 0);
    }
    25% {
        clip: rect(85px, 9999px, 13px, 0);
    }
    30.0% {
        clip: rect(57px, 9999px, 100px, 0);
    }
    35% {
        clip: rect(67px, 9999px, 31px, 0);
    }
    40% {
        clip: rect(30px, 9999px, 87px, 0);
    }
    45% {
        clip: rect(78px, 9999px, 72px, 0);
    }
    50% {
        clip: rect(94px, 9999px, 1px, 0);
    }
    55.0% {
        clip: rect(7px, 9999px, 45px, 0);
    }
    60.0% {
        clip: rect(15px, 9999px, 86px, 0);
    }
    65% {
        clip: rect(76px, 9999px, 92px, 0);
    }
    70% {
        clip: rect(87px, 9999px, 39px, 0);
    }
    75% {
        clip: rect(64px, 9999px, 69px, 0);
    }
    80% {
        clip: rect(42px, 9999px, 81px, 0);
    }
    85.0% {
        clip: rect(35px, 9999px, 76px, 0);
    }
    90% {
        clip: rect(35px, 9999px, 100px, 0);
    }
    95% {
        clip: rect(6px, 9999px, 13px, 0);
    }
    100% {
        clip: rect(26px, 9999px, 70px, 0);
    }
}

.glitch:after {
    content: attr(data-text);
    position: absolute;
    left: 1px;
    text-shadow: -1px 0 red;
    top: 0;
    color: white;
    /*background: black;*/
    overflow: hidden;
    clip: rect(0, 900px, 0, 0);
    animation: noise-anim 2s infinite linear alternate-reverse;
    -webkit-animation: noise-anim 2s infinite linear alternate-reverse;
    -moz-animation: noise-anim 2s infinite linear alternate-reverse;
}

@-webkit-keyframes noise-anim-2 {
    0% {
        clip: rect(23px, 9999px, 62px, 0);
    }
    5% {
        clip: rect(17px, 9999px, 98px, 0);
    }
    10% {
        clip: rect(87px, 9999px, 17px, 0);
    }
    15.0% {
        clip: rect(53px, 9999px, 97px, 0);
    }
    20% {
        clip: rect(9px, 9999px, 43px, 0);
    }
    25% {
        clip: rect(32px, 9999px, 45px, 0);
    }
    30.0% {
        clip: rect(20px, 9999px, 33px, 0);
    }
    35% {
        clip: rect(45px, 9999px, 83px, 0);
    }
    40% {
        clip: rect(5px, 9999px, 21px, 0);
    }
    45% {
        clip: rect(51px, 9999px, 39px, 0);
    }
    50% {
        clip: rect(83px, 9999px, 20px, 0);
    }
    55.0% {
        clip: rect(21px, 9999px, 97px, 0);
    }
    60.0% {
        clip: rect(34px, 9999px, 23px, 0);
    }
    65% {
        clip: rect(56px, 9999px, 41px, 0);
    }
    70% {
        clip: rect(5px, 9999px, 93px, 0);
    }
    75% {
        clip: rect(52px, 9999px, 42px, 0);
    }
    80% {
        clip: rect(12px, 9999px, 52px, 0);
    }
    85.0% {
        clip: rect(10px, 9999px, 23px, 0);
    }
    90% {
        clip: rect(31px, 9999px, 44px, 0);
    }
    95% {
        clip: rect(80px, 9999px, 16px, 0);
    }
    100% {
        clip: rect(36px, 9999px, 47px, 0);
    }
}

@-moz-keyframes noise-anim-2 {
    0% {
        clip: rect(23px, 9999px, 62px, 0);
    }
    5% {
        clip: rect(17px, 9999px, 98px, 0);
    }
    10% {
        clip: rect(87px, 9999px, 17px, 0);
    }
    15.0% {
        clip: rect(53px, 9999px, 97px, 0);
    }
    20% {
        clip: rect(9px, 9999px, 43px, 0);
    }
    25% {
        clip: rect(32px, 9999px, 45px, 0);
    }
    30.0% {
        clip: rect(20px, 9999px, 33px, 0);
    }
    35% {
        clip: rect(45px, 9999px, 83px, 0);
    }
    40% {
        clip: rect(5px, 9999px, 21px, 0);
    }
    45% {
        clip: rect(51px, 9999px, 39px, 0);
    }
    50% {
        clip: rect(83px, 9999px, 20px, 0);
    }
    55.0% {
        clip: rect(21px, 9999px, 97px, 0);
    }
    60.0% {
        clip: rect(34px, 9999px, 23px, 0);
    }
    65% {
        clip: rect(56px, 9999px, 41px, 0);
    }
    70% {
        clip: rect(5px, 9999px, 93px, 0);
    }
    75% {
        clip: rect(52px, 9999px, 42px, 0);
    }
    80% {
        clip: rect(12px, 9999px, 52px, 0);
    }
    85.0% {
        clip: rect(10px, 9999px, 23px, 0);
    }
    90% {
        clip: rect(31px, 9999px, 44px, 0);
    }
    95% {
        clip: rect(80px, 9999px, 16px, 0);
    }
    100% {
        clip: rect(36px, 9999px, 47px, 0);
    }
}

@-o-keyframes noise-anim-2 {
    0% {
        clip: rect(23px, 9999px, 62px, 0);
    }
    5% {
        clip: rect(17px, 9999px, 98px, 0);
    }
    10% {
        clip: rect(87px, 9999px, 17px, 0);
    }
    15.0% {
        clip: rect(53px, 9999px, 97px, 0);
    }
    20% {
        clip: rect(9px, 9999px, 43px, 0);
    }
    25% {
        clip: rect(32px, 9999px, 45px, 0);
    }
    30.0% {
        clip: rect(20px, 9999px, 33px, 0);
    }
    35% {
        clip: rect(45px, 9999px, 83px, 0);
    }
    40% {
        clip: rect(5px, 9999px, 21px, 0);
    }
    45% {
        clip: rect(51px, 9999px, 39px, 0);
    }
    50% {
        clip: rect(83px, 9999px, 20px, 0);
    }
    55.0% {
        clip: rect(21px, 9999px, 97px, 0);
    }
    60.0% {
        clip: rect(34px, 9999px, 23px, 0);
    }
    65% {
        clip: rect(56px, 9999px, 41px, 0);
    }
    70% {
        clip: rect(5px, 9999px, 93px, 0);
    }
    75% {
        clip: rect(52px, 9999px, 42px, 0);
    }
    80% {
        clip: rect(12px, 9999px, 52px, 0);
    }
    85.0% {
        clip: rect(10px, 9999px, 23px, 0);
    }
    90% {
        clip: rect(31px, 9999px, 44px, 0);
    }
    95% {
        clip: rect(80px, 9999px, 16px, 0);
    }
    100% {
        clip: rect(36px, 9999px, 47px, 0);
    }
}

@keyframes noise-anim-2 {
    0% {
        clip: rect(23px, 9999px, 62px, 0);
    }
    5% {
        clip: rect(17px, 9999px, 98px, 0);
    }
    10% {
        clip: rect(87px, 9999px, 17px, 0);
    }
    15.0% {
        clip: rect(53px, 9999px, 97px, 0);
    }
    20% {
        clip: rect(9px, 9999px, 43px, 0);
    }
    25% {
        clip: rect(32px, 9999px, 45px, 0);
    }
    30.0% {
        clip: rect(20px, 9999px, 33px, 0);
    }
    35% {
        clip: rect(45px, 9999px, 83px, 0);
    }
    40% {
        clip: rect(5px, 9999px, 21px, 0);
    }
    45% {
        clip: rect(51px, 9999px, 39px, 0);
    }
    50% {
        clip: rect(83px, 9999px, 20px, 0);
    }
    55.0% {
        clip: rect(21px, 9999px, 97px, 0);
    }
    60.0% {
        clip: rect(34px, 9999px, 23px, 0);
    }
    65% {
        clip: rect(56px, 9999px, 41px, 0);
    }
    70% {
        clip: rect(5px, 9999px, 93px, 0);
    }
    75% {
        clip: rect(52px, 9999px, 42px, 0);
    }
    80% {
        clip: rect(12px, 9999px, 52px, 0);
    }
    85.0% {
        clip: rect(10px, 9999px, 23px, 0);
    }
    90% {
        clip: rect(31px, 9999px, 44px, 0);
    }
    95% {
        clip: rect(80px, 9999px, 16px, 0);
    }
    100% {
        clip: rect(36px, 9999px, 47px, 0);
    }
}

.glitch:before {
    content: attr(data-text);
    position: absolute;
    left: -1px;
    text-shadow: 1px 0 blue;
    top: 0;
    color: white;
    /*background: black;*/
    overflow: hidden;
    clip: rect(0, 900px, 0, 0);
    animation: noise-anim-2 3s infinite linear alternate-reverse;
    -webkit-animation: noise-anim-2 3s infinite linear alternate-reverse;
    -moz-animation: noise-anim-2 3s infinite linear alternate-reverse;
}

/*     glow   */

.glow {
    position: absolute;
    top: calc(50% - 150px);
    left: calc(50% - 150px);
    width: 300px;
    height: 300px;
    border-radius: 50%;
    box-shadow: inset 0 0 50px #fff,
    inset 20px 0 80px #f0f,
    inset -20px 0 80px #0ff,
    inset 20px 0 300px #f0f,
    inset -20px 0 300px #0ff,
    0 0 50px #fff,
    -10px 0 80px #f0f,
    10px 0 80px #0ff;
}

.shadow {
    -webkit-box-shadow: 3px 3px 54px 19px rgba(245, 245, 245, 0.8);
    -moz-box-shadow: 3px 3px 54px 19px rgba(245, 245, 245, 0.8);
    box-shadow: 3px 3px 54px 19px rgba(245, 245, 245, 0.8);
}

/* CTA Buttons */

.display-inline {
    display: inline;
}

.btn_success button,
.btn_error button,
.btn_progress button,
.btn_unsure button,
button button {
    margin: .5em 0;
    width: 10em;
    height: 3em;
    color: #fff;
    border-radius: 3px;
    font-weight: bold;
}

.s-default, .s-button {
    background: #2ecc71;
    border: 0;
    border-bottom: 2px solid #148644;
}

.s-hover, .s-button:focus, .s-button:hover {
    background: #54d98c;
    border: 0;
    outline: none;
    border-bottom: 2px solid #148644;
}

.s-active, .s-button:active {
    background: #148644;
    border: 0;
    border-bottom: 2px solid #148644
}

.e-default, .e-button {
    background: #e74c3c;
    border: 0;
    border-bottom: 2px solid #d62c1a;
}

.e-hover, .e-button:focus, .e-button:hover {
    background: #ed7669;
    border: 0;
    outline: none;
    border-bottom: 2px solid #ea6153;
}

.e-active, .e-button:active {
    background: #d62c1a;
    border: 0;
    border-bottom: 2px solid #bf2718;
}

.p-default, .p-button {
    background: #3498db;
    border: 0;
    border-bottom: 2px solid #145785;
}

.p-hover, .p-button:focus, .p-button:hover {
    background: #5faee3;
    border: 0;
    outline: none;
    border-bottom: 2px solid #145785;
}

.p-active, .p-button:active {
    background: #145785;
    border: 0;
    border-bottom: 2px solid #145785;
}

.u-default, .u-button {
    background: #ffc42c;
    border: 0;
    border-bottom: 2px solid #f8b300;
}

.u-hover, .u-button:focus, .u-button:hover {
    background: #ffd25f;
    border: 0;
    outline: none;
    border-bottom: 2px solid #ffcb46;
}

.u-active, .u-button:active {
    background: #f8b300;
    border: 0;
    border-bottom: 2px solid #dfa000;
}

/*
	Pricing checkbox styles
*/

/* Core */

.filters input {
    display: none;
}

.filters .icon {
    text-align: center;
    display: inline-block;
}

.filters .icon .fa {
    visibility: hidden;
}

.filters input:checked + .icon .fa {
    visibility: visible;
}

/* IE8 and lower disabling hack because it does not support the :checked selector */

.filters input {
    display: inline \9;
}

.filters .icon {
    display: none \9;
}

/* Optional */

.filters {
    /* prevent accidental selection when clicking */
    user-select: none;
    -ms-user-select: none;
    -moz-user-select: none;
    -webkit-user-select: none;
}

.filters label {
    cursor: pointer;
    margin: 0;
    font-family: 'Open Sans';
    font-size: 1em;
    font-weight: 600;
}

/* Checkbox styling */

.filters input {
    margin: 0 .1em; /* Use something similar to .icon */
}

.filters .icon {
    border: 1px solid;
    border-radius: .3em;
    text-align: center;
    font-size: .8em;
    color: #666;
    margin: 0 .7em;
    width: 18px;
    height: 18px;
    padding: 0.15em;
    line-height: 1.1em;
    /**
     * Values for height, width and line-height
     * may need to be adjusted depending on your font.
     */
}

.filters .icon-white {
    border-color: #fff;
}

.filters .icon-dark {
    border-color: #505050;
}

/* Inline menu styling */

.filters li {
    display: inline-block;
    margin-right: 0.3em;
}

/* THE ULTIMATE TEAM */

.team-images {
    /*width:632px;
    height:560px;*/
    position: relative;
    padding: 0;
    margin: 0;
    text-align: center;
}

.image-container {
    padding: 0 0;
    overflow: hidden;
    position: relative;
    display: block;
    width: 100%;
    height: 100%;
    margin-left: auto;
    margin-right: auto;
}

.image-container img {
    position: relative;
    float: left;
    transition: all 100ms linear;
    -webkit-filter: grayscale(100%) blur(1px);
}

.image-container img:hover {
    transform: scale(1);
    -webkit-filter: none;
}

.image-container:after {
    visibility: hidden;
    display: block;
    font-size: 0;
    content: " ";
    clear: both;
    height: 0;
}

.image-container h1 {
    z-index: 100;
    position: absolute;
    font-size: 2.5em;
    font-weight: bold;
    top: 10%;
    left: 45%;
    color: #03263a;
    text-decoration: bold;
    font-family: 'Electrolize';
    display: block;
}

.image-container:hover h1 {
    display: none;
}

.georgiev {
    display: inline;
    position: static;
}

.georgiev h2 {
    display: none;
    position: absolute;
    font-size: 2em;
    font-weight: bold;
    top: 70%;
    left: 12%;
    color: white;
    text-decoration: bold;
    font-family: 'Electrolize';
    text-align: center;
}

.georgiev:hover h2 {
    z-index: 100;
    display: block;
}

.peykov {
    display: inline;
    position: static;
}

.peykov h2 {
    display: none;
    position: absolute;
}

.peykov:hover h2 {
    z-index: 100;
    position: absolute;
    font-size: 2em;
    font-weight: bold;
    top: 70%;
    left: 45%;
    color: white;
    text-decoration: bold;
    font-family: 'Electrolize';
    display: block;
}

.tsonev {
    display: inline;
    position: static;
}

.tsonev h2 {
    display: none;
    position: absolute;
}

.tsonev:hover h2 {
    z-index: 100;
    position: absolute;
    font-size: 2em;
    font-weight: bold;
    top: 70%;
    left: 78%;
    color: white;
    text-decoration: bold;
    font-family: 'Electrolize';
    display: block;
}

.georgiev h3 {
    display: none;
}

.georgiev:hover h3 {
    z-index: 100;
    position: absolute;
    font-size: 1.5em;
    top: 77%;
    left: 13%;
    color: white;
    font-family: 'Open Sans';
    display: block;
}

.peykov h3 {
    display: none;
}

.peykov:hover h3 {
    z-index: 100;
    position: absolute;
    font-size: 1.5em;
    top: 77%;
    left: 45%;
    color: white;
    font-family: 'Open Sans';
    display: block;
}

.tsonev h3 {
    display: none;
}

.tsonev:hover h3 {
    z-index: 100;
    position: absolute;
    font-size: 1.5em;
    top: 77%;
    left: 79%;
    color: white;
    font-family: 'Open Sans';
    display: block;
}

.georgiev h4 {
    display: none;
}

.georgiev:hover h4 {
    z-index: 100;
    position: absolute;
    top: 88%;
    left: 16%;
    font-size: 2em;
    color: white;
    display: block;
}

.peykov h4 {
    display: none;
}

.peykov:hover h4 {
    z-index: 100;
    position: absolute;
    top: 88%;
    left: 50%;
    font-size: 2em;
    color: white;
    display: block;
}

.tsonev h4 {
    display: none;
}

.tsonev:hover h4 {
    z-index: 100;
    position: absolute;
    top: 88%;
    left: 82%;
    font-size: 2em;
    color: white;
    display: block;
}

/* about us v.02 */

.about-v2 h4 {
    font-family: 'Electrolize';
    font-size: 18px;
    color: #03263a;
}

.about-v2 h5 {
    font-weight: 600;
}

/* GLITCH 2 */

@-webkit-keyframes wiggle {
    0% {
        -webkit-transform: skewX(9deg);
    }
    10% {
        -webkit-transform: skewX(-8deg);
    }
    20% {
        -webkit-transform: skewX(23deg);
    }
    30% {
        -webkit-transform: skewX(-110deg);
    }
    40% {
        -webkit-transform: skewX(29deg);
    }
    50% {
        -webkit-transform: skewX(-90deg);
        text-shadow: -7px -1px 0px #fdee00, 6px 2px 0px #21abcd, 3px -2px 0px #ff2052;
    }
    60% {
        -webkit-transform: skewX(3deg);
    }
    70% {
        -webkit-transform: skewX(-2deg);
    }
    80% {
        -webkit-transform: skewX(1deg);
    }
    90% {
        -webkit-transform: skewX(0deg);
        text-shadow: -7px -1px 0px #fdee00, 6px 2px 0px #21abcd, 3px -2px 0px #ff2052;
    }
    100% {
        -webkit-transform: skewX(0deg);
    }
}

@-moz-keyframes wiggle {
    0% {
        -webkit-transform: skewX(9deg);
    }
    10% {
        -webkit-transform: skewX(-8deg);
    }
    20% {
        -webkit-transform: skewX(23deg);
    }
    30% {
        -webkit-transform: skewX(-90deg);
    }
    40% {
        -webkit-transform: skewX(29deg);
    }
    50% {
        -webkit-transform: skewX(-90deg);
    }
    60% {
        -webkit-transform: skewX(3deg);
    }
    70% {
        -webkit-transform: skewX(-2deg);
    }
    80% {
        -webkit-transform: skewX(1deg);
    }
    90% {
        -webkit-transform: skewX(0deg);
    }
    100% {
        -webkit-transform: skewX(0deg);
    }
}

@-o-keyframes wiggle {
    0% {
        -webkit-transform: skewX(9deg);
    }
    10% {
        -webkit-transform: skewX(-8deg);
    }
    20% {
        -webkit-transform: skewX(23deg);
    }
    30% {
        -webkit-transform: skewX(-90deg);
    }
    40% {
        -webkit-transform: skewX(29deg);
    }
    50% {
        -webkit-transform: skewX(-90deg);
    }
    60% {
        -webkit-transform: skewX(3deg);
    }
    70% {
        -webkit-transform: skewX(-2deg);
    }
    80% {
        -webkit-transform: skewX(1deg);
    }
    90% {
        -webkit-transform: skewX(0deg);
    }
    100% {
        -webkit-transform: skewX(0deg);
    }
}

@keyframes wiggle {
    0% {
        -webkit-transform: skewX(9deg);
    }
    10% {
        -webkit-transform: skewX(-8deg);
    }
    20% {
        -webkit-transform: skewX(23deg);
    }
    30% {
        -webkit-transform: skewX(-90deg);
    }
    40% {
        -webkit-transform: skewX(29deg);
    }
    50% {
        -webkit-transform: skewX(-90deg);
    }
    60% {
        -webkit-transform: skewX(3deg);
    }
    70% {
        -webkit-transform: skewX(-2deg);
    }
    80% {
        -webkit-transform: skewX(1deg);
    }
    90% {
        -webkit-transform: skewX(0deg);
    }
    100% {
        -webkit-transform: skewX(0deg);
    }
}

.glitch-2 {
    -webkit-animation: wiggle 0.1s;
    -moz-animation: wiggle 0.1s;
    -o-animation: wiggle 0.1s;
    animation: wiggle 0.1s;

    -webkit-animation-timing-function: ease-in;
    -moz-animation-timing-function: ease-in;
    -o-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
    /*background: url(../images/clip.png);*/
    z-index: 10;
    -webkit-background-clip: text;
    -webkit-text-fill-color: #13334c;
}

#webpack:hover {
    -webkit-animation: wiggle 0.2s;
    -moz-animation: wiggle 0.2s;
    -o-animation: wiggle 0.2s;
    animation: wiggle 0.2s;

    -webkit-animation-timing-function: ease-in;
    -moz-animation-timing-function: ease-in;
    -o-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
}




.tiho-malko{
    position:relative;
    z-index:1;
    display:inline-block;
    margin-bottom: 10px;
}
.tiho-malko img{
    padding: 4px;
    background-color: #fff;
    border: 1px solid #ccc;
    border: 1px solid rgba(0, 0, 0, 0.2);
    -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
    transition: all 0.3s ease-in-out;
}

.tiho-malko img:last-child {
    opacity: 0;
    position: absolute;
    top: 0;
    left: 0;
}
.tiho-malko:hover img:first-child {
    opacity: 0;
}
.tiho-malko:hover img:last-child {
    opacity: 1;
}

.tiho-malko:before, .tiho-malko:after{
    -webkit-box-shadow: 0 0 7px 4px rgba(104, 104, 104, 0.5);
    box-shadow: 0 0 7px 4px rgba(104, 104, 104, 0.5);
    content: " ";
    display: table;
    width: 49%;
    height: 0;
    position: absolute;
    bottom: 6px;
    z-index: -2;
}
.tiho-malko:before {
    left: 4px;
    -webkit-transform: rotate(-3deg);
    -moz-transform: rotate(-3deg);
    -o-transform: rotate(-3deg);
    -ms-transform: rotate(-3deg);
    transform: rotate(-3deg);
}
.tiho-malko:after {
    right: 4px;
    -webkit-transform: rotate(3deg);
    -moz-transform: rotate(3deg);
    -o-transform: rotate(3deg);
    -ms-transform: rotate(3deg);
    transform: rotate(3deg);
}