@charset "utf-8";
/*
Theme Name: Agency Pro
Theme URI: http://www.frogsthemes.com
Description: The WordPress theme to take on all themes, Agency Pro is packed to the rafters with all the features you expect and so much more. Agency Pro is perfect if you want a high impact, SEO ready website with a user friendly admin area.
Author: FrogsThemes.com
Version: 1.0.6
*/

/* =============================================================================
   HTML5 Boilerplate CSS: h5bp.com/css
   ========================================================================== */

article, aside, details, figcaption, figure, footer, header, hgroup, nav, section {
	display: block;
}
audio, canvas, video {
	display: inline-block;
*display: inline;
*zoom: 1;
}
audio:not([controls]) {
	display: none;
}
[hidden] {
display: none;
}
body, html {
	min-width: 960px;
}
html {
	font-size: 100%;
	-webkit-text-size-adjust: 100%;
	-ms-text-size-adjust: 100%;
}
html, button, input, select, textarea {
	font-family: sans-serif;
	color: #222;
}
body {
	margin: 0;
	font: 15px/24px Arial, Helvetica, sans-serif;
	color: #383435;
}

::-moz-selection {
background: #ff6319;
color: #fff;
text-shadow: none;
}
::selection {
	background: #ff6319;
	color: #fff;
	text-shadow: none;
}
a {
	color: #ff6316;
	text-decoration: underline;
}
a:hover {
	color: #ff6316;
	text-decoration: none;
}
.textwidget a{
	color:#666666;
}
.textwidget a:hover{
	color:#666666;
	text-decoration:none;
}
abbr[title] {
	border-bottom: 1px dotted;
}
b, strong {
	font-weight: bold;
}
blockquote {
	margin: 1em 40px;
}
dfn {
	font-style: italic;
}
hr {
	display: block;
	height: 1px;
	border: 0;
	border-top: 1px solid #ccc;
	margin: 1em 0;
	padding: 0;
}
ins {
	background: #ff9;
	color: #000;
	text-decoration: none;
}
mark {
	background: #ff0;
	color: #000;
	font-style: italic;
	font-weight: bold;
}
pre, code, kbd, samp {
	font-family: monospace, serif;
	_font-family: 'courier new', monospace;
	font-size: 1em;
}
pre {
	white-space: pre;
	white-space: pre-wrap;
	word-wrap: break-word;
}
q {
	quotes: none;
}
q:before, q:after {
	content: "";
	content: none;
}
small {
	font-size: 85%;
}
sub, sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}
sup {
	top: -0.5em;
}
sub {
	bottom: -0.25em;
}
ul, ol {
	margin: 1em 0;
	padding: 0 0 0 40px;
}
dd {
	margin: 0 0 0 40px;
}
nav ul, nav ol {
	list-style: none;
	list-style-image: none;
	margin: 0;
	padding: 0;
}
img {
	border: 0;
	-ms-interpolation-mode: bicubic;
	vertical-align: middle;
}
svg:not(:root) {
	overflow: hidden;
}
figure {
	margin: 0;
}
form {
	margin:0;
}
.wpcf7-submit{
	background-color: #ff6316;
    border: medium none;
    border-radius: 3px;
    box-shadow: none;
    color: #fff;
    cursor: pointer;
    padding: 16px 24px;
    text-transform: uppercase;
    width: auto;
}
fieldset {
	border: 0;
	margin: 0;
	padding: 0;
}
label {
	cursor: pointer;
}
legend {
	border: 0;
*margin-left: -7px;
	padding: 0;
	white-space: normal;
}
button, input, select, textarea {
	font-size: 100%;
	margin: 0;
	vertical-align: baseline;
*vertical-align: middle;
}
button, input {
	line-height: normal;
}
button, input[type="button"], input[type="reset"], input[type="submit"] {
	cursor: pointer;
	-webkit-appearance: button;
*overflow: visible;
}
button[disabled], input[disabled] {
	cursor: default;
}
input[type="checkbox"], input[type="radio"] {
	box-sizing: border-box;
	padding: 0;
*width: 13px;
*height: 13px;
}
input[type="search"] {
	-webkit-appearance: textfield;
	-moz-box-sizing: content-box;
	-webkit-box-sizing: content-box;
	box-sizing: content-box;
}
input[type="search"]::-webkit-search-decoration, input[type="search"]::-webkit-search-cancel-button {
-webkit-appearance: none;
}
button::-moz-focus-inner, input::-moz-focus-inner {
border: 0;
padding: 0;
}
textarea {
	overflow: auto;
	vertical-align: top;
	resize: vertical;
}
input:valid, textarea:valid {
}
input:invalid, textarea:invalid {
background-color: #f0dddd;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
td {
	vertical-align: top;
}
a img {
	opacity: 1;
	transition: opacity .25s ease-in-out;
	-moz-transition: opacity .25s ease-in-out;
	-webkit-transition: opacity .25s ease-in-out;
}
a:hover img {
	opacity: 0.5;
}
a {
	-webkit-transition: all 200ms ease-in;
	-moz-transition: all 200ms ease-in;
	-o-transition: all 200ms ease-in;
}
.drop a, .flex-control-nav a, a.select-opener {
	-webkit-transition: none;
	-moz-transition: none;
	-o-transition: none;
}
/* SEMANTIC CONTAINERS
-------------------------------------------------------------------*/
#sidebar {
	float: right;
}
#content.contentright {
	float: right;
	margin-right: 0;
}
#content.contentleft {
	float: left;
}
#sidebar.sidebarright {
	float: right;
}
#sidebar.sidebarleft {
	float: left;
}
/* CLASSES
-------------------------------------------------------------------*/
.hidden, .screen_reader, hr {
	display: none;
}
.floatL {
	float: left;
}
.floatR {
	float: right;
}
.alignleft {
	float: left;
	margin: 0 25px 25px 0;
}
.alignright {
	float: right;
	margin: 0 0 25px 25px;
}
.alignnone {
	padding: 0;
}
.aligncenter {
	padding: 20px 0;
	text-align: center;
	margin: 0 auto;
	display: block;
}
.clear {
	clear: both;
}
.col .alignnone {
	padding: 0;
}
/* TABLE
-------------------------------------------------------------------*/

table {
	margin-bottom: 25px;
	border-collapse: collapse;
	font-size: 1em;
	width: 100%;
}
table th {
	padding: 5px 7px;
	font-weight: bold;
}
table td {
	padding: 5px 7px;
}
table .f-row td {
	padding: 5px 7px;
}
table tr:hover td {
	padding: 5px 7px;
}
/* ALERTS
-------------------------------------------------------------------*/	
	
.alert-box {
	padding: 15px 15px 15px 35px;
	background: #f8f8f8;
	border-top: 1px solid;
	border-bottom: 1px solid;
	border-color: #e1e1e1;
	color: #777;
	font-size: 12px;
	line-height: 1.5em;
	text-align: left;
	margin: 5px 0;
}
.alert-box.info {
	background: url(assets/images/icons/info.png) no-repeat 10px 15px #a6bfde;
	border-color: #4b87d0;
	color: #fff;
}
.alert-box.alert {
	background: url(assets/images/icons/alert.png) no-repeat 10px 15px #FFFFE0;
	border-color: #E6DB55;
	color: #9d5501;
}
.alert-box.tick {
	background: url(assets/images/icons/tick.png) no-repeat 10px 15px #E0F1B5;
	border-color: #8BAF5B;
	color: #4F5F39;
}
.alert-box.error {
	background: url(assets/images/icons/error.png) no-repeat 10px 15px #f0dcdb;
	border-color: #941210;
	color: #941210;
}
.alert-box.help {
	background: url(assets/images/icons/help.png) no-repeat 10px 15px #a6bfde;
	border-color: #4b87d0;
	color: #fff;
}
.alert-box.download {
	background: url(assets/images/icons/download.png) no-repeat 10px 15px #a6bfde;
	border-color: #4b87d0;
	color: #fff;
}
.contact-form .wpb_alert {
	width: 503px;
	margin: 0 auto 30px auto;
}
.wpb_alert {
	background-color: #FCF8E3;
	border: 1px solid #FBEED5;
	border-radius: 4px 4px 4px 4px;
	clear: both;
	color: #C09853;
	margin-bottom: 18px;
	padding: 8px 35px 8px 14px;
	text-shadow: 0 1px 0 rgba(255, 255, 255, 0.5);
}
.wpb_alert-success, div.wpb_alert-success {
	background-color: #DFF0D8;
	border-color: #D6E9C6;
	color: #468847;
}
.wpb_alert-danger, .wpb_alert-error, div.wpb_alert-danger, div.wpb_alert-error {
	background-color: #F2DEDE;
	border-color: #EED3D7;
	color: #B94A48;
}
.wpb_alert-info, div.wpb_alert-info {
	background-color: #D9EDF7;
	border-color: #BCE8F1;
	color: #3A87AD;
}
.wpb_alert-block {
	padding-bottom: 14px;
	padding-top: 14px;
}
.wpb_alert-block > p, .wpb_alert-block > ul {
	margin-bottom: 0;
}
.wpb_alert-block p + p {
	margin-top: 5px;
}
.wpb_alert .messagebox_text {
	background: url("functions/ft-visual-composer/assets/vc/alert.png") no-repeat scroll left center transparent;
	padding-left: 28px;
}
.wpb_alert-info .messagebox_text {
	background: url("functions/ft-visual-composer/assets/vc/info.png") no-repeat scroll left center transparent;
}
.wpb_alert-success .messagebox_text {
	background: url("functions/ft-visual-composer/assets/vc/tick.png") no-repeat scroll left center transparent;
}
.wpb_alert-error .messagebox_text {
	background: url("functions/ft-visual-composer/assets/vc/exclamation.png") no-repeat scroll left center transparent;
}
.wpb_alert-success .messagebox_text {
	background: url("functions/ft-visual-composer/assets/vc/tick.png") no-repeat scroll left center transparent;
}
.wpb_alert-error .messagebox_text {
	background: url("functions/ft-visual-composer/assets/vc/exclamation.png") no-repeat scroll left center transparent;
}
/* ADS MANAGER FRONT END STYLING
-------------------------------------------------------------------*/	

