/*!
 * Start Bootstrap - Agency Bootstrap Theme (http://startbootstrap.com)
 * Code licensed under the Apache License v2.0.
 * For details, see http://www.apache.org/licenses/LICENSE-2.0.
 */


.text-muted {
    color: #777;
}

.text-primary {
    color: #fed136;
}

p {
    font-size: 12px;
    line-height: 20px;
	text-align:justify;
}

p.large {
    font-size: 16px;
}

a,
a:hover,
a:focus,
a:active,
a.active {
    outline: 0;
}

a {
    color: #fed136;
}

a:hover,
a:focus,
a:active,
a.active {
    color: #fec503;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    text-transform: uppercase;
    /*font-family: Montserrat,"Helvetica Neue",Helvetica,Arial,sans-serif;
    font-weight: 700;*/
}

.img-centered {
    margin: 0 auto;
}

.bg-light-gray {
   /* background-color: #f7f7f7;*/
}

.bg-darkest-gray {
   /* background-color: #222;*/
}

.btn-primary {
    border-color: #fed136;
    text-transform: uppercase;
    /*font-family: Montserrat,"Helvetica Neue",Helvetica,Arial,sans-serif;*/
    font-weight: 700;
    color: #fff;
    background-color: #fed136;
}

.btn-primary:hover,
.btn-primary:focus,
.btn-primary:active,
.btn-primary.active,
.open .dropdown-toggle.btn-primary {
    border-color: #f6bf01;
    color: #fff;
    background-color: #fec503;
}

.btn-primary:active,
.btn-primary.active,
.open .dropdown-toggle.btn-primary {
    background-image: none;
}

.btn-primary.disabled,
.btn-primary[disabled],
fieldset[disabled] .btn-primary,
.btn-primary.disabled:hover,
.btn-primary[disabled]:hover,
fieldset[disabled] .btn-primary:hover,
.btn-primary.disabled:focus,
.btn-primary[disabled]:focus,
fieldset[disabled] .btn-primary:focus,
.btn-primary.disabled:active,
.btn-primary[disabled]:active,
fieldset[disabled] .btn-primary:active,
.btn-primary.disabled.active,
.btn-primary[disabled].active,
fieldset[disabled] .btn-primary.active {
    border-color: #fed136;
    background-color: #fed136;
}

.btn-primary .badge {
    color: #fed136;
    background-color: #fff;
}

.btn-xl {
    padding: 12px;
    border-color: #e6e7eb;
  border-radius:0;
    text-transform: uppercase;
    /* font:400 22px /22px Myriad Pro,Arial,sans-serif; */
  
    color: #e6e7eb;
    background:none;
}
.full{width:100%;}

.btn-xl:hover,
.btn-xl:focus,
.btn-xl:active,
.btn-xl.active,
.open .dropdown-toggle.btn-xl {
    
    color: #fff;
    background:url(../img/dot.png) repeat left top;
}

.btn-xl:active,
.btn-xl.active,
.open .dropdown-toggle.btn-xl {
    background-image: none;
}

.btn-xl.disabled,
.btn-xl[disabled],
fieldset[disabled] .btn-xl,
.btn-xl.disabled:hover,
.btn-xl[disabled]:hover,
fieldset[disabled] .btn-xl:hover,
.btn-xl.disabled:focus,
.btn-xl[disabled]:focus,
fieldset[disabled] .btn-xl:focus,
.btn-xl.disabled:active,
.btn-xl[disabled]:active,
fieldset[disabled] .btn-xl:active,
.btn-xl.disabled.active,
.btn-xl[disabled].active,
fieldset[disabled] .btn-xl.active {
    border-color: #fed136;
    background-color: #fed136;
}

.btn-xl .badge {
    color: #fed136;
    background-color: #fff;
}

.navbar-default {
    border-color: transparent;
    background-color: #222;
}

.navbar-default .navbar-brand {
    /*font-family: "Kaushan Script","Helvetica Neue",Helvetica,Arial,cursive;*/
    color: #fed136;
}

.navbar-default .navbar-brand:hover,
.navbar-default .navbar-brand:focus,
.navbar-default .navbar-brand:active,
.navbar-default .navbar-brand.active {
    color: #fec503;
}

.navbar-default .navbar-collapse {
    border-color: rgba(255,255,255,.02);
}

