@charset "utf-8"; /* CSS Document */
@font-face {

	font-family: chinese;

	src: local('Open Sans'), local("Heiti TC"), local("微軟正黑體"), local("Microsoft JhengHei");

	/*unicode-range: U+4E00-9FFF;*/

}



@font-face {

	font-family: 'Calibri';

	src: local('Open Sans');

	/*

	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: local('Open Sans');

	/*

	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;

}



html,body {

	widht: 100%;

	height: 100%;

}



.clear-fix:after {

	content: '';

	visibility: hidden;

	clear: both;

	display: block;

}



body {

	background-color: #f7f8f8;

}



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

}



/*NAVIGATION STYLES*/

.top-bar {

	background: rgba(255,255,255,0.8);

	padding: 20px 35px 10px 35px;

}



.top-bar .title-area {

	z-index: 10;

}



.logo {

	margin-top: 10px;

}



.title-area {

	margin-right: 125px;

}



.top-bar .name h1 a {

	padding: 0;

}



.top-bar-section ul {

	background-color: transparent;

	/*border-right: 1px solid #595757;*/

}



.top-bar-section ul li {

	margin-right: 19px;

}



.top-bar-section li a:not(.button) {

	padding: 0;

}



.top-bar-section ul li a {

	color: #595757;

	font-size: 13px;

	font-family: 'chinese';

	text-transform: uppercase;

}



.top-bar-section ul li.active a {

	background: transparent;

}



.top-bar-section li a:not(.button):hover {

	color: #595757;

	background-color: transparent;

}



.dropdown {

	border-right: none !important;

	top: 35px !important;

	background: #F8F8F8 !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 {

	border-right: none;

	margin-top: 8px;

	margin-left: 30px;

    float: left;

}



#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: 150px;

	height: 372px;

}



#titleContainer p,#titleContainer h1 {

	text-align: center;

	font-weight: normal;

	color: white;

	margin: 0;

	padding: 0;

}



#titleContainer p:first-child,#titleContainer h1 {

	font-family: 'chinese';

}



#titleContainer p:first-child {

	font-size: 41px;

}



#titleContainer h1 {

	font-size: 122px;

	margin-bottom: 20px;

}



#titleContainer p.desc {

	text-transform: uppercase;

	font-family: "chinese",'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: 'chinese';

	font-weight: 700;

	color: #6d6565;

	text-transform: uppercase;

}



.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: #f128c1;

}



.trait-emblem.large {

	width: 96px;

	height: 96px;

}



.trait-emblem {

	/*text-indent: -119988px;*/

	overflow: hidden;

	text-align: center;

	background-image: url(../images/1-Home/DCat.png);

	background-repeat: no-repeat;

	background-position: 50% 50%;

	position: relative;

	overflow: visible;

	display: block;

	color: #fff;

	font-size: 40px;

    line-height: 90px;

}



.trait-emblem.photography {

	background-image: url(../images/1-Home/PCat.png);

}



.trait-box.photography dl {

	border-color: #cc5692;

}



.trait-box.branding dl {

	border-color: #d354b2;

}



.trait-emblem.branding {

	background-image: url(../images/1-Home/BCat.png);

}



.trait-box.photography {

	left: 330px;

}



.trait-box.branding {

	left: 660px;

}



.trait-box .trait-emblem {

	margin: -55px auto 22px;

}



.trait-box dd {

	font-size: 14px;

	color: #6d6565;

	font-family: 'chinese';

	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;

}