.bannercontainerinner {
	margin: 0 0 40px 0;
	float: left;
	width: 100%;
}
.bannercontainerinnerbot {
	margin: 0 0 0 0;
	padding: 30px 0;
	float: left;
	width: 100%;
	border-top: 1px solid #EBEEF1;
}
.bannerspaceinner {
	width: 100%;
	float: left;
	text-align: center;
	position: relative;
}
.bannerspaceinner ul {
	list-style: none outside none;
	text-align: center;
	padding: 0;
	margin: 0;
	width: 100% !important;
}
.bannerspaceinner ul li {
	display: inline;
	margin: 0 auto;
	float: none;
	padding: 0;
	width: auto;
}
#content .bannerspaceinner li a img {
	display: inline-block;
	max-width: 100%;
	width: auto;
}
.chromeframe {
	margin: 0.2em 0;
	background: #ccc;
	color: black;
	padding: 0.2em 0;
}
@font-face {
	font-family: 'proxima_novaextrabold';
	src: url('assets/fonts/proxima_nova_extrabold-webfont.eot');
	src: url('assets/fonts/proxima_nova_extrabold-webfont.eot?#iefix') format('embedded-opentype'),  url('assets/fonts/proxima_nova_extrabold-webfont.woff') format('woff'),  url('assets/fonts/proxima_nova_extrabold-webfont.ttf') format('truetype'),  url('assets/fonts/proxima_nova_extrabold-webfont.svg#proxima_novaextrabold') format('svg');
	font-weight: normal;
	font-style: normal;
}
@font-face {
	font-family: 'droid_serifitalic';
	src: url('assets/fonts/droidserif-italic-webfont.eot');
	src: url('assets/fonts/droidserif-italic-webfont.eot?#iefix') format('embedded-opentype'),  url('assets/fonts/droidserif-italic-webfont.woff') format('woff'),  url('assets/fonts/droidserif-italic-webfont.ttf') format('truetype'),  url('assets/fonts/droidserif-italic-webfont.svg#droid_serifitalic') format('svg');
	font-weight: normal;
	font-style: normal;
}
@font-face {
	font-family: 'proxima_novalight';
	src: url('assets/fonts/proxima_nova_light-webfont.eot');
	src: url('assets/fonts/proxima_nova_light-webfont.eot?#iefix') format('embedded-opentype'),  url('assets/fonts/proxima_nova_light-webfont.woff') format('woff'),  url('assets/fonts/proxima_nova_light-webfont.ttf') format('truetype'),  url('assets/fonts/proxima_nova_light-webfont.svg#proxima_novalight') format('svg');
	font-weight: normal;
	font-style: normal;
}
@font-face {
	font-family: 'proxima_novablack';
	src: url('assets/fonts/proxima_nova_black-webfont.eot');
	src: url('assets/fonts/proxima_nova_black-webfont.eot?#iefix') format('embedded-opentype'),  url('assets/fonts/proxima_nova_black-webfont.woff') format('woff'),  url('assets/fonts/proxima_nova_black-webfont.ttf') format('truetype'),  url('assets/fonts/proxima_nova_black-webfont.svg#proxima_novablack') format('svg');
	font-weight: normal;
	font-style: normal;
}
@font-face {
	font-family: 'helvetica_medium';
	src: url('assets/fonts/helveticaneue-medium-webfont.eot');
	src: url('assets/fonts/helveticaneue-medium-webfont.eot?#iefix') format('embedded-opentype'),  url('assets/fonts/helveticaneue-medium-webfont.woff') format('woff'),  url('assets/fonts/helveticaneue-medium-webfont.ttf') format('truetype'),  url('assets/fonts/helveticaneue-medium-webfont.svg#helvetica_medium') format('svg');
	font-weight: normal;
	font-style: normal;
}
@font-face {
	font-family: 'helveticaneueregular';
	src: url('assets/fonts/helveticaneue_regular-webfont.eot');
	src: url('assets/fonts/helveticaneue_regular-webfont.eot?#iefix') format('embedded-opentype'),  url('assets/fonts/helveticaneue_regular-webfont.woff') format('woff'),  url('assets/fonts/helveticaneue_regular-webfont.ttf') format('truetype'),  url('assets/fonts/helveticaneue_regular-webfont.svg#helveticaneueregular') format('svg');
	font-weight: normal;
	font-style: normal;
}
@font-face {
	font-family: 'proxima_nova_rgbold';
	src: url('assets/fonts/proxima_nova_bold-webfont.eot');
	src: url('assets/fonts/proxima_nova_bold-webfont.eot?#iefix') format('embedded-opentype'),  url('assets/fonts/proxima_nova_bold-webfont.woff') format('woff'),  url('assets/fonts/proxima_nova_bold-webfont.ttf') format('truetype'),  url('assets/fonts/proxima_nova_bold-webfont.svg#proxima_nova_rgbold') format('svg');
	font-weight: normal;
	font-style: normal;
}
/*header*/
header {
	width: 960px;
	margin: 0 auto;
	padding: 25px 0 12px;
	position: relative;
	z-index: 1000;
}
header:after {
	clear: both;
	content: '';
	display: block;
}
header .logo {
	float: left;
	margin: 1px 0 0;
	/*text-indent:-9999px;
	overflow:hidden;
	background:url(assets/images/logo.png) no-repeat;
	width:188px;
	height:41px;*/
	font-size: 30px;
	line-height: normal;
}
header .logo a {
	display: block;
	height: 100%;
	text-decoration: none;
}
header nav {
	float: right;
}
nav>ul {
	margin: 0;
	padding: 0;
	list-style: none;
	float: right;
}
nav>ul>li {
	float: left;
	position: relative;
	font: 14px/20px 'proxima_novaextrabold', sans-serif;
	color: #FF6316;
	padding: 0 0 10px 0;
	margin: 0 8px 0 9px;
}
nav>ul>li>a {
	position: relative;
	float: left;
	color: #FF6316;
	text-decoration: none;
	padding: 12px 15px 10px 14px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
}
nav>ul>.active>a, nav>ul>li>a:hover {
	background: #fff;
	-moz-box-shadow: 0 0 10px rgba(0,0,0,0.33);
	-webkit-box-shadow: 0 0 10px rgba(0,0,0,0.33);
	box-shadow: 0 0 10px rgba(0,0,0,0.33);
	padding: 12px 15px 10px 14px;
}
nav ul .drop:hover>ul {
	display: block;
}
nav ul .drop>a {
	background: url(assets/images/bul-01.png) no-repeat 88% 18px;
	padding: 12px 35px 10px 14px;
}
nav ul .drop.active a, nav ul .drop:hover > a {
	background: #fff url(assets/images/bul-02.png) no-repeat 88% 18px;
	-moz-box-shadow: 0 0 10px rgba(0,0,0,0.33);
	-webkit-box-shadow: 0 0 10px rgba(0,0,0,0.33);
	box-shadow: 0 0 10px rgba(0,0,0,0.33);
	padding: 12px 35px 10px 14px;
}
nav>ul>li>ul {
	position: absolute;
	top: 41px;
	left: 0;
	-moz-box-shadow: 0 0 10px rgba(0,0,0,0.33);
	-webkit-box-shadow: 0 0 10px rgba(0,0,0,0.33);
	box-shadow: 0 0 10px rgba(0,0,0,0.33);
	background: #fff;
	-webkit-border-radius: 0 0 5px 5px;
	-moz-border-radius: 0 0 5px 5px;
	border-radius: 0 0 5px 5px;
	width: 200px;
	display: none;
}
nav>ul>li>ul li {
	font: 11px/13px Arial, Helvetica, sans-serif;
	color: #7d7678;
	border-top: 1px solid #dbdbdb;
	position: relative;
	vertical-align: top;
}
nav>ul>li>ul li:first-child {
	border: 0;
}
nav>ul>li>ul li a {
	color: #7d7678;
	display: block;
	background: url(assets/images/bul-03.png) no-repeat 14px 13px;
	text-decoration: none;
	padding: 12px 10px 10px 29px;
}
nav>ul>li>ul li a:hover {
	color: #fff;
	background: #ff6319 url(assets/images/bul-04.png) no-repeat 14px 13px;
	text-decoration: none;
}
nav>ul>li>ul li:hover>a {
	color: #fff;
	background: #ff6319 url(assets/images/bul-04.png) no-repeat 14px 13px;
	text-decoration: none;
}
nav>ul>li>ul li:hover>ul {
	display: block;
}
nav>ul>li ul li ul {
	position: absolute;
	top: 0;
	left: 200px;
	-moz-box-shadow: 0 0 10px rgba(0,0,0,0.33);
	-webkit-box-shadow: 0 0 10px rgba(0,0,0,0.33);
	box-shadow: 0 0 10px rgba(0,0,0,0.33);
	background: #fff;
	-webkit-border-radius: 0 0 4px 4px;
	-moz-border-radius: 0 0 4px 4px;
	border-radius: 0 0 4px 4px;
	width: 200px;
	display: none;
}
.add-nav {
	display: none;
}
/*gallery*/
/*.nogallery{ height:130px; }*/
.gallery {
	padding: 0;
	width: 100%;
	position: relative;
	overflow: hidden;
	margin: 0 0 22px;
	clear: both;
}
.gallery .mask1 {
	width: 100%;
}
.gallery .flex-viewport {
	width: 100%;
}
.gallery .flex-control-nav {
	position: absolute;
	margin: 0;
	padding: 0;
	list-style: none;
	overflow: hidden;
	bottom: 57px;
	right: 11.5%;
	overflow: hidden;
}
.gallery .flex-control-nav li {
	float: left;
	padding-left: 9px;
}
.gallery .flex-control-nav li a {
	display: block;
	text-indent: -9999px;
	overflow: hidden;
	background: #fff;
	width: 13px;
	cursor: pointer;
	height: 13px;
	-webkit-border-radius: 20px;
	-moz-border-radius: 20px;
	border-radius: 20px;
	position: relative;
}
.gallery .flex-control-nav .flex-active, .gallery .flex-control-nav li a:hover {
	background: none;
	border: 3px solid #ff6316;
	height: 7px;
	width: 7px;
}
.gallery .link {
	background: url(assets/images/mask-02.png) no-repeat 50% 100%;
	padding: 0 0 21px;
	text-transform: uppercase;
	position: absolute;
	bottom: 29px;
	width: 138px;
	left: 50%;
	margin-left: -69px;
	z-index: 999;
}
.gallery .link .holder {
	background: #fff;
	padding: 0 15px 2px 16px;
	text-align: center;
}
.gallery .link a {
	color: #ff6316;
	font: 13px/21px 'proxima_novaextrabold', sans-serif;
	text-decoration: none;
}
.mask1 {
	background: url(assets/images/mask-01.png) no-repeat 50% 0;
	height: 30px;
	position: absolute;
	bottom: 0;
	z-index: 999;
	padding: 0 9999px;
	margin: 0 -9999px;
	width: 100%;
}
.gallery .slides {
	margin: 0;
	padding: 0;
	list-style: none;
	overflow: hidden;
}
.gallery .slides li {
	float: left;
	width: 100%;
	height: 644px;
}
.gallery .slides li .slideinner {
	width: 100%;
	height: 644px;
}
.gallery .slides li img {
	vertical-align: top;
	width: 100%;
}
.slides .slide1 {
	position: relative;
	background: url(assets/images/bg-slide1.jpg) no-repeat;
}
.slides .slide1 .info {
	position: absolute;
	z-index: 10;
	top: 190px;
	left: 24.8%;
}
.slides .info {
	border-top: 5px solid #fff;
	border-bottom: 5px solid #fff;
	padding: 25px 0 10px;
	width: 405px;
	float: right;
}
.slides .info .ttl {
	font: 35px/48px 'proxima_novaextrabold', sans-serif;
	color: #fff;
	padding: 0 0 11px;
	display: block;
	text-transform: uppercase;
}
.slides .more {
	font: 18px/20px 'proxima_novaextrabold', sans-serif;
	color: #fff;
	overflow: hidden;
	padding: 16px 0 0;
	text-transform: uppercase;
}
.slides .more a {
	color: #fff;
	text-decoration: none;
	background: url(assets/images/bul-05.png) no-repeat 100% 0;
	padding: 0 21px 0 0;
}
.slides .more a:hover {
	background: url(assets/images/arrow-orange.png) no-repeat 100% 0;
}
/*slide2*/
.slides .slide2 {
	position: relative;/*background:url(assets/images/bg-slide2.jpg) no-repeat;*/
}
.slides .slide-holder {
	position: relative;
	top: 154px;
}
.slides .slide-holder.right {
	float: right;
	text-align: right;
}
.slides .sub-ttl {
	font: 24px/28px 'proxima_novaextrabold', sans-serif;
	display: block;
	color: #b2aeaf;
	text-transform: uppercase;
	padding: 0 0 16px;
}
.slides .slide2 .info {
	color: #383435;
}
.slides .slide2 .info .ttl {
	color: #383435;
	padding: 0 0 7px;
}
.slides .slide2 .info span {
	font: 15px/24px Arial, Helvetica, sans-serif;
	display: block;
	padding: 0 0 33px;
}
.slides .slide2 .info .sub-ttl3 {
	display: block;
	color: #383435;
	font: 24px/32px 'proxima_novaextrabold', sans-serif;
	text-transform: uppercase;
	padding: 0 0 10px;
}
.slides .slide2 .info p {
	margin: 0 0 11px;
}
.slides .slide-frame {
	position: relative;
	top: 154px;
	text-align: center;
	margin: 0 auto;
	width: 486px;
}
.slides .slide-frame .more {
	text-align: center;
}
/*slide3*/
.slides .slide3 {
	position: relative;
	background: url(assets/images/bg-slide3.jpg) no-repeat;
}
.slides .slide3 .sub-ttl {
	color: #fff;
}
/*slide4*/
.slides .slide4 {
	position: relative;
	background: url(assets/images/bg-slide4.jpg) no-repeat;
}
.slides .slide4 .block {
	position: absolute;
	right: 197px;
	top: 155px
}
.slides .slide4 blockquote {
	margin: 6px 0 0 33px;
	background: url(assets/images/ico-01.png) no-repeat 0 7px;
	padding: 0 0 59px 33px;
	color: #fff;
	width: 320px;
}
.slides .slide4 blockquote q {
	display: block;
	font: 17px/30px 'droid_serifitalic', serif;
	padding: 0 0 28px;
}
.slides .slide4 blockquote cite {
	font: 18px/20px 'proxima_novaextrabold', sans-serif;
	font-style: normal;
	text-transform: uppercase;
}
.slides .slide4 blockquote cite span {
	display: block;
	font: 14px/10px 'proxima_novaextrabold', sans-serif;
	padding: 0 0 4px;
}
/*slide5*/
.slides .slide5 {
	position: relative;
	background: url(assets/images/bg-slide5.jpg) no-repeat 0 50%;
}
.slides .slide5 .ttl2 {
	font: 48px/50px 'proxima_novaextrabold', sans-serif;
	display: block;
	color: #383435;
	text-align: center;
	text-transform: uppercase;
	background: url(assets/images/line-ttl2.png) no-repeat 50% 0;
	padding: 51px 0 10px;
}
.slides .slide5 .sub-ttl2 {
	font: 18px/20px 'proxima_novaextrabold', sans-serif;
	display: block;
	color: #383435;
	text-align: center;
	text-transform: uppercase;
	background: url(assets/images/line-ttl2.png) no-repeat 50% 100%;
	padding: 0 0 49px;
}
/*slide6*/
.slides .slide6 {
	color: #383435;
	position: relative;
	background: #ffffff;
	background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZmZmZmZiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjgzJSIgc3RvcC1jb2xvcj0iI2ZmZmZmZiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNmMGYwZjAiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
	background: -moz-linear-gradient(top, #ffffff 0%, #ffffff 83%, #f0f0f0 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #ffffff), color-stop(83%, #ffffff), color-stop(100%, #f0f0f0));
	background: -webkit-linear-gradient(top, #ffffff 0%, #ffffff 83%, #f0f0f0 100%);
	background: -o-linear-gradient(top, #ffffff 0%, #ffffff 83%, #f0f0f0 100%);
	background: -ms-linear-gradient(top, #ffffff 0%, #ffffff 83%, #f0f0f0 100%);
	background: linear-gradient(to bottom, #ffffff 0%, #ffffff 83%, #f0f0f0 100%);
	-pie-background: linear-gradient( #ffffff 0%, #ffffff 83%, #f0f0f0 100%);
	font: 15px/24px Arial, Helvetica, sans-serif;
	text-align: center;
}
.slides .slide6 .ttl3 {
	display: block;
	color: #383435;
	font: 72px/74px 'proxima_novaextrabold', sans-serif;
	text-transform: uppercase;
	background: url(assets/images/line-ttl3.png) no-repeat 50% 0;
	padding: 43px 0 6px;
}
.slides .slide6 .ttl3 span {
	font-family: 'proxima_novalight', sans-serif;
}
.slides .slide6 .txt {
	margin: 0;
	background: url(assets/images/line-ttl3.png) no-repeat 50% 100%;
	padding: 0 0 49px;
}
/*columns*/
.pagewrap {
	width: 100%;
	position: relative;
	overflow: hidden;
}
.wrapper {
	width: 960px;
	margin: 0 auto;
}
.columns {
	overflow: hidden;
	/*margin:0 0 0 -30px;*/
	padding-bottom: 87px;
}
.columns .col {
	float: left;
	width: 300px !important;
	font: 14px/20px Arial, Helvetica, sans-serif;
	color: #5e5e5e;
	margin: 0 0 0 30px !important;
}
.columns .col:first-child {
	margin: 0 0 0 0 !important;
}
.columns .col p {
	margin: 0 0 17px;
}
.columns .col h2 {
	color: #383435;
	font: 21px/23px 'proxima_novaextrabold', sans-serif;
	margin: 10px 0px;
	text-transform: uppercase;
	text-align: left;
}
.columns .col img {
	width: 100%;
	display: block;
	margin: 0;
}
.columns .col .view {
	display: block;
	position: relative;
	background: #ee2724;
	background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2VlMjcyNCIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjMlIiBzdG9wLWNvbG9yPSIjZWMxNTEzIiBzdG9wLW9wYWNpdHk9IjEiLz4KICAgIDxzdG9wIG9mZnNldD0iNDElIiBzdG9wLWNvbG9yPSIjZTMwZDBkIiBzdG9wLW9wYWNpdHk9IjEiLz4KICAgIDxzdG9wIG9mZnNldD0iNTYlIiBzdG9wLWNvbG9yPSIjZGIwOTA4IiBzdG9wLW9wYWNpdHk9IjEiLz4KICAgIDxzdG9wIG9mZnNldD0iODUlIiBzdG9wLWNvbG9yPSIjZDMwMzAxIiBzdG9wLW9wYWNpdHk9IjEiLz4KICAgIDxzdG9wIG9mZnNldD0iODglIiBzdG9wLWNvbG9yPSIjZDAwMjAyIiBzdG9wLW9wYWNpdHk9IjEiLz4KICAgIDxzdG9wIG9mZnNldD0iOTElIiBzdG9wLWNvbG9yPSIjYjkwMTAxIiBzdG9wLW9wYWNpdHk9IjEiLz4KICAgIDxzdG9wIG9mZnNldD0iOTQlIiBzdG9wLWNvbG9yPSIjOGMwMDAxIiBzdG9wLW9wYWNpdHk9IjEiLz4KICAgIDxzdG9wIG9mZnNldD0iOTclIiBzdG9wLWNvbG9yPSIjNmMwMDAwIiBzdG9wLW9wYWNpdHk9IjEiLz4KICAgIDxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iIzc2MTIxMiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgPC9saW5lYXJHcmFkaWVudD4KICA8cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMSIgaGVpZ2h0PSIxIiBmaWxsPSJ1cmwoI2dyYWQtdWNnZy1nZW5lcmF0ZWQpIiAvPgo8L3N2Zz4=);
	background: -moz-linear-gradient(top, #ee2724 0%, #ec1513 3%, #e30d0d 41%, #db0908 56%, #d30301 85%, #d00202 88%, #b90101 91%, #8c0001 94%, #6c0000 97%, #761212 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #ee2724), color-stop(3%, #ec1513), color-stop(41%, #e30d0d), color-stop(56%, #db0908), color-stop(85%, #d30301), color-stop(88%, #d00202), color-stop(91%, #b90101), color-stop(94%, #8c0001), color-stop(97%, #6c0000), color-stop(100%, #761212));
	background: -webkit-linear-gradient(top, #ee2724 0%, #ec1513 3%, #e30d0d 41%, #db0908 56%, #d30301 85%, #d00202 88%, #b90101 91%, #8c0001 94%, #6c0000 97%, #761212 100%);
	background: -o-linear-gradient(top, #ee2724 0%, #ec1513 3%, #e30d0d 41%, #db0908 56%, #d30301 85%, #d00202 88%, #b90101 91%, #8c0001 94%, #6c0000 97%, #761212 100%);
	background: -ms-linear-gradient(top, #ee2724 0%, #ec1513 3%, #e30d0d 41%, #db0908 56%, #d30301 85%, #d00202 88%, #b90101 91%, #8c0001 94%, #6c0000 97%, #761212 100%);
	background: linear-gradient(to bottom, #ee2724 0%, #ec1513 3%, #e30d0d 41%, #db0908 56%, #d30301 85%, #d00202 88%, #b90101 91%, #8c0001 94%, #6c0000 97%, #761212 100%);
	-pie-background: linear-gradient( #ee2724 0%, #ec1513 3%, #e30d0d 41%, #db0908 56%, #d30301 85%, #d00202 88%, #b90101 91%, #8c0001 94%, #6c0000 97%, #761212 100%);
	color: #fff;
	text-decoration: none;
	cursor: pointer;
	font: 13px/15px 'proxima_novablack', sans-serif;
	text-transform: uppercase;
	padding: 10px 10px 10px 20px;
}
.columns .col .view span {
	display: block;
	background: url(assets/images/bul-06.png) no-repeat 100% 0;
}
.columns .col .view:active {
	background: #761212;
	background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzc2MTIxMiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjMlIiBzdG9wLWNvbG9yPSIjOWMwMDAxIiBzdG9wLW9wYWNpdHk9IjEiLz4KICAgIDxzdG9wIG9mZnNldD0iNiUiIHN0b3AtY29sb3I9IiNjZDAxMDIiIHN0b3Atb3BhY2l0eT0iMSIvPgogICAgPHN0b3Agb2Zmc2V0PSI5JSIgc3RvcC1jb2xvcj0iI2QxMDEwMSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9Ijk3JSIgc3RvcC1jb2xvcj0iI2VjMTUxMyIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNlZDI2MjMiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
	background: -moz-linear-gradient(top, #761212 0%, #9c0001 3%, #cd0102 6%, #d10101 9%, #ec1513 97%, #ed2623 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #761212), color-stop(3%, #9c0001), color-stop(6%, #cd0102), color-stop(9%, #d10101), color-stop(97%, #ec1513), color-stop(100%, #ed2623));
	background: -webkit-linear-gradient(top, #761212 0%, #9c0001 3%, #cd0102 6%, #d10101 9%, #ec1513 97%, #ed2623 100%);
	background: -o-linear-gradient(top, #761212 0%, #9c0001 3%, #cd0102 6%, #d10101 9%, #ec1513 97%, #ed2623 100%);
	background: -ms-linear-gradient(top, #761212 0%, #9c0001 3%, #cd0102 6%, #d10101 9%, #ec1513 97%, #ed2623 100%);
	background: linear-gradient(to bottom, #761212 0%, #9c0001 3%, #cd0102 6%, #d10101 9%, #ec1513 97%, #ed2623 100%);
	-pie-background: linear-gradient( #761212 0%, #9c0001 3%, #cd0102 6%, #d10101 9%, #ec1513 97%, #ed2623 100%);
}
.columns .col .view:hover {
	background: #f22520;
	background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2YyMjUyMCIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjMlIiBzdG9wLWNvbG9yPSIjZTgxNzEzIiBzdG9wLW9wYWNpdHk9IjEiLz4KICAgIDxzdG9wIG9mZnNldD0iOSUiIHN0b3AtY29sb3I9IiNlZDEzMTIiIHN0b3Atb3BhY2l0eT0iMSIvPgogICAgPHN0b3Agb2Zmc2V0PSIxMiUiIHN0b3AtY29sb3I9IiNlYjExMTAiIHN0b3Atb3BhY2l0eT0iMSIvPgogICAgPHN0b3Agb2Zmc2V0PSIxNSUiIHN0b3AtY29sb3I9IiNlYzE1MTMiIHN0b3Atb3BhY2l0eT0iMSIvPgogICAgPHN0b3Agb2Zmc2V0PSIyMSUiIHN0b3AtY29sb3I9IiNlNjEyMGYiIHN0b3Atb3BhY2l0eT0iMSIvPgogICAgPHN0b3Agb2Zmc2V0PSI0NyUiIHN0b3AtY29sb3I9IiNlMTBiMGIiIHN0b3Atb3BhY2l0eT0iMSIvPgogICAgPHN0b3Agb2Zmc2V0PSI2NSUiIHN0b3AtY29sb3I9IiNkODA2MDUiIHN0b3Atb3BhY2l0eT0iMSIvPgogICAgPHN0b3Agb2Zmc2V0PSI5MSUiIHN0b3AtY29sb3I9IiNkMjAyMDAiIHN0b3Atb3BhY2l0eT0iMSIvPgogICAgPHN0b3Agb2Zmc2V0PSI5NCUiIHN0b3AtY29sb3I9IiNjZTAwMDAiIHN0b3Atb3BhY2l0eT0iMSIvPgogICAgPHN0b3Agb2Zmc2V0PSI5NyUiIHN0b3AtY29sb3I9IiM5YTAyMDAiIHN0b3Atb3BhY2l0eT0iMSIvPgogICAgPHN0b3Agb2Zmc2V0PSIxMDAlIiBzdG9wLWNvbG9yPSIjNzgwZjEzIiBzdG9wLW9wYWNpdHk9IjEiLz4KICA8L2xpbmVhckdyYWRpZW50PgogIDxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxIiBoZWlnaHQ9IjEiIGZpbGw9InVybCgjZ3JhZC11Y2dnLWdlbmVyYXRlZCkiIC8+Cjwvc3ZnPg==);
	background: -moz-linear-gradient(top, #f22520 0%, #e81713 3%, #ed1312 9%, #eb1110 12%, #ec1513 15%, #e6120f 21%, #e10b0b 47%, #d80605 65%, #d20200 91%, #ce0000 94%, #9a0200 97%, #780f13 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #f22520), color-stop(3%, #e81713), color-stop(9%, #ed1312), color-stop(12%, #eb1110), color-stop(15%, #ec1513), color-stop(21%, #e6120f), color-stop(47%, #e10b0b), color-stop(65%, #d80605), color-stop(91%, #d20200), color-stop(94%, #ce0000), color-stop(97%, #9a0200), color-stop(100%, #780f13));
	background: -webkit-linear-gradient(top, #f22520 0%, #e81713 3%, #ed1312 9%, #eb1110 12%, #ec1513 15%, #e6120f 21%, #e10b0b 47%, #d80605 65%, #d20200 91%, #ce0000 94%, #9a0200 97%, #780f13 100%);
	background: -o-linear-gradient(top, #f22520 0%, #e81713 3%, #ed1312 9%, #eb1110 12%, #ec1513 15%, #e6120f 21%, #e10b0b 47%, #d80605 65%, #d20200 91%, #ce0000 94%, #9a0200 97%, #780f13 100%);
	background: -ms-linear-gradient(top, #f22520 0%, #e81713 3%, #ed1312 9%, #eb1110 12%, #ec1513 15%, #e6120f 21%, #e10b0b 47%, #d80605 65%, #d20200 91%, #ce0000 94%, #9a0200 97%, #780f13 100%);
	background: linear-gradient(to bottom, #f22520 0%, #e81713 3%, #ed1312 9%, #eb1110 12%, #ec1513 15%, #e6120f 21%, #e10b0b 47%, #d80605 65%, #d20200 91%, #ce0000 94%, #9a0200 97%, #780f13 100%);
	-pie-background: linear-gradient( #f22520 0%, #e81713 3%, #ed1312 9%, #eb1110 12%, #ec1513 15%, #e6120f 21%, #e10b0b 47%, #d80605 65%, #d20200 91%, #ce0000 94%, #9a0200 97%, #780f13 100%);
}
/*text-area*/
.text-area {
	color: #5e5e5e;
	font: 13px/20px Arial, Helvetica, sans-serif;
	border-bottom: 1px solid #cdcdcd;
	padding: 0 9999px 81px;
	margin: 0 -9999px 27px;
}
.text-area .wpb_content_element {
	margin-bottom: 30px;
}
.text-area h2 {
	color: #383435;
	font: 24px/26px 'proxima_novaextrabold', sans-serif;
	margin: 0 0 4px;
	text-transform: uppercase;
	text-align: center;
}
.text-area .ttl {
	font: 15px/17px Arial, Helvetica, sans-serif;
	color: #383435;
	text-align: center;
	display: block;
	padding: 0 0 45px;
}
.text-area .txt-holder {
	margin: 0 0 0 -30px;
	overflow: hidden;
}
.text-area .txt-holder .txt-col {
	margin: 0 0 0 30px;
	float: left;
	width: 300px;
}
.text-area .txt-holder .txt-col p {
	margin: 0;
}
/*bottom*/
.bottom {
	overflow: hidden;
	color: #5e5e5e;
	font: 13px/15px Arial, Helvetica, sans-serif;
	padding-bottom: 29px;
}
.bottom .copy {
	float: left;
	margin: 8px 0 0;
}
.social {
	margin: 0;
	padding: 0;
	list-style: none;
	float: right;
}
.social li {
	float: left;
	padding: 0 0 0 5px;
}
.social li a {
	float: left;
	width: 30px;
	height: 30px;
	text-indent: -9999px;
	overflow: hidden;
}
.social li a:hover {
	background-position: 0 -30px;
}
.social .ico1 a {
	background: url(assets/images/bg-ico1.png) no-repeat;
}
.social .ico2 a {
	background: url(assets/images/bg-ico2.png) no-repeat;
}
.social .ico3 a {
	background: url(assets/images/bg-ico3.png) no-repeat;
}
.social .ico4 a {
	background: url(assets/images/bg-ico4.png) no-repeat;
}
.social .ico5 a {
	background: url(assets/images/bg-ico5.png) no-repeat;
}
.social .ico6 a {
	background: url(assets/images/bg-ico6.png) no-repeat;
}
.social .ico7 a {
	background: url(assets/images/bg-ico7.png) no-repeat;
}
.social .ico8 a {
	background: url(assets/images/bg-ico8.png) no-repeat;
}
.social .ico9 a {
	background: url(assets/images/bg-ico9.png) no-repeat;
}
.social .ico10 a {
	background: url(assets/images/bg-ico10.png) no-repeat;
}
/*cases*/
.cases {
	background: #f0f0f0;
	position: relative;
	padding: 59px 9999px 60px;
	margin: 0 -9999px 60px;
}
.mask-top {
	position: absolute;
	top: 0;
	left: 50%;
	background: url(assets/images/mask-001.gif) no-repeat;
	width: 59px;
	height: 31px;
	margin: 0 0 0 -30px;
}
.cases .mask-bottom {
	position: absolute;
	bottom: -29px;
	left: 50%;
	background: url(assets/images/mask-002.gif) no-repeat;
	width: 58px;
	height: 29px;
	margin: 0 0 0 -31px;
}
.cases h2 {
	padding-bottom: 3px;
	margin: 0;
	text-align: center;
	text-transform: uppercase;
	color: #383435;
	font: 24px/28px 'proxima_novaextrabold', sans-serif;
}
.cases .sub-title {
	text-align: center;
	padding: 0 0 33px;
	display: block;
	font: 15px/19px Arial, Helvetica, sans-serif;
}
.cases ul {
	padding: 0;
	list-style: none;
	margin: 0;
	width: 9999px;
}
.cases ul:after {
	clear: both;
	content: '';
	display: block;
}
.cases .slideset {
	position: relative;
	width: 100%;
}
.cases .wrap {
	width: 960px;
	overflow: hidden;
	padding: 0 20px 20px;
	margin: 0 -20px -20px;
	position: relative;
}
.cases ul > li {
	float: left;
	-moz-box-shadow: 0 3px 15px rgba(0,0,0,0.25);
	-webkit-box-shadow: 0 3px 15px rgba(0,0,0,0.25);
	box-shadow: 0 3px 15px rgba(0,0,0,0.25);
	background: #fff;
	text-align: center;
	margin: 0 30px 0 0;
	color: #5e5e5e;
	font: 13px/16px Arial, Helvetica, sans-serif;
	padding: 0 0 24px;
}
.cases ul > li .img img {
	vertical-align: top;
	float: left;
}
.cases ul > li .img {
	height: 140px;
	overflow: hidden;
	padding: 0 0 21px;
	position: relative;
	margin-bottom: 21px;
}
.cases ul > li .img .slides {
	display: block;
}
.cases .direction-nav {
	position: absolute;
	top: -50px;
	right: -2px;
	margin: 25px 0 0 0;
	padding: 0;
	list-style: none;
	overflow: hidden;
	width: auto;
}
.cases .direction-nav li {
	float: left;
	padding: 0 0 0 16px;
	background: none;
	box-shadow: none;
	margin: 0;
}
.cases .direction-nav li a {
	display: block;
	text-indent: -9999px;
	overflow: hidden;
	background: url(assets/images/sprite-btns-001.png) no-repeat;
	height: 29px;
	width: 20px;
}
.cases .direction-nav li .prev:hover {
	background-position: 0 -29px;
}
.cases .direction-nav li .next {
	background-position: -36px 0;
}
.cases .direction-nav li .next:hover {
	background-position: -36px -29px;
}
.cases ul > li h3 {
	margin: 0 0 10px;
	font: 15px/19px 'proxima_novaextrabold', sans-serif;
	color: #000;
	text-transform: uppercase;
}
.cases ul > li h3 a {
	text-decoration: none;
}
.cases ul > li h3 a:hover {
	text-decoration: underline;
}
.cases ul > li p {
	margin: 0;
}
.cases .slides .frame {
	width: 301px;
	height: 161px;
	overflow: hidden;
	position: relative;
}
.cases .flex-control-nav {
	position: absolute;
	margin: 0;
	padding: 0;
	list-style: none;
	overflow: hidden;
	top: 18px;
	right: 13px;
}
.cases .flex-control-nav li {
	float: left;
	padding: 0 0 0 7px;
}
.cases .flex-control-nav li a {
	cursor: pointer;
	display: block;
	background: url(assets/images/sprite-btns-003.png) no-repeat;
	width: 8px;
	height: 7px;
	text-indent: -9999px;
	overflow: hidden;
}
.cases .flex-control-nav li .flex-active, .cases .flex-control-nav li a:hover {
	background-position: 0 -7px;
}
.cases .slides li {
	padding: 0;
	margin: 0;
}
/*footer*/
footer {
	background: #000;
	padding: 69px 9999px;
	margin: 0 -9997px;
	color: #666;
}
footer h4 {
	margin: 0 0 20px;
	font: 14px/18px 'proxima_novaextrabold', sans-serif;
	color: #f4f4f4;
	text-transform: uppercase;
}
footer .holder {
	overflow: hidden;
	padding-bottom: 116px;
}
footer .holder .col {
	float: left;
	width: 234px;
	padding-right: 10px;
}
footer .holder .col ul {
	margin: 0;
	padding: 0;
	list-style: none;
	font: 13px/17px 'helvetica_medium', sans-serif;
}
footer .holder .col ul li {
	padding: 0 0 4px;
}
footer .holder .col ul li a {
	color: #666;
	text-decoration: none;
}
footer .holder .col ul li a:hover {
	color: #b7b7b7;
}
footer .holder .col dl {
	margin: 0;
	overflow: hidden;
	padding: 2px 1px 0;
	font: 13px/15px 'helvetica_medium', sans-serif;
}
footer .holder .col dl dt {
	float: left;
	margin: 0;
	width: 108px;
	padding-bottom: 6px;
}
footer .holder .col dl dd {
	margin: 0;
	overflow: hidden;
	padding-bottom: 6px;
}
footer .holder .col.last {
	width: 200px;
	padding-left: 4px;
	text-align:right;
	padding-right:0px;
	float:right;
}
footer .holder .col address {
	font-style: normal;
	padding: 0;
	font: 13px/17px 'helvetica_medium', sans-serif;
}
footer .holder .col address span {
	display: block;
	padding-bottom: 4px;
}
footer .holder .col address .phone {
	padding: 20px 0 0;
}
footer .ttl {
	display: block;
	text-align: center;
	font: 12px/16px 'proxima_novaextrabold', sans-serif;
	color: #555;
	text-transform: uppercase;
}
footer .ttl img {
	vertical-align: middle;
	margin-top: -1px;
}
.w1-ttl {
	width: 100%;
	overflow: hidden;
	position: relative;
	padding: 16px 0 0;
}
footer .ttl {
	float: left;
	left: 50%;
	position: relative;
	margin: 0;
	padding: 0;
	list-style: none;
	font: 12px/16px 'proxima_novaextrabold', sans-serif;
	color: #555;
	text-transform: uppercase;
}
footer .ttl li {
	float: left;
	left: -50%;
	position: relative;
}
footer .ttl li a {
	color: #555;
	text-decoration: none;
	float: left;
}
footer .ttl li a:hover {
	color: #b7b7b7;
}
footer .ttl .logo {
	text-indent: -9999px;
	overflow: hidden;
	background: url(assets/images/ico-001.png) no-repeat;
	width: 51px;
	height: 51px;
	float: left;
	cursor: pointer;
	margin: -17px 0 0;
}
footer .ttl .logo:hover {
	background-position: 0 -51px;
}
.header-area {
	width: 100%;
	/*margin-bottom:-89px;*/
	position: absolute;
	float: left;
}
/*team page*/
/*breadcrumbs*/
.breadcrumbs {
	margin: 0;
	padding: 22px 0 15px;
	list-style: none;
	overflow: hidden;
	border-top: 5px solid #f0f0f0;
}
.breadcrumbs li {
	font: 11px/13px Arial, Helvetica, sans-serif;
	color: #383435;
	padding: 0 13px 0 17px;
	float: left;
	background: url(assets/images/bul-07.png) no-repeat 0 2px;
	white-space: nowrap;
	display: none;
}
.breadcrumbs li:first-child {
	padding-left: 0;
	background: none;
}
.breadcrumbs li a {
	color: #9d9c9c;
	text-decoration: none;
}
.breadcrumbs li a:hover {
	text-decoration: underline;
}
/*preson*/
.person {
	padding: 0 9999px;
	margin: 0 -9999px;
	background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2YwZjBmMCIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjI4JSIgc3RvcC1jb2xvcj0iI2YwZjBmMCIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjMzJSIgc3RvcC1jb2xvcj0iI2VlZWVlZSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjM4JSIgc3RvcC1jb2xvcj0iI2U5ZThlOSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjM4JSIgc3RvcC1jb2xvcj0iI2VhZWFlYSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjM4JSIgc3RvcC1jb2xvcj0iI2U4ZThlOCIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjM5JSIgc3RvcC1jb2xvcj0iI2U5ZThlOSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjQyJSIgc3RvcC1jb2xvcj0iI2U1ZTVlNSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjQ4JSIgc3RvcC1jb2xvcj0iI2UyZTFlNCIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjQ5JSIgc3RvcC1jb2xvcj0iI2U0ZTNlNCIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjQ5JSIgc3RvcC1jb2xvcj0iI2UxZTFlMiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjYwJSIgc3RvcC1jb2xvcj0iI2UxZTFlMyIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9Ijc5JSIgc3RvcC1jb2xvcj0iI2RkZGJkZSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9Ijg2JSIgc3RvcC1jb2xvcj0iI2Q4ZDdkOCIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjkzJSIgc3RvcC1jb2xvcj0iI2NlY2RjYyIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNjYWMzYzMiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
	background: -moz-linear-gradient(top, #f0f0f0 0%, #f0f0f0 28%, #eeeeee 33%, #e9e8e9 38%, #eaeaea 38%, #e8e8e8 38%, #e9e8e9 39%, #e5e5e5 42%, #e2e1e4 48%, #e4e3e4 49%, #e1e1e2 49%, #e1e1e3 60%, #dddbde 79%, #d8d7d8 86%, #cecdcc 93%, #cac3c3 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #f0f0f0), color-stop(28%, #f0f0f0), color-stop(33%, #eeeeee), color-stop(38%, #e9e8e9), color-stop(38%, #eaeaea), color-stop(38%, #e8e8e8), color-stop(39%, #e9e8e9), color-stop(42%, #e5e5e5), color-stop(48%, #e2e1e4), color-stop(49%, #e4e3e4), color-stop(49%, #e1e1e2), color-stop(60%, #e1e1e3), color-stop(79%, #dddbde), color-stop(86%, #d8d7d8), color-stop(93%, #cecdcc), color-stop(100%, #cac3c3));
	background: -webkit-linear-gradient(top, #f0f0f0 0%, #f0f0f0 28%, #eeeeee 33%, #e9e8e9 38%, #eaeaea 38%, #e8e8e8 38%, #e9e8e9 39%, #e5e5e5 42%, #e2e1e4 48%, #e4e3e4 49%, #e1e1e2 49%, #e1e1e3 60%, #dddbde 79%, #d8d7d8 86%, #cecdcc 93%, #cac3c3 100%);
	background: -o-linear-gradient(top, #f0f0f0 0%, #f0f0f0 28%, #eeeeee 33%, #e9e8e9 38%, #eaeaea 38%, #e8e8e8 38%, #e9e8e9 39%, #e5e5e5 42%, #e2e1e4 48%, #e4e3e4 49%, #e1e1e2 49%, #e1e1e3 60%, #dddbde 79%, #d8d7d8 86%, #cecdcc 93%, #cac3c3 100%);
	background: -ms-linear-gradient(top, #f0f0f0 0%, #f0f0f0 28%, #eeeeee 33%, #e9e8e9 38%, #eaeaea 38%, #e8e8e8 38%, #e9e8e9 39%, #e5e5e5 42%, #e2e1e4 48%, #e4e3e4 49%, #e1e1e2 49%, #e1e1e3 60%, #dddbde 79%, #d8d7d8 86%, #cecdcc 93%, #cac3c3 100%);
	background: linear-gradient(to bottom, #f0f0f0 0%, #f0f0f0 28%, #eeeeee 33%, #e9e8e9 38%, #eaeaea 38%, #e8e8e8 38%, #e9e8e9 39%, #e5e5e5 42%, #e2e1e4 48%, #e4e3e4 49%, #e1e1e2 49%, #e1e1e3 60%, #dddbde 79%, #d8d7d8 86%, #cecdcc 93%, #cac3c3 100%);
	-pie-background: linear-gradient( #f0f0f0 0%, #f0f0f0 28%, #eeeeee 33%, #e9e8e9 38%, #eaeaea 38%, #e8e8e8 38%, #e9e8e9 39%, #e5e5e5 42%, #e2e1e4 48%, #e4e3e4 49%, #e1e1e2 49%, #e1e1e3 60%, #dddbde 79%, #d8d7d8 86%, #cecdcc 93%, #cac3c3 100%);
	position: relative;
	overflow: hidden;
	border-bottom: 20px solid #fff;
}
.person .mask1 {
	width: 100%;
}
.person .holder {
	position: relative;
	/*height:593px;*/
	padding-bottom: 10px;
}
.single-team-member .person .holder {
	position: relative;
	/*min-height:493px;*/
	padding-bottom: 240px;
}
.person .holder .img {
	position: absolute;
	bottom: 80px;
	right: 0px;
}
.person .holder .txt-name {
	position: absolute;
	top: 0;
	right: 371px;
}
.person .box {
	width: 390px;
	font: 15px/24px Arial, Helvetica, sans-serif;
}
.person h1 {
	margin: 0 -115px 80px 0;
	font: 48px/48px 'proxima_novaextrabold', sans-serif;
	color: #383435;
	text-transform: uppercase;
	position: relative;
}
.person h1.member {
	margin: 0 -115px 16px 0;
}
.person .box .ttl.member {
	padding: 0 0 38px;
}
.person .box .ttl {
	display: block;
	color: #b7b6b6;
	font: 15px/19px 'proxima_novaextrabold', sans-serif;
	padding: 0 0 7px;
	text-transform: uppercase;
}
.person .box .name {
	text-transform: uppercase;
	font: 26px/40px 'proxima_novaextrabold', sans-serif;
	color: #383435;
	padding: 0 0 6px;
	display: block;
}
.person .box p {
	margin: 0 0 30px;
}
.person .box .rowa {
	overflow: hidden;
}
.person .box .link {
	float: left;
	font: 18px/22px 'proxima_novaextrabold', sans-serif;
	color: #fff;
	text-decoration: none;
	text-transform: uppercase;
	padding-right: 23px;
	background: url(assets/images/arrow-001.png) no-repeat 100% 1px;
}
.person .box .link:hover {
	text-decoration: none;
	background: url(assets/images/arrow-orange.png) no-repeat 100% 1px;
}
.person .mobile-box, .person .mobile-holder {
	display: none;
}
/*team*/
.team {
	padding: 13px 9999px 58px;
	border-bottom: 1px solid #cdcdcd;
	margin: 0 -9999px 27px;
}
.team .headline {
	overflow: hidden;
	padding: 0 0 31px;
}
.team .headline h2 {
	margin: 0 1px;
	float: left;
	font: 24px/28px 'proxima_novaextrabold', sans-serif;
	color: #383435;
	text-transform: uppercase;
}
.team .headline h2 span {
	display: block;
	font: 15px/24px Arial, Helvetica, sans-serif;
	text-transform: none;
}
.team .headline .sel {
	float: right;
	width: 281px;
}
.team .holder {
	margin: 0 -10px 0 -31px;
}
.team .holder .item {
	display: inline-block;
	width: 300px;
	background: #fff;
	-moz-box-shadow: 0 7px 10px rgba(0,0,0,0.25);
	-webkit-box-shadow: 0 7px 10px rgba(0,0,0,0.25);
	box-shadow: 0 7px 10px rgba(0,0,0,0.25);
	text-align: center;
	padding: 0 0 24px;
	margin: 0 0 30px 31px;
	vertical-align: top;
	position: relative;
}
.team .holder .item .img {
	background: #eeeeef;
	background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2VlZWVlZiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjExJSIgc3RvcC1jb2xvcj0iI2U2ZTVlNiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjE5JSIgc3RvcC1jb2xvcj0iI2UyZTJlMyIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjcxJSIgc3RvcC1jb2xvcj0iI2RjZGJkZCIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9Ijg2JSIgc3RvcC1jb2xvcj0iI2Q2ZDVkNSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNjY2M4YzciIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
	background: -moz-linear-gradient(top, #eeeeef 0%, #e6e5e6 11%, #e2e2e3 19%, #dcdbdd 71%, #d6d5d5 86%, #ccc8c7 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #eeeeef), color-stop(11%, #e6e5e6), color-stop(19%, #e2e2e3), color-stop(71%, #dcdbdd), color-stop(86%, #d6d5d5), color-stop(100%, #ccc8c7));
	background: -webkit-linear-gradient(top, #eeeeef 0%, #e6e5e6 11%, #e2e2e3 19%, #dcdbdd 71%, #d6d5d5 86%, #ccc8c7 100%);
	background: -o-linear-gradient(top, #eeeeef 0%, #e6e5e6 11%, #e2e2e3 19%, #dcdbdd 71%, #d6d5d5 86%, #ccc8c7 100%);
	background: -ms-linear-gradient(top, #eeeeef 0%, #e6e5e6 11%, #e2e2e3 19%, #dcdbdd 71%, #d6d5d5 86%, #ccc8c7 100%);
	background: linear-gradient(to bottom, #eeeeef 0%, #e6e5e6 11%, #e2e2e3 19%, #dcdbdd 71%, #d6d5d5 86%, #ccc8c7 100%);
	-pie-background: linear-gradient( #eeeeef 0%, #e6e5e6 11%, #e2e2e3 19%, #dcdbdd 71%, #d6d5d5 86%, #ccc8c7 100%);
	position: relative;
	height: 161px;
	margin: 0 0 21px;
}
.team .holder .item .img img {
	vertical-align: top;
}
.team .holder .item .img .name {
	position: absolute;
	top: 25px;
	left: 16px;
}
.team .holder .item .img .name.name1 {
	left: 15px;
	top: 15px;
}
.team .holder .item .img .name.name2 {
	left: 14px;
	top: 24px;
}
.team .holder .item .img .name.name3 {
	left: 16px;
	top: 25px;
}
.team .holder .item .img .name.name4 {
	left: 15px;
	top: 25px;
}
.team .holder .item .img .name.name5 {
	left: 13px;
	top: 24px;
}
.team .holder .item .img .photo {
	position: absolute;
	bottom: 0;
	right: 0;
}
.team .holder .item .img .photo.photo1 {
	right: 38px;
}
.team .holder .item .img .photo.photo2 {
	right: 31px;
}
.team .holder .item .img .photo.photo3 {
	right: 9px;
}
.team .holder .item .img .photo.photo4 {
	right: 4px;
}
.team .holder .item h3 {
	margin: 0 0 11px;
	font: 15px/19px 'proxima_novaextrabold', sans-serif;
	color: #000;
	text-transform: uppercase;
}
.team .holder .item span {
	display: block;
	font: 13px/15px Arial, Helvetica, sans-serif;
	color: #5e5e5e;
}
.team .holder .item h3 a {
	text-decoration: none;
}
.team .holder .item h3 a:hover {
	text-decoration: underline;
}
.team .headline .select-form {
	float: right;
	width: 281px;
}
/*member page*/
.about {
	overflow: hidden;
	padding: 21px 9999px 69px;
	margin: 0 -10002px 27px -9999px;
	border-bottom: 1px solid #cdcdcd;
}
.about .sidebar {
	float: right;
	width: 270px;
	padding: 0;
	margin: -19px 0 0 80px;
}
.about .sidebar .contact {
	background: url(assets/images/bg-contact.png) no-repeat;
	width: 222px;
	height: 167px;
	padding: 45px 39px 27px 24px;
	margin-right: -10px;
	font: 12px/24px Arial, Helvetica, sans-serif;
	color: #383435;
	text-align: left;
}
.about .sidebar h3 {
	margin: 0 2px 24px;
	font: 15px/19px 'proxima_novaextrabold', sans-serif;
	color: #383435;
	text-transform: uppercase;
	border: 0;
	padding: 0;
}
.about .sidebar .contact h3 {
	margin: 0 0 10px;
}
.about .sidebar .contact p {
	margin: 0;
}
.about .sidebar .contact .social {
	float: left;
	padding: 22px 0 0;
	margin: 0 -5px;
}
.about aside .tweetbox {
	margin: 25px 0 0 0;
}
.about .sidebar .tweet {
	background: url(assets/images/bg-tweet.png) no-repeat 4px 2px;
	padding: 0 25px 0 40px;
	font: 13px/24px 'droid_serifitalic', sans-serif;
	color: #010303;
}
.about .sidebar .tweet em {
	display: block;
	font-style: normal;
}
.about .sidebar .tweet em a {
	color: #ff6316;
	text-decoration: none;
}
.about .sidebar .tweet em a:hover {
	text-decoration: underline;
}
.about .holder {
	width: 613px;
	float: left;
}
.about p {
	margin: 0 0 24px;
}
.about h2 {
	margin: 0 0 25px;
	font: 21px/25px 'proxima_novaextrabold', sans-serif;
	color: #383435;
	text-transform: uppercase;
}
/*portfolio-item page*/
.two-columns {
	padding: 0 0 48px;
	width: 100%;
}
.two-columns:after {
	clear: both;
	content: '';
	display: block;
}
.two-columns .col {
	float: right;
	width: 301px;
	margin: 0 -2px;
	font: 13px/24px Arial, Helvetica, sans-serif;
	color: #5e5e5e;
}
.two-columns .col p {
	margin: 0 0 22px;
}
.two-columns .col ul {
	margin: -82px 0 0 -1px;
	padding: 0 0 60px;
	list-style: none;
	overflow: hidden;
	font: 18px/24px 'proxima_novaextrabold', sans-serif;
	color: #ddd;
	text-transform: uppercase;
}
.two-columns .col ul li:first-child {
	float: left;
	background-position: 0 1px;
}
.two-columns .col ul li:first-child a {
	padding: 0 0 0 28px;
}
.two-columns .col ul li.prev:hover {
	background-position: 0 -55px;
}
.two-columns .col ul li {
	float: right;
	background: url(assets/images/sprite-btns-002.png) no-repeat 100% -27px;
}
.two-columns .col ul li:hover {
	background-position: 100% -86px;
}
.two-columns .col ul li a {
	color: #ddd;
	text-decoration: none;
	padding: 0 28px 0 0;
}
.two-columns h2 {
	font: 48px/48px 'proxima_novaextrabold', sans-serif;
	color: #383435;
	margin: 0;
	float: left;
	text-transform: uppercase;
	width: 520px;
}
/*gallery2*/
.gallery2 {
	overflow: hidden;
	position: relative;
	margin: 0 0 42px;
}
.gallery2 .mask1 {
	width: 100%;
}
.gallery2 ul {
	margin: 0;
	padding: 0;
	list-style: none;
	width: 100%;
	overflow: hidden;
}
.gallery2 ul li {
	float: left;
}
.gallery2 ul li {
	display: block;
}
.gallery2 ul li img {
	vertical-align: top;
	width: 100%;
}
.gallery2 .flex-control-nav {
	position: absolute;
	margin: 0;
	padding: 0;
	list-style: none;
	overflow: hidden;
	bottom: 50px;
	right: 18px;
	overflow: hidden;
}
.gallery2 .flex-control-nav li {
	float: left;
	padding-left: 12px;
}
.gallery2 .flex-control-nav li a {
	display: block;
	text-indent: -9999px;
	overflow: hidden;
	background: #fff;
	cursor: pointer;
	background: url(assets/images/sprite-pager.png) no-repeat;
	width: 14px;
	height: 13px;
}
.gallery2 .flex-control-nav .flex-active, .gallery2 .flex-control-nav li a:hover {
	background-position: 0 -14px;
}
.gallery2 .flex-direction-nav {
	position: absolute;
	top: 19px;
	right: 19px;
	margin: 0;
	padding: 0;
	list-style: none;
	overflow: hidden;
	z-index: 999;
	width: auto;
}
.gallery2 .flex-direction-nav li {
	float: left;
	padding: 0 0 0 21px;
	background: none;
	box-shadow: none;
}
.gallery2 .flex-direction-nav li a {
	display: block;
	text-indent: -9999px;
	overflow: hidden;
	background: url(assets/images/sprite-btns-001.png) no-repeat;
	height: 29px;
	width: 20px;
}
.gallery2 .flex-direction-nav li .flex-prev:hover {
	background-position: 0 -29px;
}
.gallery2 .flex-direction-nav li .flex-next {
	background-position: -36px 0;
}
.gallery2 .flex-direction-nav li .flex-next:hover {
	background-position: -36px -29px;
}
/*theme-info */
.theme-info {
	overflow: hidden;
	padding: 0 1px 56px;
}
.theme-info .holder {
	max-width: 634px;
	float: left;
}
.theme-info .holder p {
	margin: 0 0 24px;
}
.theme-info .rightcol {
	float: right;
	width: 294px;
}
.theme-info .links {
	float: right;
	margin: 0 0 20px 0;
	padding: 6px 0 0 30px;
	list-style: none;
	width: 294px;
	font-size: 14px;
	line-height: 16px;
}
.theme-info .links li {
	overflow: hidden;
}
.theme-info .links li a {
	float: left;
	padding: 3px 0 3px 30px;
	color: #201c1c;
	text-decoration: none;
	background: url(assets/images/ico-002.png) no-repeat 0 1px;
}
.theme-info .links li a:hover {
	text-decoration: underline;
}
.cases.cases1 {
	padding-bottom: 66px;
	margin-bottom: 27px;
}
.testimonialbox {
	float: left;
	clear: both;
	-moz-border-bottom-colors: none;
	-moz-border-left-colors: none;
	-moz-border-right-colors: none;
	-moz-border-top-colors: none;
	border-color: #EDEDED;
	border-image: none;
	border-style: solid;
	border-width: 1px 0;
	width: 100%;
}
.testimonialbox div {
	background: url("assets/images/bg-quote.png") no-repeat scroll 0 22px transparent;
	padding: 20px 10px 30px 30px;
}
.testimonialbox q {
	color: #858585;
	display: block;
	font: italic 15px/24px Georgia, "Times New Roman", Times, serif;
	padding: 0 0 25px;
	quotes: none;
}
.testimonialbox cite {
	color: #040404;
	display: block;
	font: 12px/15px 'LatoBold';
}
/*portfolio page*/
.two-columns .col .link {
	overflow: hidden;
	padding: 0 0 7px;
}
.two-columns .col .link a {
	color: #ff6316;
	text-transform: uppercase;
	font: 18px/22px 'proxima_novaextrabold', sans-serif;
	padding-right: 24px;
	background: url(assets/images/arrow-002.png) no-repeat 100% 1px;
	text-decoration: none;
	float: left;
}
.two-columns .col .link a:hover {
	background: url(assets/images/arrow-orange.png) no-repeat 100% 1px;
}
/*featured*/
.featured-holder {
	width: 100%;
	background: url(assets/images/bg-featured.jpg) repeat-x;
	margin-bottom: 21px;
	position: relative;
	overflow: hidden;
}
.featured-frame {
/*background:url(assets/images/img-006.jpg) no-repeat 100% 0;*/
}
.featured-frame .featuredimg {
	margin: 0 auto;
	position: absolute;
	width: 100%;
	height: 421px;
	text-align: center;
	width: 100%;
}
.featured-frame .featuredimg img {
	z-index: 0;
}
.featured {
	width: 100%;
	overflow: hidden;
	position: relative;
	height: 392px;
	height: 421px;
}
.featured .mask1 {
	width: 100%;
}
.featured .holder {
	float: left;
	left: 50%;
	position: relative;
	width: 960px;
	z-index: 100;
}
.featured .frame {
	float: left;
	left: -50%;
	position: relative;
	width: 960px;
	padding: 65px 0 0;
	color: #383435;
}
.mask-002 {
	position: absolute;
	top: -1px;
	left: 50%;
	background: url(assets/images/mask-top.png) no-repeat;
	width: 58px;
	height: 29px;
	margin-left: -29px;
	z-index: 999;
}
.featured .frame .box {
	width: 300px;
}
.featured .frame .box .subtitle {
	font: 15px/19px 'proxima_novaextrabold', sans-serif;
	text-transform: uppercase;
	color: #b7b6b6;
	display: block;
	padding: 0 0 7px;
}
.featured .frame .box h2 {
	margin: 0 0 6px;
	text-transform: uppercase;
	font: 26px/40px 'proxima_novaextrabold', sans-serif;
	color: #383435;
}
.featured .frame .box p {
	margin: 0 0 30px;
}
.featured .frame .box .more {
	overflow: hidden;
}
.featured .frame .box .more a {
	float: left;
	color: #fff;
	text-decoration: none;
	text-transform: uppercase;
	font: 18px/22px 'proxima_novaextrabold', sans-serif;
	padding-right: 21px;
	background: url(assets/images/arrow-003.png) no-repeat 100% 1px;
}
.featured .frame .box .more a:hover {
	background: url(assets/images/arrow-orange.png) no-repeat 100% 1px;
}
/*gallery3*/
.gallery3 {
	position: relative;
}
.gallery3 ul {
	margin: 0;
	padding: 0;
	list-style: none;
	overflow: hidden;
}
.gallery3 ul li a {
	display: block;
}
.gallery3 .flex-control-nav {
	position: absolute;
	margin: 0;
	padding: 0;
	list-style: none;
	overflow: hidden;
	top: 18px;
	right: 13px;
}
.gallery3 .flex-control-nav li {
	float: left;
	padding: 0 0 0 7px;
}
.gallery3 .flex-control-nav li a {
	cursor: pointer;
	display: block;
	background: url(assets/images/sprite-btns-003.png) no-repeat;
	width: 8px;
	height: 7px;
	text-indent: -9999px;
	overflow: hidden;
}
.gallery3 .flex-control-nav li .flex-active, .gallery3 .flex-control-nav li a:hover {
	background-position: 0 -7px;
}
/*contact page*/
.contact {
	text-align: center;
	padding: 0 160px;
	position: relative;
}
.contact h1 {
	margin: 0 0 32px;
	font: 48px/48px 'proxima_novaextrabold', sans-serif;
	color: #383435;
	text-transform: uppercase;
}
.contact p {
	margin: 0 0 24px;
}
.contact .block {
	padding: 0 0 23px;
}
.form-holder {
	background: url(assets/images/bg-form.jpg) no-repeat 50% 0;
	position: relative;
	margin-bottom: 60px;
	overflow: hidden;
}
.contact-form {
	padding: 0 162px 70px;
	/*height:597px;*/
	width: 639px;
	overflow: hidden;
	margin: 0 auto;
	background: url(assets/images/bg-contactform.png);
	position: relative;
}
.contact-form .holder {
	overflow: hidden;
	position: relative;
	padding: 50px 0 0;
	margin: 0 0;
}
.contact-form h2 {
	margin: 0 0 23px;
	text-transform: uppercase;
	font: 24px/30px 'proxima_novaextrabold', sans-serif;
	color: #383435;
	text-align: center;
}
.contact-form .area {
	padding: 0 42px 30px;
	overflow: hidden;
}
.contact-form .area textarea {
	padding: 4px 12px;
	margin: 0;
	width: 526px;
	height: 131px;
	overflow: auto;
	border: 1px solid #c1c1c1;
	-moz-box-shadow: 0 1px 2px rgba(0,0,0,0.15) inset;
	-webkit-box-shadow: 0 1px 2px rgba(0,0,0,0.15) inset;
	box-shadow: 0 1px 2px rgba(0,0,0,0.15) inset;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
	position: relative;
	font: 13px/24px Arial, Helvetica, sans-serif;
	color: #383435;
	background: #fff;
	float: left;
}
.contact-form .rowa {
	overflow: hidden;
	padding: 0 46px 21px 42px;
}
.contact-form .txt {
	float: right;
	background: #fff;
	font: 13px/16px Arial, Helvetica, sans-serif;
	color: #383435;
	border: 1px solid #c1c1c1;
	-moz-box-shadow: 0 1px 2px rgba(0,0,0,0.15) inset;
	-webkit-box-shadow: 0 1px 2px rgba(0,0,0,0.15) inset;
	box-shadow: 0 1px 2px rgba(0,0,0,0.15) inset;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
	padding: 8px 12px 9px;
	margin: 0;
	height: 16px;
	position: relative;
	width: 234px;
}
.contact-form .area textarea.focus, .contact-form .txt.focus {
	-moz-box-shadow: 0 2px 2px rgba(0,0,0,0.2);
	-webkit-box-shadow: 0 2px 2px rgba(0,0,0,0.2);
	box-shadow: 0 2px 2px rgba(0,0,0,0.2);
	border-color: #9b9b9b;
}
.contact-form .txt:first-child {
	float: left;
}
.contact-form .text {
	float: left;
	font: 13px/15px Arial, Helvetica, sans-serif;
	color: #383435;
}
.contact-form .btn {
	float: right;
	background: url(assets/images/sprite-submit-orange.png) no-repeat;
	width: 260px;
	height: 35px;
	color: #fff;
	padding: 0 20px;
	margin: -8px 0 0;
	border: 0;
	text-align: left;
	font: 13px/17px 'proxima_novaextrabold', sans-serif;
	text-transform: uppercase;
}
.contact-form .btn:hover {
	background-position: 0 -35px;
}
.contact-form .btn:active {
	background-position: 0 -70px;
}
.contact-form .rowa.btn-row {
	padding-top: 16px;
}
/*direction-form*/
.direction-form {
	text-align: center;
	position: relative;
	padding-bottom: 32px;
}
.direction-form h2 {
	margin: 0;
	text-transform: uppercase;
	font: 24px/30px 'proxima_novaextrabold', sans-serif;
	color: #383435;
}
.direction-form .sub-title {
	display: block;
	padding: 0 0 49px;
	line-height: 22px;
}
.direction-form p {
	margin: 0 0 20px;
}
.direction-form .rowa {
	width: 360px;
	margin: 0 auto;
	padding-bottom: 52px;
}
.direction-form .rowa:after {
	clear: both;
	content: '';
	display: block;
}
.direction-form .rowa .txt {
	float: left;
	background: #fff;
	font: 12px/13px 'helveticaneueregular', sans-serif;
	height: 13px;
	padding: 9px 12px 7px;
	color: #585a5c;
	border: 1px solid #c1c1c1;
	-moz-box-shadow: 0 2px 2px rgba(0,0,0,0.15) inset;
	-webkit-box-shadow: 0 2px 2px rgba(0,0,0,0.15) inset;
	box-shadow: 0 2px 2px rgba(0,0,0,0.15) inset;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
	margin: 0 20px 0 0;
	position: relative;
	width: 294px;
}
.direction-form .rowa .btn {
	float: left;
	text-indent: -9999px;
	overflow: hidden;
	line-height: 0;
	background: url(assets/images/sprite-btns-001.png) no-repeat 100% 0;
	width: 20px;
	height: 29px;
	border: 0;
	padding: 0;
}
.direction-form #map {
	height: 350px;
	width: 100%;
}
.direction-form .rowa .btn:hover {
	background-position: 100% -29px;
}
.direction-form .map {
	position: relative;
}
.direction-form .map:after {
	clear: both;
	content: '';
	display: block;
}
.direction-form .map .mask1 {
	left: 0;
}
.direction-form .map .holder {
	position: relative;
	left: 50%;
	float: left;
}
.direction-form .map .frame {
	width: 100%;
}
.direction-form .map img {
	vertical-align: top;
}
.mask2 {
	left: 0;
	position: absolute;
	bottom: 0;
	background: url(assets/images/mask-03.png) no-repeat 50% 0;
	width: 100%;
	height: 42px;
}
/*text-wrap*/
.text-wrap {
	overflow: hidden;
	padding: 0 9999px 76px;
	margin: 0 -9999px 27px;
	border-bottom: 1px solid #cdcdcd;
	font: 13px/21px 'helvetica_medium', sans-serif;
	color: #666;
}
.text-wrap h3 {
	margin: 0 0 6px;
	font: 15px/24px 'proxima_novaextrabold', sans-serif;
	color: #383435;
	text-transform: uppercase;
}
.text-wrap p {
	margin: 0 0 21px;
}
.text-wrap .col {
	float: right;
	width: 299px;
	padding: 0 0 0 40px;
}
.text-wrap .col ul {
	margin: 0;
	padding: 0;
	list-style: none;
}
.text-wrap .holder {
	float: left;
	width: 600px;
}
/*blog page*/
h1 {
	margin: 0 0 47px;
	color: #383435;
	font: 48px/50px 'proxima_novaextrabold', sans-serif;
	text-transform: uppercase;
}
/*main*/
#main {
	overflow: hidden;
	padding: 0 9999px 42px;
	margin: 0 -9999px 27px;
	border-bottom: 1px solid #cdcdcd;
}
/*content*/
#content {
	float: left;
	width: 630px;
}
#content.fullwidth {
	width: 960px;
}
#content img {
	vertical-align: top;
}
#content .post {
	overflow: hidden;
	clear: both;
	margin: 0 0 29px 0;
}
.blog #content .post {
	border-bottom: 1px solid #EBEEF1;
	padding: 0 0 25px;
}
#content .post .data {
	float: left;
	width: 115px;
	text-align: right;
	padding: 0 20px 0 0;
}
#content .post .data ul {
	margin: 0;
	padding: 14px 0 0;
	list-style: none;
}
#content .post .data ul li {
	font: italic 11px/18px Arial, Helvetica, sans-serif;
	color: #5e5e5e;
}
#content .post .data ul li a {
	text-decoration: none;
	color: #5e5e5e;
}
#content .post .data ul li a:hover {
	text-decoration: underline;
}
#content .post .data ul li strong {
	font-style: normal;
	padding-right: 4px;
}
#content .post .info {
	float: right;
	width: 488px;
	font: 11px/18px Arial, Helvetica, sans-serif;
	color: #5e5e5e;
	padding: 8px 0 0;
}
#content .post .info.audioblock {
	padding: 3px 0 0;
}
#content .post p {
	margin: 0;
}
#content .post h2 {
	color: #383435;
	font: 18px/20px 'proxima_novaextrabold', sans-serif;
	margin: 0 0 21px;
	text-transform: uppercase;
}
#content .post h2 a {
	text-decoration: none;
	color: #383435;
}
#content .post h2 a:hover {
	text-decoration: underline;
}
/*gallery4*/
.block, .gallery4 {
	margin: 0 0 29px 0;
	position: relative;
}
.block img {
	height: auto;
}
.gallery4 ul {
	margin: 0;
	padding: 0;
	list-style: none;
}
.gallery4 .flex-control-nav {
	position: absolute;
	margin: 0;
	padding: 0;
	list-style: none;
	overflow: hidden;
	top: 20px;
	right: 13px;
}
.gallery4 .flex-control-nav li {
	float: left;
	padding: 0 0 0 6px;
}
.gallery4 .flex-control-nav li a {
	cursor: pointer;
	display: block;
	background: url(assets/images/sprite-btns-003.png) no-repeat;
	width: 8px;
	height: 7px;
	text-indent: -9999px;
	overflow: hidden;
}
.gallery4 .flex-control-nav li .flex-active, .gallery4 .flex-control-nav li a:hover {
	background-position: 0 -7px;
}
#main .video {
	padding: 0 0 0;
}
#content .post .audio {
	margin: -4px 0 16px;
}
#content .post blockquote {
	margin: 0;
	background: #eff0f1;
	float: right;
	width: 415px;
	padding: 20px 55px 22px 20px;
}
#content .post blockquote.inner {
	width: auto;
}
#content .post blockquote q {
	display: block;
	background: url(assets/images/ico-03.png) no-repeat 0 1px;
	padding: 0 0 0 41px;
	font: 15px/24px 'droid_serifitalic', serif;
	color: #4b5b65;
}
#content .post .text {
	float: right;
	max-width: 488px;
	font: 11px/18px Arial, Helvetica, sans-serif;
	color: #5e5e5e;
}
/*pagination*/
.pagination {
	overflow: hidden;
	color: #ddd;
	font: 18px/20px 'proxima_novaextrabold', sans-serif;
	text-transform: uppercase;
	padding: 27px 0 13px;
}
.pagination a {
	color: #999;
	text-decoration: none;
}
.pagination .prev {
	float: left;
	background: url(assets/images/btn-prev1.png) no-repeat;
	padding: 0 0 0 28px;
	line-height: 21px;
}
.pagination .next {
	float: right;
	background: url(assets/images/btn-next1.png) no-repeat 100% 0;
	padding: 0 28px 0 0;
	line-height: 21px;
}
.pagination .prev:hover {
	background-position: 0 -21px;
}
.pagination .next:hover {
	background-position: 100% -21px;
}
.pagination ul {
	margin: 0;
	padding: 0 36px 0 0;
	list-style: none;
	text-align: center;
	overflow: hidden;
}
.pagination ul li {
	display: inline;
	padding: 0 8px 0 0;
}
.pagination ul .active a, .pagination ul li a:hover {
	color: #383435;
}
.pagination .mobile-nav {
	display: none;
}
/*aside*/
aside {
	float: right;
	width: 299px;
}
aside h3 {
	/*margin:0 16px 19px 0;*/
	margin: 0 0 19px 0;
	color: #383435;
	font: 14px/16px 'proxima_novaextrabold', sans-serif;
	border-bottom: 1px solid #ebeef1;
	text-transform: uppercase;
	padding: 1px 0 13px;
}
aside ul {
	margin: 0;
	padding: 3px 0 39px;
	list-style: none;
}
aside ul li, aside ul li {
	background: url(assets/images/bul-08.png) no-repeat 3px 2px;
	padding: 0 0 7px 18px;
	color: #383435;
	font: 12px/14px 'proxima_nova_rgbold', sans-serif;
}
aside ul li:hover, aside ul li:hover {
	background: url(assets/images/bul-03.png) no-repeat 3px 2px;
}
aside ul.social li {
	background: none;
}
aside ul li a {
	text-decoration: none;
	color: #383435;
}
aside .tagcloud {
	color: #383435;
	font: 12px/21px 'proxima_nova_rgbold', sans-serif;
	padding: 0 0 45px 2px;
}
aside .tagcloud a {
	color: #383435;
	text-decoration: none;
	margin: 0 12px 0 0;
}
aside .tagcloud a:hover {
	text-decoration: underline;
}
aside .categories {
	margin: 0;
	padding: 3px 0 27px;
	list-style: none;
}
aside .categories li a {
	text-decoration: none;
	color: #383435;
}
aside .twitts {
	margin: 0;
	padding: 2px 0 0;
	list-style: none;
}
aside .twitts li {
	color: #5e5e5e;
	background: url(assets/images/img-15.jpg) no-repeat 2px 4px;
	font: italic 13px/21px Georgia, serif;
	padding: 0 0 25px 49px;
}
aside#sidebar .twitts li {
	font-style: italic;
}
aside ul.twitts li:hover {
	background: url(assets/images/img-15.jpg) no-repeat 2px 4px;
}
aside .twitts li a {
	color: #5e5e5e;
	text-decoration: none;
}
aside .twitts li p {
	margin: 0;
}
aside .twitts li a:hover {
	text-decoration: underline;
}
aside .twitts li .date {
	font: 10px/12px Arial, Helvetica, sans-serif;
	color: #bbb;
	padding: 5px 0 0;
}
aside .twitts li .date a {
	color: #bbb;
}
/*post*/
.audio {
	float: left;
	clear: both;
	width: 100%;
}
.pages-holder {
	border-top: 5px solid #f0f0f0;
}
.pages-holder:after {
	clear: both;
	content: '';
	display: block;
}
.pages-holder .breadcrumbs {
	float: left;
	border: 0;
}
.pages-holder .pagination {
	float: right;
	padding: 18px 0 0;
	width: 301px;
}
.gallery-holder {
	padding: 0;
}
.gallery-holder .gallery5 {
	position: relative;
	padding: 0 0 13px;
}
.gallery-holder .gallery5 ul {
	margin: 0;
	padding: 0;
	list-style: none;
}
.gallery-holder .gallery5 ul li img {
	vertical-align: top;
	width: 100%;
}
#content h2 {
	font: 18px/20px 'proxima_novaextrabold', sans-serif;
	color: #383435;
	text-transform: uppercase;
	margin: 0 0 27px;
}
.gallery5 .flex-control-nav {
	position: absolute;
	margin: 0;
	padding: 0;
	list-style: none;
	overflow: hidden;
	top: 26px;
	right: 12px;
}
.gallery5 .flex-control-nav li {
	float: left;
	padding: 0 0 0 6px;
}
.gallery5 .flex-control-nav li a {
	cursor: pointer;
	display: block;
	background: url(assets/images/sprite-btns-003.png) no-repeat;
	width: 8px;
	height: 7px;
	text-indent: -9999px;
	overflow: hidden;
}
.gallery5 .flex-control-nav li .flex-active, .gallery5 .flex-control-nav li a:hover {
	background-position: 0 -7px;
}
.gallery-holder .info-line {
	/*background:url(assets/images/img-08.jpg) no-repeat;*/
	border-bottom: 5px solid #f0f0f0;
	overflow: hidden;
	padding: 0 0 17px 0;
	margin: 0 0 39px;
}
.page-template-default .gallery-holder .info-line {
	background: none;
}
.page-template-default .gallery-holder .info-line.nogallery {
	padding: 0 0 0 52px;
}
.gallery-holder .info-line img {
	vertical-align: top;
}
.gallery-holder .info-line .ico {
	float: left;
	margin: 0 17px 0 0;
}
.gallery-holder .info-line dl {
	margin: 9px 0 0;
	float: left;
	font: 11px/18px Arial, Helvetica, sans-serif;
}
.gallery-holder .info-line dt {
	font-weight: bold;
	color: #5e5e5e;
	float: left;
	margin: 0 2px 0 0;
}
.gallery-holder .info-line dl a {
	text-decoration: none;
	color: #5e5e5e;
}
.gallery-holder .info-line dl a:hover {
	text-decoration: underline;
}
.gallery-holder .info-line dd {
	margin: 0 31px 0 0;
	font-style: italic;
	float: left;
}
.gallery-holder .info-line .plugin {
	float: right;
	margin: 9px 0 0 0;
}
#content p {
	margin: 0 0 24px;
}
#content .reaction {
	border-top: 1px solid #ebeef1;
	margin: 50px 0 0;
	padding: 41px 0 6px;
	clear: both;
	float: left;
}
#content .reaction .comments {
	margin: 0;
	padding: 24px 0 0;
	list-style: none;
}
#content .reaction .comments>li {
	overflow: hidden;
	padding: 0 0 33px;
}
#content .reaction .comments>li .commentcontainer {
	overflow: hidden;
}
#content .reaction .comments>li .photo {
	float: left;
	width: 100px;
	height: 100px;
	-webkit-border-radius: 110px;
	-moz-border-radius: 110px;
	border-radius: 110px;
	position: relative;
	margin: 0 42px 0 0;
}
#content .reaction .comments>li .holder {
	overflow: hidden;
	font: 11px/21px Arial, Helvetica, sans-serif;
	color: #555;
	border-bottom: 1px solid #ebeef1;
	padding: 0 0 25px;
}
#content .reaction .comments>li .holder p {
	margin: 0;
}
#content .reaction .comments>li .holder .author {
	color: #555;
	font: bold 12px/14px Arial, Helvetica, sans-serif;
	display: block;
}
#content .reaction .comments>li .holder .author a {
	text-decoration: none;
	color: #555;
}
#content .reaction .comments>li .holder .author a:hover {
	text-decoration: underline;
}
#content .reaction .comments>li .holder .date {
	color: #5e5e5e;
	font: italic 11px/18px Arial, Helvetica, sans-serif;
}
#content .reaction .comments .reply {
	color: #383435;
	font: bold 11px/18px Arial, Helvetica, sans-serif;
	text-decoration: none;
}
#content .reaction .comments .reply:hover {
	text-decoration: underline;
}
#content .reaction .comments>li ul {
	margin: 0;
	padding: 0 0 0 141px;
	list-style: none;
}
#content .reaction .comments>li ul li {
	padding-top: 30px;
}
#content .reaction .comments>li ul .photo {
	width: 51px;
	height: 51px;
	margin: 0 19px 0 0;
}
#content .reaction .comments>li ul ul {
	padding: 28px 0 0 71px;
}
/*comment-form*/
#content .comment-holder {
	padding: 0;
}
#content .comment-holder h2 {
	margin: 0 0 20px;
}
#content .comment-form {
	padding: 0;
}
#content .comment-form .rowa {
	padding: 0 0 30px;
}
#content .comment-form .rowa:after {
	clear: both;
	content: '';
	display: block;
}
#content .comment-form .txt {
	float: left;
	background: #fff;
	font: 13px/16px Arial, Helvetica, sans-serif;
	color: #383435;
	border: 1px solid #c1c1c1;
	-moz-box-shadow: 0 1px 2px rgba(0,0,0,0.15) inset;
	-webkit-box-shadow: 0 1px 2px rgba(0,0,0,0.15) inset;
	box-shadow: 0 1px 2px rgba(0,0,0,0.15) inset;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
	padding: 8px 12px 9px;
	margin: 0;
	height: 16px;
	position: relative;
	width: 274px;
}
#content .comment-form .align-r {
	float: right;
}
#content .comment-form .area textarea {
	padding: 4px 12px;
	margin: 0;
	width: 604px;
	height: 131px;
	overflow: auto;
	border: 1px solid #c1c1c1;
	-moz-box-shadow: 0 1px 2px rgba(0,0,0,0.15) inset;
	-webkit-box-shadow: 0 1px 2px rgba(0,0,0,0.15) inset;
	box-shadow: 0 1px 2px rgba(0,0,0,0.15) inset;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
	position: relative;
	font: 13px/24px Arial, Helvetica, sans-serif;
	color: #383435;
	background: #fff;
	float: left;
	position: relative;
}
.direction-form .rowa .txt.focus, #content .comment-form .area textarea.focus, #content .comment-form .txt.focus {
	-moz-box-shadow: 0 2px 2px rgba(0,0,0,0.2);
	-webkit-box-shadow: 0 2px 2px rgba(0,0,0,0.2);
	box-shadow: 0 2px 2px rgba(0,0,0,0.2);
	position: relative;
	border-color: #9b9b9b;
}
#content .comment-form .btn {
	float: right;
	background: url(assets/images/sprite-submit2.png) no-repeat;
	width: 300px;
	height: 35px;
	color: #fff;
	padding: 0 20px;
	border: 0;
	text-align: left;
	font: 13px/17px 'proxima_novaextrabold', sans-serif;
	text-transform: uppercase;
	margin-top: -6px;
}
#content .comment-form .btn:hover {
	background-position: 0 -35px;
}
#content .comment-form .btn:active {
	background-position: 0 -70px;
}
#content .comment-form .rowa span {
	float: left;
	font: 13px/15px Arial, Helvetica, sans-serif;
	padding: 2px 0 0;
}
.searchbox {
	width: 299px;
	margin: 0 auto;
}
.searchbox .btn {
	float: right;
	background: url(assets/images/sprite-submit2.png) no-repeat;
	width: 90px;
	height: 35px;
	color: #fff;
	padding: 0 20px;
	border: 0;
	text-align: left;
	font: 13px/17px 'proxima_novaextrabold', sans-serif;
	text-transform: uppercase;
	margin-top: 0;
}
.searchbox .btn:hover {
	background-position: 0 -35px;
}
.searchbox .btn:active {
	background-position: 0 -70px;
}
.searchbox .txt {
	float: left;
	background: #fff;
	font: 13px/16px Arial, Helvetica, sans-serif;
	color: #383435;
	border: 1px solid #c1c1c1;
	-moz-box-shadow: 0 1px 2px rgba(0,0,0,0.15) inset;
	-webkit-box-shadow: 0 1px 2px rgba(0,0,0,0.15) inset;
	box-shadow: 0 1px 2px rgba(0,0,0,0.15) inset;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
	padding: 8px 12px 9px;
	margin: 0;
	height: 16px;
	position: relative;
	width: 163px;
}
.authorbox {
	width: 100%;
	padding: 20px;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	background: #F0F0F0;
	float: left;
}
#content p.viewallauthor {
	margin-bottom: 0;
}
#content .author_photo .photo {
	float: left;
	width: 100px;
	height: 100px;
	-webkit-border-radius: 110px;
	-moz-border-radius: 110px;
	border-radius: 110px;
	position: relative;
	margin: 0 22px 0 0;
}
.authorboxauthorpage {
	margin-bottom: 40px;
}
#content .authorbox p {
	margin-bottom: 10px;
}
/* PRETTYPHOTO STYLES
-------------------------------------------------------------------*/	