.navbar-default .navbar-toggle {

}

.navbar-default .navbar-toggle .icon-bar {
    background-color: #fff;
}

.navbar-default .navbar-toggle:hover,
.navbar-default .navbar-toggle:focus {
    
}

.navbar-default .nav li a {
    text-transform: uppercase;
    /* font-family: Myriad Pro,Arial,sans-serif; */
    font-weight: 400;
    letter-spacing: 1px;
    color: #e9eaeb;
}

.navbar-default .nav li a:hover,
.navbar-default .nav li a:focus {
    outline: 0;
    color: #fff;
}

.navbar-default .navbar-nav>.active>a {
    border-radius: 0;
    color: #fff;
	
  
}



@media(min-width:768px) {
    .navbar-default {
        padding:15px 0;
        border: 0;
        background-color: transparent;
        -webkit-transition: padding .3s;
        -moz-transition: padding .3s;
        transition: padding .3s;
    }

    .navbar-default .navbar-brand {
        font-size: 2em;
        -webkit-transition: all .3s;
        -moz-transition: all .3s;
        transition: all .3s;
    }

    .navbar-default .navbar-nav>.active>a {
        border-radius: 3px;
    }

    .navbar-default.navbar-shrink {
        padding: 10px 0;
        background-color: #222;
    }

    .navbar-default.navbar-shrink .navbar-brand {
        font-size: 1.5em;
    }
}

header {
    text-align: center;
    color: #fff;
}

header .intro-text {
    padding-top: 100px;
    padding-bottom: 50px;
}

header .intro-text .intro-lead-in {
    margin-bottom: 25px;
    /* font-family: "Droid Serif","Helvetica Neue",Helvetica,Arial,sans-serif; */
    font-size: 22px;
    font-style: italic;
    line-height: 22px;
}

header .intro-text .intro-heading {
    margin-bottom: 25px;
    text-transform: uppercase;
    /* font-family: Montserrat,"Helvetica Neue",Helvetica,Arial,sans-serif; */
    font-size: 50px;
    font-weight: 700;
    line-height: 50px;
}

@media(min-width:768px) {
    header .intro-text {
        padding-top: 300px;
        padding-bottom: 200px;
    }

    header .intro-text .intro-lead-in {
        margin-bottom: 25px;
        /* font-family: "Droid Serif","Helvetica Neue",Helvetica,Arial,sans-serif; */
        font-size: 40px;
        font-style: italic;
        line-height: 40px;
    }

    header .intro-text .intro-heading {
        margin-bottom: 50px;
        text-transform: uppercase;
        /* font-family: Montserrat,"Helvetica Neue",Helvetica,Arial,sans-serif; */
        font-size: 75px;
        font-weight: 700;
        line-height: 75px;
    }
}

section {
    /*padding: 100px 0;*/
}

section h2.section-heading {
    margin-top: 0;
    margin-bottom: 15px;
    font-size: 40px;
}

section h3.section-subheading {
    margin-bottom: 75px;
    text-transform: none;
    /* font-family: "Droid Serif","Helvetica Neue",Helvetica,Arial,sans-serif; */
    font-size: 16px;
    font-style: italic;
    font-weight: 400;
}

@media(min-width:768px) {
    section {
      /*  padding: 150px 0;*/
    }
}

.service-heading {
    margin: 15px 0;
    text-transform: none;
}

#portfolio .portfolio-item {
    right: 0;
    margin: 0 0 15px;
}

#portfolio .portfolio-item .portfolio-link {
    display: block;
    position: relative;
    margin: 0 auto;
    max-width: 400px;
}

#portfolio .portfolio-item .portfolio-link .portfolio-hover {
    position: absolute;
    width: 100%;
    height: 100%;
    opacity: 0;
    background: rgba(254,209,54,.9);
    -webkit-transition: all ease .5s;
    -moz-transition: all ease .5s;
    transition: all ease .5s;
}

#portfolio .portfolio-item .portfolio-link .portfolio-hover:hover {
    opacity: 1;
}

#portfolio .portfolio-item .portfolio-link .portfolio-hover .portfolio-hover-content {
    position: absolute;
    top: 50%;
    width: 100%;
    height: 20px;
    margin-top: -12px;
    text-align: center;
    font-size: 20px;
    color: #fff;
}

