@font-face {
    font-family: 'Bariol';
    src: url('../fonts/bariol_regular-webfont.eot');
    src: url('../fonts/bariol_regular-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/bariol_regular-webfont.woff2') format('woff2'),
         url('../fonts/bariol_regular-webfont.woff') format('woff'),
         url('../fonts/bariol_regular-webfont.ttf') format('truetype'),
         url('../fonts/bariol_regular-webfont.svg#Bariol') format('svg');
    font-weight: normal;
    font-style: normal;

}
@font-face {
    font-family: 'Bariol';
    src: url('../fonts/bariol_bold-webfont.eot');
    src: url('../fonts/bariol_bold-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/bariol_bold-webfont.woff2') format('woff2'),
         url('../fonts/bariol_bold-webfont.woff') format('woff'),
         url('../fonts/bariol_bold-webfont.ttf') format('truetype'),
         url('../fonts/bariol_bold-webfont.svg#bariol_boldbold') format('svg');
    font-weight: bold;
    font-style: normal;

}

/******************** GLOBAL ******************************/
body{
    font-family: 'Bariol', sans-serif;
    font-size:16px;
    color: rgb(46, 45, 44);
}

h1, h2, h3, h4{	
    color: rgb(46, 45, 44);
    text-transform: uppercase;
}

.container{
    position: relative;
}

.main-wrapper
{
    height: 100%;
    margin-left: auto;
    margin-right: auto;
    max-width: 1360px;
    min-height: 100%;
    min-width: 100%;
    position:relative;
    width: 100%;
}

/*************** FIX BS MARGIN on fluid scafolding **************/ 
#container-folio.row-fluid .span6:nth-child(2n+1){
    margin-left:0px;
}

#container-folio.row-fluid .span4:nth-child(3n+1){
    margin-left:0px;
}	

#container-folio.row-fluid .span3:nth-child(4n+1){
    margin-left:0px;
}

/**************************** EVENTS ANIMATED ***************************/	
.relative{
    position:relative;

    display:inline-block;
    min-height:230px;
}

.o-hidden{
    overflow:hidden;
}
#show1{
    position:absolute;
    top:0px;
    left:0px;
}

#show2{
    position:absolute;
    top:0px;
    right:0px;
}

#show1.animated{
    position:absolute;
    top:0px;
    left:0px;
}

#show2.animated{
    position:absolute;
    top:0px;
    right:0px;
}

.progress .bar.notactive{
    width:0% !important;
}

/*************************** TOP ******************************/

#main-nav {
    
}
.navbar {
    font-size: 18px; 
    font-family: 'Bariol';
    font-weight: bold;
}

.navbar-inner {
    border: none;
    padding-left: 4px;
    padding-right: 4px;
    padding-top:4px;
    padding-bottom:4px;
    filter: progid:DXImageTransform.Microsoft.gradient(enabled = false); 
}

.navbar-inverse .navbar-inner {
    height: auto;
    background: #fff;
    filter: progid:DXImageTransform.Microsoft.gradient(enabled = false); 
    padding-bottom: 14px;
}

.navbar-inverse .nav > li > a {
    color: rgb(46,45,44);
    text-shadow: none;
    padding: 0 15px;
}
.navbar-inverse .nav .active > a, .navbar-inverse .nav .active > a:hover, .navbar-inverse .nav .active > a:focus {
    background-color: transparent;
    color: rgb(81,192,239);
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none; 
}

.navbar .brand {
    color: rgb(46,45,44);
    font-size: 26px;
    font-weight: normal;
    margin-top:5px;
    padding-bottom: 0;
}

.navbar .ww-group {
    float: right;
    padding-top: 14px;
}

.logo {
    cursor: pointer;
    display: inline;
    width: 170px;
    height: 41px;
    background-image: url('../../images_freak/logo_waveweb.png');
    background-size: 170px 41px;
    position: absolute;
}

.navbar .brand img {
    width: 170px;
}	
.navbar-inverse .nav > li > a:focus, .navbar-inverse .nav > li > a:hover {
    color: rgb(81,192,239);
}
.navbar-inverse .nav .active > a, .navbar-inverse .nav .active > a:hover, .navbar-inverse .nav .active > a:focus{
    color: rgb(81,192,239);
}


.navbar-inner {
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    padding:3px 0px 10px;
    height: 26px;
}

.nav-collapse {
    float: right;
    padding-top: 32px;
}
.nav-collapse .collapse {
    -moz-transition: height 0.3s ease-in-out;
    -ms-transition: height 0.3s ease-in-out;
    -o-transition: height 0.3s ease-in-out;
    transition: height 0.3s ease-in-out;
    -webkit-transition: height 0.3s ease-in-out;
    
}
.navbar .nav {
    margin: 4px 10px 0 0;
}

