@charset "utf-8";

*, body {
	margin: 0;
	padding: 0;
	font-family: Helvetica, Verdana, Sans, serif;
	color: #808285;
}

img {
	text-decoration: none;
	border: 0;
}

a, img, span {
	border: none;
	outline: none;
}

/* ######################### COMPONENTS ###################### */

.wrapper {
	display: block;
	box-sizing: border-box;
	margin: 0 auto;
	width: 1000px;
}

.hidden {
	display: none;
}

.bl {
	font-size: 18px;
	font-family: "Myriad Pro", Verdana, Sans, serif;
	font-weight: normal;
	color: #000;
}

html body .content .hidden {
	display: none;
}

input[type="text"]::-webkit-input-placeholder,
input[type="password"]::-webkit-input-placeholder,
input[type="email"]::-webkit-input-placeholder {
	color: #CCC;
}

input[type="text"]:-moz-placeholder,
input[type="password"]:-moz-placeholder,
input[type="email"]:-moz-placeholder {
	color: #CCC;
	opacity: 1;
}

input[type="text"]::-moz-placeholder,
input[type="password"]::-moz-placeholder,
input[type="email"]::-moz-placeholder {
	color: #CCC;
	opacity: 1;
}

input[type="text"]:-ms-input-placeholder,
input[type="password"]:-ms-input-placeholder,
input[type="email"]:-ms-input-placeholder {
	color: #CCC;
}

input[type="text"]:-ms-input-placeholder,
input[type="password"]:-ms-input-placeholder,
input[type="email"]:-ms-input-placeholder {
	color: #CCC;
}

/* ######################### HEAD ###################### */

.header {
	width: 100%;
	height: 196px;
	box-sizing: border-box;
	padding-top: 20px;
	color: #808285;
	overflow: hidden;
}

.header .logo-area {
	display: block;
	width: 185px;
	height: 169px;
	float: left;
}

.header .logo-area a {
	display: block;
	height: 169px;
	text-decoration: none;
	float: left;
}

.header .topnav {
	display: flex;
	justify-content: flex-end;
	width: 660px;
	height: 20px;
	padding-top: 133px;
	padding-left: 80px;
	list-style: none inside;
	float: left;
}

.header .topnav li {
	display: block;
	line-height: 17px;
	float: left;
}

.header .topnav a {
	display: block;
	line-height: 17px;
	height: 16px;
	padding-left: 8px;
	padding-right: 2px;
	padding-top: 2px;
	margin-left: 70px;
	font-size: 16px;
	font-family: "Myriad Pro", Verdana, Sans, serif;
	text-transform: uppercase;
	text-decoration: none;
	text-align: center;
	color: #000;
	float: left;
}

.header .topnav a:hover,
.header .topnav a.active {
	background-color: #E4FF00;
}

.menu-line {
	display: block;
	width: 100%;
	height: 7px;
	line-height: 7px;
	font-size: 7px;
	background-color: #000;
}

/* ###################### CONTENT ######################### */
.content {
	display: block;
	box-sizing: border-box;
	width: 100%;
	min-height: 300px;
	padding-top: 50px;
	padding-bottom: 50px;
	float: left;
}

/* ############## ASIDE ################### */
.cnt-aside {
	display: block;
	width: 225px;
	min-height: 300px;
	padding-top: 30px;
	float: left;
}

.cnt-aside .lp_pos1ttl {
	display: block;
	width: 215px;
	line-height: 21px;
	padding-right: 10px;
	padding-bottom: 20px;
	color: #000;
	font-size: 17px;
	font-family: "Myriad Pro", Verdana, Sans, serif;
	font-weight: normal;
	float: left;
}

.cnt-aside .lp_pos1txt {
	display: block;
	width: 215px;
	line-height: 20px;
	padding-right: 10px;
	padding-bottom: 50px;
	color: #808285;
	font-size: 13px;
	font-weight: normal;
	float: left;
}

.socialwidget {
	display: block;
	width: 215px;
	line-height: 21px;
	padding-right: 10px;
	padding-bottom: 60px;
	position: relative;
	float: left;
}