#portfolio .portfolio-item .portfolio-link .portfolio-hover .portfolio-hover-content i {
    margin-top: -12px;
}

#portfolio .portfolio-item .portfolio-link .portfolio-hover .portfolio-hover-content h3,
#portfolio .portfolio-item .portfolio-link .portfolio-hover .portfolio-hover-content h4 {
    margin: 0;
}

#portfolio .portfolio-item .portfolio-caption {
    margin: 0 auto;
    padding: 25px;
    max-width: 400px;
    text-align: center;
    background-color: #fff;
}

#portfolio .portfolio-item .portfolio-caption h4 {
    margin: 0;
    text-transform: none;
}

#portfolio .portfolio-item .portfolio-caption p {
    margin: 0;
    /* font-family: "Droid Serif","Helvetica Neue",Helvetica,Arial,sans-serif; */
    font-size: 16px;
    font-style: italic;
}

#portfolio * {
    z-index: 2;
}

@media(min-width:767px) {
    #portfolio .portfolio-item {
        margin: 0 0 30px;
    }
}

.timeline {
    position: relative;
    padding: 0;
    list-style: none;
}

.timeline:before {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    left: 40px;
    width: 2px;
    margin-left: -1.5px;
    background-color: #f1f1f1;
}

.timeline>li {
    position: relative;
    margin-bottom: 50px;
    min-height: 50px;
}

.timeline>li:before,
.timeline>li:after {
    content: " ";
    display: table;
}

.timeline>li:after {
    clear: both;
}

.timeline>li .timeline-panel {
    float: right;
    position: relative;
    width: 100%;
    padding: 0 20px 0 100px;
    text-align: left;
}

.timeline>li .timeline-panel:before {
    right: auto;
    left: -15px;
    border-right-width: 15px;
    border-left-width: 0;
}

.timeline>li .timeline-panel:after {
    right: auto;
    left: -14px;
    border-right-width: 14px;
    border-left-width: 0;
}

.timeline>li .timeline-image {
    z-index: 100;
    position: absolute;
    left: 0;
    width: 80px;
    height: 80px;
    margin-left: 0;
    border: 7px solid #f1f1f1;
    border-radius: 100%;
    text-align: center;
    color: #fff;
    background-color: #fed136;
}

.timeline>li .timeline-image h4 {
    margin-top: 12px;
    font-size: 10px;
    line-height: 14px;
}

.timeline>li.timeline-inverted>.timeline-panel {
    float: right;
    padding: 0 20px 0 100px;
    text-align: left;
}

.timeline>li.timeline-inverted>.timeline-panel:before {
    right: auto;
    left: -15px;
    border-right-width: 15px;
    border-left-width: 0;
}

.timeline>li.timeline-inverted>.timeline-panel:after {
    right: auto;
    left: -14px;
    border-right-width: 14px;
    border-left-width: 0;
}

.timeline>li:last-child {
    margin-bottom: 0;
}

.timeline .timeline-heading h4 {
    margin-top: 0;
    color: inherit;
}

.timeline .timeline-heading h4.subheading {
    text-transform: none;
}

.timeline .timeline-body>p,
.timeline .timeline-body>ul {
    margin-bottom: 0;
}

@media(min-width:768px) {
    .timeline:before {
        left: 50%;
    }

    .timeline>li {
        margin-bottom: 100px;
        min-height: 100px;
    }

    .timeline>li .timeline-panel {
        float: left;
        width: 41%;
        padding: 0 20px 20px 30px;
        text-align: right;
    }

    .timeline>li .timeline-image {
        left: 50%;
        width: 100px;
        height: 100px;
        margin-left: -50px;
    }

    .timeline>li .timeline-image h4 {
        margin-top: 16px;
        font-size: 13px;
        line-height: 18px;
    }

    .timeline>li.timeline-inverted>.timeline-panel {
        float: right;
        padding: 0 30px 20px 20px;
        text-align: left;
    }
}

@media(min-width:992px) {
    .timeline>li {
        min-height: 150px;
    }

    .timeline>li .timeline-panel {
        padding: 0 20px 20px;
    }

    .timeline>li .timeline-image {
        width: 150px;
        height: 150px;
        margin-left: -75px;
    }

    .timeline>li .timeline-image h4 {
        margin-top: 30px;
        font-size: 18px;
        line-height: 26px;
    }

    .timeline>li.timeline-inverted>.timeline-panel {
        padding: 0 20px 20px;
    }
}

