@charset "utf-8"; /* CSS Document */

@font-face {
	font-family: 'Candara';
	src: url('../fonts/candara/candara.eot');
	src: url('../fonts/candara/candara.eot?#iefix') format('embedded-opentype'), url('../fonts/candara/candara.woff') format('woff'), url('../fonts/candara/candara.ttf') format('truetype'), url('../fonts/candara/candara.svg#candara') format('svg');
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family: 'bebas_neueregular';
	src: url('../fonts/BebasNeu/bebasneue-webfont-webfont.eot');
	src: url('../fonts/BebasNeu/bebasneue-webfont-webfont.eot?#iefix') format('embedded-opentype'), url('../fonts/BebasNeu/bebasneue-webfont-webfont.woff') format('woff'), url('../fonts/BebasNeu/bebasneue-webfont-webfont.ttf') format('truetype'), url('../fonts/BebasNeu/bebasneue-webfont-webfont.svg#bebas_neueregular') format('svg');
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family: 'Calibri';
	src: url('../fonts/calibri/calibri0.eot');
	src: url('../fonts/calibri/calibri0.eot?#iefix') format('embedded-opentype'), url('../fonts/calibri/calibri0.woff') format('woff'), url('../fonts/calibri/calibri0.ttf') format('truetype'), url('../fonts/calibri/calibri0.svg#calibri0') format('svg');
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family: 'Lato-Regular';
	src: url('../fonts/latoreg/latoreg.eot');
	src: url('../fonts/latoreg/latoreg.eot?#iefix') format('embedded-opentype'), url('../fonts/latoreg/latoreg.woff') format('woff'), url('../fonts/latoreg/latoreg.ttf') format('truetype'), url('../fonts/latoreg/latoreg.svg#latoreg') format('svg');
	font-weight: normal;
	font-style: normal;
}

@font-face {
    font-family: 'lobsterfont';
    src: url('../fonts/lobsterfont-webfont.eot');
    src: url('../fonts/lobsterfont-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/lobsterfont-webfont.woff2') format('woff2'),
         url('../fonts/lobsterfont-webfont.woff') format('woff'),
         url('../fonts/lobsterfont-webfont.ttf') format('truetype'),
         url('../fonts/lobsterfont-webfont.svg#lobster_1.3regular') format('svg');
    font-weight: normal;
    font-style: normal;

}

html,body {
	widht: 100%;
	height: 100%;
}

.clear-fix:after {
	content: '';
	visibility: hidden;
	clear: both;
	display: block;
}

body {
	background-color: #f6f7f0;
	}
	
body p {	
	margin: 0;
	padding: 0;
	margin-top: 20px;
	font-family: 'Calibri';
	color: #092947;
	line-height: 19px;
}

.activeAcc:before {
	content: url(../images/Typography/activeAcc.png);
	position: relative;
	top: -3px;
	padding-right: 5px;
}

.non-active:before {
	content: url(../images/Typography/noActiveAcc.png);
	padding-right: 5px;
	position: relative;
	top: 1px;
}

#headerWrapper {
}

#header {
	position: relative;
}

#general ul, #singlePost ul, #projectWrapper ul, #contactInfo ul {
  list-style: disc outside none;
	margin: 20px 0px;
	padding-left: 20px;
    color: #092947;
    font-family: "Calibri";
    line-height: 19px;
	}
	
#projectWrapper ul {
  padding-left: 40px;
	}
	
h1 a#headerLogo {
  font-family: lobsterfont;
	color: #fff;
	font-size: 36px;
	}
	
#clients {
  margin-top: 30px;
	}
	
.lobsterfont {
  font-family: "lobsterfont" !important;
	}
	
.galleria {
  width: 100%;
	height: 500px;
	}
	
/*.galleria-theme-classic {
  overflow: visible !important;
	}
	
.galleria-theme-classic .galleria-thumbnails-container {
  width: 25% !important;
	height: auto;
	}*/
	


/*NAVIGATION STYLES*/
.top-bar {
	background: rgba(82, 155, 148, 0.8);
	padding: 20px 35px 25px 35px;
}

.top-bar .title-area {
	z-index: 10;
}

.logo {
	margin-top: 10px;
}

.title-area {
	margin-right: 145px;
}

.top-bar .name h1 a {
	padding: 0;
}

.top-bar-section ul {
	background-color: transparent;
	
}

.top-bar-section ul li {
	margin-right: 19px;
}

.top-bar-section li a:not(.button) {
	padding: 0;
}

.top-bar-section ul li a {
	color: #fff;
	font-size: 15px;
	font-family: 'Candara';
	text-transform: uppercase;
}

.top-bar-section ul li.active a {
	background: transparent;
}

.top-bar-section li a:not(.button):hover {
	color: #a82743;
	background-color: transparent;
}

.dropdown {
	border-right: none !important;
	top: 35px !important;
	background: rgba(82, 155, 148, 1) !important;
}

.top-bar-section .has-dropdown > a {
	padding-right: 0 !important;
}

.top-bar-section .has-dropdown > a:after {
	content: none;
}

.dropdown li {
	padding: 10px;
	border-bottom: 1px solid #CCC;
}

#socials {
	float: right;
	border-right: none;
	margin-top: 8px;
}

#socials li {
	margin: 0;
	margin-left: 5px;
}

#socials li a {
	width: 26px;
	height: 26px;
	text-indent: -99999px;
	background-image: url(../images/1-Home/social-icons-menu.png);
	background-repeat: no-repeat;
}

#socials li:last-child a {
	background-position: -31px 0;
}

#socials li:first-child a:hover {
	background-position: 0 -27px;
}

#socials li:last-child a:hover {
	background-position: -31px -27px;
}

 select {
   -webkit-appearance: button;
   -webkit-border-radius: 2px;
   -webkit-padding-end: 20px;
   -webkit-padding-start: 2px;
   -webkit-user-select: none;
   background-position: center right;
   background-repeat: no-repeat;
   border: 1px solid #AAA;
   color: #555;
   font-size: inherit;
   margin: 0;
   overflow: hidden;
   padding-top: 2px;
   padding-bottom: 2px;
   text-overflow: ellipsis;
   white-space: nowrap;
 	z-index:7050;
	
	background-image: url(../images/responsive-nav-bg.png);
 }


/*TEXT INTRO STYLES*/
.text1 {
	margin-top: 90px;
	width: 22% !important;
}

.text1 p {
	margin: 0;
	padding: 0;
	color: white;
	font-family: Georgia, serif;
	text-align: center;
	font-size: 17px;
	line-height: 21px;
}

.text1 p:last-child {
	text-transform: uppercase;
	padding-bottom: 3px;
	border-bottom: 1px solid white;
}

#titleContainer {
	margin-top: 89px;
	margin-bottom: 257px;
}

#titleContainer p,#titleContainer h1 {
	text-align: center;
	font-weight: normal;
	color: white;
	margin: 0;
	padding: 0;
}

#titleContainer p:first-child,#titleContainer h1 {
	font-family: 'bebas_neueregular';
}

#titleContainer p:first-child {
	font-size: 41px;
}

#titleContainer h1 {
	font-size: 122px;
	margin-bottom: 20px;
	font-family: 'lobsterfont';
}

#titleContainer p.desc {
	text-transform: uppercase;
	font-family: 'Calibri';
	font-size: 17px;
	margin-bottom: 10px;
}

/*CATEGORY WRAPP STYLES*/
.traits-wrapper {
	height: 520px;
	position: absolute;
	bottom: 0;
}

