* {
	margin: 0px auto;
	padding: 0px;
	border: 0px;
}

head, nav, section, footer {
	display: block;
}

body {
	background: url(../images/fb-bg.jpg) #ffffff top center;
	background-repeat: repeat-x;
}

li {
	list-style: none;
}

a {
	color: #000000;
	text-decoration: none;
}

.underline {
	text-decoration: underline;
}

.left {
	float: left;
}

.right {
	float: right;
}

.clear {
	clear: both;
}

#wrapper {
	width:1266px;
}

/*******
========== Font Collections
*******/

@font-face{
font-family:archDaughter;
src:url('../fonts/ArchitectsDaughter.ttf'),
    url('../fonts/ArchitectsDaughter.eot');/* IE9 */
}

/*******
========== Font Collections
*******/

.logo {
	margin-top: 10px;	
}

.facebook-logo {
	margin-top: 50px;	
}

#callus {
	color:#6f7176;
}

#headerh1 {
	text-align:right;
	margin-top:20px;
	font-family:Calibri;
	margin-bottom:10px;
}

.header-text-link {
	float:left;
	font-family: Exo;
	margin-right:20px;
	padding-right:20px;
	border-right:2px solid #000000;
}

.header-text-link-btn {
	float:left;
	margin-right:20px;
	padding-right:20px;
}

#nav-bar {
	padding-left:5px;
	height:100px;
	width:1266px;
	margin-top: -5px;
}

.navigator-btn {
	margin-right:3px;
	float:left;
}

/**
	--------- Nav button area
**/

.nav ul li {
	position:relative;
}

.nav li ul {
	position:absolute;
	left:0px;
	top:73px;
	opacity:0;
	-webkit-transition:opacity .7s;
	-moz-transition:opacity .7s;
	-ms-transition:opacity .7s;
	-o-transition:opacity .7s;
	visibility:hidden;
}

.nav li:hover ul {
	opacity:1;
	visibility:visible;
} 

.youtube {
	background: url(../images/youtube-nav-btn.png);
	width:174px;
	height:74px;
	margin-top: 4px;	
}

.youtube:hover {
	background: url(../images/youtube-hover-btn.png);
	width:174px;
	height:74px;
	margin-top: 4px;
}