@media(min-width:1200px) {
    .timeline>li {
        min-height: 170px;
    }

    .timeline>li .timeline-panel {
        padding: 0 20px 20px 100px;
    }

    .timeline>li .timeline-image {
        width: 170px;
        height: 170px;
        margin-left: -85px;
    }

    .timeline>li .timeline-image h4 {
        margin-top: 40px;
    }

    .timeline>li.timeline-inverted>.timeline-panel {
        padding: 0 100px 20px 20px;
    }
}

.team-member {
    margin-bottom: 50px;
    text-align: center;
}

.team-member img {
    margin: 0 auto;
    border: 7px solid #fff;
}

.team-member h4 {
    margin-top: 25px;
    margin-bottom: 0;
    text-transform: none;
}

.team-member p {
    margin-top: 0;
}

aside.clients img {
    margin: 50px auto;
}

section#contact {

}

section#contact .section-heading {
    color: #fff;
}

section#contact .form-group {
    margin-bottom: 6px;
	padding:0 10%;
}

section#contact .form-group input,
section#contact .form-group textarea {
    
}

section#contact .form-group input.form-control {
    height: auto;
}

section#contact .form-group textarea.form-control {
    height: 86px;
}

section#contact .form-control:focus {
   
    box-shadow: none;
}

section#contact::-webkit-input-placeholder {
    text-transform: uppercase;
    /* font-family: Montserrat,"Helvetica Neue",Helvetica,Arial,sans-serif; */
    font-weight: 700;
    color: #bbb;
}

section#contact:-moz-placeholder {
    text-transform: uppercase;
    /* font-family: Montserrat,"Helvetica Neue",Helvetica,Arial,sans-serif; */
    font-weight: 700;
    color: #bbb;
}

section#contact::-moz-placeholder {
    text-transform: uppercase;
    /* font-family: Montserrat,"Helvetica Neue",Helvetica,Arial,sans-serif; */
    font-weight: 700;
    color: #bbb;
}

section#contact:-ms-input-placeholder {
    text-transform: uppercase;
    /* font-family: Montserrat,"Helvetica Neue",Helvetica,Arial,sans-serif; */
    font-weight: 700;
    color: #bbb;
}

section#contact .text-danger {
    color: #e74c3c;
}

footer {
    padding: 25px 0;
    text-align: center;
}

footer span.copyright {
    text-transform: uppercase;
    text-transform: none;
    /* font-family: Montserrat,"Helvetica Neue",Helvetica,Arial,sans-serif; */
    line-height: 40px;
}

footer ul.quicklinks {
    margin-bottom: 0;
    text-transform: uppercase;
    text-transform: none;
    /* font-family: Montserrat,"Helvetica Neue",Helvetica,Arial,sans-serif; */
    line-height: 40px;
}

ul.social-buttons {
    margin-bottom: 0;
}

ul.social-buttons li a {
    display: block;
    width: 40px;
    height: 40px;
    border-radius: 100%;
    font-size: 20px;
    line-height: 40px;
    outline: 0;
    color: #fff;
    background-color: #222;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    transition: all .3s;
}

ul.social-buttons li a:hover,
ul.social-buttons li a:focus,
ul.social-buttons li a:active {
    background-color: #fed136;
}

.btn:focus,
.btn:active,
.btn.active,
.btn:active:focus {
    outline: 0;
}

.portfolio-modal .modal-content {
    padding: 100px 0;
    min-height: 100%;
    border: 0;
    border-radius: 0;
    text-align: center;
    background-clip: border-box;
    -webkit-box-shadow: none;
    box-shadow: none;
}

.portfolio-modal .modal-content h2 {
    margin-bottom: 15px;
    font-size: 3em;
}

.portfolio-modal .modal-content p {
    margin-bottom: 30px;
}

.portfolio-modal .modal-content p.item-intro {
    margin: 20px 0 30px;
   /*  font-family: "Droid Serif","Helvetica Neue",Helvetica,Arial,sans-serif; */
    font-size: 16px;
    font-style: italic;
}

.portfolio-modal .modal-content ul.list-inline {
    margin-top: 0;
    margin-bottom: 30px;
}

.portfolio-modal .modal-content img {
    margin-bottom: 30px;
}

