
/*Common Styles*/


body {
	position: absolute;
	width: 100%;
	height: 100%;
	overflow: hidden;
}

.clearFix:after {
	content: '.';
	display: block;
	clear: both;
	height: 0;
	visibility: hidden;
}

ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

.omega {
	padding-left: 0;
}

.alfa {
	padding-right: 0;
}


/*Logo Styles*/

.logo {
	display: block;
	float: left;
	margin-right: 27px;
}

/*Navigation Styles*/

#header {
	z-index: 9999;
}

.navigationHolder {
	padding-bottom: 13px;
	border-bottom: 1px solid black;
	overflow: hidden;
}

#audioplayer {
	float: right;
	margin-top: 7px;
	margin-right: 0;
	padding-right: 0;
}

#filters {
	float: left;
}

#filters li {
	height: 100%;
	display: inline-block;
	padding-right: 33px;
}

#filters li a {
	padding-bottom: 8px;
	font-family: 'Lato', sans-serif;
	text-transform: uppercase;
	font-size: 18px;
	font-weight: 300;
	color: #000;
	height: 100%;
	border-bottom: 5px solid transparent;
	-webkit-transition: all 0.4s;
	-moz-transition: all 0.4s;
	-o-transition: all 0.4s;
	-ms-transition: all 0.4s;
	transition: all 0.4s;
}

#filters li a:hover {
	border-bottom: 5px solid black;
}

.portfolioCategories {
	opacity: 0;
}



/*Socials Styles*/

#socials {
	float: right;
	padding-top: 3px;
}

#socials li {
	display: inline-block;
	padding-left: 5px;
}

#socials li a {
	width: 16px;
	height: 14px;
	background-image: url(../img/socialico.png);
	background-repeat: no-repeat;
	display: block;
	text-indent: -9999px;
}

#socials li a.facebook {
	background-position: 4px 0;
}

#socials li a.twitter {
	background-position: -20px 0;
}

#socials li a.vimeo {
	background-position: -45px 0;
}

#socials li a.rss {
	background-position: -72px 0;
}

#socials li a.facebook:hover {
	background-position: 4px -18px;
}

#socials li a.twitter:hover {
	background-position: -20px -18px;
}

#socials li a.vimeo:hover {
	background-position: -45px -18px;
}

#socials li a.rss:hover {
	background-position: -72px -18px;
}

/*Twitter Feed*/

.tweet {
	font-family: 'Lato', sans-serif;
	margin: 0;
	padding-top: 15px;
	font-size: 12px;
	color: #000;
}

.tweet a {
	color: #000;
}

 .loader {
	position: absolute;
	width: 100%;
	z-index: 99999999999999;
	background-color: #fff;
	height: 100%;
}

.loader img {
	position: absolute;
	top: 50%;
	margin-top: -12px;
	left: 50%;
	margin-left: -12px;
}

/*Isotope Container Styles*/

#container {
	margin-top: 50px;
	position: relative;
}

#container .element {
	width: 311px;
	display: block;
	float: left;
	overflow: hidden;
}

#container .element > a {
	display: block;
	width: 100%;
	height: 100%;
	position: relative;
}


/*Big Holder Styles*/

#container .bigHolder .hoverInfo {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 90%;
	padding: 0 30px;
	padding-top: 170px;
	background-image: url(../img/hoverBg.png);
	background-repeat: no-repeat;
	background-position: center bottom;
}

#container .bigHolder.imagePost .hoverInfo, #container .bigHolder.sliderPost .hoverInfo, #container .bigHolder.videoPost .hoverInfo {
	background-position: center 120px !important;
}

#container .bigHolder.imagePost:hover .hoverInfo, #container .bigHolder.sliderPost:hover .hoverInfo, #container .bigHolder.videoPost:hover .hoverInfo {
background-position: center -500px !important;
}

#container .bigHolder.imagePost .hoverInfo {
	background-image: url(../img/hover1.png);
}

#container .bigHolder.sliderPost .hoverInfo {
	background-image: url(../img/hover2.png);
}

#container .bigHolder.videoPost .hoverInfo {
	background-image: url(../img/hover3.png);
}

