body {
font: 100%/1.4 'AvenirLTStd55Roman', Verdana, Arial, Helvetica, sans-serif;
background: #FFF;
margin: 0;
padding: 0;
color: #000;
}

/* ~~ Element/tag selectors ~~ */
ul, ol, dl {
padding: 0;
margin: 0;
}

h1, h2, h3, h4, h5, h6 {
margin-top: 0;
padding-right: 15px;
padding-left: 15px;
}


h1 {
color: #595959;
font-size:28px;
font-family:"AvenirLTStd55Roman";
}

h2 {
font-size:95%;
font-family:"AvenirLTStd55Roman";
}

h3 {
font-size:75%;
font-family:"AvenirLTStd55Roman";
}

strong {
font-family:"AvenirLTStd85Heavy";
}

a img { /* this selector removes the default blue border displayed in some browsers around an image when it is surrounded by a link */
border: none;
}

a:link {
color:#414958;
text-decoration: underline;
}

a:visited {
color: #4E5869;
text-decoration: underline;
}

a:hover, a:active, a:focus {
text-decoration: none;
}

/* ~~ this container surrounds all other divs giving them  ~~ */
.container {
width: 100%;
max-width: 1360px;
min-width: 960px;
background: #FFF;
margin: 0 auto;
}

.content {
padding: 30px 0;
width: 960px;
margin: 0 auto;
}

.content ul, .content ol {
padding: 0 15px 15px 40px;
}

.center {
width: 960px;
height: 100%;
margin: 0 auto;
}
.nav-bar {
position:fixed;
top:0;
left:0;
width: 100%;
height: 160px;
background-color:#FFF;
z-index: 30005;
margin: 0;
padding:0;
}

.logo {
	background: url(../images/sprt.png) no-repeat 0 0;
	width: 330px;
	height: 63px;
	padding: 0;
	float: left;
	text-indent: -9999px;
	margin-top: 51px;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 14px;
}

.navigation {
margin: -9px -13px 0 0;
padding:0;
float: right;
}

.navigation ul {
list-style: none;
}

.navigation ul li {
margin:0;
font:104% "Myriad Pro";
float: left;
width: auto;
height: 80px;
margin-right: 20px;
padding-top: 83px;
vertical-align:bottom;
background-color: #FFF;
color:#595959;
display:block;
}

.navigation ul li a {
padding: 83px 6px 5px 6px;
background-color: #FFF;
color:#595959;
text-decoration:none;
-webkit-transition: all .4s ease;
-moz-transition: all .4s ease;
-ms-transition: all .4s ease;
-o-transition: all .4s ease;
transition: all .4s ease;
}

.navigation ul li a:hover {
background-color: #FF0000;
color:#FFF;
border-bottom:solid thick #eee;
-webkit-transition: all .4s ease;
-moz-transition: all .4s ease;
-ms-transition: all .4s ease;
-o-transition: all .4s ease;
transition: all .4s ease;
}

#slider {
width: 961px;
margin: 0 auto;
height: 325px;
overflow: hidden;
}

#slider div {
	position: fixed;
	top: 0;
	left: 0;
	width: 950px;
	max-width: 960px;
	height: 321px;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
}

#nav {
	width: 200px;
	height: 9px;
	z-index: 100;
	position: relative;
	top: -40px;
	left: 46.1%;
}

#nav li {
width: 18px;
height: 18px;
float: left;
margin: 8px;
list-style: none;
}

#nav a {
width: 18px;
height: 18px;
display: block;
background:url(../images/bullets.png) no-repeat 0 0;
}
#nav li.activeSlide a {
width: 18px;
height: 18px;
background:url(../images/bullets.png) no-repeat -20px 0;
}

.page-header-shift-down {
margin-top: 130px;
}

#slider div h2 {
color:#FFF;
}

#slider div .slide-title-red {
display:inline-block;
width:auto;
margin:100px 0 0 30px;
font-size: 32px;
height: 10%;
background-color: rgba(255,0, 0, 0.5);
-webkit-box-shadow: 0 1px 4px rgba(100, 100, 100, 0.5);
-moz-box-shadow: 0 1px 4px rgba(100, 100, 100, 0.5);
box-shadow: 0 1px 4px rgba(100, 100, 100, 0.5);
}