.trait-box {
	position: absolute;
	bottom: -126px;
	width: 326px;
	margin-top: 395px;
	display: block;
	text-align: center;
	height: 126px;
	text-decoration: none !important;

	-webkit-transition: all 300ms cubic-bezier(0.32, 0.22, 0.35, 0.98);
	-moz-transition: all 300ms cubic-bezier(0.32, 0.22, 0.35, 0.98);
	-o-transition: all 300ms cubic-bezier(0.32, 0.22, 0.35, 0.98);
	-ms-transition: all 300ms cubic-bezier(0.32, 0.22, 0.35, 0.98);
	transition: all 300ms cubic-bezier(0.32, 0.22, 0.35, 0.98);

	-webkit-transition-delay: 0;
	-moz-transition-delay: 0;
	-o-transition-delay: 0;
	-ms-transition-delay: 0;
	transition-delay: 0;
}

.trait-box h4 {
	position: absolute;
	bottom: 15px;
	width: 100%;
	font-size: 30px;
	font-family: 'lobsterfont';
	font-weight: normal;
	color: #666;
}

.trait-box figure {
	position: absolute;
	top: 0;
	left: 0;
	overflow: hidden;
	width: 100%;
	height: 0;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
	filter: alpha(opacity=0);
	opacity: 0;

	-webkit-transition: all 300ms cubic-bezier(0.32, 0.22, 0.35, 0.98);
	-moz-transition: all 300ms cubic-bezier(0.32, 0.22, 0.35, 0.98);
	-o-transition: all 300ms cubic-bezier(0.32, 0.22, 0.35, 0.98);
	-ms-transition: all 300ms cubic-bezier(0.32, 0.22, 0.35, 0.98);
	transition: all 300ms cubic-bezier(0.32, 0.22, 0.35, 0.98);

	-webkit-transition-delay: 0;
	-moz-transition-delay: 0;
	-o-transition-delay: 0;
	-ms-transition-delay: 0;
	transition-delay: 0;
}

.trait-box figure img {
	position: absolute;
	top: 0;
	left: 0;
	display: block;
}

.trait-box dl {
	border-top: 4px solid black;
}

.trait-box.design dl {
	border-color: #5c323e;
}

.trait-emblem.large {
	width: 96px;
	height: 96px;
}

.trait-emblem {
	text-indent: -119988px;
	overflow: hidden;
	text-align: left;
	background-image: url(../images/1-Home/DCat.png);
	background-repeat: no-repeat;
	background-position: 50% 50%;
	position: relative;
	overflow: visible;
	display: block;
}

.trait-emblem.bg1 {
  background-image: url(../images/1-Home/TCat1.png);
	}
	
.trait-emblem.bg3 {
  background-image: url(../images/1-Home/TCat2.png);
	}

.trait-emblem.photography {
	background-image: url(../images/1-Home/PCat.png);
}

.trait-box.photography dl {
	border-color: #a82743;
}

.trait-box.branding dl {
	border-color: #e15e32;
}

.trait-emblem.branding {
	background-image: url(../images/1-Home/BCat.png);
}

.trait-box.photography, .trait-box.box2 {
	left: 330px;
}

.trait-box.branding, .trait-box.box3 {
	left: 660px;
}

.trait-box .trait-emblem {
	margin: -55px auto 22px;
}

.trait-box dd {
	font-size: 16px;
	color: #6d6565;
	font-family: 'Candara';
	line-height: 26px;
	padding: 0 30px;
	overflow: hidden;
	height: 0;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
	filter: alpha(opacity=0);
	opacity: 0;

	-webkit-transition: all 300ms cubic-bezier(0.32, 0.22, 0.35, 0.98);
	-moz-transition: all 300ms cubic-bezier(0.32, 0.22, 0.35, 0.98);
	-o-transition: all 300ms cubic-bezier(0.32, 0.22, 0.35, 0.98);
	-ms-transition: all 300ms cubic-bezier(0.32, 0.22, 0.35, 0.98);
	transition: all 300ms cubic-bezier(0.32, 0.22, 0.35, 0.98);

	-webkit-transition-delay: 0;
	-moz-transition-delay: 0;
	-o-transition-delay: 0;
	-ms-transition-delay: 0;
	transition-delay: 0;
}

.trait-box:hover {
	margin-top: 0;
	padding-top: 184px;
	height: 466px;

	-webkit-box-shadow: 0 1px 4px 0 rgba(0, 0, 0, 0.4);
	box-shadow: 0 1px 4px 0 rgba(0, 0, 0, 0.4);
	background: white;
}

.trait-box:hover figure {
	height: 184px;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
	filter: alpha(opacity=100);
	opacity: 1;
}

.trait-box:hover dd {
	height: 148px;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
	filter: alpha(opacity=100);
	opacity: 1;
}

#mobileCategoriesText h4 {
    padding-top: 20px;
	font-size: 30px;
	font-family: 'lobsterfont';
	font-weight: normal;
	color: #666;
}

#mobileCategoriesText {
    display: none;
}

/*RECENT POSTS STYLING*/
#recentProjects {
	margin-top: 155px;
	background-image: url(../images/1-Home/curved-line.png);
	background-repeat: no-repeat;
	background-position: center top;
	padding-top: 45px;
	padding-bottom: 0px;
}

.recTitle {
	margin-bottom: 20px;
}

.recTitle h4 {
	font-family: 'Calibri';
	font-size: 17px;
	text-transform: uppercase;
	color: #092947;
	font-weight: bold;
	margin-bottom: 15px;
}

.recPost {
	width: 190px !important;
	height: 320px;
	margin-right: 7.48%;
}

.recPost:last-child, .recPost:nth-child(4) {
	margin-right: 0;
	float: left !important;
}

.recPost p,.recPost h4 {
	margin: 0;
	padding: 0;
	text-align: center;
	color: #424964;
}

.recPost .date {
	margin-top: 15px;
	margin-bottom: 5px;
	font-family: 'Calibri';
}

.recPost h4 {
	font-family: 'bebas_neueregular';
	font-size: 20px;
	padding: 5px 0;
	border-bottom: 1px solid #969793;
	border-top: 1px solid #969793;
	font-weight: normal;
}

.recPost h4 a {
	color: #424964; 
}

.recPost .postContent {
	font-family: 'Lato-Regular';
	line-height: 19px;
	margin-top: 10px;
}

.hoverEffect {
	display: block;
	position: relative;
	/*background-image: url(../images/1-Home/hoverbg.png);*/
	background-repeat: no-repeat;

	-webkit-background-size: auto;
	-moz-background-size: auto;
	background-size: auto;
}

.hoverEffect 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;
}

select {
	display: none;
}

.hoverEffect a {
	display: none;
}

.hoverEffect a {
	text-indent: -99999px;
}

.hoverEffect a.firstL {
	background-image: url(../images/1-Home/loupe.png);
	background-position: center center;
	background-repeat: no-repeat;
	left: 25px;
}

.hoverEffect a:last-child {
	background-image: url(../images/1-Home/link.png);
	background-position: center center;
	background-repeat: no-repeat;
	right: 67px;
}

.hoverEffect:hover a {
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
	filter: alpha(opacity=100);
	opacity: 1;
}

.hoverEffect:hover img {
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
	filter: alpha(opacity=50);
	opacity: 0.5;
}

.blogHover {
	opacity: 0;
	display:block;
	width: 100%;
	height: 246px;
	position: absolute;
	left: 0;
	top: 0;
	background-color: rgba(143,58,120,0.7);
	
	-webkit-transition: all 0.4s;
}

.blogHover a {
	display: block;
	width: 56px;
	height: 56px;
	position: absolute;
	top: 40%;
	text-indent: -9999px;
}

/*.blogHover a:first-child {
	left: 35%;
	background-image: url(../images/1-Home/loupe.png);
	background-repeat: no-repeat;
}*/

.blogHover a {
	background-image: url(../images/1-Home/link.png);
	background-repeat: no-repeat;
	left: 45%
}

.postContainer:hover .blogHoverc, .postContainerBlog:hover .blogHover {
	opacity : 1;
}

/*SERVICES STYLING*/
#services {
	margin-top: 25px;
	padding-top: 45px;
	background-image: url(../images/1-Home/curved-line.png);
	background-repeat: no-repeat;
	background-position: center top;
}

