html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	border: 0;
	font-family: inherit;
	font-size: 100%;
	font-style: inherit;
	font-weight: inherit;
	margin: 0;
	outline: 0;
	padding: 0;
	vertical-align: baseline;
}
		
html {
	/* overflow-y: scroll; /* Keeps page centred in all browsers regardless of content height */
	-webkit-text-size-adjust: 100%; /* Prevents iOS text size adjust after orientation change, without disabling user zoom */
	-ms-text-size-adjust: 100%; /* www.456bereastreet.com/archive/201012/controlling_text_size_in_safari_for_ios_without_disabling_user_zoom/ */
}
body {
	height: 100%;
	background: #09193f;
	font-family: 'Open Sans', 'Cabin', sans-serif;
	font-size: 14px;
	line-height: 20px;
	color: #666;
	position: relative;
}
h1 {
	font-size: 20px;
	line-height: 24px;
	margin-bottom: 10px;
}
h2 {
	font-size: 18px;
	line-height: 21px;
	margin-bottom: 10px;
}
h3 {
	font-size: 17px;
	line-height: 21px;
	margin-bottom: 10px;
}
h4 {
	font-size: 16px;
	line-height: 20px;
	margin-bottom: 10px;
}
h5 {
	font-size: 15px;
	line-height: 20px;
	margin-bottom: 10px;
}
h6 {
	font-size: 14px;
	line-height: 17px;
	margin-bottom: 10px;
}
.wp-caption {
	position: relative;
	overflow: hidden;
}
.wp-caption img {vertical-align: top; width: 100%;}
.wp-caption .wp-caption-text {
	color: #fff;
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	padding: 10px;
	background: url(images/slider-caption1.png) 0 0 repeat;
}
.single .wp-caption .wp-caption-text {
	left: 0;
}
input[type="text"],
input[type="search"],
input[type="password"],
textarea {
	line-height: 15px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	padding: 8px 10px 8px;
	border: 2px solid #e5e5e5;
	border-radius: 2px;
	background: #f5f5f5;
}
#searchform label {display: none;}
#searchform input[type="search"] {
	width: 90px;
}
.icon {
	font-family: "FlatCV";
}
button, button:active, button:focus {outline: none; border: none;}
button::-moz-focus-inner {
  border: 0;
}


input[type="submit"] {
	background: #fff;
	border: 2px solid #e5e5e5;
	color: #b1b1b1;
	font-weight: 700;
	text-transform: uppercase;
	font-family: "Lato", sans-serif;
	cursor: pointer;
	font-size: 12px;
	height: 27px;
	padding: 0 7px 2px;
	line-height: 29px;
	-moz-box-sizing: content-box;
	box-sizing: content-box;
	border-radius: 3px;
}
input[type="submit"]:hover {
	background: #e5e5e5;
	color: #b1b1b1;
}
form label {
	cursor: pointer;	
}
form label.required {
	position: relative;
}
form label.required:after {
	content: "*";
	position: absolute;
	top: -2px;
	right: -12px;
	color: #bc3a3a;
	font-size: 18px;
	line-height: 22px;
	font-weight: 400;
}
textarea {
	overflow: auto;
	resize: none;
}
::selection {
	background: #16a5d7; /* Safari */
	color: #fff;
	}