#slider div .slide-title-grey {
display:inline-block;
width:auto;
margin:1px 0 0 30px;
padding: 0;
font-size: 32px;
height: 10%;
vertical-align:baseline;
background-color: rgba(122,122, 122, 0.6);
-webkit-box-shadow: 0 1px 4px rgba(100, 100, 100, 0.5);
-moz-box-shadow: 0 1px 4px rgba(100, 100, 100, 0.6);
box-shadow: 0 1px 4px rgba(100, 100, 100, 0.6);
}

#slider div .slide-title-grey-dark {
display:inline-block;
width:auto;
margin:1px 0 0 30px;
padding: 0;
font-size: 32px;
height: 10%;
vertical-align:baseline;
background-color: rgba(61,61, 61, 0.8);
-webkit-box-shadow: 0 1px 4px rgba(100, 100, 100, 0.8);
-moz-box-shadow: 0 1px 4px rgba(100, 100, 100, 0.8);
box-shadow: 0 1px 4px rgba(100, 100, 100, 0.8);
}

.da-link:link, .da-link:visited {
	width: 153px;
	height: 28px;
	margin: 0;
	padding: 5px;
	font-size: 16px;
	font-style: normal;
	text-decoration: none;
	background-color: #900;
	position: absolute;
	top: 530px;
	left: 520px;
	color: #FFF;
	background: url(../images/slider-1-btn.png) no-repeat;
}

.da-link:hover {
font-style:none;
}

.social-slider-list {
	list-style: none;
	position: fixed;
	top: 1386px;
	left: 448px;
}

.social-slider-list li {
float:right;
margin-right: 17px;
}

.social-slider-list .fb {
width:116px;
height:117px;
background: url(../images/social-slider.png) 0 0 no-repeat;
z-index: 1000;
}

.social-slider-list .tw {
width:116px;
height:117px;
background: url(../images/social-slider.png) -117px 0 no-repeat;
z-index: 1000;
}

.social-slider-list .lnkdin {
width:116px;
height:117px;
background: url(../images/social-slider.png) -234px 0 no-repeat;
z-index: 1000;
}

.social-slider-list .pin {
width:116px;
height:117px;
background: url(../images/social-slider.png) -351px 0 no-repeat;
z-index: 1000;
}

.social-slider-list li a {
width: 100%;
height: 100%;
display: block;
}

.work-dashed-line {
width:100%;
text-align:center; 
border-bottom:#666 thin dashed;
position:relative;
margin:10px 0 50px 0;
}

.work-showmore:link,.work-showmore:visited {
padding:8px;
color:#FFF;
background-color:#F00; width: 130px; 
height: 20px; 
position:absolute; 
left: 41%; 
top:-15px;
text-decoration:none;
-webkit-transition: all .4s ease;
-moz-transition: all .4s ease;
-ms-transition: all .4s ease;
-o-transition: all .4s ease;
transition: all .4s ease;
}

.work-showmore:hover {
color:#F00;
background-color:#FFF;
-webkit-transition: all .4s ease;
-moz-transition: all .4s ease;
-ms-transition: all .4s ease;
-o-transition: all .4s ease;
transition: all .4s ease;
}

.servicesicon-ui {
background:url(../images/sprt.png) 0 -60px no-repeat;
width: 44px;
height: 48px;
margin: 10px 30px 10px 30px;
float:left;
}

.servicesicon-mobd {
background:url(../images/sprt.png) -44px -60px no-repeat;
width: 24px;
height: 48px;
margin: 10px 30px 10px 30px;
float:left;
}

.servicesicon-webd {
background:url(../images/sprt.png) -67px -60px no-repeat;
width: 30px;
height: 48px;
margin: 10px 30px 10px 30px;
float:left;
}

.servicesicon-mkt {
background:url(../images/sprt.png) -96px -60px no-repeat;
width: 55px;
height: 48px;
margin: 10px 40px 10px 30px;
float:left;
}