.serviceInfo {
	display: block;
	float: left;
	margin-bottom: 37px;
	width: 460px;
}

.serviceInfo img {
	float: left;
	margin-right: 13px;

	-webkit-transition: all 0.4s;
	-moz-transition: all 0.4s;
	-o-transition: all 0.4s;
	-ms-transition: all 0.4s;
	transition: all 0.4s;
}

.serviceInfo h3,.serviceInfo p {
	margin: 0;
	padding: 0;
	overflow: hidden;
}

.serviceInfo h3 {
	font-family: 'bebas_neueregular';
	font-size: 26px;
	color: #424964;
	border-bottom: 1px solid #969793;
	padding-bottom: 5px;
	margin-bottom: 5px;
	font-weight: normal;
}

.serviceInfo p {
	font-family: 'Lato-Regular';
	line-height: 19px;
	color: #424964;
}

.serviceInfo:hover h3,.serviceInfo:hover p {
	color: #a82743;
}

.serviceInfo:hover img {
	-webkit-transform: scale(1.2);
	-moz-transform: scale(1.2);
	-o-transform: scale(1.2);
	-ms-transform: scale(1.2);
	transform: scale(1.2);
}

.serContainer2 .serviceInfo {
	float: right;
}

/* NEWSLETTER SIGNUP CONTAINER STYLES */

#newsletterHeading {
	text-align: center;
}

#newsletterHeading h4 {
	font-family: lobsterfont;
	font-size: 36px;
	padding-top: 20px;
	color: #fff;
}

#newsletterHeading p {
	color: #fff;
	font-size: 18px;
	padding: 0 20px 20px 20px;
}

#signupContainer,
#mc_embed_signup {
	background-color:  #529B94 !important;
}

#mc_embed_signup input.email {
	width: 100% !important;
}

#footer #mc_embed_signup {
	background-color: #3a3a3a !important;
	margin: -10px !important;
}

#footer #mc_embed_signup input {
	width: 100% !important;
}

#mc_embed_signup label,
#mc_embed_signup .indicates-required {
	color: #fff;
}

#footer #mc_embed_signup label {
	padding-top: 10px;
	font-size: 12px;
}

#mc_embed_signup .mc-field-group {
	clear: none !important;
	float: left !important;
	width: 25% !important;
	padding-right: 5px;
}

#mc-embedded-subscribe.button {
	margin: 32px 0 0 0 !important;
	height: 28px !important;
	line-height: 28px !important;
}

#mc_embed_signup input.button {
	width: 10% !important;
	display: inline !important;
	height: 28px !important;
	line-height: 28px !important;
}


/*QUOTE CONTAINER STYLES*/
#quoteContainer {
	background-color: #EAEADF;
	padding: 40px 0;
	border-bottom: 4px solid #a82743;
}

.orbit-container {
	background-color: transparent;
}

.orbit-slide-number,.orbit-bullets {
	display: none;
}

.orbit-container .orbit-timer {
	display: none;
}

.quoteSection {
	display: block;
	padding: 0 100px;
}

.orbit-container .orbit-prev > span {
	display: none;
}

.orbit-container .orbit-next > span {
	display: none;
}

.orbit-prev,.orbit-next {
	width: 14px !important;
	height: 23px !important;
}

.orbit-prev {
	background-color: transparent !important;
	background-image: url(../images/1-Home/quote-arrow-left.png);
	background-repeat: no-repeat;
}

.orbit-next {
	background-color: transparent !important;
	background-image: url(../images/1-Home/quote-arrow-right.png);
	background-repeat: no-repeat;
}

.orbit-container p img {
	margin: 0 auto;
}

.orbit-container p {
	margin: 0;
	padding: 0;
	text-align: center;
}

.orbit-container .quoteContent {
	text-align: center;
	margin-top: 19px;
	margin-bottom: 5px;
	color: #424964;
	line-height: 24px;
}

.orbit-container .theName {
	font-size: 22px;
	font-family: Georgia, serif;
	color: #f07241;
	margin-bottom: 5px;
}

.orbit-container .bussines {
	font-size: 14px;
	font-family: 'Calibri';
	color: #601848;
	text-transform: uppercase;
}

/*BLOGPOSTS CONTAINER STYLES*/
#postsContainer {
	background-image: url(../images/1-Home/curved-line.png);
	background-repeat: no-repeat;
	background-position: center top;
	margin-top: 40px;
	padding-top: 40px;
}

.postContainerBlog {
	background-color: white;
	padding-top: 15px;
	padding-bottom: 10px;
	margin-bottom: 15px;
	width: 87% !important;
	float: none !important;
	position: relative;
	min-width: 188px;
	margin-left: auto;
	margin-right: auto;
}

.postContainer {
	background-color: white;
	padding-top: 15px;
	padding-bottom: 10px;
	margin-bottom: 15px;
	width: 49.5% !important;
	position: relative;
	min-width: 188px;
}

.postContainer:nth-child(3) {
	float: right;
}

/*#blogWrapper .postContainer:nth-child(2n+2) {
	float: right;
}*/

.post-num {
	display: block;
	position: relative;
}

.post-num p {
	margin: 0;
	padding: 0;
	position: absolute;
	right: 10px;
	bottom: 5px;
	padding: 5px;
	background: rgba(168,39,67,0.8);
	border-radius: 3px;
	color: white;
	font-size: 15px;
	font-family: 'Calibri';
}

.post-num p a {
	color: white;
}

.post-num p:last-child {
	right: 10px;
}

.post-num 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;
}

.postInfo {
	position: relative;
	padding-right: 10px;
	padding-top: 10px;
}

.postInfo img {
	float: left;
	position: absolute;
	top: -30px;
	left: 5px;
	z-index: 10;

	-webkit-transition: all 0.4s;
	-moz-transition: all 0.4s;
	-o-transition: all 0.4s;
	-ms-transition: all 0.4s;
	transition: all 0.4s;
}

.postInfo p {
	overflow: hidden;
	margin: 0;
	padding: 0;
	color: #424964;
	margin-left: 20px;
	line-height: 20px;

	-webkit-transition: all 0.4s;
	-moz-transition: all 0.4s;
	-o-transition: all 0.4s;
	-ms-transition: all 0.4s;
	transition: all 0.4s;
}

.postInfo .posterName {
	font-family: 'Calibri';
	font-size: 18px;
	text-transform: uppercase;
}

.postInfo .posterName a {
	color: #424964;
}

.postInfo {
	font-family: 'Calibri';
	font-size: 16px;
}

/*FOOTER STYLES*/
#footerWrapp {
	margin-top: 65px;
	background-color: #303030;
	position: relative;
}

.goTop {
	position: absolute;
	top: -30px;
	left: 50%;
	margin-left: -27.5px;
	width: 55px;
	height: 60px;
	background-image: url(../images/1-Home/back-to-top.png);
	background-repeat: no-repeat;
	display: block;
	float: left;
	text-indent: -9999px;
}

#topFooter {
	background-color: #3a3a3a;
	padding: 50px 0 40px 0;
}

.footerUl {
	margin: 0;
	padding: 0;
	list-style: none;
}

#footer-navigation {
	padding-bottom: 15px;
	border-bottom: 1px solid #6b6969;
}

#footer-navigation li {
	float: left;
}

#footer-navigation li a {
	font-family: 'Candara';
	color: #918e8e;
	font-size: 15px;
	text-transform: uppercase;
	padding: 0 8px;
	border-right: 1px solid #6b6969;
}

#footer-navigation li:first-child a {
	padding-left: 0;
}

#footer-navigation li:last-child a {
	border-right: none;
}

#footer-info {
	margin-top: 10px;
}

#footer-info li {
	line-height: 1.4;
	margin-right: 12px;
	padding-right: 12px;
	color: #918e8e;
	font-size: 15px;
	font-family: 'Candara';
}

#footer-info li:last-child {
	border-right: none;
}

.footerSocials {
	padding-left: 25px !important;
}

