

.wp-caption, .wp-caption-text, .sticky, .companies-caption, .bypostauthor, .alignright, .alignleft, .aligncenter {
	
}

.loader-wrapp {
	position: fixed;
	width: 100%;
	height: 100%;
	background-color: #050118;
	z-index: 999999999999999;
}


.loader-wrapp div {
	position: absolute;
	top: 35%;
	left: 48%;
	-webkit-transform: translate(-50%);
	-moz-transform: translate(-50%);
	-o-transform: translate(-50%);
	-ms-transform: translate(-50%);
	transform: translate(-50%);
}





button.small-navigation {
	display: none;
}


p.tick {
	color: #fff;
}


* {
	font-family: 'Lato', sans-serif !important;
}

body {
	position: absolute;
	font-family: 'Lato', sans-serif !important;
	width: 100%;
	height: 100%;
}

.clearfix:after {
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0;
}

.omega {
	padding-left: 0;
}

h2.widgettitle {
	text-transform: uppercase;
	color: #58595B;
	font-size: 24px;
	font-weight: 900;
	font-family: 'Lato';
	margin-bottom: 15px;
	padding-bottom: 10px;
	border-bottom: 1px solid #999;
}

.alpha {
	padding-right: 0;
}

#controls-wrapper {
	display: none !important;
}

#progress-back {
	bottom: 0 !important;
}

.blog-common-container {
	height: 500px;
	position: relative;
	margin-top: 100px;
}

.blog-common-container .parallaxContent {
	padding-top: 160px;
	z-index: 99;
	position: relative;
}

#mainLeftWrapp {
	padding-top: 100px;
}

.blogPostSidebar .sideBarPost {
	height: 165px;
	margin-bottom: 25px !important;
}

.blogTemplatePosts .postHolder {
	height: auto;
}

.sideBarPost .blogContent h2 a {
	color: #707072 !important;
	font-size: 12px !important;
	margin-top: 8px !important;
	margin-bottom: 8 !important;
}

.sideBarPost .blogContent p {
	color: #9b9b9c !important;
	font-size: 16px !important;

}

.sideBarPost .blogContent {
	padding-left: 10px !important;
	padding-right: 10px !important;
}

.sideBarPost .blogContent h4 {
	padding-bottom: 0 !important;
	border-bottom: none !important;
}

.categoriesSidebar h2.widgettitle {
	margin-top: 40px;
}


.categoriesSidebar ul li a, .blogPostSidebar ul li a {
	display: block;
	font-family: 'Lato', sans-serif !important;
	font-size: 18px;
	color: #58595B;
	margin-top: 5px;
	margin-bottom: 10px;
}


.sideBarPost .blogContent a {
	border-top: none !important;
		margin-top: 0 !important;
}

.postHolder .blogContent a {
	background-image: none !important;
}

.indexBlogPosts {
	padding-top: 150px !important;
}

.indexBlogPosts .sectionContent {
	padding-bottom: 30px;
}



/*Fixed Header Styles*/

#header {
	width: 100%;
	/*position: fixed;*/
	position:relative;
	padding-left: 40px;
	height: 100px;
	top: 0;
	left: 0;
	background-color: #ffffff;
	z-index: 99999;
}

.logo {
	display: block;
	float: left;
	margin:5px;
}

#mainNav {
	float: right;
	margin-top: 30px;
}

#mainNav li {
	margin-right: 37px;
}

#mainNav li, #mainNav li a {
	line-height: 50px;
	display: inline-block;
	font-weight: bold;
	text-transform: uppercase;
	color: #006b7f;
}

#mainNav li a {
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	-o-transition: all 0.3s;
	-ms-transition: all 0.3s;
	transition: all 0.3s;
	border-bottom: 5px solid transparent;
}

#mainNav li a:hover {
	border-bottom-color: #127482;
}

.active {
	border-bottom-color: #127482 !important;
}

bottom
#socials {
	float: right;
	width: 100px;
	height: 100px;
}

#socials li {
	display: block;
	float: left;
}

#socials li a {
	display: block;
	float: left;
	background-color: #999;
	text-indent: -9999px;
	background-image: url(img/socials.html);
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	-o-transition: all 0.3s;
	-ms-transition: all 0.3s;
	transition: all 0.3s;
}

#socials li a.facebook, #socials li a.twitter {
	width: 50px;
	height: 50px;
	margin-bottom: 1px;
}

#socials li a.lin, #socials li a.dribble {
	width: 50px;
	height: 49px;
}

#socials li a.twitter, #socials li a.dribble {
	margin-left: 1px;
	width: 49px;
}

#socials li a.twitter {
	background-position:  -50px 0;
}

#socials li a.lin {
	background-position: -100px 0;
}

#socials li a.dribble {
	background-position: -150px 0;
}

#socials li a:hover {
	background-position-y: -50px ;
}




/*Supersize Content*/

.borderTitle {
	font-size: 50px;
	color: #050118;
	font-weight: bold;
	text-transform: uppercase;
	text-align: center;
	padding-bottom: 20px;
	background-image: url(img/hBorder.png);
	background-repeat: no-repeat;
	background-position: center bottom;
	margin-bottom: 15px;
}

.supersizedContent {
	position: relative;
	top: 0;
	left: 0;
	height: 100%;
	background: -moz-linear-gradient(top, rgba(0,0,0,0) 0%, rgba(5,1,1,0) 21%, rgba(16,4,4,0.28) 73%, rgba(22,6,6,0.28) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(0,0,0,0)), color-stop(21%,rgba(5,1,1,0)), color-stop(73%,rgba(16,4,4,0.28)), color-stop(100%,rgba(22,6,6,0.28))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, rgba(0,0,0,0) 0%,rgba(5,1,1,0) 21%,rgba(16,4,4,0.28) 73%,rgba(22,6,6,0.28) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, rgba(0,0,0,0) 0%,rgba(5,1,1,0) 21%,rgba(16,4,4,0.28) 73%,rgba(22,6,6,0.28) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, rgba(0,0,0,0) 0%,rgba(5,1,1,0) 21%,rgba(16,4,4,0.28) 73%,rgba(22,6,6,0.28) 100%); /* IE10+ */
	background: linear-gradient(to bottom, rgba(0,0,0,0) 0%,rgba(5,1,1,0) 21%,rgba(16,4,4,0.28) 73%,rgba(22,6,6,0.28) 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#47160606',GradientType=0 ); /* IE6-9 */
}