.icon-title {
margin: 20px 0 0 -30px;
}

.para-box {
width: 48.0%;
height:auto;
display:inline;
float: left;
position:relative;
margin-left: 1%;
margin-right: 1%;
font-size: 90%;
}

.para-box p {
font-family:'AvenirLTStd55Roman',Verdana, Geneva, sans-serif;
}
.para-box strong {
font-size:111%;
font-weight:normal;
}

.grid4-3col {
float:left;
width:28.333%;
display:inline;
position:relative;
margin-left: 2.6%;
margin-right: 2.6%;
}
 
.about-grid4-3col {
float:left;
width:27.2%;
height:auto;
display:inline;
position:relative;
margin-left: 0;
margin-right: 58px;
font-size: 14px;
font-style:normal;
font-family: 'AvenirLTStd55Roman';
}

.about-h2 {
padding:0; 
color:#000; 
font-family:'AvenirLTStd85Heavy',Verdana, Geneva, sans-serif;
font-size:111%;
font-weight:normal;
}
.about-grid4-3col h3 {
padding: 0;
margin:30px 0 25px 0;
font-family:'AvenirLTStd85Heavy',Verdana, Geneva, sans-serif;
font-size:16px;
font-weight: normal;
}
.about-image-right {
width: 305px; 
height:224px; 
text-align:left;
padding-right: 45px; margin-top: 25px;
}

.grid3-4col {
width:23.0%;
float:left;
display:inline;
float: left;
position:relative;
margin-left: 1%;
margin-right: 1%;
}


/* ~~ miscellaneous float/clear classes ~~ */
.fltrt {
float: right;
margin-left: 8px;
}

.fltlft {
float: left;
margin-right: 8px;
}

.clearfloat {
clear:both;
height:0;
font-size: 1px;
line-height: 0px;
}

.adjust-80 {
width: 97%;
margin-left:16px;
}

.adjust-90 {
width: 100%;
margin-left: 24px;
margin-right: 24px;
}

.red {
color:#F00;
}

.info-home {
width: auto;
padding: 38px 0 30px 0;
margin-left: 25px;
margin-right: 25px; 
color:#FFF;
}

.info-home span.title {
font-family:'AvenirLTStd85Heavy';
color:#FF0000;
}

.info-home span.detail {
color:#FFF;
}

.sperator {
width: 18px;
height:30px;
text-align:center;
margin-top: 30px;
}

.showcase-box {
display:block;
margin: 20px 46px 30px 0;
width: 273px;
height:130px;
background-color:#EDEDED;
border-radius: 7px;
-moz-border-radius: 7px;
-webkit-border-radius: 7px;
-webkit-box-shadow: 1px 1px 10px 4px #ff0000;
-moz-box-shadow: 1px 1px 10px 4px #ff0000;
box-shadow: 1px 1px 4px 2px #CCC;
}

/*.showcase-info {
	left: 0;
	top: 0;
	background-color:#999;
	opacity: 0;
  width:93%;
  height: 85%;
	cursor:pointer;
	-moz-border-radius: 7px;
	-webkit-border-radius: 7px;
	border-radius: 7px;
	border-bottom: 3px solid #F20000;
	z-index: 100px;
	-webkit-transition: all .4s ease;
	-moz-transition: all .4s ease;
	-ms-transition: all .4s ease;
	-o-transition: all .4s ease;
	transition: all .4s ease;
	padding: 10px;
	margin:  0;
	position: relative;
}
.showcase-info p {
  color:#FFF;
}
.showcase-info:hover {
	width:93%;
	height: 85%;
	opacity: 0.9;
	background-color: #666;
	-webkit-transition: all .4s ease;
	-moz-transition: all .4s ease;
	-ms-transition: all .4s ease;
	-o-transition: all .4s ease;
	transition: all .4s ease;
}*/

.showcase-box-image1 {
background: url(../images/aap-image.jpg) 0 0 no-repeat
}

.showcase-box-image2 {
background: url(../images/bennet-design.jpg) 0 0 no-repeat
}

.showcase-box-image3 {
background: url(../images/tt-design.jpg) 0 0 no-repeat
}