.navbar-inner.scroll{
    /*background:rgba(52, 73, 94, 0.9);
    padding:0px 0px 5px;
    height: auto;
    font-size: 14px;*/
}
.navbar .nav.pull-right {
    margin-top: 20px;
}
section{
    padding-top:50px;
    padding-bottom:100px;
    border-bottom:1px solid #dedede;

}
.headertop {
    padding-top:70px;
    background: #2C3E50;
    background: -moz-linear-gradient(45deg, #2C3E50 0%, #527394 100%) 50% 0 fixed;
    background: -webkit-gradient(linear, left bottom, right top, color-stop(0%,#2C3E50), color-stop(100%,#527394))50% 0 fixed;
    background: -webkit-linear-gradient(45deg, #2C3E50 0%,#527394 100%)50% 0 fixed;
    background: -o-linear-gradient(45deg, #2C3E50 0%,#527394 100%)50% 0 fixed;
    background: -ms-linear-gradient(45deg, #2C3E50 0%,#527394 100%)50% 0 fixed;
    background: linear-gradient(45deg, #2C3E50 0%,#527394 100%)50% 0 fixed;
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#2C3E50', endColorstr='#527394',GradientType=1 );
}
.hero-unit {
    margin-top:0px;
    margin-bottom:0px;
    padding-top:45px;

}

/***************************** SOCIAL BUTTONS ******************************/	
ul.social-top {
    display: inline-block;
    margin-top: 0px;
    margin-left: 1px;
    padding: 0px;
    padding-left: 0px;

}

#team-section ul.social-top li {
    display: block;
    float: left;
    height: 30px;
    list-style: none;
    margin: 14px 2px 4px 2px;
    padding-top: 10px;
    padding-bottom: 1px;
    text-align: center;
    border-radius: 50%;
    height: 45px;
    width: 45px;
    padding: 0;
    line-height: 50px;
    background: #333;
    box-shadow: none;
    font-size: 18px;
}
.thumbnail:hover ul.social-top li:hover {
    background: #2b2b2b;

}


.thumbnail:hover ul.social-top li{
    background:#16a085;

}
.thumbnail:hover ul.social-top li a{
    color:#fff;

}

footer ul.social-top li {
    width: 45px;
    height: 45px;
    border-radius: 50%;
    list-style: none;
    background: #333;
}

footer ul.social-top li a{
    color: rgb(81, 192, 239);
    text-decoration:none;
    display:inline-block;
    width:100%;
    height:100%;
    text-align: center;
    line-height: 45px;
}

ul.social-top li a {
    color: rgb(81, 192, 239);
    text-decoration:none;
    display:inline-block;
    width:100%;
    height:100%;
}

footer .page-header h3 {
    line-height: 50px;
    margin-bottom: 0;
}

footer .page-header h4 {
    margin-top: 0;
    font-size: 24px;
}

#team-section .team-name {
    font-size: 20px;
    font-weight: bold;
}

#team-section .team-position {
    font-family: "Verdana", sans-serif;
    font-size: 12px;
}



.navbar-fixed-top, .navbar-static-top{
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    /*border-top:4px solid #2fe2bf;*/
    z-index: 999999 ;
}

/************************** BS ELEMENTS *********************************/		
.well {
    color:#2b2b2b;
    background:none;
    border-left:none;
    border-right:none;
    border-top:none;
    border-bottom:1px solid #ECF0F1;
    margin-bottom:40px;
    font-size:120%;

}
.well h2{
    font-size:48px;
    line-height: 1;
}



.thumbnail{
    background-color: rgb(239, 238, 234);
    display: block;
    overflow: hidden;
    padding:0px;
    margin-bottom:30px;
    border: none;
    box-shadow: none;
    border-radius: 0;

}

.thumbnail img{
    max-width: 100%;
}	

.thumbnail .caption h3 {
    text-transform: none;
    font-size: 30px;
}

.thumbnail .caption .caption-descr {
    font-family: "Verdana", sans-serif;
    font-size: 12px;
    line-height: 16px;
    padding-top: 0;
}

/************************************** CUSTOM STYLES *************************/

.feature-box {
    background-color: #ecf0f5;
    border-radius: 6px;
    padding: 14px;
    position: relative;
    text-align: center; 
}

#features-section .span3 {
    background-color: #ecf0f5;
    border-radius: 6px;
    /* padding: 14px; */
    position: relative;
    text-align: center;
    /* height: 100%; */
}

.feature-box.feature-box-hot:before {
    /*background: url("../../images/feature-box/ribbon.png") 0 0 no-repeat;*/
    background-size: 82px 82px;
    content: "";
    height: 82px;
    position: absolute;
    right: -4px;
    top: -4px;
    width: 82px; 
}

.feature-box p {
    font-size: 12px;
    margin-bottom: 33px; 
    font-family: "Verdana", sans-serif;
}

.feature-box-image {
    width: 94px;
    margin: 31px 0 27px;
    vertical-align: bottom; 
}

.feature-box-image.big-illustration {
    height: 111px;
    margin-top: 20px;
    width: 150px; 
}

.feature-box-title {
    font-size: 20px;
    margin: 0; 
}

.box {
    margin-bottom:30px;
}

.label {
    white-space:normal;
}

i.fa-icon-large{
    font-size:370%;
    margin-top:10px;
}
.wedo p{
    padding-top:0px;
}
.label{

    padding:30px 30px;
    display:block;

}
p{
    text-align:justify;
    padding:10px 0px;
}
.feature-box p{
    text-align:center;
}
.pricing-table p{
    padding:0px;
    margin-top:5px;
    font-size:90%;
}

*.main-color{
    color:#1ABC9C;
}
.camein {
    width: 100%;
    min-width: 100%;
    display:block;
    text-align: center;
    margin-left: auto;
    margin-right: auto;
}
.camein p{
    min-width:50%;
    background: rgba(250,250,250, 0.15);
    position: relative;
    margin-left: auto;
    margin-right: auto;
    padding: 10px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    text-align:center;
    text-align:center;
    padding-left:auto;
    padding-right:auto;
    display:inline-block;
    border:1px solid rgba(250,250,250, 0.28);
}

.btn-block-third {
    display: block;
    width: 40%;
    padding-right: 0;
    padding-left: 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    float: left;
}

i.or {
    float: left;
    display: block;
    width: 20%;
    padding-top: 10px;
    text-align:center;
    font-weight:600;
    color:#fff;
}
#main-nav select{
    float:right;
    margin-top:10px;

}

.hero-unit{
    background:  none/*#ECF0F1*/;
    padding-top:160px;
    z-index:2;
    position:relative;
}

.hero-unit hr.half{
    border: none;
    margin-bottom:40px;
}
.hero-unit h2{
    margin-bottom:40px;
}
.hero-unit h1, .hero-unit h2 {
    color:#fff;
    font-weight:700;
    text-shadow: 0 1px 3px rgba(0,0,0,.4), 0 0 30px rgba(0,0,0,.075);

    /*background-color: #032629;
        line-height: normal;
        display: inline-block;
        padding: 10px 30px;
        margin: 0;*/
        
}
.hero-unit-slide {
    position: absolute;
    left: 30px;
    float:left;
}
.hero-unit-text1, .hero-unit-text2 {
    position: relative;
    line-height: normal;
    margin-bottom: 5px;
}

.hero-unit h1 {
    font-size:70px;
}

#header-section{
    position:relative;
    overflow:hidden;
}
#header-section .innerbg{
    min-height:640px;
    width:100%;
    margin:0px;
    padding:0px;
    position:relative;
    background-color: rgb(81, 192, 239);
}