div.pp_default .pp_top, div.pp_default .pp_top .pp_middle, div.pp_default .pp_top .pp_left, div.pp_default .pp_top .pp_right, div.pp_default .pp_bottom, div.pp_default .pp_bottom .pp_left, div.pp_default .pp_bottom .pp_middle, div.pp_default .pp_bottom .pp_right {
	height: 13px
}
div.pp_default .pp_top .pp_left {
	background: url(assets/images/prettyPhoto/default/sprite.png) -78px -93px no-repeat
}
div.pp_default .pp_top .pp_middle {
	background: url(assets/images/prettyPhoto/default/sprite_x.png) top left repeat-x
}
div.pp_default .pp_top .pp_right {
	background: url(assets/images/prettyPhoto/default/sprite.png) -112px -93px no-repeat
}
div.pp_default .pp_content .ppt {
	color: #f8f8f8
}
div.pp_default .pp_content_container .pp_left {
	background: url(assets/images/prettyPhoto/default/sprite_y.png) -7px 0 repeat-y;
	padding-left: 13px
}
div.pp_default .pp_content_container .pp_right {
	background: url(assets/images/prettyPhoto/default/sprite_y.png) top right repeat-y;
	padding-right: 13px
}
div.pp_default .pp_next:hover {
	background: url(assets/images/prettyPhoto/default/sprite_next.png) center right no-repeat;
	cursor: pointer
}
div.pp_default .pp_previous:hover {
	background: url(assets/images/prettyPhoto/default/sprite_prev.png) center left no-repeat;
	cursor: pointer
}
div.pp_default .pp_expand {
	background: url(assets/images/prettyPhoto/default/sprite.png) 0 -29px no-repeat;
	cursor: pointer;
	width: 28px;
	height: 28px
}
div.pp_default .pp_expand:hover {
	background: url(assets/images/prettyPhoto/default/sprite.png) 0 -56px no-repeat;
	cursor: pointer
}
div.pp_default .pp_contract {
	background: url(assets/images/prettyPhoto/default/sprite.png) 0 -84px no-repeat;
	cursor: pointer;
	width: 28px;
	height: 28px
}
div.pp_default .pp_contract:hover {
	background: url(assets/images/prettyPhoto/default/sprite.png) 0 -113px no-repeat;
	cursor: pointer
}
div.pp_default .pp_close {
	width: 30px;
	height: 30px;
	background: url(assets/images/prettyPhoto/default/sprite.png) 2px 1px no-repeat;
	cursor: pointer
}
div.pp_default .pp_gallery ul li a {
	background: url(assets/images/prettyPhoto/default/default_thumb.png) center center #f8f8f8;
	border: 1px solid #aaa
}
div.pp_default .pp_gallery a.pp_arrow_previous, div.pp_default .pp_gallery a.pp_arrow_next {
	position: static;
	left: auto
}
div.pp_default .pp_nav .pp_play, div.pp_default .pp_nav .pp_pause {
	background: url(assets/images/prettyPhoto/default/sprite.png) -51px 1px no-repeat;
	height: 30px;
	width: 30px
}
div.pp_default .pp_nav .pp_pause {
	background-position: -51px -29px
}
div.pp_default a.pp_arrow_previous, div.pp_default a.pp_arrow_next {
	background: url(assets/images/prettyPhoto/default/sprite.png) -31px -3px no-repeat;
	height: 20px;
	width: 20px;
	margin: 4px 0 0
}
div.pp_default a.pp_arrow_next {
	left: 52px;
	background-position: -82px -3px
}
div.pp_default .pp_content_container .pp_details {
	margin-top: 5px
}
div.pp_default .pp_nav {
	clear: none;
	height: 30px;
	width: 105px;
	position: relative
}
div.pp_default .pp_nav .currentTextHolder {
	font-family: Georgia;
	font-style: italic;
	font-color: #999;
	font-size: 11px;
	left: 75px;
	line-height: 25px;
	position: absolute;
	top: 2px;
	margin: 0;
	padding: 0 0 0 10px
}
div.pp_default .pp_close:hover, div.pp_default .pp_nav .pp_play:hover, div.pp_default .pp_nav .pp_pause:hover, div.pp_default .pp_arrow_next:hover, div.pp_default .pp_arrow_previous:hover {
	opacity: 0.7
}
div.pp_default .pp_description {
	font-size: 11px;
	font-weight: 700;
	line-height: 14px;
	margin: 5px 50px 5px 0
}
div.pp_default .pp_bottom .pp_left {
	background: url(assets/images/prettyPhoto/default/sprite.png) -78px -127px no-repeat
}
div.pp_default .pp_bottom .pp_middle {
	background: url(assets/images/prettyPhoto/default/sprite_x.png) bottom left repeat-x
}
div.pp_default .pp_bottom .pp_right {
	background: url(assets/images/prettyPhoto/default/sprite.png) -112px -127px no-repeat
}
div.pp_default .pp_loaderIcon {
	background: url(assets/images/prettyPhoto/default/loader.gif) center center no-repeat
}
div.light_rounded .pp_top .pp_left {
	background: url(assets/images/prettyPhoto/light_rounded/sprite.png) -88px -53px no-repeat
}
div.light_rounded .pp_top .pp_right {
	background: url(assets/images/prettyPhoto/light_rounded/sprite.png) -110px -53px no-repeat
}
div.light_rounded .pp_next:hover {
	background: url(assets/images/prettyPhoto/light_rounded/btnNext.png) center right no-repeat;
	cursor: pointer
}
div.light_rounded .pp_previous:hover {
	background: url(assets/images/prettyPhoto/light_rounded/btnPrevious.png) center left no-repeat;
	cursor: pointer
}
div.light_rounded .pp_expand {
	background: url(assets/images/prettyPhoto/light_rounded/sprite.png) -31px -26px no-repeat;
	cursor: pointer
}
div.light_rounded .pp_expand:hover {
	background: url(assets/images/prettyPhoto/light_rounded/sprite.png) -31px -47px no-repeat;
	cursor: pointer
}
div.light_rounded .pp_contract {
	background: url(assets/images/prettyPhoto/light_rounded/sprite.png) 0 -26px no-repeat;
	cursor: pointer
}
div.light_rounded .pp_contract:hover {
	background: url(assets/images/prettyPhoto/light_rounded/sprite.png) 0 -47px no-repeat;
	cursor: pointer
}
div.light_rounded .pp_close {
	width: 75px;
	height: 22px;
	background: url(assets/images/prettyPhoto/light_rounded/sprite.png) -1px -1px no-repeat;
	cursor: pointer
}
div.light_rounded .pp_nav .pp_play {
	background: url(assets/images/prettyPhoto/light_rounded/sprite.png) -1px -100px no-repeat;
	height: 15px;
	width: 14px
}
div.light_rounded .pp_nav .pp_pause {
	background: url(assets/images/prettyPhoto/light_rounded/sprite.png) -24px -100px no-repeat;
	height: 15px;
	width: 14px
}
div.light_rounded .pp_arrow_previous {
	background: url(assets/images/prettyPhoto/light_rounded/sprite.png) 0 -71px no-repeat
}
div.light_rounded .pp_arrow_next {
	background: url(assets/images/prettyPhoto/light_rounded/sprite.png) -22px -71px no-repeat
}
div.light_rounded .pp_bottom .pp_left {
	background: url(assets/images/prettyPhoto/light_rounded/sprite.png) -88px -80px no-repeat
}
div.light_rounded .pp_bottom .pp_right {
	background: url(assets/images/prettyPhoto/light_rounded/sprite.png) -110px -80px no-repeat
}
div.dark_rounded .pp_top .pp_left {
	background: url(assets/images/prettyPhoto/dark_rounded/sprite.png) -88px -53px no-repeat
}
div.dark_rounded .pp_top .pp_right {
	background: url(assets/images/prettyPhoto/dark_rounded/sprite.png) -110px -53px no-repeat
}
div.dark_rounded .pp_content_container .pp_left {
	background: url(assets/images/prettyPhoto/dark_rounded/contentPattern.png) top left repeat-y
}
div.dark_rounded .pp_content_container .pp_right {
	background: url(assets/images/prettyPhoto/dark_rounded/contentPattern.png) top right repeat-y
}
div.dark_rounded .pp_next:hover {
	background: url(assets/images/prettyPhoto/dark_rounded/btnNext.png) center right no-repeat;
	cursor: pointer
}
div.dark_rounded .pp_previous:hover {
	background: url(assets/images/prettyPhoto/dark_rounded/btnPrevious.png) center left no-repeat;
	cursor: pointer
}
div.dark_rounded .pp_expand {
	background: url(assets/images/prettyPhoto/dark_rounded/sprite.png) -31px -26px no-repeat;
	cursor: pointer
}
div.dark_rounded .pp_expand:hover {
	background: url(assets/images/prettyPhoto/dark_rounded/sprite.png) -31px -47px no-repeat;
	cursor: pointer
}
div.dark_rounded .pp_contract {
	background: url(assets/images/prettyPhoto/dark_rounded/sprite.png) 0 -26px no-repeat;
	cursor: pointer
}
div.dark_rounded .pp_contract:hover {
	background: url(assets/images/prettyPhoto/dark_rounded/sprite.png) 0 -47px no-repeat;
	cursor: pointer
}
div.dark_rounded .pp_close {
	width: 75px;
	height: 22px;
	background: url(assets/images/prettyPhoto/dark_rounded/sprite.png) -1px -1px no-repeat;
	cursor: pointer
}
div.dark_rounded .pp_description {
	margin-right: 85px;
	color: #fff
}
div.dark_rounded .pp_nav .pp_play {
	background: url(assets/images/prettyPhoto/dark_rounded/sprite.png) -1px -100px no-repeat;
	height: 15px;
	width: 14px
}
div.dark_rounded .pp_nav .pp_pause {
	background: url(assets/images/prettyPhoto/dark_rounded/sprite.png) -24px -100px no-repeat;
	height: 15px;
	width: 14px
}
div.dark_rounded .pp_arrow_previous {
	background: url(assets/images/prettyPhoto/dark_rounded/sprite.png) 0 -71px no-repeat
}
div.dark_rounded .pp_arrow_next {
	background: url(assets/images/prettyPhoto/dark_rounded/sprite.png) -22px -71px no-repeat
}
div.dark_rounded .pp_bottom .pp_left {
	background: url(assets/images/prettyPhoto/dark_rounded/sprite.png) -88px -80px no-repeat
}
div.dark_rounded .pp_bottom .pp_right {
	background: url(assets/images/prettyPhoto/dark_rounded/sprite.png) -110px -80px no-repeat
}
div.dark_rounded .pp_loaderIcon {
	background: url(assets/images/prettyPhoto/dark_rounded/loader.gif) center center no-repeat
}
div.dark_square .pp_left, div.dark_square .pp_middle, div.dark_square .pp_right, div.dark_square .pp_content {
	background: #000
}
div.dark_square .pp_description {
	color: #fff;
	margin: 0 85px 0 0
}
div.dark_square .pp_loaderIcon {
	background: url(assets/images/prettyPhoto/dark_square/loader.gif) center center no-repeat
}
div.dark_square .pp_expand {
	background: url(assets/images/prettyPhoto/dark_square/sprite.png) -31px -26px no-repeat;
	cursor: pointer
}
div.dark_square .pp_expand:hover {
	background: url(assets/images/prettyPhoto/dark_square/sprite.png) -31px -47px no-repeat;
	cursor: pointer
}
div.dark_square .pp_contract {
	background: url(assets/images/prettyPhoto/dark_square/sprite.png) 0 -26px no-repeat;
	cursor: pointer
}
div.dark_square .pp_contract:hover {
	background: url(assets/images/prettyPhoto/dark_square/sprite.png) 0 -47px no-repeat;
	cursor: pointer
}
div.dark_square .pp_close {
	width: 75px;
	height: 22px;
	background: url(assets/images/prettyPhoto/dark_square/sprite.png) -1px -1px no-repeat;
	cursor: pointer
}
div.dark_square .pp_nav {
	clear: none
}
div.dark_square .pp_nav .pp_play {
	background: url(assets/images/prettyPhoto/dark_square/sprite.png) -1px -100px no-repeat;
	height: 15px;
	width: 14px
}
div.dark_square .pp_nav .pp_pause {
	background: url(assets/images/prettyPhoto/dark_square/sprite.png) -24px -100px no-repeat;
	height: 15px;
	width: 14px
}
div.dark_square .pp_arrow_previous {
	background: url(assets/images/prettyPhoto/dark_square/sprite.png) 0 -71px no-repeat
}
div.dark_square .pp_arrow_next {
	background: url(assets/images/prettyPhoto/dark_square/sprite.png) -22px -71px no-repeat
}
div.dark_square .pp_next:hover {
	background: url(assets/images/prettyPhoto/dark_square/btnNext.png) center right no-repeat;
	cursor: pointer
}
div.dark_square .pp_previous:hover {
	background: url(assets/images/prettyPhoto/dark_square/btnPrevious.png) center left no-repeat;
	cursor: pointer
}
div.light_square .pp_expand {
	background: url(assets/images/prettyPhoto/light_square/sprite.png) -31px -26px no-repeat;
	cursor: pointer
}
div.light_square .pp_expand:hover {
	background: url(assets/images/prettyPhoto/light_square/sprite.png) -31px -47px no-repeat;
	cursor: pointer
}
div.light_square .pp_contract {
	background: url(assets/images/prettyPhoto/light_square/sprite.png) 0 -26px no-repeat;
	cursor: pointer
}
div.light_square .pp_contract:hover {
	background: url(assets/images/prettyPhoto/light_square/sprite.png) 0 -47px no-repeat;
	cursor: pointer
}
div.light_square .pp_close {
	width: 75px;
	height: 22px;
	background: url(assets/images/prettyPhoto/light_square/sprite.png) -1px -1px no-repeat;
	cursor: pointer
}
div.light_square .pp_nav .pp_play {
	background: url(assets/images/prettyPhoto/light_square/sprite.png) -1px -100px no-repeat;
	height: 15px;
	width: 14px
}
div.light_square .pp_nav .pp_pause {
	background: url(assets/images/prettyPhoto/light_square/sprite.png) -24px -100px no-repeat;
	height: 15px;
	width: 14px
}
div.light_square .pp_arrow_previous {
	background: url(assets/images/prettyPhoto/light_square/sprite.png) 0 -71px no-repeat
}
div.light_square .pp_arrow_next {
	background: url(assets/images/prettyPhoto/light_square/sprite.png) -22px -71px no-repeat
}
div.light_square .pp_next:hover {
	background: url(assets/images/prettyPhoto/light_square/btnNext.png) center right no-repeat;
	cursor: pointer
}
div.light_square .pp_previous:hover {
	background: url(assets/images/prettyPhoto/light_square/btnPrevious.png) center left no-repeat;
	cursor: pointer
}
div.facebook .pp_top .pp_left {
	background: url(assets/images/prettyPhoto/facebook/sprite.png) -88px -53px no-repeat
}
div.facebook .pp_top .pp_middle {
	background: url(assets/images/prettyPhoto/facebook/contentPatternTop.png) top left repeat-x
}
div.facebook .pp_top .pp_right {
	background: url(assets/images/prettyPhoto/facebook/sprite.png) -110px -53px no-repeat
}
div.facebook .pp_content_container .pp_left {
	background: url(assets/images/prettyPhoto/facebook/contentPatternLeft.png) top left repeat-y
}
div.facebook .pp_content_container .pp_right {
	background: url(assets/images/prettyPhoto/facebook/contentPatternRight.png) top right repeat-y
}
div.facebook .pp_expand {
	background: url(assets/images/prettyPhoto/facebook/sprite.png) -31px -26px no-repeat;
	cursor: pointer
}
div.facebook .pp_expand:hover {
	background: url(assets/images/prettyPhoto/facebook/sprite.png) -31px -47px no-repeat;
	cursor: pointer
}
div.facebook .pp_contract {
	background: url(assets/images/prettyPhoto/facebook/sprite.png) 0 -26px no-repeat;
	cursor: pointer
}
div.facebook .pp_contract:hover {
	background: url(assets/images/prettyPhoto/facebook/sprite.png) 0 -47px no-repeat;
	cursor: pointer
}
div.facebook .pp_close {
	width: 22px;
	height: 22px;
	background: url(assets/images/prettyPhoto/facebook/sprite.png) -1px -1px no-repeat;
	cursor: pointer
}
div.facebook .pp_description {
	margin: 0 37px 0 0
}
div.facebook .pp_loaderIcon {
	background: url(assets/images/prettyPhoto/facebook/loader.gif) center center no-repeat
}
div.facebook .pp_arrow_previous {
	background: url(assets/images/prettyPhoto/facebook/sprite.png) 0 -71px no-repeat;
	height: 22px;
	margin-top: 0;
	width: 22px
}
div.facebook .pp_arrow_previous.disabled {
	background-position: 0 -96px;
	cursor: default
}
div.facebook .pp_arrow_next {
	background: url(assets/images/prettyPhoto/facebook/sprite.png) -32px -71px no-repeat;
	height: 22px;
	margin-top: 0;
	width: 22px
}
div.facebook .pp_arrow_next.disabled {
	background-position: -32px -96px;
	cursor: default
}
div.facebook .pp_nav {
	margin-top: 0
}
div.facebook .pp_nav p {
	font-size: 15px;
	padding: 0 3px 0 4px
}
div.facebook .pp_nav .pp_play {
	background: url(assets/images/prettyPhoto/facebook/sprite.png) -1px -123px no-repeat;
	height: 22px;
	width: 22px
}
div.facebook .pp_nav .pp_pause {
	background: url(assets/images/prettyPhoto/facebook/sprite.png) -32px -123px no-repeat;
	height: 22px;
	width: 22px
}
div.facebook .pp_next:hover {
	background: url(assets/images/prettyPhoto/facebook/btnNext.png) center right no-repeat;
	cursor: pointer
}
div.facebook .pp_previous:hover {
	background: url(assets/images/prettyPhoto/facebook/btnPrevious.png) center left no-repeat;
	cursor: pointer
}
div.facebook .pp_bottom .pp_left {
	background: url(assets/images/prettyPhoto/facebook/sprite.png) -88px -80px no-repeat
}
div.facebook .pp_bottom .pp_middle {
	background: url(assets/images/prettyPhoto/facebook/contentPatternBottom.png) top left repeat-x
}
div.facebook .pp_bottom .pp_right {
	background: url(assets/images/prettyPhoto/facebook/sprite.png) -110px -80px no-repeat
}
div.pp_pic_holder a:focus {
	outline: none
}
div.pp_overlay {
	background: #000;
	display: none;
	left: 0;
	position: absolute;
	top: 0;
	width: 100%;
	z-index: 9500
}
div.pp_pic_holder {
	display: none;
	position: absolute;
	width: 100px;
	z-index: 10000
}
.pp_content {
	height: 40px;
	min-width: 40px
}
* html .pp_content {
	width: 40px
}
.pp_content_container {
	position: relative;
	text-align: left;
	width: 100%
}
.pp_content_container .pp_left {
	padding-left: 20px
}
.pp_content_container .pp_right {
	padding-right: 20px
}
.pp_content_container .pp_details {
	float: left;
	margin: 10px 0 2px
}
.pp_description {
	display: none;
	margin: 0
}
.pp_social {
	float: left;
	margin: 7px 0 0
}
.pp_social .facebook {
	float: left;
	position: relative;
	top: -1px;
	margin-left: 5px;
	width: 55px;
	overflow: hidden
}
.pp_social .twitter {
	float: left
}
.pp_nav {
	clear: right;
	float: left;
	margin: 3px 10px 0 0
}
.pp_nav p {
	float: left;
	margin: 2px 4px
}
.pp_nav .pp_play, .pp_nav .pp_pause {
	float: left;
	margin-right: 4px;
	text-indent: -10000px
}
a.pp_arrow_previous, a.pp_arrow_next {
	display: block;
	float: left;
	height: 15px;
	margin-top: 3px;
	overflow: hidden;
	text-indent: -10000px;
	width: 14px
}
.pp_hoverContainer {
	position: absolute;
	top: 0;
	width: 100%;
	z-index: 2000
}
.pp_gallery {
	display: none;
	left: 50%;
	margin-top: -50px;
	position: absolute;
	z-index: 10000
}
.pp_gallery div {
	float: left;
	overflow: hidden;
	position: relative
}
.pp_gallery ul {
	float: left;
	height: 35px;
	position: relative;
	white-space: nowrap;
	margin: 0 0 0 5px;
	padding: 0
}
.pp_gallery ul a {
	border: 1px rgba(0,0,0,0.5) solid;
	display: block;
	float: left;
	height: 33px;
	overflow: hidden
}
.pp_gallery ul a img {
	border: 0
}
.pp_gallery li {
	display: block;
	float: left;
	margin: 0 5px 0 0;
	padding: 0
}
.pp_gallery li.default a {
	background: url(assets/images/prettyPhoto/facebook/default_thumbnail.gif) 0 0 no-repeat;
	display: block;
	height: 33px;
	width: 50px
}
.pp_gallery .pp_arrow_previous, .pp_gallery .pp_arrow_next {
	margin-top: 7px!important
}
a.pp_next {
	background: url(assets/images/prettyPhoto/light_rounded/btnNext.png) 10000px 10000px no-repeat;
	display: block;
	float: right;
	height: 100%;
	text-indent: -10000px;
	width: 49%
}
a.pp_previous {
	background: url(assets/images/prettyPhoto/light_rounded/btnNext.png) 10000px 10000px no-repeat;
	display: block;
	float: left;
	height: 100%;
	text-indent: -10000px;
	width: 49%
}
a.pp_expand, a.pp_contract {
	cursor: pointer;
	display: none;
	height: 20px;
	position: absolute;
	right: 30px;
	text-indent: -10000px;
	top: 10px;
	width: 20px;
	z-index: 20000
}
a.pp_close {
	position: absolute;
	right: 0;
	top: 0;
	display: block;
	line-height: 22px;
	text-indent: -10000px
}
.pp_loaderIcon {
	display: block;
	height: 24px;
	left: 50%;
	position: absolute;
	top: 50%;
	width: 24px;
	margin: -12px 0 0 -12px
}
#pp_full_res {
	line-height: 1!important
}
#pp_full_res .pp_inline {
	text-align: left
}
#pp_full_res .pp_inline p {
	margin: 0 0 15px
}
div.ppt {
	color: #fff;
	display: none;
	font-size: 17px;
	z-index: 9999;
	margin: 0 0 5px 15px
}
div.pp_default .pp_content, div.light_rounded .pp_content {
	background-color: #fff
}
div.pp_default #pp_full_res .pp_inline, div.light_rounded .pp_content .ppt, div.light_rounded #pp_full_res .pp_inline, div.light_square .pp_content .ppt, div.light_square #pp_full_res .pp_inline, div.facebook .pp_content .ppt, div.facebook #pp_full_res .pp_inline {
	color: #000
}
div.pp_default .pp_gallery ul li a:hover, div.pp_default .pp_gallery ul li.selected a, .pp_gallery ul a:hover, .pp_gallery li.selected a {
	border-color: #fff
}
div.pp_default .pp_details, div.light_rounded .pp_details, div.dark_rounded .pp_details, div.dark_square .pp_details, div.light_square .pp_details, div.facebook .pp_details {
	position: relative
}
div.light_rounded .pp_top .pp_middle, div.light_rounded .pp_content_container .pp_left, div.light_rounded .pp_content_container .pp_right, div.light_rounded .pp_bottom .pp_middle, div.light_square .pp_left, div.light_square .pp_middle, div.light_square .pp_right, div.light_square .pp_content, div.facebook .pp_content {
	background: #fff
}
div.light_rounded .pp_description, div.light_square .pp_description {
	margin-right: 85px
}
div.light_rounded .pp_gallery a.pp_arrow_previous, div.light_rounded .pp_gallery a.pp_arrow_next, div.dark_rounded .pp_gallery a.pp_arrow_previous, div.dark_rounded .pp_gallery a.pp_arrow_next, div.dark_square .pp_gallery a.pp_arrow_previous, div.dark_square .pp_gallery a.pp_arrow_next, div.light_square .pp_gallery a.pp_arrow_previous, div.light_square .pp_gallery a.pp_arrow_next {
	margin-top: 12px!important
}
div.light_rounded .pp_arrow_previous.disabled, div.dark_rounded .pp_arrow_previous.disabled, div.dark_square .pp_arrow_previous.disabled, div.light_square .pp_arrow_previous.disabled {
	background-position: 0 -87px;
	cursor: default
}
div.light_rounded .pp_arrow_next.disabled, div.dark_rounded .pp_arrow_next.disabled, div.dark_square .pp_arrow_next.disabled, div.light_square .pp_arrow_next.disabled {
	background-position: -22px -87px;
	cursor: default
}
div.light_rounded .pp_loaderIcon, div.light_square .pp_loaderIcon {
	background: url(assets/images/prettyPhoto/light_rounded/loader.gif) center center no-repeat
}
div.dark_rounded .pp_top .pp_middle, div.dark_rounded .pp_content, div.dark_rounded .pp_bottom .pp_middle {
	background: url(assets/images/prettyPhoto/dark_rounded/contentPattern.png) top left repeat
}
div.dark_rounded .currentTextHolder, div.dark_square .currentTextHolder {
	color: #c4c4c4
}
div.dark_rounded #pp_full_res .pp_inline, div.dark_square #pp_full_res .pp_inline {
	color: #fff
}
.pp_top, .pp_bottom {
	height: 20px;
	position: relative
}
* html .pp_top, * html .pp_bottom {
	padding: 0 20px
}
.pp_top .pp_left, .pp_bottom .pp_left {
	height: 20px;
	left: 0;
	position: absolute;
	width: 20px
}
.pp_top .pp_middle, .pp_bottom .pp_middle {
	height: 20px;
	left: 20px;
	position: absolute;
	right: 20px
}
* html .pp_top .pp_middle, * html .pp_bottom .pp_middle {
	left: 0;
	position: static
}
.pp_top .pp_right, .pp_bottom .pp_right {
	height: 20px;
	left: auto;
	position: absolute;
	right: 0;
	top: 0;
	width: 20px
}
.pp_fade, .pp_gallery li.default a img {
	display: none
}
/* ---- jquery : jplayer ---- */
div.jp-audio {
	font-size: 1em;
	font-family: Arial, sans-serif;
	color: #fff;
	line-height: 1.6;
	width: 459px;
	margin: 4px 0 13px 0;
}
div.jp-interface {
	height: 30px;
	position: relative;
	width: 459px;
	background: rgb(58,59,60);
	background: url(assets/images/jplayer.png) 0 -210px;
	background: -webkit-gradient(linear, left bottom, left top, color-stop(0, rgb(34,34,34)), color-stop(1, rgb(58,59,60)));
	background: -moz-linear-gradient(center bottom, rgb(34,34,34) 0%, rgb(58,59,60) 100%);
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
}
div.jp-interface a {
	-webkit-transition-property: none;
	-moz-transition-property: none;
	-o-transition-property: none;
	transition-property: none;
}
div.jp-interface ul.jp-controls {
	list-style-type: none;
	padding: 0;
	margin: 0;
}
div.jp-interface ul.jp-controls li {
	display: inline;
}
div.jp-interface ul.jp-controls a {
	position: absolute;
	overflow: hidden;
	text-indent: -9999px;
}
a.jp-play, a.jp-pause {
	width: 33px;
	height: 30px;
	z-index: 1;
	outline: none;
}
a.jp-play, a.jp-pause {
	top: 0;
	left: 0;
	border-right: 1px solid rgb(36,37,38);
}
a.jp-play {
	background: url(assets/images/jplayer.png) 0 0 no-repeat;
}
a.jp-play:hover {
	background: url(assets/images/jplayer.png) -33px 0 no-repeat;
}
a.jp-pause {
	background: url(assets/images/jplayer.png) 0 -30px no-repeat;
	display: none;
}
a.jp-pause:hover {
	background: url(assets/images/jplayer.png) -33px -30px no-repeat;
}
div.jp-progress-container {
	position: absolute;
	top: 0;
	left: 34px;
	width: 324px;
	height: 6px;
	padding: 12px 10px;
	border-left: 1px solid rgb(50,51,52);
	border-right: 1px solid rgb(36,37,38);
}
div.jp-progress {
	position: absolute;
	overflow: hidden;
}
div.jp-progress {
	background: url(assets/images/jplayer.png) 0 -192px repeat-x;
	width: 322px;
	height: 7px;
	padding: 1px;
}
div.jp-seek-bar {
	width: 0px;
	height: 5px;
	cursor: pointer;
	background: url(assets/images/jplayer.png) 0 -163px repeat-x;
	-webkit-border-radius: 1px;
	-moz-border-radius: 1px;
	border-radius: 1px;
}
div.jp-play-bar {
	width: 0px;
	height: 5px;
	background: url(assets/images/jplayer.png) 0 -133px repeat-x;
	-webkit-border-radius: 1px;
	-moz-border-radius: 1px;
	border-radius: 1px;
}
div.jp-volume-bar-container {
	position: absolute;
	top: 0;
	left: 380px;
	width: 40px;
	height: 6px;
	padding: 12px 10px;
	border-left: 1px solid rgb(50,51,52);
}
div.jp-volume-bar {
	background: url(assets/images/jplayer.png) 0 -192px repeat-x;
	position: relative;
	overflow: hidden;
	width: 40px;
	height: 9px;
	cursor: pointer;
}
div.jp-volume-bar {
	top: 0;
	left: 20px;
}
div.jp-volume-bar-value {
	background: url(assets/images/jplayer.png) 0 -133px repeat-x;
	width: 0px;
	height: 5px;
	margin: 1px;
	-webkit-border-radius: 1px;
	-moz-border-radius: 1px;
	border-radius: 1px;
}
a.jp-mute, a.jp-unmute {
	width: 17px;
	height: 13px;
	z-index: 1;
	outline: none;
}
a.jp-mute, a.jp-unmute {
	top: 9px;
	left: 389px;
}
a.jp-mute {
	background: url(assets/images/jplayer.png) -10px -68px no-repeat;
}
a.jp-mute:hover {
	background: url(assets/images/jplayer.png) -43px -68px no-repeat;
}
a.jp-unmute {
	background: url(assets/images/jplayer.png) -10px -98px no-repeat;
	display: none;
}
a.jp-unmute:hover {
	background: url(assets/images/jplayer.png) -43px -98px no-repeat;
}
div.jp-jplayer {
	width: 0px;
	height: 0px;
}
div.jp-jplayer {
	background-color: #000000;
}
/**** Isotope Filtering ****/