.socialwidget .socialwidgetttl {
	display: block;
	width: 215px;
	line-height: 17px;
	padding-left: 14px;
	font-size: 17px;
	font-family: "Myriad Pro", Verdana, Sans, serif;
	font-weight: normal;
	color: #000;
	background: #FFF url(/theme/assets/img/ico_dot_green_6x6.png) no-repeat 0 5px;
	position: relative;
	left: -15px;
	float: left;
}

.socialwidget .socialwidgetlinks {
	display: block;
	width: 215px;
	padding-top: 19px;
	float: left;
}

.socialwidget .socialwidgetlinks a {
	display: block;
	width: 29px;
	height: 29px;
	margin-right: 23px;
	float: left;
}

.socialwidget .socialwidgetlinks a.gp {
	background: #FFFFFF url(/theme/assets/img/ico_googleplus.png) no-repeat 0 0;
}

.socialwidget .socialwidgetlinks a.pi {
	background: #FFFFFF url(/theme/assets/img/ico_pinterest.png) no-repeat 0 0;
}

.socialwidget .socialwidgetlinks a.fb {
	background: #FFFFFF url(/theme/assets/img/ico_facebook.png) no-repeat 0 0;
}

.socialwidget .socialwidgetlinks a.ln {
	background: #FFFFFF url(/theme/assets/img/ico_linkedin.png) no-repeat 0 0;
}

.clientcomments {
	display: block;
	width: 215px;
	line-height: 21px;
	padding-right: 10px;
	padding-bottom: 60px;
	position: relative;
	float: left;
}

.clientcomments .clientcommentsttl {
	display: block;
	width: 215px;
	line-height: 29px;
	padding-left: 14px;
	font-size: 24px;
	font-family: "Myriad Pro", Verdana, Sans, serif;
	font-weight: normal;
	color: #000;
	background: #FFF url(/theme/assets/img/ico_dot_green_6x6.png) no-repeat 0 9px;
	position: relative;
	left: -15px;
	float: left;
}

.clcomm {
	display: block;
	width: 201px;
	padding-top: 21px;
	padding-bottom: 12px;
	border-bottom: 1px solid #000;
	float: left;
}

.clcomm strong.clcomms {
	display: block;
	width: 100%;
	line-height: 17px;
	padding-bottom: 3px;
	font-size: 16px;
	font-family: "Myriad Pro", Verdana, Sans, serif;
	font-weight: normal;
	color: #000;
	float: left;
}

.clcomm em {
	display: block;
	width: 100%;
	line-height: 19px;
	padding-bottom: 13px;
	font-size: 14px;
	font-family: "Myriad Pro", Verdana, Sans, serif;
	font-weight: normal;
	color: #6D6E71;
	float: left;
}

.clcomm p {
	display: block;
	width: 100%;
	line-height: 19px;
	padding-bottom: 10px;
	font-size: 13px;
	font-weight: normal;
	color: #808285;
	float: left;
}

.hiremenow {
	display: block;
	width: 200px;
	padding-top: 0;
	padding-bottom: 10px;
	border-bottom: 1px solid #000;
	float: left;
}

.hiremenow h2 a {
	display: block;
	width: 175px;
	height: 26px;
	line-height: 26px;
	padding-left: 5px;
	color: #000;
	background-color: #E4FF00;
	text-decoration: none;
	float: left;
}

.hiremenow h2 a:hover {
	text-decoration: underline;
}

.hiremenowlinks {
	display: block;
	width: 210px;
	padding-top: 33px;
	float: left;
}

.hiremenowlinks a {
	display: block;
	width: 200px;
	line-height: 14px;
	height: 14px;
	padding-top: 1px;
	padding-left: 14px;
	padding-bottom: 12px;
	font-size: 14px;
	font-family: "Myriad Pro", Verdana, Sans, serif;
	color: #000;
	background: #FFF url(/theme/assets/img/ico_dot_green_4x4.png) no-repeat 0 4px;
	text-decoration: none;
	text-transform: uppercase;
	overflow: hidden;
	float: left;
}

.hiremenowlinks a:hover {
	text-decoration: underline;
}

.clientlogin {
	display: block;
	width: 200px;
	padding-top: 40px;
	float: left;
}

.clientlogin h2 {
	display: block;
	width: 215px;
	line-height: 29px;
	padding-left: 14px;
	font-size: 24px;
	font-family: "Myriad Pro", Verdana, Sans, serif;
	font-weight: normal;
	color: #000;
	background: #FFF url(/theme/assets/img/ico_dot_green_6x6.png) no-repeat 0 9px;
	position: relative;
	left: -15px;
	float: left;
}