.slider, .slide {
    position: absolute;
    width: 100%;
    height: 100%;
    
}

.slider, .slide, .slide-image {
    background-size: cover;
    width: 100%;
    height: 100%;
}

#slide1 .slide-image {
    background-image: url('../../images_freak/slide1.png');
}
#slide2 .slide-image {
    background-image: url('../../images_freak/slide2.png');
}
#slide3 .slide-image {
    background-image: url('../../images_freak/slide3.png');
}
#slide4 .slide-image {
    background-image: url('../../images_freak/slide4.png');
}
#slide5 .slide-image {
    background-image: url('../../images_freak/slide5.png');
}

.slider .slide {
    position: absolute;
    top: 0;
    left: 0;
}

.slider .slide a {
    display: inline-block;
}
.app-store-container {
    margin-top: 20px;
}
.app-store-icon {
    background: url('../../images_freak/appstore.png');
    width: 200px;
    height: 60px;
}

.slider .slide img {
    max-width: 100%;
}

.slider .slide:not(:first-child) {
    display: none;
}

.slider .slide .slide-text {
    position: absolute;
    top: 100px;
    left: 100px;
    font-family: "Bariol";
    font-weight: bold;
    font-size: 30px;
    color: rgb(81, 192, 239);
    line-height: 40px;
    width: 40%;
}

.slider .slide .container {
    position: absolute;
    top: 0;
    height: 100%;
    margin: auto;
    left: 0;
    right: 0;
    bottom: 0;
}

/************************************** NEWSLETTER FORM *************************/

#newsletter {
    position: relative;
    overflow: hidden;
}

.newsletter {
    position: relative;
    width: 100%;
    height: 100%;
    padding-top: 50px;
    padding-bottom: 50px;
    background-image: url('../../images_freak/tablebg.jpg');
    background-size: cover;
    background-position: center center;
}

.newsletter::after {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: rgba(0, 0, 0, 0.6);
    z-index: 1;
}

.newsletter .newsletter-form {
    position: relative;
    font-family: "Bariol";
    font-weight: bold;
    font-size: 40px;
    color: rgb(81, 192, 239);
    line-height: 40px;
    width: 40%;
    text-align: center;
    width: 100%;
    z-index: 2;
}

.newsletter .newsletter-form input[type="text"] {
    width: 410px;
    height: 50px;
    font-size: 18px;
    padding: 6px 12px;
    box-sizing: border-box;
    max-width: 100%;
}

.newsletter .newsletter-form input[type="submit"] {
    border-radius: 3px;
    padding: 15px;
    font-size: 22px;
    box-sizing: border-box;
}

.newsletter .newsletter-lead {
    margin-bottom: 30px;
    line-height: 47px;
    font-size: 44px;
    padding-left: 10px;
    padding-right: 10px;
}

.newsletter .newsletter-lead a {
    color: rgb(81, 192, 239);
    text-decoration: none;
}

.newsletter .newsletter-lead div:nth-child(2) {
    color: #fff;
    font-size: 26px;
}

#header-bottom-container {
    position: absolute;
    bottom: 60px;
    width: 100%;
}

.header-bottom {
    position: relative;
    padding-left: 100px;
}

.header-bottom img {
    width: 63px;
}

.header-bottom-text {
    display: inline-block;
    width: 30%;
    padding-left: 20px;
    color: #fff;
    font-size: 18px;
    vertical-align: middle;
}



#header-section .leftbg{
    background: rgba(40, 170, 157, 0.3) url(../../assets_freak/img/pixel.png) 0% 0% repeat;
    min-height:100%;
    height:100%;
    width:100%;
    display:block;
    margin:0px 0px 0px 0px;
    padding:0px 0px 0px 0px;
    position:absolute;
    bottom:0px;
    z-index:1;

}




hr.half {
    margin: 12px 0;
    border: 0;
    border-top: 1px solid #ECF0F1;
    border-bottom: 1px solid #ffffff;
}

.page-header{
    border-bottom:none;
    padding:20px 0px;

}


.page-header.slogan span{
    margin-bottom:20px;
}

.page-header h3{
    font-size: 40px;
    text-transform: uppercase;
    display: inline-block;
    line-height: 70px;
    width: 100%;
    padding-bottom: 0px;
}

.page-header h3 small{
    color:#4b4b4b;
    border-bottom:none;
    font-size:18px;
}

.page-header.well h3{
    font-size:26px;
    text-transform:uppercase;
}






/**************************** TEAM & ABOUT ***************************/
#team-section {
    background-color: rgb(81, 192, 239)
}



#team-section .skills-text p {
    font-family: "Verdana", sans-serif;
    font-size: 14px;
    margin: 0;
    padding-top: 0;
}

#team-section ul {
    list-style: none;
    margin: 0;
}

#team-section ul li{
    font-size: 30px;
    text-transform: uppercase;
    font-weight: bold;
    line-height: 34px;
}