.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;
}


/* =============================================================================
   Media Queries
   ========================================================================== */

@media only screen and (max-width:767px) {
body, html {
	max-width: 760px;
	width: auto;
	min-width: 320px;
	font-size: 14px;
}
.wrapper {
	max-width: 760px;
	width: auto;
	padding: 0 10px;
}
.nogallery {
	height: 80px;
}
header {
	max-width: 760px;
	width: auto;
	padding: 0 17px 1px 10px;
	background: #fff;
	position: relative;
	-moz-box-shadow: 0 2px 5px rgba(0,0,0,0.25);
	-webkit-box-shadow: 0 2px 5px rgba(0,0,0,0.25);
	box-shadow: 0 2px 5px rgba(0,0,0,0.25);
}
.wrapper > header {
	padding: 0 27px 1px 20px;
	margin: 0 -20px;
}
.wrapper nav > ul > li > ul li {
	padding: 0 0 0 10px;
}
header .logo {
	/*background:url(assets/images/logo-mobile.png) no-repeat;
		width:128px;*/
	height: 28px;
	margin: 0;
	font-size: 20px;
}
header .logo img {
	height: 28px;
}
.w3 {
	width: auto;
	max-width: 760px;
}
.cases .wrap {
	width: auto;
	max-width: 760px;
}
header nav {
	display: none;
}
nav > ul > li {
	position: static;
}
.add-nav {
	display: block;
	float: right;
	position: static;
	background: none;
}
.add-nav ul li a {
	box-shadow: none !important;
}
.gallery .slides li {
	background-position: 50% 50%;
}
nav ul .drop:hover > a {
	background: none;
	color: #8f8f8f;
}
.add-nav > ul > li > a {
	background: url(assets/images/bg-addnav.png) no-repeat 0 14px;
	padding: 11px 0 8px 26px;
}
.add-nav li:hover {
	background: url(assets/images/add-nav-hover.png) no-repeat 0 14px;
}
.add-nav > ul > li > a:hover {
	background: url(assets/images/add-nav-hover.png) no-repeat 0 14px;
	padding: 12px 0 10px 26px;
}
nav ul .drop {
	padding-bottom: 50px;
	margin: 0 0 -50px 0;
}
nav ul .drop>a {
	padding: 11px 0 8px 26px !important;
}
.add-nav a:hover {
	box-shadow: none;
}
.add-nav ul li ul {
	left: 0;
	width: 100%;
	top: 100%;
}
.slides .slide1 {
	padding: 139px 0 143px;
}
.slides .info {
	margin: 0 auto;
	max-width: 486px;
	width: 286px;
}
.slides .info .ttl {
	font-size: 18px;
	line-height: 24px;
	padding-bottom: 9px;
}
.gallery .slides li {
	height: auto;
	display: inline-block;
}
.gallery .slides li .slideinner {
	height: auto;
	padding: 118px 0 107px;/*background-image:none !important;*/
}
.slides .slide1 .info {
	position: static;
	width: 290px;
	margin: 0 auto;
	padding: 13px 0 0;
}
.slides .slide2 {
}
.slides .slide2 .slide-holder {
	position: static;
	width: 286px;
	overflow: hidden;
	margin: 0 auto;
}
.slides .slide2 .info span {
	font: 12px/18px Arial, Helvetica, sans-serif;
	padding-bottom: 14px;
}
.slides .slide-frame {
	top: 0px !important;
	width: 100%;
}
.slides .slide-holder.right {
	float: none;
}
.slides .sub-ttl {
	font-size: 12px;
	line-height: 14px;
	padding-bottom: 7px;
}
.slides .info {
	padding-top: 13px;
}
.slides .slide3 {
	padding: 118px 0 166px;
}
.slides .slide3 .slides .info .ttl {
	padding-bottom: 15px;
}
.slides .slide3 .slide-holder {
	position: static;
	width: 285px;
	overflow: hidden;
	margin: 0 auto;
}
.slides .slide4 {
	padding: 118px 0 116px;
	background: #b3c337;
}
.slides .slide4 .block {
	width: 270px;
	position: static;
	margin: 0 auto;
}
.slides .slide4 blockquote {
	margin: 0;
	text-align: center;
	width: auto;
	padding: 35px 0 0;
	background: url(assets/images/ico-01.png) no-repeat 50% 9px;
}
.slides .slide4 blockquote q {
	font-size: 15px;
	line-height: 21px;
}
.slides .slide4 blockquote cite {
	font-size: 15px;
}
.slides .slide4 blockquote cite span {
	font-size: 12px;
}
.slides .slide5 {
	padding: 139px 0 223px;
}
.slides .slide5 .slide-frame {
	position: static;
	width: 290px;
	margin: 0 auto;
}
.slides .slide5 .ttl2 {
	font-size: 18px;
	padding: 20px 0 5px;
	line-height: 20px;
}
.slides .slide5 .sub-ttl2 {
	font-size: 12px;
	line-height: 14px;
	padding: 0 0 19px;
}
.slides .slide6 {
	padding: 139px 0 103px;
}
.slides .slide6 .slide-frame {
	position: static;
	width: 252px;
	margin: 0 auto;
}
.slides .slide6 .slide-frame .ttl3 {
	font-size: 30px;
	line-height: 32px;
	padding-top: 24px;
}
.slides .slide6 .slide-frame .sub-ttl3 {
	font-size: 12px;
	line-height: 14px;
	padding: 0 0 24px;
}
.slides .slide6 .slide-frame .txt {
	font-size: 12px;
	line-height: 14px;
	padding: 0 0 21px;
}
.slides .info .more {
	font-size: 14px;
	padding-top: 10px;
}
.gallery .flex-control-nav {
	right: 17px;
	bottom: 56px;
}
.gallery .flex-control-nav li {
	padding-left: 4px;
}
.gallery .flex-control-nav li a {
	width: 7px;
	height: 6px;
}
.gallery .flex-control-nav .flex-active,  .gallery .flex-control-nav li a:hover {
	width: 3px !important;
	height: 3px !important;
	border-width: 2px;
}
.gallery .link {
	bottom: 27px;
}
.columns {
	margin: 0;
	padding-bottom: 15px;
}
.columns .col {
	width: 100%;
	margin: 0 !important;
	padding: 0 0 46px;
}
.cases {
	margin-bottom: 68px;
	padding-bottom: 54px;
}
.cases .sub-title {
	padding-bottom: 73px;
}
.cases .direction-nav {
	top: -38px;
	right: 122px;
}
.text-area {
	padding-bottom: 8px;
}
.text-area .wpb_content_element {
	margin-bottom: 12px;
}
.text-area h2 {
	margin: 20px 0px 10px 0px;
}
.text-area .ttl {
	padding: 0 0 36px;
}
.text-area .txt-holder .txt-col p {
	margin: 0 0 26px;
}
.bottom {
	padding-bottom: 32px;
}
.bottom .copy {
	text-align: center;
	width: 100%;
	margin: 8px 0 30px;
}
.social {
	width: 100%;
	text-align: center;
}
.social li {
	float: none;
	display: inline-block;
	text-align: center;
	vertical-align: top;
	padding: 0 3px 4px;
}
footer {
	padding-bottom: 35px;
}
footer .holder .col {
	width: 100%;
	text-align: center;
	padding: 0 0 48px;
}
footer .holder .col dl {
	font: 13px/17px 'helvetica_medium', sans-serif;
	text-align: left;
	width: 175px;
	margin: 0 auto;
	padding: 2px 0 0 14px;
}
footer .holder .col dl dt,  footer .holder .col dl dd {
	padding-bottom: 0px;
}
footer .holder .col.last {
	width: 100%;
	padding: 0;
	float:none;
	text-align:center;
}
footer .holder {
	padding-bottom: 28px;
}
/*blog page*/
.breadcrumbs {
	display: none;
	border-bottom: 5px solid #f0f0f0;
	border-top: 0;
	/*padding:20px 25px 15px;
		margin:0 -20px 34px;*/
	padding: 20px 25px 15px 15px;
	margin: 0 -10px 34px;
}
h1 {
	font-size: 24px;
	line-height: 30px;
	margin: 0 0 22px;
}
#content.fullwidth,  #content {
	width: 100%;
	padding: 0 0 33px;
}
#content img {
	width: 100%;
	margin-bottom:15px;
}
#content .post {
	padding: 9px 0 15px;
}
#content .post h2 {
	margin-bottom: 11px;
}
#content .post .data img {
	float: left;
	width: auto;
	margin: 0 11px 0 0;
}
#content .post p {
	margin-bottom: 16px;
}
#content .post .data {
	width: 100%;
}
#content .post .data ul {
	padding: 0;
	text-align: left;
	overflow: hidden;
}
.gallery4 .flex-control-nav {
	right: 10px;
	top: 20px;
}
#content .post blockquote {
	padding: 25px 55px 22px 20px;
	margin: 0 0 11px;
	width: auto;
}
#content .post blockquote q {
	font-size: 12px;
	line-height: 17px;
}
#content .post p {
	font-size: 11px;
	line-height: 18px;
}
#content .post .text {
	padding-top: 17px;
}
.pagination {
	padding: 15px 0 13px;
	overflow: visible;
}
.pagination ul {
	padding: 0 0 14px;
}
.pagination .prev,  .pagination .next {
	display: none;
}
.pagination .mobile-nav {
	display: block;
	background: #f0f0f0;
	padding: 17px 20px 16px;
	margin: 0 -20px;
	overflow: hidden;
}
.pagination .mobile-nav .prev,  .pagination .mobile-nav .next {
	display: block;
	color: #b4b4b4;
}
aside {
	width: 100%;
	padding: 0 2px;
}
/*post page*/
.pages-holder {
	border-bottom: 5px solid #f0f0f0;
	border-top: 0;
	margin: 0 -20px 34px;
	padding: 0 20px;
}
.pages-holder .pagination {
	width: 100%;
}
.single .pages-holder .pagination {
	padding: 0;
}
.pages-holder .pagination > .next,  .pages-holder .pagination > .prev {
	display: none;
}
.pages-holder .breadcrumbs {
	margin: 0;
	padding-left: 5px;
	padding-right: 5px;
}
.gallery {
	margin: 0;
}
.gallery-holder .gallery5 {
	padding-bottom: 10px;
}
.gallery-holder img {
	height: auto;
	max-width: 100%;
}
.gallery-holder .info-line {
	/*padding:0 29px 17px 46px;*/
	padding: 0 0 17px 0;
	margin-bottom: 29px;
	border-width: 0 0 4px;
}
.gallery-holder .info-line dl {
	width: 100%;
	padding: 0 0 18px;
}
.single .gallery-holder .info-line dl {
	width: 200px;
	margin: 0;
	padding: 0;
}
.gallery-holder .info-line dd {
	float: none;
	overflow: hidden;
	margin: 0;
}
#content h2 {
	font-size: 14px;
	margin-bottom: 25px;
}
#content p {
	font-size: 14px;
	line-height: 24px;
}
#content .reaction {
	padding: 24px 0 55px;
	margin-top: 26px;
}
#content .reaction .comments {
	padding: 0;
}
#content .reaction .comments > li .photo {
	height: 50px;
	width: 50px;
	margin: 0 21px 0 1px;
}
#content .reaction .comments > li ul {
	padding: 19px 0 0;
}
#content .reaction .comments > li ul ul {
	padding: 19px 0 0 1px;
}
#content .comment-form .area textarea {
	width: 274px;
}
#content .comment-form .txt {
	width: 274px;
	margin: 0 0 20px;
	clear: both;
	float: left;
}
#content .comment-holder h2 {
	margin-bottom: 18px;
}
#content .comment-form .btn {
	/*margin:-30px auto 16px;*/
	margin: -30px 0 16px 0;
	float: none;
	display: block;
}
/*contact page*/
.contact {
	padding: 0;
}
.contact h1 {
	font-size: 24px;
	line-height: 30px;
	margin: 0 0 16px;
}
.contact .block {
	border-bottom: 5px solid #f0f0f0;
	padding: 0 20px 17px;
	margin: 0 -20px;
}
.contact .block strong {
	display: block;
}
.contact-form {
	width: 300px;
	padding: 0;
	background: none;
}
.contact-form .holder {
	padding: 29px 0 0;
	background: none;
	margin: 0;
}
.contact-form .holder .mask-002 {
	display: none;
}
.contact-form {
	background: none;
	padding: 0;
	height: auto;
	margin: 0 auto;
}
.contact-form .area {
	padding: 0 19px 30px;
}
.contact-form .rowa {
	padding: 0 19px;
}
.contact-form h2 {
	font-size: 18px;
	line-height: 24px;
	margin-bottom: 17px;
}
.contact-form .area textarea {
	width: 234px;
}
.contact-form .txt {
	width: 234px;
	float: left;
	margin-bottom: 19px;
}
.contact-form .rowa.btn-row {
	padding-top: 11px;
}
.contact-form .text {
	display: block;
	float: none;
	text-align: center;
	clear: both;
	margin: 0 0 20px 0;
}
.contact-form .btn {
	margin: -8px 0 14px;
}
.form-holder {
	background: none;
	margin-bottom: 95px;
}
.contact-form .wpb_alert {
	margin: 0 auto 30px;
	width: auto;
}
.form-holder .mask1 {
	display: none;
}
.direction-form .map img {
	width: 100%;
	margin: 0 -10px;
}
.direction-form .rowa {
	width: 300px;
	margin: 0 auto;
}
.direction-form .rowa .txt {
	width: 193px;
	margin: 0 22px 0 20px;
}
.direction-form .map {
	width: auto;
}
/*portfolio page*/
.two-columns {
	padding: 0 4px 48px;
}
.two-columns h2 {
	font-size: 30px;
	line-height: 36px;
	margin: 11px 0 14px;
}
.two-columns .col .link {
	padding: 0;
}
.featured-holder {
	margin-bottom: 17px;
}
.featured {
	height: 390px;
}
.featured .frame {
	width: auto;
}
.featured-frame .featured {
	height: auto;
	margin: 0 0 -65px;
}
.featured-frame .featuredimg {
	position: inherit;
	height: auto;
}
.featured-frame .featuredimg img {
	height: auto;
	max-width: 150%;
}
.featured-frame {
	background-position: 50% 0;
}
/*.featured-frame .featuredimg img{ display:none; }*/
.featured .frame .box {
	width: auto;
	padding: 0 15px;
}
.featured .frame .box .subtitle {
	font-size: 14px;
	line-height: 17px;
}
.featured .frame .box h2 {
	font-size: 18px;
	line-height: 24px;
	margin: 0 0 8px;
}
.featured .frame .box p {
	margin: 0 0 52px;
}
.featured .frame .box .more a {
	font-size: 14px;
}
.team .headline h2 {
	font-size: 18px;
	line-height: 20px;
	margin: 0 4px 4px;
	float: none;
	width: 100%;
}
.team .headline h2 span {
	font-size: 12px;
	line-height: 31px;
	float: none;
	width: 100%;
}
.team .headline .select-area {
	margin: 5px 10px 0;
}
.team .headline {
	padding: 0 0 37px;
}
.team .headline .select-form {
	float: left;
}
/*port item page*/
.breadcrumbs .mobile-nav {
	display: block;
}
.theme-info .holder {
	width: 100%;
	padding: 0 4px;
}
.two-columns h2 {
	width: auto;
}
.two-columns .col {
	width: 100%;
}
.gallery2 {
	margin: 16px 0 28px;
	overflow: visible;
}
.gallery2 .flex-direction-nav {
	margin: 0 -50px;
	top: -52px;
	left: 50%;
}
.gallery2 .flex-control-nav {
	margin: 0 -71px;
	right: 50%;
	bottom: -39px;
}
.gallery2 .flex-control-paging {
	margin: 0;
	right: 0;
}
.gallery2 .flex-control-nav li a {
	background: #e7e7e7;
	-webkit-border-radius: 50px;
	-moz-border-radius: 50px;
	border-radius: 50px;
}
.gallery2 .flex-control-nav li .flex-active,  .gallery2 .flex-control-nav li a:hover {
	border: 3px solid #ff6319;
	height: 7px;
	width: 8px;
	background: #fff;
}
.cases.cases1 {
	border-bottom: 1px solid #cdcdcd;
}
.cases.cases1 h2 {
	font-size: 18px;
	line-height: 20px;
}
.cases.cases1 .mask-bottom {
	display: none;
}
/*team page*/
.person {
	background: none;
}
.person .holder .img {
	width: 100%;
}
.person .holder {
	padding: 13px 4px 0;
}
.person h1 {
	font-size: 30px;
	line-height: 36px;
	margin: 0 0 29px;
}
.person .holder {
	display: none;
}
.person .mobile-holder {
	display: block;
	position: relative;
	padding: 13px 4px 0;
	text-align: center;
}
.person .mobile-holder .img {
	background: #f0f0f0;
	padding: 0 20px;
	margin: 0 -20px;
	position: relative;
}
.person .mobile-holder .img .name {
	position: absolute;
	top: 38px;
	left: 62px;
}
.person .mobile-holder img {
	vertical-align: top;
	margin: 0 -14px;
}
.team {
	padding-top: 7px;
	padding-bottom: 10px;
	margin-bottom: 27px;
}
/*member team*/
.person .holder {
	display: none;
}
.person .mobile-holder.mobile-holder1 {
	padding: 0 24px;
	margin: -43px -20px 0;
	border-top: 1px solid #fff;
	background: #f0f0f0;
	position: relative;
}
.person .mobile-box {
	display: block;
	padding: 11px 6px 0;
}
.person .mobile-box h1 {
	font-size: 24px;
	line-height: 30px;
	margin: 0 0 5px;
}
.person .box .ttl.member {
	padding-bottom: 18px;
}
.person .box {
	width: 95%;
}
.person .box p {
	margin: 0;
	font-size: 14px;
}
.about {
	padding: 6px 9999px 51px;
}
.about h2 {
	font-size: 18px;
	line-height: 20px;
	margin: 0 0 15px;
}
.about .holder {
	width: 100%;
	padding: 0 7px;
}
.about .sidebar {
	width: 100%;
	margin: 3px -18px 0;
}
.about .sidebar .contact .social {
	text-align: left;
}
.featured .holder {
	width: auto;
}
.text-wrap .holder {
	width: 100%;
}
#main {
	padding-bottom: 20px;
}
.direction-form {
	padding-bottom: 17px;
}
.text-wrap {
	padding-bottom: 35px;
}
.person .mask1 {
	padding: 0 9976px;
	display: none;
}
.about .sidebar .contact {
	padding-bottom: 41px;
}
.about .sidebar h3 {
	margin: 0 -14px 24px;
}
.about .sidebar .tweet {
	margin: 0 45px 0 -16px;
}
.team .headline .select-form .select-area {
	float: none;
	margin: 0 auto;
}
.theme-info .holder p {
	font-size: 13px;
}
.theme-info .links {
	padding-top: 17px;
}
#content .reaction .comments > li .holder {
	border: 0;
}
#content .reaction .comments > li .commentcontainer {
	border-bottom: 1px solid #ebeef1;
}
#content .reaction .comments > li .holder p {
	font-size: 11px;
	line-height: 21px;
}
#content .post .info {
	width: 100%;
}
.hidden {
	display: none !important;
}
div.jp-audio {
	width: 280px;
}
div.jp-interface {
	width: 280px;
}
div.jp-progress-container {
	left: 34px;
	width: 145px;
}
div.jp-progress {
	width: 143px;
}
div.jp-volume-bar-container {
	left: 201px;
}
a.jp-mute, a.jp-unmute {
	left: 210px;
}
}
/* =============================================================================
   Non-Semantic Helper Classes
   ========================================================================== */