.portfolio-modal .close-modal {
    position: absolute;
    top: 25px;
    right: 25px;
    width: 75px;
    height: 75px;
    background-color: transparent;
    cursor: pointer;
}

.portfolio-modal .close-modal:hover {
    opacity: .3;
}

.portfolio-modal .close-modal .lr {
    z-index: 1051;
    width: 1px;
    height: 75px;
    margin-left: 35px;
    background-color: #222;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}

.portfolio-modal .close-modal .lr .rl {
    z-index: 1052;
    width: 1px;
    height: 75px;
    background-color: #222;
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
}

.portfolio-modal .modal-backdrop {
    display: none;
    opacity: 0;
}

img::selection {
    background: 0 0;
}

img::-moz-selection {
    background: 0 0;
}
@media (max-width:500px) {
	
	.btn-xl {
    font: 400 14px/22px Myriad Pro,Arial,sans-serif;
}
} 

/*********-----------NEW STYLES-----------***********/


@font-face
{
	font-family: 'Avenir-Light'; 
	src: url('../fonts/Avenir-Light.ttf');
}/*add this font to the theme*/

@font-face
{
	font-family: 'Avenir-Black'; 
	src: url('../fonts/Avenir-Black.ttf');
}/*add this font to the theme*/

body, html{width: 100% !important; max-width: 100% !important; background: #E8E8E8; font-family: Avenir-Light !important; }/*make the theme full width for background image purposes*/

p
{
	text-align: left; 
}/*general paragraph styles*/


@media screen and (min-width: 992px)
{
	.bigger{font-size: 16px;}
}/*increase the size of this font on big devices*/

@media screen and (min-width: 1366px)
{
}/*increase the size of this font on big devices*/
	

/***********NAV*************/

.navbar-nav>li.social-wrap
{
	display: block !important;
	height: 50px;
	padding-left: 11%;
}/*keep this element in line with all the other menu items on mobile*/

@media (min-width: 768px)
{	
	.navbar-nav>li
	{
		font-size: 10px;
		width: 13.333333333%;
	}/*set a size for menu items*/
	
	.navbar-nav>li.social-wrap
	{
		padding-left: 2em;
	}/*keep this element narrower*/
	
	.navbar-nav>li.logoItem
	{
		width: 20%;
	}/*make the logo list item larger than the rest*/
}

@media (min-width: 992px)
{	
	.navbar-nav>li
	{
		font-size: 14px;
	}/*increase font size*/
}

@media (max-width: 1025px)
{
	.res-menu
	{
		max-width: 950px;
	}/*remove default bootstrap max width*/
}


/***********NAV*************/


/*--------------CONTAINER FOR THE SLIDER AND TECHNOLOGY SECTION--------*/
div#myTopArea
{
	position: relative;
	height: 1450px;
	background: url(../img/newImages/hometechbg.jpg);
	background-size: cover;
}/*container for the slider and technology sections*/

@media screen and (min-width: 550px)
{
	div#myTopArea
	{
		height: 1600px;
	}/*container for the slider and technology sections*/
}

@media screen and (min-width: 650px)
{
	div#myTopArea
	{
		height: 1775px;
	}/*container for the slider and technology sections*/
}

@media screen and (min-width: 768px)
{
	div#myTopArea
	{
		height: 975px;
	}/*container for the slider and technology sections*/
}

@media screen and (min-width: 992px)
{
	div#myTopArea
	{
		height: 1100px;
	}/*container for the slider and technology sections*/
}

@media screen and (min-width: 1200px)
{
	div#myTopArea
	{
		height: 1150px;
	}/*container for the slider and technology sections*/
}

@media screen and (min-width: 1800px)
{
	div#myTopArea
	{
		height: 1200px;
	}/*container for the slider and technology sections*/
}
/*--------------CONTAINER FOR THE SLIDER AND TECHNOLOGY SECTION WITH BACKGROUND IMAGE--------*/

/*-------SLIDER SECTION-------*/
#myCarousel
{
		background: transparent !important;
}/*dont use a background on the carousel slider*/

/*MODIFY DURATION OF SLIDE 1 ENTRIES*/
/*.animated{animation-duration: 0.5s !important;}*/
.myLong{animation-delay: 0.5s !important;}
.myLonger{animation-delay: 2s !important;}
.myLongest{animation-delay: 2.5s !important;}
/*TEXT ENTRY DELAY*/

#myCarousel sup
{
	font-size: 50%;
}/*Trademark*/

.carousel-caption
{
	top: 75px;
	left: 5%;
	right: 5%;
}/*the container for the slides*/

p.myIntro
{
	font-size: 20px;
	font-family: Avenir-Black;
	font-weight: 700;
	text-transform: uppercase;
}/*the heading style text of the slider images*/

p.myCaps
{
	text-transform: uppercase;
}

.mainSlideBox
{
	margin-top: 5em;
}/*this is the first slide container*/

.mainSlideBox p.pushDown
{
	margin-top: 2em;
}/*add space between two thoughts*/

.carousel-caption img
{
	width: 60%;
}/*the images for the slides*/
		
a.carousel-control
{
	/*height: 75%;*/
}/*the side arrows for the slider*/

.carousel-indicators
{
	bottom: 0;
}/*the squares that tell the slide number*/

@media screen and (min-width: 550px)
{
	p.myIntro
	{
		font-size: 26px;
		line-height: 26px;
	}/*the heading style text of the slider images*/

	.carousel-caption img
	{
		width: 55%;
	}/*the images for the slides*/
}

@media screen and (min-width: 768px)
{
	.slideBox
	{
		margin: 0 0 0 2em;
	}/*container to help center slide text*/
	
	.mainSlideBox
	{
		margin-left: 10em;
	}/*move main slide over further due to no image*/
	
	.carousel-caption img
	{
		width: 75%;
	}/*the images for the slides*/
}

@media screen and (min-width: 992px)
{
	
	.mainSlideBox
	{
		margin-left: 12.5em;
	}/*move main slide over further due to no image*/
	
	.mainSlideBox p.myIntro
	{
		font-size: 32px;
	}/*the heading style text of the slider images*/
	
	.mainSlideBox p.myIntro:last-child
	{
		margin-bottom: 0;
	}/*the heading style text of the slider images*/
	
	.mainSlideBox p.myDetails
	{
		font-size: 18px;
		margin-bottom: 0.5em;
	}/*bump up font size slide 1 due to no image*/	
}

@media screen and (min-width: 1300px)
{	
	.mainSlideBox p.myDetails
	{
		font-size: 28px;
	}/*bump up font size slide 1 due to no image*/	
}
/*-------END SLIDER SECTION-------*/

/*-------TECHNOLOGY SECTION-------*/
div.tech
{
	margin-top: 2em !important;
}/*container for the technology row*/

.btn-xl:hover, .btn-xl:focus, .btn-xl:active, .btn-xl.active, .open .dropdown-toggle.btn-xl {
    color: #fff;
    background: url(../img/dot.png) repeat left top;
}/*hover and active status for tech section buttons*/

	
#technology {
	background: transparent !important;
}/*make sure it doesn't grab a background*/

.spacer
{
	margin-bottom: 1em;
}
	
@media screen and (min-width: 768px)
{
	div.col-lg-6
	{
		float: left;
		width: 50%;
	}/*make half width bootstrap boxes float when menu changes*/
	
	div.floatRight
	{
		float: right !important;
	}/*class added to make it float right*/
	
}
@media screen and (min-width: 992px)
{
	.bumpDown
	{
		margin-top: 3em;
	}/*class added to make it float right*/
}
@media screen and (min-width: 1200px)
{
	.bumpDown
	{
		margin-top: 4em;
	}/*class added to make it float right*/
	
		.btn-xl
	{
		font-size: 18px;
	}
}

@media screen and (max-width: 767px)
{
	img#img
	{
		width: 100%;
		max-width: 500px;
	}
}

@media (max-width: 1025px)
#technology {
    background: transparent !important;
}
/*-------END TECHNOLOGY SECTION-------*/