.team-items-row{
    margin-bottom:70px;
    display:inline-block;
}

.skills-services{
    width:100%;
    display:inline-block;
    /*padding:50px 0px;*/
    padding:20px 0 50px 0;

    margin-bottom:-55px;
}

.skills-services h3{
    margin-bottom:20px;

}



.progress, .ui-slider {
    background: #e8edf2;
    border-radius: 32px;
    height: 10px;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    filter: progid:DXImageTransform.Microsoft.gradient(enabled = false); }
.progress .bar, .ui-slider .bar {
    background: #1abc9c;
    -webkit-box-shadow: none !important;
    -moz-box-shadow: none !important;
    box-shadow: none !important;
    filter: progid:DXImageTransform.Microsoft.gradient(enabled = false); }
.progress .bar-success, .ui-slider .bar-success {
    background-color: #2ecc71;
    filter: progid:DXImageTransform.Microsoft.gradient(enabled = false); }
.progress .bar-warning, .ui-slider .bar-warning {
    background-color: #FFAA49;
    filter: progid:DXImageTransform.Microsoft.gradient(enabled = false); }
.progress .bar-danger, .ui-slider .bar-danger {
    background-color: #e74c3c;
    filter: progid:DXImageTransform.Microsoft.gradient(enabled = false); }
.progress .bar-info, .ui-slider .bar-info {
    background-color: #1abc9c;
    filter: progid:DXImageTransform.Microsoft.gradient(enabled = false); }
/****************************** FEATURES ***************************************/

#features-section{
    min-height:550px;
    position:relative;
    overflow:hidden;
    color:#333;
    /*padding-bottom: 0;
    background-color: #fff;*/
}

.feature-box:hover{
    /*-webkit-box-shadow: 0px 0px 10px rgba(50, 50, 50, 0.5);
    -moz-box-shadow:    0px 0px 10px rgba(50, 50, 50, 0.5);
    box-shadow:         0px 0px 10px rgba(50, 50, 50, 0.5);*/
}

.panel{
    display:inline-block;
    width:100%;
    min-width:100%;
    min-height:100px;
    z-index:3;
    margin:0px 0px 0px;
    color: rgb(81, 192, 239);
    padding:60px 0px;

}

.panel.first{
    margin-top:-30px;	
}

.panel.nobg{
    background:none;
    box-shadow: none;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;			
}

.panel span{

    text-shadow:none;
    font-size:44px;
    font-weight:400;
    width:100%;
    display:inline-block;
    text-transform:uppercase;
    font-weight: bold;
    line-height:42px;

}

.panel span .inner{

    text-shadow:none;
    font-size:26px;
    font-weight:bold;
    width:100%;
    display:inline-block;
    color: rgb(46, 45, 44);
    text-transform:none;
    line-height: 28px;
}

.panel span .inner-small{

    text-shadow:none;
    font-size:20px;
    font-weight:bold;
    width:100%;
    display:inline-block;
    color: rgb(46, 45, 44);
    text-transform:none;
    line-height: 35px;
}
.panel span .inner small{

    text-shadow:none;
    font-size:16px;
    font-weight:300;
    color:#2b2b2b;
    text-transform:none;
    line-height: 35px;
}

.features-more{
    padding:60px 0px 150px;

}

.features-more img{
    max-width: 100%;

}
.features-more:first-child{
    border-top:none;

}

.features-more h3{
    font-size:26px;
    color: rgb(81, 192, 239);
}

.features-more{
    /*background: url(../../assets/img/shadright.png) bottom right no-repeat;*/

}

.features-more:nth-child(even){

    /*background: url(../../assets/img/shadleft.png) bottom left no-repeat;*/

}
.features-more:nth-child(odd).span6{
    background: url(../../assets_freak/img/shadright.png) bottom right no-repeat;


}

.features-more:nth-child(odd) h3{
    text-align:right;
}

.lead {
    margin-bottom: 20px;
    font-size: 14px;
    font-weight: 400;
    line-height: 22px;
    font-family: "Verdana", sans-serif;
}

/***************************** PROJECTS ******************************/

#portfolio-section{
    background: #f4f4f4;
    min-height:550px;
    position:relative;
    overflow:hidden;
    border: none;
}

.proj{
    margin-bottom:40px;
}

/*******************
Izotope Boxes
********/

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

.project-item {
    display: block;
    margin-bottom: 30px;
}
.portfolio-container1 {
    display:none;
}
.portfolio-container2 {
    display:none;
}
#portfolio-more-outter {
    border-radius: 6px;
    margin: 0 auto;
    width: 150px;
    height: 30px;
    text-align: center;
    cursor: pointer;
    font-family: sans-serif;
    font-weight: bold;
    background: #16A085 url('../../images_freak/triangle-big-1-01.png') no-repeat center 0px;
    overflow: hidden;
}
#portfolio-more-outter:hover {
    background-color: #1abc9c;
}
#portfolio-more-inner {
    position: relative;
    bottom: 30px;
    width: 150px;
    height: 30px;
    line-height: 30px;
}
#portfolio-more {
    color:#fff;
    text-decoration:none;
}

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

.isotope-item:hover{
    z-index: 3;
}

/*************
thums
********/

#container-folio .thumbnail{
    box-shadow: none;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
}

.thumbnail .img-wrap{
    position:relative;
    overflow:hidden;
    width:100%;
    height:100%;
    height:180px;
}
.thumbnail .img-wrap img{

    width:100%;
    height:auto;
    display:block;
}

.thumbnail .teamImageContainer{

    /*height: 50%;*/
    overflow: hidden;
}