.footerSocials p {
	margin: 0;
	padding: 0;
	font-family: 'Candara';
	font-size: 15px;
	color: #918e8e;
	text-transform: uppercase;
	padding-bottom: 17px;
	border-bottom: 1px solid #6b6969;
}

.footSocials {
	display: block;
	margin-top: 9px;
}

.footSocials a {
	display: block;
	float: left;
	width: 24px;
	height: 24px;
	text-indent: -9999px;
	margin-right: 10px;

	-webkit-transition: all 0.4s;
	-moz-transition: all 0.4s;
	-o-transition: all 0.4s;
	-ms-transition: all 0.4s;
	transition: all 0.4s;
}

.footSocials a.facebook {
	background-image: url(../images/1-Home/Facebook.png);
	background-repeat: no-repeat;
}

.footSocials a.linkedin {
	background-image: url(../images/1-Home/LinkedIn.png);
	background-repeat: no-repeat;
}

.footSocials a.instagram {
	background-image: url(../images/1-Home/Instagram.png);
	background-repeat: no-repeat;
}

.footSocials a.twitter {
	background-position: -38px 0;
}

.footSocials a.twitter:hover {
	background-position: -38px -29px;
}

.footSocials a.skype {
	background-position: -76px 0;
}

.footSocials a.skype:hover {
	background-position: -76px -29px;
}

.footSocials a.vimeo {
	background-position: -115px 0;
}

.footSocials a.vimeo:hover {
	background-position: -115px -29px;
}

#copyright {
	padding: 18px 0;
}

#copyright p {
	margin: 0;
	padding: 0;
	float: right;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #918e8e;
}

/*ABOUT US PAGE*/
.no-background {
	background-image: none !important;
}

#banner {
	margin-top: 17px;
	background-image: url(../images/2-About/head-img.jpg);
	background-repeat: repeat-x;

	-webkit-background-size: auto;
	-moz-background-size: auto;
	background-size: auto;
	position: relative;
	height: 208px;
	border-bottom: 3px solid #a82743;
}

#banner p {
	text-align: center;
	margin: 0;
	padding: 0;
	font-family: 'lobsterfont';
	color: white;
	font-size: 44px;
	line-height: 1.3em;
	text-shadow: 1px 1px #999999;
}

#banner span {
	display: block;
	position: absolute;
	bottom: -48px;
	left: 50%;
	margin-left: -48px;
	width: 96px;
	height: 96px;
	background-color: #deb8bc;
	border-radius: 48px;
	padding: 4px;
}

#banner span p {
	text-align: center;
	width: 88px;
	height: 88px;
	background-color: #a82743;
	line-height: 88px;
	border-radius: 44px;
	font-size: 38px;
	color: white;
	font-family: 'bebas_neueregular';
}

#aboutUs, #general {
	margin-top: 70px;
}

#aboutUs h4, #general h4 {
	padding-bottom: 15px;
	border-bottom: 1px solid #918e8e;
}

#about {
	padding-right: 30px;
}

#about img {
	float: left;
}

#about blockquote {
	font-family: 'Calibri';
	border: none;
	overflow: hidden;
	color: #092947;
	line-height: 19px;
	font-weight: bold;
	font-style: italic;
}

#about p.citer {
	text-align: right;
	font-family: 'Calibri';
	color: #092947;
}

.aboutTitle {
	margin-bottom: 0;
}

#about p.citeContent {
	clear: both;
	margin-top: 30px;
	font-family: 'Calibri';
	color: #092947;
	line-height: 19px;
}

#ourJob p, #about p {
	font-family: 'Calibri';
	color: #092947;
	line-height: 19px;
}

.jobList {
	display: block;
}

.jobList a {
	position: relative;
	display: block;
	float: left;
	margin-right: 20px;
}

.jobList a:last-child {
	margin-right: 0;
}

.jobList a span {
	display: block;
	position: absolute;
	float: left;
	text-align: center;
	color: white;
	font-size: 13px;
	font-family: 'bebas_neueregular';
	background-color: #a82743;
	border-radius: 3px;
	margin-top: 10px;
	padding: 5px 12px;
	width: 100%;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
	filter: alpha(opacity=0);
	opacity: 0;
	line-height: 1em;

	-webkit-transition: all 0.4s;
	-moz-transition: all 0.4s;
	-o-transition: all 0.4s;
	-ms-transition: all 0.4s;
	transition: all 0.4s;
}

.fadeSpan .arrow {
	width: 0;
	height: 0;
	border-left: 7px solid transparent;
	border-right: 7px solid transparent;
	border-bottom: 7px solid #a82743;
	position: absolute;
	top: -5px;
	left: 40%;
}

.jobList a.photography span,.jobList a.responsive span {
	width: auto;
}

.jobList a.photography span {
	left: -7px;
}

.jobList a.responsive span {
	left: -3px;
}

.jobList a:hover span {
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
	filter: alpha(opacity=100);
	opacity: 1;
}

/*TEAM CONTAINER STYLES*/
#theTeam {
	margin-top: 45px;
}

.teamTitle {
	border-bottom: 1px solid #918e8e;
}

.employee {
	margin-bottom: 45px;
}

.employee img {
	float: left;
	margin-right: 20px;
}

.employee:nth-child(2n+2) p {
	padding-right: 25px !important;
}

.employee h4,.employee p,.employee .memberSocials {
	overflow: hidden;
	margin: 0;
	padding: 0;
}

.employee h4 {
	color: #424964;
	font-size: 20px;
	font-family: 'bebas_neueregular';
	font-weight: normal;
}

.employee .memberJob {
	color: #092947;
	font-size: 14px;
	font-family: 'Calibri';
	margin-top: 5px;
	text-transform: uppercase;
	margin-bottom: 10px;
	font-weight: bold;
}

.employee .aboutMember {
	color: #092947;
	font-size: 14px;
	font-family: 'Calibri';
	line-height: 19px;
}

.memberSocials {
	display: block;
	margin-top: 5px !important;
}

.memberSocials a {
	display: block;
	float: left;
	width: 31px;
	height: 32px;
	text-indent: -9999px;
	background-image: url(../images/2-About/social-icons-team.png);
	background-repeat: no-repeat;
	margin-right: 19px;
}

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

.memberSocials a.tweet {
	background-position: -50px 0;
}

.memberSocials a.dribble {
	background-position: -100px 0;
}

.memberSocials a.vim {
	background-position: -150px 0;
}

.memberSocials a.face:hover {
	background-position: 0 -34px;
}

.memberSocials a.tweet:hover {
	background-position: -50px -34px;
}

.memberSocials a.dribble:hover {
	background-position: -100px -34px;
}

.memberSocials a.vim:hover {
	background-position: -150px -34px;
}

/*CLIENTS AREA STYLES*/
#clients-wrapp {
	margin: 0;
	padding: 0;
	list-style: none;
	line-height: 0;
}

#clients-wrapp li {
	float: left;
	margin-right: 22px;
	margin-bottom: 22px;
	background-color: #6e6e6e;
	border: 1px solid black;
}

#clients-wrapp li a {
	display: block;
}

#clients-wrapp li a 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;
}

#clients-wrapp li:hover a img {
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=70)";
	filter: alpha(opacity=70);
	opacity: 0.7;
}

#clients-wrapp li:nth-child(6n+6) {
	margin-right: 0;
}

#banner {
	padding-top: 70px;
}

/*PORTFOLIO STYLES*/
#portfolioWrapp {
	margin-top: 80px;
}

#portfolioNav {
	margin-bottom: 22px;
}

#portfolio-filter {
	margin: 0;
	padding: 0;
	list-style: none;
	padding-bottom: 10px;
	border-bottom: 1px solid #918e8e;
}

#portfolio-filter li {
	float: left;
	margin-right: 15px;
	padding-right: 15px;
	border-right: 1px solid #092947;
}

#portfolio-filter li:last-child {
	border-right: none;
}