.ir {
	display: block;
	border: 0;
	text-indent: -999em;
	overflow: hidden;
	background-color: transparent;
	background-repeat: no-repeat;
	text-align: left;
	direction: ltr;
*line-height: 0;
}
.ir br {
	display: none;
}
.hidden {
	display: none !important;
	visibility: hidden;
}
.visuallyhidden {
	border: 0;
	clip: rect(0 0 0 0);
	height: 1px;
	margin: -1px;
	overflow: hidden;
	padding: 0;
	position: absolute;
	width: 1px;
}
.visuallyhidden.focusable:active, .visuallyhidden.focusable:focus {
	clip: auto;
	height: auto;
	margin: 0;
	overflow: visible;
	position: static;
	width: auto;
}
.invisible {
	visibility: hidden;
}
.clearfix:before, .clearfix:after {
	content: "";
	display: table;
}
.clearfix:after {
	clear: both;
}
.clearfix {
*zoom: 1;
}

.cases .direction-nav {
	margin: 0;
}
/* =============================================================================
   Print Styles
   ========================================================================== */
 
@media print {
* {
	background: transparent !important;
	color: black !important;
	box-shadow: none !important;
	text-shadow: none !important;
	filter: none !important;
	-ms-filter: none !important;
} /* Black prints faster: h5bp.com/s */
a, a:visited {
	text-decoration: underline;
}
a[href]:after {
	content: " (" attr(href) ")";
}
abbr[title]:after {
	content: " (" attr(title) ")";
}
.ir a:after, a[href^="javascript:"]:after, a[href^="#"]:after {
	content: "";
}  /* Don't show links for images, or javascript/internal links */
pre, blockquote {
	border: 1px solid #999;
	page-break-inside: avoid;
}
thead {
	display: table-header-group;
} /* h5bp.com/t */
tr, img {
	page-break-inside: avoid;
}
img {
	max-width: 100% !important;
}
 @page {
margin: 0.5cm;
}
p, h2, h3 {
	orphans: 3;
	widows: 3;
}
h2, h3 {
	page-break-after: avoid;
}
}
