/* ======== IMPORT FONT ========== */
 @import url(http://fonts.googleapis.com/css?family=Roboto:400,300,700,900);
 @import url(http://fonts.googleapis.com/css?family=Raleway:900,300,700);

/*
    NAVBAR
*/

.navbar-header button {
  margin-top: 17px;
  margin-right: 22px;
}

.navbar-nav {
  margin-top: 6px;
}
.navbar.navbar-default {
    border-radius: 0;
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
    border: 0;
    background: #25292c;
}
.navbar .navbar-brand {
    padding: 18px 25px;
    padding-right: 30px;
    height: auto;
    background: #4cddf3;
    outline: 0;
}

.navbar .navbar-brand:hover {
    background: #1d2023;
    color: #FFF;
}

@media (max-width: 400px) {
  .navbar .navbar-brand img {
      width: 150px;
  }
}

@media (max-width: 280px) {
  .navbar .navbar-brand img {
      width: 110px;
  }
}

ul.navbar-nav {
  margin-right: 16px;
}

.navbar-nav>li>a {
    padding-top: 20px;
    padding-bottom: 20px;
    font-weight: 900;
    font-size: 13px;
}
.navbar-default .navbar-nav>.open>a, .navbar-default .navbar-nav>.open>a:hover, .navbar-default .navbar-nav>.open>a:focus {
    background-color: #4cddf3;
    color: #FFF;
}
.navbar-default .navbar-nav>li>a:hover {
    color: #FFF;
}
.navbar-default .navbar-nav>li>a:focus {
    color: #777;
}
.navbar-default .navbar-nav>.active>a, .navbar-default .navbar-nav>.active>a:hover, .navbar-default .navbar-nav>.active>a:focus {
    color: #FFF;
    background-color: inherit;
}
.navbar-collapse {
    border-top: 0;
    box-shadow: none;
}

 .navbar-info {
    padding: 7px 15px;
    background:#202326;
    /*#F5F5F5*/
    margin-bottom: 0;
    font-size: 12px;
}
.navbar-info li {
    list-style: none;
    display: inline;
    margin-left: 5px;
    margin-right: 15px;
    color: #818894;
}

/* 
    BUTTON  
*/
 .btn {
    border-radius: 3px;
    font-size: 13px;
    margin: 3px 3px;
    font-weight: 700;
    text-transform: uppercase;
    outline: 0;
}
.btn-dark {
    background: #25292c;
    color: #FFF;
    border-color: #25292c;
}
.btn-dark:hover {
    background: #454545;
    color: #FFF;
    border-color:#454545;
    box-shadow: none;
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
}
.btn-outline, .btn-outline-shrink {
    padding: 10px 15px;
    border:1px solid #FFF;
    text-decoration: none;
    -webkit-transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    -ms-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
}
.btn-outline:hover, .btn-outline-shrink:hover {
    text-decoration: none;
    background: #25292c;
    border-color: #25292c;
}
/*
    FORM
*/
 .form-control {
    height: 38px;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #555;
    background-color: #cccccc;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 3px;
    -webkit-border-radius: 3px;
    -webkit-box-shadow: none;
    box-shadow: none;
    -webkit-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}
.form-control:focus {
    background-color: #ffffff;
    box-shadow: none;
    -webkit-box-shadow:none;
    border-color: #b6ff00;
}
label {
    font-weight: 300;
}
/* ======== GENERAL ========== */
 *, *:hover, *:focus, *:active {
    outline: 0;
}
body, html {
    height: 100%;
    width: 100%;
}
body {
    font-family:'Roboto', sans-serif;
    color: #FFF;
}
h1, h2, h3, h4, h5, h6 {
    font-weight: 300;
}
a {
    outline: 0;
    color: #4cddf3;
    -webkit-transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    -ms-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
}
a:hover {
    text-decoration: none;
    color: #AAA;
}
code {
    white-space: inherit;
}
pre {
    margin-top: 20px;
    margin-bottom: 10px;
}
p {
    font-weight: 300;
    margin-top: 20px;
    margin-bottom: 0;
    line-height: 23px;
    color: #d8d9dc;
}

li {
  font-weight: 300;
    color: #d8d9dc;
}

.white {
    color: #FFF !important;
}
.light {
    font-weight: 100 !important;
}
.medium {
    font-weight: 300 !important;
}
.main-color {
    color: #4cddf3;
}
.section-wrapper.text-left, .text-left {
    text-align: left;
}
/* give margin bottom when break into mobile resolution */
@media (max-width: 768px) {
    .mg-sm {
        margin-bottom: 30px;
    }
    .mg-sm:last-child {
        margin-bottom: 0;
    }
}
/* spacer */
 .spacer {
    display: block;
    width: 100%;
}
.spacer.big {
    height: 60px;
}
.spacer.small {
    height: 20px;
}
.spacer.medium {
    height: 50px;
}
.animatez {
    opacity:0;
    -o-opacity:0;
    -moz-opacity:0;
    -webkit-opacity:0;
    filter:Alpha(opacity=0);
    /* IE8 and earlier */
}
.delay.one {
    animation-delay: 0.15s;
    -o-animation-delay: 0.15s;
    -moz-animation-delay: 0.15s;
    -webkit-animation-delay: 0.15s;
}
.delay.two {
    animation-delay: 0.3s;
    -o-animation-delay: 0.3s;
    -moz-animation-delay: 0.3s;
    -webkit-animation-delay: 0.3s;
}
.delay.three {
    animation-delay: 0.45s;
    -o-animation-delay: 0.45s;
    -moz-animation-delay: 0.45s;
    -webkit-animation-delay: 0.45s;
}
.delay.four {
    animation-delay: 0.6s;
    -o-animation-delay: 0.6s;
    -moz-animation-delay: 0.6s;
    -webkit-animation-delay: 0.6s;
}
.delay.five {
    animation-delay: 0.75s;
    -o-animation-delay: 0.75s;
    -moz-animation-delay: 0.75s;
    -webkit-animation-delay: 0.75s;
}
/* Fullscreen fixed background */
 .fullscreen-image {
    position: fixed;
    z-index: -99;
}
.header-center {
    position: absolute;
    left:50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    display: inline-block;
    overflow: hidden;
}
.header-center h1, .header-center p {
    color: #FFF;
}
.header-center h1 {
    font-weight: 300;
    font-size: 80px;
    text-transform: uppercase;
}
.header-center h1 span {
    font-weight: 700;
}
.header-center p {
    font-size: 22px;
    font-weight: 300;
}
@media (max-width: 768px) {
    .header-center h1 {
        font-size: 40px;
    }
    .header-center p {
        font-size: 1em;
    }
}
.header-center a {
    color: #FFF;
    margin-top: 10%;
    width: 45px;
    height: 45px;
    line-height: 42px;
    text-align: center;
    font-size: 25px;
    display: inline-block;
    border:2px solid #FFF;
    background: rgba(0, 0, 0, 0);
    border-radius: 100%;
    -moz-border-radius: 100%;
    -webkit-border-radius: 100%;
    outline: 0;
}
.header-center a:hover {
    background: #25292c;
    border-color: #25292c;
    color: #4cddf3;
    outline: 0;
}
/* Animation of the content inside the header */
 .header-center.fade-in {
    zoom: 0;
    animation: fadeit 1s ease-out forwards;
    animation-iteration-count: 1;
    -webkit-animation: fadeit 1s;
    -webkit-animation-iteration-count: 1;
    -moz-animation: fadeit 1s;
    -moz-animation-iteration-count: 1;
    -ms-animation: fadeit 1s;
    -ms-animation-iteration-count: 1;
}
@keyframes fadeit {
    from {
        top:46%;
        filter: alpha(opacity=0);
        opacity: 0;
    }
    to {
        top:50%;
        filter: alpha(opacity=100);
        opacity: 1;
    }
}
@-webkit-keyframes fadeit {
    from {
        top:46%;
        filter: alpha(opacity=0);
        opacity: 0;
    }
    to {
        top:50%;
        filter: alpha(opacity=100);
        opacity: 1;
    }
}
@-moz-keyframes fadeit {
    from {
        top:46%;
        filter: alpha(opacity=0);
        opacity: 0;
    }
    to {
        top:50%;
        filter: alpha(opacity=100);
        opacity: 1;
    }
}
@-ms-keyframes fadeit {
    from {
        top:46%;
        filter: alpha(opacity=0);
        opacity: 0;
    }
    to {
        top:50%;
        filter: alpha(opacity=100);
        opacity: 1;
    }
}
/*
    BACK TO TOP
*/
 .totop {
    position: fixed;
    bottom: 0;
    right: 0px;
    width: 0px;
    height: 0px;
    color: #FFF;
    border-style: solid;
    border-width: 0 0 60px 60px;
    border-color: transparent transparent rgba(18, 24, 24, .4) transparent;
    z-index: 999;
}
.totop span {
    position: relative;
    overflow: hidden;
    font-size: 20px;
    bottom: -27px;
    display: inline-block;
    left: -50px;
    cursor: pointer;
    height: 42px;
    width: 60px;
    line-height: 30px;
    text-align: center;
    z-index: 1000;
}
.totop a {
    position: absolute;
    right: 0;
    display: inline-block;
    width: 60px;
    height: 60px;
    -webkit-transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    -ms-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
}
.totop .first {
    top: 0px;
}
.totop .hover {
    top: 20px;
}
.totop .first i {
    color: #FFF;
}
.totop:hover {
    cursor: pointer;
}
.totop:hover span > a.first {
    top: -20px;
}
.totop:hover span > a.hover {
    top: 0px;
    color: #4cddf3;
}
/* ============= SECTION =============== */
 .section-outter {
    position: relative;
    z-index: 2;
}
.section-wrapper {
    padding-top: 60px;
    background: #2f3238;
    text-align: center;
}
.section-title {
    text-align: center;
    position: relative;
    z-index: 2;
}
.section-title .title {
    font-family:'Raleway', sans-serif;
    font-weight: 900;
    font-size: 40px;
    line-height: 60px;
    letter-spacing: -1px;
    margin-bottom: 0;
    color: #FFF;
}
.section-title .subtitle {
    font-size: 20px;
    font-weight: 300;
    line-height: 28px;
    margin-top: 0;
    color: #b8b9bc;
}
.title-break {
    border-top: 3px solid #CCC;
    width: 80px;
    margin: 40px auto 60px auto;
    display: inline-block;
}
/*
    SECTION FILL    
*/

.bg-parallax {
    background-size: cover !important;
    -moz-background-size: cover !important;
    -webkit-background-size: cover !important;
    background-repeat: no-repeat !important;
    background-position: center center !important;
}
.video-wrapper {
    z-index: 1;
    position: relative;
    overflow: hidden;
}
.bg-video {
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: -2;
    overflow: hidden;
    background-position: center center;
}
.bg-video video {
    position: absolute !important;
    z-index: -3;
    clear: both;
}
.video-overlay {
    position: absolute;
    z-index: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, .5);
}
.fill-wrapper {
    padding: 100px 0;
}
/*
    LEFT ICON
*/
 .left-icon {
    text-align: left;
    position: relative;
    padding-left: 60px;
    margin-bottom: 10px;
}
.left-icon h4 {
    margin-bottom: 0;
    margin-top: 20px;
}
.left-icon .icon {
    position: absolute;
    left:0px;
    width: 45px;
    height: 45px;
    border-radius: 50%;
    line-height: 43px;
    text-align: center;
    background: #4cddf3;
    color: #FFF;
    font-size: 20px;
}
/*
    TEAM
*/
 .teams {
    background: #25292c;
    margin-bottom: 40px;
    z-index: 1;
}
.teams .pict {
    position: relative;
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.4);
}
.teams .pict img {
    position: relative;
    z-index: -1;
    max-width: 100%;
    width: 100%;
}
.teams h3 {
    color: #202020;
    font-weight: 400;
}
.teams .desc {
    padding:25px;
}
.teams span {
    font-size: 13px;
    font-weight: 700;
    display: block;
    position: relative;
}
/*
    FOOTER
*/
 footer.footer {
    background: #25292c;
}
.footer-nav {
    margin: 0;
    padding: 0;
}
.footer-nav li {
    display: inline;
    font-size: 14px;
}
.footer-nav li a {
    color: #FFF;
    display: inline-block;
    margin: 3px 10px;
}
.footer-logo img {
    margin-bottom: 10px;
    text-align: center;
}
.footer-logo span {
    font-size: 13px;
    display: block;
}
.copyright {
    font-size: 12px;
    margin: 0 10px;
    margin-top: 15px;
    margin-bottom: 30px;
}
/* ============ BLOG PAGES =============== */
 .post {
    display: block;
    margin-left: 130px;
    position: relative;
    text-align: left;
}
.post {
    border-bottom: 1px solid #EDEDED;
    padding-bottom: 40px;
    margin-bottom: 40px;
}
.post figure {
    margin-bottom: 20px;
    position: relative;
}
.post figure img {
    width: 100%;
}
.post .post-meta {
    width: 100px;
    position: absolute;
    top: 0;
    left: -130px;
}
.post .post-meta .post-icon {
    width: 50px;
    height: 50px;
    color: #FFF;
    font-size: 24px;
    text-align: center;
    line-height: 53px;
    background: #25292c;
    display: inline-block;
    margin-bottom: 12px;
    border-radius: 3px;
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}
.post .post-meta .post-icon:hover {
    background: #4cddf3;
}
.post .post-meta h5 {
    font-size: 13px;
    margin-bottom: 3px;
    margin-top: 5px;
    font-weight: 700;
}
.post .post-meta span {
    font-size: 13px;
    font-weight: 300;
}
.post .post-meta span a {
    color: #4cddf3;
}
.post .post-title {
    font-size: 22px;
    line-height: 20px;
}
.post .post-title a {
    color: #FFF;
}
.post .post-title a:hover {
    color: #DDD;
}
.post pre {
    margin-left: 10%;
    margin-right: 10%;
    border-radius: 0;
}
.post .read-more {
    padding:4px 7px;
    border:1px solid #4cddf3;
    display: inline-block;
    font-size: 14px;
}
@media (max-width: 768px) {
    .post {
        margin-left: 0;
    }
    .post .post-meta {
        display: block;
        margin: 10px 0;
        width: 100%;
        position: relative;
        left: 0;
    }
    .post .post-meta h5, .post .post-meta span {
        display: inline;
    }
    .post .post-meta span {
        margin-right: 13px;
        padding-left: 5px;
    }
    .post .post-meta .post-icon {
        display: none;
    }
}
/*
    BLOG AUTHOR
*/
 .post-author {
    padding: 0 20px 40px 20px;
    border: 1px solid #222;
    position: relative;
    background: #25292c;
}
.post-author .blog-author-content {
    position: relative;
    display: block;
}
.post-author figure {
    width: 120px;
    position: relative;
}
.post-author .blog-author-info {
    margin-left: 120px;
    position: absolute;
    top: 0;
}
.post-author .media-heading a {
    color: #FFF;
}
.post-author .blog-author-info p {
    position: relative;
}
/* BLOG COMMENTS */
 .blog-comments > h2 span {
    font-size: 13px;
    display: block;
    margin-top: 10px;
}
.blog-comments form {
    margin-bottom: 40px;
}
.blog-comments .blog-comment-content figure img {
    border-radius: 50%;
    width: 75px;
    height: auto;
}
.blog-comments .blog-comment-content .comment-meta {
    display: block;
}
.blog-comments .blog-comment-content .comment-meta .media-heading {
    display: inline-block;
}
.blog-comments .blog-comment-content .comment-meta .in-reply, .blog-comments .blog-comment-content .comment-meta span.time {
    font-size: 12px;
    padding-left:15px;
}
.blog-comments .blog-comment-content .comment-meta .comment-extra {
    display: inline-block;
}
.blog-comments .blog-comment-content .media-list li {
    padding: 15px;
}
.blog-comments .blog-comment-content .media-list li:nth-child(2n+1) {
    background: #25292c;
}
.blog-comments .blog-comment-content .media-body .media-heading a {
    color: #FFF;
    padding-bottom: 1px;
    border-bottom: 1px dotted #85939b;
}