#portfolio-filter li a {
	font-size: 17px;
	color: #092947;
	font-family: 'Calibri';
	font-weight: bold;
	text-transform: uppercase;
}

#portfolio-list {
	margin: 0;
	padding: 0;
	list-style: none;
}

#portfolio-list > li {
	width: 312px;
	float: left;
	margin-right: 14px;
	margin-bottom: 20px;
}

.imageSlide {
	width: inherit;
	overflow: hidden;
	position: relative;
}

.imagesContainer {
	margin: 0;
	padding: 0;
	list-style: none;
	width: 10000px;
}

.imagesContainer li {
	float: left;
}

.slider-nav {
	position: absolute;
	bottom: 2px;
	right: 0;
}

.slider-nav button {
	background-color: transparent;
	border: none;
	text-indent: -9999px;
	width: 37px;
	height: 44px;
}

.slider-nav button.prevBtn {
	background-image: url(../images/3-Portfolio/portfolio-arrow-left.png);
	background-repeat: no-repeat;
}

.slider-nav button.nextBtn {
	background-image: url(../images/3-Portfolio/portfolio-arrow-right.png);
	background-repeat: no-repeat;
}

.portContent h2 {
	font-weight: normal;
	color: #424964;
	font-size: 26px;
	font-family: 'bebas_neueregular';
	margin-bottom: 10px;
}

.portContent h2 a {
	color: #424964;
}

.singlePostcont {
	width: 100% !important;
}

.portContent h2 span {
	display: inline;
}

.portContent h2 .titleDivide {
	color: #cfcfcf;
}

.portContent h2 .portCategorie {
	color: #a82743;
}

.portContent p {
	line-height: 18px;
	color: #092947;
	font-size: 14px;
	font-family: 'Calibri';
}

.portLinks {
	padding: 5px 7px 0 5px;
}

.portLinks a {
	display: block;
	text-align: center;
	text-indent: -9999px;
	margin-bottom: 5px;
	width: 39px;
	height: 40px;
	background-image: url(../images/3-Portfolio/portfolio-icons.png);
	background-repeat: no-repeat;
}

.portLinks a:hover {
	background-position: -41px 0;
}

.portLinks a:last-child {
	background-position: 0 -48px;
	margin-bottom: 0;
}

.portLinks a:last-child:hover {
	background-position: -41px -48px;
}

/*BLOG SECTION STYLES*/
#blogWrapper {
	margin-top: 75px;
}

/*PROJECT SECTION STYLES*/
#projectWrapper {
	margin-top: 75px;
}

#projectWrapper h3,#projectInfo p {
	margin: 0;
	padding: 0;
}

#projectWrapper h3 {
	font-size: 18px;
	font-family: Georgia, serif;
	color: #424964;
	font-weight: normal;
	margin: 25px 0;
}

/*#projectWrapper p {
	font-family: 'Calibri';
	font-size: 14px;
	line-height: 19px;
	margin-bottom: 20px;
}*/

.thumbLinks {
	display: block;
	overflow: hidden;
	padding-right: 25px;
}

.thumbLinks a {
	margin-bottom: 16px;
	float: right;
	display: block;
}

.thumbLinks a:last-child {
	margin-bottom: 0;
}



/*TEAM SECTION STYLES*/
#teamWrapper {
	margin-top: 75px;
}

.teamMember {
	margin-bottom: 90px;
}

#memberInfo h2,#memberInfo p {
	margin: 0;
	padding: 0;
}

#memberInfo {
	padding-right: 20px;
}

#memberInfo h2 {
	font-family: 'Calibri';
	font-size: 17px;
	color: #092947;
	text-transform: uppercase;
	padding-bottom: 13px;
	margin-bottom: 10px;
	border-bottom: 1px solid #918e8e;
}

#memberInfo h2 span {
	color: #a9a9a9;
	font-weight: normal;
}

.tweet_list {
	list-style: none;
}

#twitterFeed img {
	width: 48px;
	height: 48px;
}

.tweet_first {
	font-family: 'Calibri';
	font-size: 14px;
	line-height: 19px;
	color: #092947;
}

.tweet_first a {
	color: #a82743;
}

.memberGallery {
	display: block;
	position: relative;
	margin-bottom: 18px;
}

.memberGallery img {
	width: 100%;
}

.memberGallery a {
	display: block;
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	text-align: center;
	line-height: 162px;
	background-color: rgba(51,51,51,0.6);
	font-family: 'Calibri';
	font-size: 17px;
	color: white;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
	filter: alpha(opacity=0);
	opacity: 0;
	background-image: url(../images/7-Team/loupe.png);
	background-repeat: no-repeat;
	background-position: center 50px;

	-webkit-transition: all 0.4s;
	-moz-transition: all 0.4s;
	-o-transition: all 0.4s;
	-ms-transition: all 0.4s;
	transition: all 0.4s;
}

.memberGallery:hover a {
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
	filter: alpha(opacity=100);
	opacity: 1;
}

#memberInfo p {
	font-family: 'Calibri';
	color: #092947;
	line-height: 19px;
	margin-bottom: 25px;
}

.memberContact {
	margin: 0;
	padding: 0;
	list-style: none;
}

.memberContact li {
	float: left;
	padding-right: 15px;
	margin-right: 15px;
}

.memberContact li:first-child {
	border-right: 1px solid #66727e;
}

.memberContact li a {
	font-family: 'Calibri';
	color: #092947;
}

.memberContact li a.email:before {
	content: url(../images/7-Team/eMail.png);
	margin-right: 10px;
}

.membSocials a {
	display: block;
	float: left;
	width: 17px;
	height: 17px;
	text-indent: -9999px;
	background-image: url(../images/7-Team/socialIcons.png);
	background-repeat: no-repeat;
	margin-right: 6px;
}

.membSocials a.twiter {
	background-position: -22px 0;
}

.membSocials a.viMeo {
	background-position: -44px 0;
}

.membSocials a.drible {
	background-position: -66px 0;
}

#memberSkills h2 {
	font-family: 'Calibri';
	font-size: 17px;
	color: #092947;
	text-transform: uppercase;
	padding-bottom: 10px;
	margin-bottom: 10px;
	border-bottom: 1px solid #918e8e;
}

.progressSection p {
	margin: 0;
	padding: 0;
	font-family: 'Calibri';
	color: #092947;
	text-transform: uppercase;
	margin-bottom: 10px;
}

.progress.round {
	border-radius: 5px;
	padding: 0;
	border: 1px solid #a82743;
	height: 17px;
}

.progress.round .meter {
	background-color: #a82743;
	border-radius: 3px;
}

/*TYPOGRAPHY SECTION STYLES*/
#typographyWrapper {
	margin-top: 75px;
}

#typoButtons {
	padding-right: 20px;
}

.typo h4 {
	font-family: 'Calibri';
	font-size: 17px;
	color: #092947;
	text-transform: uppercase;
	padding-bottom: 13px;
	margin-bottom: 10px;
	border-bottom: 1px solid #918e8e;
	margin-bottom: 15px;
}

#buttons {
	margin: 0;
	padding: 0;
	list-style: none;
	padding-right: 20px;
}

#buttons li {
	float: left;
	margin-right: 20px;
	margin-bottom: 20px;
}

#buttons li a {
	border-radius: 5px;
	font-family: 'bebas_neueregular';
	font-size: 22px;
	color: black;
	display: block;
	float: left;
	padding: 8px;
	border: 1px solid black;
}

#buttons li a.btn1 {
	border-color: #a82743;
	color: #424964;
	background-color: white;
}

#buttons li a.btn2 {
	border-color: #a82743;
	color: white;
	background-color: #a82743;
}

#buttons li a.btn3 {
	background-color: white;
	border-color: #a82743;
	color: #a82743;
}

