/* CSS RESET */
* {
    vertical-align: baseline;
    font-weight: inherit;
    font-family: inherit;
    font-style: inherit;
    font-size: 100%;
    border: 0 none;
    outline: 0;
    padding: 0;
    margin: 0;


}

*:focus {outline: none;}


/*-------------------------*\

    PALETTE -----------

    327ba5	blue

    0b4670	dark blue

    5d5d5d	gray

    f8f8f8	light gray


    1B4A88  blue


\*-------------------------*/

/*************************
*******Typography******
**************************/
html { font-size:80.5%; }

body {

    font-family:Helvetica, Arial, sans-serif;
    color:#327ba5;
    background-color:#FEFEFE;
}
body > div { font-size:16px;  font-size:1.6rem; }

/*************************
*******Header******
**************************/
.top-bar {
    padding: 10px 0;
    background: #327ba5;
    border-bottom: 1px solid #5d5d5d;
    line-height: 28px;
}

.top-number{
    color: #fff;
}

.top-number p{
    margin: 0
}

.social{
    text-align: right;
}

.social-share{
    display: inline-block;
    list-style: none;
    padding: 0;
    margin: 0;
}

ul.social-share li {
    display: inline-block;
}

ul.social-share li a {
    display: inline-block;
    color: #fff;
    background: #5d5d5d;
    width: 25px;
    height: 25px;
    line-height: 25px;
    text-align: center;
    border-radius: 2px;
}

ul.social-share li a:hover {
    background: #1B4A88;
    color: #f8f8f8;
}


/***Navigation Bar ***/


.navbar> .container .navbar-brand{
    margin-left: 0;
}

.navbar-brand {
    padding: 0;
    margin:0;
}


.navbar {
    border-radius: 0;
    margin-bottom: 0;
    background: #003366;
    padding: 15px 0;
    padding-bottom: 0px;

}


.navbar-nav{
    margin-top: 12px;
    margin-bottom: 50px;
}

.navbar-nav > li > a {
    padding: 5px 30px;
    margin: 0;
    border-radius: 3px;
    color: #fff;
    line-height: 24px;
    display: inline-block;
}

.navbar-nav > li > a:hover{
    color: #FF0000;
    background-color: #003366;
}



.navbar-brand {
    font-size: 36px;
    line-height: 0px;
    color: #fff;
}

.navbar-toggle{
    background-color: #434343;

}

.dropdown-menu>li>a {
    color: #ff0000;
}

/***collapsed navbar horizontal***/
.icon-bar
{
    display:block;
    width:22px;
    height:2px;
    border-radius:1px;
    border:1px solid #FF0000;
}/**end**/

.navbar-nav > .active > a,
.navbar-nav > .active > a:hover,
.navbar-nav > .active > a:focus,
.navbar-nav > .open > a,
.navbar-nav > .open > a:hover,
.navbar-nav > .open > a:focus {
    background-color: #434343;
    color: #fff;
}


/*************************
*******Home Page******
**************************/
#main-intro{
    margin-top: 50px;
    background-color: transparent;
}
#main-intro hr{
    margin-right: auto;
    margin-left: auto;
    width: 600px;
    height: 30px;
    border-style: solid;
    border-color: #5d5d5d;
    border-width: 2px 0 0 0;
    border-radius: 20px;
}

#intro-1 {
    color: #ff0000;
}

#intro-2{
    color: #5d5d5d;

}

#intro-3{
    color:  #ff0000;

}

#main-intro h1{
    text-align: center;
    padding-top: 140px;
    background-color: transparent;
}

#main-intro h2{
    text-align: center;
    padding-top: 30px;
}

#main-intro p{
    text-align: center;
}

#main-h1-trans{
    font: Allan;
    font-size: 46px;
    background:#f7f7f7;
    background:rgba(255,255,255,0.1);
    background-color: transparent;
    position: relative;
  /*z-index: -1000;*/

}

video{
    width: 100%    !important;
    height: auto   !important;
    position:absolute;
    top: 140px;
    left: 0px;
    min-width: 100%;
    min-height: 100%;
    width: auto;
    height: auto;
    overflow: hidden;
    z-index: -1000;
}


/* We are QuickSilver/Mercury */

#we-are{
    padding-top: 0px;
    padding-bottom: 40px;
}

