/*! HTML5 Boilerplate v4.3.0 | MIT License | http://h5bp.com/ */

/*
 * What follows is the result of much research on cross-browser styling.
 * Credit left inline and big thanks to Nicolas Gallagher, Jonathan Neal,
 * Kroc Camen, and the H5BP dev community and team.
 */

/* ==========================================================================
   Base styles: opinionated defaults
   ========================================================================== */

html, button, input, select, textarea {
	color: #222;
}
html {
	font-size: 1em;
	line-height: 1.4;
}

/*
 * Remove text-shadow in selection highlight: h5bp.com/i
 * These selection rule sets have to be separate.
 * Customize the background color to match your design.
 */

::-moz-selection {
 background: #b3d4fc;
 text-shadow: none;
}

::selection {
 background: #b3d4fc;
 text-shadow: none;
}
/*
 * A better looking default horizontal rule
 */

hr {
	display: block;
	height: 1px;
	border: 0;
	border-top: 1px solid #ccc;
	margin: 1em 0;
	padding: 0;
}
/*
 * Remove the gap between images, videos, audio and canvas and the bottom of
 * their containers: h5bp.com/i/440
 */

audio, canvas, img, video {
	vertical-align: middle;
}
/*
 * Remove default fieldset styles.
 */

fieldset {
	border: 0;
	margin: 0;
	padding: 0;
}
/*
 * Allow only vertical resizing of textareas.
 */

textarea {
	resize: vertical;
}
/* ==========================================================================
   Browse Happy prompt
   ========================================================================== */

.browsehappy {
	margin: 0.2em 0;
	background: #ccc;
	color: #000;
	padding: 0.2em 0;
}


a {
	color: #CFAB79;
	text-decoration: none;
}

a:visited {
	color: #CFAB79;
}

a:focus {
	outline: thin dotted;
}

a:active,
a:hover {
	color: #CFAB79;
	outline: 0;
}

a:hover {
	text-decoration: underline;
}

