@font-face {
    font-family: "bauhouseregular";
    font-style: normal;
    font-weight: normal;
    src: url("../fonts/bauhouse-webfont.woff2") format("woff");
}
.bh-font {
    font-family: bauhouseregular;
	font-size: 14px;
}
body, html {
    color: #888;
    font-family: Roboto,sans-serif;
    font-size: 15px;
    overflow-x: hidden;
}
p {
    line-height: 26px;
    text-align: justify;
}
header, nav {
    display: none;
}
#preloader {
    background-color: #fff;
    bottom: 0;
    left: 0;
    position: fixed;
    right: 0;
    top: 0;
    z-index: 99;
}
#circle-preloader {
    -moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    border-color: #fff rgba(102,153,204, 0.5) rgba(102,153,204, 0.5);
    border-image: none;
    border-radius: 40px;
    border-style: solid;
    border-width: 3px;
    height: 80px;
    left: 50%;
    margin-left: -40px;
    margin-top: -40px;
    position: absolute;
    top: 50%;
    width: 80px;
}
.row-margin {
    margin-top: 70px;
}
.row-margin-bottom {
    margin-bottom: 20px;
}
.row-margin-left {
    margin-left: 20px;
}
.row-margin-right {
    margin-right: 20px;
}
.row-gray {
    background-color: #f0f0f0;
    padding-top: 70px;
}
.row-padding-bottom {
    padding-bottom: 40px;
}
.border-right {
    border-right: 1px solid #ddd;
}
.border-bottom {
    border-bottom: 1px solid #ddd;
}
.font-size-big {
    font-size: 56px;
}
.font-color {
    color: #6699cc;
}
.font-color-gray {
    color: #666;
}
.font-color-white {
    color: #fff;
    font-family: Lato,sans-serif;
    font-weight: 300;
}
.little-margin-top {
    margin-top: 40px;
}
.header-effect::before {
    background: #6699cc none repeat scroll 0 0;
    bottom: -2px;
    content: "";
    height: 3px;
    left: 40%;
    position: absolute;
    width: 20%;
}
.no-padding {
    padding: 0;
}
h1, h3 {
    color: #6699cc !important;
    font-family: "Ubuntu Condensed",sans-serif;
    position: relative;
}
h1 {
    font-size: 50px;
    padding: 10px;
}
h4 {
    font-family: "Ubuntu Condensed",sans-serif;
}
.bottomborder-centered {
    border-bottom: 1px solid #ddd;
    margin: 0 auto;
    width: 300px;
}
.h3big {
    font-size: 32px;
}
.position-relative {
    position: relative;
}
.navbar-init {
    background: rgba(0, 0, 0, 0) none repeat scroll 0 0 !important; 
    border-bottom: 0 none !important;
    display: none;
    height: 70px;
}
.navbar-init-black .navbar-nav > li > a, .navbar-init-black .navbar-nav > li > a:hover {
    color: #000;
}
.navbar-init-black .content-logo {
    border-color: #000;
    color: #000;
}
.navbar-change .navbar-nav > li > a, .navbar-change .navbar-nav > li > a:hover {
    color: #fff;
}
.navbar-change .content-logo {
    border-color: #fff;
    color: #fff;
}
.navbar-header {
    height: 70px;
}
.navbar-logo {
    border: 1px solid #fff;
    color: #fff;
    cursor: pointer;
    font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
    padding: 6px 4px 8px 4px;
}
.navbar-logo-style {
	top: -20px;
	width: 50%;
}
.button-menu {
    background: rgba(51, 51, 51, 0.2) none repeat scroll 0 0;
}
.navbar-init .navbar-toggle:focus, .navbar-init .navbar-toggle:hover {
    background: rgba(51, 51, 51, 0.1) none repeat scroll 0 0;
}
.navbar-change {
    background: rgba(102,153,204, 0.8) none repeat scroll 0 0 !important;
    height: 60px;
    transition: height 0.3s ease-out 0s, background 0.5s linear 0s;
}
.navbar-white {
    color: #fff;
    font-family: "Ubuntu Condensed",sans-serif;
}
.navbar-inverse .navbar-nav > li > a {
    padding-bottom: 5px;
	color: #fff !important;
}
.navbar-menu-effect a::after, .navbar-menu-effect a::before {
    display: inline-block;
    opacity: 0;
    transition: transform 0.3s ease 0s, opacity 0.2s ease 0s;
}
.navbar-menu-effect a::before {
    content: "|";
    margin-right: 10px;
    transform: translateX(20px);
}
.navbar-menu-effect a::after {
    content: "|";
    margin-left: 10px;
    transform: translateX(-20px);
}
.navbar-menu-effect a:focus::after, .navbar-menu-effect a:focus::before, .navbar-menu-effect a:hover::after, .navbar-menu-effect a:hover::before {
    opacity: 1;
    transform: translateX(0px);
}
.noborder {
    border: 0 solid #fff;
    box-shadow: 0 0 0 rgba(255, 255, 255, 0.1) inset;
}
header {
    background: #222 none no-repeat scroll center center / cover ;
    display: block;
    position: relative;
}
header .content {
    color: #fff;
    font-family: "Ubuntu Condensed",sans-serif;
    left: 50%;
    margin: auto;
    position: absolute;
    text-align: center;
    top: 40%;
    transform: translate(-50%, -50%);
    width: 70%;
}
header {
    background-attachment: fixed;
    height: 100%;
    padding: 0;
    width: 100%;
}
.content-font {
    color: #fff;
    font-family: Lato,sans-serif;
    line-height: 0.8;
    margin-bottom: 0;
    margin-top: 0;
    text-align: center;
}
.content-font-big {
    font-size: 100px;
}
.content-font-color {
    //border: 1px solid #ff6600;
    color: #6699cc;
    font-weight: 500;
    padding: 10px;
}
.font-color-black {
    color: #000;
}
.transparent-white-panel {
    background: rgba(255, 255, 255, 0.4) none repeat scroll 0 0;
    padding: 10px;
}
.content-font-sub {
    font-size: 50px;
    font-weight: 300;
    margin-top: 20px;
}
.content-font-sub span {
    font-weight: 400;
}
.content-logo {
    border: 1px solid #fff;
    color: #fff;
    cursor: pointer;
    font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
    padding: 6px 6px 6px 0px;
}
.content-logo-style {
	width: 65%;
	border: 1px solid #fff;
}
@keyframes flickerAnimation {
0% {
    border-color: #6699cc;
    color: #6699cc;
}
50% {
    border-color: #fff;
    color: #fff;
}
100% {
    border-color: #6699cc;
    color: #6699cc;
}
}
@keyframes flickerAnimation {
0% {
    border-color: #6699cc;
    color: #6699cc;
}
50% {
    border-color: #fff;
    color: #fff;
}
100% {
    border-color: #6699cc;
    color: #6699cc;
}
}
.animate-flicker {
    animation: 2.5s ease 0s normal none infinite running flickerAnimation;
}
.scroll-down {
    bottom: 50px;
    position: absolute;
    width: 100%;
}
.icon-scroll, .icon-scroll::before {
    left: 50%;
    position: absolute;
}
.icon-scroll {
    border-radius: 25px;
    box-shadow: 0 0 0 2px #e0e0e0 inset;
    height: 70px;
    margin-left: -20px;
    margin-top: -35px;
    top: 50%;
    width: 40px;
}
.icon-scroll::before {
    animation-duration: 1.5s;
    animation-iteration-count: infinite;
    animation-name: scroll;
    background: #e0e0e0 none repeat scroll 0 0;
    border-radius: 4px;
    content: "";
    height: 8px;
    margin-left: -4px;
    top: 8px;
    width: 8px;
}
.icon-scroll:hover {
    box-shadow: 0 0 0 1px #fff inset;
}
.icon-scroll:hover::before {
    background: #fff none repeat scroll 0 0;
}
@keyframes scroll {
0% {
    opacity: 1;
}
100% {
    opacity: 0;
    transform: translateY(36px);
}
}
.about-image {
    background-image: url("../img/imac_1.png");
    height: 272px;
    margin: 0 auto;
    width: 280px;
}
#about-carousel {
    left: 29px;
    top: 54px;
}
.about-content {
    padding: 20px;
}
.about-content h3 {
    color: #000;
    line-height: 48px;
    margin-left: 64px;
    margin-top: 0;
}
.about-icon {
    border: 1px solid #6699cc;
    border-radius: 3px;
    color: #6699cc;
    display: inline-table;
    height: 46px;
    left: 34px;
    line-height: 50px;
    margin: 0 auto;
    position: absolute;
    text-align: center;
    width: 46px;
}
.about-icon i {
    margin-top: 8px;
}
#gigs-table {
        float: none;
        margin: 0 auto;
}
.sold-out {
	color:red;
	font-weight: bold;
	text-transform: uppercase;
	font-style: italic;
	text-decoration:none !important;
	vertical-align: middle;
}
.buy-tickets {
	color:rgb(102, 153, 204);
	text-transform: uppercase;
	font-weight: bold;
	font-style: italic;
	text-decoration:none !important;
	vertical-align: middle;
}
.buy-section {
    height: 340px;
}
.buy-section-div {
    background-color: rgba(34, 34, 34, 0.8);
    height: 340px;
    position: relative;
}
.buy-section-div div {
    height: 200px;
    padding: 40px;
}
.buy-section-div button {
    margin-top: 20px;
}
.buy-section-span {
    font-size: 32px;
}
.buy-section-video {
    height: 340px;
    overflow: hidden;
    position: absolute;
    width: 100%;
    z-index: 0;
}
.button1:active, .button1:hover {
    background: #6699cc none repeat scroll 0 0;
    border: 1px solid #6699cc;
    color: #fff;
}
.button1 {
    background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
    border: 1px solid silver;
    color: #6699cc;
    cursor: pointer;
    display: inline-block;
    font-weight: 600;
    letter-spacing: 1px;
    outline: 0 none;
    padding: 6px 36px;
    position: relative;
    transition: all 0.3s ease 0s;
}
button1::after, button1::before {
    box-sizing: border-box;
}
.button1-inverted {
    background: #6699cc none repeat scroll 0 0;
    border: 1px solid #6699cc;
    color: #fff;
}
.button1-inverted:active, .button1-inverted:hover {
    background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
    border: 1px solid silver;
    color: #6699cc;
}
.button-white {
    background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
    border: 2px solid #fff;
    color: #fff;
    cursor: pointer;
    display: inline-block;
    font-weight: 600;
    letter-spacing: 1px;
    outline: 0 none;
    padding: 10px 26px;
    position: relative;
    transition: all 0.3s ease 0s;
}
.button-white:active, .button-white:hover {
    background: #fff none repeat scroll 0 0;
    color: #6699cc;
}
.button-big {
    background: rgba(0, 0, 0, 0.2) none repeat scroll 0 0;
    border: 2px solid #fff;
    color: #fff;
    cursor: pointer;
    display: inline-block;
    font-size: 26px;
    font-weight: 700;
    letter-spacing: 2px;
    outline: 0 none;
    padding: 12px 46px;
    position: relative;
    transition: all 0.3s ease 0s;
}
.button-big:active, .button-big:hover {
    background: rgba(0, 0, 0, 0.6) none repeat scroll 0 0;
}
.button-big-color {
    border: 2px solid #6699cc;
    color: #6699cc;
}
.button-big-transparent {
    background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
}
.small {
    font-weight: 400;
    padding: 3px 14px;
}
.btn-filter {
    border: 1px solid #fff;
    margin: 6px;
}
.active, .btn-filter:hover {
    background: #fff none repeat scroll 0 0;
    border: 1px solid #6699cc;
    color: #7f7f7f;
}
.skillbar {
    background: #eee none repeat scroll 0 0;
    display: block;
    height: 4px;
    margin-bottom: 36px;
    position: relative;
    transition-delay: 0s;
    transition-duration: 0.5s;
    transition-property: width, background-color;
    transition-timing-function: ease;
    width: 100%;
}
.skillbar-title {
    color: #6b6a6a;
    font-size: 11px;
    font-weight: 700;
    left: 0;
    position: absolute;
    top: -18px;
    width: 130px;
}
.skillbar-title span {
    display: block;
    height: 20px;
    line-height: 20px;
}
.skillbar-bar {
    background: #6699cc none repeat scroll 0 0;
    height: 4px;
    width: 0;
}
.skill-bar-percent {
    color: #6b6a6a;
    font-size: 11px;
    height: 20px;
    line-height: 20px;
    position: absolute;
    right: 10px;
    top: -18px;
}
.team-name {
    color: #6699cc;
    font-family: "Ubuntu Condensed",sans-serif;
    font-size: 24px;
    margin-bottom: 10px;
    margin-top: 20px;
    position: relative;
}
.item {
    background-color: #f0f0f0;
}
.item p {
    padding: 14px;
}
.panel-group i {
    color: #6699cc;
    width: 20px;
}
.panel {
    background-color: transparent;
    border: 0 solid transparent;
}
.panel-default > .panel-heading {
    background-color: transparent;
}
.panel-title {
    font-size: 18px;
}
.service-list {
    list-style-type: none;
    margin: 30px 0;
    padding: 0;
}
.service-list li {
    font-size: 15px;
    margin-bottom: 10px;
}
.service-list li i {
    color: #6699cc;
    width: 20px;
}
.service-statistic-section {
    background-color: #8593a6;
    box-shadow: 0 1px 8px -4px #696868 inset, 0 -1px 8px -4px #696868 inset;
    min-height: 310px;
}
.service-statistic i {
    color: #6699cc;
    margin-bottom: 30px;
    margin-top: 40px;
}
.service-statistic h3 {
    color: #fff;
}
.service-statistic p {
    color: #e0e0e0;
    padding-bottom: 10px;
}
.service-image {
    border-left: 1px solid #ddd;
    border-right: 1px solid #ddd;
}
.service-image-bk {
    background-image: url("../img/android_white.png");
    height: 500px;
    margin: 0 auto;
    width: 260px;
}
#service-carousel {
    left: 36px;
    top: 56px;
}
#service-carousel .ns_timer {
    display: none;
}
.rounded-icon {
    background-color: #6699cc;
    border: 1px solid #6699cc;
    border-radius: 50%;
    color: #fff;
    margin: 2px;
    padding: 8px;
}
.rounded-icon:hover {
    background-color: #fff;
    color: #6699cc;
    transition: background-color 200ms linear 0s;
}
.service-item-left div {
    float: right;
}
.service-item-right div {
    float: left;
}
.service-item-left div:first-child, .service-item-right div:first-child {
    padding-top: 14px;
}
.service-item-left div {
    margin-left: 14px;
}
.service-item-right div {
    margin-right: 14px;
}
.img-full {
    width: 100%;
}
.img-hover {
    cursor: pointer;
    float: left;
    overflow: hidden;
    position: relative;
    text-align: center;
}
.img-hover .img-hover-mask {
    height: 100%;
    left: 0;
    overflow: hidden;
    position: absolute;
    top: 0;
    width: 100%;
}
.img-hover img {
    display: block;
    position: relative;
}
.img-hover a.info {
    display: inline-block;
    height: 30px;
    padding: 0;
    text-decoration: none;
    text-indent: -9999px;
    width: 30px;
}
.img-hover-effect .img-hover-mask {
    border: 0 solid rgba(0, 0, 0, 0.7);
    box-sizing: border-box;
    opacity: 0;
    overflow: visible;
    transition: all 0.2s ease-in-out 0s;
}
.img-hover-effect i.info {
    color: #fff;
    opacity: 0;
    position: relative;
    top: 50%;
    transform: scale(0, 0);
    transition: transform 0.2s ease-in 0.1s, opacity 0.1s ease-in-out 0s;
}
.img-hover-effect:hover .img-hover-mask {
    background: rgba(0, 0, 0, 0.7) none repeat scroll 0 0;
    border: 30px solid rgba(0, 0, 0, 0.2);
    opacity: 1;
}
.img-hover-effect:hover i.info {
    opacity: 1;
    transform: scale(1, 1);
    transition-delay: 0.1s;
}
figure {
    background: #3085a3 none repeat scroll 0 0;
    cursor: pointer;
    float: left;
    margin: 1px;
    max-height: 300px;
    overflow: hidden;
    position: relative;
    text-align: center;
    width: 33.2%;
}
figure img {
    display: block;
    height: 300px;
    max-width: 100%;
    position: relative;
}
figure figcaption {
    backface-visibility: hidden;
    color: #fff;
    font-size: 1.25em;
    padding: 2em;
}
figure figcaption:hover {
    background-color: #6699cc;
    opacity: 0.8;
    transition: background-color 300ms linear 0s;
}
figure figcaption::after, figure figcaption::before {
    pointer-events: none;
}
figure figcaption, figure figcaption > a {
    bottom: 10px;
    left: 10px;
    position: absolute;
    right: 10px;
    top: 10px;
}
figure figcaption > a {
    font-size: 0;
    opacity: 0;
    text-indent: 200%;
    white-space: nowrap;
    z-index: 1000;
}
figure h2 {
    font-weight: 300;
    word-spacing: -0.15em;
}
figure h2 span {
    font-weight: 800;
}
figure h2, figure p {
    margin: 0;
}
figure p {
    font-size: 68.5%;
    letter-spacing: 1px;
}
figure.effect figcaption {
    text-align: right;
}
figure.effect h2, figure.effect p {
    left: 30px;
    padding: 10px 0;
    position: absolute;
    right: 30px;
}
figure.effect p {
    bottom: 30px;
    line-height: 1.5;
    transform: translate3d(0px, 100%, 0px);
}
figure.effect h2 {
    font-family: Lato,sans-serif;
    top: 10px;
    transform: translate3d(0px, 10px, 0px);
}
figure.effect h2, figure.effect p {
    opacity: 0;
    transition: opacity 0.35s ease 0s, transform 0.35s ease 0s;
}
figure.effect:hover h2, figure.effect:hover p {
    opacity: 1;
    transform: translate3d(0px, 0px, 0px);
}
figure.effect img {
    transition: all 0.2s ease-in-out 0s;
}
figure.effect:hover img {
    transform: scale(1.2) rotate(3deg);
}
.work-overlay {
    background-color: rgba(34, 34, 34, 0.8);
    height: 330px;
    padding: 40px;
}
.work-logo-section {
    background-color: #6699cc;
    box-shadow: 0 1px 8px -4px #696868 inset, 0 -1px 8px -4px #696868 inset;
    height: 330px;
}
.work-logo-quote {
    text-align: center;
}
.work-logo-quote p {
    background-color: rgba(255, 255, 255, 0.1);
    border-radius: 6px;
    color: #fff;
    font-size: 14px;
    margin: 0 auto;
    padding: 10px;
    width: 50%;
}
.work-logo-quote span {
    display: block;
    width: 100%;
}
.owl-page.active {
    background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
    border: 0 solid #6699cc;
    color: #fff;
}
.owl-page span {
    background: #fff none repeat scroll 0 0;
    height: 6px;
    width: 12px;
}
.owl-item {
    padding: 20px;
}
.subtitle-item {
    margin-bottom: 24px;
    margin-top: 30px;
    text-align: center;
}
.subtitle-item-title {
    color: #7f7f7f;
    font-family: Lato,sans-serif;
    font-size: 34px;
    font-weight: 400;
}
.subtitle-item p {
    color: #818080;
}
.price-item {
    background: #fff none repeat scroll 0 0;
    border: 1px solid #ddd;
    font-family: "Ubuntu Condensed",sans-serif;
    margin-bottom: 20px;
    text-align: center;
    transition: all 0.2s ease-in-out 0s;
}
.price-item:hover {
    border: 1px solid #ccc;
    transform: translate(0px, -18px);
}
.price-title {
    color: #6699cc;
}
.price-price {
    background-color: #6699cc;
    color: #fff;
    font-size: 40px;
    font-weight: 700;
    padding: 6px;
    text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.3);
}
.price-price span {
    display: block;
    font-size: 14px;
    font-weight: 400;
}
price-features {
    padding: 6px;
}
.price-features ul {
    margin: 10px;
}
.price-features ul li:first-child {
    border-top: 0 none;
}
.price-features ul li {
    border-top: 1px solid #ddd;
    padding: 10px 0;
}
.price-features-disabled {
    color: silver;
}
.price-action {
    padding: 10px;
}
.contact-info {
    font-family: "Ubuntu Condensed",sans-serif;
    margin-top: 20px;
    padding: 20px;
}
.contact-info i {
    margin-bottom: 20px;
}
.contact-info a {
    color: #888;
}
.contact-info a:hover {
    color: #6699cc;
}
#register_form {
    margin-bottom: 20px;
    margin-top: 30px;
}
form .input-container {
    -moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    border-color: #6699cc;
    border-image: none;
    border-style: dotted;
    border-width: 0 0 1px;
    height: 3.4em;
    position: relative;
}
form .input-container-textarea {
    height: 5.1em;	
}
form .submit-container {
    border: 1px dotted silver;
    float: right;
    margin-bottom: 20px;
    margin-top: 30px;
    right: -2px;
}
form #first-name, form #postal {
    box-sizing: border-box;
    display: inline-block;
    float: left;
}
form #city, form #last-name {
    box-sizing: border-box;
    display: inline-block;
    float: right;
}
form #city input, form #city label, form #last-name input, form #last-name label {
    padding: 1px 0.4em;
}
form #city + *, form #last-name + * {
    clear: both;
}
form #first-name, form #last-name {
    width: 50%;
}
form #postal {
    width: 25%;
}
form #city {
    width: 75%;
}