/*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: 75px;

	padding-bottom: 0px;

}



.recTitle {

	margin-bottom: 20px;

}



.recTitle h4 {

	font-family: "chinese",'Calibri';

	font-size: 20px;

	text-transform: uppercase;

	color: #595757;

	font-weight: bold;

	margin-bottom: 15px;

}



.recPost {

	width: 190px !important;

	margin-right: 7.48%;

}



.recPost:last-child {

	margin-right: 0;

	float: left !important;

}



.recPost p,.recPost h4 {

	margin: 0;

	padding: 0;

}



.recPost h4 {

	text-align: center;

	color: #595757;

}



.recPost p {

	text-align: left;

	color: #727171;

}



.recPost .date {

	margin-top: 15px;

	margin-bottom: 5px;

	font-family: "chinese",'Calibri';

}



.recPost h4 {

	font-family: "chinese",'Open Sans';

	font-size: 18px;

	padding: 5px 0;

	border-bottom: 1px solid #9fa0a0;

	border-top: 1px solid #9fa0a0;

	font-weight: bold;

	line-height: 22px;

}



.recPost h4 a {

	color: #595757; 

}



.recPost .postContent {

	font-family: "chinese",'Lato-Regular';

	line-height: 19px;

	margin-top: 10px;

	font-size: 14px;

}



.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: block;

	float: left;

	width: 56px;

	height: 56px;

	position: absolute;

	top: 80px;

	-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;

}



.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: 25px;

}



.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:last-child {

	background-image: url(../images/1-Home/link.png);

	background-repeat: no-repeat;

	right: 35%;

}



.postContainer: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: 450px;

}



.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: 'chinese';

	font-size: 26px;

	color: #595757;

	border-bottom: 1px solid #9fa0a0;

	padding-bottom: 5px;

	margin-bottom: 5px;

	font-weight: normal;

}



.serviceInfo p {

	font-family: 'Lato-Regular';

	line-height: 19px;

	color: #595757;

}



.serviceInfo:hover h3,.serviceInfo:hover p {

	color: #f128c1;

}



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

}



/*QUOTE CONTAINER STYLES*/

#quoteContainer {

	background-color: #efefef;

	padding: 40px 0;

	border-bottom: 4px solid #f128c1;

}



.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: 15px;

	color: #595757;

	line-height: 24px;

	font-size: 14px;

}



.orbit-container .theName {

	font-size: 22px;

	font-family: "chinese", Georgia, serif;

	color: #f128c1;

	margin-bottom: 5px;

}



.orbit-container .bussines {

	font-size: 14px;

	font-family: "chinese",'Calibri';

	color: #595757;

	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;

}



.postContainer {

	background-color: white;

	padding-bottom: 10px;

	margin-bottom: 15px;

	width: 49.5% !important;

	position: relative;

	min-width: 188px;

}

#postsContainer .postContainer:nth-child(odd) {

	float: right;

}

#blogWrapper .postContainer:nth-child(even) {

	float: right;

}



/*

#blogWrapper .postContainer:nth-child(2n+2) {

	float: right;

}

*/



.post-num {

	display: block;

	position: relative;

	height: 246px;

    overflow: hidden;

}



.post-num p {

	margin: 0;

	padding: 0;

	position: absolute;

	right: 10px;

	bottom: 5px;

	padding: 5px;

	background: rgba(234,39,194,0.8);

	border-radius: 3px;

	color: white;

	font-size: 15px;

	font-family: "chinese",'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: 5px 0 0 15px;

	padding: 0;

	color: #727171;

	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: "chinese",'Calibri';

	font-size: 18px;

	text-transform: uppercase;

}



.postInfo .posterName a {

	color: #595757;

	font-weight: bold;

}



.postInfo {

	font-family: "chinese",'Calibri';

	font-size: 14px;

	height: 70px;

    overflow: hidden;

}