.clientlogin form {
	display: block;
	width: 190px;
	padding-top: 10px;
	padding-left: 10px;
	float: left;
}

.clientlogin form input {
	display: block;
	width: 100px;
	padding: 2px;
	border-radius: 2px 2px 2px 2px;
	font-size: 13px;
	float: left;
}

.clientlogin form button {
	display: block;
	width: 70px;
	padding: 1px;
	margin-left: 2px;
	border-radius: 2px 2px 2px 2px;
	font-size: 13px;
	text-align: center;
	cursor: pointer;
	position: relative;
	top: -1px;
	float: left;
}

/* ########## MAIN CONTENT */
.cnt-main {
	display: block;
	width: 745px;
	min-height: 1940px;
	padding-left: 29px;
	border-left: 1px solid #000;
	float: left;
}

/* #####################################  ABOUT ME ################################################ */
.aboutme {
	display: block;
	width: 100%;
	float: left;
}

.aboutme h1.abtttl {
	display: block;
	width: 100%;
	line-height: 24px;
	padding-bottom: 5px;
	font-size: 24px;
	font-family: "Myriad Pro", Verdana, Sans, serif;
	font-weight: normal;
	color: #000;
	float: left;
}

.aboutme h3.abtsbttl {
	display: block;
	width: 100%;
	line-height: 16px;
	padding-bottom: 16px;
	font-size: 16px;
	font-family: "Myriad Pro", Verdana, Sans, serif;
	font-weight: normal;
	font-style: italic;
	color: #6d6e71;
	float: left;
}

.abthtm {
	display: block;
	width: 100%;
	padding-bottom: 30px;
	border-bottom: 4px solid #000;
	float: left;
}

.abt {
	width: 100%;
	border-collapse: collapse;
}

.abt th.abt_photo {
	width: 224px;
	padding-bottom: 30px;
	text-align: left;
	vertical-align: top;
	border-bottom: 1px solid #000;
}

.abt th.abt_basetxt {
	padding-bottom: 30px;
	text-align: left;
	vertical-align: top;
	color: #808285;
	font-weight: normal;
	font-size: 14px;
	border-bottom: 1px solid #000;
	line-height: 22px !important;
}

.abt th.abt_basetxt strong {
	font-size: 17px;
	font-weight: normal;
	color: #000;
}

.abt td.abt_ttls {
	padding-top: 34px;
	padding-right: 25px;
	text-align: right;
	vertical-align: top;
}

.abttl {
	font-size: 13px;
	padding-left: 14px;
	background: transparent url(/theme/assets/img/ico_dot_green_6x6.png) no-repeat 0 6px;
	color: #000;
}

.abt td.abt_txts {
	font-size: 13px;
	padding-top: 34px;
	color: #808285;
}

.abt td.abt_txts ul {
	list-style: disc inside;
}

.abt td.abt_txts ul li {
	padding-left: 1px;
}

.abt td.abt_txts strong {
	font-size: 14px;
	color: #000;
}

/* #####################################  SERVICES ################################################ */
.services {
	display: block;
	width: 646px;
	padding-left: 29px;
	float: left;
}

.services_title {
	display: block;
	width: 100%;
	line-height: 24px;
	padding-left: 25px;
	padding-bottom: 25px;
	font-size: 24px;
	font-weight: normal;
	color: #000;
	background: transparent url(/theme/assets/img/ico_dot_green_9x9.png) no-repeat 0 7px;
}

.services_tbl {
	border-bottom: 3px solid #000;
	margin-bottom: 30px;
	border-spacing: 0;
}

.services_tbl th.srv_photo {
	width: 210px;
	padding-left: 26px;
	padding-bottom: 22px;
	text-align: left;
	vertical-align: top;
}

.services_tbl td.srv_txt {
	font-size: 13px;
	line-height: 19px;
	padding-bottom: 22px;
	text-align: left;
	vertical-align: top;
	color: #6D6E71;
}

.services_tbl td.srv_txt strong {
	font-size: 14px;
	color: #000;
}