form input {
    background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
    border: 0 none;
    box-sizing: border-box;
    display: block;
    font-family: "Ubuntu Condensed",sans-serif;
    font-size: 1em;
    letter-spacing: 0.012em;
    padding: 1px;
    position: absolute;
    top: 1.2em;
    width: 100%;
    z-index: 1;
}
form textarea {
    background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
    border: 0 none;
    box-sizing: border-box;
    display: block;
    font-family: "Ubuntu Condensed",sans-serif;
    font-size: 1em;
    letter-spacing: 0.012em;
    padding: 1px;
    position: absolute;
    top: 1.2em;
    width: 100%;
    z-index: 1;
}
form span {
    color: #494848;
    font-size: 0.8em;
    text-transform: uppercase;
	vertical-align: top;
}
form label {
    animation-direction: reverse;
    animation-duration: 0.35s;
    animation-fill-mode: forwards;
    animation-name: labelIn;
    animation-timing-function: cubic-bezier(0.77, 0, 0.175, 1);
    color: #6699cc;
    display: block;
    font-family: "Ubuntu Condensed",sans-serif;
    font-size: 1em;
    letter-spacing: 0.012em;
    margin-top: 2px;
    padding: 1px;
    position: absolute;
}
form input:focus + label, form input:valid + label {
    animation-direction: normal;
    animation-duration: 0.35s;
    animation-fill-mode: forwards;
    animation-name: labelOut;
    animation-timing-function: cubic-bezier(0.77, 0, 0.175, 1);
}
@keyframes labelIn {
0% {
    font-size: 1em;
    font-weight: 300;
    left: 1px;
    opacity: 1;
    top: 1.2em;
}
50% {
    font-size: 1em;
    font-weight: 300;
    left: 1em;
    opacity: 0;
    top: 1.2em;
}
50.01% {
    color: #000;
    font-size: 0.65em;
    font-weight: 400;
    left: 1em;
    opacity: 0;
    top: 0.2em;
}
100% {
    color: #000;
    font-size: 0.65em;
    font-weight: 400;
    left: 1px;
    opacity: 1;
    top: 0.2em;
}
}
@keyframes labelOut {
0% {
    font-size: 1em;
    font-weight: 300;
    left: 1px;
    opacity: 1;
    top: 1.2em;
}
50% {
    font-size: 1em;
    font-weight: 300;
    left: 1em;
    opacity: 0;
    top: 1.2em;
}
50.01% {
    color: #000;
    font-size: 0.65em;
    font-weight: 400;
    left: 1em;
    opacity: 0;
    top: 0.2em;
}
100% {
    color: #000;
    font-size: 0.65em;
    font-weight: 400;
    left: 1px;
    opacity: 1;
    top: 0.2em;
}
}
form *:focus {
    outline: 0 none;
}
@keyframes fadeIn {
0% {
    opacity: 0;
}
100% {
    opacity: 1;
}
}
.scroll-top {
    background: #fff none repeat scroll 0 0;
    color: #6699cc;
    display: inline-block;
    font-size: 34px;
    height: 50px;
    left: 48%;
    position: absolute;
    top: -94px;
    transform: rotate(45deg);
    transition: all 0.5s ease 0s;
    width: 50px;
}
.scroll-top i {
    color: #dadada;
    left: 18px;
    position: absolute;
    top: 10px;
    transform: rotate(-45deg);
    transition: all 0.5s ease 0s;
}
.scroll-top:hover {
    background-color: #f0f0f0;
}
.scroll-top:hover i {
    color: #6699cc;
}
footer {
    font-family: "Ubuntu Condensed",sans-serif;
    font-size: 0.9em;
}
.footer-content {
    margin: 0 auto;
    text-align: center;
}
.footer-content p {
    font-family: Lato,sans-serif;
}
.footer-content-logo {
    font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
    font-size: 24px;
    margin-left: 10px;
    margin-right: 10px;
}
.footer-social-icon {
    background-color: #6699cc;
    border: 1px solid #6699cc;
    border-radius: 2px;
    color: #fff;
    margin: 2px;
    padding: 10px;
}
.footer-social-icon:hover {
    background-color: #fff;
    color: #6699cc;
    transition: background-color 200ms linear 0s;
}
.footer-logo-style {
	width: 15%;
}
#background-video, #background-video-section {
    background-size: cover;
    bottom: 0;
    height: auto;
    min-height: 100%;
    min-width: 100%;
    right: 0;
    width: auto;
    z-index: -100;
}
#text-carousel {
    margin: 0 auto;
    width: 70%;
}
#text-carousel p {
    font-size: 16px;
    margin: 0 auto;
    padding: 10px;
    text-align: center;
    width: 70%;
}
.text-carousel-title {
    font-size: 24px;
    margin-top: 20px;
}
#text-carousel .owl-controls .owl-page span {
    background: #000 none repeat scroll 0 0 !important;
    border-radius: 50%;
    height: 12px;
    width: 12px;
}
.coming-soon-title {
    font-family: Lato,sans-serif;
    font-size: 70px;
    font-weight: 300;
}
.coming-soon-subtitle {
    font-family: Lato,sans-serif;
    font-size: 20px;
}
.coming-soon-footer {
    bottom: 40px;
    position: absolute;
    text-align: center;
    width: 100%;
}
.coming-soon-footer a {
    margin: 0 4px;
    text-align: center;
}
.coming-soon-footer i {
    border: 1px solid #fff;
    border-radius: 50%;
    color: #fff;
    margin: 2px;
    padding: 8px;
}
.coming-soon-footer i:hover {
    color: #6699cc;
}
#clock {
    color: #fff;
    font-family: Lato,sans-serif;
    font-size: 22px;
    font-weight: 300;
    margin: 40px auto 0;
    text-align: center;
}
#clock div {
    display: inline-block;
    width: 10%;
}
#clock span {
    color: #6699cc;
    font-size: 60px;
    text-align: center;
    width: 100%;
}
#clock label {
    font-size: 16px;
    font-weight: 300;
    text-align: center;
    width: 100%;
}
.style-switcher {
    left: 0;
    margin-left: -240px;
    margin-top: -150px;
    position: fixed;
    top: 60%;
    transition: all 0.25s ease 0s;
    z-index: 60;
}
.style-switcher.active-switcher {
    margin-left: 0;
}
.style-switcher-toggle {
    background-color: #fff;
    border-bottom: 1px solid #e0e0e0;
    border-right: 1px solid #e0e0e0;
    border-top: 1px solid #e0e0e0;
    color: #6699cc;
    font-size: 20px;
    height: 40px;
    left: 99%;
    padding: 5px;
    position: absolute;
    text-align: center;
    width: 40px;
    z-index: 100;
}
.style-switcher-toggle span {
    margin-top: 5px;
}
.style-switcher-panel {
    background-color: #fff;
    border: 1px solid #e0e0e0;
    height: 120px;
    padding: 20px;
    position: relative;
    width: 240px;
}
.style-switcher-panel small {
    display: block;
    font-size: 11px;
    line-height: 16px;
}
.style-switcher-panel h5 {
    color: #000;
    font-size: 15px;
    font-weight: 700;
    margin: 15px 0 5px;
}
.style-switcher-panel h5:first-child {
    margin-top: 0;
}
.style-switcher-panel p {
    margin-bottom: 10px;
}
.style-color {
    cursor: pointer;
    display: inline-block;
    float: left;
    margin-left: 5px;
}
.style-color:hover {
    opacity: 0.8;
}
.style-color-active {
    border: 2px solid #000;
}
.style-color input {
    display: none;
}
.style-color span {
    display: block;
    height: 30px;
    position: relative;
    width: 30px;
}
.style-color input:checked + span::after {
    color: #fff;
    content: "";
    display: block;
    font-family: FontAwesome;
    height: 100%;
    left: 0;
    line-height: 30px;
    position: absolute;
    text-align: center;
    top: 0;
    width: 100%;
}
@media only screen and (min-width: 1200px) and (max-width: 1300px) {
.content-font {
    font-size: 90px;
}
.content-font-sub {
    font-size: 60px;
}
}
@media only screen and (max-width: 1200px) {
.content-font {
    font-size: 80px;
}
.content-font-sub {
    font-size: 60px;
}
header .content {
    width: 70%;
}
.icon-scroll {
    margin-top: -60px;
}
figure h2 {
    font-size: 24px;
}
figure.effect h2 {
    top: 5px;
}
#clock div {
    width: 12%;
}
}
@media only screen and (max-width: 992px) {
.content-font {
    font-size: 80px;
}
.content-font-sub {
    font-size: 50px;
}
header .content {
    width: 90%;
}
.button-big {
    font-size: 22px;
    padding: 6px 26px;
}
.row-margin {
    margin-top: 60px;
}
.row-gray {
    padding-top: 60px;
}
.border-right {
    border-right: 0 solid #ddd;
}
figure h2 {
    font-size: 24px;
}
figure.effect h2 {
    top: 20px;
}
figure {
    width: 48%;
}
.buy-section-div div {
    padding: 20px;
}
.work-logo-section > div:first-child {
    float: left;
    width: 100%;
}
.service-statistic h3 {
    font-size: 26px;
}
.service-image {
    border-width: 0;
    float: left;
    width: 100%;
}
.service-image-bk {
    margin: 0 auto;
}
.service-item-left div {
    float: left;
    margin-left: 0;
    margin-right: 14px;
}
.service-item-left h3 {
    text-align: left;
}
.coming-soon-title {
    font-size: 50px;
}
#clock div {
    width: 13%;
}
#clock span {
    font-size: 44px;
}
}
@media screen and (max-device-width: 800px) {
#background-video {
    display: none;
}
}
@media only screen and (max-width: 768px) {
.scroll-down {
    bottom: 20px;
}
.navbar-init-white .navbar-item {
    background: rgba(0, 0, 0, 0.6) none repeat scroll 0 0;
}
.navbar-init-black .navbar-item-change, .navbar-init-white .navbar-item-change, .navbar-item-change {
    background: rgba(102,153,204, 0.8) none repeat scroll 0 0;
}
.navbar-init-black .navbar-item {
	background: rgba(255,255,255, 0.9) none repeat scroll 0 0;
}
.navbar-header-change {
    height: 60px;
}
.header-slider {
	height: 100% !important;
	width: 100% !important;
}
.nav > li > a:hover {
    color: #6699cc;
}
.content-font {
    font-size: 50px;
}
.content-font-sub {
    font-size: 30px;
}
.icon-scroll {
    height: 50px;
    width: 30px;
}
.icon-scroll::before {
    height: 5px;
    margin-left: -2px;
    width: 5px;
}
.buy-section-span {
    font-size: 22px;
    margin-right: 20px;
}
.buy-section-video {
    display: none;
}
.buy-section, .buy-section-div {
    height: 620px;
}
.buy-section-div div {
    padding: 0;
}
.service-statistic i {
    margin-bottom: 0;
}
.service-statistic h3 {
    font-size: 22px;
}
.work-logo-quote p {
    width: 100%;
}
form .submit-container {
    right: 4px;
}
.scroll-top {
    left: 43%;
    top: -84px;
}
.coming-soon-title {
    font-size: 36px;
}
#clock div {
    width: 18%;
}
#clock span {
    font-size: 32px;
}
.text-carousel-title {
    font-size: 20px;
}
#text-carousel p {
    font-size: 14px;
}
}
@media only screen and (max-width: 480px) {
header .content {
    width: 100%;
}
.content-font {
    font-size: 32px;
}
.content-font-sub {
    font-size: 20px;
    margin-top: 0;
}
.little-margin-top {
    margin-top: 10px;
}
.button-big {
    font-size: 16px;
    padding: 2px 16px;
}
h1 {
    font-size: 40px;
}
.subtitle-item-title {
    font-size: 24px;
}
figure h2 {
    font-size: 16px;
}
figure {
    max-height: 160px;
}
.buy-section-span {
    font-size: 20px;
    margin-right: 0;
}
.buy-section-div {
    margin-top: 60px;
}
.button-white {
    margin-top: 10px;
}
.work-logo-section h1 {
    font-size: 32px;
}
form .input-container {
    height: 3.6em;
}

form .input-container-textarea {
    height: 5.4em;
}
form #first-name, form #postal {
    border-right-width: 0;
}
form #city, form #first-name, form #last-name, form #postal {
    width: 100%;
}
form #city input, form #city label, form #last-name input, form #last-name label {
    padding: 0;
}
#clock span {
    font-size: 26px;
}
.text-carousel-title {
    font-size: 16px;
}
#text-carousel p {
    display: none;
}
}
@media only screen and (max-width: 320px) {
.content-font-sub {
    font-size: 20px;
}
.content-font-color {
    margin-top: 14px;
}
.buy-section-span {
    font-size: 16px;
    margin-right: 0;
}
}