.supersizedContent .content {
	position: absolute;
	bottom: 150px;
	left: 40px;
}

.supersizedContent .content h1 {
	font-size: 50px;
	font-weight: bold;
	color: #fff;
	padding-bottom: 26px;
	margin-bottom: 15px;
	background-image: url(img/borderTitle.png);
	background-repeat: no-repeat;
	background-position: left bottom;
}


.supersizedContent .content p {
	color: #fff;
	width: 40%;
	line-height: 21px;
}

.supersizedContent .content a {
	display: block;
	float: left;
	/*width: 248px;*/
	width:40%;
	height: 30px;
	line-height: 30px;
	background-color: #999;
	font-size: 12px;
	color: #fff;
	text-align: center;
	margin-top: 15px;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	-o-transition: all 0.3s;
	-ms-transition: all 0.3s;
	transition: all 0.3s;
}

.supersizedContent .content a:hover {
	background-color: #fff;
	color: #999;
}




/*Main Wrapper Content*/

.mainWrapperContent {
	overflow-x: hidden;
	background-color: #fff;
	background-image: url(img/pattern.png);
}

.contentSection, .parallaxContainer, #cleanpage_one, #cleanpage_two, #cleanpage_three, #cleanpage_four, #cleanpage_five, #cleanpage_six, #cleanpage_seven, #cleanpage_eight, #cleanpage_nine, #cleanpage_ten, #contact, #social-media {
	padding-top: 120px;
	overflow: hidden;
}

.sectionContent {
	font-size: 18px;
	color: #333333;
	font-weight: 300;
	text-align: center;
	line-height: 23px;
}


.sectionContent img {
	max-width: 100%;
	height: auto;
	border: 1px solid gray;
	margin-top: 20px;
	margin-bottom: 20px;
}

#parallax_facts .parallaxContent {
	padding-top: 100px;
	padding-bottom: 60px;
}

#parallax_facts .parallaxContent .factHolder:hover {
	background-color: transparent;
}

.introContent p {
	width: 800px;
	margin: 0 auto;
}

.aboutUsSection, .whatWeDoSection {
	margin-top: 70px;
}

.weInfo {
	padding-top: 12px;
	padding-bottom: 25px;
	border: 1px solid transparent;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	-o-transition: all 0.3s;
	-ms-transition: all 0.3s;
	transition: all 0.3s;
}


.weInfo .ico img {
	max-width: 100%;
	height: auto;
	border: 1px solid #999;
}

.weInfo span {
	text-align: center;
	display: block;
	/*width: 100px;
	height: 100px;*/
	margin: 0 auto;
	line-height: 100px;
	/*border: 1px solid #999;*/
	/*border-radius: 50px;*/
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	-o-transition: all 0.3s;
	-ms-transition: all 0.3s;
	transition: all 0.3s;
}

.weInfo h3 {
	color: #333333;
	text-align: center;
	line-height: 25px;
	text-transform: uppercase;
	font-weight: 900;
	margin: 10px 0;
	font-size: 17px;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	-o-transition: all 0.3s;
	-ms-transition: all 0.3s;
	transition: all 0.3s;
}

.weInfo p {
	text-align: center;
	color: #333333;
	font-size: 18px;
	font-weight: 300;
	line-height: 23px;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	-o-transition: all 0.3s;
	-ms-transition: all 0.3s;
	transition: all 0.3s;
}

.weInfo a {
	display: block;
	text-align: center;
	text-transform: uppercase;
	font-weight: bold;
	color: #999999;
	font-size: 14px;
	font-weight: 900;
	margin-top: 15px;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	-o-transition: all 0.3s;
	-ms-transition: all 0.3s;
	transition: all 0.3s;
}

.weInfo:hover {
	border-color: #999;
	background-color: #fff;
}

.weInfo:hover span {
	background-color: #999;
}

.weInfo:hover h3, .weInfo:hover a {
	color: #999;
}

.aboutus_lightbox{
	display:none;
	width:500px;
	padding: 20px;
}
.aboutus_lightbox .title{
	color: #333333;
	text-align: center;
	line-height: 25px;
	text-transform: uppercase;
	font-weight: 900;
	margin: 10px 0;
	font-size: 17px;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	-o-transition: all 0.3s;
	-ms-transition: all 0.3s;
	transition: all 0.3s;
}
.aboutus_lightbox .description{
	text-align: center;
	color: #333333;
	font-size: 18px;
	font-weight: 300;
	line-height: 23px;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	-o-transition: all 0.3s;
	-ms-transition: all 0.3s;
	transition: all 0.3s;
}
.aboutus_lightbox .img{
	margin-top:5px;
	padding: 5px 0px;
}
.aboutus_lightbox .img > img{
	float:left;
	width: 49%; 
}
.teamHolder {
	margin-top: 70px;
}

.member {
	position: relative;
}

.member img {
	max-width: 100%;
	height: auto;
}

.memberInfo {
	padding-left: 15px;
	padding-right: 15px;
	background-color: #dbd6d5;
	padding-top: 30px;
	padding-bottom: 15px;
	margin-top: 5px;
}

.memberInfo h4 {
	font-weight: 900;
	color: #333333;
	text-align: center;
	font-size: 16px;
}

.memberInfo p {
	text-align: center;
	color: #333333;
	line-height: 23px;
	font-size: 18px;
	font-weight: 300;
	margin-top: 15px;
	margin-bottom: 15px;
	padding-bottom: 15px;
	background-image: url(img/teamBorder.png);
	background-repeat: no-repeat;
	background-position: center bottom;
}

.memberSocials {
	width: 139px;
	margin: 0 auto;
}

.memberSocials li, .memberSocials li a {
	display: inline-block;
}

.memberSocials li {
	margin-right: 10px;
}

.memberSocials li:last-child {
	margin-right: 0;
}

.memberSocials li a {
	text-indent: -9999px;
	width: 25px;
	height: 25px;
	background-image: url(img/teamSocials.png);
	background-repeat: no-repeat;
}

.memberSocials a.twitt {
	background-position: -38px 0;
}