::-moz-selection {
	color: #fff;
	background: #16a5d7; /* Firefox */
}
a {color: #16a5d7;}
a:hover {color: #646464;}
strong {
	font-weight: 700;
}
a img {
	border: none;
}
/* ======================================= WP CORE STYLES =================================== */
.wp-caption,
.wp-caption-text,
.sticky,
.gallery-caption,
.bypostauthor {}

.alignleft {
	display: inline;
	float: left;
	margin-right: 1.5em;
}
.alignright {
	display: inline;
	float: right;
	margin-left: 1.5em;
}
.aligncenter {
	clear: both;
	display: block;
	margin: 0 auto;
}
.extra_wrap {
	overflow: hidden;
}
#primary .blog_section {
	padding-bottom: 30px;
}
#primary .blog_section.last {
	padding-bottom: 0;
}
#primary .blog_section.last article.post {
	padding-bottom: 10px;
}
aside#secondary {
	float: right;
	width: 250px;
	margin-left: -1px;
	background: url(images/v_line.gif) 0 0 repeat-y;
}
.right_sidebar #primary {
	float: left;
	width: 571px;
	background: url(images/v_line.gif) right 0 repeat-y;
}
aside#secondary .widget {
	border-top: 1px solid #e5e5e5;
	padding: 26px 30px;
}
aside#secondary .widget h3 {
	margin-bottom: 22px;
}
aside#secondary .widget ul li,
article .content_text ul li {
	background: url(images/list_marker.png) 0 5px no-repeat;
	list-style: none;
	font-size: 12px;
	line-height: 20px;
	margin-bottom: 10px;
	padding: 0 0 0 16px;
}
article .content_text ul li {
	font-weight: 700;
}
aside#secondary .widget ul li ul {
	margin-top:10px;
}
aside#secondary .widget ul li ul li {
	background: url(images/list_marker2.png) 0 7px no-repeat;
}
article ul,
article ol {
	margin:0 0 20px 20px;
}
article li ul,
article li ol {
	margin-bottom: 0;
}
article .content_text ul {
	margin: 21px 0 20px;
}
aside#secondary .widget ul li a {
	font-weight: 700;
	color: #646464;
	text-decoration: none;
	-webkit-transition: color ease .2s;
	-moz-transition: color ease .2s;
	-ms-transition: color ease .2s;
	-o-transition: color ease .2s;
	transition: color ease .2s;
}
aside#secondary .widget ul li a:hover {
	color: #019875;
}
/* ======================================= /WP CORE STYLES =================================== */




/* ======================================= ISOTOPE SETTINGS =================================== */
.isotope-item {
  z-index: 2;
}

.isotope-hidden.isotope-item {
  pointer-events: none;
  z-index: 1;
}

/**** Isotope CSS3 transitions ****/

.isotope,
.isotope .isotope-item {
  -webkit-transition-duration: 0.8s;
     -moz-transition-duration: 0.8s;
      -ms-transition-duration: 0.8s;
       -o-transition-duration: 0.8s;
          transition-duration: 0.8s;
}

.isotope {
  -webkit-transition-property: height, width;
     -moz-transition-property: height, width;
      -ms-transition-property: height, width;
       -o-transition-property: height, width;
          transition-property: height, width;
}

.isotope .isotope-item {
  -webkit-transition-property: -webkit-transform, opacity;
     -moz-transition-property:    -moz-transform, opacity;
      -ms-transition-property:     -ms-transform, opacity;
       -o-transition-property:      -o-transform, opacity;
          transition-property:         transform, opacity;
}

/**** disabling Isotope CSS3 transitions ****/

.isotope.no-transition,
.isotope.no-transition .isotope-item,
.isotope .isotope-item.no-transition {
  -webkit-transition-duration: 0s;
     -moz-transition-duration: 0s;
      -ms-transition-duration: 0s;
       -o-transition-duration: 0s;
          transition-duration: 0s;
}
/* ======================================= /ISOTOPE SETTINGS =================================== */



/*******************Header*******************/

#profile_photo {
	float: left;
	min-height: 150px;
	background: #0A6CAA;
	width: 150px;
	text-align: center;
}
#profile_photo img {
	width: 80%;
	height: auto;
	margin-top: 15px;
}
#header {
	overflow: hidden;
	background: #fff;
}
#header_cl {
	position: fixed;
	top: 25px;
	z-index: 9999;
}
/********************************************/

/************* Content part *****************/
#page {
	width: 100%;
	max-width: 900px;
	margin: 0 auto;
	vertical-align: middle;
	padding-top: 100px;
}
#profile_name {
	float: left;
	width: 300px;
	background: #16a5d7;
	color: #fff;
	height: 150px;
}