/* NEW */
 .fullfilter {
    position: absolute;
    display: block;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    background: rgba(37, 41, 44, 0.7);
    z-index: 1;
}
.content-home-wrapper {
    z-index: 3;
    position: relative;
    width: 100%;
    height: 100%;
    overflow: hidden;
}
.home-image {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.home-wrapper {
    display: block;
    position: relative;
    min-height: 200px;
    height: 100%;
    width: 100%;
}
.home-video {
    position: relative;
    height: 100%;
    display: block;
}
.outter {
    position: relative;
    width: 100%;
    height: 100%;
    display: block;
}

/*
    ALERTS
*/
 .alert {
    border-radius: 0;
    padding: 20px;
    margin-bottom: 10px;
    border:none;
    color: #FFF;
    font-size: 16px;
}
.alert-dismissable .close {
    right: -21px;
    top: -21px;
    width: 31px;
    height: 31px;
    background: #1A1E22;
    color: inherit;
    opacity: 1;
    text-shadow: none;
}
.alert-warning {
    background: #deb14d;
}
.alert-success {
    background: #70bc70;
}
.alert-info {
    background: #52adda;
}
.alert-danger {
    background: #c46868;
}

.label {
    padding: 5px 8px;
    border-radius: 0;
}
.label-warning {
    background: #deb14d;
}
.label-info {
    background: #52adda;
}
.label-success {
    background: #70bc70;
}
.label-danger {
    background: #c46868;
}

.table {
  overflow: hidden;
}

.table-cell {
  margin-bottom: -999px;
  padding-bottom: 999px;
}

.about-image {
  float: right;
  margin-left: 24px;
  margin-bottom: 24px;
  border:solid 4px #222222;
  padding: 2px;
}

.p-margin {
  margin-bottom: 5px;
}

@media (max-width: 400px) {
  .hidden-s {
    display: none;
  }
}

@media (max-width: 500px) {
  .about-image {
      float: none;
      margin-left: auto;
      margin-right: auto;
  }
}


div.price-block {
  display: block;
  width: 170px;
  float: right;
  margin-left: 24px;
  margin-bottom: 24px;
}

div.price-table {
	background:#25292c;
	text-align:center;
}

div.row.pricetable-container {
	padding:0px 15px 5px 15px;
}
div.price-table h3 {
	font-size:2em;
	line-height:25px;
	padding:30px 0;
	border-bottom:rgba(0,0,0,0.1) 2px solid;
	text-transform:uppercase;
}
div.price-table p {
	color:#cccccc;
	font-size:2.5em;
	padding:30px 0;
	font-weight:400;
  width:110px;
	height:110px;
	padding-top:45px;
  margin-bottom: 20px;
	display:inline-block;
	background-color:rgba(0,0,0,0.1);
	-webkit-border-radius: 50%;
  -moz-border-radius: 50%;
	border-radius: 50%;
}
div.price-table p span {
	display:block;
	font-size:10px;
	font-weight:300;
	text-transform:uppercase;
}
div.price-table ul {
	margin:0;
	padding:0;
}
div.price-table ul li {
	list-style:none;
	font-size:0.9em;
	border-bottom:rgba(0,0,0,0.4) 1px dashed;
	padding:10px 2px 10px 2px;
	text-transform:uppercase;
}

div.price-table.popular,
div.price-table.popular ul li,
div.price-table.popular p,
div.price-table.popular p span,
div.price-table.popular h3 {
	color:#fff;
}
div.price-table.popular {
	background:#15191c;
}

@media (max-width: 580px) {
  .price-col {
    padding: 0px 4px 0px 4px;
  }

}

@media (max-width: 520px) {
  div.price-block {
    width: 140px;
  }

  div.row.pricetable-container {
    padding: 0px 5px 5px 5px;
  }

  div.price-table h3 {
    font-size: 1.4em;
  }

  div.price-table p {
    font-size:2em;
	  font-weight:400;
    width:80px;
  	height:80px;
	  padding-top:30px;
    margin-bottom: 10px;
  }
}

@media (max-width: 420px) {
  div.price-block {
    width: 126px;
  }

  .btn-outline-shrink {
    padding: 4px 6px;
  }

  div.row.pricetable-container {
    padding: 0px 5px 5px 5px;
  }

  div.price-table h3 {
    font-size: 1em;
  }

  div.price-table p {
    font-size:1.5em;
	  font-weight:400;
    width:60px;
  	height:60px;
	  padding-top:20px;
    margin-bottom: 10px;
  }

  div.price-table ul li {
    font-size: 0.8em;
  }
}

@media (max-width: 360px) {
  div.price-block {
    display:none;
  }
}

.navbar .navbar-brand {
  background: #25292c;
}
.navbar-default .navbar-nav > .open > a,
.navbar-default .navbar-nav > .open > a:hover,
.navbar-default .navbar-nav > .open > a:focus {
  background-color: #b6ff00;
}
a {
  color: #b6ff00;
}
.main-color {
  color: #b6ff00;
}
.header-center a:hover {
  color: #b6ff00;
}
.totop:hover span > a.hover {
  color: #b6ff00;
}
.left-icon .icon {
  background: #b6ff00;
  color: #000000;
}
.styled div span {
  background: #b6ff00;
}
.post .post-meta .post-icon:hover {
  background: #b6ff00;
}
.post .post-meta span a {
  color: #b6ff00;
}
.post .read-more {
  border: 1px solid #b6ff00;
}