.entry-content h1, .entry-content h2, .entry-content h3, .entry-content h4, .entry-content h5, .entry-content h6 {
	clear: both;
	border-bottom: 2px solid #CAA571;
	color: #545454;
	font-size: 13px;
	margin: 0 0 20px;
	padding: 0 0 10px;
	text-transform: uppercase;
}
.entry-content h1 {
	font-size: 30px;
}
.entry-content h2 {
	font-size: 22px;
}
.entry-content h3 {
	font-size: 20px;
}
.entry-content h4 {
	font-size: 18px;
}
.entry-content h5 {
	font-size: 16px;
}
.entry-content h6 {
	font-size: 13px;
}
address {
	font-style: italic;
	margin: 0 0 20px;
}
abbr[title] {
	border-bottom: 1px dotted;
}
b, strong {
	font-weight: bold;
}
dfn {
	font-style: italic;
}
mark {
	background: #ff0;
	color: #000;
}
p {
	margin: 0 0 20px;
}
code, kbd, pre, samp {
	font-family: monospace, serif;
	font-size: 14px;
	-webkit-hyphens: none;
	-moz-hyphens:    none;
	-ms-hyphens:     none;
	hyphens:         none;
}
pre {
	background: #f5f5f5;
	color: #666;
	font-family: monospace;
	font-size: 14px;
	margin: 20px 0;
	overflow: auto;
	padding: 20px;
	white-space: pre;
	white-space: pre-wrap;
	word-wrap: break-word;
}
blockquote, q {
	-webkit-hyphens: none;
	-moz-hyphens:    none;
	-ms-hyphens:     none;
	hyphens:         none;
	quotes: none;
}
blockquote:before, blockquote:after, q:before, q:after {
	content: "";
	content: none;
}
blockquote {
	font-size: 18px;
	font-style: italic;
	font-weight: 300;
	margin: 20px 40px;
}
blockquote blockquote {
	margin-right: 0;
}
blockquote cite, blockquote small {
	font-size: 14px;
	font-weight: normal;
	text-transform: uppercase;
}
blockquote em, blockquote i {
	font-style: normal;
	font-weight: 300;
}
blockquote strong, blockquote b {
	font-weight: 400;
}
small {
	font-size: smaller;
}
sub, sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}
sup {
	top: -0.5em;
}
sub {
	bottom: -0.25em;
}
dl {
	margin: 0 20px;
}
dt {
	font-weight: bold;
}
dd {
	margin: 0 0 20px;
}
li > ul, li > ol {
	margin: 0;
}
img {
	-ms-interpolation-mode: bicubic;
	border: 0;
	vertical-align: middle;
}
 svg:not(:root) {
 overflow: hidden;
}
figure {
	margin: 0;
}
form {
	margin: 0;
}
button, input, select, textarea {
	font-size: 100%;
	margin: 0;
	max-width: 100%;
	vertical-align: baseline;
}
button, input {
	line-height: normal;
}
button, html input[type="button"], input[type="reset"], input[type="submit"] {
	-webkit-appearance: button;
	cursor: pointer;
}
button[disabled], input[disabled] {
	cursor: default;
}
input[type="checkbox"], input[type="radio"] {
	padding: 0;
}
input[type="search"] {
	-webkit-appearance: textfield;
	padding-right: 2px; /* Don't cut off the webkit search cancel button */
	width: 270px;
}
 input[type="search"]::-webkit-search-decoration {
 -webkit-appearance: none;
}
 button::-moz-focus-inner, input::-moz-focus-inner {
 border: 0;
 padding: 0;
}
textarea {
	overflow: auto;
	vertical-align: top;
}
table {
	/*border-bottom: 1px solid #ededed;*/
	border-collapse: collapse;
	border-spacing: 0;
	font-size: 14px;
	line-height: 2;
	margin: 0 0 20px;
	width: 100%;
}
caption, th, td {
	font-weight: normal;
	text-align: left;
}
caption {
	font-size: 16px;
	margin: 20px 0;
}
th {
	font-weight: bold;
	text-transform: uppercase;
}
td {
	/*border-top: 1px solid #ededed;*/
	/*padding: 6px 10px 6px 0;*/
	padding: 6px 10px 10px 0;
}
del {
	color: #333;
}
ins {
	background: #fff9c0;
	text-decoration: none;
}
/* Form fields, general styles first. */
button, input, textarea {
	border: 2px solid #d4d0ba;
	font-family: inherit;
	padding: 5px;
}
input[type=text], input[type=email], input[type=tel], input[type=url], input[type=number], input[type=password], textarea {
    -moz-box-shadow:    1px 1px 0 #999999;
	-webkit-box-shadow: 1px 1px 0 #999999;
	box-shadow:         1px 1px 0 #999999;
	min-width:250px;
	background:#fff;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	font-family: 'Ubuntu', sans-serif;
	font-style:italic;
	color:#333;
	font-size:13px;
	border: solid 1px #ddd;
	padding:12px 10px;

}
input:focus, textarea:focus {
	outline: 0;
}
/* Buttons */
button, input[type="submit"], input[type="button"], input[type="reset"] {
	background: #e05d22; /* Old browsers */
	background: -webkit-linear-gradient(top, #e05d22 0%, #d94412 100%); /* Chrome 10+, Safari 5.1+ */
	background:   linear-gradient(to bottom, #e05d22 0%, #d94412 100%); /* W3C */
	border: none;
	border-bottom: 3px solid #b93207;
	border-radius: 2px;
	color: #fff;
	display: inline-block;
	padding: 11px 24px 10px;
	text-decoration: none;
}
button:hover, button:focus, input[type="submit"]:hover, input[type="button"]:hover, input[type="reset"]:hover, input[type="submit"]:focus, input[type="button"]:focus, input[type="reset"]:focus {
	background: #ed6a31; /* Old browsers */
	background: -webkit-linear-gradient(top, #ed6a31 0%, #e55627 100%); /* Chrome 10+, Safari 5.1+ */
	background:   linear-gradient(to bottom, #ed6a31 0%, #e55627 100%); /* W3C */
	outline: none;
}
button:active, input[type="submit"]:active, input[type="button"]:active, input[type="reset"]:active {
	background: #d94412; /* Old browsers */
	background: -webkit-linear-gradient(top, #d94412 0%, #e05d22 100%); /* Chrome 10+, Safari 5.1+ */
	background:   linear-gradient(to bottom, #d94412 0%, #e05d22 100%); /* W3C */
	border: none;
	border-top: 3px solid #b93207;
	padding: 10px 24px 11px;
}
.post-password-required input[type="submit"] {
	padding: 7px 24px 4px;
	vertical-align: bottom;
}
.post-password-required input[type="submit"]:active {
	padding: 5px 24px 6px;
}

/* Placeholder text color -- selectors need to be separate to work. */
::-webkit-input-placeholder {
 color: #7d7b6d;
}

:-moz-placeholder {
 color: #7d7b6d;
}

::-moz-placeholder {
 color: #7d7b6d;
}

:-ms-input-placeholder {
 color: #7d7b6d;
}
/*
 * Responsive images
 *
 * Fluid images for posts, comments, and widgets
 */
.entry-content img, .entry-summary img, .comment-content img, .widget img, .wp-caption {
	max-width: 100%;
}

/* Make sure images with WordPress-added height and width attributes are scaled correctly. */
.entry-content img, .entry-summary img, .comment-content img[height], img[class*="align"], img[class*="wp-image-"], img[class*="attachment-"] {
 height: auto;
}
img.size-full, img.size-large, img.wp-post-image {
	height: auto;
	max-width: 100%;
}
/* Make sure videos and embeds fit their containers. */
embed, iframe, object, video {
	max-width: 100%;
}
/* Override the Twitter embed fixed width. */
.entry-content .twitter-tweet-rendered {
	max-width: 100% !important;
}
/* Images */
.alignleft {
	float: left;
}
.alignright {
	float: right;
}
.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}
img.alignleft {
	margin: 5px 20px 5px 0;
}
.wp-caption.alignleft {
	margin: 5px 10px 5px 0;
}
img.alignright {
	margin: 5px 0 5px 20px;
}
.wp-caption.alignright {
	margin: 5px 0 5px 10px;
}
img.aligncenter {
	margin: 5px auto;
}
img.alignnone {
	margin: 5px 0;
}
.wp-caption .wp-caption-text, .entry-caption, .gallery-caption {
	color: #220e10;
	font-size: 18px;
	font-style: italic;
	font-weight: 300;
}
img.wp-smiley, .rsswidget img {
	border: 0;
	border-radius: 0;
	box-shadow: none;
	margin-bottom: 0;
	margin-top: 0;
	padding: 0;
}
.wp-caption.alignleft + ul, .wp-caption.alignleft + ol {
	list-style-position: inside;
}
/**
 * 5.3 Entry Content
 * ----------------------------------------------------------------------------
 */

.entry-content {
	-webkit-hyphens: auto;
	-moz-hyphens:    auto;
	-ms-hyphens:     auto;
	hyphens:         auto;
	word-wrap: break-word;
}
/**
 * 5.4 Galleries
 * ----------------------------------------------------------------------------
 */

.gallery {
	margin-bottom: 20px;
	margin-left: -4px;
}
.gallery-item {
	float: left;
	margin: 0 4px 4px 0;
	overflow: hidden;
	position: relative;
}
.gallery-columns-1.gallery-size-medium, .gallery-columns-1.gallery-size-thumbnail, .gallery-columns-2.gallery-size-thumbnail, .gallery-columns-3.gallery-size-thumbnail {
	display: table;
	margin: 0 auto 20px;
}
.gallery-columns-1 .gallery-item, .gallery-columns-2 .gallery-item, .gallery-columns-3 .gallery-item {
	text-align: center;
}
.gallery-columns-4 .gallery-item {
	max-width: 23%;
	max-width: -webkit-calc(25% - 4px);
	max-width:         calc(25% - 4px);
}
.gallery-columns-5 .gallery-item {
	max-width: 19%;
	max-width: -webkit-calc(20% - 4px);
	max-width:         calc(20% - 4px);
}
.gallery-columns-6 .gallery-item {
	max-width: 15%;
	max-width: -webkit-calc(16.7% - 4px);
	max-width:         calc(16.7% - 4px);
}
.gallery-columns-7 .gallery-item {
	max-width: 13%;
	max-width: -webkit-calc(14.28% - 4px);
	max-width:         calc(14.28% - 4px);
}
.gallery-columns-8 .gallery-item {
	max-width: 11%;
	max-width: -webkit-calc(12.5% - 4px);
	max-width:         calc(12.5% - 4px);
}
.gallery-columns-9 .gallery-item {
	max-width: 9%;
	max-width: -webkit-calc(11.1% - 4px);
	max-width:         calc(11.1% - 4px);
}
 .gallery-columns-1 .gallery-item:nth-of-type(1n), .gallery-columns-2 .gallery-item:nth-of-type(2n), .gallery-columns-3 .gallery-item:nth-of-type(3n), .gallery-columns-4 .gallery-item:nth-of-type(4n), .gallery-columns-5 .gallery-item:nth-of-type(5n), .gallery-columns-6 .gallery-item:nth-of-type(6n), .gallery-columns-7 .gallery-item:nth-of-type(7n), .gallery-columns-8 .gallery-item:nth-of-type(8n), .gallery-columns-9 .gallery-item:nth-of-type(9n) {
 margin-right: 0;
}
.gallery-caption {
	background-color: rgba(0, 0, 0, 0.7);
	box-sizing: border-box;
	color: #fff;
	font-size: 14px;
	line-height: 1.3;
	margin: 0;
	max-height: 50%;
	opacity: 0;
	padding: 2px 8px;
	position: absolute;
	bottom: 0;
	left: 0;
	text-align: left;
	-webkit-transition: opacity 400ms ease;
	transition:         opacity 400ms ease;
	width: 100%;
}
.gallery-caption:before {
	box-shadow: 0 -10px 15px #000 inset;
	content: "";
	height: 100%;
	min-height: 49px;
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
}
.gallery-item:hover .gallery-caption {
	opacity: 1;
}
.gallery-columns-7 .gallery-caption, .gallery-columns-8 .gallery-caption, .gallery-columns-9 .gallery-caption {
	display: none;
}
/**
 * 5.6 Attachments
 * ----------------------------------------------------------------------------
 */

.attachment .hentry {
	background-color: #e8e5ce;
	margin: 0;
	padding: 0;
}
.attachment .entry-header {
	margin-bottom: 0;
	max-width: 1040px;
	padding: 30px 0;
}
.attachment .entry-title {
	display: inline-block;
	float: left;
	font: 300 italic 30px "Source Sans Pro", Helvetica, sans-serif;
	margin: 0;
}
.attachment .entry-title:before {
	content: "\f416";
	font-size: 32px;
	margin-right: 10px;
}
.attachment .entry-meta {
	clear: none;
	color: inherit;
	float: right;
	max-width: 604px;
	padding: 9px 0 0;
	text-align: right;
}
 .hentry.attachment:not(.image-attachment) .entry-meta {
 max-width: 104px;
}
.attachment footer.entry-meta, .single-attachment .site-main .sidebar-container {
	display: none;
}
.attachment-meta:before {
	content: "\f307";
}
.full-size-link a:before {
	content: "\f402";
}
.full-size-link:before {
	content: none;
}
.attachment .entry-meta a, .attachment .entry-meta .edit-link:before, .attachment .full-size-link:before {
	color: #ca3c08;
}
.attachment .entry-content {
	background-color: #fff;
	max-width: 100%;
	padding: 40px 0;
}
.image-navigation {
	margin: 0 auto;
	max-width: 1040px;
	position: relative;
}
.image-navigation a:hover {
	text-decoration: none;
}
.image-navigation .nav-previous, .image-navigation .nav-next {
	position: absolute;
	top: 50px;
}
.image-navigation .nav-previous {
	left: 0;
}
.image-navigation .nav-next {
	right: 0;
}
.image-navigation .meta-nav {
	font-size: 32px;
	font-weight: 300;
	vertical-align: -4px;
}
.attachment .entry-attachment, .attachment p.attachment {
	margin: 0 auto;
	max-width: 724px;
	text-align: center;
}
.attachment .entry-attachment .attachment {
	display: inline-block;
}
.attachment .entry-caption {
	text-align: left;
}
.attachment .entry-description {
	margin: 20px auto 0;
	max-width: 604px;
}
.attachment .entry-caption p:last-child, .attachment .entry-description p:last-child {
	margin: 0;
}


/* ==========================================================================
  Gravity forms
   ========================================================================== */

.gform_wrapper ul, .contact-box ul {
	margin:0;
	padding:0;
	list-style:none;
}
.gform_wrapper li, .about .contact-box li {
	margin:0;
	padding:0;
}
.gform_wrapper form {
	margin-bottom: 0;
}
.gform_wrapper .gfield_description, .gform_wrapper .validation_message {
	display:none;
}
.gfield_error input[type=text], .gfield_error input[type=email], .gfield_error input[type=tel], .gfield_error input[type=url], .gfield_error input[type=number], .gfield_error input[type=password], .gfield_error select {
	border:1px solid #ff0000 !important;
}
.gform_wrapper .validation_error {
	font-size:12px;
	padding:2px 0;
	line-height:18px;
}
/* ==========================================================================
   Author's custom styles
   ========================================================================== */
body {
	margin: 0;
	padding:0;
	font-family: 'Ubuntu', sans-serif;
	font-weight:normal;
	font-size:13px;
	/*background:url(../img/bg.jpg) repeat;*/
}
.l, .left {
	float:left;
}
.right, .r {
	float: right;
}
.c, .clear {
	clear:both;
}
.wrapper {
	width:1000px;
	margin:auto;
}
header {
	background:url(../img/top-header.png) repeat-x;
}
.logo {
	padding:16px 0 0 0;
}
.contact-info {
	background-color:#FFFFFF;
	margin:20px 0 20px 0;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}
.contact-info p {
	font-weight:bold;
	font-size:11px;
	color:#79003B;
	text-transform:uppercase;
	border-bottom: solid 1px #F8F8F8;
	padding:8px 15px;
	margin:0px;
}
.contact-info h2 {
	font-family: 'Ubuntu', sans-serif;
	font-size:24px;
	background: url(../img/icon1.png) left top no-repeat;
	display:block;
	padding:0 0 0 45px;
	margin:10px 15px;
}
.contact-info h2 span {
	display:block;
	font-size:13px;
	color:#AAAAAA;
	line-height:5px;
}
nav {
	background-color:#7A003B;
}
.slide-form {
	position:absolute;
	z-index:4;
	width:310px;
	right:20px;
	top:20px;
}
.banner {
	position:relative;
	width:100%;
	height:390px;
}
.slide-form h2 {
	background:url(../img/formtop-bg.png) repeat;
	color:#fff;
	font-family: 'Ubuntu', sans-serif;
	font-size:16px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	padding:10px 20px;
	margin-bottom:5px;
}
.slide-form .form {
	background:url(../img/form-bg.png) repeat;
	padding:20px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
}
.slide-form .form p, .slide-form .form li, .about .contact-box li {
	margin:0px;
	padding:0px 0 8px 0;
}
.in, .slide-form .form input[type=text], .slide-form .form input[type=email], .slide-form .form input[type=tel], .slide-form .form input[type=url], .slide-form .form input[type=number], .slide-form .form input[type=password], .slide-form .form select, .slide-form .form textarea, .contact-box input[type=text], .contact-box input[type=email], .contact-box input[type=tel], .contact-box input[type=url], .contact-box input[type=number], .contact-box input[type=password], .contact-box select, .contact-box textarea {
	-moz-box-shadow:    1px 1px 0 #999999;
	-webkit-box-shadow: 1px 1px 0 #999999;
	box-shadow:         1px 1px 0 #999999;
	width:250px;
	background:#fff;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	font-family: 'Ubuntu', sans-serif;
	font-style:italic;
	color:#333;
	font-size:13px;
	border: solid 1px #ddd;
	padding:12px 10px;
}
.contact-box input[type=text], .contact-box input[type=email], .contact-box input[type=tel], .contact-box input[type=url], .contact-box input[type=number], .contact-box input[type=password], .contact-box select, .contact-box textarea { width:245px;}
.btnsend, .gform_button {
	background:url(../img/ul-bg.png) repeat !important;
	border:0px !important;
	-webkit-border-radius: 2px !important;
	-moz-border-radius: 2px !important;
	border-radius: 2px !important;
	padding:9px 10px !important;
	font-weight:bold;
	font-size:13px;
	font-family: 'Ubuntu', sans-serif;
	color:#fff;
	float:right;
}
.slide-form .form textarea, .contact-box textarea {
	height:45px;
}
.btnsend:hover, .gform_button:hover {
	background:none;
	background-color:#AA8656 !important;
}
#content .wrapper {
	background-color:#fff;
}
.content-left {
	width:610px;
	padding:0 0 0 30px;
}
.content-left h1 {
	color:#79003B;
	font-size:18px;
	font-family: 'Ubuntu', sans-serif;
	text-transform:uppercase;
	margin:0px 0 20px 0;
	padding:0px 0 15px 0;
	border-bottom: solid 1px #F2F2F2;
}
.content-left h1 span {
	color:#5E5E5E;
	font-size:14px;
	display:block;
	line-height:12px;
}
.content-left p {
	color:#707070;
	line-height:24px;
	margin:0px 0 20px 0;
}
.temm-box {
	width:290px;
	padding:0 0 15px 0;
}
.temm-box img, .map img, .team-row h3 img {
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}
.temm-box h2 {
	margin:0px 0 20px 0;
	color:#545454;
	font-size:13px;
	text-transform: uppercase;
	padding:0px 0 10px 0;
	border-bottom: solid 2px #CAA571;
}
.temm-box b {
	display:block;
	margin-bottom:10px;
}
.temm-box p {
	color:#707070;
	line-height:20px;
	margin:0px 0 10px 0;
	font-size:12px;
}
.temm-box h3 {
	font-family: 'Ubuntu', sans-serif;
	margin:0px 0 10px 0;
	color:#5D5D5D;
	font-size:13px;
	font-weight:normal;
}
.temm-box h3 span {
	display:block;
	color:#79003B;
	font-size:14px;
	font-weight:bold;
	text-transform:uppercase
}
.more-btn {
	font-family: 'Ubuntu', sans-serif;
	font-weight:bold;
	padding:4px 10px;
	text-transform:uppercase;
	border:0px;
	background-color:#F3EDDF;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
	color:#978369;
	font-size:9px;
	text-decoration:none;
}
.more-btn:hover {
	background-color:#000000;
	color:#fff;
}
.temm-box h3 strong {
	display:block;
}
.temm-box h3 small {
	font-size:13px;
	color:#BF2F73;
	font-weight:bold;
}
.content-right {
	width:310px;
	padding:0 20px 0 0;
}
.content-right h1 {
	color:#98856A;
	margin:0px;
	padding:10px 20px;
	font-size:16px;
	font-family: 'Ubuntu', sans-serif;
	text-transform:uppercase;
	background-color:#F3EDDE;
}
.ishaks {
	padding:20px;
}
.ishaks p {
	color:#707070;
	line-height:24px;
	margin:0px 0 20px 0;
}
.ishaks ul {
	font-family: 'Ubuntu', sans-serif;
	padding:0px 0 15px 0;
	margin:0px;
	font-size:14px;
	font-style:italic;
}
.ishaks ul li {
	padding:0px 0 0 25px;
	margin:0px 0 14px 0;
	display:block;
	background:url(../img/icon2.png) left 4px no-repeat;
	color:#404040;
}
.map {
	position: relative;
}
.text span {
	float:left;
	padding:3px 0 0px 5px;
	font-size:11px;
	font-weight:bold;
}
.text a {
	float:right;
	width:96px;
	text-align:center;
	color:#fff;
	font-size:10px;
	font-weight:bold;
	text-transform:uppercase;
	text-decoration:none;
	padding:8px 0;
}
.text {
	background:url(../img/bg-text.png) no-repeat right top;
	position:absolute;
	bottom:20px;
	width:288px;
	left:0px;
}
.text a:hover {
	background-color:#000;
}
footer {
	background-color:#717171;
	color:#fff;
	padding:15px 0;
}
.footer-logo a {
	margin:0 0 0 40px;
}
.footer-link {
	width:565px;
	color:#D3D3D3;
	padding:25px 0 0 0;
}
.footer-link ul {
	padding:0px;
	margin:0px 0 6px 0;
	font-size:13px;
	font-weight:normal;
}
.footer-link ul li {
	padding:0px 5px 0 0;
	margin:0px;
	display:inline;
}
.footer-link ul li a {
	padding:0px 0px 0 0;
	margin:0px 5px 0 0;
	display:inline;
	color:#D3D3D3;
	text-decoration:none;
}
.footer-link ul li a:hover, .footer-link ul li.current-menu-item a {
	color:#fff;
}
.footer-link ul li:after {
	content: "-";
}
.footer-link ul li:last-child:after {
	content: ""!important;
}
.footer-link p {
	font-size:11px;
	margin:0px;
	padding:0px;
}
.select {
	background-color:#D0AC7A;
}
.inner {
	padding:30px 0 0 0;
}
.inner h1 {
	font-size:30px;
	border:0px;
	margin:0px;
	text-transform: none;
}
.pager {
	color:#CFAB79;
	font-size:14px;
	border-bottom: solid 1px #F1F1F1;
	padding:0 0 10px 0;
	margin:0 0 20px 0;
	font-weight:bold;
	font-size:11px;
	text-transform:uppercase;
}
.pager a {
	color:#707070;
	font-size:11px;
	text-decoration:none;
}
.entry-content ul {
	font-family: 'Ubuntu', sans-serif;
	padding:0px 0 15px 0;
	margin:0px;
	font-size:14px;
	font-style:italic;
}
.entry-content li {
	padding:0px 0 0 25px;
	margin:0px 0 14px 0;
	display:block;
	background:url(../img/icon2.png) left 4px no-repeat;
	color:#404040;
}
.about .content-left h2 {
	margin:0px 0 20px 0;
	color:#545454;
	font-size:13px;
	text-transform: uppercase;
	padding:0px 0 10px 0;
	border-bottom: solid 2px #CAA571;
}
.about .content-left h2 a{color:#545454; text-decoration:none;}
.inner-right {
	width: 310px;
	padding:0 20px 0 0;
}
.contact-inner h2 {
	font-family: 'Ubuntu', sans-serif;
	font-size:18px;
	background-color:#8B0345;
	color:#fff;
	padding:10px 20px;
	margin:0px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
}
.contact-inner h2 span {
	background-color:#8B0345;
	color:#DFBECE;
	display:block;
	font-size:12px;
	font-weight:normal;
}
.contact-box {
	-moz-box-shadow:    1px 1px 2px #CCCCCC;
	-webkit-box-shadow: 1px 1px 2px #CCCCCC;
	box-shadow:         1px 1px 2px #CCCCCC;
	margin:0 0 35px 0;
	padding:20px;
	background-color:#F5F5F5;
	border: solid 1px #F1F1F1;
	border-top:0px;
	-webkit-border-radius:0 0 4px 4px;
	-moz-border-radius: 0 0 4px 4px;
	border-radius:0 0 4px 4px;
}
.contact-box p {
	margin:0px 0 12px 0;
}
.facebook-img {
	margin-bottom:35px;
}
.osr {
	border-left: solid 1px #F3EDDE;
	margin-right:-20px;
}
.osr h2 {
	color:#98856A;
	margin:0px;
	padding:10px 20px;
	font-size:16px;
	font-family: 'Ubuntu', sans-serif;
	text-transform:uppercase;
	background-color:#F3EDDE;
}
.team-row {
	width:610px;
	padding-bottom:30px;
}
.team-row h3 {
}
.team-cont {
	width:415px;
}
.team-cont h3 {
	color:#79003B;
	font-size:14px;
	font-family: 'Ubuntu', sans-serif;
	text-transform:uppercase;
	padding-bottom:0px;
	margin:0;
}
.team-cont p {
	color:#707070;
	font-size:12px;
	line-height:18px;
	margin-bottom:8px;
}
.team-cont p img {
	margin-right:10px;
}
.team-cont p span {
	font-size:14px;
	color:#707070;
	font-weight:bold;
}
.team-cont p span a {
	font-size:14px;
	color:#707070;
	font-weight:bold;
	text-decoration:none;
}
.team-cont p span a:hover {
	color:#79003B;
}
.testimonials {
	border-bottom:1px solid #F2F2F2;
	padding-bottom:10px;
	margin-bottom:20px;
	width:610px;
}
.testimonials h4 {
	margin:0px;
}
.testimonials-txt {
	width:545px;
}
.testimonials-txt p {
	color:#707070;
	font-size:13px;
	line-height:24px;
	margin-bottom:12px;
}
.testimonials-txt h3 {
	color:#79003B;
	font-size:14px;
	font-family: 'Ubuntu', sans-serif;
	text-transform:uppercase;
	padding-bottom:0px;
	margin:0;
}
.row-bottom {
	border-bottom:none;
}
.osr .ishaks p {
	font-size:12px;
	font-weight:bold;
	color:#9B9B9B;
	line-height:18px;
}
.osr .ishaks p a {
	display:block;
	text-align:center;
}
.widget-2 {
	float:right;
}
.footer-link p a {
	color:#d3d3d3;
	text-decoration:none;
}
/* ==========================================================================
   Helper classes
   ========================================================================== */

/*
 * Image replacement
 */

.ir {
	background-color: transparent;
	border: 0;
	overflow: hidden;
    /* IE 6/7 fallback */
    *text-indent: -9999px;
}
.ir:before {
	content: "";
	display: block;
	width: 0;
	height: 150%;
}
/*
 * Hide from both screenreaders and browsers: h5bp.com/u
 */

.hidden {
	display: none !important;
	visibility: hidden;
}
/*
 * Hide only visually, but have it available for screenreaders: h5bp.com/v
 */

.visuallyhidden {
	border: 0;
	clip: rect(0 0 0 0);
	height: 1px;
	margin: -1px;
	overflow: hidden;
	padding: 0;
	position: absolute;
	width: 1px;
}
/*
 * Extends the .visuallyhidden class to allow the element to be focusable
 * when navigated to via the keyboard: h5bp.com/p
 */

.visuallyhidden.focusable:active, .visuallyhidden.focusable:focus {
	clip: auto;
	height: auto;
	margin: 0;
	overflow: visible;
	position: static;
	width: auto;
}
/*
 * Hide visually and from screenreaders, but maintain layout
 */

.invisible {
	visibility: hidden;
}
/*
 * Clearfix: contain floats
 *
 * For modern browsers
 * 1. The space content is one way to avoid an Opera bug when the
 *    `contenteditable` attribute is included anywhere else in the document.
 *    Otherwise it causes space to appear at the top and bottom of elements
 *    that receive the `clearfix` class.
 * 2. The use of `table` rather than `block` is only necessary if using
 *    `:before` to contain the top-margins of child elements.
 */

.clearfix:before, .clearfix:after {
	content: " "; /* 1 */
	display: table; /* 2 */
}
.clearfix:after {
	clear: both;
}
/*
 * For IE 6/7 only
 * Include this rule to trigger hasLayout and contain floats.
 */

.clearfix {
 *zoom: 1;
}
.gform_wrapper li, .about .contact-box li{ background:none;}

/* ==========================================================================
   EXAMPLE Media Queries for Responsive Design.
   These examples override the primary ('mobile first') styles.
   Modify as content requires.
   ========================================================================== */

@media only screen and (min-width: 35em) {
/* Style adjustments for viewports that meet the condition */
}
 @media print, (-o-min-device-pixel-ratio: 5/4), (-webkit-min-device-pixel-ratio: 1.25), (min-resolution: 120dpi) {
/* Style adjustments for high resolution devices */
}

/* ==========================================================================
   Print styles.
   Inlined to avoid required HTTP connection: h5bp.com/r
   ========================================================================== */

@media print {
* {
	background: transparent !important;
	color: #000 !important; /* Black prints faster: h5bp.com/s */
	box-shadow: none !important;
	text-shadow: none !important;
}
a, a:visited {
	text-decoration: underline;
}
a[href]:after {
	content: " (" attr(href) ")";
}
abbr[title]:after {
	content: " (" attr(title) ")";
}

    /*
     * Don't show links for images, or javascript/internal links
     */

    .ir a:after, a[href^="javascript:"]:after, a[href^="#"]:after {
 content: "";
}
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;
}
}
.entry-content .gform_wrapper li{ padding:0;}
.entry-content .btnsend,.entry-content .gform_button{ float:left;}
.home .content-part{ padding-top:40px;}
a.more-link {
	background-image: url(../img/small-button.png);
	background-position: right -2px;
	color: #FFFFFF;
	cursor: pointer;
	display: inline-block;
	font-size: 12px;
	line-height: 1;
	padding: 10px 48px 10px 12px;
	text-decoration: none;
	background-color:#660033;
	float:right;
	margin:10px 0 0 0;
}
.blogpost{ margin:0 0 30px 0;}
.recentnews {
	border-left: solid 1px #EAEAEA;
	border-right: solid 1px #EAEAEA;
	margin-bottom:35px;
}
.recentnews h2 {
	color:#98856A;
	margin:0px;
	padding:10px 20px;
	font-size:16px;
	font-family: 'Ubuntu', sans-serif;
	text-transform:uppercase;
	background-color:#F3EDDE;
}
.news ul{ margin:0; padding:0;}
.news li{ list-style:none; padding:20px; display:block; background:url(../img/news-li.png) repeat-x bottom;}
.news li span.date{ color:#707070; text-transform:uppercase; font-size:11px; margin-bottom:10px;}
.news li h4,.news li h4 a{ color:#8c0345; font-weight:700; margin:0; text-decoration:none;}
.entry-header .date{ text-transform:uppercase; font-size:11px;color:#8c0345; display:block; margin-bottom:3px;}
.single .inner h1.entry-title{ font-size:21px; border-bottom:2px solid #CAA571; padding:0 0 10px 0; margin:0 0 20px 0;}
.single .entry-header .date{color:#707070; }
small {display: none; }

.flexCaptionInner h2 {
	//display: none;
}
#outerwrapper{ width:100%;position:relative; min-width:1000px;}