#container .bigHolder .hoverInfo h4, #container .team .hoverInfo h4, #container .bigHolder .hoverInfo p, #container .team .hoverInfo p {
	text-align: center;
	color: #fff;
}

#container .bigHolder .hoverInfo h4, #container .team .hoverInfo h4 {
	font-size: 22px;
	margin-top: 40px;
	font-family: 'Lato', sans-serif;
	font-weight: 300;
	text-transform: uppercase;
	background-image: url(../img/titleBorder.png);
	background-repeat: no-repeat;
	background-position: center bottom;
	padding-bottom: 19px;
	margin-bottom: 0;
}

#container .bigHolder .hoverInfo p, #container .team .hoverInfo p {
	font-family: 'Lato', sans-serif;
	line-height: 24px;
	font-size: 17px;
	background-image: url(../img/plusSign2.png);
	background-repeat: no-repeat;
	background-position: center bottom;
	padding-bottom: 50px;
}

#container .team .hoverInfo p {
	background-image: none;
	padding-bottom: 0;
	margin-bottom: 0;
	padding-bottom: 15px;
}

#smallScreenNav {
	display: none;
	-webkit-appearance: button;
	-webkit-border-radius: 2px;
	-webkit-padding-end: 20px;
	-webkit-padding-start: 2px;
	-webkit-user-select: none;
	border: 0px solid #AAA;
	font-size: inherit;
	margin: 0;
	overflow: hidden;
	padding-top: 2px;
	padding-bottom: 2px;
	text-overflow: ellipsis;
	white-space: nowrap;
	z-index: 7050;
	padding-left: 20px;
		color: #000;
		background-color: #fff;
		padding-left: 70px;
		background-image: url(../img/responsive-nav-bg2.png);
		background-repeat: no-repeat;
		background-position: 20px center;
		height: 60px;
	}
}



/*Small Holder Styles*/

#container .smallHolder a {
	position: relative;
	width: 100%;
	height: 100%;
}


#container .smallHolder a .moreHover, #container .bigHolder a .moreHover {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-image: url(../img/plusSign.png);
	background-repeat: no-repeat;
	background-position: center center;
	-webkit-transform: scale(0);
	-moz-transform: scale(0);
	-o-transform: scale(0);
	-ms-transform: scale(0);
	transform: scale(0);
	-webkit-transition: all 0.4s;
	-moz-transition: all 0.4s;
	-o-transition: all 0.4s;
	-ms-transition: all 0.4s;
	transition: all 0.4s;
}

#container .smallHolder a:hover .moreHover, #container .bigHolder a:hover .moreHover {
	background-color: rgba(0,0,0,0.6);
	-webkit-transform: scale(1);
	-moz-transform: scale(1);
	-o-transform: scale(1);
	-ms-transform: scale(1);
	transform: scale(1);
	
}


#container .sliderHolder {
	width: 311px;
}

#container .smallHolder .twitterHolder, #container .smallHolder .faceHolder {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	padding: 14px;
	padding-top: 30px;
	background-color: rgba(0,0,0,0.6)
}

#container .smallHolder .twitterHolder p.tweet {
	position: relative;
	padding-top: 40px;
	padding-left: 20px;
	padding-right: 20px;
	color: #fff;
	font-family: 'Lato', sans-serif;
	line-height: 21px;
	text-align: center;
	border: 1px solid white;
	height: 100%;

}

#container .smallHolder .twitterHolder p:before {
	content: url(../img/twitter-ico.png);
	position: absolute;
	top: -15px;
	left: 43%;
}

#container .smallHolder .faceHolder p:before {
	content: url(../img/fb-ico.png);
	position: absolute;
	top: -17px;
	left: 47%;
}

#container .smallHolder .twitterHolder p .tweet_text {
	line-height: 21px;
}



#container .smallHolder .twitterHolder p a {
	color: #b2b2b1;
	font-size: 17px;
	text-align: center;
	line-height: 23px;
}

.tweetList p {
	line-height: 24px;
	font-size: 17px;
	margin-top: 0;
}