.youtube-SUB-btn {
	background:#0e7cf4;
	background:-webkit-linear-gradient(top, #0e7cf4, #0062cc); /** BLUE **/
	background:-moz-linear-gradient(top, #0e7cf4, #0062cc);
	background:-ms-linear-gradient(top, #0e7cf4, #0062cc);
	background:-o-linear-gradient(top, #0e7cf4, #0062cc);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#0e7cf4", endColorstr="#0062cc",GradientType=0);
	width:174px;
	height:52px;
	text-align:center;
	line-height:52px;
	font-family:Calibri;
	font-weight:bold;
	color:#ffffff;
	text-shadow:2px 2px 2px #000000;
	font-size:1.2rem;
	border-top:1px solid #c1dae6;
}

.youtube-SUB-btn:hover {
	background:#fc786b;
	background:-webkit-linear-gradient(top, #fc786b, #ef3737 ); /** RED **/
	background:-moz-linear-gradient(top, #fc786b, #ef3737);
	background:-ms-linear-gradient(top, #fc786b, #ef3737);
	background:-o-linear-gradient(top, #fc786b, #ef3737);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#fc786b", endColorstr="#ef3737",GradientType=0);
}

.twitter {
	background: url(../images/twitter-nav-btn.png);
	width:176px;
	height:74px;
	margin-top: 4px;
}

.twitter:hover {
	background: url(../images/twitter-hover-btn.png);
	width:176px;
	height:74px;
	margin-top: 4px;
}

.twitter-SUB-btn {
	background:#0e7cf4;
	background:-webkit-linear-gradient(top, #0e7cf4, #0062cc); /** BLUE **/
	background:-moz-linear-gradient(top, #0e7cf4, #0062cc);
	background:-ms-linear-gradient(top, #0e7cf4, #0062cc);
	background:-o-linear-gradient(top, #0e7cf4, #0062cc);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#0e7cf4", endColorstr="#0062cc",GradientType=0);
	width:176px;
	height:52px;
	text-align:center;
	line-height:52px;
	font-family:Calibri;
	font-weight:bold;
	color:#ffffff;
	text-shadow:2px 2px 2px #000000;
	font-size:1.2rem;
	border-top:1px solid #c1dae6;
}

.twitter-SUB-btn:hover {
	background:#29b2df;
	background:-webkit-linear-gradient(top, #29b2df, #127292);
	background:-moz-linear-gradient(top, #29b2df, #127292);
	background:-ms-linear-gradient(top, #29b2df, #127292);
	background:-o-linear-gradient(top, #29b2df, #127292);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#29b2df", endColorstr="#127292",GradientType=0);
}

.facebook {
	background: url(../images/facebook-nav-btn.png);
	width:177px;
	height:74px;
	margin-top: 4px;
}

.facebook:hover {
	background: url(../images/facebook-hover-btn.png);
	width:177px;
	height:74px;
	margin-top: 4px;
}

.facebook-SUB-btn {
	background:-webkit-linear-gradient(top, #0e7cf4, #0062cc); /** BLUE **/
	background:-moz-linear-gradient(top, #0e7cf4, #0062cc);
	background:-ms-linear-gradient(top, #0e7cf4, #0062cc);
	background:-o-linear-gradient(top, #0e7cf4, #0062cc);
	width:176px;
	height:52px;
	text-align:center;
	line-height:52px;
	font-family:Calibri;
	font-weight:bold;
	color:#ffffff;
	text-shadow:2px 2px 2px #000000;
	font-size:1.2rem;
	border-top:1px solid #c1dae6;
}

.facebook-SUB-btn:hover {
	background:-webkit-linear-gradient(top, #456fc5, #3d64af);
	background:-moz-linear-gradient(top, #456fc5, #3d64af);
	background:-ms-linear-gradient(top, #456fc5, #3d64af);
	background:-o-linear-gradient(top, #456fc5, #3d64af);
}

.soundcloud {
	background: url(../images/soundcloud-nav-btn.png);
	width:177px;
	height:74px;
	margin-top: 4px;
}

.soundcloud:hover {
	background: url(../images/soundcloud-hover-btn.png);
	width:177px;
	height:74px;
	margin-top: 4px;
}

.soundcloud-SUB-btn {
	background:-webkit-linear-gradient(top, #0e7cf4, #0062cc); /** BLUE **/
	background:-moz-linear-gradient(top, #0e7cf4, #0062cc);
	background:-ms-linear-gradient(top, #0e7cf4, #0062cc);
	background:-o-linear-gradient(top, #0e7cf4, #0062cc);
	width:176px;
	height:52px;
	text-align:center;
	line-height:52px;
	font-family:Calibri;
	font-weight:bold;
	color:#ffffff;
	text-shadow:2px 2px 2px #000000;
	font-size:1.2rem;
	border-top:1px solid #c1dae6;
}

.soundcloud-SUB-btn:hover {
	background:-webkit-linear-gradient(top, #ed8837, #f74f0e);
	background:-moz-linear-gradient(top, #ed8837, #f74f0e);
	background:-ms-linear-gradient(top, #ed8837, #f74f0e);
	background:-o-linear-gradient(top, #ed8837, #f74f0e);
}

.vine {
	background: url(../images/vine-nav-btn.png);
	width:176px;
	height:74px;
	margin-top: 4px;
}

.vine:hover {
	background: url(../images/vine-hover-btn.png);
	width:176px;
	height:74px;
	margin-top: 4px;
}

.vine-SUB-btn {
	background:-webkit-linear-gradient(top, #0e7cf4, #0062cc); /** BLUE **/
	background:-moz-linear-gradient(top, #0e7cf4, #0062cc);
	background:-ms-linear-gradient(top, #0e7cf4, #0062cc);
	background:-o-linear-gradient(top, #0e7cf4, #0062cc);
	width:176px;
	height:52px;
	text-align:center;
	line-height:52px;
	font-family:Calibri;
	font-weight:bold;
	color:#ffffff;
	text-shadow:2px 2px 2px #000000;
	font-size:1.2rem;
	border-top:1px solid #c1dae6;
}

.vine-SUB-btn:hover {
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#00B489", endColorstr="#00B489",GradientType=0);
background:#00B489;
}

.instagram {
	background: url(../images/instagram-nav-btn.png);
	width:174px;
	height:74px;
	margin-top: 4px;
}

.instagram:hover {
	background: url(../images/instagram-hover-btn.png);
	width:174px;
	height:74px;
	margin-top: 4px;
}

.instagram-SUB-btn {
	background:-webkit-linear-gradient(top, #0e7cf4, #0062cc); /** BLUE **/
	background:-moz-linear-gradient(top, #0e7cf4, #0062cc);
	background:-ms-linear-gradient(top, #0e7cf4, #0062cc);
	background:-o-linear-gradient(top, #0e7cf4, #0062cc);
	width:176px;
	height:52px;
	text-align:center;
	line-height:52px;
	font-family:Calibri;
	font-weight:bold;
	color:#ffffff;
	text-shadow:2px 2px 2px #000000;
	font-size:1.2rem;
	border-top:1px solid #c1dae6;
}

.instagram-SUB-btn:hover {
	background:-webkit-linear-gradient(top, #a83e04, #592500);
	background:-moz-linear-gradient(top, #a83e04, #592500);
	background:-ms-linear-gradient(top, #a83e04, #592500);
	background:-o-linear-gradient(top, #a83e04, #592500);
}

.clientP {
	background: url(../images/client-portal-nav-btn.png);
	width:177px;
	height:74px;
	margin-top: 4px;
}

.clientP:hover {
	background: url(../images/client-portal-hover-btn.png);
	width:176px;
	height:74px;
	margin-top: 4px;
}

/**
	--------- END Nav button area
**/

#CenterHeader-TEXT {
	color:#ffffff;
	text-align:center;
	font-family:Arial;
	font-weight:bold;
	margin-top:20px;
	margin-bottom:20px;
}

section h1 {
	font-size:2.5rem;
	margin-bottom:5px;
}

/********
============ Css for Cards ======
*********/

.cardsCONTAINER {
	margin-top:-20px;
}

.card1{
	margin-top:80px;
	width:266px;
	box-shadow:-4px 2px 8px #1e1e1e;
	-moz-box-shadow:-4px 2px 8px #1e1e1e;
}


.card2{
	margin-top:50px;
	margin-left:-20px;
	background:#ffffff;
	height:440px;
	width:266px;
	box-shadow:-4px 2px 8px #1e1e1e;
	-moz-box-shadow:-4px 2px 8px #1e1e1e;
	display: none;
}

.card3{
	margin-top:20px;
	margin-left:-20px;
	background:#ffffff;
	width:266px;
	height:470px;
	box-shadow:-4px 2px 8px #1e1e1e;
	-moz-box-shadow:-4px 2px 8px #1e1e1e;
	display: none;
}

.card4{
	margin-top:50px;
	margin-left:-20px;
	background:#ffffff;
	height:440px;
	width:266px;
	box-shadow:-4px 2px 8px #1e1e1e;
	-moz-box-shadow:-4px 2px 8px #1e1e1e;
	display: none;
}

.card5{
	margin-top:80px;
	margin-left:-20px;
	width:266px;
	box-shadow:-4px 2px 8px #1e1e1e;
	-moz-box-shadow:-4px 2px 8px #1e1e1e;
	display: none;
}

.facebook-head {
	background: url(../images/facebook/fb-head-card.png);
	width: 266px;
	height: 84px;
	padding-top: 5px;
}

.facebook-head p {
	text-align: center;
	font-size: 2rem;
	text-shadow:2px 2px #000000;
	font-family: "Myriad Pro";
	color: #ffffff;
}

.facebook-head p.fbp {
	text-align: center;
	font-size: 1.2rem;
	font-family: "Myriad Pro";
	color: #ffffff;
	margin-left: 19px;
	margin-top: 10px;		
}

#bodycard {
	margin-top:-5px;
	padding-top:10px;
	text-align:center;
	background:#ffffff;
	width:266px;
	height:320px;
	font-family:Impact;
}

#bodycard h1{
font-family:Arial, Calibri, Sans;
font-weight:bolder;
font-size:4em;
}

#bodycard h3, #bodycard h2 {
	font-family:"Myriad Pro";
}

.facebook1000-startTODAY-btn {
	background:#60b4fc;
	background:-webkit-linear-gradient(top, #60b4fc ,#326dc8);
	background:-moz-linear-gradient(top, #60b4fc ,#326dc8);
	background:-ms-linear-gradient(top, #60b4fc ,#326dc8);
	background:-o-linear-gradient(top, #60b4fc ,#326dc8);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#60b4fc", endColorstr="#326dc8",GradientType=0);
	border-radius:8px;
	-moz-border-radius:8px;
	line-height:48px;
	height:48px;
	width:194px;
	color:#ffffff;
	margin-bottom:10px;
	font-family:archDaughter;
	box-shadow:3px 3px 5px #606060;
}

.facebook2500-startTODAY-btn {
	background:#60b4fc;
	background:-webkit-linear-gradient(top, #60b4fc ,#326dc8);
	background:-moz-linear-gradient(top, #60b4fc ,#326dc8);
	background:-ms-linear-gradient(top, #60b4fc ,#326dc8);
	background:-o-linear-gradient(top, #60b4fc ,#326dc8);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#60b4fc ", endColorstr="#326dc8",GradientType=0);
	border-radius:8px;
	-moz-border-radius:8px;
	line-height:48px;
	height:48px;
	width:194px;
	color:#ffffff;
	margin-bottom:10px;
	font-family: "Architects Daughter";
	box-shadow:3px 3px 5px #606060;
}

.facebook5000-startTODAY-btn {
	background:#60b4fc;
	background:-webkit-linear-gradient(top, #60b4fc ,#326dc8);
	background:-moz-linear-gradient(top, #60b4fc ,#326dc8);
	background:-ms-linear-gradient(top, #60b4fc ,#326dc8);
	background:-o-linear-gradient(top, #60b4fc ,#326dc8);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#60b4fc ", endColorstr="#326dc8",GradientType=0);
	border-radius:8px;
	-moz-border-radius:8px;
	line-height:48px;
	height:48px;
	width:194px;
	color:#ffffff;
	margin-bottom:10px;
	font-family: "Architects Daughter";
	box-shadow:3px 3px 5px #606060;
}

.facebook10000-startTODAY-btn {
	background:#60b4fc;
	background:-webkit-linear-gradient(top, #60b4fc ,#326dc8);
	background:-moz-linear-gradient(top, #60b4fc ,#326dc8);
	background:-ms-linear-gradient(top, #60b4fc ,#326dc8);
	background:-o-linear-gradient(top, #60b4fc ,#326dc8);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#60b4fc ", endColorstr="#326dc8",GradientType=0);
	border-radius:8px;
	-moz-border-radius:8px;
	line-height:48px;
	height:48px;
	width:194px;
	color:#ffffff;
	margin-bottom:10px;
	font-family: "Architects Daughter";
	box-shadow:3px 3px 5px #606060;
}

.facebook20000-startTODAY-btn {
	background:#60b4fc;
	background:-webkit-linear-gradient(top, #60b4fc ,#326dc8);
	background:-moz-linear-gradient(top, #60b4fc ,#326dc8);
	background:-ms-linear-gradient(top, #60b4fc ,#326dc8);
	background:-o-linear-gradient(top, #60b4fc ,#326dc8);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#60b4fc ", endColorstr="#326dc8",GradientType=0);
	border-radius:8px;
	-moz-border-radius:8px;
	line-height:48px;
	height:48px;
	width:194px;
	color:#ffffff;
	margin-bottom:10px;
	font-family: "Architects Daughter";
	box-shadow:3px 3px 5px #606060;
}

#Shadow-under-cards {
	margin-top:-50px;
}

/********
============ END of Css for Cards ======
*********/

/*FACEBOOK GOODIES AND SIGN UP TODAY*/
.fb-icon-goodies {
	float:left;
	margin-top:50px;
	margin-top:50px;
	margin-left:50px;
	margin-right:20px;
	margin-bottom:50px;
}

.Sign-up-goodies {
	margin-top:100px;
	font-family: Arial, Helvetica, sans-serif;
	font-size:2rem;	
}

.Sign-up-goodies span {
	color:#3b589e;
}

.Sign-up-goodies h2 {
	color:#4f4f4f;
	font-size:4rem;
}

.Sign-up-goodies p {
	color:#4f4f4f;
	margin:15px 0px 60px 30px;	
}

.Sign-up-goodies h4 {
	color:#4f4f4f;
}

.Sign-up-goodies a {
	background:#7384b0;
	background:-webkit-linear-gradient(top, #7384b0, #3e5a9f);
	background:-moz-linear-gradient(top, #7384b0, #3e5a9f);
	background:-ms-linear-gradient(top, #7384b0, #3e5a9f);
	background:-o-linear-gradient(top, #7384b0, #3e5a9f);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#7384b0", endColorstr="#3e5a9f",GradientType=0);
	color:#ffffff;
	font-weight:bold;
	border-radius:20px;
	margin-top:120px;
	padding:20px 40px 20px 40px;
	font-size:2rem;	
}

.supplier {
	font-family: Arial, Helvetica, sans-serif;
	font-size:2rem;
	text-align:center;
	margin-top:10px;
}

.supplier h5 {
	color:#787677;	
}

.supplier span {
	color:#3b589e;	
}

.supplier h2 {
	color:#3b589e; 	
}

.shadow-bar {
	margin-left:100px;
	margin-bottom:20px;
}

/*FACEBOOK GOODIES AND SIGN UP TODAY*/

/*BODY CONTAINER ---->  TEXTS/PARAGRAPHS*/

.body-container {	
	font-family:Arial, Helvetica, sans-serif;
	text-align:justify; 
	font-size:1.5rem;
	width:1266px;
	color:#545454;
}

.body-container span {
	font-size:4rem;	
	font-weight: bold;
}

.Body-Content {
	margin-top:58px;
}

.title p {
	font-size:3rem; /*buy facebook likes*/
	text-align:center;
	font-weight:bold;
}

.shadow-bar2 {
	margin-left:100px;
	margin-top:20px;
	margin-bottom:20px;	
}

/*BODY CONTAINER ---->  TEXTS/PARAGRAPHS*/

/*steps--HOW IT WORKS*/

.how-it-works {
	text-align:center;
	color:#737373;	
	font-family: Arial, Helvetica, sans-serif;
	font-size:2rem;	
}

.how-it-works span{
	color:#3b589e;	
}

.step1 {
	float:left;
	margin-left:80px;
	margin-right:50px;
	padding-top:25px;	
}

.step2 {
	float:left;
	margin-top:75px;
	margin-right:100px;
	margin-left:100px;
	padding-top:75px;	
}

.step3 {
	float: right;
	padding-top:25px;
	margin-left:50px;
	margin-right:80px;	
}

.under-comment-container {
	text-align:center;
	font-family: Exo;
	color:#006188;
	font-size:1.5rem;
}

.under-comment-container span {
	font-weight:bold;	
}

.under-comment-container a {
	background:#7080a9;
	background:-webkit-linear-gradient(top, #7080a9, #3f5b9f);
	background:-moz-linear-gradient(top, #7080a9, #3f5b9f);
	background:-ms-linear-gradient(top, #7080a9, #3f5b9f);
	background:-o-linear-gradient(top, #7080a9, #3f5b9f);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#7080a9", endColorstr="#3f5b9f",GradientType=0);
	color:#ffffff;
	font-size:3rem;
	font-family:"Bebas Neue";
	padding:7px 35px 7px 35px;
	border-radius:15px;
	border:1px solid #000000;
}

/*steps--HOW IT WORKS*/

/*FOOTER*/
.under-comment-container {
	font-family: Arial;
	color: #006186;
	text-align: center;
	margin-bottom: 80px;
}

.under-comment-container span {
	font-weight: bold;
}

.under-comment-container p {
	font-size: 1.5em;
	margin-bottom: 40px;
}

.under-comment-container a {
	background:#527b9a;
	background: -webkit-linear-gradient(top, #527b9a, #426c8b);
	background: -moz-linear-gradient(top, #527b9a, #426c8b);
	background: -ms-linear-gradient(top, #527b9a, #426c8b);
	background: -o-linear-gradient(top, #527b9a, #426c8b);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#527b9a", endColorstr="#426c8b",GradientType=0);
	color: #ffffff;
	font-size: 3rem;
	font-family: "Bebas Neue";
	padding: 10px 50px 10px 50px;
	border-radius: 15px;
	border: 1px solid #000000;
}

.footer-bg {
	background: url(../images/footer-bg.jpg) bottom center;
	background-repeat: repeat-x;
	width: 100%;
}

.footer h2 {
	font-family: Arial;
	font-weight: bold;
	color: #005f87;
	font-size: 2rem;
	padding-top: 50px;
	margin-bottom: 50px;
}

.footer {
	background: url(../images/footer-bg.jpg);
	width: 1266px;
	font-family: Arial;
	color: #005f87;
	text-align: center;
}

.footer a {
	font-family: Arial;
	color: #005f87;
}

.footer ul {
	padding-bottom: 40px;
	margin-left: 100px;
}

.footer ul:nth-child(2) {
	margin-left: 350px;
}

.last-link-footer a {
	font-weight: bold;
}

.sitemap a {
 border-right: 0px;
}

.last-link-footer li:nth-child(1) {
	color: #000000;
}

.top-link {
	float: left;
	margin-right: 20px;
	padding-right: 20px;
}

.bottom-link {
	float: left;
	margin-right: 20px;
	padding-right: 20px;
	border-right: 2px solid #000000;
}

.bottom-link:nth-child(1) {
	border: 0px;
}

/*FOOTER*/