.memberSocials a.linkedin {
	background-position: -75px 0;
}

.memberSocials a.vimeo {
	background-position: -113px 0;
}

.member span {
	display: block;
	width: 151px;
	height: 149px;
	overflow: hidden;
	left: 50%;
	top: 15px;
	margin-left: -75px;
	border-radius: 125px;
	border: 5px solid white;
	position: absolute;
}

.member span img {
	width: 100%;
	height: 100%;
}





/*Parallax Container Section*/

.parallaxOverlay {
	position: absolute;
	width: 100%;
	height: 100%;
	background-color: rgba(40, 18, 33, 0.7);
	z-index: 99;
}

.parallaxContainer {
	height: auto;
	width: 100%;
	padding-bottom: 40px;
	position: relative;
}

#parallax_one .parallaxbg {
	position: absolute;
	width: 100%;
	height: 100%;
	-webkit-background-size: 100%;
	background-size: 100%;
	background-repeat: no-repeat;
	background-position: center top;
	background-attachment: fixed;
}

#parallax_two .parallaxbg {
	position: absolute;
	width: 100%;
	height: 100%;
	-webkit-background-size: 100%;
	background-size: 100%;
	background-image: url(img/parallax/paraImage2.html);
	background-repeat: no-repeat;
	background-position: center top;
	background-attachment: fixed;
}

#parallax_three .parallaxbg {
	position: absolute;
	width: 100%;
	height: 100%;
	-webkit-background-size: 100%;
	background-size: 100%;
	background-image: url(img/parallax/paraImage.html);
	background-repeat: no-repeat;
	background-position: center top;
	background-attachment: fixed;
}

#parallax_three .parallaxContent {
	padding-top: 60px;
}

.parallaxContent > li {
	list-style: none;
}

#parallax_three .parallaxContent .factHolder:hover {
	background-color: transparent;
}

#parallax_four .parallaxbg {
	position: absolute;
	width: 100%;
	height: 100%;
	-webkit-background-size: 100%;
	background-size: 100%;
	background-repeat: no-repeat;
	background-position: center top;
	background-attachment: fixed;
}


.parallaxContainer .parallaxContent {
	padding-top: 120px;
	padding-bottom: 120px;
	z-index: 99;
	position: relative;
}

#parallax_testimonials {
	padding-bottom: 0;
}

h1.homepage-title {
	font-family: 'Lato', sans-serif;
	color:#fff;
	font-size:26px;
	line-height:40px;
	text-shadow:none;
	font-weight:700;
	text-align:center;
}

.tweet {
	text-align:center;
	width:547px;
	margin:0 auto;
	height: auto;
	padding:10px;
	overflow-y: hidden;
	position: relative;
	background: none;
	font-family: 'Lato', sans-serif;
	color:#eeeeee;
	font-size:18px;
	line-height:26px;
	text-shadow:none;
	font-weight:400;
}

.tweet ul.tweet_list {
	position: absolute;
	list-style:none;
}

.tweet ul.tweet_list li {
	height: 100px;
	overflow-y: auto;
	overflow-x: hidden;
	font-family: 'Lato', sans-serif;
	color:#eeeeee;
	font-size:18px;
	line-height:26px;
	text-shadow:none;
	font-weight:400;
}

.tweet_list {
	list-style: none;
	margin: 0;
	padding: 0;
	overflow-y: hidden;
	
}

.tweet_list li a {
	color: #999;
	font-family: 'Lato', sans-serif;
	font-size:18px;
	line-height:26px;
	text-shadow:none;
	font-weight:400;
}

.tweet_list .tweet_avatar {
	padding-right: .5em; float: left;
}

.tweet_list .tweet_avatar img {
	vertical-align: middle;
}


/*Portfolio Holder*/

.portfolioHolder {
	background-color: #050118;
	width: 270px;
	overflow: hidden;
	position: relative;
	float: left;
}

.portfolioHolder img {
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	-o-transition: all 0.3s;
	-ms-transition: all 0.3s;
	transition: all 0.3s;
}

.portfolioHolder .portfolioContent {
	position: absolute;
	bottom: 110px;
	left: 0;
	padding-left: 20px;
	padding-right: 20px;
}

.portfolioHolder .portfolioContent h3 {
	text-transform: uppercase;
	color: #fff;
	text-align: center;
	font-size: 36px;
	background-image: url(img/borderTitle.png);
	background-repeat: no-repeat;
	background-position: center bottom;
	padding-bottom: 15px;
	margin-bottom: 15px;
}

.portfolioHolder .portfolioContent p {
	text-align: center;
	height: 0;
	color: #fff;
	font-size: 18px;
	font-weight: 300;
	line-height: 24px;
	-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
	filter: alpha(opacity=0);
	opacity: 0;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	-o-transition: all 0.3s;
	-ms-transition: all 0.3s;
	transition: all 0.3s;
}

.portfolioHolder .portfolioContent a {
	display: block;
	text-align: center;
	text-transform: uppercase;
	margin-top: 15px;
	font-weight: 900;
	color: #fff;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	-o-transition: all 0.3s;
	-ms-transition: all 0.3s;
	transition: all 0.3s;
}

.portfolioHolder:hover img {
	opacity: 0.2;
}

.portfolioHolder:hover .portfolioContent p {
	opacity: 1;
	height: 190px;
}

.portfolioHolder:hover .portfolioContent a {
	color: #999;
}

#amazincompanies {
	margin-top: 50px;
}

.factHolders {
	margin-top: 30px;
}

.factHolder {
	padding-top: 20px;
	padding-bottom: 20px;
	border: 1px solid transparent;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	-o-transition: all 0.3s;
	-ms-transition: all 0.3s;
	transition: all 0.3s;
}

.factHolder img {
	max-width: 100%;
	height: auto;
	display: block;
	margin: 0 auto;
}

.factHolder span {
	display: block;
	text-align: center;
	color: #999;
	font-weight: 900;
	margin: 15px 0;
}

.factHolder p {
	text-align: center;
	font-size: 18px;
	color: #333333;
	font-weight: 300;
	line-height: 23px;
}

.factHolder:hover {
	border-color: #999;
	background-color: #fff;
}

.bxslider .introContent span {
	display: block;
	text-align: center;
	color: #fff;
	font-size: 20px;
	margin-top: 15px;
}