.more {
background-color: #C00;
color:#FFF;
-moz-border-radius: 7px;
-webkit-border-radius: 7px;
border-radius: 7px;
padding:4px;
}

.more:link, .more:visited {
color:#FFF;
}

.footer-box-wrapper {
display: block;
padding: 0 14px 0 14px;
margin: 0;
}

.footerbox-up {
margin-top: 10px;
display:block;
width: 393px;
height:153px;
background-color:#999;
-moz-border-radius-topleft: 5px;
-moz-border-radius-topright: 5px;
-moz-border-radius-bottomright: 0px;
-moz-border-radius-bottomleft: 0px;
-webkit-border-radius: 5px 5px 0px 0px;
border-radius: 5px 5px 0px 0px;
border: 1px solid #CCC;
background: rgb(247,248,249); /* Old browsers */
background: -moz-radial-gradient(center, ellipse cover, rgba(247,248,249,1) 24%, rgba(224,226,229,1) 100%); /* FF3.6+ */
background: -webkit-gradient(radial, center center, 0px, center center, 100%, color-stop(24%, rgba(247,248,249,1)), color-stop(100%, rgba(224,226,229,1))); /* Chrome,Safari4+ */
background: -webkit-radial-gradient(center, ellipse cover, rgba(247,248,249,1) 24%, rgba(224,226,229,1) 100%); /* Chrome10+,Safari5.1+ */
background: -o-radial-gradient(center, ellipse cover, rgba(247,248,249,1) 24%, rgba(224,226,229,1) 100%); /* Opera 12+ */
background: -ms-radial-gradient(center, ellipse cover, rgba(247,248,249,1) 24%, rgba(224,226,229,1) 100%); /* IE10+ */
background: radial-gradient(center, ellipse cover, rgba(247,248,249,1) 24%, rgba(224,226,229,1) 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f7f8f9', endColorstr='#e0e2e5', GradientType=1 ); /* IE6-9 fallback on horizontal gradient */
}

.footerbox-bottom {
margin-top: 0px;
display:block;
width: 393px;
height:61px;
background-color:#900;
-moz-border-radius-bottomleft: 5px;
-moz-border-radius-bottomright: 5px;
-moz-border-radius-topright: 0px;
-moz-border-radius-topleft: 0px;
-webkit-border-radius: 0px 0px 5px 5px;
border-radius: 0px 0px 5px 5px;
border:thin solid #900;
background: rgb(209,72,72); /* Old browsers */
background: -moz-radial-gradient(center, ellipse cover, rgba(209,72,72,1) 10%, rgba(178,27,27,1) 70%); /* FF3.6+ */
background: -webkit-gradient(radial, center center, 0px, center center, 100%, color-stop(10%, rgba(209,72,72,1)), color-stop(70%, rgba(178,27,27,1))); /*Chrome,Safari4+ */
background: -webkit-radial-gradient(center, ellipse cover, rgba(209,72,72,1) 10%, rgba(178,27,27,1) 70%); /* Chrome10+,Safari5.1+ */
background: -o-radial-gradient(center, ellipse cover, rgba(209,72,72,1) 10%, rgba(178,27,27,1) 70%); /* Opera 12+ */
background: -ms-radial-gradient(center, ellipse cover, rgba(209,72,72,1) 10%, rgba(178,27,27,1) 70%); /* IE10+ */
background: radial-gradient(center, ellipse cover, rgba(209,72,72,1) 10%, rgba(178,27,27,1) 70%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#d14848', endColorstr='#b21b1b', GradientType=1 ); /* IE6-9 fallback on horizontal gradient */
}

.subscribe-title {
width: 320px;
height: 20px;
background: url(../images/sprt.png) no-repeat 0 -198px;
margin: 28px 28px 0 28px;
}

.connected-title {
width: 248px;
height: 20px;
background: url(../images/sprt.png) no-repeat 0 -221px;
margin: 28px;
}

.contact-info-bar {
background-color:#3C3C3C;
width:960px;
height: 115px;
margin: 0 auto;
margin-top: -10px;
}

.contact-info-bar-page2 {
background-color:#3C3C3C;
width:960px;
height: 115px;
margin: 0 auto;
margin-top: 25px;	
}

.email-icon {
width: 68px;
height: 66px;
background: url(../images/sprt.png) no-repeat -1px -244px;
margin: 15px 0 0 28px;
}

.footerbox-up input {
-webkit-border-radius: 5px;
-moz-border-radius: 5px;
outline: none;
width: 209px;
height: 28px;
float:right;
margin: -45px 45px 0 0;
border-top: 1px solid #A2A2A2;
border-right: 1px solid #A2A2A2;
border-bottom: 1px solid #FFF;
border-left: 1px solid #FFF;
color: #717171;
padding: 3px;
background: rgb(238,238,238); /* Old browsers */
background: -moz-linear-gradient(top, rgba(238,238,238,1) 25%, rgba(216,216,216,1) 96%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(25%, rgba(238,238,238,1)), color-stop(96%, rgba(216,216,216,1))); 
/* Chrome,Safari4+ */
background: -webkit-linear-gradient(top, rgba(238,238,238,1) 25%, rgba(216,216,216,1) 96%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top, rgba(238,238,238,1) 25%, rgba(216,216,216,1) 96%); /* Opera 11.10+ */
background: -ms-linear-gradient(top, rgba(238,238,238,1) 25%, rgba(216,216,216,1) 96%); /* IE10+ */
background: linear-gradient(top, rgba(238,238,238,1) 25%, rgba(216,216,216,1) 96%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#eeeeee', endColorstr='#d8d8d8', GradientType=0 ); /* IE6-9 */
}

.bottom-box-text {
margin: 20px 28px 0 28px;
color:#FFF;
font-size: 85%;
font-family: 'AvenirLTStd55Roman',Verdana, Geneva, sans-serif;
}

.social ul {
list-style:none;
}

.social ul li {
width:68px;
height:88px;
display: block;
float: left;
}

button.subscribe {
font-family: Arial, Helvetica, sans-serif;
font-size: 14px;
color: #ffffff;
padding: 10px 20px;
background: -moz-linear-gradient( top, #666666 0%, #3b3b3b 50%, #202020);
background: -webkit-gradient( linear, left top, left bottom, from(#666666), color-stop(0.50, #3b3b3b), to(#202020));
border-radius: 10px;
-moz-border-radius: 10px;
-webkit-border-radius: 10px;
border: 1px solid #C00;
-moz-box-shadow: 0px 1px 3px rgba(000,000,000,0.5), inset 0px 0px 1px rgba(255,255,255,0.6);
-webkit-box-shadow: 0px 1px 3px rgba(000,000,000,0.5), inset 0px 0px 1px rgba(255,255,255,0.6);
text-shadow: 0px -1px 0px rgba(000,000,000,1), 0px 1px 0px rgba(255,255,255,0.2);
cursor: pointer;
}

ul.connect-icons {
margin-top: -35px;
list-style: none;
padding-left: 35px;
}

ul.connect-icons li {
float:left;
margin-right: 0px;
display:block;
}

ul.connect-icons li.fb-icon {
width: 81px;
height: 86px;
background:url(../images/sprt.png) no-repeat -166px -106px;
}

ul.connect-icons li.twitter-icon {
width: 81px;
height: 86px;
background:url(../images/sprt.png) no-repeat -5px -106px;
}

ul.connect-icons li.linkedin-icon {
width: 81px;
height: 86px;
background:url(../images/sprt.png) no-repeat -85px -106px;
}

ul.connect-icons li.mail-icon {
width: 81px;
height: 86px;
background:url(../images/sprt.png) no-repeat -244px -106px;
}

ul.connect-icons li a, ul.connect-icons li a:visited {
display:block;
width: 100%;
height: 100%;
}

ul.connect-contact-icons {
list-style: none;
padding: 0;
margin-left: -10px;
}

ul.connect-contact-icons li {
float:left;
margin-right: 0px;
display:block;
}

ul.connect-contact-icons li.fb-icon {
width: 58px;
height: 61px;
background:url(../images/social-conatcts.png) no-repeat 0 0;
}

ul.connect-contact-icons li.twitter-icon {
width: 58px;
height: 61px;
background:url(../images/social-conatcts.png) no-repeat -62px 0;
}

ul.connect-contact-icons li.linkedin-icon {
width: 58px;
height: 61px;
background:url(../images/social-conatcts.png) no-repeat -118px 0;
}

ul.connect-contact-icons li.mail-icon {
width: 58px;
height: 61px;
background:url(../images/social-conatcts.png) no-repeat -178px 0;
}

ul.connect-contact-icons li a, ul.connect-contact-icons li a:visited {
display:block;
width: 100%;
height: 100%;
}

.footer-main {
color:2A2D30;
font-size:12px;
margin-top:27px;
}

ul.footer-nav {
width: 100%;
display:block;
list-style: none;
font-size: 14px;
font-family:"AvenirLTStd55Roman";
padding: 2px 0 20px 0;
}

ul.footer-nav li {
float:left;
margin-right: 20px;
}

ul.footer-nav li a {
color:#000;
text-decoration:none;
}

ul.footer-nav li a:hover {
color:#333;
}
/*SERVICES PAGE */
.service-para-box {
width: 450px;
height: 200px;
margin: 0 20px 0 30px;
}

.service-title {
font-size:111%;
color:#000;
font-weight:normal;
font-family: 'AvenirLTStd55Roman';
}

.service-txt {
color: #333;
font-size:90%;
margin-left: 16px;
}

.service-top-adj-first {
margin-top: 10px;
}

.service-top-adj {
margin-top: 76px;
}


/*CONTACT PAGE */
.contact-left {
margin-left: 35px;
width:250px;
height:auto;
}

.contact-right {
margin-left: 35px;
width: 520px;
height:auto;
margin-right: 50px;
color:#404040;
}

.contact_btn {
display:block;
width: 210px;
height:30px;
background-color:#404040;
text-align:center;
padding: 9px 0 0 0;
border: #FFF 3px solid;
border-radius: 8px;
}

.selected_btn {
border: #FF3F40 3px solid;
border-radius: 8px;
}

.contact_btn:link, .contact_btn:visited {
color:#FFF;
text-decoration:none;
-webkit-transition: all .4s ease;
-moz-transition: all .4s ease;
-ms-transition: all .4s ease;
-o-transition: all .4s ease;
transition: all .4s ease;
}

.contact_btn:hover {
-webkit-transition: all .4s ease;
-moz-transition: all .4s ease;
-ms-transition: all .4s ease;
-o-transition: all .4s ease;
transition: all .4s ease;
border: #FF0000 3px solid;
}

.contact-right label {
display:block;
font-style:normal;
}

.contact-right input[type=text], .contact-right input[type=file] {
border-radius: 5px;
background-color:#404040;
width: 237px;
height:28px;
outline:none;
border:#fff solid 3px;
margin-bottom: 8px;
color:#FFF;
font-size: 110%;
padding: 2px;
-webkit-transition: all .1s ease;
-moz-transition: all .1s ease;
-ms-transition: all .1s ease;
-o-transition: all .1s ease;
transition: all .1s ease;
}

.contact-right input[type="file"] {
-moz-appearance: none;
white-space: nowrap;
cursor: pointer;
-moz-binding: none;
border-style: none !important;
}

.contact-right input[type="file"] > input[type="text"] {
border-color: inherit;
background-color: inherit;
color: inherit;
font-size: inherit;
height: inherit;
cursor: pointer;
}

/* button part of file selector */
.contact-right input[type="file"] > input[type="button"] {
height: inherit;
font-size: inherit;
margin: -20px;
position:relative;
}

.contact-right textarea {
border-radius: 5px;
background-color:#404040;
width: 505px;
height:133px;
outline:none;
border:none;
margin-bottom: 8px;
padding: 5px;
color:#FFF;
font-size: 110%;
}

.contact_submit_btn[type=submit], .contact_submit_btn[type=button] {
float: right;
padding:5px;
cursor: pointer;
border-radius: 5px;
background-color:#404040;
width: 30%;
height:33px;
outline:none;
color:#FFF;
font-size: 108%;
border:none;
display:block;
}

.contact_submit_btn-shift-up {
margin-top: -26px;
}

.shift-up-code {
margin-top: -8px;
}

.question-form, .resume-form {
display:none;
}

.form-upload-btn{
padding: 5px;
font-size: 16px;
font-style:normal;
text-decoration:none;
outline:none;
border: none;
position:absolute;
top: 35px;
left:130px;
color:#FFF;
background-color:#900;
background: rgb(192,39,45);
background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIxMDAlIiB5Mj0iMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2MwMjcyZCIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNmMDU2M2QiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
background: -moz-linear-gradient(left, rgba(192,39,45,1) 0%, rgba(240,86,61,1) 100%);
background: -webkit-gradient(linear, left top, right top, color-stop(0%, rgba(192,39,45,1)), color-stop(100%, rgba(240,86,61,1)));
background: -webkit-linear-gradient(left, rgba(192,39,45,1) 0%, rgba(240,86,61,1) 100%);
background: -o-linear-gradient(left, rgba(192,39,45,1) 0%, rgba(240,86,61,1) 100%);
background: -ms-linear-gradient(left, rgba(192,39,45,1) 0%, rgba(240,86,61,1) 100%);
background: linear-gradient(to right, rgba(192,39,45,1) 0%, rgba(240,86,61,1) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#c0272d', endColorstr='#f0563d', GradientType=1 );
-moz-border-radius: 7px;
-webkit-border-radius: 7px;
border-radius: 7px;
cursor:pointer;
}

.standard-link:link, .standard-link:visited {
width:auto;
margin: 0;
padding: 5px;
font-size: 16px;
font-style:normal;
text-decoration:none;
background-color:#900;
color:#FFF;
background: rgb(192,39,45);
background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIxMDAlIiB5Mj0iMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2MwMjcyZCIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNmMDU2M2QiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
background: -moz-linear-gradient(left, rgba(192,39,45,1) 0%, rgba(240,86,61,1) 100%);
background: -webkit-gradient(linear, left top, right top, color-stop(0%, rgba(192,39,45,1)), color-stop(100%, rgba(240,86,61,1)));
background: -webkit-linear-gradient(left, rgba(192,39,45,1) 0%, rgba(240,86,61,1) 100%);
background: -o-linear-gradient(left, rgba(192,39,45,1) 0%, rgba(240,86,61,1) 100%);
background: -ms-linear-gradient(left, rgba(192,39,45,1) 0%, rgba(240,86,61,1) 100%);
background: linear-gradient(to right, rgba(192,39,45,1) 0%, rgba(240,86,61,1) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#c0272d', endColorstr='#f0563d', GradientType=1 );
-moz-border-radius: 7px;
-webkit-border-radius: 7px;
border-radius: 7px;
}

.standard-link:hover {
font-style:none;
}

/*ABOUT PAGE */

.about-title {
font-size:111%;
color:#000;
font-weight:normal;
font-family: 'AvenirLTStd55Roman';
}

.why-hire-us-title {
font-size:111%;
color:#000;
font-weight:normal;
font-family: 'AvenirLTStd55Roman';
}

.our-team-title {
font-size:111%;
color:#000;
font-weight:normal;
font-family: 'AvenirLTStd55Roman';
}

.our-clients-title {
font-size:111%;
color:#000;
font-weight:normal;
font-family: 'AvenirLTStd55Roman';
}

.about-txt {
color: #333;
font-size:90%;
margin-left: 16px;
}

.info-home {
width: auto;
padding: 38px 0 30px 0;
margin-left: 25px;
margin-right: 25px; 
color:#FFF;
}

.info-home span.title {
font-family:'AvenirLTStd85Heavy';
color:#FF0000;
}

.info-home span.detail {
color:#FFF;
}

.contact-info-bar {
background-color:#3C3C3C;
width:960px;
height: 115px;
margin: 0 auto;
margin-top: -10px;
}

.contact-info-bar-page2 {
background-color:#3C3C3C;
width:960px;
height: 115px;
margin: 0 auto;
margin-top: 25px;	
}