#profile_name .profile_inner {
	padding: 20px 20px;
}
#profile_name .name {
	line-height: 1em;
	font-weight: 700;
	text-transform: uppercase;
	margin-bottom: 5px;
	margin-top: 10px;
}
#profile_name .pos {
    font-size: 16px;
    font-weight: normal;
}
#nav_tabs {
	overflow: hidden;
}
#nav_tabs li {
	float: left;
	width: 150px;
	list-style: none;
	text-align: center;
}
#nav_tabs li.splash {
	width: auto;
	text-align: left;
}
#nav_tabs li a {
	display: block;
	position: relative;
	height: 150px;
	-webkit-transition: color ease .4s, background ease .4s;
	-moz-transition: color ease .4s, background ease .4s;
	-ms-transition: color ease .4s, background ease .4s;
	-o-transition: color ease .4s, background ease .4s;
	transition: color ease .4s, background ease .4s;
	color: #fff;
	text-decoration: none;
}
#nav_tabs li.profile a {
	background: #50c0e9;
}
#nav_tabs li.portfolio a {
	background: #a8d324;
}
#nav_tabs li.contacts a {
	background: #7caf00;
}
#nav_tabs li a:hover,
#nav_tabs li.current a {
	background: whitesmoke !important;
	color: #999;
}
#nav_tabs li a span {
	font-size: 70px;
	line-height: 100px;
	display: block;
	top: 26px;
	left: 47px;
	overflow: hidden;
}
body > .icon {
	font-size: 100px;
	display: block;
	text-align: center;
	padding-top: 10px;
}
#nav_tabs li.portfolio a span {
	top: 25px;
}
#nav_tabs li.contacts a span {left: 50px;}
#nav_tabs li a:hover,
#nav_tabs li.current a {
	color: #ccc;
}
#main {
	background: #fcfcfc;
}
#tab_section #splash {
	background: #fff;
	overflow: hidden;
}
#splash .social_links {
	float: right;
	width: 300px;
}
#splash .social_links ul {
	list-style: none;
	overflow: hidden;
}
#splash .social_links ul li {
	float: left;
	text-align: center;
}
#splash .social_links ul li a {
	-webkit-transition:  background ease .5s, color ease .5s;
	-moz-transition:  background ease .5s, color ease .5s;
	-ms-transition:  background ease .5s, color ease .5s;
	-o-transition:  background ease .5s, color ease .5s;
	transition:  background ease .5s, color ease .5s;
	display: block;
	width: 150px;
	height: 150px;
	overflow:hidden;
	font-family: "FlatCV";
	text-decoration: none;
	color: #fff;
	font-size: 100px;
	line-height: 100%;
}
#splash .social_links ul li a span {
	display: block;
	text-align: center;
	padding-top: 40px;
	font-size: 80px;
}

#splash .social_links ul li.support span{
	font-size: 70px;
	padding-top: 15px;
	line-height: 100px;
}

#splash .social_links ul li.support a{
	font: 400 15px 'Open Sans';
}