#we-are h1, h2, h3{
    text-align: center;
}

/*Four column graphic section  */
.four-col-graphic{
    background-image: url("../img/team1.jpg");
    background-repeat: no-repeat;
    background-size: cover;
    color:#f7f7f7;
    padding-top: 40px;
    padding-bottom: 40px;
    border-bottom: thin;
  }

.col-text{
    color: #ff0000;
}
.col-text h4{
    color: #327ba5;
}
/**#four-col-bg{
    background-image: url("../images/test-images/37043873-business-team.jpg");
    background-color: transparent;
    background-repeat: no-repeat;
    background-size: cover;
}**/

/* One Column Graphic Business Needs */
.business-needs{
    padding-top: 40px;
    padding-bottom: 40px;
    background-image: url("../img/loft-office.jpg");
    background-repeat: no-repeat;
    background-size: cover;
}

.business-needs{
    font-size:24px ;
    color: #003366;
}

.business-site{
    padding-top: 40px;
}

/* What you can expect */
.can-expect{
    padding-top: 40px;
    padding-bottom: 40px;
    background-color: #5d5d5d;
    color: #f8f8f8;
}

.wow {
    visibility: hidden;
}

.animated .fadeInDown{
    -webkit-animation-delay: 1s;
}

#we-are{
    -webkit-animation-delay: 950ms;
}


/* What makes us different */
.what-makes{
    padding-top: 40px;
    padding-bottom: 40px;
    background-color: #f8f8f8;
}
.what-makes h2, li, p{
    padding-bottom: 20px;
}
.what-makes ol{
    padding-left: 15px;
}
/*Footer  */
.footer-bottom{
    background-color: #003366;
    color: #f8f8f8;
}
/* Footer Service Bar*/

.service-bar p{
    padding-top: 12px;
}
.service-bar a {
    color: #f8f8f8;
    text-decoration: none;
    display: block;
    width: 150px;
    height: 150px;
}

.serv a:hover{
    color: #FF0000;
}

.service-bar-icons{
    border-right-width: 1px;
    border-right-color: #f8f8f8;
    border-right-style: solid;
    display: inline-block;
    text-align: center;
    padding-top: 20px;
}

/*** About Page ***/
.about-image{
    background-color: #FFFFFF;
    background-image: url("../img/about-business-guy.jpg");
    width: 100%;
    min-height: 850px;
   padding-bottom: 100px;
}
#about-hist, h1, h2{
    text-align: center;
    background-color: inherit;
    padding-top: 40px;
    padding-bottom: 40px;
}
hr{
    margin-right: auto;
    margin-left: auto;
    width: 600px;
    height: 30px;
    border-style: solid;
    border-color: #5d5d5d;
    border-width: 2px 0 0 0;
    border-radius: 20px;
}

#about-bg-image{
    background-color: #ffffff;
    background-image: url("../img/hot-you-inoffice2.jpg");
    width: 100%;
    min-height: 700px;
}
#about-bg-image ul{
    font-size: 22px;
    text-align: center;
    list-style-type: none;
   /* text-indent: -100px;*/
    color: #f8f8f8;
}

/*.about-fade p{
    -webkit-animation-delay: 950ms;
}*/

/***Service Page ****/
.service-image{
    background-color: #FFFFFF;
    background-image: url("../img/web-development-street.jpg");
    width: 100%;
    min-height: 850px;
}

#your-success{
    padding-bottom: 40px;
}

#choose{
    padding-top: 40px;
    padding-bottom: 60px;
}
.choose-service{
    text-align: center;
    color: #FF0000;
}

/*.service-fade p{
    -webkit-animation-delay: 950ms;
}*/

/***What We Do ***/
#what-we-do{
    padding-top: 40px;
    padding-bottom: 40px;
    background: #f8f8f8;
}
#what-slogan{
    padding-bottom: 20px;
    color: #ff0000;
}

.service-img{
    display: block;
    margin: 0 auto;
}
.what-we-do:hover {
    box-shadow:
    0 5px 15px 0 rgba(0,0,0,.05),
    0 1px 25px 0 rgba(0,0,0,.05) inset,
    0 -1px 25px 0 rgba(0,0,0,.05) inset;
    -o-transition: all .5s;
    -moz-transition: all .5s;
    -webkit-transition: all .5s;
    -ms-transition: all .5s;
}
.what-we-do h1{
    padding-top: 50px;
}