/*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: #f328c0;

	padding: 50px 0 40px 0;

}



.footerUl {

	margin: 0;

	padding: 0;

	list-style: none;

}



#footer-navigation {

	padding-bottom: 15px;

	border-bottom: 1px solid #fff;

}



#footer-navigation li {

	float: left;

}



#footer-navigation li a {

	font-family: 'chinese';

	color: #fff;

	font-size: 15px;

	text-transform: uppercase;

	padding: 0 8px;

	border-right: 1px solid #fff;

}



#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 {

	float: left;

	margin-right: 12px;

	padding-right: 12px;

	border-right: 1px solid #fff;

	color: #fff;

	font-size: 15px;

	font-family: 'chinese';

}



#footer-info li:last-child {

	border-right: none;

}



.footerSocials {

	padding-left: 25px !important;

}



.footerSocials p {

	margin: 0;

	padding: 0;

	font-family: 'chinese';

	font-size: 15px;

	color: #fff;

	text-transform: uppercase;

	padding-bottom: 17px;

	border-bottom: 1px solid #fff;

}



.footSocials {

	display: block;

	margin-top: 9px;

}



.footSocials a {

	display: block;

	float: left;

	width: 29px;

	height: 28px;

	text-indent: -9999px;

	background-image: url(../images/1-Home/social-icons.png);

	background-repeat: no-repeat;

	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:hover {

	background-position: 0 -29px;

}



.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 {

	display: none;

	padding: 18px 0;

}



#copyright p {

	margin: 0;

	padding: 0;

	float: right;

	font-family: Arial, Helvetica, sans-serif;

	font-size: 14px;

	color: #9fa0a0;

}



/*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 #f128c1;

}



#banner .text {

	text-align: center;

	font-family: 'chinese';

	color: white;

	font-size: 44px;

	display: block;

    position: absolute;

    bottom: 80px;

    width: 400px;

    left: 50%;

    margin-left: -200px;

    text-transform: uppercase;

    font-weight: bold;

}



#banner .circle {

	display: block;

	position: absolute;

	bottom: -48px;

	left: 50%;

	margin-left: -48px;

	width: 96px;

	height: 96px;

	background-color: #ffbaff;

	border-radius: 48px;

	padding: 4px;

}



#banner .circle p {

	text-align: center;

	width: 88px;

	height: 88px;

	background-color: #f128c1;

	line-height: 88px;

	border-radius: 44px;

	font-size: 38px;

	color: white;

	font-family: 'chinese';

}



#aboutUs {

	margin-top: 70px;

}



#aboutUs img {

	float: left;

	max-width:100%;

	margin-left: 30px;

}



#aboutUs blockquote{

	 border-width: 0;

	 padding: 0;

}


#aboutUs .citer {
    bottom: 0;
    position: absolute;
    text-align: right;
    line-height: 1.6;
    font-weight: bold;
    right: 10px;
}



#about {

	padding-right: 30px;

}



#about img {

	float: left;

}



#about blockquote {

	font-family: "chinese",'Calibri';

    border: none;

    overflow: hidden;

    color: #727171;

    line-height: 24px;

    /* font-weight: bold; */

    /* font-style: italic; */

    margin-top: 30px;

    display: inline-block;

    margin-left: 20px;

}



#about p.citer {

	text-align: right;

	font-family: "chinese",'Calibri';

	color: #595757;

	font-weight: bold;

	margin-right: 25px;

}



.aboutTitle {

	margin-bottom: 0;

}



#about p.citeContent {

	clear: both;

	margin-top: 30px;

	font-family: "chinese",'Calibri';

	color: #727171;

	line-height: 24px;

}



#ourJob p {

	font-family: "chinese",'Calibri';

	color: #595757;

	line-height: 19px;

}



.jobList {

	display: block;

}



.jobList a {

	position: relative;

	display: block;

	float: left;

	margin: 0 15px;

}



.jobList a img{

	width: 70px;

}



.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: 'chinese';

	background-color: #f128c1;

	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 #f128c1;

	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 #9fa0a0;

}



.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: #595757;

	font-size: 20px;

	font-family: 'chinese';

	font-weight: 700;

	line-height: 28px;

}



.employee .memberJob {

	color: #595757;

	font-size: 14px;

	font-family: "chinese",'Calibri';

	margin-top: 5px;

	text-transform: uppercase;

	margin-bottom: 10px;

	font-weight: bold;

}