/*--------HOW IT WORKS SECTION------*/


#buildIcons
{
	margin-top: -60px;
}/*how it works main container*/
@media screen and (min-width: 920px)
{	
	#buildIcons
	{
		margin-top: -75px;
	}/*how it works main container*/
}

@media screen and (min-width: 1120px)
{	
	#buildIcons
	{
		margin-top: -85px;
	}/*how it works main container*/
}

@media screen and (min-width: 1220px)
{	
	#buildIcons
	{
		margin-top: -95px;
	}/*how it works main container*/
}

@media screen and (min-width: 1420px)
{	
	#buildIcons
	{
		margin-top: -105px;
	}/*how it works main container*/
}


@media screen and (min-width: 1600px)
{	
	#buildIcons
	{
		margin-top: -115px;
	}/*how it works main container*/
}

@media screen and (min-width: 1720px)
{	
	#buildIcons
	{
		margin-top: -125px;
	}/*how it works main container*/
}

@media screen and (min-width: 1850px)
{	
	#buildIcons
	{
		margin-top: -135px;
	}/*how it works main container*/
}

/*-------HOW IT WORKS HEADING (INSIDE TOP AREA FOR ALIGNMENT PURPOSES)-------*/

.blue
{
	height: 75px;
	background: url('../img/newImages/Toptealbar.png') no-repeat;
	background-size: cover;
	position: relative;
}/*container for the heading*/