.what-we-do p{
   padding-bottom: 60px;
}

/***Design Page ***/
.design{
    background-image: url("../img/team3.jpg");
    background-repeat: no-repeat;
    background-size: cover;
    min-height: 80%;
    color:#1B4A88;
    padding-top: 40px;
    padding-bottom: 40px;
    border-bottom: thin;
}

.page-header3{
    margin-top: 110px;
    background-image: url("../img/team2.jpg");
    background-repeat: no-repeat;
    background-size: cover;
    min-height: 80%;
}

.service-img{
    padding-top: 60px;
    padding-bottom: 60px;
}
.design-paragraph{
    font-size: 24px;
}
#paragraph1{
    text-align: right;
}
#design-icon1{
    text-align: center;
}

/*** Mobile Optimization ***/
.page-header{
    background-image: url("../img/atlanta-nights.jpg");
    margin-top: 120px;
    background-repeat: no-repeat;
    background-size: cover;
    min-height: 100%;
}



.page-header h1{
    font-size: 58px;
 }
.page-header h3{

    font-size: 38px;
}
#top-header{
    padding-top: 60px;
}

#mobile-row{
    background-image: url("../img/smart-watch.jpg");
    background-repeat: no-repeat;
    background-size: cover;
    min-height: 100%;
}
#mobile-row h1{
    background-color: transparent;
    color: #FF0000;
    padding-bottom: 40px;
}

.mobile-op{
    background-image: url("../img/two-mobile-phones.jpg");
    background-repeat: no-repeat;
    background-size: cover;
    min-height: 80%;
    color:#f7f7f7;
    padding-top: 40px;
    padding-bottom: 40px;
    border-bottom: thin;
}
#mobile-pic1{
    padding-bottom: 60px;
    padding-top: 60px;
}

.page-header1{
    background-image: url("../img/mobile-web.jpg");
    background-repeat: no-repeat;
    background-size: cover;
    min-height: 100%;
}

.page-header1 h1,h3{
    color: #ff0000;
}

/*** Content Management***/
.page-header2{
    background-image: url("../img/team4.jpg");
    margin-top: 110px;
    background-repeat: no-repeat;
    background-size: cover;
    min-height: 80%;
}
.page-header2 h1,h2{
    color: #FF0000;
}

.content-man{
    background-color: #FF0000;
}
.content-man{
    color: #FF0000;
}
#content-row{
    background-image: url("../img/content-man.jpg");
    background-repeat: no-repeat;
    background-size: cover;
    min-height: 80%;
}
#content-pic1{

}

#content-slogan{
    padding-top: 190px;
}
.qsm-name{
    color: #ffffff;
}

/* Development Page */
.web-dev{
    padding-top: 40px;
    padding-bottom: 40px;
    background: #f8f8f8;
}



/*** Request Quote ***/
.header-font h3{
    color: #FF0000;
}
#paypal-banner{
    text-align: center;
}

/*** Web Hosting Page ***/
.page-header4{
    background-image: url("../img/connected.jpg");
    margin-top: 110px;
    background-repeat: no-repeat;
    background-size: cover;
    min-height: 80%;
}

#host-slogan {
    padding-top: 0px;
}

#hosting-row{
	background-image: url("../img/server-stack.jpg");
    background-repeat: no-repeat;
    background-size: cover;
    min-height: 100%;
}
#hosting-row h2,h3{
    line-height: 100px;
   vertical-align: middle;
}

.hosting{
	background-image: url("../img/server-room.jpg");
    background-repeat: no-repeat;
    background-size: cover;
    min-height: 80%;
    color:#ffd205;
    padding-top: 80px;
    padding-bottom: 40px;
    border-bottom: thin;
}

/***Portfolio Page ***/
.page-header5{
	 background-image: url("../img/paper-ships.jpg");
    margin-top: 100px;
    background-repeat: no-repeat;
    background-size: cover;
    min-height: 950px;
}

#gallery{
	list-style:none;
	margin:0;
	padding:0;
	width:100%;
}

#gallery li{
	display:block;
	float:left;
	width:23%;
	cursor:pointer;
	border-radius:5px;
	box-sizing:border-box;
	margin:0 12px 7px 0;
	position:relative;
}