.twitterFeed  {
	padding-left: 0;
}


#footer {
	background-color: #111111;
	padding: 15px;
	padding-bottom: 0;
}

/*Subscribe Section*/

.subscribeSection {
	padding-bottom: 5px;
	border-bottom: 1px solid #393939;
	margin-bottom: 5px;
}

.subscribeSection p {
	float: left;
	margin: 0;
	padding: 0;
	width: 439px;
}

.subscribeSection input[type="email"] {
	height: 41px;
	width: 294px;
	float: left;
	border: none;
	background-color: rgba(255, 255, 255, 0.3);
}

.subscribeSection input[type="submit"] {
	float: left;
	border: none;
	background-image: url(../img/send-button.png);
	padding: 0;
	margin: 0;
	margin-left: 6px;
	text-indent: -9999px;
	height: 41px;
	width: 39px;
}

.subscribeSection a {
	display: block;
	float: right;
	background-image: url(../img/top-arrow.png);
	width: 39px;
	height: 39px;
	text-indent: -9999px;
}

/*Services Holder Styles*/

.serviceHolder {
	padding: 0 40px;
}

.serviceHolder h4 {
	position: relative;
	font-size: 17px;
	font-family: Arial, "Helvetica Neue", Helvetica, sans-serif;
	font-size: 17px;
	font-weight: normal;
	margin-bottom: 12px;
	color: #706d6d;
}

.services .serv h4:before {
	content:url(../img/service-footer-ico.png);
	position: absolute;
	left: -40px;
	top: -3px;
}

.services .team h4:before {
	content: url(../img/team-footer-ico.png);
	position: absolute;
	left: -50px;
	top: -3px;
}

.services .portfolio h4:before {
	content: url(../img/portfolio-footer-ico.png);
	position: absolute;
	left: -40px;
	top: -3px;
}

.services .contact h4:before {
	content: url(../img/contact-footer-ico.png);
	position: absolute;
	left: -30px;
	top: -3px;
}

.serviceHolder p {
	font-family: 'Lato', sans-serif;
	margin-top: 0;
	font-size: 16px;
	color: #706d6d;
	line-height: 18px;
}


/*Footer Social Links*/

.socialLinks {
	background-image: url(../img/bdrFooter.png);
	background-repeat: no-repeat;
	background-position: center center;
}

.socialLinks ul {
	width: 530px;
	margin: 0 auto;
}

.socialLinks ul li {
	display: inline-block;
	margin: 20px;
	text-align: center;
}

.socialLinks ul li a {
	display: block;
	font-size: 15px;
	color: #615f5f;
}


/*About us Container Post*/

#container .element.aboutUsPost, #container .element.blogPostHolder, #container .element.contactHolder {
	opacity: 0;
	position: relative;
	width: 630px;
	background-color: #000;
	color: #fff;
	padding: 35px 30px 45px 30px;
	background-image: url(../img/titleBorder.png);
	background-repeat: no-repeat;
	background-position: center 93%;
	padding-bottom: 68px;
}

#container .element.aboutUsPost .closePost, #container .element.blogPostHolder .closePost, #container .element.contactHolder .closePost {
	position: absolute;
	background-image: url(../img/closeIcon.png);
	background-repeat: no-repeat;
	background-position: center center;
	right: 32px;
	top: 47px;
	width: 52px;
	height: 52px;
	color: #fff;
	font-size: 24px;
	font-family: Arial, "Helvetica Neue", Helvetica, sans-serif;
	z-index: 5;
}

#aboutUs h2, #contactUs h2, .blogPostContainer h2 {
	position: relative;
	font-weight: normal;
	color: #fff;
	font-family: 'Lato', sans-serif;
	font-size: 18px;
	margin-left: 70px;
	background-image: url(../img/titleBorder.png);
	background-repeat: no-repeat;
	background-position: left bottom;
	padding-bottom: 15px;
	margin-top: 30px;
	margin-bottom: 30px;
}

#aboutUs h2:before, #contactUs h2:before, .blogPostContainer h2:before {
	content: url(../img/aboutIco.png);
	position: absolute;
	top: -18px;
	left: -70px;
}