.blue h1
{
	position: absolute;
	bottom: 0;
	margin-bottom: -0.2em !important;
	font-family: Avenir-Black;
	font-weight: 700;
}/*the heading itself*/


@media screen and (min-width: 768px)
{
	.blue h1
	{
		margin-bottom: -0.25em !important;
	}/*the heading itself*/
}

@media screen and (min-width: 992px)
{
	.blue
	{
		height: 100px;
	}
	.blue h1
	{
		font-size: 42px;
		margin-bottom: -0.2em !important;
	}/*the heading itself*/
}

@media screen and (min-width: 1200px)
{
	.blue
	{
		height: 150px;
	}
	.blue h1
	{
		font-size: 56px;
		margin-bottom: -2px !important;
	}/*the heading itself*/
}
/*------------------END HOW IT WORKS HEADING-------------------*/
/*--------END HOW IT WORKS SECTION------*/

/************ICON SECTION***********/
.myIcons
{
	display: none;
}/*the actual icon section*/

.myIcons img
{
	margin-right: 0.2em;
	max-width: 30px;
}/*the icon images*/

.myIcons a
{
	font-family: Avenir-Black;
	font-weight: 700;
	font-size: 1.7em;
	width: 25%;
	color: #000000;
	text-decoration: none;
	text-transform: uppercase;
}/*the text next tot he icons*/

@media screen and (min-width: 768px)
{
	.myIcons
	{
		display: block;
		min-height: 140px;
		padding: 3em 0;
		background: #E8E8E8;
		box-shadow: 0px 1px 5px #000000;
	}/*display them when mobile menu disappears*/
}

@media screen and (min-width: 992px)
{
	.myIcons img
	{
		max-width: 75px;
	}/*the icon images*/
}


/*********END ICON SECTION*********/

/*************PHONE SECTION********/
#phoneSection
{
	margin-top: 2px;/*required to let the box shadow on element above show through*/
	background: #E8E8E8;
	color: #000000 !important;
	display: block;
	height: auto;
}/*the main container for the phone section - full width*/
	
#test, #build, #optimize, #learn {
    height: auto;
    clear: both;
}/*the containers for the phone rows*/

.black
{
	color: #000000 !important;
}/*class used to change text color when image back is used*/

#phoneSection div.row
{
	margin-top: 2em !important;
}/*rows for the phone section*/

#phoneSection div.row img
{
	display: block;
	margin: 3em auto;
}/*maintain image sizes to fit design*/

#phoneSection div.row h1
{
	max-width: 450px;
	margin: 0 auto;
	margin-bottom: 0.2em !important;
}/*maintain image sizes to fit design*/

#phoneSection div.row p
{
	max-width: 450px;
	margin: 0 auto;
}/*maintain image sizes to fit design*/
	
@media screen and (min-width: 768px)
{
	#phoneSection div.row h1
	{
		margin: 0;
	}/*maintain image sizes to fit design*/
}
	