/* #####################################  CONTACT FORM ############################################ */
.contactus {
	display: block;
	width: 100%;
	padding-left: 30px;
	padding-bottom: 30px;
	float: left;
}

.contactus h3 {
	display: block;
	width: 100%;
	line-height: 14px;
	padding-bottom: 19px;
	font-size: 14px;
	font-weight: normal;
	float: left;
}

.contactus p {
	display: block;
	width: 100%;
	padding-bottom: 5px;
	float: left;
}

.contactus input {
	display: block;
	width: 320px;
	line-height: 14px;
	padding: 3px;
	font-size: 14px;
	font-weight: normal;
	color: #222;
	border: 1px solid #606060;
	float: left;
}

.contactus textarea {
	display: block;
	width: 320px;
	height: 130px;
	line-height: 15px;
	padding: 3px;
	font-size: 14px;
	font-weight: normal;
	border: 1px solid #606060;
	float: left;
}

.contactus p.captcha input {
	display: block;
	width: 230px;
	padding: 4px;
	font-size: 13px;
	color: #555;
	float: left;
}

.contactus img#captchaim {
	display: block;
	width: 80px;
	margin-left: 10px;
	float: left;
}

.contactus button {
	display: block;
	padding: 5px 12px 4px;
	font-size: 17px;
	font-family: "Myriad Pro", Verdana, Sans, serif;
	color: #000;
	background-color: #E4FF00;
	border: 0;
	cursor: pointer;
	float: left;
}

.contactus button:hover {
	text-decoration: underline;
}

.contactusonsk {
	display: block;
	width: 600px;
	padding-left: 30px;
	float: left;
}

.skypeadd {
	display: block;
	height: 16px;
	padding-top: 11px;
	padding-bottom: 10px;
	padding-left: 41px;
	font-size: 14px;
	font-family: "Myriad Pro", Verdana, Sans, serif;
	color: #000;
	background: #FFF url(/theme/assets/img/icon-skype.png) no-repeat 0 0;
	text-decoration: none;
	float: left;
}

/* #####################################  PORTFOLIO ############################################### */
.portfoliolist {
	display: block;
	width: 100%;
	padding-bottom: 40px;
	float: left;
}

.portfolioblk {
	display: block;
	width: 100%;
	padding-bottom: 40px;
	float: left;
}

.portfolioblk h1 {
	display: block;
	width: 100%;
	line-height: 28px;
	padding-bottom: 0;
	font-size: 24px;
	font-family: "Myriad Pro", Verdana, Sans, serif;
	font-weight: normal;
	color: #000;
	float: left;
}

.portfolioblk h1 a {
	display: block;
	width: 100%;
	line-height: 28px;
	padding-bottom: 0;
	font-size: 24px;
	font-family: "Myriad Pro", Verdana, Sans, serif;
	font-weight: normal;
	text-decoration: none;
	color: #000;
	float: left;
}

.portfolioblk h2 {
	display: block;
	width: 100%;
	line-height: 19px;
	padding-bottom: 20px;
	font-size: 16px;
	font-family: "Myriad Pro", Verdana, Sans, serif;
	font-weight: normal;
	font-style: italic;
	color: #6D6E71;
	float: left;
}

.portfolioblk p {
	display: block;
	width: 100%;
	float: left;
}

.portfolioblk p a {
	display: block;
	width: 100%;
	text-decoration: none;
	float: left;
}

.portfolioblk p a img {
	display: block;
	width: 745px;
	float: left;
}

.portfolioin {
	display: block;
	width: 100%;
	padding-bottom: 40px;
	float: left;
}

.portfolioin .txt {
	color: #6D6E71;
	padding-top: 30px;
	line-height: 20px;
}

.portfolioclcm {
	display: block;
	width: 100%;
	padding-top: 25px;
	float: left;
}

.portfolioclcm h1 {
	display: block;
	width: 100%;
	line-height: 30px;
	padding: 0 0 13px 14px;
	font-size: 24px;
	font-family: "Myriad Pro", Verdana, Sans, serif;
	color: #000;
	background: #FFF url(/theme/assets/img/ico_dot_green_6x6.png) no-repeat 0 9px;
	float: left;
}

.portfolioclcm strong.fbauth {
	display: block;
	width: 500px;
	line-height: 20px;
	padding-left: 15px;
	padding-bottom: 13px;
	font-size: 16px;
	font-family: "Myriad Pro", Verdana, Sans, serif;
	color: #000;
	float: left;
}

