﻿/*=============================================================
    Authour URL: www.designbootstrap.com
    
    http://www.designbootstrap.com/

    License: MIT

    http://opensource.org/licenses/MIT

    100% Free To use For Personal And Commercial Use.

    IN EXCHANGE JUST TELL PEOPLE ABOUT THIS WEBSITE
   
========================================================  */


/* =============================================================
GOOGLE FONT
============================================================ */

@import url(http://fonts.googleapis.com/css?family=Ubuntu); /* FREE GOOGLE FONT */
@import url(http://fonts.googleapis.com/css?family=Oswald); /* FREE GOOGLE FONT */



/* =============================================================
GENERAL STYLES
============================================================ */
body {
font-family: 'Ubuntu', sans-serif;
color: #fff;
Background-Color:#000;
}

section {
padding-top: 80px;
padding-bottom: 40px;
}

.pad-bottom {
padding-bottom: 60px;
}

.header {
font-family: 'Oswald', sans-serif;
padding-bottom: 40px;
text-transform: uppercase;
}

.header hr {
width: 50px;
border-top: 2px solid #f00;
}


/* =============================================================
CUSTOM BUTTON STYLES
============================================================ */
.button-custom
{
	border-radius: 0px;
	-webkit-border-radius: 0px;
	-moz-border-radius: 0px;
	-webkit-transition: all 0.5s ease-in-out;
	-moz-transition: all 0.5s ease-in-out;
	-o-transition: all 0.5s ease-in-out;
	transition: all 0.5s ease-in-out;
	margin: 2px;
}

.btn-custom-one {
background-color: transparent;
color: #fff;
border: 2px solid #f00;
}

.btn-custom-one:hover {
background-color: #f00;
text-decoration: none;
color: #fff;
}

.btn-custom-two {
color: #fff;
background-color: #f00;
border: 2px solid #f00;
}

.btn-custom-two:hover {
border: 2px solid #f00;
text-decoration: none;
color: #fff;
background-color: transparent;
}


/* =============================================================
MENU SECTION STYLES
============================================================ */
.navbar-inverse {
background-color: rgba(0, 0, 0, 0.9);
border-color: transparent;
}

.navbar-inverse .navbar-nav > .active > a, .navbar-inverse .navbar-nav > .active > a:hover, .navbar-inverse .navbar-nav > .active > a:focus {
background-color: transparent;
border-bottom: 1px solid #f00;
}

.navbar-inverse .navbar-nav > li > a {
font-size: 12px;
font-weight: 800;
padding: 5px 0px;
letter-spacing: 2px;
margin: 10px 20px 10px 20px;
color: #FFF;
}

.navbar-inverse .navbar-brand, .navbar-inverse .navbar-brand:hover {
color: #fff;
font-weight: 900;
font-family: 'Oswald', sans-serif;
}

.navbar-inverse .navbar-collapse, .navbar-inverse .navbar-form {
border-color: transparent;
}
.navbar-inverse .navbar-toggle:hover, .navbar-inverse .navbar-toggle:focus {
background-color: #f00;
}
.navbar-inverse .navbar-toggle {
border-color: #f00;
}


/* =============================================================
HOME SECTION STYLES
============================================================ */

#home {
text-align: center;
padding-top: 55px;
padding-bottom: 60px;
}

#home .social
{
	display: block;
	margin-top: 160px;
	margin-right: 20px;
}






/*Carousel Slider*/

#carousel-slider {
padding: 0px 0px 5px 0px;
}

#carousel-slider h3 {
line-height: 50px;
font-family: 'Oswald', sans-serif;
}

#carousel-slider p {
color: #f00;
font-size: 16px;
line-height: 25px;
margin: 25px 20px;
}

/* =============================================================
SERVICES SECTION STYLES
============================================================ */

#services .services-wrapper {
padding: 20px;
border-radius: 5px;
-moz-border-radius: 5px;
-webkit-border-radius: 5px;
margin-bottom: 40px;
background-color: rgba(255, 255, 255, 0.07);
cursor: pointer;
-webkit-transition: all 0.5s ease-in-out;
-moz-transition: all 0.5s ease-in-out;
-o-transition: all 0.5s ease-in-out;
transition: all 0.5s ease-in-out;
}