@media screen and (min-width: 1024px)
{
	#phoneSection
	{
		background: transparent;
	}/*the main container for the phone section - full width*/
	
	#phoneImgBack
	{
		background: url('../img/newImages/btol_background.png');
	}/*the container for the content - contains the image background*/
	
	#phoneSection div.row
	{
		margin-top: 4.5em;
	}/*rows for the phone section*/
	
	#phoneSection div.row:first-child
	{
		margin-top: 2.5em !important;
	}/*rows for the phone section*/
	
	#phoneSection .col-lg-6
	{
		width: 50%;
		float: left;
	}/*dont let them float until 1024px*/
	
	#phoneSection div.row img
	{
		max-height: 400px;
		margin: 0;
	}/*maintain image sizes to fit design*/
	
	#phoneSection .floatRight
	{
		padding-left: 12.5%;
	}/*bump these left column text blocks right*/
	
	#phoneSection .pushRight img
	{
		margin-left: 15% !important;
	}/*bump these left column images right*/
	
	#phoneSection div.row p
	{
		max-width: 400px;
		margin: 0;
	}/*maintain image sizes to fit design*/
	
	#phoneSection .bumpDown
	{
		margin-top: 5em;
	}/*bump these images right*/
	
}

@media screen and (min-width: 1367px)
{
	#phoneSection div.row
{
	margin-top: 6em !important;
}/*rows for the phone section*/
}

/*********END PHONE SECTION********/

div#build h1, div#test h1, div#optimize h1, div#learn h1, div#technology h1
{
	font-family: Avenir-Black;
	font-weight: 700;
}/*change these fonts to be bolder*/

@media screen and (min-width: 992px)
{
	#learn h1, #learn p
	{
		color: #ffffff !important;
	}
}


/**********ADVERTISERS SECTION*********/

div.advertiserSection
{
	background: #24383f;
}/*the entire section*/

#bottomTeal
{
	margin-top: -150px;
}/*move it up to cover the other background*/

#bottomTeal img
{
	display: block;
	width: 100%;
}/*make sure the image spans the screen*/

.bxslider
{
	-webkit-perspective: 1000;
-webkit-backface-visibility: hidden;
}

.ad
{
	font-size: 36px;
	margin-left: 1em;
	text-align: left;
	padding-left: 0;
	font-family: Avenir-Black;
	font-weight: 700;
}/*the heading for the ad sections*/

section.advertiserSection .ad
{
    margin-bottom: 0;
}

@media screen and (min-width: 550px)
{
	.ad
	{
		margin-left: 1.5em;
	}/*the heading for the ad sections*/
}

@media screen and (min-width: 768px)
{
	.ad
	{
		margin-left: 1em;
	}/*the heading for the ad sections*/
}

@media screen and (min-width: 992px)
{
	.ad
	{
		margin-left: 1.2em;
		font-size: 42px;
	}/*the heading for the ad sections*/
	
	.col-xs-15{
    width:20%;
}
}

@media screen and (min-width: 1200px)
{
	.ad
	{
		margin-left: 1.4em;
	}/*the heading for the ad sections*/
}




/**********ADVERTISERS SECTION*********/

/**********CONTACT SECTION********/

section#contact
{
	background: url(../img/newImages/contactaboutbg.jpg);
    background-size: cover;
	padding: 40px 0;
}/*container for the contact area*/

section#contact div.row
{
	margin: 5em 0;
}

section#contact h1, #login h1
{
	font-family: Myriyad Pro, Arial, Helvetica, sans-serif;
	font-weight: 700;
}/*change these fonts to be bolder*/

@media screen and (min-width: 768px)
{
	section#contact
	{
		background-position: center top;
	}/*container for the contact area*/
	
	section#contact div.row
	{
		margin: 20em 0;
	}
}
/**********CONTACT SECTION********/

/**********************LOGIN PAGE*****************/

#login {
    background: url(../img/newImages/hometechbg.jpg);
	background-size: cover;
    width: 100%;
    height: 100%;
    min-height: 1000px;
    position: relative;
}

.vertMiddle
{
	padding: 12% 0;
}

@media screen and (min-width: 1025px)
{
	.span-400 
	{
		max-width: 400px;
	margin-left: 41.66666667%;
	}
}
/******************END LOGIN PAGE****************/

/**************PRIVACY PAGE*******************/

.white a{color: #ffffff;}

#privacyPage
{
	background: url(../img/newImages/hometechbg.jpg);
	background-size: cover;
}/*set background for privacy page*/

body#privacyPage p
{
	font-size: 14px;
}

#privacySection
{
	margin-top: 5em;
}/*push down the page contents to clear menu*/

body#privacyPage h2, body#privacyPage h5, body#privacyPage h6
{
	font-weight: bold;
}/*styles for headings on this page*/

/**********END PRIVACY PAGE*******************/