#buttons li a.btn4 {
	background-color: transparent;
	border-color: transparent;
	color: white;
	background-image: url(../images/Typography/button4.png);
	background-repeat: no-repeat;

	-webkit-background-size: 100% 100%;
	-moz-background-size: 100% 100%;
	background-size: 100% 100%;
}

#buttons li a.btn5 {
	color: white;
	background-color: #5c323e;
	border-color: #e15e32;
}

#buttons li a.btn6 {
	background-color: #e15e32;
	border-color: #e15e32;
	color: white;
}

#buttons li a.btn7 {
	background-color: white;
	border-color: #e15e32;
	color: #e15e32;
}

#buttons li a.btn8 {
	background-color: transparent;
	border-color: transparent;
	color: white;
	background-image: url(../images/Typography/button8.png);
	background-repeat: no-repeat;

	-webkit-background-size: 100% 100%;
	-moz-background-size: 100% 100%;
	background-size: 100% 100%;
}

#buttons li a.largeButton {
	background-color: #5c323e;
	border-color: #5c323e;
	color: white;
	padding: 14px 43px;
}

#lists {
	margin: 0;
	padding: 0;
}

.marginFix {
	margin-bottom: 3px !important;
}

#lists li {
	padding: 15px 0;
	list-style: url(../images/Typography/listStyle.png) inside;
	border-bottom: 1px solid #c3c2bf;
}

#accordionSection {
	margin-top: 60px;
}

#accordions {
	padding-right: 20px;
}

#accordion1 h3,#accordion2 h3 {
	padding: 14px 0;
	border-bottom: 1px solid #918e8e;
	font-size: 16px;
	font-weight: normal;
	font-family: 'Calibri';
	color: #092947;
	cursor: pointer;
	margin-top: 0;
}

#accordion1 h3:focus,#accordion2 h3:focus {
	outline: none;
}

#accordion1 div p,#accordion2 div p {
	font-family: 'Calibri';
	line-height: 19px;
	color: #8b1931;
	padding-left: 16px;
}

.activeAcc:before {
	content: url(../images/Typography/activeAcc.png);
}

.nonactiveAcc:before {
	content: url(../images/Typography/noActiveAcc.png);
	margin-right: 5px;
}

#progressDropCap {
	margin-top: 60px;
}

#proBars {
	padding-right: 20px;
}

#dropCap p {
	font-family: 'Calibri';
	color: #092947;
	line-height: 19px;
}

#dropCap .para1:first-letter {
	color: #092947;
	font-family: 'bebas_neueregular';
	font-size: 42px;
	float: left;
	padding: 12px 14px 7px 14px;
}

#dropCap .para2:first-letter {
	float: left;
	color: white;
	font-family: 'bebas_neueregular';
	font-size: 42px;
	background-image: url(../images/Typography/dropCap1.png);
	background-repeat: no-repeat;
	width: 41px;
	height: 45px;
	padding-left: 12px;
	padding-top: 12px;
	margin-bottom: -15px;
	margin-top: 10px;
}

#dropCap .para3:first-letter {
	float: left;
	color: #5c323e;
	font-family: 'bebas_neueregular';
	font-size: 42px;
	width: 50px;
	height: 50px;
	background-image: url(../images/Typography/dropCap2.png);
	background-repeat: no-repeat;
	padding-left: 16px;
	padding-top: 15px;
	margin-bottom: -15px;
	margin-top: 5px;
}

/*SERVICES SECTION STYLES*/
#services {
	margin-top: 75px;
	margin-bottom: 35px;
}

#services > h2 {
	font-family: 'Calibri';
	color: #092947;
	font-size: 17px;
	padding-bottom: 12px;
	border-bottom: 1px solid #918e8e;
	text-transform: uppercase;
}

#servicesWrapper {
	background-image: url(../images/8-Services/servicesBg.png);
	background-repeat: no-repeat;
	padding-bottom: 50px;
}

#leftSide {
	padding-right: 74px;
}

#rightSide {
	padding-left: 74px;
}

.lService1 {
	margin-top: 85px;
}

.lService2 {
	margin-top: 125px;
}

.lService3 {
	margin-top: 130px;
}

.lService4 {
	margin-top: 180px;
}

.lService5 {
	margin-top: 143px;
}

.lService6 {
	margin-top: 130px;
}

.servContainer h3,.servContainer p {
	margin: 0;
	padding: 0,;
}

.servContainer h3 {
	font-size: 44px;
	color: #424964;
	font-family: 'bebas_neueregular';
	text-align: center;
	margin-bottom: 10px;
	font-weight: normal;
}

.servContainer p {
	font-family: 'Calibri';
	color: #092947;
	margin-bottom: 15px;
	line-height: 19px;
}

.servContainer a {
	font-family: 'bebas_neueregular';
	text-align: center;
	font-size: 16px;
	display: block;
	padding: 15px 0;
	color: #a82743;
	border-top: 1px solid #a82743;
	border-bottom: 1px solid #a82743;
}

#serviceSlider {
	margin-top: 60px;
}

.sliderWrapp {
	width: 100%;
	overflow: hidden;
	display: block;
}

#servSlider {
	margin: 0;
	padding: 0;
	list-style: none;
	position: relative;
	z-index: 1;
	width: 10000px;
	line-height: 0;
}

#servSlider li {
	float: left;
	margin-right: 9px;
	margin-left: 9px;
	margin-top: 15px;
	background-color: #333;
	width: 2.27%;
}

#servSlider li a {
	display: block;
}

#servSlider li img {
	border: 1px solid #092947;

	-webkit-transition: all 0.4s;
	-moz-transition: all 0.4s;
	-o-transition: all 0.4s;
	-ms-transition: all 0.4s;
	transition: all 0.4s;
}

#servSlider li:hover img {
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=60)";
	filter: alpha(opacity=60);
	opacity: 0.6;
}

.sliderNav {
	position: absolute;
	width: 100%;
	height: 178px;
	z-index: 0;
}

.sliderNav button {
	width: 46px !important;
	height: 46px !important;
	display: block;
	position: absolute;
	text-indent: -9999px;
	border: none;
	top: -45%;
}

.sliderNav .prevBtnSlide {
	background-image: url(../images/8-Services/goLEft.png);
	background-repeat: no-repeat;
	margin-top: -10px;
	left: -70px;
}

.sliderNav .nextBtnSlide {
	background-image: url(../images/8-Services/goRight.png);
	background-repeat: no-repeat;
	margin-top: -10px;
	right: -70px;
}

/*CONTACT SECTION STYLES*/
#contactWrapp {
	margin-top: 75px;
}

#contactInfo {
	padding-right: 20px;
}

#contactInfo h2,#contactForm h2 {
	margin: 0;
	padding: 0;
	font-family: 'Calibri';
	color: #092947;
	font-size: 17px;
	text-transform: uppercase;
	padding-bottom: 10px;
	border-bottom: 1px solid #918e8e;
	margin-bottom: 5px;
}

#contactInfo img {
	margin-bottom: 10px;
}

/*#contactInfo p {
	margin: 0;
	padding: 0;
	margin-bottom: 15px;
	font-family: 'Calibri';
	color: #575755;
	line-height: 19px;
}/*

/*SINGLE POST SECTION STYLES*/
#singlePost {
	margin-top: 75px;
}

#leftSider {
	padding-right: 20px;
}

#leftSider h2,#rightSider h2 {
	margin: 0;
	padding: 0;
	font-family: 'Calibri';
	color: #092947;
	font-size: 17px;
	text-transform: uppercase;
	padding-bottom: 10px;
	border-bottom: 1px solid #918e8e;
	margin-bottom: 12px;
}

.sidebar {
	margin-bottom: 40px;
}

#lists li a {
	color: #092947;
}

#popularTags span {
	display: block;
}

#popularTags span a {
	display: block;
	float: left;
	color: white;
	font-family: 'Calibri';
	text-transform: uppercase;
	background-color: #a82743;
	padding: 12px;
	margin-right: 10px;
	margin-bottom: 10px;
}

.latestPro {
	display: block;
}