.whatWeDoSection .weInfo img {
	max-width: 100%;
	height: auto;
	display: block;
	margin: 0 auto;
}


.strategyHolder {
	margin-top: 70px;
}

.strategyImage img {
	max-width: 100%;
	height: auto;
}


.strategyInfo h4 {
	font-size: 20px;
	font-weight: bold;
	color: #050118;
	text-transform: uppercase;
	background-image: url(img/borderTitle.png);
	background-repeat: no-repeat;
	background-position: 80% center;
}

.strategyInfo h2 {
	font-size: 40px;
	font-weight: 300;
	color: #999;
	line-height: 46px;
	margin-top: 20px;
	margin-bottom: 20px;
}

.strategyInfo p {
	color: #333333;
	font-size: 18px;
	line-height: 24px;
	font-weight: 300;
	margin-bottom: 20px;
}

.tweet a {
	color: #999;
}



/*Filterable Section*/

.filterablePortfolio {
	padding-bottom: 30px;
}

#filters {
	display: table;
	margin: 0px auto 30px;
}

#filters li, #filters li a {
	display: inline-block;
}

#filters li {
	text-align: center;
	padding: 0px 25px;
	display: inline;
}

#filters li:last-child {
	margin-right: 0;
}

#filters li a {
	font-weight: 900;
	color: #050118;
	text-transform: uppercase;
	font-size: 14px;
	-webkit-transition: all 0.2s;
	-moz-transition: all 0.2s;
	-o-transition: all 0.2s;
	-ms-transition: all 0.2s;
	transition: all 0.2s;
}

#filters li a:hover {
	color: #999 !important;
}

.chosen{
	color: #999;
}

#container {
	width: 1680px;
	margin: 0 auto;
}

#container .element {
	background-color: #000;
	position: relative;
	width: 280px;
	height: 280px;
	overflow: hidden;
	float: left;
}

#container .element img {
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	-o-transition: all 0.3s;
	-ms-transition: all 0.3s;
	transition: all 0.3s;
}

#container .element .hoverContent {
	position: absolute;
	/*padding-top: 50px;*/
	padding-top: 25px;
	width: 100%;
	top: 0;
	left: 0;
	padding-left: 25px;
	padding-right: 25px;
	-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
	filter: alpha(opacity=0);
	opacity: 0;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	-o-transition: all 0.3s;
	-ms-transition: all 0.3s;
	transition: all 0.3s;
}

#container .element .hoverContent h3 {
	color: #fff;
	text-transform: uppercase;
	font-weight: 900;
	font-size: 24px;
	text-align: center;
	background-image: url(img/portfolioBorder.png);
	background-repeat: no-repeat;
	background-position: center bottom;
	padding-bottom: 20px;
}

#container .element .hoverContent p {
	color: #fff;
	text-align: center;
	margin: 20px 0;
}

#container .element .hoverContent > a {
	display: block;
	width: 100px;
	height: 31px;
	margin: 0 auto;
	color: #fff;
	text-transform: uppercase;
	border: 1px solid #999;
	font-weight: 900;
	text-align: center;
	line-height: 29px;
}

#container .element .hoverContent > div > a {
	display: block;
	width: 100px;
	height: 31px;
	margin: 0 auto;
	color: #fff;
	text-transform: uppercase;
	border: 1px solid #999;
	font-weight: 900;
	text-align: center;
	line-height: 29px;
}

#container .element .hoverContent p a {
	color: #fff;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	-o-transition: all 0.3s;
	-ms-transition: all 0.3s;
	transition: all 0.3s;
}

#container .element .hoverContent p a:hover {
	color: #999;
}

#container .element:hover img {
	opacity: 0.2;
}

#container .element:hover .hoverContent {
	opacity: 1;
}

#parallax_four .parallaxContent {
	padding-top: 140px;
}

.clients {
	margin-top: 90px;
}

.clients ul li, .clients ul li a {
	display: inline-block;
}

.clients ul li {
	margin-right: 50px;
	margin-bottom: 55px;
	width: 280px;
}

.clients ul li a img {
	max-width: 100%;
	height: auto;
}

.clients ul li:last-child {
	margin-right: 0;
}



/*Blog Posts*/

.blogContainer {
	margin-top: 75px;
}

.postHolder {
	position: relative;
	margin-bottom: 50px;
	height: 396px;
}


.postHolder img {
	max-width: 100%;
	height: auto;
}

.postHolder span {
	position: absolute;
	bottom: 0;
	width: 300px;
	height: 100%;
	display: block;
	background-color: rgba(0, 0, 0, 0.3);
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	-o-transition: all 0.3s;
	-ms-transition: all 0.3s;
	transition: all 0.3s;
}

.postHolder .blogContent {
	padding-left: 20px;
	padding-right: 20px;
	position: absolute;
	bottom: 0;
	left: 0;
}

.postHolder .blogContent h4 {
	font-size: 12px;
	font-weight: 900;
	color: #cccccc;
	text-transform: uppercase;
	padding-bottom: 15px;
	border-bottom: 1px solid #999;
}



.postHolder .blogContent h2 a {
	font-size: 24px;
	font-weight: 900;
	display: block;
	text-transform: uppercase;
	margin: 15px 0;
	color: #fff;
	line-height: 29px;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	-o-transition: all 0.3s;
	-ms-transition: all 0.3s;
	transition: all 0.3s;
}

.postHolder .blogContent p {
	font-size: 14px;
	color: #fff;
	line-height: 24px;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	-o-transition: all 0.3s;
	-ms-transition: all 0.3s;
	transition: all 0.3s;
}

.postHolder .blogContent > a {
	font-size: 12px;
	font-weight: 900;
	color: #cccccc;
	text-transform: uppercase;
	display: block;
	border-top: 1px solid #999;
	padding-top: 5px;
	padding-bottom: 15px;
	margin-top: 10px;
	background-image: url(img/readMoreBubles.html);
	background-repeat: no-repeat;
	background-position: right center;
}

.postHolder .blogContent a:before {
	content: url(img/readMoreIco.png);
	margin-right: 7px;
	position: relative;
	top: 7px;
}

.postHolder:hover span {
	color: #f2eceb;
	background-color: #f2eceb;
	height: 63%;
}