.portfolioclcm strong.fbauth em {
	color: #6D6E71;
	font-size: 14px;
	font-family: "Myriad Pro", Verdana, Sans, serif;
	font-weight: normal;
}

.portfolioclcm p {
	display: block;
	width: 100%;
	line-height: 19px;
	font-size: 13px;
	color: #808285;
	float: left;
}

.slide-hl {
	display: block;
	width: 745px;
	height: 504px;
	overflow: hidden;
	position: relative;
}

.slide {
	display: block;
	width: 5500px;
	height: 504px;
	margin: 0;
	padding: 0;
	position: relative;
	float: left;
}
.slide li{
	display: block;
	width: 745px;
	height: 504px;
	float: left;
	overflow: hidden;
}
.slide li img{
	display: block;
	width: 100%;
	height: 100%;
}

.slidesjs-play,
.slidesjs-stop {
	display: none;
}

.slide-prev-next {
	display: block;
	opacity:0;
	transition:opacity 0.5s linear;
}

.portfolioblk:hover .slide-prev-next {
	opacity:1;
	transition:opacity 0.5s linear;
}

.slide-prev {
	display: block;
	width: 15px;
	height: 80px;
	background: transparent url(/theme/assets/img/arr_left.png) no-repeat 0 0;
	text-indent: -9999px;
	z-index: 1000;
	position: absolute;
	margin-top: -300px;
	margin-left: 5px;
	float: left;
}

.slide-next {
	display: block;
	width: 15px;
	height: 80px;
	background: transparent url(/theme/assets/img/arr_right.png) no-repeat 0 0;
	text-indent: -9999px;
	z-index: 1000;
	position: absolute;
	margin-top: -300px;
	margin-left: 725px;
	float: right;
}

.slide-nav {
	display: block;
	width: 100%;
	list-style: none inside none;
	padding-top: 4px;
	padding-bottom: 15px;
	margin: 0 auto;
	text-align: center;
	float: left;
}

.slide-nav a {
	display: inline-block;
	width: auto;
	height: 18px;
	line-height: 17px;
	padding: 1px 7px;
	margin-left:4px;
	font-weight: bold;
	font-size: 12px;
	font-family: Arial, Verdana, Sans, serif;
	color: #000;
	background-color: #FFF;
	text-decoration: none;
	text-align: center;
}

.slide-nav a:hover,
.slide-nav a.active {
	color: #000;
	background-color: #DDE600;
}

/* #####################################  HIRE ME ################################################# */
.hireme textarea {
	width: 500px;
}

.hireme label {
	display: block;
	width: 130px;
	height: 20px;
	line-height: 20px;
	float: left;
}

.hireme input#file {
	display: block;
	width: 150px;
	float: left;
}

.hireme p.captcha {
	padding-top: 7px;
}

/* #####################################  BEFORE FOOTER ########################################### */
.placeholder {
	color: #939598 !important;
}

/* #####################################  FOOTER ################################################## */

.footer-line {
	display: block;
	width: 100%;
	height: 17px;
	background-color: #000;
	float: left;
}

.footer {
	display: block;
	width: 100%;
	min-height: 20px;
	padding-bottom: 15px;
	float: left;
}

.footer .footer-links {
	display: block;
	width: 80%;
	height: 60px;
	line-height: 16px;
	padding-top: 23px;
	margin:0 auto;
	text-align: center;
	color: #000;
}

.footer .footer-links a {
	display: inline-block;
	height: 16px;
	line-height: 16px;
	padding-bottom: 4px;
	padding-left:10px;
	padding-right:10px;
	color: #000;
	font-size: 15px;
	font-family: "Myriad Pro", Verdana, Sans, serif;
	text-decoration: none;
}
.footer .footer-links a:hover{
	text-decoration: underline;
}


.footer .footer-copy {
	display: block;
	width: 100%;
	line-height: 16px;
	padding-top: 10px;
	padding-bottom: 20px;
	color: #808285;
	font-size:11px;
	text-transform: uppercase;
	text-align: center;
}

.footer .footer_copy a {
	color: #353639;
}

.footer .footer_copy a:hover {
	text-decoration: none;
}