.latestPro a {
	display: block;
	float: left;
	margin-right: 10px;
	margin-bottom: 10px;
	background-color: #000;
	background-image: url(../images/5-SinglePost/more.png);
	background-repeat: no-repeat;
	background-position: center center;
}

.latestPro a 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;
}

.latestPro a:hover img {
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=30)";
	filter: alpha(opacity=30);
	opacity: 0.3;
}

#otherBlogPosts ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

#otherBlogPosts ul li {
	padding-bottom: 15px;
	border-bottom: 1px solid #cecdc9;
	overflow: hidden;
	margin-bottom: 15px;
}

#otherBlogPosts ul li:last-child {
	margin-bottom: 0;
}

#otherBlogPosts ul li h4,#otherBlogPosts ul li p {
	margin: 0;
	padding: 0;
	overflow: hidden;
}

#otherBlogPosts ul li img {
	float: left;
	margin-right: 15px;
}

#otherBlogPosts ul li h4 {
	font-size: 20px;
	color: #424964;
	font-family: 'bebas_neueregular';
	margin-bottom: 5px;
	font-weight: normal;
}

#otherBlogPosts ul li h4 a {
	color: #424964;
}

#otherBlogPosts ul li p.date {
	font-family: 'Calibri';
	font-size: 14px;
	color: #092947;
	margin-bottom: 5px;
}

#otherBlogPosts ul li p.blogContent {
	font-family: 'Calibri';
	font-size: 14px;
	line-height: 19px;
	color: #092947;
}

#twitterFeed .tweetFeed:after {
	content: url(../images/5-SinglePost/tweetFeed.png);
	position: relative;
	top: 3px;
	padding-left: 15px;
}

#twitterFeed img {
	margin-top: 5px;
	float: left;
	margin-right: 15px;
}

#twitterFeed p {
	font-family: 'Calibri';
	color: #a5a7a8;
	font-size: 14px;
	line-height: 19px;
	margin: 0;
	padding: 0;
	overflow: hidden;
}

#twitterFeed p span {
	color: #092947;
	font-weight: bold;
}

#latestComments span {
	display: block;
	margin-bottom: 25px;
}

#latestComments img {
	display: block;
	float: left;
	margin-right: 15px;
}

#latestComments p,#latestComments h4 {
	margin: 0;
	padding: 0;
	overflow: hidden;
}

#latestComments h4 {
	font-family: 'bebas_neueregular';
	font-size: 20px;
	font-family: ;
	color: #424964;
	margin-bottom: 2px;
	font-weight: normal;
}

#latestComments p {
	padding-left: 5px;
	font-family: 'Calibri';
	font-size: 14px;
	color: #092947;
	line-height: 19px;
}

#latestComments p.postAction {
	color: #969790;
}

.singlePostContainer img {
	width: 100%;
}

.singlePostContent p {
	margin: 0;
	padding: 0;
	margin-top: 20px;
	font-family: 'Calibri';
	color: #092947;
	line-height: 19px;
}

#singlePostComments {
	margin-top: 60px;
}

.inputContainer {
	position: relative;
}

.inputContainer p {
	font-family: 'Calibri';
	color: #092947;
	margin: 0;
	margin-bottom: 5px;
}

.inputContainer p:first-child {
	margin-top: 10px;
}

.inputContainer input[type="text"], .inputContainer input[type="email"] {
	border: 1px solid black;
	background-color: #f6f7f0;
	outline: none;
	height: 41px;
	padding-left: 64px;
	border-radius: 5px;
	margin: 0;
	font-family: 'Calibri';
	color: #092947;
}

.inputContainer label {
	display: block;
	position: absolute;
	width: 58px;
	height: 41px;
	background-repeat: no-repeat;
}

label.forName {
	background-image: url(../images/Contact/inputName.png);
}

label.forEmail {
	background-image: url(../images/Contact/inputEmail.png);
}

label.forMessage {
	background-image: url(../images/Contact/inputMessage.png);
}

.submitContainer {
	margin-top: 16px;
}

.submitContainer input {
	float: right;
	background-color: #f6f7f0;
	border: 1px solid black;
	outline: none;
	padding: 8px 11px;
	font-family: 'Calibri';
	color: #092947;
	border-radius: 5px;
	text-transform: uppercase;
}

@media only screen and (max-width: 1024px) {
	.sliderNav .nextBtnSlide {
	right: 60px;
	top: 40px;
}

.sliderNav .prevBtnSlide {
	left: 60px;
	top: 40px;
}

select {
	display: block;
	margin: 15px 0;
	height: 45px;
}

.top-bar ul.left {
	display: none;
}

#socials {
	display: none;
}

}


/*RESPONSIVE WITH MEDIA QUERIES*/
@media only screen and (max-width: 768px) {
	#servicesWrapper {
	background-image: none;
}

#mobileCategoriesText {
    display: block;
    margin: 40px 20px 0px 20px;
    text-align: center;
    
}

.navSocials {
    display: none;
}

.serviceInfo p {
	text-align: center;
}

.title-area {
	margin-right: 0;
	text-align: center;
}

.servContainer p {
	text-align: center;
}

.top-bar .name h1 a {
	width: 100%;
}

#services > h2 {
	text-align: center;
}

.portLinks a {
	float: left;
	margin-right: 15px;
}

.portContent p {
	margin-bottom: 0 !important;
}

#leftSide {
	padding-right: 0;
}

.postInfo img {
	display: none;
}

.postInfo p {
	margin-left: 0;
	text-align: center;
}

.blogHover {
	display: none;
}

.serviceInfo:hover img {
	-webkit-transform: none;
}

#rightSide {
	padding-left: 0;
}

.lService1,.lService2,.lService3 {
	margin-top: 70px;
}

.lService4,.lService5,.lService6 {
	margin-top: 70px;
}

.text1 {
	width: 100% !important;
}

.top-bar-section ul {
	border: none;
}

.top-bar-section ul li {
	padding: 15px 0;
	border-bottom: 1px solid #333;
	margin-right: 0;
}

#socials {
	position: relative;
	left: 43%;
}

#socials li {
	border: none;
	float: left;
	text-align: center;
}

.traits-wrapper {
	display: none;
}

#recentProjects {
	margin-top: 30px;
	width: 66%;
}

.recTitle h4 {
	text-align: center;
}

.recPost {
	width: 100% !important;
	margin-bottom: 25px;
}

.hoverEffect {
	width: 190px;
	left: 50%;
	margin-left: -95px;
}

#services {
	width: 66%;
}

.serContainer2 .serviceInfo {
	float: left;
}

#postsContainer {
	width: 66%;
}

.postContainer {
	margin-bottom: 25px;
}

#footer-navigation {
	padding-left: 20%;
}

#footer-info {
	margin-top: 25px;
	padding-left: 22%;
}

.footerSocials p {
	display: none;
}

.footerSocials {
	padding-left: 40% !important;
	margin-top: 25px;
}

#quoteContent {
	width: 80%;
}

#copyright p {
	float: none;
	text-align: center;
}

#aboutUs {
	width: 80%;
}

#theTeam {
	width: 80%;
}

#clients {
	width: 69%;
}

#portfolioWrapp {
	width: 90%;
}

#blogWrapper {
	width: 60%;
}

#contactWrapp {
	width: 80%;
}

#contactInfo {
	margin-bottom: 25px;
}

.dropdown {
	background-color: transparent !important;
}

.top-bar .toggle-topbar.menu-icon a {
	display: none;
}

.top-bar-section .dropdown li.title h5 a {
	color: black;
}

#singlePost {
	width: 80%;
}

#teamWrapper {
	width: 80%;
}

#memberInfo {
	margin-bottom: 25px;
}

#typographyWrapper {
	width: 80%;
}

.jobList a {
	margin-bottom: 45px;
}

#theTeam {
	margin-top: 20px;
}

}