.employee .aboutMember {

	color: #595757;

	font-family: "chinese",'Calibri';

	line-height: 20px;

    margin-top: 10px;

}



.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 #9fa0a0;

}



#portfolio-filter li {

	float: left;

	margin-right: 15px;

	padding-right: 15px;

	border-right: 1px solid #595757;

}



#portfolio-filter li:last-child {

	border-right: none;

	margin-right: 0px;

	padding-right: 0px;

}



#portfolio-filter li a {

	font-size: 17px;

	color: #595757;

	font-family: "chinese",'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;

	height: 340px;

}



.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 {

	margin-top: 12px;

    font-weight: bold;

    color: #595757;

    font-size: 22px;

    line-height: 28px;

    font-family: "chinese",'Open Sans';

    margin-bottom: 8px;

}



.portContent h2 a {

	color: #595757;

}



.singlePostcont {

	width: 100% !important;

}



.portContent h2 span {

	display: inline;

}



.portContent h2 .titleDivide {

	color: #cfcfcf;

}



.portContent h2 .portCategorie {

	color: #f128c1;

}



.portContent p {

	line-height: 18px;

	color: #727171;

	font-size: 14px;

	font-family: "chinese",'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: #595757;

	font-weight: normal;

	margin: 25px 0;

}



#projectWrapper p {

	font-family: "chinese",'Calibri';

	font-size: 16px;

	line-height: 26px;

	margin-bottom: 20px;

}



.thumbLinks {

	display: block;

	overflow: hidden;

	text-align: right;

}



.thumbLinks img{

	margin: 0px 10px 10px 10px;

}



.thumbLinks a {

	margin-bottom: 16px;

	float: right;

	display: block;

}



.thumbLinks a:last-child {

	margin-bottom: 0;

}



#subProjects h3,#subProjects p {

	padding-left: 20px;

	padding-right: 10px;

}



/*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: "chinese",'Calibri';

	font-size: 17px;

	color: #595757;

	text-transform: uppercase;

	padding-bottom: 13px;

	margin-bottom: 10px;

	border-bottom: 1px solid #9fa0a0;

}



#memberInfo h2 span {

	color: #a9a9a9;

	font-weight: normal;

}



.tweet_list {

	list-style: none;

}



#twitterFeed img {

	width: 48px;

	height: 48px;

}



.tweet_first {

	font-family: "chinese",'Calibri';

	font-size: 14px;

	line-height: 19px;

	color: #595757;

}



.tweet_first a {

	color: #f128c1;

}



.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: "chinese",'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: "chinese",'Calibri';

	color: #595757;

	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: "chinese",'Calibri';

	color: #595757;

}



.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: "chinese",'Calibri';

	font-size: 17px;

	color: #595757;

	text-transform: uppercase;

	padding-bottom: 10px;

	margin-bottom: 10px;

	border-bottom: 1px solid #9fa0a0;

}



.progressSection p {

	margin: 0;

	padding: 0;

	font-family: "chinese",'Calibri';

	color: #595757;

	text-transform: uppercase;

	margin-bottom: 10px;

}



.progress.round {

	border-radius: 5px;

	padding: 0;

	border: 1px solid #f128c1;

	height: 17px;

}



.progress.round .meter {

	background-color: #f128c1;

	border-radius: 3px;

}



/*TYPOGRAPHY SECTION STYLES*/

#typographyWrapper {

	margin-top: 75px;

}



#typoButtons {

	padding-right: 20px;

}



.typo h4 {

	font-family: "chinese",'Calibri';

	font-size: 17px;

	color: #595757;

	text-transform: uppercase;

	padding-bottom: 13px;

	margin-bottom: 10px;

	border-bottom: 1px solid #9fa0a0;

	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: 'chinese';

	font-size: 22px;

	color: black;

	display: block;

	float: left;

	padding: 8px;

	border: 1px solid black;

}