#aboutUs .large-6 p, #contactUs .large-6 p, .blogPostContainer .large-6 p {
	font-size: 17px;
	font-family: 'Lato', sans-serif;
	line-height: 24px;
	margin-bottom: 25px;
}


/*Testimonail Slider */

#testimonials {
	margin: 25px 0;
}

#testimonials .orbit-container {
	background-color: #ffffff;
	padding: 44px 0;
}


#testimonials .orbit-container li h3, #testimonials .orbit-container li p {
	font-family: 'Lato', sans-serif;
	text-align: center;
	font-weight: normal;
	color: #000;
}

#testimonials .orbit-container li h3 {
	font-size: 18px;
	text-transform: uppercase;
	margin: 0;
}

#testimonials .orbit-container li p {
	padding: 0 70px;
	font-size: 14px;
	line-height: 24px;
	margin-bottom: 0;
}

#testimonials .orbit-container .orbit-prev, #testimonials .orbit-container .orbit-next {
	bottom: auto;
	top: 50px;
	margin-top: 0;
}

#testimonials .orbit-container .orbit-prev {
	right: auto;
	left: 0;
}


/*Coffe holder*/

#container .smallHolder .coffeInfo {
	position: absolute;
	width: 100%;
	height: 100%;
	background: rgb(117,101,101); /* Old browsers */
	background: -moz-radial-gradient(center, ellipse cover, rgba(117,101,101,1) 28%, rgba(91,78,78,1) 67%); /* FF3.6+ */
	background: -webkit-gradient(radial, center center, 0px, center center, 100%, color-stop(28%,rgba(117,101,101,1)), color-stop(67%,rgba(91,78,78,1))); /* Chrome,Safari4+ */
	background: -webkit-radial-gradient(center, ellipse cover, rgba(117,101,101,1) 28%,rgba(91,78,78,1) 67%); /* Chrome10+,Safari5.1+ */
	background: -o-radial-gradient(center, ellipse cover, rgba(117,101,101,1) 28%,rgba(91,78,78,1) 67%); /* Opera 12+ */
	background: -ms-radial-gradient(center, ellipse cover, rgba(117,101,101,1) 28%,rgba(91,78,78,1) 67%); /* IE10+ */
	background: radial-gradient(ellipse at center, rgba(117,101,101,1) 28%,rgba(91,78,78,1) 67%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#756565', endColorstr='#5b4e4e',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */
}

#container .smallHolder .clickInfo span {
	background-image: url(../img/click-ico.png) !important;
	background-repeat: no-repeat;
	background-position: center center;
}

#container .smallHolder .coffeInfo span {
	display: block;
	width: 56px;
	height: 56px;
	border: 1px solid white;
	margin: auto;
	border-radius: 28px;
	background-image: url(../img/coffe-ico.png);
	background-repeat: no-repeat;
	background-position: center center;
	margin-top: 30px;
}

#container .smallHolder .coffeInfo h5 {
	font-family: 'Lato', sans-serif;
	font-weight: normal;
	font-size: 52px;
	margin: 0;
	text-align: center;
	color: #fff;
	margin-top: 20px;
}

#container .smallHolder .coffeInfo p {
	color: #fff;
	font-family: 'Lato', sans-serif;
	text-align: center;
}


/*Clicks Info Container*/

#container .bigHolder .clicksInfo {
	position: absolute;
	width: 100%;
	height: 100%;
	background: rgb(64,53,52); /* Old browsers */
	background: -moz-radial-gradient(center, ellipse cover, rgba(64,53,52,1) 29%, rgba(38,31,30,1) 66%); /* FF3.6+ */
	background: -webkit-gradient(radial, center center, 0px, center center, 100%, color-stop(29%,rgba(64,53,52,1)), color-stop(66%,rgba(38,31,30,1))); /* Chrome,Safari4+ */
	background: -webkit-radial-gradient(center, ellipse cover, rgba(64,53,52,1) 29%,rgba(38,31,30,1) 66%); /* Chrome10+,Safari5.1+ */
	background: -o-radial-gradient(center, ellipse cover, rgba(64,53,52,1) 29%,rgba(38,31,30,1) 66%); /* Opera 12+ */
	background: -ms-radial-gradient(center, ellipse cover, rgba(64,53,52,1) 29%,rgba(38,31,30,1) 66%); /* IE10+ */
	background: radial-gradient(ellipse at center, rgba(64,53,52,1) 29%,rgba(38,31,30,1) 66%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#403534', endColorstr='#261f1e',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */

}