.thumbnail .demo-browser .caption {
    position: absolute;
    bottom: -110%;
    transition: all 0.3s ease-in;
    -moz-transition: all 0.3s ease-in;
    -webkit-transition: all 0.3s ease-in;
    -o-transition: all 0.3s ease-in;
    display:inline-block;
    padding:5%;
    width:90%;
    background:rgba(250,250,250, 0.95);
    filter: alpha(opacity=0);
    filter: progid:DXImageTransform.Microsoft.Alpha(opacity=0);
    -moz-opacity: 0;
    -khtml-opacity: 0;
    opacity: 0;



}

.thumbnail:hover .demo-browser .caption {
    bottom: 0%;
    filter: alpha(opacity=100);
    filter: progid:DXImageTransform.Microsoft.Alpha(opacity=100);
    -moz-opacity: 1;
    -khtml-opacity: 1;
    opacity: 1;
}

/***************************** PRICE ********************************/
#news-section {
    background: #fff;
}

#news-section .page-header h3 {
    line-height: 50px;
    margin-bottom: 0;
}

#news-section .page-header h4 {
    margin-top: 0;
    font-size: 24px;
}

.news-list .news-link {
    padding: 15px;
    border: 2px solid #EDEDED;
    border-radius: 3px;
    margin-bottom: 10px;
    font-family: "Verdana", sans-serif;
    font-size: 15px;
}

.news-link a {
    display: block;
    color: rgb(81, 192, 239);
}

.news-link .news-title, .news-link .news-source {
    float: left;
}

.news-link .news-title {
    margin-right: 10px;
}

.news-link .news-source {
    font-size: 13px;
    font-style: italic;
    color: #5f5f5f;
}

.news-link .news-source small {
    font-size: 10px;
}

/***************************** PRICE ********************************/
#price-section{
    background:#fff;
}
.pricing-table-header .price-header{

    background-size: 16px 16px;
    border-radius: 6px 6px 0 0;
    color: #fff;
    padding: 19px 0px 20px;
    width:100%;
    margin-bottom:15px;
    display:inline-block;
    font-size: 26px;
    font-weight: 700;

}

.gray .pricing-table-header .price-header {
    background: #34495E;
}

.green .pricing-table-header .price-header {
    background: #2ECC71;
}

.dark-green .pricing-table-header .price-header {
    background: #1ABC9C;
}

.red .pricing-table-header .price-header {
    background: #E74C3C;
}
.pricing-table-features, .pricing-table-header .price-value{
    padding:20px;
}
.feature-box.price-feature-box {
    padding:0px;
}

.demo-tiles {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
}

.pricing-table-sign-up{
    padding:20px;
}

/**************************** FOOTER ***********************************************/
footer {
    padding:40px 0;
    background-color: #f1f1f1;
    color: #333;
}

footer a {
    display: inline-block;
    margin: 0 10px;
}

footer .logo {
    top: -6px;
}

#map {
    display: block;
    height: 250px;
    width: 100%;
    min-width: 100%;
    max-width: 1350px;
    margin-left: auto;
    margin-right: auto;
    margin-top:20px;
    -webkit-box-shadow: 0px 0px 30px rgba(50, 50, 50, 0.52) inset;
    -moz-box-shadow:    0px 0px 30px rgba(50, 50, 50, 0.52)inset;
    box-shadow:         0px 0px 30px rgba(50, 50, 50, 0.52)inset;
}

.footer-links{

    display: block;
    float: left;
    height: 30px;
    list-style: none;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    padding-right: 10px;
    text-align: left;
    transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    width: 100px;
    margin-left:0;

}
.footer-links li{
    list-style:none;
    line-height: 22px;

}



.footer-links li a{
    color:#2b2b2b;
}

.footer-links1 {
    display: block;
    float: left;
    padding-right: 10px;
    width: 100px;

}

.footer-links1 li{
    list-style:none;
}

footer address {
    font-family: "Verdana", sans-serif;
    line-height: 20px;
    font-size: 14px;
}

footer address strong {
    font-family: "Bariol";
    font-weight: bold;
    font-size: 16px;
}


.footer-links li img {

    filter: gray; /* IE6-9 */
    -webkit-filter: grayscale(100%); /* Chrome 19+ & Safari 6+ */
    -webkit-transition: all .6s ease; /* Fade to color for Chrome and Safari */
    -webkit-backface-visibility: hidden; /* Fix for transition flickering */
    -moz-filter: grayscale(100%);
}

.footer-links li img:hover {
    filter: none;
    -webkit-filter: grayscale(0%);
}

.footer-links1 li img {

    filter: gray; /* IE6-9 */
    -webkit-filter: grayscale(100%); /* Chrome 19+ & Safari 6+ */
    -webkit-transition: all .6s ease; /* Fade to color for Chrome and Safari */
    -webkit-backface-visibility: hidden; /* Fix for transition flickering */
}

.footer-links1 li img:hover {
    filter: none;
    -webkit-filter: grayscale(0%);
}

.contact-header {
    font-size: 25px;
    color: rgb(81, 192, 239);
    line-height: 30px;
}

#contact-form label{
    font-size: 16px;
    line-height: 31px;
    width: 100px;
    float:left;
    text-transform: uppercase;
}
#contact-form #contact-form-email {
    display: block;
    width: 300px;
    max-width: 300px;
}
#contact-form textArea {
    resize: none;
    box-sizing: border-box;
    width: 400px;
    height: 113px;
}
#contact-form #contact-form-submit {
    background: rgb(81, 192, 239);
    color: #fff;
    height: 30px;
    border: none;
    position: relative;
    font-family: "Bariol";
    font-weight: bold;
    width: 100px;
    font-size: 16px;
}


.contact-form-response {
    display: none;
}




/****************************** BUTTONS *********************************************/
.btn.btn-large {
    padding-bottom: 16px;
    padding-top: 18px;
}