#buttons li a.btn1 {

	border-color: #f128c1;

	color: #595757;

	background-color: white;

}



#buttons li a.btn2 {

	border-color: #f128c1;

	color: white;

	background-color: #f128c1;

}



#buttons li a.btn3 {

	background-color: white;

	border-color: #f128c1;

	color: #f128c1;

}



#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: #f128c1;

	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: #f128c1;

	border-color: #f128c1;

	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 #9fa0a0;

	font-size: 16px;

	font-weight: normal;

	font-family: "chinese",'Calibri';

	color: #595757;

	cursor: pointer;

	margin-top: 0;

}



#accordion1 h3:focus,#accordion2 h3:focus {

	outline: none;

}



#accordion1 div p,#accordion2 div p {

	font-family: "chinese",'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: "chinese",'Calibri';

	color: #595757;

	line-height: 19px;

}



#dropCap .para1:first-letter {

	color: #595757;

	font-family: 'chinese';

	font-size: 42px;

	float: left;

	padding: 12px 14px 7px 14px;

}



#dropCap .para2:first-letter {

	float: left;

	color: white;

	font-family: 'chinese';

	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: #f128c1;

	font-family: 'chinese';

	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: "chinese",'Calibri';

	color: #595757;

	font-size: 17px;

	padding-bottom: 12px;

	border-bottom: 1px solid #9fa0a0;

	text-transform: uppercase;

}



#servicesWrapper {

	background-image: url(../images/8-Services/servicesBg.png?2);

	background-repeat: no-repeat;

	padding-bottom: 50px;

}



#leftSide {

	padding-right: 74px;

}



#rightSide {

	padding-left: 74px;

}



.lService1 {

	margin-top: 135px;

}



.lService2 {

	margin-top: 175px;

}



.lService3 {

	margin-top: 175px;

}



.lService4 {

	margin-top: 320px;

}



.lService5 {

	margin-top: 170px;

}



.lService6 {

	margin-top: 130px;

}



.servContainer h3,.servContainer p {

	margin: 0;

	padding: 0,;

}



.servContainer h3 {

	font-size: 30px;

	color: #595757;

	font-family: "chinese",'Open Sans';

	text-align: center;

	margin-bottom: 10px;

	font-weight: normal;

}



.servContainer p {

	font-family: "chinese",'Calibri';

	color: #727171;

	margin-bottom: 15px;

	line-height: 28px;

}



.servContainer a {

	font-family: 'chinese';

	text-align: center;

	font-size: 16px;

	display: block;

	padding: 15px 0;

	color: #595757;

	/*border-top: 1px solid #9fa0a0;

	border-bottom: 1px solid #9fa0a0;*/

	font-weight: 600;

}



#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 #595757;



	-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: "chinese",'Calibri';

	color: #595757;

	font-size: 17px;

	text-transform: uppercase;

	padding-bottom: 10px;

	border-bottom: 1px solid #9fa0a0;

	margin-bottom: 5px;

}



#contactInfo img {

	margin-bottom: 10px;

}



#contactInfo p {

	margin: 0;

	padding: 0;

	margin-bottom: 15px;

	font-family: "chinese",'Calibri';

	color: #727171;

	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: "chinese",'Calibri';

	color: #595757;

	font-size: 17px;

	text-transform: uppercase;

	padding-bottom: 10px;

	border-bottom: 1px solid #9fa0a0;

	margin-bottom: 12px;

}



.sidebar {

	margin-bottom: 40px;

}



#lists li a {

	color: #595757;

}



#popularTags span {

	display: block;

}



#popularTags span a {

	display: block;

	float: left;

	color: white;

	font-family: "chinese",'Calibri';

	text-transform: uppercase;

	background-color: #f128c1;

	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 {

	width: 120px;

	height: 81px;

	-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: #595757;

	font-family: 'chinese';

	margin-bottom: 5px;

	font-weight: normal;

}