#container .bigHolder .clicksInfo h3 {
	font-family: 'Lato', sans-serif;
	text-align: center;
	margin: 0;
	font-size: 18px;
	color: #fff;
	text-transform: uppercase;
	margin-top: 45px;
	padding-bottom: 20px;
	background-image: url(../img/titleBorder.png);
	background-repeat: no-repeat;
	background-position: center bottom;
	font-weight: 300;
}

#container .bigHolder .clicksInfo span {
	display: block;
	width: 82px;
	height: 82px;
	border: 1px solid white;
	margin: auto;
	border-radius: 41px;
	margin-top: 35px;
	background-image: url(../img/smartphone-ico.png);
	background-repeat: no-repeat;
	background-position: center center;
}

#container .bigHolder .clicksInfo h4 {
	text-align: center;
	color: #fff;
	font-weight: normal;
	font-size: 52px;
	margin: 0;
	margin-top: 35px;
}

#container .bigHolder .clicksInfo p {
	color: #fff;
	font-family: 'Lato', sans-serif;
	line-height: 19px;
	text-align: center;
	font-size: 14px;
	padding: 0 25px;
}



/*Team Section Holders*/

#container .team .hoverInfo a {
	display: block;
}

#container .team .hoverInfo {
	position: absolute;
	bottom: 0;
	width: 100%;
	min-height: 90%;
	padding: 0 30px;
	padding-top: 200px;
	background-image: url(../img/hoverBg.png) !important;
	background-repeat: no-repeat;
	background-position: left bottom;
	-webkit-background-size: 100%;
	background-size: 100%;
	-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 .portfolio .portfolioHover {
	padding-top: 130px;
}

#container .team:hover .hoverInfo {
	padding-top: 240px;
	height: 150% !important;
	-webkit-background-size: 200%;
	background-size: 200%;
}

#container .team:hover .hoverInfo p {
	padding-bottom: 0;
	background-image: none;
}

#container .team .hoverInfo p {
	text-transform: uppercase;
}

#container .team .hoverInfo p.teamInfo {
	-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
	filter: alpha(opacity=0);
	opacity: 0;
	text-align: center;
	text-transform: capitalize;
	display: none;
	font-size: 17px;
	background-image: none;
	padding-bottom: 30px;
	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;
}

#container .team:hover .hoverInfo p.teamInfo {
	background-image: url(../img/titleBorder.png);
	background-repeat: no-repeat;
	background-position: center bottom;
	opacity: 1;
	display: block;
	margin-bottom: 15px;
}

#container .team:hover .hoverInfo ul {
	background-image: none;
}

#container .team .hoverInfo ul {
	width: 87px;
	margin: auto;
	background-image: url(../img/plusSign2.png);
	padding-bottom: 35px;
	background-repeat: no-repeat;
	background-position: center bottom;
}

#container .team .hoverInfo ul li {
	display: inline-block;
}

#container .team .hoverInfo ul li a {
	text-indent: -9999px;
	display: block;
	width: 26px;
	height: 26px;
	background-image: url(../img/team-social-icons.png);
	background-repeat: no-repeat;
}

#container .team .hoverInfo ul li a.twitter {
	background-position: -34px 0;
}

#container .team .hoverInfo ul li a.dribble {
	background-position: -69px 0;
}

#container .team .hoverInfo ul li a.facebook:hover {
	background-position: 0px -26px;
}

#container .team .hoverInfo ul li a.twitter:hover {
	background-position: -34px -26px;
}

#container .team .hoverInfo ul li a.dribble:hover {
	background-position: -69px -26px;
}