.progress, .ui-slider {
    background: #e8edf2;
    border-radius: 2px;
    height: 25px;
}

.btn {
    border: none;
    background: #34495e;
    color: white;
    font-size: 16.5px;
    text-decoration: none;
    text-shadow: none;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    -webkit-transition: 0.25s;
    -moz-transition: 0.25s;
    -o-transition: 0.25s;
    transition: 0.25s;
    -webkit-backface-visibility: hidden; }
.btn:hover, .btn:focus {
    background-color: #4e6d8d;
    color: white;
    -webkit-transition: 0.25s;
    -moz-transition: 0.25s;
    -o-transition: 0.25s;
    transition: 0.25s;
    -webkit-backface-visibility: hidden; }
.btn:active, .btn.active {
    background-color: #2c3e50;
    color: rgba(255, 255, 255, 0.75);
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none; }
.btn.disabled, .btn[disabled] {
    background-color: #95a5a6;
    color: white; }
.btn.btn-large {
    padding-bottom: 12px;
    padding-top: 13px; }

.btn.btn-primary {
    background-color: rgb(81, 192, 239); 
    border-radius: 0;
    font-family: "Bariol";
    font-weight: bold;
}
.btn.btn-info {
    background-color: #1abc9c; }
.btn.btn-info:hover, .btn.btn-info:focus {
    background-color: #5dade2; }
.btn.btn-info:active, .btn.btn-info.active {
    background-color: #2383c4; }
.btn.btn-danger {
    background-color: #e74c3c; }
.btn.btn-danger:hover, .btn.btn-danger:focus {
    background-color: #ec7063; }
.btn.btn-danger:active, .btn.btn-danger.active {
    background-color: #dc2d1b; }
.btn.btn-success {
    background-color: #2ecc71; }
.btn.btn-success:hover, .btn.btn-success:focus {
    background-color: #55d98d; }
.btn.btn-success:active, .btn.btn-success.active {
    background-color: #27ad60; }
.btn.btn-warning {
    background-color: #FFAA49; }
.btn.btn-warning:hover, .btn.btn-warning:focus {
    background-color: #f4d03f; }
.btn.btn-warning:active, .btn.btn-warning.active {
    background-color: #cea70c; }

.btn.btn-large.btn-demo{
    background:none;
    border:3px solid rgba(250,250,250, 0.8);
    box-sizing:border-box;
    -moz-box-sizing:border-box;
    padding-bottom: 9px;
    padding-top: 10px;
}

.btn.btn-large.btn-demo:hover{
    background:rgba(0,0,0, 0.3);
    border:3px solid #fff;

}

.btn-toolbar .btn {
    font-size: 18px;
    padding: 10px 14px 9px; }
.btn-toolbar .btn:first-child {
    -webkit-border-radius: 6px 0 0 6px;
    -moz-border-radius: 6px 0 0 6px;
    border-radius: 6px 0 0 6px; }
.btn-toolbar .btn:last-child {
    -webkit-border-radius: 0 6px 6px 0;
    -moz-border-radius: 0 6px 6px 0;
    border-radius: 0 6px 6px 0; }

.btn-toolbar .btn.active {
    color: white; }

.demo-headline {
    padding: 73px 0 110px;
    text-align: center; }


/************************** SCROLL EVENT SCROLL BUTTONS ******************/
.top-link{
    position: fixed;
    top:130px;
    right:0px;
    display:inline-block;
    z-index:10000;
    width:50px;
    height:50px;
    background:url(../img/topbottomlinks.png) 0px -50px no-repeat;
}


.top-link-click{

    position: fixed;
    top:80px;
    right:0px;
    z-index:10000;
    width:50px;
    height:50px;
    background:url(../img/topbottomlinks.png) 0px 0px  no-repeat;

}
.bottom-link-click{
    display:inline-block;
    width:50px;
    height:50px;
    position: fixed;
    bottom:10px;
    right:0px;
    z-index:10000;
    width:50px;
    height:50px;
    background:url(../img/topbottomlinks.png) 0px -150px no-repeat;
}

.bottom-link{
    position: fixed;
    bottom:60px;
    right:0px;
    display:inline-block;
    z-index:10000;
    width:50px;
    height:50px;
    background:url(../img/topbottomlinks.png) 0px -100px no-repeat;


}

.bottom-link.right, .bottom-link-click.right, .top-link-click.right, .top-link.right{
    right:-60px;
}
/* HOVER OPACITY EFFECT */
.top-link-click, .top-link, .bottom-link-click
, .bottom-link	{

    filter: alpha(opacity=30);
    filter:progid:DXImageTransform.Microsoft.Alpha(opacity=30); /* IE 5.5+*/
    -moz-opacity: 0.3; /* Mozilla 1.6 - */
    -khtml-opacity: 0.3; /* Konqueror 3.1, Safari 1.1 */
    opacity: 0.3; /* CSS3 - Mozilla 1.7b +, Firefox 0.9 +, Safari 1.2+, Opera 9+ */
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;

}

.top-link-click:hover, .top-link:hover, .bottom-link-click:hover
, .bottom-link:hover{

    cursor:pointer;
    filter: alpha(opacity=100);
    filter:progid:DXImageTransform.Microsoft.Alpha(opacity=100); /* IE 5.5+*/
    -moz-opacity: 1; /* Mozilla 1.6 - */
    -khtml-opacity: 1; /* Konqueror 3.1, Safari 1.1 */
    opacity: 1; /* CSS3 - Mozilla 1.7b +, Firefox 0.9 +, Safari 1.2+, Opera 9+ */

}
/* END HOVER OPACITY EFFECT */

.top-corner{
    position:absolute;
    top:0px;
    left:-30px;
    width:1px;
    height:1px;
}
.bottom-corner{
    position:absolute;
    bottom:0px;
    left:-30px;
    width:1px;
    height:1px;
}
.gobottom{
    filter: alpha(opacity=0);
    filter: progid:DXImageTransform.Microsoft.Alpha(opacity=0);
    -moz-opacity: 0;
    -khtml-opacity: 0;
    opacity: 0;
    -moz-transition: all 2s ease;
    -o-transition: all 2s ease;
    -webkit-transition: all 2s ease;
    -ms-transition: all 2s ease;
    transition: all 2s ease;
    box-sizing:border-box;
    -moz-box-sizing:border-box;
    color:#fff;
    font-size:100%;
    padding-top:100px;
    float:none;
    width:100%;
}

.gobottom.active{
    filter: alpha(opacity=100);
    filter: progid:DXImageTransform.Microsoft.Alpha(opacity=100);
    -moz-opacity: 1;
    -khtml-opacity: 1;
    opacity: 1;
    padding-top:0px;

}
.gobottom a {
    color:#fff;
}
.gobottom a {
    color:#fff;
    text-decoration:none;
}

.gobottom:hover {
    color:rgba(250,250,250, 0.8);


}
#ebusinesshr {
        display: none;
    }

.hexicon {
    /*text-align: right;*/
}
.fa-custom {
    min-width: 90px;
    font-size: 5em;
    text-align: center;
}

/*URLS*/



#urls-container {
    padding-top: 50px;
    padding-bottom: 50px;
}

#intro {
    margin-bottom: 26px;
    font-size: 18px;
    line-height: normal;
    /* font-family: Helvetica, sans-serif; */
    /* font-weight: 100; */
}

#intro div:first-child {
    max-width: 750px;
    margin: 0 auto;
    line-height: 26px;
}


#urls-container p {
    padding: 0;
    margin: 0;
    margin-bottom: 22px;
}

.url {
    font-family: Verdana, sans-serif;
    font-size: 12px;
    line-height: 28px;
    font-weight: bold;
}

.ip {
    font-family: Verdana, sans-serif;
    font-size: 12px;
    color: #6E6E6E;
}

.url:nth-child(even) {
    background-color: #f1f1f1;
}

#urls-list .list {
    padding: 0;
}

#urls-list .list li {
    list-style: none;
    /*display: inline-block;
    width: 50%;*/
    background-color: #f1f1f1;
    padding: 4px 10px;
    text-align: center;
}

/*#urls-list .list li:nth-child(4n-4)*/
#urls-list .list li:nth-child(odd) {
    background-color: #fff;
}

/*#urls-list .list li:nth-child(4n-3) {
    background-color: #fff;
}*/

.navbar-fixed-top .navbar-inner, .navbar-static-top .navbar-inner {
    -webkit-box-shadow: 0 1px 10px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0 1px 10px rgba(0, 0, 0, 0.1);
    box-shadow: 0 1px 10px rgba(0, 0, 0, 0.1);
}

#top-nav {
    border: 0;
}

.navbar-inverse .btn-navbar {
color: #ffffff;
text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
background-color: #0e0e0e;
background-image: -moz-linear-gradient(top, #151515, #040404);
background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#151515), to(#040404));
background-image: -webkit-linear-gradient(top, #151515, #040404);
background-image: -o-linear-gradient(top, #151515, #040404);
background-image: linear-gradient(to bottom, #151515, #040404);
background-repeat: repeat-x;
border-color: #040404 #040404 #000000;
border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff151515', endColorstr='#ff040404', GradientType=0);
filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
}
.navbar .btn-navbar {
display: none;
float: right;
padding: 7px 10px;
margin-right: 5px;
margin-left: 5px;
color: #ffffff;
text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
background-color: #ededed;
background-image: -moz-linear-gradient(top, #f2f2f2, #e5e5e5);
background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#f2f2f2), to(#e5e5e5));
background-image: -webkit-linear-gradient(top, #f2f2f2, #e5e5e5);
background-image: -o-linear-gradient(top, #f2f2f2, #e5e5e5);
background-image: linear-gradient(to bottom, #f2f2f2, #e5e5e5);
background-repeat: repeat-x;
border-color: #e5e5e5 #e5e5e5 #bfbfbf;
border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fff2f2f2', endColorstr='#ffe5e5e5', GradientType=0);
filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
-webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 0 rgba(255, 255, 255, 0.075);
-moz-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 0 rgba(255, 255, 255, 0.075);
box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 0 rgba(255, 255, 255, 0.075);
}
.navbar .btn, .navbar .btn-group {
margin-top: 5px;
}
.navbar .brand {
color: #2e2d2c;
font-size: 26px;
font-weight: 400;
margin-top: 5px;
padding-bottom: 0;
display: block;
float: left;
padding: 10px 20px 10px;
margin-left: -20px;
font-size: 20px;
font-weight: 200;
color: #777777;
text-shadow: 0 1px 0 #ffffff;
}

.navbar-inner {
    box-sizing: content-box !important;
    min-height: 40px;
    padding: 10px 0;
}

/*****************************  @MEDIA *************************************************/

@media 
(-webkit-min-device-pixel-ratio: 2), 
(min-resolution: 192dpi) { 
    /* Retina-specific stuff here */
    .app-store-icon {
        background: url('../../images_freak/appstore@2x.png');
        background-size: 200px 60px;
        width: 200px;
        height: 60px;
    }
    .logo {
        background-image: url('../../images_freak/logo_waveweb@2x.png');
    }
}

@media (min-width:1200px){
    #main-nav select {
        display:none;
    }

}/* \media 1200 */

@media (max-width:1199px){
    #contact-form label {
        float:none;
    }

}

@media (max-width:979px) {
    
    #nav {
        margin-top: 28px;
    }

    #nav li:first-child {
        display: none;
    }

    #features-section {
        top: 1px;
    }

    .logo {
        width: 117px;
        height: 28px;
        background-size: 117px 28px;
    }
    .navbar .brand {
        margin-top: 0;
    }
    
    .headertop {
        padding-top: 0px;
    }

    #header-section .innerbg {
        min-height: 0 !important;
        height: 0 !important;
    }
    .navbar .ww-group {
        display: none;
    }
    .nav-collapse {
        float: none;
        padding-top: 0;
    }

    .skills-list {
        padding-bottom: 20px;
    }
    body{
        padding:0px;
    }
    .container, .navbar .container{
        /*padding:0px 40px;*/
    }
    .navbar .brand {
        padding-right: 10px;
        padding-left: 10px;
        margin: 0 0 0 -5px;
    }

    .btn-block-third {
        display: block;
        width: 100%;
        padding-right: 10px;
        padding-left: 10px;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
        float: left;
        margin-bottom:10px;
    }

    i.or {
        float: none;
        display: block;
        width:100%;
        margin-bottom:10px;
    }
    .camein p {
        width: 60%;
    }

    #header-section .hero-unit {
        background: none/*#ECF0F1*/;
        padding: 80px 20px 20px;
    }

    .panel.first {
        margin-top: 0px;
    }

    .thumbnail .img-wrap{
        max-height:100px;
    }


    .navbar-inverse .navbar-inner{
        padding:10px 0px;
    }

    .navbar-inverse .btn-navbar{
        margin-top:7px;
    }

    .navbar-inverse .nav-collapse .nav > li > a, .navbar-inverse .nav-collapse .dropdown-menu a {
        color: rgb(46,45,44);
        padding: 5px 15px;
    }
    .navbar-inverse .nav-collapse .nav > .active > a, .navbar-inverse .nav-collapse .dropdown-menu a {
        color: rgb(81,192,239);
    }
    .navbar-inverse .nav-collapse .nav > li > a:hover, .navbar-inverse .nav-collapse .nav > li > a:focus, .navbar-inverse .nav-collapse .dropdown-menu a:hover, .navbar-inverse .nav-collapse .dropdown-menu a:focus {
        background-color: transparent;
    }
    .navbar-fixed-top, .navbar-fixed-bottom {
        position: fixed;
        margin-bottom:30px;
        
    }
    #contact-form #contact-form-email {
        max-width: 280px;
    }

    #contact-form textArea {

        /*width: 280px;*/
        max-width: 100%;

    }
    #contact-form label {
        float: none;
    }
    

}	

@media (max-width: 767px) {
    footer {
        padding:40px 0;
        padding-bottom: 60px;
        background-color: #f1f1f1;
        color: #333;
    }
    .demo-tiles {
        display: block;
    }
    .feature-box {
        margin-bottom:30px;
    }
    .logo {
        width: 117px;
        height: 28px;
        background-size: 117px 28px;
    }
    .headertop {
        padding-top: 0px;
    }
    p {
        text-align:left;
    }
    .hexicon i {
        width: 100%;
        text-align: left;
    }
    .page-header h3 {
        display:block;
        text-align:center;
        /*font-size: 44px;*/
        font-size: 30px;
        line-height: 54px;
    }
    .page-header h4 {
        text-align:center;
    }

    #showbar{
        margin-top:40px;
    }

    .features-more {
        border-top: 14px solid #ddd;
        padding: 40px 0px;
    }

    .features-more{
        background: none;

    }

    .features-more:nth-child(even){
        background: none;

    }
    .features-more:nth-child(odd).span6{
        background: none;


    }

    .features-more:nth-child(odd) h3{
        text-align:left;
    }

    .panel span {
        text-shadow: none;
        /*font-size: 26px;*/
        font-size: 36px;
    }
    .caption.team-caption{
        display:inline-block;
        float:left;
        width:56%;
        padding:2%;
        margin:0px;
    }
    .sample{
        display:inline-block;
        float:left;
        width:40%;
    }

    .thumbnail .img-wrap{

        max-height:180px;
    }

    #header-section .hero-unit {
        padding: 70px 20px 20px;
    }

    .navbar-fixed-top{
        margin-bottom:30px;
    }

    .navbar-inverse .navbar-inner{
        padding:5px 0px;
    }
    .hero-unit h1{
        font-size:40px;
        line-height:50px;


    }

    #header-section .innerbg {
        min-height: 0 !important;
        height: 0 !important;
    }

    .news-link .news-source {
        clear: left;
    }

    .contact-header {
        font-size: 25px;
    }

    #contact-form label{
        font-size: 16px;
        line-height: 31px;
        width: 100px;
        float:none;
        clear:left;
    }
    #contact-form #contact-form-email {
        width: 100%;
        box-sizing: border-box;
        height: 30px;
    }
    #contact-form textArea {
        resize: none;
        width: 100%;
        height: 113px;
    }
    #ebusinesshr {
        display: block;
    }
    
 
    #contact-form #contact-form-submit {
        margin-top: 0;
    }
    .navbar .brand {
        margin-top: 0px;
    }

}

@media (max-width: 700px) {
    #newsletter {
        margin-top: 50px;
    }

    .newsletter {
        padding-top: 40px;
        padding-bottom: 40px;
    }

    .newsletter .newsletter-lead {
        font-size: 25px;
        line-height: 1em;
        margin-bottom: 20px;
    }

    .newsletter .newsletter-form form {
        padding-left: 10px;
        padding-right: 10px;
    }

    .newsletter .newsletter-form input[type="text"] {
        height: 40px;
    }

    .newsletter .newsletter-form input[type="submit"] {
        width: 410px;
        max-width: 100%;
        margin-top: 10px; 
        padding: 10px;
    }
}