#splash .social_links ul li a.custom_icon span img {
	vertical-align: middle;
	max-width: 45px;
	height: auto;
}
#splash .social_links ul:hover li a:hover {
	background: whitesmoke;
	color: #aaa;
}
#resume .section-header {
	cursor: pointer;
	padding: 50px 50px 40px;
	background: url(images/line_hor.gif) 0 bottom repeat-x #fff;
}
#resume .section-header.widgets_section {
	background: #fff;
}
#resume .section-header.opened {
	background-image: none;
}
#resume .section-header h2 {
	font-size: 23px;
	line-height: 28px;
	color: #999999;
	font-weight: 700;
	text-transform: uppercase;
	position: relative;
	padding: 10px 0 12px 64px;
	overflow: hidden;
}
#resume .section-header h2 .icon {
	position: absolute;
	top: 0;
	left: 0;
	display: block;
	width: 50px;
	height: 50px;
	border-radius: 50px;;
	overflow: hidden;
}
#resume .section-header h2 .icon:after {
	content: "e";
	font-family: "FlatCV";
	color: #fff;
	text-transform: lowercase;
	font-size: 80px;
	padding-top: 12px;
	font-weight: normal;
	text-align: center;
	display: block;
}
#resume .section-header h2.icon1 .icon:after {
	content: "j";
}
#resume .section-header h2.icon2 .icon:after {
	content: "e";
}
#resume .section-header h2.icon3 .icon:after {
	content: "h";
	padding-top: 7px;
}
#resume .section-header h2 .icon img {
	width: 152px;
	margin: 10px 0 0 -53px;
}
#resume .section-header h2.icon2 .icon img {
	margin: 9px 0 0 8px;
}
#resume .section-header h2.icon3 .icon img {
	margin: 14px 0 0 -110px;
}
#resume .resume_post.even {
	background: #f7f7f7;
}
#resume .section-header .section_toggle {
	display: block;
	width: 50px;
	height: 50px;
	float: right;
	background: #fff;
	text-align: center;
	border-radius: 50px;
	-webkit-transition: all ease .5s;
	-moz-transition: all ease .5s;
	-ms-transition: all ease .5s;
	-o-transition: all ease .5s;
	transition: all ease .5s;
}
#resume .section-header:hover .section_toggle {
	background: #eee;
}
@keyframes fly{
	0%{margin-top: -24px;}
	0%{margin-top: -14px;}
	0%{margin-top: -4px;}
}
#resume .section-header:hover .section_toggle {

}
#resume .section-header .section_toggle span {
	display: block;
	height: 24px;
	overflow: hidden;
	margin-top: 13px;
}
#resume .section-header .section_toggle span img {
	width: 24px;
	height: auto;
	vertical-align: top;
	-webkit-transition: all ease .2s;
	-moz-transition: all ease .2s;
	-ms-transition: all ease .2s;
	-o-transition: all ease .2s;
	transition: all ease .2s;
}
#resume .section-header.opened .section_toggle span img {
	margin-top: -24px;
}
.resume_post {
	overflow: hidden;	
}
.resume_post .resume_period {
	text-transform: uppercase;
	float: left;
	width: 150px;
	text-align: center;
	font-size: 16px;
	line-height: 19px;
	padding-top: 55px;
	border-right: 1px solid #eaeaea;
	margin-right: -1px;
}
.resume_post .resume_period .period_to {
	display: block;
	font-weight: 700;
}
.resume_post .extra_wrap {
	padding: 31px 0 0 30px;
	border-left: 1px solid #eaeaea;
}
.resume_post .extra_wrap .resume_header {
	overflow: hidden;
	font-size: 16px;
	line-height: 19px;
	text-transform: uppercase;
	font-weight: 700;
	color: #333333;
	padding-right: 32px;
	margin-bottom: 10px;
}
.resume_post .resume_header .post_title {
	float: left;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	width: 50%;
	padding: 10px 0 0 50px;
	position: relative;
}
.resume_post .resume_header .post_title .post_title_icon {
	position: absolute;
	top: 3px;
	left: 0;
	display: block;
	width: 35px;
	height: 35px;
	border-radius: 35px;
	overflow: hidden;
}
.resume_post .resume_header .post_title .post_title_icon:after {
	display: block;
	content: "f";
	font-weight: normal;
	text-transform: lowercase;
	color: #fff;
	font-family: "FlatCV";
	text-align: center;
	font-size: 50px;
	padding-top: 7px;
}
.resume_post .resume_header .post_title .post_title_icon.icon3:after {
	content: "g";
}
.resume_post .resume_header .post_title .post_title_icon.icon2:after {
	content: "f";
}
.resume_post .resume_header .post_title .post_title_icon.icon1:after {
	content: "k";
}
.resume_post .resume_header .post_title .post_title_icon img {
	width: 134px;
	margin: 6px 0 0 2px;
}
.resume_post .resume_header .post_title .post_title_icon.icon2 img {
	margin: 6px 0 0 -101px;
}
.resume_post .resume_header .post_title .post_title_icon.icon3 img {
	margin: 5px 0 0 -52px;
}
.resume_post .resume_header .resume_position {
	float: right;
	width: 50%;
	padding: 10px 0 0 51px;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	position: relative;
}
.resume_post .resume_header .resume_position .icon {
	position: absolute;
	display: block;
	width: 35px;
	height: 35px;
	border-radius: 35px;
	top: 3px;
	left: 0;
	overflow: hidden;
}
.resume_post .resume_header .resume_position .icon:after {
	content: "e";
	color: #fff;
	text-transform: lowercase;
	display: block;
	text-align: center;
	font-size: 52px;
	font-weight: 400;
	padding-top: 7px;
}
.resume_post .resume_header .resume_position .icon.icon1:after {
	content: "j";
}
.resume_post .resume_header .resume_position .icon.icon2:after {
	content: "e";
}
.resume_post .resume_header .resume_position .icon.icon3:after {
	content: "h";
	padding-top: 4px;
	font-size: 57px;
}
.resume_post .resume_header .resume_position .icon img {
	width: 98px;
	margin: 7px 0 0 7px;
}
.resume_post .resume_header .resume_position .icon.icon1 img {
	margin: 8px 0 0 -32px;
}
.resume_post .resume_header .resume_position .icon.icon3 img {
	margin: 10px 0 0 -69px;
}
.resume_post .resume_content {
	padding: 0 40px 31px 0;
}
.skills_sidebar_section {
	padding: 45px 46px 30px 50px;
	overflow: hidden;
}
.skills_sidebar_section aside.widget {
	float: left;
	width: 379px;
	margin: 0 46px 20px 0;
}
.skills_sidebar_section aside.widget.widget-odd {
	float: right;
	margin-right: 0;
}
.skills_sidebar_section aside.widget h3 {
	font-size: 16px;
	line-height: 20px;
	text-transform: uppercase;
	font-weight: 700;
	color: #333333;
	margin-bottom: 16px;
}
#resume .section-header.widgets_section h2 .icon {
	background: #497cf0;
}
#resume .section-header.widgets_section h2 .icon:after {
	content: "i";
}
#resume .section-header.widgets_section h2 .icon img {
	width: 20px;
	margin: 10px 0 0 15px;
}
#tab_section .tab_content {
	display: none;
}
#portfolio .portfolio_items  {
	overflow: hidden;
}
#portfolio .portfolio_items article.portfolio_post {
	float: left;
	width: 300px;
	height: 200px;
	background: #323232;
	overflow: hidden;
}
#portfolio .portfolio_items article.portfolio_post .post_content {
	position: absolute;
	left: 0;
	right: 0;
	bottom: -100px;
	padding: 20px 30px 0;
	color: #fff;
	-webkit-transition: all ease .6s;
	-moz-transition: all ease .6s;
	-ms-transition: all ease .6s;
	-o-transition: all ease .6s;
	transition: all ease .6s;
}
#portfolio .portfolio_items article.portfolio_post:hover .post_content {
	bottom: 20px;
	transition-duration: .4s;
	-webkit-transition-duration: .4s;
	-moz-transition-duration: .4s;
	-ms-transition-duration: .4s;
	-o-transition-duration: .4s;
}
#portfolio .portfolio_items article.portfolio_post .caption {
	position: absolute;
	left: 29px;
	top: -125px;
	-webkit-transition: all cubic-bezier(0, 0.35, .5, 0.3) .6s;
	-moz-transition: all cubic-bezier(0, 0.35, .5, 0.3) .6s;
	-ms-transition: all cubic-bezier(0, 0.35, .5, 0.3) .6s;
	-o-transition: all cubic-bezier(0, 0.35, .5, 0.3) .6s;
	transition: all cubic-bezier(0, 0.35, .5, 0.3) .6s;
}
#portfolio .portfolio_items article.portfolio_post .caption:hover {
	-webkit-transition: all ease .3s;
	-moz-transition: all ease .3s;
	-ms-transition: all ease .3s;
	-o-transition: all ease .3s;
	transition: all ease .3s;
}
#portfolio .portfolio_items article.portfolio_post .caption h4 {
	color: #fff;
	font-size: 16px;
	line-height: 20px;
	margin-bottom: 3px;
}
#portfolio .portfolio_items article.portfolio_post .caption h5 {
	font-size: 12px;
	font-weight: 700;
	text-transform: uppercase;
	line-height: 15px;
}
#portfolio .portfolio_items article.portfolio_post:hover .caption {
	top: 25px;
}
#portfolio .portfolio_items article.portfolio_post a {
	display: block;
	position: relative;
	color: #7caf00;
}
#portfolio .portfolio_items article.portfolio_post a img {
	vertical-align: top;
}
#portfolio .portfolio_items article.portfolio_post a .overlay {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	background: url(images/portfolio_overlay.png) 0 0 repeat;
	opacity: 0;
	-webkit-transition: all ease .5s;
	-moz-transition: all ease .5s;
	-ms-transition: all ease .5s;
	-o-transition: all ease .5s;
	transition: all ease .5s;
}
#portfolio .portfolio_items article.portfolio_post a:hover .overlay {
	opacity: 1;
}
#portfolio .portfolio_items article.portfolio_post a .link-icon {
	display: block;
	position: absolute;
	top: 50%;
	left: 50%;
	width: 30px;
	height: 30px;
	margin-top: -15px;
	margin-left: -15px;
	transform: rotate(-360deg) scale(0);
	-webkit-transform: rotate(-90deg) scale(0);
	-webkit-transition: all cubic-bezier(0, 0.35, .5, 1.3) .4s opacity;
	-moz-transition: all cubic-bezier(0, 0.35, .5, 1.3) .4s;
	-ms-transition: all cubic-bezier(0, 0.35, .5, 1.3) .4s;
	-o-transition: all cubic-bezier(0, 0.35, .5, 1.3) .4s;
	transition: all cubic-bezier(0, 0.35, .5, 1.3) .4s;
	opacity: 0;
}
#portfolio .portfolio_items article.portfolio_post a:hover .link-icon {
	opacity: 1;
	transform: rotate(0deg) scale(1);
	-webkit-transform: rotate(0deg) scale(1);
}
#portfolio .portfolio_items article.portfolio_post.even {
	background: #4d4d4d;
}
#portfolio .portfolio_items article.portfolio_post .img-wrap img {
	width: 100%;
	height: auto;
}
#portfolio_iso_filters {
	overflow: hidden;
	padding: 59px 50px 60px;
	background: #fff;
}
#portfolio_iso_filters li {
	list-style: none;
	float: left;
	font-size: 16px;
	line-height: 20px;
	font-weight: 700;
	text-transform: uppercase;
	margin-right: 1px;
}
#portfolio_iso_filters li a {
	text-decoration: none;
	color: #666;
	display: inline-block;
	padding: 5px 10px 6px;
	border-radius: 2px;
}
#portfolio_iso_filters li a:hover {
	color: #16a5d7;
}
#portfolio_iso_filters li a.current {
	background: #16a5d7;
	color: #fff;
}
#portfolio .more_button {
	padding: 30px;
	text-align: center;
}
#more_results {
	display: inline-block;
	background: #7caf00;
	padding-bottom: 2px;
	border-radius: 3px;
	font-size: 16px;
	line-height: 35px;
	text-transform: uppercase;
	text-decoration: none;
	font-weight: 700;
	color: #fff;
}
#more_results span {
	display: inline-block;
	padding: 0 14px 0;
	height: 37px;
	background: #a8d324;
	border-radius: 3px;
}
#more_results:hover span {
	background: none;
}
#more_results:active {
	background: #7bb000;
	-webkit-box-shadow: inset 0 0 0 2px #638c00;
	-moz-box-shadow: inset 0 0 0 2px #638c00;
	box-shadow: inset 0 0 0 2px #638c00;
}
#more_results:active span {
	background: none;
}
#more_results.no_results {
	background: #ccc;
	-webkit-box-shadow: inset 0 0 0 2px #b2b2b2;
	-moz-box-shadow: inset 0 0 0 2px #b2b2b2;
	box-shadow: inset 0 0 0 2px #b2b2b2;
}
#more_results.no_results span {
	background: none;
}
#more_results span.loading {
	padding-right: 34px;
	background: url(images/more_link_loader.png) 90% center no-repeat;
}
/********************************************/