.postHolder:hover .blogContent h2 a {
	color: #333;
}

.postHolder:hover .blogContent p {
	color: #999999;
}


/*Contact Wrapper*/

#contact {
	margin-top: 120px;
	padding-top: 450px;
	height: 1050px;
	position: relative;
	background-repeat: no-repeat;
	-webkit-background-size: cover;
	background-size: cover;
}

.ourLocation {
	display: block;
	width: 300px;
	margin: 0 auto;
	text-align: center;
	text-transform: uppercase;
	height: 36px;
	border: 2px solid #050118;
	color: #050118;
	background-color: #006b7f;
	font-weight: 900;
	line-height: 33px;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	-o-transition: all 0.3s;
	-ms-transition: all 0.3s;
	transition: all 0.3s;
	font-size: 18px;
}

.ourLocation:hover {
	background-color: #050118;
	color: #fff;
}

.contactInfoSection {
	margin-bottom: 78px;
}

.formWrapper {
	padding-top: 50px;
	padding-bottom: 50px;
	margin-top: 60px;
	background-color: #050118;
	opacity: 0.9;
}

.contactDetails h2, .formHolder h2 {
	text-transform: uppercase;
	font-weight: 900;
	color: #fff;
	font-size: 24px;
	margin-bottom: 10px;
}

.contactDetails ul li {
	margin: 7px 0;
	color: #fff;
	font-weight: bold;
}

form .leftInputs input {
	background-color: transparent;
	border: 1px solid #999;
	font-weight: bold;
	color:#ffffff;
}

::-webkit-input-placeholder {
   font-weight: bold;
   color: #fff;
}

:-moz-placeholder { /* Firefox 18- */
   font-weight: bold;
   color: #fff;  
}

::-moz-placeholder {  /* Firefox 19+ */
   font-weight: bold;
   color: #fff;  
}

:-ms-input-placeholder {  
   font-weight: bold;
   color: #fff;  
}

form .rightInputs textarea {
	height: 80px;
	background-color: transparent;
	border: 1px solid #999;
	font-weight: bold;
	margin-bottom: 13px;
	color:#ffffff;
}

form .rightInputs textarea:focus {
	background-color: #fff;
}

form .rightInputs input {
	background-color: transparent;
	border: 1px solid #999;
	font-weight: bold;
	width: 100%;
	height: 32px;
	text-align: left;
	padding-left: 10px;
	color: #fff;
	text-transform: uppercase;
}

p.page-content {
	font-family: 'Lato', sans-serif;
	color: #333333;
	font-size: 18px;
	line-height: 26px;
	text-shadow: none;
	font-weight: 400;
	text-align: center;
	padding-left: 100px;
	padding-right: 100px;
}


h1.page-title {
	font-family: 'Lato', sans-serif;
	color: #050118;
	font-size: 52px;
	line-height: 52px;
	text-shadow: none;
	font-weight: 700;
	text-align: center;
}


.divider {
	width: 100%;
	height: 5px;
	display: block;
	background: url(images/divider.html) center no-repeat;
	margin-bottom: 20px;
	margin-top: 20px;
}



/*SOCIAL BUTTONS*/

.socialIconsWrapp {
	padding-bottom: 70px;
}

.social-media-buttons {
	margin-top: 40px;
}

.social-media-buttons a:first-child {
	margin-left: 12px;
}

.behance-button, .blogger-button, .deviantart-button, .digg-button, .dribbble-button, .email-button, .facebook-button, .flickr-button, .gplus-button, .instagram-button, .lastfm-button, .linkedin-button, .livejournal-button, .myspace-button, .orkut-button, .paypal-button, .picasa-button, .pinterest-button, .reddit-button, .rss-button, .skype-button, .soundcloud-button, .stumbleupon-button, .tumblr-button, .twitter-button, .vimeo-button, .wordpress-button {
	width:32px;
	height:32px;
	margin:0 auto;
	margin-left:3px;
	margin-right:3px;
	margin-top:5px;
	display:inline-block;
	float:none;
	text-indent:-9999px;
	overflow:hidden;
	text-align:center;
	transition: background-position 0.3s ease-in-out;
	-moz-transition: background-position 0.3s ease-in-out; /* Firefox 4 */
	-webkit-transition: background-position 0.3s ease-in-out; /* Safari and Chrome */
	-o-transition: background-position 0.3s ease-in-out; /* Opera */
}

.behance-button:hover, .blogger-button:hover, .deviantart-button:hover, .digg-button:hover, .dribbble-button:hover, .email-button:hover, .facebook-button:hover, .flickr-button:hover, .gplus-button:hover, .instagram-button:hover, .lastfm-button:hover, .linkedin-button:hover, .livejournal-button:hover, .myspace-button:hover, .orkut-button:hover, .paypal-button:hover, .picasa-button:hover, .pinterest-button:hover, .reddit-button:hover, .rss-button:hover, .skype-button:hover, .soundcloud-button:hover, .stumbleupon-button:hover, .tumblr-button:hover, .twitter-button:hover, .vimeo-button:hover, .wordpress-button:hover {
	width:32px;
	height:32px;
	margin-left:3px;
	margin-right:3px;
	display:inline-block;
	text-indent:-9999px;
	overflow:hidden;
	text-align:center;
	transition: background-position 0.3s ease-in-out;
	-moz-transition: background-position 0.3s ease-in-out; /* Firefox 4 */
	-webkit-transition: background-position 0.3s ease-in-out; /* Safari and Chrome */
	-o-transition: background-position 0.3s ease-in-out; /* Opera */
}

.behance-button {
	background:url(img/social-media/behance.html) no-repeat;
	background-position:0 0;
}

.behance-button:hover {
	background:url(img/social-media/behance.html) no-repeat;
	background-position:0 -32px;
}

.blogger-button {
	background:url(img/social-media/blogger.html) no-repeat;
	background-position:0 0;
}

.blogger-button:hover {
	background:url(img/social-media/blogger.html) no-repeat;
	background-position:0 -32px;
}

.digg-button {
	background:url(img/social-media/digg.html) no-repeat;
	background-position:0 0;
}

.digg-button:hover {
	background:url(img/social-media/digg.html) no-repeat;
	background-position:0 -32px;

}