#gallery img{
	width:100%;
	border-radius:5px;
}

.overlay{
	display:none;
	background:#ff0000 url(../img/overlay.png) no-repeat top center;
	color:#fff;
	position:absolute;
	top:0;
	left:0;
	z-index:100;
	width:100%;
	height:100%;
	padding:20px;
	border-radius:5px;
	box-sizing:border-box;
	pointer-events:none;
}

.overlay h3{
	margin:0;
	padding:0;
}

#tech-row{
	 background-image: url("../img/atlanta-nights.jpg");
    background-repeat: no-repeat;
    background-size: cover;
    min-height: 100%;
}

/*** Contact Page ***/

.contact-photo{
    margin-top: 110px;
    padding-top: 40px;
    padding-bottom: 40px;
    position: relative;
    overflow: hidden;
}

.contact-photo h1{
    font-size: 68px;
    color: #FF0000;
    text-align: left;
}

.contact-photo img{
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    opacity: .0;
}
#phone-number{
    font-size: 28px;
}
.contact-text1{
    font-size: 28px ;
}

/*** Contact Form - HTML5 ***/
.contact_form ul {
    width:750px;
    list-style-type:none;
    list-style-position:outside;
    margin:0px;
    padding:0px;
}
.contact_form li{
    padding:12px;
    border-bottom:3px solid #eee;
    position:relative;
}

.contact_form li:first-child, .contact_form li:last-child {
    border-bottom:1px solid #777;
}

.contact_form label {
    width:150px;
    margin-top: 3px;
    display:inline-block;
    float:left;
    padding:3px;
}

.required_notification{
    color: #FF0000;
}

.contact_form input {
    height:20px;
    width:220px;
    padding:5px 8px;
}
.contact_form textarea {padding:8px; width:300px;}
.contact_form button {margin-left:156px;}

.contact_form input, .contact_form textarea {
    border:1px solid #aaa;
    box-shadow: 0px 0px 3px #ccc, 0 10px 15px #eee inset;
    border-radius:2px;
}
.contact_form input:focus, .contact_form textarea:focus {
    background: #fff;
    border:1px solid #555;
    box-shadow: 0 0 3px #aaa;
}