#otherBlogPosts ul li h4 a {

	color: #595757;

}



#otherBlogPosts ul li p.date {

	font-family: "chinese",'Calibri';

	font-size: 14px;

	color: #595757;

	margin-bottom: 5px;

}



#otherBlogPosts ul li p.blogContent {

	font-family: "chinese",'Calibri';

	font-size: 14px;

	line-height: 19px;

	color: #595757;

}



#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: "chinese",'Calibri';

	color: #a5a7a8;

	font-size: 14px;

	line-height: 19px;

	margin: 0;

	padding: 0;

	overflow: hidden;

}



#twitterFeed p span {

	color: #595757;

	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: 'chinese';

	font-size: 20px;

	font-family: ;

	color: #595757;

	margin-bottom: 2px;

	font-weight: normal;

}



#latestComments p {

	padding-left: 5px;

	font-family: "chinese",'Calibri';

	font-size: 14px;

	color: #595757;

	line-height: 19px;

}



#latestComments p.postAction {

	color: #969790;

}



.singlePostContainer img {

	width: 100%;

}



.singlePostContent p, .singlePostContent div {

	margin: 0;

	padding: 0;

	margin-top: 20px;

	font-family: "chinese",'Calibri' !important;

	color: #727171;

	line-height: 26px !important;

}



#singlePostComments {

	margin-top: 60px;

}



.inputContainer {

	position: relative;

}



.inputContainer p {

	font-family: "chinese",'Calibri';

	color: #595757;

	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: "chinese",'Calibri';

	color: #595757;

}



.inputContainer label {

	display: block;

	position: absolute;

	width: 58px;

	height: 41px;

	background-repeat: no-repeat;

}



label.forName {

	background-image: url(../images/Contact/inputName.png);

}



label.forTel {

	background-image: url(../images/Contact/inputTel.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: "chinese",'Calibri';

	color: #595757;

	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;

	

	}



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

	}



	.post-num {

	    height: 125px;

	}

}



@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;

	}

	

	.post-num {

	    height: 100px;

	}



}



@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;

	}

	

	.post-num {

	    height: 95px;

	}



}



@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;

	}

	

	.post-num {

	    height: 90px;

	}



}





.fluid_container {

	margin: 0 auto;

	max-width: 100%;

	width: 100%;

	max-height:697px !important;

	position:absolute;

	top:0;

	z-index:-100;

}



.about_wwd_div{

	line-height: initial;

	text-align: center;

}



.about_wwd_div_up_s {

    /* height: 65px; */

    font-size: 40px;

    line-height: 60px;

    color: #f328c0;

    text-align: center;

    font-weight: bold;

    border: 1px solid #f328c0;

    width: 65px;

    height: 65px;

    display: inline-block;

    border-radius: 50%;

}



.about_wwd_div_up{

	font-size: 16px;

	line-height: 40px;

	text-transform: uppercase;

	color: #727171;

	font-weight: bold;

	text-align: center;

}



.about_wwd_div_down{

	font-size: 16px;

	line-height: 20px;

	color: #727171;

}



.citeContent2{

	font-size: 20px;

    line-height: 30px;

    color: #595757;

    font-weight: bold;

}

.clear{

	clear: both;

}

.jobList .webdesign{

	margin-left: 0;

}



#projectInfo {

	height: 440px;

	overflow: hidden;

}



#projectInfo {

	margin-bottom: 10px;

}



.top-bar-section .left{

	width: 500px;

}



#projectWrapper {

	font-family: 'chinese' !important;

}

.other_news_text{

	display: table-cell;

}



.error_messages{

	list-style: none;

    color: red;

}

.row .large-2 {
    height: 130px;
}
@media only screen and (min-width: 49em) {
	.row .large-2 {
		height: 200px;
	}
}

.employee .aboutMember {
    text-indent: -16px;
    padding-left: 16px;
}