.dribbble-button {
	background:url(img/social-media/dribbble.html) no-repeat;
	background-position:0 0;
}

.dribbble-button:hover {
	background:url(img/social-media/dribbble.html) no-repeat;
	background-position:0 -32px;
}

.email-button {
	background:url(img/social-media/email.html) no-repeat;
	background-position:0 0;
}

.email-button:hover {
	background:url(img/social-media/email.html) no-repeat;
	background-position:0 -32px;
}

.facebook-button {
	background:url(img/social-media/facebook.html) no-repeat;
	background-position:0 0;
}

.facebook-button:hover {
	background:url(img/social-media/facebook.html) no-repeat;
	background-position:0 -32px;
}

.flickr-button {
	background:url(img/social-media/flickr.html) no-repeat;
	background-position:0 0;
}

.flickr-button:hover {
	background:url(img/social-media/flickr.html) no-repeat;
	background-position:0 -32px;
}

.gplus-button {
	background:url(img/social-media/gplus.html) no-repeat;
	background-position:0 0;
}

.gplus-button:hover {
	background:url(img/social-media/gplus.html) no-repeat;
	background-position:0 -32px;
}

.instagram-button {
	background:url(img/social-media/instagram.html) no-repeat;
	background-position:0 0;
}

.instagram-button:hover {
	background:url(img/social-media/instagram.html) no-repeat;
	background-position:0 -32px;
}

.lastfm-button {
	background:url(img/social-media/lastfm.html) no-repeat;
	background-position:0 0;
}

.lastfm-button:hover {
	background:url(img/social-media/lastfm.html) no-repeat;
	background-position:0 -32px;
}

.linkedin-button {
	background:url(img/social-media/linkedin.html) no-repeat;
	background-position:0 0;
}

.linkedin-button:hover {
	background:url(img/social-media/linkedin.html) no-repeat;
	background-position:0 -32px;
}

.livejournal-button {
	background:url(img/social-media/livejournal.html) no-repeat;
	background-position:0 0;
}

.livejournal-button:hover {
	background:url(img/social-media/livejournal.html) no-repeat;
	background-position:0 -32px;
}

.myspace-button {
	background:url(img/social-media/myspace.html) no-repeat;
	background-position:0 0;
}

.myspace-button:hover {
	background:url(img/social-media/myspace.html) no-repeat;
	background-position:0 -32px;
}

.paypal-button {
	background:url(img/social-media/paypal.html) no-repeat;
	background-position:0 0;
}

.paypal-button:hover {
	background:url(img/social-media/paypal.html) no-repeat;
	background-position:0 -32px;
}

.pinterest-button {
	background:url(img/social-media/pinterest.html) no-repeat;
	background-position:0 0;
}

.pinterest-button:hover {
	background:url(img/social-media/pinterest.html) no-repeat;
	background-position:0 -32px;
}

.reddit-button {
	background:url(img/social-media/reddit.html) no-repeat;
	background-position:0 0;
}

.reddit-button:hover {
	background:url(img/social-media/reddit.html) no-repeat;
	background-position:0 -32px;
}

.soundcloud-button {
	background:url(img/social-media/soundcloud.html) no-repeat;
	background-position:0 0;
}

.soundcloud-button:hover {
	background:url(img/social-media/soundcloud.html) no-repeat;
	background-position:0 -32px;
}

.stumbleupon-button {
	background:url(img/social-media/stumbleupon.html) no-repeat;
	background-position:0 0;
}

.stumbleupon-button:hover {
	background:url(img/social-media/stumbleupon.html) no-repeat;
	background-position:0 -32px;
}

.tumblr-button {
	background:url(img/social-media/tumblr.html) no-repeat;
	background-position:0 0;
}

.tumblr-button:hover {
	background:url(img/social-media/tumblr.html) no-repeat;
	background-position:0 -32px;
}

.twitter-button {
	background:url(img/social-media/twitter.html) no-repeat;
	background-position:0 0;
}

.twitter-button:hover {
	background:url(img/social-media/twitter.html) no-repeat;
	background-position:0 -32px;
}

.vimeo-button {
	background:url(img/social-media/vimeo.html) no-repeat;
	background-position:0 0;
}

.vimeo-button:hover {
	background:url(img/social-media/vimeo.html) no-repeat;
	background-position:0 -32px;
}

.wordpress-button {
	background:url(img/social-media/wordpress.html) no-repeat;
	background-position:0 0;
}

.wordpress-button:hover {
	background:url(img/social-media/wordpress.html) no-repeat;
	background-position:0 -32px;
}

.youtube-button {
	background:url(img/social-media/youtube.html) no-repeat;
	background-position:0 0;
}

.youtube-button:hover {
	background:url(img/social-media/youtube.html) no-repeat;
	background-position:0 -32px;
}



/*Footer Section*/

#footerWrapp {
	margin-top: 100px;
	position: relative;
	padding-top: 75px;
	background-color: #000000;
	padding-bottom:0px;
}

.features h3 {
	font-size: 20px;
	font-weight: 900;
	color: #999;
	text-transform: uppercase;
	padding-bottom: 19px;
	background-image: url(img/featureDivider.html);
	background-repeat: no-repeat;
	background-position: left bottom;
}

.features p {
	margin-top: 15px;
	font-size: 18px;
	color: #aaaaaa;
	line-height: 23px;
}

.features p.hasDivider {
	padding-bottom: 10px;
	background-image: url(img/divider.html);
	background-repeat: no-repeat;
	background-position: left bottom;
}

#footerWrapp .goTop {
	position: absolute;
	top: -36px;
	left: 50%;
	margin-left: -36px;
	display: block;
	background-image: url(img/to-top.png);
	width: 72px;
	height: 72px;
}
.arrowzupp {
	background-image:url(img/to-top.png);
	margin-right:18px;
	width: 44px;
	height:24px;
	float:right;
}
.arrowzupp:hover {
	background-image:url(img/to-topc.png);
}

.features ul {
	padding-top: 20px;
}

.features li a, .tagcloud a {
	display: block;
	padding-bottom: 10px;
	font-size: 15px !important;
	font-weight: normal;
	color: #aaaaaa;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	-o-transition: all 0.3s;
	-ms-transition: all 0.3s;
	transition: all 0.3s;
}