/*Services Holders*/

#container .services .clicksInfo p.serviceIco  {
	margin-top: 40px;
	text-align: center;
	margin-left: 20px;
}

#container .services .clicksInfo p.content {
	background-image: url(../img/plusSign2.png);
	background-repeat: no-repeat;
	background-position: center bottom;
	padding-bottom: 40px;
}

#container .services.lightGradient .clicksInfo {
	background: rgb(122,106,89) !important; /* Old browsers */
background: -moz-radial-gradient(center, ellipse cover, rgba(122,106,89,1) 0%, rgba(107,93,78,1) 100%) !important; /* FF3.6+ */
background: -webkit-gradient(radial, center center, 0px, center center, 100%, color-stop(0%,rgba(122,106,89,1)), color-stop(100%,rgba(107,93,78,1))) !important; /* Chrome,Safari4+ */
background: -webkit-radial-gradient(center, ellipse cover, rgba(122,106,89,1) 0%,rgba(107,93,78,1) 100%) !important; /* Chrome10+,Safari5.1+ */
background: -o-radial-gradient(center, ellipse cover, rgba(122,106,89,1) 0%,rgba(107,93,78,1) 100%) !important; /* Opera 12+ */
background: -ms-radial-gradient(center, ellipse cover, rgba(122,106,89,1) 0%,rgba(107,93,78,1) 100%) !important; /* IE10+ */
background: radial-gradient(ellipse at center, rgba(122,106,89,1) 0%,rgba(107,93,78,1) 100%) !important; /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#7a6a59', endColorstr='#6b5d4e',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */
}

#container .services.moreLighterGradient .clicksInfo {
	background: rgb(117,101,101) !important; /* Old browsers */
	background: -moz-radial-gradient(center, ellipse cover, rgba(117,101,101,1) 0%, rgba(91,78,78,1) 100%) !important; /* FF3.6+ */
	background: -webkit-gradient(radial, center center, 0px, center center, 100%, color-stop(0%,rgba(117,101,101,1)), color-stop(100%,rgba(91,78,78,1))) !important; /* Chrome,Safari4+ */
	background: -webkit-radial-gradient(center, ellipse cover, rgba(117,101,101,1) 0%,rgba(91,78,78,1) 100%) !important; /* Chrome10+,Safari5.1+ */
	background: -o-radial-gradient(center, ellipse cover, rgba(117,101,101,1) 0%,rgba(91,78,78,1) 100%) !important; /* Opera 12+ */
	background: -ms-radial-gradient(center, ellipse cover, rgba(117,101,101,1) 0%,rgba(91,78,78,1) 100%) !important; /* IE10+ */
	background: radial-gradient(ellipse at center, rgba(117,101,101,1) 0%,rgba(91,78,78,1) 100%) !important; /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#756565', endColorstr='#5b4e4e',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */
}

#container .portfolioCategories .hoverInfo {
	background-image: url(../img/catHoverbg.png);
	background-repeat: no-repeat;
	background-position: center bottom;
}

#container .portfolioCategories .hoverInfo ul li {
	text-align: center;
	padding-bottom: 10px;
}

#container .portfolioCategories .hoverInfo ul li a {
	font-size: 14px;
	text-transform: uppercase;
	font-family: 'Lato', sans-serif;
	color: #fff;
	font-weight: 300;
}

#container .bigHolder.blog .hoverInfo p {
	padding-bottom: 55px;
}

#container .blog .hoverInfo {
	position: absolute;
	bottom: 0;
	width: 100%;
	min-height: 90%;
	padding: 0 30px;
	padding-top: 200px;
	background-repeat: no-repeat;
	background-position: left bottom;
	-webkit-background-size: 100%;
	background-size: 100%;
	-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 .blog.imagePost {
	background-image: url(../img/hoverBg.png) !important;
}

#container .blog.sliderPost {
	background-image: url(../img/sliderBlogBg.png) !important;
}


#container .blog .hoverInfo h4 {
	background-image: none;
	padding-bottom: 0;
	margin-bottom: 0;
}