/****************** Footer ******************/

#footer {
	text-align: center;
	font-size: 12px;
	line-height: 15px;
	text-transform: uppercase;
	color: #16a5d7;
	padding: 17px 0;
	font-weight: 700;
}
.pp_play, .pp_pause {
	display: none !important;
}
.pp_content {position: relative;}
.pp_content .pp_nav {
	position: absolute;
	left: 0;
	right: 0;
	top: 50%;
	margin: -25px 0 0 0;
}
.pp_content_container .pp_content {
	padding-left: 0;
}
div.light_rounded .pp_nav a.pp_arrow_previous, 
div.light_rounded .pp_nav a.pp_arrow_next {
	position: absolute;
	display: block;
	width: 51px;
	height: 51px;
	background: #f5f5f5;
	right: 0;
}
div.light_rounded .pp_nav a.pp_arrow_previous span, 
div.light_rounded .pp_nav a.pp_arrow_next span {
	display: block;
	position: absolute;
	width: 15px;
	height: 25px;
	background: url(images/popup_controls_s.png) 0 0 no-repeat;
	top: 13px;
	left: 18px;
}
div.light_rounded .pp_nav a.pp_arrow_next span {
	background-position: right 0;
}
div.light_rounded .pp_nav a:hover {
	background: #fff;
}
.pp_nav a.pp_arrow_previous {
	right: auto;
	left: 0;
} 
.pp_pic_holder.light_rounded .pp_expand {
	right: 53px;
	top: 0;
	background: #f7f7f7;
	width: 51px;
	height: 51px;
	text-align: center;
	text-indent: 0;
}
.pp_pic_holder.light_rounded .pp_expand span {
	display: inline-block;
	width: 25px;
	height: 25px;
	background: url(images/lightbox_buttons_small.png) -25px 0 no-repeat;
	margin-top: 13px;
}
.pp_pic_holder.light_rounded .pp_expand:hover {
	background: #fff;
}
.pp_pic_holder .pp_content_container .pp_details {
	margin: 0;
	height: 51px;
}
.pp_overlay {cursor: pointer;}
.pp_pic_holder #pp_full_res {
	line-height: 0 !important;
}
.pp_pic_holder .pp_content_container .pp_fade {
	padding-bottom: 51px;
	background: #fff;
}
.pp_pic_holder.light_rounded .pp_close,
.pp_pic_holder.light_rounded .pp_contract {
	top: 0;
	right: 1px;
	width: 51px;
	height: 51px;
	background: #f7f7f7;
	text-align: center;
	text-indent: 0;
}
.pp_pic_holder.light_rounded .pp_contract {
	right: 53px;
}
.pp_pic_holder.light_rounded .pp_contract:hover {
	background: #fff;
}
.pp_pic_holder.light_rounded .pp_contract span {
	display: inline-block;
	width: 25px;
	height: 25px;
	background: url(images/lightbox_buttons_small.png) 0 0 no-repeat;
	margin-top: 13px;
}
.pp_pic_holder.light_rounded .pp_close:hover {background: #fff;}
.pp_pic_holder.light_rounded .pp_close span {
	display: inline-block;
	width: 25px;
	height: 25px;
	background: url(images/lightbox_buttons_small.png) right 0 no-repeat;
	margin-top: 13px;
}
div.light_rounded .pp_description {
	font-size: 16px;
	line-height: 20px;
	color: #666;
	padding: 15px 20px 0 20px;
}
.map_wrap {
	position: relative;
}
.map_wrap .address_block {
	position: absolute;
	bottom: 20px;
	left: 20px;
	height: 30px;
	background: #fff;
	font-size: 14px;
	line-height: 30px;
	color: #16a5d7;
	z-index: 500;
	font-weight: 700;
	padding: 0 12px;
	-webkit-box-shadow: -5px 9px 0 0 rgba(0,0,0,.2);
	-moz-box-shadow: -5px 9px 0 0 rgba(0,0,0,.2);
	box-shadow: -5px 9px 0 0 rgba(0,0,0,.2);
} 
.map_wrap .map_overlay {
	z-index: 999;
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	background: url(images/map_loader.gif) center center no-repeat #fff;
}
.contacts_wrapper {
	position: relative;
	overflow: hidden;
}
.contacts_wrapper:after {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 50%;
	background: #fff;
	content: "";
}
div.sc_infobox_style_success {
	padding: 20px;
	margin: 10px;
	color: #fff;
	background: #A8D324
}
div.sc_infobox_style_error {
	padding: 20px;
	margin: 10px;
	color: #d29898;
	border: 1px solid #edcece;
	background: rgb(255,250,250); /* Old browsers */
	background: -moz-linear-gradient(top,  rgba(255,250,250,1) 0%, rgba(255,233,233,1) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(255,250,250,1)), color-stop(100%,rgba(255,233,233,1))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  rgba(255,250,250,1) 0%,rgba(255,233,233,1) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  rgba(255,250,250,1) 0%,rgba(255,233,233,1) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  rgba(255,250,250,1) 0%,rgba(255,233,233,1) 100%); /* IE10+ */
	background: linear-gradient(to bottom,  rgba(255,250,250,1) 0%,rgba(255,233,233,1) 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fffafa', endColorstr='#ffe9e9',GradientType=0 ); /* IE6-9 */
}
.contacts_wrapper .col1 {
	float: left;
	width: 50%;
}
.contacts_wrapper .col1.fwidth {
	width: 100%;
	padding-bottom: 50px;
	float: none;
}
.contacts_wrapper .col2 {
	overflow: hidden;
}
.contacts_wrapper .col2 .inner {
	padding: 43px 50px 50px;
}
.contacts_wrapper .col1 {
	text-align: center;
	overflow: hidden;
	position: relative;
	z-index: 999;
	padding-top: 50px;
}
.sc_contact_form h3 {
	margin-bottom: 24px;
	font-size: 23px;
	line-height: 28px;
	text-transform: uppercase;
	color: #16a5d7;
	font-weight: 700;
}
#contact_form label {
	display: table;
	font-size: 16px;
	color: #333;
	line-height: 20px;
	margin-bottom: 6px;
	font-weight: 700;
}
#contact_form .field.message label {
	margin-bottom: 5px;
}
#contact_form .field {
	margin-bottom: 15px;
}
#contact_form .field.message {
	margin-bottom: 9px;
}
#contact_form input[type="text"],
#contact_form textarea {
	padding: 10px 8px 10px;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	width: 100%;
	background: #fff;
	border: 2px solid #eeeeee;
}
#contact_form textarea {
	height: 112px;
}
#contact_form .button {
	overflow: hidden;
}
#contact_form .enter,
a.button_link {
	float: right;
	background: #7caf00;
	padding-bottom: 2px;
	border-radius: 3px;
	font-size: 16px;
	line-height: normal;
	text-transform: uppercase;
	text-decoration: none;
	font-weight: 700;
	color: #fff;
	vertical-align: top;
}
#contact_form .enter span,
a.button_link span {
	vertical-align: top;
	display: inline-block;
	padding: 8px 14px 9px;
	background: #a8d324;
	border-radius: 3px;
}
#contact_form .enter:active,
a.button_link:active {
	-webkit-box-shadow: inset 0 0 0 2px rgba(0,0,0,.2);
	-moz-box-shadow: inset 0 0 0 2px rgba(0,0,0,.2);
	box-shadow: inset 0 0 0 2px rgba(0,0,0,.2);
}
a.button_link.download {
	background: #16a5d7;
}
a.button_link.download span {
	background: #50c0e9;
}
#contact_form .enter:hover span,
a.button_link:hover span {
	background: none;
}
a.button_link {
	display: inline-block;
	float: none;
	margin-right: 6px;
}
a.button_link span {
	padding: 8px 0 9px;
	width: 117px;
	text-align: center;
}
.resume_buttons {
	text-align: center;
	overflow: hidden;
	padding:  43px 50px;
	background: #fff;
}
#contact_form .req {
	padding-top: 10px;
	overflow: hidden;
	font-size: 13px;
	line-height: 16px;
	font-style: italic;
	color: #999999;
}
.widget_qrcode_vcard .widget_inner {
	margin: 0 auto;
}
.phone_num .icon {
	width: 50px;
	height: 50px;
	background: #50c0e9;
	display: inline-block;
	border-radius: 50px;
}
.phone_num .icon:after {
	content: "d";
	display: block;
	text-align: center;
	color: #fff;
	font-size: 80px;
	line-height: 80px;
	margin-top: -14px;
	font-weight: normal;
}
.phone_num .icon img {
	width: 20px;
	height: auto;
	margin: 9px 0 0;
}
.phone_num .phone {
	padding: 8px 0 1px;
	display: block;
	font-size: 36px;
	line-height: 44px;
	color: #16a5d7;
	background: url(images/phone_divider.gif) center bottom no-repeat;
}
.addition {
	padding-top: 4px;
	margin-bottom: 42px;
}
.addition span {
	display: block;
	color: #16a5d7;
	font-size: 14px;
	line-height: 22px;
} 
.addition span a {
	text-decoration: none;
	color: #16a5d7;
}
.addition span a:hover {
	color: #000;
}
.widget_qrcode_vcard h3 {
	color: #16a5d7;
	font-weight: 700;
	font-size: 16px;
	line-height: 20px;
	margin-bottom: 16px;
}
.author_info {
	overflow: hidden;
	padding: 30px 50px;
	float: left;
	text-align: center;
	width: 100%;
	max-width: 500px;
}
.author_info .user_desc {
	font-size: 22px;
	color: #666;
	text-align: center;
	margin: 30px 0 10px;
}
.author_info .addition {
	margin-bottom: 0;
}

#toTop {
	display: none;
	position: fixed;
	right: 50%;
	margin-right: -550px;
	bottom: 100px;
	width: 50px;
	height: 50px;
	background: url(images/to_top.png) 0 0 no-repeat;
}
#toTop:hover {
	background-position: 0 -50px;
}
.pp_content iframe {
	position: relative;
	z-index: 9999;
}
/********************************************/

@media
only screen and (-webkit-min-device-pixel-ratio: 2),
only screen and (   min--moz-device-pixel-ratio: 2),
only screen and (     -o-min-device-pixel-ratio: 2/1),
only screen and (        min-device-pixel-ratio: 2),
only screen and (                min-resolution: 192dpi),
only screen and (                min-resolution: 2dppx) { 
	body div.light_rounded .pp_expand span {
		background: url(images/lightbox_buttons.png) 0 0 no-repeat;
		background: url(images/popup_controls.png) 0 0 no-repeat;
	}
}