.tagcloud {
	padding-top: 17px;
}


.features li a:hover, .tagcloud a:hover {
	color: #999;
}

.tagcloud a {
	padding-bottom: 5px;
	float: left;
	margin-right: 15px;
}


.single-container img {
	max-width: 100%;
	height: auto;
}

.single-container h3 {
	font-family: 'Lato', sans-serif;
	font-weight: bold;
	font-size: 24px;
	color: #58595B;
	padding-bottom: 20px;
}

.single-container p {
	margin-top: 0;
	margin-bottom: 20px;
	font-size: 18px;
	font-weight: normal;
	font-family: 'Lato', sans-serif;
	line-height: 26px;
	color: #58595B;
}

.postInfos {
	overflow: hidden;
	padding-top: 20px;
	padding-bottom: 20px;
	color: #828282;
	text-transform: uppercase;
	font-family: 'Lato', sans-serif;
	font-size: 12px;
}

.postInfos a {
	color: #828282;
}

.postInfos span {
	display: block;
	float: left;
	margin-right: 40px;
}

.postInfos span.post-add:before {
	content: url(img/bookTitle.png);
	vertical-align: center;
	position: relative;
	top: 3px;
	padding-right: 15px;
}

.postInfos span.post-tags {
	padding-top: 1px;
}

.postInfos span.post-tags a {
	display: inline-block;
	margin-right: 10px;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	-o-transition: all 0.3s;
	-ms-transition: all 0.3s;
	transition: all 0.3s;
}

.postInfos span.post-tags a:hover {
	color: #999;
}

.postInfos span.post-tags:before {
	position: relative;
	top: 3px;
	padding-right: 15px;
	content: url(img/tagicon.html);
}


.post-pagination {
	padding-top: 50px;
	padding-bottom: 50px;
}


.post-pagination a {
	display: block;
	background-color: #050118;
	color: #fff;
	text-align: center;
	padding-top: 5px;
	padding-bottom: 5px;
	text-transform: uppercase;
	font-weight: bold;
	font-family: 'Lato', sans-serif;
	font-size: 14px;
}

.cleanPage {
	margin-top: 180px;
}


.single-container .bx-wrapper {
	margin-bottom: 0;
}

.single-blogContainer {
	margin-top: 0 !important;
}



.morePostsButton a {
	display: block;
	width: 230px;
	height: 40px;
	line-height: 36px;
	background-color: #fff;
	border: 1px solid #ef5e3d;
	font-size: 16px;
	text-transform: uppercase;
	font-family: 'Lato', sans-serif;
	text-align: center;
	margin: 0 auto;
	color: #999999;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	-o-transition: all 0.3s;
	-ms-transition: all 0.3s;
	transition: all 0.3s;
}

.morePostsButton a:hover {
	background-color: #ef5e3d;
	border-color: #fff;
	color: #fff;
}

.blogTemplatePosts .postHolder:hover span {
	height: 100%;
}


/*Responsive With MediaQueries*/



.widgetsArea .features:nth-child(2) {
	text-align: center;
}

.widgetsArea .features:nth-child(2) h3 {
	background-position: center bottom;
}


.ie8 .large-1 {
    position: relative;
    width: 8.33333%; }

.ie8 .large-2 {
    position: relative;
    width: 16.99967%; }

.ie8 .large-3 {
    position: relative;
    width: 25%; }

.ie8 .large-4 {
    position: relative;
    width: 33.33333%; }

.ie8 .large-5 {
    position: relative;
    width: 41.99967%; }

.ie8 .large-6 {
    position: relative;
    width: 50%; }

.ie8 .large-7 {
    position: relative;
    width: 58.33333%; }

.ie8 .large-8 {
    position: relative;
    width: 66.99967%; }

.ie8 .large-9 {
    position: relative;
    width: 75%; }

.ie8 .large-10 {
    position: relative;
    width: 83.33333%; }

.ie8 .large-11 {
    position: relative;
    width: 91.99967%; }

.ie8 .large-12 {
    position: relative;
    width: 100%; }






@media only screen and (max-width: 1064px) {
	#socials {
		display: none;
	}

	.memberSocials {
		width: 145px;
	}

	#filters {
		/*width: 645px;*/
	}

	.member img, .postHolder img {
		width: 100%;
	}

	.member {
		margin-bottom: 15px;
	}

	.strategyImage, .features h3, .features p {
		text-align: center;
	}

	.features h3 {
		background-position: center bottom !important;
	}

	.features p {
		background-image: none !important;
	}

	#parallax_three, #parallax_three .parallaxbg, #parallax_four, #parallax_four .parallaxbg {
		height: auto;
		padding-bottom: 22px;
	}

	#contact {
		height: auto;
	}


	#mainNav li {
		margin-left: 25px;
	}

	.postHolder:hover span {
		height: 100%;
	}

	.formHolder {
		margin-top: 25px;
	}

	.features {
		margin-top: 40px;
	}

	.postHolder span {
		width: -webkit-calc(100% - 20px);
		width: -moz-calc(100% - 20px);
		width: calc(100% - 20px);
	}

	.introContent p {
		width: auto;
	}

	.bx-wrapper .bx-controls-direction a {
		display: none;
	}

}




@media only screen and (max-width: 976px) {
	.clients ul li {
		margin: 0;
		display: block;
		text-align: center;
		margin-bottom: 35px;
	}

	.supersizedContent .content p {
		width: 80%;
	}

	.parallaxContainer {
		height: auto;
	}

	.parallaxContainer .parallaxbg {
		-webkit-background-size: cover !important;
		background-size: cover !important;
		background-attachment: scroll !important;
		height: 100% !important;
	}

	.parallaxContainer .parallaxContent {
		padding-bottom: 160px;
	}

	.post-pagination a {
		margin-bottom: 15px;
		padding-top: 15px;
		padding-bottom: 15px;
	}

	button.small-navigation {
		display: block;
		float: right;
		font-size: 12px;
		background-color: #415764;
		margin-top: 35px;
		text-transform: uppercase;
		border: none;
		box-shadow: none;
		margin-right: 40px;
		font-family: 'Lato', sans-serif;
		color: #fff;
		letter-spacing: 1px;
	}


	#mainNav {
		float: right;
		margin-top: 0;
		background-color: #006b7f;
		position: relative;
		right: -123px;
		top: 69px;
		overflow: hidden;
	}

	#mainNav li {
		display: block;
		margin: 0;
		text-align: center;
		border-top: 1px solid #fff;
		line-height: 35px;
	}

	#mainNav li a {
		color: #fff;
		font-size: 12px;
		padding-left: 30px;
		padding-right: 30px;
		line-height: 35px;
	}

	#mainNav.activeNav {
		height: 0;
		visibility: hidden;
		overflow: hidden;
	}
}