#container .blog .hoverInfo p:not(:last-child) {
	background-image: url(../img/titleBorder.png), url(../img/plusSign2.png);
	background-repeat: no-repeat, no-repeat;
	background-position: center 50%, center bottom;
	margin-bottom: 0;
	padding-bottom: 60px;
}



#container .bigHolder.blog:hover .hoverInfo {
	height: 100%;
	bottom: 0;
	padding-top: 0;
	-webkit-background-size: 250%;
	background-size: 250%;
}

#container .bigHolder.blog .hoverInfo p.teamInfo {
	-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
	filter: alpha(opacity=0);
	opacity: 0;
	-webkit-transition: all 0.4s;
	-moz-transition: all 0.4s;
	-o-transition: all 0.4s;
	-ms-transition: all 0.4s;
	transition: all 0.4s;
}

#container .bigHolder.blog:hover .hoverInfo p.teamInfo {
	opacity: 1;
}

#container .bigHolder.blog:hover .hoverInfo p:not(:last-child) {
	background-image: url(../img/titleBorder.png), none;
	background-position: center bottom;
	padding-bottom: 15px;
}


#container .contactHolder p, #container .blogPostHolder p {
	font-size: 17px;
	color: #d4d4d4;
	line-height: 24px;
}

form p label {
	font-size: 17px;
	color: #d4d4d4;
}

form p input { 
	background-color: transparent !important;
	border: 1px solid white;
	color: #fff !important;
	height: 30px !important;
}

form p textarea {
	background-color: transparent;
	border: 1px solid white;
	color: #fff;
}

form p textarea:focus {
	background-color: transparent;
}

form p:last-child {
	float: right;
}

form p:last-child input {
	border: none;
	text-indent: -9999px;
	width: 26px;
	height: 28px;
	background-image: url(../img/submitButton.png);
	background-repeat: no-repeat;
}



.postContentHolder {
	height: 429px;
}

.blogPostHolder p.postDate:before {
	content: url(../img/postDate.png);
	position: relative;
	top: 3px;
	margin-right: 15px;
}

.imageSliderHolder .orbit-container .orbit-prev, .imageSliderHolder .orbit-container .orbit-next {
	bottom: auto;
	top: 50%;
	margin-top: -20px;
}

.imageSliderHolder .orbit-container .orbit-prev {
	right: auto;
	left: 0;
}

.imageSliderHolder .orbit-container .orbit-next {
	left: auto;
	right: 0;
}

.element.videoPost span {
	position: absolute;
	top: 15%;
	left: 39%;
	display: block;
	background-image: url(../img/play-button.png);
	background-repeat: no-repeat;
	background-position: center center;
	width: 90px;
	height: 90px;
	float: left;
	border-radius: 45px;
	z-index: 9999;
	background-color: #000;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	-o-transition: all 0.3s;
	-ms-transition: all 0.3s;
	transition: all 0.3s;
}

.element.videoPost:hover span {
	opacity: 0;
}

#container .services {
	cursor: pointer;
}

.moreContent {
	-webkit-transition: all 0.4s;
	-moz-transition: all 0.4s;
	-o-transition: all 0.4s;
	-ms-transition: all 0.4s;
	transition: all 0.4s;
	height: 0;
	padding-top: 0;
	position: absolute;
	bottom: 0;
	left: 0;
	background-image: url(../img/servHover.png);
	background-repeat: no-repeat;
	background-position: center bottom;
}

.moreContent p {
	color: #a3a3a3;
	font-family: 'Lato', sans-serif;
	font-weight: 300;
	font-size: 14px;
	line-height: 19px;
	padding-top: 15px;
	padding-left: 30px;
	padding-right: 30px;
	text-align: center;

	background-image: url(../img/close-button.png);
	background-repeat: no-repeat;
	background-position: center bottom;
	padding-bottom: 40px;
}

.moreContent button {
	background-color: transparent;
	border: none;
	width: 100%;
	text-align: center;
}

.serviceActive {
	padding-top: 150px;
	height: 90%;
}