#services .services-wrapper:hover {
background-color: rgba(255, 255, 255, 0.20);
}

#services h3 {
font-family: 'Oswald', sans-serif;
}

#services .services-wrapper i {
margin: 5px;
color: #f00;
font-size: 60px;
}


/*============================
PRICING SECTION STYLES
==============================*/

.light-pricing {
margin-bottom: 30px;
margin-top: 50px;
text-align: center;
box-shadow: 0 0 5px rgba(0, 0, 0, .5);
background-color: rgba(255, 255, 255, 0.1);
color: #fff;
line-height: 30px;
cursor: pointer;
-webkit-transition: all 0.5s ease-in-out;
-moz-transition: all 0.5s ease-in-out;
-o-transition: all 0.5s ease-in-out;
transition: all 0.5s ease-in-out;
}

.light-pricing:hover {
background-color: transparent;
}

.light-pricing ul {
list-style: none;
margin: 0;
text-align: center;
padding-left: 0px;
}

.light-pricing ul li {
padding-top: 20px;
padding-bottom: 20px;
cursor: pointer;
}

.light-pricing ul li i {
margin-right: 5px;
}


.light-pricing .price {
padding: 40px 20px 20px 20px;
font-size: 60px;
font-weight: 900;
}

.light-pricing .price small {
color: #000;
display: block;
font-size: 15px;
margin-top: 22px;
}

.light-pricing .type {
background-color: rgba(0, 0, 0, 0.40);
padding: 30px 20px;
font-weight: 900;
text-transform: uppercase;
font-size: 30px;
color: #f00;
}

.light-pricing .pricing-footer {
padding: 20px;
}

.db-attached > .col-lg-4,
.db-attached > .col-lg-3,
.db-attached > .col-md-4,
.db-attached > .col-md-3,
.db-attached > .col-sm-4,
.db-attached > .col-sm-3 {
padding-left: 0;
padding-right: 0;
}

.light-pricing.popular {
margin-top: 10px;
}

.light-pricing.popular .price {
padding-top: 80px;
}


/*============================
WORK SECTION STYLES
==============================*/

#work .caegories a.active {
background-color: transparent;
color: #fff;
}

.isotope .isotope-item {
-webkit-transition-duration: 0.8s;
-moz-transition-duration: 0.8s;
transition-duration: 0.8s;
}

#work .work-wrapper {
padding: 10px;
border-radius: 5px;
-moz-border-radius: 5px;
-webkit-border-radius: 5px;
margin-bottom: 40px;
background-color: rgba(255, 255, 255, 0.1);
cursor: pointer;
-webkit-transition: all 0.5s ease-in-out;
-moz-transition: all 0.5s ease-in-out;
-o-transition: all 0.5s ease-in-out;
transition: all 0.5s ease-in-out;
border: 1px solid #f00;
}

#work .work-wrapper:hover {
background-color: transparent;
border: 1px solid #f00;

opacity: .80; /* standard: ff gt 1.5, opera, safari */
-ms-filter: "alpha(opacity=80)"; /* ie 8 */
filter: alpha(opacity=80); /* ie lt 7 */
-khtml-opacity: .80; /* safari 1.x */
-moz-opacity: .80; /* ff lt 1.5, netscape */

}

#work .work-wrapper h4 {
padding-top: 10px;
}









/*============================
TEAM SECTION STYLES
==============================*/


.team-wrapper {
overflow-x: hidden;
position: relative;
-webkit-transition: all 0.2s ease;
-moz-transition: all 0.2s ease;
-ms-transform: all 0.2s ease;
-o-transition: all 0.2s ease;
transition: all 0.2s ease;
margin-bottom:30px;
}
.team-wrapper:hover {
-webkit-transform: scale(1.1);
-moz-transform: scale(1.1);
-ms-transform: scale(1.1);
-o-transform: scale(1.1);
transform: scale(1.1);
}
.team-wrapper .team-inner {
background-size: cover;
background-position: center;
-moz-background-size: cover;
-webkit-background-size: cover;
padding: 200px 0 10px;
/*background-image: url('../img/girl-big.jpg');*/
border-top: 1px solid #fff;
border-right: 1px solid #fff;
border-left: 1px solid #fff;
border-radius: 10px 10px 0px 0px;
}