@media only screen and (max-width: 568px) {
	.servContainer p {
	text-align: center;
}

#serviceSlider {
	width: 236px;
	float: left;
	margin-left: 16.7%;
	margin-top: 30px;
	margin-bottom: 30px;
}

#blogWrapper {
	width: 189px;
}

.blogHover {
	display: none;
}

#postsContainer {
	width: 193px;
}

.serviceInfo {
	width: auto;
}

#footer-navigation {
	padding-left: 8%;
}

#footer-info {
	padding-left: 11%;
}

.footerSocials {
	padding-left: 36% !important;
}

#clients-wrapp {
	padding-left: 7%;
}

#portfolioContainer {
	width: 84%;
}

.portLinks a {
	float: left;
	margin-right: 15px;
}

#accordions,#proBars,#typoButtons {
	margin-bottom: 25px;
}

.title-area {
	margin-right: 0;
	text-align: center,;
}

.logo {
	width: 100% !important;
	display: block;
	margin: 0;
	text-align: center;
}

.serviceInfo img {
	display: none;
}

.serviceInfo h3 {
	text-align: center;
}

#mc_embed_signup .mc-field-group {
	
	width: 100% !important;

}

}

@media only screen and (max-width: 480px) {
	#serviceSlider {
	margin-left: 9.7%;
}

.serviceInfo p {
	text-align: center;
}

.serviceInfo h3 {
	text-align: center;
}

#titleContainer {
	display: none;
}

.serviceInfo img {
	display: none;
}

.text1 {
	margin-top: 50px;
	margin-bottom: 25px;
}

.quoteSection {
	padding: 0 30px;
}

.orbit-container .quoteContent {
	font-size: 14px;
}

.postInfo {
	font-size: 14px;
}

#footer-navigation {
	padding: 0;
}

#footer-navigation li {
	float: none;
}

#footer-navigation li a {
	border: none;
	padding: 10px 0;
	display: block;
	text-align: center;
	border-top: 1px solid #6b6969;
}

#footer-info {
	padding: 0;
}

#footer-info li {
	float: none;
	border: none;
	text-align: center;
	padding: 10px 0;
	border: none;
	margin: 0;
}

.footerSocials {
	padding: 0 !important;
}

.footSocials {
	float: left;
	width: 156px;
	position: relative;
	left: 50%;
	margin-left: -78px;
}

#clients-wrapp {
	padding-left: 26%;
}

#portfolio-filter li a {
	font-size: 16px;
}

#portfolioContainer {
	width: 88%;
}

.fluid_container {
	margin: 0 auto;
	max-width: 100%;
	width: 100%;
	max-height:270px !important;
	position:absolute;
	top:0;
	z-index:-100;
}

.galleria {
  width: 100%;
	height: 300px;
	}

}

@media only screen and (max-width : 320px) {
	.servContainer h3 {
	font-size: 32px;
}

.servContainer p {
	text-align: center;
}

#serviceSlider {
	margin-left: -20px;
}

#socials {
	left: 38%;
}

.serviceInfo img {
	display: none;
}

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

.postInfo img {
	display: none;
}

.postInfo p {
	margin-left: 0;
}

.post-num {
	margin-bottom: 10px;
}

#about {
	padding: 0;
}

#about img {
	float: none;
	margin-left: 30%;
	margin-bottom: 10px;
}

#about blockquote,#about p.citer {
	text-align: center;
}

.jobList a {
	margin-right: 18px;
}

.employee img {
	margin-right: 0;
	margin-bottom: 15px;
	float: none;
	margin-left: 14%;
}

.employee h3,.employee h4,.employee p {
	text-align: center;
}

.employee:nth-child(2n+2) p {
	padding-right: 0 !important;
}

.employee .memberSocials {
	margin-left: 14%;
}

#clients-wrapp {
	padding-left: 16%;
}

#portfolio-filter li {
	margin-right: 8px;
	padding-right: 8px;
}

#portfolio-filter li a {
	font-size: 13px;
}

#portfolio-list > li {
	width: 100%;
}

#portfolioContainer {
	float: left;
}

#portfolio-list {
	margin-left: 12px;
}

#portContent h2 {
	font-size: 24px;
}

.imagesContainer li {
	width: 240px;
}

.imagesContainer li img {
	height: auto;
}

#leftSider h2,#rightSider h2 {
	text-align: center;
}

#popularTags span a {
	float: none;
	text-align: center;
	margin-right: 0;
	padding: 15px 0;
}

.latestPro {
	float: left;
}

.memberContact li:first-child {
	border: none;
	margin-bottom: 10px;
}

#memberInfo p {
	text-align: center;
}

.memberContact li {
	margin-right: 0;
	padding-right: 0;
	float: none;
	text-align: center;
	height: 20px;
}

.memberContact li:last-child {
	padding-left: 35%;
}

.footSocials {
	left: 52%;
}

#contactInfo h2,#contactForm h2 {
	text-align: center;
}

}


		.fluid_container {
			margin: 0 auto;
			max-width: 100%;
			width: 100%;
			max-height:697px !important;
			position:absolute;
			top:0;
			z-index:-100;
		}
		
		
@media only screen and (max-width: 767px) {

#banner {
  padding-top: 40px;
	}

#banner p {
  font-size: 34px;
  }

#titleContainer h1 {
  font-size: 76px;
	}	
	
}

/* WORKSHOPS */

#general.workshop h3 {
  font-size: 28px;
	margin-top: 0px;
	color: #092947;
	}

#general.workshop h4 {
  font-size: 17px;
  font-weight: normal;
	text-transform: none;
  border-bottom: none;
	margin: 10px 0px 10px 0px;
	padding: 0px;
	color: #092947;
	}
	
#general.workshop p {
  margin: 5px 0px;
	font-size: 16px;
	}
	
#general.workshop a.bookButton {
  display: block;
	margin: 30px auto 0px auto;
	padding: 20px;
	width: 220px;
	background-color: #529b94;
	border-radius: 12px;
	color: #fff;
	font-size: 22px;
	font-weight: bold;
	text-align: center;
	font-family: "lobsterfont";
	}
	
#general.workshop a.bookButton:hover {
  background-color: #fff;
	color: #529b94;
	}
	
a.a2a_dd {
  display: block;
	margin: 20px auto 30px auto;
	width: 34px;
	}
	
.workshopsList {
  position: relative;
  clear: both;
	padding: 30px 0px 20px 0px;
	height: 300px;
	border-bottom: 3px solid #a82743;
	}
	
.workshopsList h3 {
  font-family: 'Candara';
  margin: 0px 0px 15px 0px;
	}	
	
.workshopsList p {
  margin: 0px 0px 5px 0px;
	}
	
.workshopsList a.moreLink {
  position: absolute;
	bottom: 30px;
	right: 15px;
	} 
	
#upcWorkshops {
  background-image: url("../images/1-Home/curved-line.png");
  background-position: center top;
  background-repeat: no-repeat;
  padding-bottom: 0;
  padding-top: 45px;
	margin-top: 75px;
  }
	
#upcWorkshops .workshopsList {
  position: relative;
  clear: none;
	padding: 20px 0px;
	height: auto;
	border-bottom: none;
	}
	
#upcWorkshops .workshopsList h3 {
  font-family: 'Candara';
  margin: 15px 0px 10px 0px;
	}		
	
#upcWorkshops .workshopsList p {
  margin: 10px 0px 0px 0px;
	}
	
#upcWorkshops .workshopsList a.moreLink {
  position: static;
	float: right;
	margin-top: 15px;
	}
	
#upcWorkshops .voucher p {
	text-align: center;
	}
	
#upcWorkshops .voucher form {
	margin-top: 20px;
	text-align: center;
	}
	
@media only screen and (max-width: 783px) {

.workshopsList {
	padding: 30px 0px 30px 0px;
	height: auto;
	border-bottom: none;
	}

.workshopsList a.moreLink {
  position: relative;
  top: 20px;
	left: 15px;
	} 	
	
} 