.sliderPost.blogPostContainer h2:before, .imagePost.blogPostContainer h2:before, .imagePost2.blogPostContainer h2:before, .imagePost3.blogPostContainer h2:before {
	content: url(../img/imageSliderIco.png);
}

.videoPost  h2:before {
	content: url(../img/cameraIco.png);
}

.sliderPost h2:before {
	content: url(../img/imageSliderIco.png);
}

.

#container .services img {
	-webkit-transition: all 0.4s;
	-moz-transition: all 0.4s;
	-o-transition: all 0.4s;
	-ms-transition: all 0.4s;
	transition: all 0.4s;
}


.scaledOne {
	-webkit-transform: scale(0.3);
	-moz-transform: scale(0.3);
	-o-transform: scale(0.3);
	-ms-transform: scale(0.3);
	transform: scale(0.3);
	margin-top: 15px;
}


.mTop {
	margin-top: 5px !important;
	height: 50px !important;
}

.noBgImage {
	background-image: none !important;
}

.fadeCont {
	opacity: 0;
}

.marginFix {
	margin-top: -25px;
	margin-left: -12px;
}

.mFix {
	margin-top: -5px;
	margin-left: -17px;
}

.marFix {
	margin-top: 3px;
}

.margFix {
	margin-top: 28px;
}

.categoriesNav {
	margin-bottom: 19px !important;
}


/*Responsive with MediaQueries*/



/* Portrait */
@media screen and (min-width: 1204px) {
	.audioplayer {
			width: 305px;
		float: right;
		background-color: #fff;
		text-shadow: none;
		border: 1px solid #ccc;
		}

		.audioplayer-bar {
			height: 1px;
			top: auto;
		}

		.audioplayer-time {
			color: #000;
		}

		.audioplayer-playpause:hover, .audioplayer-playpause:focus {
			background-color: transparent;
		}

		.audioplayer-play, .audioplayer-pause, .audioplayer-volume a {
			background-color: #000;
			color: #000;
		}

		.audioplayer:not(.audioplayer-playing) .audioplayer-playpause a {
			border-left-color: black;
		}

		.audioplayer-volume-button a:before {
			border-right-color: black;
		}

		.audioplayer-playing .audioplayer-playpause a:before, .audioplayer-playing .audioplayer-playpause a:after {
			background-color: #000;
		}
}


/* Portrait */
@media screen and (max-height: 1204px) {
	#header, #footer {
		width: 631px !important;
	}
}

@media screen and (min-width: 1220px) {
	#header, #footer {
		width: 1580px !important;
	}
}

@media screen and (max-width: 1675px) {
	#header, #footer {
		width: 1269px !important;
	}
}

@media screen and (max-width: 1335px) {
	#header, #footer {
		width: 950px !important;
	}
}

/* Landscape */
@media screen and (orientation:landscape) and (min-width: 780px) and (max-width: 1030px) {
	#header, #footer {
		width: 950px !important;
	}		
}


@media only screen and (max-width: 1030px) {

	body {
		padding: 0;
		padding-top: 30px;
	}

	#socials {
		display: none;
	}
}

@media only screen and (max-width: 1000px) {
	#socials, #filters {
		display: none;
	}


	.tweet {
		padding-left: 88px;
	}

	.tweet span {
		line-height: 18px;
	}

	#filters {
		display: none;
	}

	#smallScreenNav {
		display: block;
	}

}

@media screen and (max-width: 990px) {
	#header, #footer {
		width: 631px !important;
	}
}

@media only screen and (max-width: 640px) {

	#header, #footer {
		width: 312px !important;
	}

	#container .element.aboutUsPost, #container .element.blogPostHolder, #container .element.contactHolder {
		width: 312px;
	} 

	.tweet {
		display: none;
	}

	.socialLinks {
		display: none;
	}

	.subscribeSection p {
		width: 100%;
	}

	.subscribeSection p input {
		width: 83%;
	}

	.subscribeSection a {
		clear: both;
		background-repeat: no-repeat;
		display: block;
		width: 100%;		float: none;
		background-position: center center;
	}

	.navigationHolder {
		padding-bottom: 0;
		border-bottom: none;
	}
}