.team-wrapper > .team-inner > a {
color: #f00;
width: 80px;
height: 80px;
border-radius: 50%;
-moz-border-radius: 50%;
-webkit-border-radius: 50%;
margin: 0 auto -50px;
display: block;
color: #f00;
z-index: 999;
font-size: 40px;
padding: 15px 22px;
background-color: #fff;
-webkit-transition: all 0.8s ease-in-out;
-moz-transition: all 0.8s ease-in-out;
-o-transition: all 0.8s ease-in-out;
transition: all 0.8s ease-in-out;
}

.team-wrapper > .team-inner > a:hover {
color: #fff;
text-decoration: none;
background-color: #f00;
}


.team-wrapper .description
{
    padding: 0px 20px 20px 20px;
    text-align: center;
    border-bottom: 0px solid #fff;
    border-right: 0px solid #fff;
    border-left: 0px solid #fff;
    border-top: 0px solid #fff;
}

.team-wrapper .description h5 {
color: #f00;
}



/*============================
CONTACT SECTION STYLES
==============================*/

#contact .contact-wrapper {
background-color:rgba(255, 255, 255, 0.1);
padding: 20px;
border-radius: 5px;
-moz-border-radius: 5px;
-webkit-border-radius: 5px;
margin-bottom: 40px;
min-height:200px;
}
#contact .contact-wrapper h3 {
color:#f00;
}
#contact .social-below {
display: block;
margin-top: 5px;
}








/* THOMAS CUSTOM */





.gray-wrapper {
background-color:rgba(255, 255, 255, 0.1);
padding: 20px;
border-radius: 5px;
-moz-border-radius: 5px;
-webkit-border-radius: 5px;
margin-bottom: 40px;
min-height:200px;
}
gray-wrapper h3 {
color:#f00;
}





.logo
{
margin-top: 10px;
}

h1.logo-text { font-size: 65px; }

.logo-text span
{
    color: #F00;
}


a:focus {
    outline: none;
}

#videos h3 {
color:#f00;
}

#videos .video-wrapper {
    padding: 10px;
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    margin-bottom: 40px;
    background-color: rgba(255, 255, 255, 0.1);
    cursor: pointer;
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
    border: 1px solid #f00;
}

.red-wrapper {
    padding: 10px;
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    margin-bottom: 40px;
    background-color: rgba(255, 255, 255, 0.1);
    cursor: pointer;
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
    border: 1px solid #f00;
}


.white-wrapper {
    padding: 10px;
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    margin-bottom: 40px;
    background-color: rgba(255, 255, 255, 0.1);
    cursor: pointer;
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
    border: 1px solid #fff;
}


.white-border {
    border: 1px solid #fff;
}

.footer
{
    padding-top: 25px;
    font-size: 11px;
    letter-spacing: 1px;
    text-align: center;
    color: #999;
}

.footer a,.footer a:hover
{
    color: #F00;
    text-decoration: none;
}



/* MAKES MOBIL DROP DOWN DARK GRAY */
@media (max-width: 767px) {
    .navbar-collapse {
    background-color: rgba(33, 33, 33, 0.85);
    border-color: transparent;
    }
}



/* KEEPS NAVIGATION FROM STACKING ON SMALLER SCREENS */
@media (max-width: 1199px) {
    .navbar-inverse .navbar-nav > li > a {
        font-size: 12px;
        font-weight: 800;
        padding: 5px 0px;
        letter-spacing: 1px;
        margin: 10px 10px 10px 10px;
        color: #FFF;
    }

}

/* MOBIL NAV CLOSES ON CLICK */
[ng\:cloak], [ng-cloak], [data-ng-cloak], [x-ng-cloak], .ng-cloak, .x-ng-cloak {
    display: none !important;
}    


/* 
SOCIAL ICONS ON ABOUT SECTION
 */