/* Button Style */
button.submit {
    background-color: #68b12f;
    background: -webkit-gradient(linear, left top, left bottom, from(#68b12f), to(#50911e));
    background: -webkit-linear-gradient(top, #68b12f, #50911e);
    background: -moz-linear-gradient(top, #68b12f, #50911e);
    background: -ms-linear-gradient(top, #68b12f, #50911e);
    background: -o-linear-gradient(top, #68b12f, #50911e);
    background: linear-gradient(top, #68b12f, #50911e);
    border: 1px solid #509111;
    border-bottom: 1px solid #5b992b;
    border-radius: 3px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    -o-border-radius: 3px;
    box-shadow: inset 0 1px 0 0 #9fd574;
    -webkit-box-shadow: 0 1px 0 0 #9fd574 inset ;
    -moz-box-shadow: 0 1px 0 0 #9fd574 inset;
    -ms-box-shadow: 0 1px 0 0 #9fd574 inset;
    -o-box-shadow: 0 1px 0 0 #9fd574 inset;
    color: white;
    font-weight: bold;
    padding: 6px 20px;
    text-align: center;
    text-shadow: 0 -1px 0 #396715;
}
button.submit:hover {
    opacity:.85;
    cursor: pointer;
}
button.submit:active {
    border: 1px solid #20911e;
    box-shadow: 0 0 10px 5px #356b0b inset;
    -webkit-box-shadow:0 0 10px 5px #356b0b inset ;
    -moz-box-shadow: 0 0 10px 5px #356b0b inset;
    -ms-box-shadow: 0 0 10px 5px #356b0b inset;
    -o-box-shadow: 0 0 10px 5px #356b0b inset;

}

.contact_form input:focus, .contact_form textarea:focus {
    padding-right:70px;
}
.contact_form input, .contact_form textarea {
    -moz-transition: padding .25s;
    -webkit-transition: padding .25s;
    -o-transition: padding .25s;
    transition: padding .25s;
}
/* contact form required fields with image*/
.contact_form input, .contact_form textarea {
    padding-right:30px;
}

input:required, textarea:required {
    background: #fff url(../img/red-asterisk.png) no-repeat 98% center;
}

/*** Form Field invalid css***/
.contact_form input:focus:invalid, .contact_form textarea:focus:invalid { /* when a field is considered invalid by the browser */
    background: #fff url(../img/invalid.png) no-repeat 98% center;
    box-shadow: 0 0 5px #d45252;
    border-color: #b03535
}

/*** Form Fields that are valid***/
.contact_form input:required:valid, .contact_form textarea:required:valid { /* when a field is considered valid by the browser */
    background: #fff url(../img/valid.png) no-repeat 98% center;
    box-shadow: 0 0 5px #5cd053;
    border-color: #28921f;
}

.form_hint {
    background: #d45252;
    border-radius: 3px 3px 3px 3px;
    color: white;
    margin-left:8px;
    padding: 1px 6px;
    z-index: 999; /* hints stay above all other elements */
    position: absolute; /* allows proper formatting if hint is two lines */
    display: none;
}

.form_hint::before {
    content: "\25C0"; /* left point triangle in escaped unicode */
    color:#d45252;
    position: absolute;
    top:1px;
    left:-6px;
}

.contact_form input:focus + .form_hint {display: inline;}
.contact_form input:required:valid + .form_hint {background: #28921f;} /* change form hint color when valid */
.contact_form input:required:valid + .form_hint::before {color:#28921f;} /* change form hint arrow color when valid */

/***End HTML5 FORM ***/





/* Footer Contact */


/* Form  */
footer .widget{
    margin-top: 20px;
    text-align: left;
    font-family:"Lato", Arial, serif;
}

footer .widget h4{
    margin-top: 20px;
    font-family:"Slabo", Lato, Arial, serif;
    font-size: 14px;
    color: #FEFEFE;
    text-transform: uppercase;
    text-shadow: 0 1px 0 rgba(255,255,255,.7);
}

footer .widget p {
    line-height: 16px;
}
footer .widget1 p {
    text-transform: uppercase;
    margin-top: 34px;
    text-align: left;
    line-height: 8px;
    padding-top: 8px;
    padding-bottom: 8px;
}

input{
    text-align: left;
    padding-left: 5px;
}
button{
    background-color: #5d5d5d;
    margin-top:10px;
    margin-bottom: 10px;
}

.top-edge{
    border-top: solid;
    border-bottom-width: thin;
    border-color: #5d5d5d;
}

footer .copyright {
    background-color: #FF0000;
    margin-top: 15px;
    padding-top: 20px;
    text-align: left;
    font-family: "Lato", Helvetica, Arial, sans-serif;
    font-size: medium;
}
footer .copyright a{
    font-family: "Lato", Helvetica, Arial, sans-serif;
    font-size: medium;
}

footer .copyright a:hover{
    color: #f8f8f8;
}

footer  hr{

    border-style: solid;
    border-color: #327ba5;
    border-width: 1px;
    height: 10px;
    display: inline;
    margin-left: 3px;
    margin-right: 3px;
    padding-left: 2px;
}
footer .hr-list{
    padding-left: 5px;
}
footer .hr-list a{
    color: #FEFEFE;
}
footer .hr-list a:hover{
    color: #5d5d5d;
}


/***Terms Of Service Page ***/

.tos{
    padding-top: 40px;
}
.tos h3{
    text-align: left;
}

.tos-container{
    padding-bottom: 40px;
}

/*Sitemap*/
.sitemap ul {
    font-size: 22px;
    padding-left: 30px;

}

.sitemap h2{
    text-align: left;
    padding-top: 100px;
}

#site-map1{
    display: block;
    padding-top: 220px;
}

#site-map2{
    display: block;
    padding-top: 0px;
}

.four-o-four{
    padding-top: 200px;

}

/* Media Queries  - from PGallery project in jquery */
/**
@media(max-width: 768px){
	.logo, nav{
		float:none;
		width:100%;
		text-align:center;
	}
	
	nav ul, nav li{
		float:none;
		padding:0;
	}
	
	nav li{
		margin-bottom:15px;
	}
	
	#gallery li{
		width:48%;
		margin-right:8px;
	}
}


@media(max-width: 568px){
	#gallery li{
		width:100%;
		margin-right:0;
	}
}***/