@media only screen and (max-width: 976px) {
}



@media only screen and (max-width: 676px) {
	.tweet {
		width: 100%;
		padding-left: 20px;
		padding-right: 20px;
	}

	.introContent .borderTitle{
		font-size: 30px;
	}

	.tweet p {
		line-height: 23px;
	}

	.supersizedContent .content {
		padding-left: 20px;
		padding-right: 20px;
		padding-bottom: 150px;
		left: 0;
		width: 100%;
	}

	.supersizedContent .content h1 {
		font-size: 22px;
	}

	.strategyInfo h4 {
		background-image: none;
	}

	#mainNav {
		top: 3px;
	}

	h1.homepage-title, .borderTitle {
		font-size: 24px;
	}

	/*#filters {
		width: 100%;
	}*/

	#filters li {
		display: block;
		text-align: center;
		margin: 0;
		padding-top: 15px;
		padding-bottom: 15px;
		background-color: #fff;
		border-bottom: 1px solid #999;
	}

	.logo {
		display: block;
		width: 100%;
		text-align: center;
		margin-bottom: 15px;
	}

	.portfolioHolder {
		width: 280px;
	}

	.portfolioHolder .portfolioContent h3 {
		font-size: 26px;
	}

	.portfolioHolder:hover .portfolioContent p {
		display: none;
		height: auto;
	}

	.portfolioHolder img {
		max-width: 100%;
		height: auto;
	}

	#header {
		padding-left: 20px;
		padding-right: 20px;
		height: auto;
	}

	.logo img {
		max-width: 100%;
	}

	button.small-navigation {
		float: none;
		margin: 0 auto;
		margin-bottom: 15px;
	}

	#mainNav {
		float: none;
		top: -15px;
		right: 0;
	}

	.postHolder img {
		height: 100%;
	}

	p.page-content {
		padding-left: 10px;
		padding-right: 10px;
	}
}
#copyrights {
	padding: 20px 0;
	background-color: #000000;
	font-size: 14px;
	line-height: 1.8;
	text-align: center;
	color: #FFF;
}

#copyrights i.footer-icon {
	position: relative;
	top: 1px;
	font-size: 14px;
	width: 14px;
	text-align: center;
	margin-right: 3px;
}

.copyright-links a {
	display: inline-block;
	margin: 0 3px;
	color: #333;
	border-bottom: 1px dotted #444;
}

.copyright-links a:hover {
	color: #555;
	border-bottom: 1px solid #666;
}

.copyrights-menu { margin-bottom: 0px; }

.copyrights-menu a {
	font-size: 14px;
	margin: 0 10px;
	border-bottom: 0 !important;
}

#copyrights .col_half { margin-bottom: 0 !important; }

#copyrights a:first-child { margin-left: 0; }

#copyrights .tright a:last-child { margin-right: 0; }

		#contact {
			background-image: url(imgs/parax/6.jpg);
		}

		#parallax_one .parallaxbg {
			background-image: url(imgs/parax/1.jpg);
		}

		#parallax_two .parallaxbg {
			background-image: url(imgs/parax/2.jpg);
		}

		#parallax_three .parallaxbg {
			background-image: url(imgs/parax/3.jpg);
		}

		#parallax_four .parallaxbg {
			background-image: url(imgs/parax/4.jpg);
		}

		#parallax_five .parallaxbg {
			background-image: url(imgs/parax/1.jpg);
		}

		#parallax_six .parallaxbg {
			background-image: url(imgs/parax/2.jpg);
		}

		#parallax_seven .parallaxbg {
			background-image: url(imgs/parax/3.jpg);
		}

		#parallax_eight .parallaxbg {
			background-image: url(imgs/parax/4.jpg);
		}

		#parallax_nine .parallaxbg {
			background-image: url(imgs/parax/1.jpg);
		}

		#parallax_ten .parallaxbg {
			background-image: url(imgs/parax/2.jpg);
		}

		#parallax_twitter .parallaxbg {
			background-image: url(imgs/parax/4.jpg);
			position: absolute;
			width: 100%;
			height: 100%;
			-webkit-background-size: cover;
			background-size: cover;
			background-repeat: no-repeat;
			background-position: center top;
			background-attachment: fixed;
		}

		#parallax_facts .parallaxbg {
			background-image: url(imgs/parax/1.jpg);
			position: absolute;
			width: 100%;
			height: 100%;
			-webkit-background-size: cover;
			background-size: cover;
			background-repeat: no-repeat;
			background-position: center top;
			background-attachment: fixed;
		}

		#parallax_testimonials .parallaxbg {
			background-image: url(imgs/parax/2.jpg);
			position: absolute;
			width: 100%;
			height: 100%;
			-webkit-background-size: cover;
			background-size: cover;
			background-repeat: no-repeat;
			background-position: center top;
			background-attachment: fixed;
		}
		
		

		#parallax_clients .parallaxbg {
			background-image: url(imgs/parax/3.jpg);
			position: absolute;
			width: 100%;
			height: 100%;
			-webkit-background-size: cover;
			background-size: cover;
			background-repeat: no-repeat;
			background-position: center top;
			background-attachment: fixed;
		}
		
		@media (max-width: 475px) {
			.header_title, .large-network{
				font-size:37px !important;
			}
			#header{
				position:relative !important;
			}
		}
		@media (min-width: 476px) and (max-width: 554px) {
			.header_title, .large-network{
				font-size:67px !important;
			}
			#header{
				position:relative !important;
			}
		}
		@media (min-width: 554px) {
			.header_title, .large-network{
				font-size:82px !important;
			}
			#header{
				position:fixed !important;
			}
		}
		@media (max-width: 711px) {
			#scrollicon{
				display:none;
			}
		}