.icon
{
    margin-left: 10px;
    margin-right: 10px;
}















.mendbutton
{
    font-family: arial;
    color: #FFF !important;
    font-size: 12px;
    padding: 2px 30px;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    border-radius: 10px;
    background: #0174aa;
    border: 0px;
    margin-bottom: 5px;
    letter-spacing: 1px;
    line-height: 18px;
}
.mendbutton:hover
{
    color: #0174aa !important;
    background: #fff;
}








.cerbutton
{
    font-family: arial;
    color: #FFF !important;
    font-size: 12px;
    padding: 2px 30px;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    border-radius: 10px;
    background: #d99d9d;
    border: 0px;
    margin-bottom: 5px;
    letter-spacing: 1px;
    line-height: 18px;
}
.cerbutton:hover
{
    color: #d99d9d !important;
    background: #fff;
}







.nhbbutton
{
    font-family: arial;
    color: #FFF !important;
    font-size: 12px;
    padding: 2px 30px;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    border-radius: 10px;
    background: #912d1d;
    border: 0px;
    margin-bottom: 5px;
    letter-spacing: 1px;
    line-height: 18px;
}
.nhbbutton:hover
{
    color: #912d1d !important;
    background: #fff;
}





.screenbutton
{
    font-family: arial;
    color: #FFF !important;
    font-size: 12px;
    padding: 2px 30px;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    border-radius: 10px;
    background: #fdcd07;
    border: 0px;
    margin-bottom: 5px;
    letter-spacing: 1px;
    line-height: 18px;
}
.screenbutton:hover
{
    color: #fdcd07 !important;
    background: #fff;
}




.popsbutton
{
    font-family: arial;
    color: #FFF !important;
    font-size: 12px;
    padding: 2px 30px;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    border-radius: 10px;
    background: #435e65;
    border: 0px;
    margin-bottom: 5px;
    letter-spacing: 1px;
    line-height: 18px;
}
.popsbutton:hover {
  color: #435e65 !important;
  background: #fff;
}


.wsssbutton
{
    font-family: arial;
    color: #FFF !important;
    font-size: 12px;
    padding: 2px 30px;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    border-radius: 10px;
    background: #ed2a26;
    border: 0px;
    margin-bottom: 5px;
    letter-spacing: 1px;
    line-height: 18px;
}
.wsssbutton:hover {
  color: #ed2a26 !important;
  background: #fff;
}



audio
{
    margin-top: 5px;
    width: 100%;
}





blockquote
{
    font-family: Georgia, serif;
    font-size: 17px;
    line-height: 1.5;
    font-style: italic;
    text-align: left;
    margin: 1em 0 1em 0;
    padding: 0.25em 30px 0.25em 35px;
    position: relative;
    color: #ccc;
    border-left: 0px;
}

blockquote:before {
display: block;
content: "\201C";
font-size: 80px;
position: absolute;
left: -10px;
top: -30px;
color: #FFF;
}

blockquote cite {
color: #888;
font-size: 15px;
display: block;
margin-top: 10px;
}
 
blockquote cite:before {
content: "\2014 \2009";
}

blockquote p
{
    font-style: normal;
    padding: 0 0 0 15px;
}




.gray {
color: #888;
}




/* TC CREATED ANIMATION TO SLIDE CD */

.faded {
  position: relative;
}

.faded img {
	position: absolute;
}

.top {
    animation-name: none;
	animation-timing-function: ease-in-out;
	animation-iteration-count: 1;
	animation-duration: 3s;
	animation-direction: normal;
	z-index: 2;
	}

.top2 {
    animation-name: slideInRight;
	animation-timing-function: ease-in-out;
	animation-iteration-count: 1;
	animation-delay: 3s;
	animation-duration: 3s;
	animation-direction: normal;
	z-index: 1;
	animation-fill-mode: forwards;
    }


@keyframes fade {
	0% {
		opacity: 1;
	}
	25% {
		opacity: 1;
	}
	75% {
		opacity: 1;
	}
	100% {
		opacity: 0;
	}
}




.asterisk {color: #ffcc00;}