/*
Theme Name: Advocates Cyprus
Theme URI: http://www.webtheoria.com/
Author: Web Theoria Design
Author URI: http://www.webtheoria.com/
Description: This is a custom theme created by Web Theoria Design for exclusive use on www.advocatescyprus.com
Version: 1.9
*/
/* =Notes
--------------------------------------------------------------
This stylesheet uses rem values with a pixel fallback. The rem
values (and line heights) are calculated using two variables:
$rembase:     14;
$line-height: 24;
---------- Examples
* Use a pixel value with a rem fallback for font-size, padding, margins, etc.
	padding: 5px 0;
	padding: 0.357142857rem 0; (5 / $rembase)
* Set a font-size and then set a line-height based on the font-size
	font-size: 16px
	font-size: 1.142857143rem; (16 / $rembase)
	line-height: 1.5; ($line-height / 16)
---------- Vertical spacing
Vertical spacing between most elements should use 24px or 48px
to maintain vertical rhythm:
.my-new-div {
	margin: 24px 0;
	margin: 1.714285714rem 0; ( 24 / $rembase )
}
---------- Further reading
http://snook.ca/archives/html_and_css/font-size-with-rem
http://blog.typekit.com/2011/11/09/type-study-sizing-the-legible-letter/
/* =Reset
-------------------------------------------------------------- */
@import url(https://fonts.googleapis.com/css?family=Roboto:400,500,700,900,100,300);
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	vertical-align: baseline;
}
body {
	line-height: 1;
}
ol,
ul {
	list-style: none;
}
blockquote,
q {
	quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
caption,
th,
td {
	font-weight: normal;
	text-align: left;
}
h1,
h2,
h3,
h4,
h5,
h6 {
	clear: both;
}
html {
	overflow-y: scroll;
	font-size: 100%;
	-webkit-text-size-adjust: 100%;
	-ms-text-size-adjust: 100%;
}
a:focus {
	outline: none;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
nav,
section {
	display: block;
}
audio,
canvas,
video {
	display: inline-block;
}
audio:not([controls]) {
	display: none;
}
del {
	color: #333;
}
ins {
	background: #fff9c0;
	text-decoration: none;
}
hr {
	background-color: #ccc;
	border: 0;
	height: 1px;
	margin: 24px;
	margin-bottom: 1.714285714rem;
}
sub,
sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}
sup {
	top: -0.5em;
}
sub {
	bottom: -0.25em;
}
small {
	font-size: smaller;
}
img {
	border: 0;
	-ms-interpolation-mode: bicubic;
	max-width:100%;
}
/* Clearing floats */
.clear:after,
.wrapper:after,
.format-status .entry-header:after {
	clear: both;
}
.clear:before,
.clear:after,
.wrapper:before,
.wrapper:after,
.format-status .entry-header:before,
.format-status .entry-header:after {
	display: table;
	content: "";
}
/* =Repeatable patterns
-------------------------------------------------------------- */
/* Small headers */
.archive-title,
.page-title,
.entry-content th,
.comment-content th {
	font-size: 11px;
	font-size: 0.785714286rem;
	line-height: 2.181818182;
	font-weight: bold;
	text-transform: uppercase;
	color: #636363;
}
/* Shared Post Format styling */
article.format-quote footer.entry-meta,
article.format-link footer.entry-meta,
article.format-status footer.entry-meta {
	font-size: 11px;
	font-size: 0.785714286rem;
	line-height: 2.181818182;
}
/* Form fields, general styles first */
button,
input,
select,
textarea {
	border: 1px solid #ccc;
	border-radius: 3px;
	font-family: inherit;
	padding: 6px;
	padding: 0.428571429rem;
}
button,
input {
	line-height: normal;
}
textarea {
	font-size: 100%;
	overflow: auto;
	vertical-align: top;
}
/* Reset non-text input types */
input[type="checkbox"],
input[type="radio"],
input[type="file"],
input[type="hidden"],
input[type="image"],
input[type="color"] {
	border: 0;
	border-radius: 0;
	padding: 0;
}
/* Buttons */
.menu-toggle,
input[type="submit"],
input[type="button"],
input[type="reset"],
article.post-password-required input[type=submit],
.bypostauthor cite span {
	padding: 6px 10px;
	padding: 0.428571429rem 0.714285714rem;
	font-size: 11px;
	font-size: 0.785714286rem;
	line-height: 1.428571429;
	font-weight: normal;
	color: #7c7c7c;
	background-color: #e6e6e6;
	background-repeat: repeat-x;
	background-image: -webkit-gradient(linear, left top, left bottom, from(#f4f4f4), to(#e6e6e6));
	background-image: linear-gradient(top, #f4f4f4, #e6e6e6);
	border: 1px solid #d2d2d2;
	border-radius: 3px;
	-webkit-box-shadow: 0 1px 2px rgba(64, 64, 64, 0.1);
	box-shadow: 0 1px 2px rgba(64, 64, 64, 0.1);
}
.menu-toggle,
button,
input[type="submit"],
input[type="button"],
input[type="reset"] {
	cursor: pointer;
}
button[disabled],
input[disabled] {
	cursor: default;
}
.menu-toggle:hover,
.menu-toggle:focus,
button:hover,
input[type="submit"]:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
article.post-password-required input[type=submit]:hover {
	color: #5e5e5e;
	background-color: #ebebeb;
	background-repeat: repeat-x;
	background-image: -webkit-gradient(linear, left top, left bottom, from(top), color-stop(#f9f9f9), to(#ebebeb));
	background-image: linear-gradient(top, #f9f9f9, #ebebeb);
}
.menu-toggle:active,
.menu-toggle.toggled-on,
button:active,
input[type="submit"]:active,
input[type="button"]:active,
input[type="reset"]:active {
	color: #757575;
	background-color: #e1e1e1;
	background-repeat: repeat-x;
	background-image: -webkit-gradient(linear, left top, left bottom, from(#ebebeb), to(#e1e1e1));
	background-image: linear-gradient(top, #ebebeb, #e1e1e1);
	-webkit-box-shadow: inset 0 0 8px 2px #c6c6c6, 0 1px 0 0 #f4f4f4;
	box-shadow: inset 0 0 8px 2px #c6c6c6, 0 1px 0 0 #f4f4f4;
	border-color: transparent;
}
.bypostauthor cite span {
	color: #fff;
	background-color: #21759b;
	background-image: none;
	border: 1px solid #1f6f93;
	border-radius: 2px;
	-webkit-box-shadow: none;
	box-shadow: none;
	padding: 0;
}
/* Responsive images */
.entry-content img,
.comment-content img,
.widget img {
	max-width: 100%; /* Fluid images for posts, comments, and widgets */
}
img[class*="align"],
img[class*="wp-image-"],
img[class*="attachment-"] {
	height: auto; /* Make sure images with WordPress-added height and width attributes are scaled correctly */
}
img.size-full,
img.size-large,
img.header-image,
img.wp-post-image {
	max-width: 100%;
	height: auto; /* Make sure images with WordPress-added height and width attributes are scaled correctly */
}
/* Make sure videos and embeds fit their containers */
embed,
iframe,
object,
video {
	max-width: 100%;
}
.entry-content .twitter-tweet-rendered {
	max-width: 100% !important; /* Override the Twitter embed fixed width */
}
/* Images */
.alignleft {
	float: left;
}
.alignright {
	float: right;
}
.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}
.entry-content img,
.comment-content img,
.widget img,
img.header-image,
.author-avatar img,
img.wp-post-image {
	/* Add fancy borders to all WordPress-added images but not things like badges and icons and the like */
	border-radius: 0px;
	-webkit-box-shadow: 0 0px 0px rgba(0, 0, 0, 0.2);
	box-shadow: 0 0px 0px rgba(0, 0, 0, 0.2);
}
.wp-caption {
	max-width: 100%; /* Keep wide captions from overflowing their container. */
	padding: 4px;
}
.wp-caption .wp-caption-text,
.gallery-caption,
.entry-caption {
	font-style: italic;
	font-size: 12px;
	font-size: 0.857142857rem;
	line-height: 2;
	color: #757575;
}
img.wp-smiley,
.rsswidget img {
	border: 0;
	border-radius: 0;
	-webkit-box-shadow: none;
	box-shadow: none;
	margin-bottom: 0;
	margin-top: 0;
	padding: 0;
}
.entry-content dl.gallery-item {
	margin: 0;
}
.gallery-item a,
.gallery-caption {
	width: 90%;
}
.gallery-item a {
	display: block;
}
.gallery-caption a {
	display: inline;
}
.gallery-columns-1 .gallery-item a {
	max-width: 100%;
	width: auto;
}
.gallery .gallery-icon img {
	height: auto;
	max-width: 90%;
	padding: 5%;
}
.gallery-columns-1 .gallery-icon img {
	padding: 3%;
}
/* Navigation */
.site-content nav {
	clear: both;
	line-height: 2;
	overflow: hidden;
}
#nav-above {
	padding: 24px 0;
	padding: 1.714285714rem 0;
}
#nav-above {
	display: none;
}
.paged #nav-above {
	display: block;
}
.nav-previous,
.previous-image {
	float: left;
	width: 50%;
}
.nav-next,
.next-image {
	float: right;
	text-align: right;
	width: 50%;
}
.nav-single + .comments-area,
#comment-nav-above {
	margin: 48px 0;
	margin: 3.428571429rem 0;
}
/* Author profiles */
.author .archive-header {
	margin-bottom: 24px;
	margin-bottom: 1.714285714rem;
}
.author-info {
	border-top: 1px solid #ededed;
	margin: 24px 0;
	margin: 1.714285714rem 0;
	padding-top: 24px;
	padding-top: 1.714285714rem;
	overflow: hidden;
}
.author-description p {
	color: #757575;
	font-size: 13px;
	font-size: 0.928571429rem;
	line-height: 1.846153846;
}
.author.archive .author-info {
	border-top: 0;
	margin: 0 0 48px;
	margin: 0 0 3.428571429rem;
}
.author.archive .author-avatar {
	margin-top: 0;
}
/* =Basic structure
-------------------------------------------------------------- */
/* Body, links, basics */
html {
	font-size: 87.5%;
}
body {
	font-size: 15px;
	font-family: 'Roboto', sans-serif;
	text-rendering: optimizeLegibility;
	color: #3c3c3b;
	line-height:1.4;
}
body.custom-font-enabled {
	font-family: 'Roboto', sans-serif;
}
a {
	outline: none;
	color: #21759b;
	-webkit-transition: all ease 0.3s;
	transition: all ease 0.3s;
	text-decoration:none;
}
a:hover {
	color: #0f3647;
	-webkit-transition: all ease 0.3s;
	transition: all ease 0.3s;
}
/* Assistive text */
.assistive-text,
.site .screen-reader-text {
	position: absolute !important;
	clip: rect(1px, 1px, 1px, 1px);
	overflow: hidden;
	height: 1px;
	width: 1px;
}
.main-navigation .assistive-text:focus,
.site .screen-reader-text:hover,
.site .screen-reader-text:active,
.site .screen-reader-text:focus {
	background: #fff;
	border: 2px solid #333;
	border-radius: 3px;
	clip: auto !important;
	color: #000;
	display: block;
	font-size: 12px;
	height: auto;
	padding: 12px;
	position: absolute;
	top: 5px;
	left: 5px;
	width: auto;
	z-index: 100000; /* Above WP toolbar */
}
/* Page structure */
.site {
	padding: 0 24px;
	padding: 0 1.714285714rem;
	background-color: #fff;
}
.site-content {
	margin: 0px 0 0;
	margin: 0rem 0 0;
}
.widget-area {
	margin: 24px 0 0;
	margin: 1.714285714rem 0 0;
}
/* Header */
.site-header {
	padding: 24px 0;
	padding: 1.714285714rem 0;
}
.site-header h1,
.site-header h2 {
	text-align: center;
}
.site-header h1 a,
.site-header h2 a {
	color: #515151;
	display: inline-block;
	text-decoration: none;
}
.site-header h1 a:hover,
.site-header h2 a:hover {
	color: #21759b;
}
.site-header h1 {
	font-size: 24px;
	font-size: 1.714285714rem;
	line-height: 1.285714286;
	margin-bottom: 14px;
	margin-bottom: 1rem;
}
.site-header h2 {
	font-weight: normal;
	font-size: 13px;
	font-size: 0.928571429rem;
	line-height: 1.846153846;
	color: #757575;
}
.header-image {
	margin-top: 24px;
	margin-top: 1.714285714rem;
}
/* Navigation Menu */
.main-navigation {
	margin-top: 0px;
	text-align: center;
}
.main-navigation li {
	margin-top: 24px;
	margin-top: 1.714285714rem;
	font-size: 12px;
	font-size: 0.857142857rem;
	line-height: 1.42857143;
}
.main-navigation a {
	color: #5e5e5e;
}
.main-navigation a:hover,
.main-navigation a:focus {
	color: #21759b;
}
.main-navigation ul.nav-menu,
.main-navigation div.nav-menu > ul {
	display: none;
}
.main-navigation ul.nav-menu.toggled-on,
.menu-toggle {
	display: none;
}
/* Banner */
section[role="banner"] {
	margin-bottom: 48px;
	margin-bottom: 3.428571429rem;
}
/* Sidebar */
.widget-area .widget {
	margin-bottom: 30px;
	word-wrap: break-word;
}
.widget-area .widget .widget-title
{
	background:url(images/title-arrow.png) no-repeat top right;
padding: 0px 0px 15px 0px;
margin: 0px 50px 0px 0px;
font-size: 24px;
color: #3c3c3b;
font-weight: bold;
line-height: 1.4;
text-transform: none;
}
.widget-area .widget p,
.widget-area .widget li,
.widget-area .widget .textwidget {
}
.widget-area .widget p {
}
.widget-area ul {
	list-style: none;
	margin:0px;
	padding:0px;
}
.widget-area li {
	list-style:none;
	padding:10px 0px 10px 0px;
	margin:0px;
	border-bottom:2px solid #f1f1f1;
	font-size:15px;
	font-weight:700;
}
.widget-area li.current-menu-item a {
	color:#00476b;
}
.widget-area .widget a {
	color: #868686;
}
.widget-area .widget a:hover {
	color: #00476b;
}
.widget-area .widget a:visited {
	
}
.widget-area #s {
	width: 53.66666666666%; /* define a width to avoid dropping a wider submit button */
}
/* Footer */
footer[role="contentinfo"] {
	border-top: 1px solid #ededed;
	clear: both;
	font-size: 12px;
	font-size: 0.857142857rem;
	line-height: 2;
	max-width: 960px;
	max-width: 68.571428571rem;
	margin-top: 24px;
	margin-top: 1.714285714rem;
	margin-left: auto;
	margin-right: auto;
	padding: 24px 0;
	padding: 1.714285714rem 0;
}
footer[role="contentinfo"] a {
	color: #686868;
}
footer[role="contentinfo"] a:hover {
	color: #21759b;
}
/* =Main content and comment content
-------------------------------------------------------------- */
.entry-meta {
	clear: both;
	display:initial;
}
.single .entry-meta {
	clear: both;
	display:none;
}
.entry-header {
	margin-bottom: 24px;
	margin-bottom: 1.714285714rem;
}
.entry-header img.wp-post-image {
	margin-bottom: 24px;
	margin-bottom: 1.714285714rem;
}
.entry-header .entry-title {
	font-size: 28px;
	color:#3c3c3b;
	line-height: 1.4;
	padding:30px 0px 0px 0px;
	margin:0px;
	font-weight:500;
	text-transform:none;
}
/*
.single .entry-header .entry-title {
	font-size: 18px;
	color:#21759b;
	line-height: 1.4;
	padding:30px 0px 0px 0px;
	margin:0px;
	font-weight:700;
	text-transform:none;
}
*/
.entry-header .entry-title a {
	text-decoration: none;
}
.entry-header .entry-format {
	margin-top: 24px;
	margin-top: 1.714285714rem;
	font-weight: normal;
}
.entry-header .comments-link {
	margin-top: 24px;
	margin-top: 1.714285714rem;
	font-size: 13px;
	font-size: 0.928571429rem;
	line-height: 1.846153846;
	color: #757575;
}
.comments-link a,
.entry-meta a {
	color: #757575;
}
.comments-link a:hover,
.entry-meta a:hover {
	color: #21759b;
}
article.sticky .featured-post {
	border-top: 4px double #ededed;
	border-bottom: 4px double #ededed;
	color: #757575;
	font-size: 13px;
	font-size: 0.928571429rem;
	line-height: 3.692307692;
	margin-bottom: 24px;
	margin-bottom: 1.714285714rem;
	text-align: center;
}
.entry-content,
.entry-summary,
.mu_register {
	line-height: 1.714285714;
}
.entry-content h1,
.comment-content h1,
.entry-content h2,
.comment-content h2,
.entry-content h3,
.comment-content h3,
.entry-content h4,
.comment-content h4,
.entry-content h5,
.comment-content h5,
.entry-content h6,
.comment-content h6 {
	margin: 24px 0;
	margin: 1.714285714rem 0;
	line-height: 1.714285714;
}
.entry-content h1,
.comment-content h1 {
	font-size: 21px;
	font-size: 1.5rem;
	line-height: 1.5;
}
.entry-content h2,
.comment-content h2,
.mu_register h2 {
padding: 0px 0px 15px 0px;
margin: 0px 50px 0px 0px;
font-size: 24px;
color: #005f8d;
font-weight: 500;
line-height: 1.4;
text-transform: none;
}
.entry-content h3,
.comment-content h3 {
	font-size: 16px;
	font-size: 1.142857143rem;
	line-height: 1.846153846;
}
.entry-content h4,
.comment-content h4 {
	font-size: 14px;
	font-size: 1rem;
	line-height: 1.846153846;
}
.entry-content h5,
.comment-content h5 {
padding: 0px 0px 15px 0px;
margin: 0px 50px 0px 0px;
font-size: 18px;
color: #005f8d;
font-weight: 500;
line-height: 1.4;
text-transform: none;
}
.entry-content h6,
.comment-content h6 {
	font-size: 12px;
	font-size: 0.857142857rem;
	line-height: 1.846153846;
}
.entry-content p,
.entry-summary p,
.comment-content p,
.mu_register p {
	margin: 0 0 24px;
	margin: 0 0 1.714285714rem;
	line-height: 1.4;
}
.entry-content a:visited,
.comment-content a:visited {
}
.entry-content .more-link {
	white-space: nowrap;
}
.entry-content ol,
.comment-content ol,
.entry-content ul,
.comment-content ul,
.mu_register ul {
	margin: 0 0 24px;
	margin: 0 0 1.714285714rem;
	line-height: 1.714285714;
}
.entry-content ul ul,
.comment-content ul ul,
.entry-content ol ol,
.comment-content ol ol,
.entry-content ul ol,
.comment-content ul ol,
.entry-content ol ul,
.comment-content ol ul {
	margin-bottom: 0;
}
.entry-content ul,
.comment-content ul,
.mu_register ul {
	list-style: disc outside;
}
.entry-content ol,
.comment-content ol {
	list-style: decimal outside;
}
.entry-content li,
.comment-content li,
.mu_register li {
	margin: 0 0 0 36px;
	margin: 0 0 0 2.571428571rem;
}
.entry-content blockquote,
.comment-content blockquote {
	margin-bottom: 24px;
	margin-bottom: 1.714285714rem;
	padding: 24px;
	padding: 1.714285714rem;
	font-style: italic;
}
.entry-content blockquote p:last-child,
.comment-content blockquote p:last-child {
	margin-bottom: 0;
}
.entry-content code,
.comment-content code {
	font-family: Consolas, Monaco, Lucida Console, monospace;
	font-size: 12px;
	font-size: 0.857142857rem;
	line-height: 2;
}
.entry-content pre,
.comment-content pre {
	border: 1px solid #ededed;
	color: #666;
	font-family: Consolas, Monaco, Lucida Console, monospace;
	font-size: 12px;
	font-size: 0.857142857rem;
	line-height: 1.714285714;
	margin: 24px 0;
	margin: 1.714285714rem 0;
	overflow: auto;
	padding: 24px;
	padding: 1.714285714rem;
}
.entry-content pre code,
.comment-content pre code {
	display: block;
}
.entry-content abbr,
.comment-content abbr,
.entry-content dfn,
.comment-content dfn,
.entry-content acronym,
.comment-content acronym {
	border-bottom: 1px dotted #666;
	cursor: help;
}
.entry-content address,
.comment-content address {
	display: block;
	line-height: 1.714285714;
	margin: 0 0 24px;
	margin: 0 0 1.714285714rem;
}
img.alignleft,
.wp-caption.alignleft {
	margin: 12px 24px 12px 0;
	margin: 0.857142857rem 1.714285714rem 0.857142857rem 0;
}
img.alignright,
.wp-caption.alignright {
	margin: 12px 0 12px 24px;
	margin: 0.857142857rem 0 0.857142857rem 1.714285714rem;
}
img.aligncenter,
.wp-caption.aligncenter {
	clear: both;
	margin-top: 12px;
	margin-top: 0.857142857rem;
	margin-bottom: 12px;
	margin-bottom: 0.857142857rem;
}
.entry-content embed,
.entry-content iframe,
.entry-content object,
.entry-content video {
	margin-bottom: 24px;
	margin-bottom: 1.714285714rem;
}
.entry-content dl,
.comment-content dl {
	margin: 0 24px;
	margin: 0 1.714285714rem;
}
.entry-content dt,
.comment-content dt {
	font-weight: bold;
	line-height: 1.714285714;
}
.entry-content dd,
.comment-content dd {
	line-height: 1.714285714;
	margin-bottom: 24px;
	margin-bottom: 1.714285714rem;
}
.entry-content table,
.comment-content table {
	border-bottom: 1px solid #ededed;
	color: #757575;
	font-size: 12px;
	font-size: 0.857142857rem;
	line-height: 2;
	margin: 0 0 24px;
	margin: 0 0 1.714285714rem;
	width: 100%;
}
.entry-content table caption,
.comment-content table caption {
	font-size: 16px;
	font-size: 1.142857143rem;
	margin: 24px 0;
	margin: 1.714285714rem 0;
}
.entry-content td,
.comment-content td {
	border-top: 1px solid #ededed;
	padding: 6px 10px 6px 0;
}
.site-content article {
	border-bottom: 0px double #ededed;
	margin-bottom: 0px;
	padding-bottom: 20px;
	word-wrap: break-word;
}
.page-links {
	clear: both;
	line-height: 1.714285714;
}
footer.entry-meta {
	margin-top: 24px;
	margin-top: 1.714285714rem;
	font-size: 13px;
	font-size: 0.928571429rem;
	line-height: 1.846153846;
	color: #757575;
}
.single-author .entry-meta .by-author {
	display: none;
}
.mu_register h2 {
	color: #757575;
	font-weight: normal;
}
/* =Archives
-------------------------------------------------------------- */
.archive-header,
.page-header {
	margin-bottom: 48px;
	margin-bottom: 3.428571429rem;
	padding-bottom: 22px;
	padding-bottom: 1.571428571rem;
	border-bottom: 1px solid #ededed;
}
.archive-meta {
	color: #757575;
	font-size: 12px;
	font-size: 0.857142857rem;
	line-height: 2;
	margin-top: 22px;
	margin-top: 1.571428571rem;
}
/* =Single audio/video attachment view
-------------------------------------------------------------- */
.attachment .entry-content .mejs-audio {
	max-width: 400px;
}
.attachment .entry-content .mejs-container {
	margin-bottom: 24px;
}
/* =Single image attachment view
-------------------------------------------------------------- */
.article.attachment {
	overflow: hidden;
}
.image-attachment div.attachment {
	text-align: center;
}
.image-attachment div.attachment p {
	text-align: center;
}
.image-attachment div.attachment img {
	display: block;
	height: auto;
	margin: 0 auto;
	max-width: 100%;
}
.image-attachment .entry-caption {
	margin-top: 8px;
	margin-top: 0.571428571rem;
}
/* =Aside post format
-------------------------------------------------------------- */
article.format-aside h1 {
	margin-bottom: 24px;
	margin-bottom: 1.714285714rem;
}
article.format-aside h1 a {
	text-decoration: none;
	color: #4d525a;
}
article.format-aside h1 a:hover {
	color: #2e3542;
}
article.format-aside .aside {
	padding: 24px 24px 0;
	padding: 1.714285714rem;
	background: #d2e0f9;
	border-left: 22px solid #a8bfe8;
}
article.format-aside p {
	font-size: 13px;
	font-size: 0.928571429rem;
	line-height: 1.846153846;
	color: #4a5466;
}
article.format-aside blockquote:last-child,
article.format-aside p:last-child {
	margin-bottom: 0;
}
/* =Post formats
-------------------------------------------------------------- */
/* Image posts */
article.format-image footer h1 {
	font-size: 13px;
	font-size: 0.928571429rem;
	line-height: 1.846153846;
	font-weight: normal;
}
article.format-image footer h2 {
	font-size: 11px;
	font-size: 0.785714286rem;
	line-height: 2.181818182;
}
article.format-image footer a h2 {
	font-weight: normal;
}
/* Link posts */
article.format-link header {
	padding: 0 10px;
	padding: 0 0.714285714rem;
	float: right;
	font-size: 11px;
	font-size: 0.785714286rem;
	line-height: 2.181818182;
	font-weight: bold;
	font-style: italic;
	text-transform: uppercase;
	color: #848484;
	background-color: #ebebeb;
	border-radius: 3px;
}
article.format-link .entry-content {
	max-width: 80%;
	float: left;
}
article.format-link .entry-content a {
	font-size: 22px;
	font-size: 1.571428571rem;
	line-height: 1.090909091;
	text-decoration: none;
}
/* Quote posts */
article.format-quote .entry-content p {
	margin: 0;
	padding-bottom: 24px;
	padding-bottom: 1.714285714rem;
}
article.format-quote .entry-content blockquote {
	display: block;
	padding: 24px 24px 0;
	padding: 1.714285714rem 1.714285714rem 0;
	font-size: 15px;
	font-size: 1.071428571rem;
	line-height: 1.6;
	font-style: normal;
	color: #6a6a6a;
	background: #efefef;
}
/* Status posts */
.format-status .entry-header {
	margin-bottom: 24px;
	margin-bottom: 1.714285714rem;
}
.format-status .entry-header header {
	display: inline-block;
}
.format-status .entry-header h1 {
	font-size: 15px;
	font-size: 1.071428571rem;
	font-weight: normal;
	line-height: 1.6;
	margin: 0;
}
.format-status .entry-header h2 {
	font-size: 12px;
	font-size: 0.857142857rem;
	font-weight: normal;
	line-height: 2;
	margin: 0;
}
.format-status .entry-header header a {
	color: #757575;
}
.format-status .entry-header header a:hover {
	color: #21759b;
}
.format-status .entry-header img {
	float: left;
	margin-right: 21px;
	margin-right: 1.5rem;
}
/* =Comments
-------------------------------------------------------------- */
.comments-title {
	margin-bottom: 48px;
	margin-bottom: 3.428571429rem;
	font-size: 16px;
	font-size: 1.142857143rem;
	line-height: 1.5;
	font-weight: normal;
}
.comments-area article {
	margin: 24px 0;
	margin: 1.714285714rem 0;
}
.comments-area article header {
	margin: 0 0 48px;
	margin: 0 0 3.428571429rem;
	overflow: hidden;
	position: relative;
}
.comments-area article header img {
	float: left;
	padding: 0;
	line-height: 0;
}
.comments-area article header cite,
.comments-area article header time {
	display: block;
	margin-left: 85px;
	margin-left: 6.071428571rem;
}
.comments-area article header cite {
	font-style: normal;
	font-size: 15px;
	font-size: 1.071428571rem;
	line-height: 1.42857143;
}
.comments-area cite b {
	font-weight: normal;
}
.comments-area article header time {
	line-height: 1.714285714;
	text-decoration: none;
	font-size: 12px;
	font-size: 0.857142857rem;
	color: #5e5e5e;
}
.comments-area article header a {
	text-decoration: none;
	color: #5e5e5e;
}
.comments-area article header a:hover {
	color: #21759b;
}
.comments-area article header cite a {
	color: #444;
}
.comments-area article header cite a:hover {
	text-decoration: underline;
}
.comments-area article header h4 {
	position: absolute;
	top: 0;
	right: 0;
	padding: 6px 12px;
	padding: 0.428571429rem 0.857142857rem;
	font-size: 12px;
	font-size: 0.857142857rem;
	font-weight: normal;
	color: #fff;
	background-color: #0088d0;
	background-repeat: repeat-x;
	background-image: -webkit-gradient(linear, left top, left bottom, from(top), color-stop(#009cee), to(#0088d0));
	background-image: linear-gradient(top, #009cee, #0088d0);
	border-radius: 3px;
	border: 1px solid #007cbd;
}
.comments-area .bypostauthor cite span {
	position: absolute;
	margin-left: 5px;
	margin-left: 0.357142857rem;
	padding: 2px 5px;
	padding: 0.142857143rem 0.357142857rem;
	font-size: 10px;
	font-size: 0.714285714rem;
}
.comments-area .bypostauthor cite b {
	font-weight: bold;
}
a.comment-reply-link,
a.comment-edit-link {
	color: #686868;
	font-size: 13px;
	font-size: 0.928571429rem;
	line-height: 1.846153846;
}
a.comment-reply-link:hover,
a.comment-edit-link:hover {
	color: #21759b;
}
.commentlist .pingback {
	line-height: 1.714285714;
	margin-bottom: 24px;
	margin-bottom: 1.714285714rem;
}
/* Comment form */
#respond {
	margin-top: 48px;
	margin-top: 3.428571429rem;
}
#respond h3#reply-title {
	font-size: 16px;
	font-size: 1.142857143rem;
	line-height: 1.5;
}
#respond h3#reply-title #cancel-comment-reply-link {
	margin-left: 10px;
	margin-left: 0.714285714rem;
	font-weight: normal;
	font-size: 12px;
	font-size: 0.857142857rem;
}
#respond form {
	margin: 24px 0;
	margin: 1.714285714rem 0;
}
#respond form p {
	margin: 11px 0;
	margin: 0.785714286rem 0;
}
#respond form p.logged-in-as {
	margin-bottom: 24px;
	margin-bottom: 1.714285714rem;
}
#respond form label {
	display: block;
	line-height: 1.714285714;
}
#respond form input[type="text"],
#respond form textarea {
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	font-size: 12px;
	font-size: 0.857142857rem;
	line-height: 1.714285714;
	padding: 10px;
	padding: 0.714285714rem;
	width: 100%;
}
#respond form p.form-allowed-tags {
	margin: 0;
	font-size: 12px;
	font-size: 0.857142857rem;
	line-height: 2;
	color: #5e5e5e;
}
.required {
	color: red;
}
/* =Front page template
-------------------------------------------------------------- */
.entry-page-image {
	margin-bottom: 14px;
	margin-bottom: 1rem;
}
.template-front-page .site-content article {
	border: 0;
	margin-bottom: 0;
}
.template-front-page .widget-area {
	clear: both;
	float: none;
	width: auto;
	padding-top: 24px;
	padding-top: 1.714285714rem;
	border-top: 1px solid #ededed;
}
.template-front-page .widget-area .widget li {
	margin: 8px 0 0;
	margin: 0.571428571rem 0 0;
	font-size: 13px;
	font-size: 0.928571429rem;
	line-height: 1.714285714;
	list-style-type: square;
	list-style-position: inside;
}
.template-front-page .widget-area .widget li a {
	color: #757575;
}
.template-front-page .widget-area .widget li a:hover {
	color: #21759b;
}
.template-front-page .widget-area .widget_text img {
	float: left;
	margin: 8px 24px 8px 0;
	margin: 0.571428571rem 1.714285714rem 0.571428571rem 0;
}
/* =Widgets
-------------------------------------------------------------- */
.widget-area .widget ul ul {
	margin-left: 12px;
	margin-left: 0.857142857rem;
}
.widget_rss li {
	margin: 12px 0;
	margin: 0.857142857rem 0;
}
.widget_recent_entries .post-date,
.widget_rss .rss-date {
	color: #aaa;
	font-size: 11px;
	font-size: 0.785714286rem;
	margin-left: 12px;
	margin-left: 0.857142857rem;
}
#wp-calendar {
	margin: 0;
	width: 100%;
	font-size: 13px;
	font-size: 0.928571429rem;
	line-height: 1.846153846;
	color: #686868;
}
#wp-calendar th,
#wp-calendar td,
#wp-calendar caption {
	text-align: left;
}
#wp-calendar #next {
	padding-right: 24px;
	padding-right: 1.714285714rem;
	text-align: right;
}
.widget_search label {
	display: block;
	font-size: 13px;
	font-size: 0.928571429rem;
	line-height: 1.846153846;
}
.widget_twitter li {
	list-style-type: none;
}
.widget_twitter .timesince {
	display: block;
	text-align: right;
}
/* =Plugins
----------------------------------------------- */
img#wpstats {
	display: block;
	margin: 0 auto 24px;
	margin: 0 auto 1.714285714rem;
}
/* =Media queries
-------------------------------------------------------------- */
/* Does the same thing as <meta name="viewport" content="width=device-width">,
 * but in the future W3C standard way. -ms- prefix is required for IE10+ to
 * render responsive styling in Windows 8 "snapped" views; IE10+ does not honor
 * the meta tag. See https://core.trac.wordpress.org/ticket/25888.
 */
@-ms-viewport {
	width: device-width;
}
@-o-viewport {
	width: device-width;
}
@viewport {
	width: device-width;
}
/* Minimum width of 600 pixels. */
@media screen and (min-width: 600px) {
	.author-avatar {
		float: left;
		margin-top: 8px;
		margin-top: 0.571428571rem;
	}
	.author-description {
		float: right;
		width: 80%;
	}
	.site {
		margin: 0 auto;
		max-width: 1140px;
		overflow: hidden;
	}
	.site-content {
		float: right;
		width: 73%;
	}
	body.template-front-page .site-content,
	body.attachment .site-content,
	body.full-width .site-content {
		width: 100%;
		padding-bottom: 30px;
	}
	.widget-area {
		float: left;
		width: 24%;
	}
	.site-header h1,
	.site-header h2 {
		text-align: left;
	}
	.site-header h1 {
		font-size: 26px;
		font-size: 1.857142857rem;
		line-height: 1.846153846;
		margin-bottom: 0;
	}
	.main-navigation ul.nav-menu,
	.main-navigation div.nav-menu > ul {
		border-bottom: 0px solid #ededed;
		border-top: 0px solid #ededed;
		display: inline-block !important;
		text-align: center;
		width: 100%;
	}
	.main-navigation ul {
		margin: 0;
		text-indent: 0;
	}
	.main-navigation li a,
	.main-navigation li {
		display: inline-block;
		text-decoration: none;
	}
	.main-navigation li a {
	}
	.main-navigation >li >a:hover,
	.main-navigation >li >a:focus {
		color: #FFF;
		background:#575756;
	}
	.main-navigation li {
	}
	.main-navigation li ul {
		margin: 0;
		padding: 0;
		position: absolute;
		top: 100%;
		z-index: 1;
		height: 1px;
		width: 1px;
		overflow: hidden;
		clip: rect(1px, 1px, 1px, 1px);
	}
	.main-navigation li ul ul {
		top: 0;
		left: 100%;
	}
	.main-navigation ul li:hover > ul,
	.main-navigation ul li:focus > ul,
	.main-navigation .focus > ul {
		border-left: 0;
		clip: inherit;
		overflow: inherit;
		height: inherit;
		width: inherit;
	}
	.main-navigation li ul li a {
/*		background: #efefef;*/
/*		border-bottom: 1px solid #ededed;*/
/*
		display: block;
		font-size: 18px;
		width: 190px;
		white-space: normal;
*/
	}
	.main-navigation li ul li a:hover,
	.main-navigation li ul li a:focus {
		background: #e3e3e3;
		color: #444;
	}
	.main-navigation .current-menu-item > a,
	.main-navigation .current-menu-ancestor > a,
	.main-navigation .current_page_item > a,
	.main-navigation .current_page_ancestor > a {
		color: #FFF;
		background:#2D739D;
	}
	.menu-toggle {
		display: none;
	}
	.entry-header .entry-title {
	}
	#respond form input[type="text"] {
		width: 46.333333333%;
	}
	#respond form textarea.blog-textarea {
		width: 79.666666667%;
	}
	.template-front-page .site-content,
	.template-front-page article {
		overflow: hidden;
	}
	.template-front-page.has-post-thumbnail article {
		float: left;
		width: 47.916666667%;
	}
	.entry-page-image {
		float: right;
		margin-bottom: 0;
		width: 47.916666667%;
	}
	.template-front-page .widget-area .widget,
	.template-front-page.two-sidebars .widget-area .front-widgets {
		float: left;
		width: 51.875%;
		margin-bottom: 24px;
		margin-bottom: 1.714285714rem;
	}
	.template-front-page .widget-area .widget:nth-child(odd) {
		clear: right;
	}
	.template-front-page .widget-area .widget:nth-child(even),
	.template-front-page.two-sidebars .widget-area .front-widgets + .front-widgets {
		float: right;
		width: 39.0625%;
		margin: 0 0 24px;
		margin: 0 0 1.714285714rem;
	}
	.template-front-page.two-sidebars .widget,
	.template-front-page.two-sidebars .widget:nth-child(even) {
		float: none;
		width: auto;
	}
	.commentlist .children {
		margin-left: 48px;
		margin-left: 3.428571429rem;
	}
}
/* Minimum width of 960 pixels. */
@media screen and (min-width: 960px) {
	body {
		background-color: #FFF;
	}
	body .site {
		margin-top: 0px;
		margin-bottom: 0px;
		-webkit-box-shadow: 0 0px 0px rgba(100, 100, 100, 0.3);
		box-shadow: 0 0px 0px rgba(100, 100, 100, 0.3);
	}
	body.custom-background-empty {
		background-color: #fff;
	}
	body.custom-background-empty .site,
	body.custom-background-white .site {
		padding: 0;
		margin-top: 0;
		margin-bottom: 0;
		-webkit-box-shadow: none;
		box-shadow: none;
	}
}
/* =Print
----------------------------------------------- */
@media print {
	body {
		background: none !important;
		color: #000;
		font-size: 10pt;
	}
	footer a[rel=bookmark]:link:after,
	footer a[rel=bookmark]:visited:after {
		content: " [" attr(href) "] "; /* Show URLs */
	}
	a {
		text-decoration: none;
	}
	.entry-content img,
	.comment-content img,
	.author-avatar img,
	img.wp-post-image {
		border-radius: 0;
		-webkit-box-shadow: none;
		box-shadow: none;
	}
	.site {
		clear: both !important;
		display: block !important;
		float: none !important;
		max-width: 100%;
		position: relative !important;
	}
	.site-header {
		margin-bottom: 72px;
		margin-bottom: 5.142857143rem;
		text-align: left;
	}
	.site-header h1 {
		font-size: 21pt;
		line-height: 1;
		text-align: left;
	}
	.site-header h2 {
		color: #000;
		font-size: 10pt;
		text-align: left;
	}
	.site-header h1 a,
	.site-header h2 a {
		color: #000;
	}
	.author-avatar,
	#colophon,
	#respond,
	.commentlist .comment-edit-link,
	.commentlist .reply,
	.entry-header .comments-link,
	.entry-meta .edit-link a,
	.page-link,
	.site-content nav,
	.widget-area,
	img.header-image,
	.main-navigation {
		display: none;
	}
	.wrapper {
		border-top: none;
		-webkit-box-shadow: none;
		box-shadow: none;
	}
	.site-content {
		margin: 0;
		width: auto;
	}
	.entry-header .entry-title,
	.entry-title {
		font-size: 21pt;
	}
	footer.entry-meta,
	footer.entry-meta a {
		color: #444;
		font-size: 10pt;
	}
	.author-description {
		float: none;
		width: auto;
	}
	/* Comments */
	.commentlist > li.comment {
		background: none;
		position: relative;
		width: auto;
	}
	.commentlist .avatar {
		height: 39px;
		left: 2.2em;
		top: 2.2em;
		width: 39px;
	}
	.comments-area article header cite,
	.comments-area article header time {
		margin-left: 50px;
		margin-left: 3.57142857rem;
	}
}
/* Minimum width of 200 pixels. */
@media screen and (min-width: 200px) {
	
	
	.wreper{
		width:96%;
		margin:0 auto;
	}
	
	.top-part{
		float:left;
		width:100%;
		padding:0px 0px 0px 0px;
		margin:0px;
		min-height:initial;
	}
	
	.top-part .wreper{
		width:96%;
		margin:0 auto;
	}
	.top-part .logo{
		float:left;
		width:100%;
		padding:10px 0px 10px 0px;
		margin:0px;
		text-align:center;
	}
	.top-part .right{
		float:right;
		width:100%;
		padding:2% 0%;
		margin:0px;
		text-align:center;
	}
	.top-part .right strong{
		font-size:20px;
		line-height:1.4;
		color:#575756;
	}

	.top-part .right a{
		color:#575756;
		font-weight:bold;
	}
	.top-part .right .phone{
		background:url(images/phone-icon.png) no-repeat top center;
		display:block;
		font-size:15px;
		color:#9c9b9b;
		padding: 60px 0px 10px 0px;
		margin:0px;
		text-align:center;
		border:2px solid #c6c6c5;
	}
	.top-part .right .phone strong{
		font-size:22px;
		line-height:1.4;
		color:#575756;
	}
	.top-part .right .phone a{
		color:#575756;
		font-weight:bold;
		text-decoration:none;
	}
	.top-part .right .phone a:hover{
		color:#d9d9d9;
		font-weight:bold;
		text-decoration:none;
	}
	
	.menu-part{
		background: #0a3650;
		float:left;
		width:100%;
		padding:0px 0px ;
		margin:0px;
		display:none;
	}
	
	.menu-part .wreper{
		width:96%;
		margin:0 auto;
	}
	
	.main-navigation li a {
		border-bottom: 0;
		color: #FFF;
		line-height: 1.4;
		white-space: nowrap;
		padding: 10px 26px;
		font-weight: bold;
	}
	.main-navigation li {
		margin: 0 0px 0 0;
		font-size:20px;
		padding:0px;
		line-height:1.4;
		position: relative;
	}
	.slider-part{
		float:left;
		width:100%;
		padding:0px 0px 0px 0px;
		margin:0px 0px 0px 0px;
		min-height:initial;
	}
	.header-part{
		float:left;
		width:100%;
		padding:0px 0px 0px 0px;
		margin:0px;
		min-height:115px;
	}
	.home-left h2{
		padding:0px 0px 20px 0px;
		margin:0px;
		font-size:30px;
		color:#000;
		font-weight:normal;
		line-height:1;
		text-align:left;
	}
	.clear{
		clear:both;
	}
	
	.who-part{
		float:left;
		width:100%;
		padding:0px 0px 40px 0px;
		margin:0px;
		color:#3c3c3b;
		font-size:16px;
		position:relative;
		z-index:0;
	}
	
	.who-part .wreper{
		width:92%;
		margin:0 auto;
	}
	.who-part .wreper a{
		color:#3c3c3b;
		text-decoration:none;
	}
	.who-part .wreper a:hover{
		color:#9e9e9d;
		text-decoration:none;
	}
		
	.who-part .wreper aside .widget-title{
		padding:0px 0px 15px 0px;
		margin:0px;
		font-size:24px;
		color:#3c3c3b;
		font-weight:normal;
		line-height:1.4;
		text-transform:none;
	}
	.who-part .wreper aside:nth-child(1){
		width:100%;
		padding:0px 0px 20px 0px;
		margin:0px;
		float:left;
		text-align:left;
		background:#FFF;
		border-radius:5px 0px 0px 0px;
	}
	.who-part .wreper aside:nth-child(2){
		width:100%;
		padding:0px 0px 0px 0px;
		margin:0px;
		float:right;
		background:#FFF;
		border-radius:0px 5px 0px 0px;
	}
	.who-part ul.lcp_catlist{
		margin: 0;
		padding:0px 0px 0px 0px;
		border-left:0px solid #d4d4d4;
	}
	.who-part ul.lcp_catlist li{
		list-style:none;
		border-left:0px solid #d4d4d4;
		border-bottom:1px solid #d4d4d4;
		display:inline-block;
		float:none;
		margin: 0px 0px 20px 0px;
		padding:0px 0% 10px 0%;
		width:100%;
		min-height:initial;
	}
	.who-part ul li a{
		color:#053960;
		text-decoration:none;
	}
	.who-part ul li a:hover{
		color:#000;
		text-decoration:none;
	}
	.who-part ul li h4.lcp_post{
		margin: 0;
		padding:3px 0px 15px 0px;
		font-size:18px;
		font-weight:700;
		line-height:1.3;
	}
	
	.four-box-part{
		float:left;
		width:100%;
		padding:0px 0px 20px 0px;
		margin:0px;
		color:#575756;
		font-size:15px;
	}
	
	.four-box-part .wreper{
		width:92%;
		margin:0 auto;
	}
	.four-box-part .wreper aside span a{
		color:#3c3c3b;
		text-decoration:none;
		display:block;
		padding:10px 0px ;
		margin:10px 10px 0;
		font-weight:700;
		background:#d9d9d9;
		font-size:14px;
	}
	.four-box-part .wreper aside span a:hover{
		color:#FFF;
		text-decoration:none;
		display:block;
		padding:10px 0px ;
		margin:10px 10px 0;
		font-weight:700;
		background:#01374f;
		font-size:14px;
	}
	.four-box-part .wreper aside{
		width:95%;
		padding:3% 2% ;
		margin:0px 0px 20px 0px;
		float:left;
		text-align:center;
		border:1px solid #3c3c3b;
	}
	.four-box-part .wreper aside p.txt{
		min-height:initial;
	}
	.four-box-part .wreper aside:last-child{
		margin:0px;
	}
		
	.four-box-part .wreper aside .widget-title{
		padding:70px 0px 10px 0px;
		margin:0px;
		font-size:24px;
		color:#3c3c3b;
		font-weight:bold;
		line-height:1.4;
		text-transform:none;
	}
	.four-box-part .wreper aside:nth-child(1) .widget-title{
		background:url(images/icone1.png) no-repeat top center;
	}
	.four-box-part .wreper aside:nth-child(2) .widget-title{
		background:url(images/icone2.png) no-repeat top center;
	}
	
	.four-box-part .wreper aside:nth-child(3) .widget-title{
		background:url(images/icone3.png) no-repeat top center;
	}
	.four-box-part .wreper aside:nth-child(4) .widget-title{
		background:url(images/icone4.png) no-repeat top center;
	}
	
	.four-box-part .wreper aside .widget-title a{
		color:#3c3c3b;
		text-decoration:none;
	}

	.four-box-part .wreper aside .widget-title a:hover{
		color:#21759b;
		text-decoration:none;
	}

	
	
	.three-image-part{
		float:left;
		width:100%;
		padding:0px 0px 20px 0px;
		margin:0px;
		color:#FFF;
		font-size:16px;
		font-weight:700;
		display:none;
	}
	
	.three-image-part .wreper{
		width:92%;
		margin:0 auto;
	}
	.three-image-part .wreper aside:nth-child(1) a span{
		background:#FFF;
		padding:0px 0px 0px 8px;
		min-width:222px;
		margin:30px 0px 0px;
		line-height:0;
	}
	.three-image-part .wreper aside:nth-child(1) a:hover span{
		background:#FFF;
		padding:0px 0px 0px 8px;
		min-width:222px;
		margin:80px 0px 0px;
		line-height:0;
	}
	.three-image-part .wreper aside a span{
		color:#FFF;
		display:inline-block;
		padding:10px 0px 11px 40px;
		min-width:190px;
		font-size:24px;
		margin:30px 0px 0;
		background:url(images/black-bg.png) repeat;
		-webkit-transition: all ease 0.5s;
	transition: all ease 0.5s;
	}
	.three-image-part .wreper aside a:hover span{
		color:#FFF;
		display:inline-block;
		padding:10px 0px 11px 40px;
		min-width:190px;
		font-size:24px;
		margin:80px 0px 0;
		background:url(images/black-bg.png) repeat;
		-webkit-transition: all ease 0.5s;
	transition: all ease 0.5s;
	}
	.three-image-part .wreper aside a{
		color:#FFF;
		text-decoration:none;
		display:block;
		padding:0px 0px ;
		margin:0px 0px ;
		min-height:230px;
	}
	.three-image-part .wreper aside a:hover{
		color:#FFF;
		text-decoration:none;
		display:block;
		padding:0px 0px ;
		margin:0px 0px ;
		min-height:230px;
		-webkit-transition: all ease 0.5s;
	transition: all ease 0.5s;
	}
	.three-image-part .wreper aside{
		width:100%;
		padding:0px 0px ;
		margin:0px 0px 20px 0px;
		float:left;
		text-align:left;
		border:0px solid #3c3c3b;
		min-height:initial;
		opacity:1;
		
	}
	.three-image-part .wreper aside:hover{
		opacity:0.9;
		-webkit-transition: all ease 0.5s;
	transition: all ease 0.5s;
	}
	.three-image-part .wreper aside:nth-child(1){
		background:url(images/image-1.jpg) no-repeat top center;
		background-size:cover;
		
	}
	.three-image-part .wreper aside:nth-child(2){
		background:url(images/image-2.jpg) no-repeat top center;
		background-size:cover;
	}
	.three-image-part .wreper aside:nth-child(3){
		background:url(images/image-3.jpg) no-repeat top center;
		margin:0px;
		background-size:cover;
	}
	.ftr-part{
		float:left;
		background: #1d1d1b;
		width:100%;
		padding:20px 0px 20px 0px;
		margin:0px;
		color:#FFF;
		font-size:14px;
	}
	
	.ftr-part .wreper{
		width:96%;
		margin:0 auto;
	}
	.ftr-part .wreper a{
		color:#FFF;
		text-decoration:none;
		
	}
	.ftr-part .wreper a:hover{
		color:#9e9e9d;
		text-decoration:none;
	}
		
	.ftr-part .wreper aside .widget-title{
		padding:0px 0px 15px 0px;
		margin:0px;
		font-size:18px;
		color:#FFF;
		font-weight:bold;
		line-height:1.4;
		text-transform:none;
	}
	.ftr-part .wreper aside:nth-child(1){
		width:100%;
		padding:0px 0px 0px 0px;
		margin:0px;
		text-align:left;
	}
	.ftr-part .wreper aside:nth-child(2){
		width:100%;
		padding:0px 0px 20px 0px;
		margin:0px;
	}
	.ftr-part .wreper aside:nth-child(5){
		padding:0px 0px 0px 0px;
		margin:0px;
	}
	.ftr-part .wreper aside:nth-child(5) a img{
		margin:0px 2px 0px 2px;
		opacity:0.7;
	}
	.ftr-part .wreper aside:nth-child(5) a:hover img{
		margin:0px 2px 0px 2px;
		opacity:1;
	}
	
	.ftr-part .wreper aside {
		float:left;
		width:100%;
		padding:0px 0px 20px 0px;
		margin:0px;
		color:#FFF;
		text-align:left;
	}
	.ftr-part .wreper aside ul{
		padding:0px 0px 0px 0px;
		margin:0px;
	}
	.ftr-part .wreper aside ul li{
		list-style:none;
		border-bottom:1px solid #FFF;
		padding:10px 0px 10px 0px;
		margin:0px;
	}
	.ftr-part .wreper aside ul li:first-child{
		padding:0px 0px 10px 0px;
		margin:0px;
	}
	.ftr-part .wreper aside ul li:last-child{
		border-bottom:0px solid #FFF;
		padding:10px 0px 0px 0px;
		margin:0px;
	}
	
		.copyright-part{
		float:left;
		background: #3c3c3b;
		width:100%;
		padding:12px 0px ;
		margin:0px;
		color:#d9d9d9;
		font-size:14px;
		text-align:center;
	}
		.copyright-part a{
		color:#d9d9d9;
		text-decoration:none;
	}
		.copyright-part a:hover{
		color:#FFF;
		text-decoration:none;
	}
	.left-part{
		float:left;
		padding:0px 0px 20px 0px;
		margin:0px;
		width:100%;
		text-align:left;
	}
	.right-part{
		float:right;
		padding:0px 0px 0px 0px;
		margin:0px;
		width:100%;
		text-align:left;
	}
	.cont-left{
		float:left;
		padding:0px 0px 20px 0px;
		margin:0px;
		width:100%;
		text-align:left;
	}
	.cont-right{
		float:right;
		padding:0px 0px 0px 0px;
		margin:0px;
		width:100%;
		text-align:left;
	}
	
	.cont-left hr {
    background-color: #d4d4d4;
    border: 0;
    height: 1px;
    margin: 20px 0;
	}
	.cont-left h4, .cont-right h4{
	font-size: 28px;
	color:#3c3c3b;
	line-height: 1.4;
	padding:0px 0px 15px 0px;
	margin:0px;
	font-weight:500;
	text-transform:none;
	}
	.cont-right label{
		width:120px;
		display:inline-block;
		padding:10px 0px 0px 0px;
		margin:0px 0px 0px 0px;
		font-size:16px;
		font-weight:700;
		vertical-align:top;
	}
	
	.cont-right input[type="text"], input[type="tel"], input[type="email"], select{
		width:94%;
		display:inline-block;
		padding:10px 2%;
		margin:0px 0px 0px 0px;
		font-size:16px;
		border:1px solid #c5c5c5;
		border-radius:0;
	}
	.cont-right  select{
		width: 98.3%;
	}
	
	.cont-right p{
		padding:0px ;
		margin:0px 0px 10px 0px;
	}
	.cont-right textarea{
		width:94%;
		display:inline-block;
		padding:6px 2%;
		margin:0px 0px 0px 0px;
		font-size:16px;
		border:1px solid #c5c5c5;
		border-radius:0;
		height: 100px;
	}
	
		.cont-right [type="submit"]:hover,
		.cont-right [type="submit"]{
		background: #575756;
		margin:0px 0px 0px 0px;
		text-align:left;
		font-size:20px;
		text-transform:none;
		color:#FFF;
		font-weight:700;
		padding:8px 15px ;
		line-height:1.4;
		display:inline-block;
		border:0;
		border-radius:0;
		text-decoration:none;
		}
		
		#practive-part{
		}
	
		#practive-part span a{
		color:#3c3c3b;
		text-decoration:none;
		display:block;
		padding:10px 0px ;
		margin:10px 10px 0;
		font-weight:700;
		background:#d9d9d9;
		font-size:14px;
		text-align:center;
	}
	#practive-part span a:hover{
		color:#FFF;
		text-decoration:none;
		display:block;
		padding:10px 0px ;
		margin:10px 10px 0;
		font-weight:700;
		background:#01374f;
		font-size:14px;
		text-align:center;
	}
	#practive-part div{
		width:95%;
		padding:3% 2% ;
		margin:0px 0px 20px 0px;
		float:left;
		text-align:left;
		border:1px solid #3c3c3b;
	}
	#practive-part p{
		padding:0px;
		margin:0px;
	}
	#practive-part p.txt{
		min-height:initial;
		padding:0px;
		margin:0px;
	}
	#practive-part p.txt-2{
		min-height:initial;
		padding:0px;
		margin:0px;
	}
	#practive-part .last{
		margin:0px 0px 20px 0px;
	}
	#practive-part .clear{
		clear:both;
	}
		
	#practive-part h3{
		padding:0px 0px 10px 0px;
		margin:0px;
		font-size:24px;
		color:#005f8d;
		font-weight:bold;
		line-height:1.1;
		text-transform:none;
	}
	
	.cont-btn a{
		display:inline-block;
		text-decoration:none;
		color:#1b5f85;
		font-size:20px;
		margin:0px;
		padding:15px 35px ;
		font-weight:700;
		text-transform:uppercase;
		background:url(images/btn-bg.jpg) repeat-x top center #dadada;
		border:1px solid #7fa3b5
	}
	.cont-btn a:hover{
		display:inline-block;
		text-decoration:none;
		color:#3c3c3b;
		font-size:20px;
		margin:0px;
		padding:15px 35px ;
		font-weight:700;
		text-transform:uppercase;
		background: #e7e7e7;
		border:1px solid #3c3c3b
	}
	
	.half-part{
		width:100%;
		padding:0px 0px ;
		margin:0px 0px 0px 0px;
		float:left;
		text-align:left;
	}
	ul.list-style1{
		padding:0px 0px 20px 0px;
		margin:0px;
	}
	ul.list-style1 li{
		list-style:none;
		background:url(images/bullet.jpg) no-repeat 0px 9px;
		padding:0px 0px 1px 15px;
		margin:0px;
	}
	
	.publication-part{
	}
	
	.publication-part ul.lcp_catlist{
		margin: 0;
		padding:0px 0px 0px 0px;
	}
	.publication-part ul.lcp_catlist li{
		list-style:none;
		display:inline-block;
		float:left;
		margin: 0px 0px 20px 0px;
		padding:0px 0% 20px 0px;
		width:100%;
		border-bottom:1px solid #cdced0;
	}
	.publication-part ul li h4.lcp_post{
		margin: 0;
		padding:0px 0px 10px 0px;
		font-size:18px;
		font-weight:700;
		line-height:1.3;
		color:#094c6e;
	}
	.publication-part ul li a.more{
		margin: 20px 0px 0px 0px;
		padding:10px 30px;
		float:right;
		font-size:16px;
		font-weight:700;
		line-height:1.3;
		color:#231f20;
		text-decoration:none;
		border:1px solid #477992;
	}
	.publication-part ul li a:hover.more{
		margin: 20px 0px 0px 0px;
		padding:10px 30px;
		float:right;
		font-size:16px;
		font-weight:700;
		line-height:1.3;
		color:#094c6e;
		text-decoration:none;
		border:1px solid #cdced0;
	}
	.back-btn a{
		background:url(images/arrow-back.png) no-repeat;
		margin: 0px 0px 0px 0px;
		padding:0px 0px 0px 40px ;
		display:inline-block;
		font-size:16px;
		font-weight:500;
		line-height:1.1;
		color:#676a6a;
		text-decoration:none;
	}
	.back-btn a:hover{
		background:url(images/arrow-back.png) no-repeat;
		margin: 0px 0px 0px -10px;
		padding:0px 0px 0px 40px ;
		display:inline-block;
		font-size:16px;
		font-weight:500;
		line-height:1.1;
		color:#094c6e;
		text-decoration:none;
	}
	.single-team_member .site-content {
		padding:0px;
		margin:30px 0px;
	}
	
	.single-team_member .entry-header img.wp-post-image {
		float:left;
		padding:0px;
		margin:0px 30px 20px 0px;
	}
	
	.single-team_member .entry-header .entry-title {
	font-size: 22px;
	color:#094c6e;
	line-height: 1.4;
	padding:30px 0px 0px 0px;
	margin:0px;
	font-weight:500;
	text-transform:none;
	clear:initial;
	}
	
	.single-team_member .entry-header {
    margin-bottom: 0px;
	}
	.single-team_member .team-title {
    margin-bottom: 24px !important;
	}
	
	.single-team_member .site-content article {
    border: 1px double #c6c6c5;
    margin-bottom: 0px;
    padding: 20px;
    word-wrap: break-word;
	}
	.team-container {
    margin: 0px 0 !important;
    overflow: hidden;
    padding: 0px 0 !important;
    position: relative;
    text-align: center;
    width: 100%;
	}
	
	.team-container #team-223 .team-item {
	padding: 2% 2% 0% 2%!important;
	border: 1px solid #c6c6c5;
	margin: 0 0% 3% 0 !important;
	width: 95% !important;
	}
	
	.team-container #team-223 .team-thumb {
	float: left;
	width: 100% !important;
	padding: 0px !important;
	margin: 0px 0px 0px 0px !important;
	}
	
	.team-container #team-223 .team-content {
	padding:0px !important;
	line-height:1.3;
	}
	
	.team-container #team-223 .team-title {
		padding:0px !important;
	}
	
	.team-flat .team-item a.read-more {
    margin: 10px 0px 0px 0px;
		padding:6px 0px ;
		display:block;
		max-width:90px;
		font-size:14px;
		font-weight:500;
		line-height:1.1;
		color:#6d6d6c;
		text-align:center;
		text-decoration:none;
		border: 1px solid #6d6d6c;
	}
	.team-flat .team-item a.read-more {
    margin: 10px 0px 0px 0px;
		padding:6px 0px ;
		display:block;
		max-width:90px;
		font-size:14px;
		font-weight:500;
		line-height:1.1;
		color:#005f8d;
		text-align:center;
		text-decoration:none;
		border: 1px solid #005f8d;
	}
	.g-recaptcha{
		margin: 0 0 20px 120px;
	}
	
	
}

/* Minimum width of 600 pixels. */
@media screen and (min-width: 600px) {

.top-part .logo{
		float:left;
		width:45%;
		padding:10px 0px 10px 0px;
		margin:0px;
		text-align:center;
	}
	.top-part .right{
		float:right;
		width:auto;
		padding:2% 2%;
		margin:0px;
		text-align:left;
	}
	
}

/* Minimum width of 768 pixels. */
@media screen and (min-width: 768px) {
	
	
.top-part .logo {
    float: left;
    width: 40%;
    padding: 10px 0px 10px 0px;
    margin: 0px;
    text-align: center;
}
.top-part .right {
    float: right;
    width: auto;
    padding: 2% 0% ;
    margin: 0px;
    text-align: left;
	color: #9c9b9b;
}
	
	.top-part .right .phone {
    background: url(images/phone-icon.png) no-repeat top left;
    display: inline-block;
    font-size: 15px;
    color: #9c9b9b;
    padding: 10px 10px 10px 90px;
    margin: 0px;
    text-align: center;
    border: 2px solid #c6c6c5;
}

.menu-part{
	display:inherit;
}
.main-navigation li {
    margin: 0 0px 0 0;
    font-size: 18px;
    padding: 0px;
    line-height: 1.4;
    position: relative;
}
.main-navigation li a {
    border-bottom: 0;
    color: #FFF;
    line-height: 1.4;
    white-space: nowrap;
    padding: 10px 15px;
    font-weight: bold;
}
.slider-part {
    float: left;
    width: 100%;
    padding: 0px 0px 0px 0px;
    margin: 0px 0px 0px 0px;
    min-height: initial;
}
.header-part {
    float: left;
    width: 100%;
    padding: 0px 0px 0px 0px;
    margin: 0px;
    min-height: 130px;
}
.who-part {
    float: left;
    width: 100%;
    padding: 0px 0px 20px 0px;
    margin: 0px;
    color: #3c3c3b;
    font-size: 16px;
    position: relative;
    z-index: 99;
}
.who-part .wreper {
    width: 92%;
    margin: 0 auto;
}
.who-part .wreper aside:nth-child(1) {
    width: 41%;
    padding: 2% 2% 2% 2%;
    margin: 0px;
    float: left;
    text-align: left;
    background: #FFF;
    border-radius: 5px 0px 0px 0px;
}
.who-part .wreper aside:nth-child(2) {
    width: 53%;
    padding: 2% 0px 0px 2%;
    margin: 0px;
    float: right;
    background: #FFF;
    border-radius: 0px 5px 0px 0px;
}
.who-part ul.lcp_catlist li {
    list-style: none;
    border-left: 1px solid #d4d4d4;
    border-bottom: 0px solid #d4d4d4;
    display: inline-block;
    float: none;
    margin: 0px 0px 20px 0px;
    padding: 0px 3% 10px 3%;
    width: 43%;
	min-height: 260px;
	vertical-align: top;

}

.who-part ul li h4.lcp_post {
    margin: 0;
    padding: 3px 0px 15px 0px;
    font-size: 18px;
    font-weight: 700;
    line-height: 1.3;
    min-height: 120px;
}

.four-box-part .wreper aside {
    width: 43%;
    padding: 3% 2%;
    margin: 0px 2% 2% 0px;
    float: left;
    text-align: center;
    border: 1px solid #3c3c3b;
	min-height: 325px;
}
.four-box-part .wreper aside p.txt {
    min-height: 125px;
}
.three-image-part .wreper aside {
    width: 31%;
    padding: 0px 0px;
    margin: 0px 2% 20px 0px;
    float: left;
    text-align: left;
    border: 0px solid #3c3c3b;
    min-height: initial;
    opacity: 1;
}
.three-image-part .wreper aside a {
    color: #FFF;
    text-decoration: none;
    display: block;
    padding: 0px 0px;
    margin: 0px 0px;
    min-height: 250px;
}
.three-image-part .wreper aside:nth-child(1) a span {
    background: #FFF;
    padding: 0px 0px 0px 8px;
    min-width: initial;
    margin: 30px 0px 0px;
    line-height: 0;
    width: 80%;
}
.three-image-part .wreper aside:nth-child(1) a:hover span{
		background:#FFF;
		padding:0px 0px 0px 8px;
		min-width:initial;
		margin:80px 0px 0px;
		line-height:0;
		width: 80%;
	}
	
.three-image-part .wreper aside a span {
    color: #FFF;
    display: inline-block;
    padding: 6px 0px 6px 3%;
    min-width: initial;
    font-size: 24px;
    margin: 30px 0px 0;
    background: url(images/black-bg.png) repeat;
    -webkit-transition: all ease 0.5s;
    transition: all ease 0.5s;
    width: 77%;
}
	
	.three-image-part .wreper aside a:hover span{
		color:#FFF;
		display:inline-block;
		padding:6px 0px 6px 3%;
		min-width:initial;
		font-size:24px;
		margin:80px 0px 0;
		background:url(images/black-bg.png) repeat;
		-webkit-transition: all ease 0.5s;
	transition: all ease 0.5s;
	width: 77%;
	}
	.three-image-part .wreper aside a:hover{
		color:#FFF;
		text-decoration:none;
		display:block;
		padding:0px 0px ;
		margin:0px 0px ;
		min-height:250px;
		-webkit-transition: all ease 0.5s;
	transition: all ease 0.5s;
	}
	
	
	.ftr-part .wreper aside:nth-child(1) {
    width: 27%;
    padding: 0px 0px 10px 0px;
    margin: 0px;
    text-align: left;
}
.ftr-part .wreper aside:nth-child(2) {
    width: 26%;
    padding: 0px 0px 0px 0px;
    margin: 0px;
}
.ftr-part .wreper aside {
    float: left;
    width: 20%;
    padding: 0px 3% 0px 0px;
    margin: 0px;
    color: #FFF;
    text-align: left;
}
.ftr-part {
    float: left;
    background: #1d1d1b;
    width: 100%;
    padding: 30px 0px 30px 0px;
    margin: 0px;
    color: #FFF;
    font-size: 14px;
}
.right-part {
    float: right;
    padding: 0px 0px 0px 0px;
    margin: 0px;
    width: 48%;
    text-align: left;
}	
.left-part {
    float: left;
    padding: 0px 0px 20px 0px;
    margin: 0px;
    width: 48%;
    text-align: left;
}	
#practive-part div {
    width: 21%;
	padding: 3% 1%;
	margin: 0px 1% 2% 0px;
	float: left;
	text-align: left;
	border: 1px solid #3c3c3b;
}
#practive-part h3 {
    padding: 0px 0px 10px 0px;
    margin: 0px;
    font-size: 15px;
	color: #005f8d;
	font-weight: bold;
	line-height: 1.1;
	text-transform: none;
	min-height: 34px;
}
#practive-part p.txt {
    min-height: 180px;
    padding: 0px;
    margin: 0px;
}
#practive-part .last {
    margin: 0px 2% 2% 0px;
}
.team-container #team-223 .team-thumb {
    float: left;
    width: 150px !important;
    padding: 0px !important;
    margin: 0px 20px 0px 0px !important;
}
.cont-right {
    float: right;
    padding: 0px 0px 0px 0px;
    margin: 0px;
    width: 56%;
    text-align: left;
}
.cont-left {
    float: left;
    padding: 0px 0px 20px 0px;
    margin: 0px;
    width: 40%;
    text-align: left;
}
.cont-right p {
    padding: 0px;
    margin: 0px 0px 0px 0px;
}
.cont-right [type="submit"]:hover, .cont-right [type="submit"] {
    background: #575756;
    margin: 10px 0px 20px 0px;
    text-align: left;
    font-size: 20px;
    text-transform: none;
    color: #FFF;
    font-weight: 700;
    padding: 8px 15px;
    line-height: 1.4;
    display: inline-block;
    border: 0;
    border-radius: 0;
    text-decoration: none;
}
.four-box-part .wreper aside .widget-title {
    min-height: 70px;
}

.who-part .wreper aside:nth-child(2) .widget-title{
		padding:0px 0px 15px 12px;
	}
	
	
	
}
/* Minimum width of 900 pixels. */
@media screen and (min-width: 900px) {
.four-box-part .wreper aside {
    width: 22%;
    padding: 3% 1%;
    margin: 0px 1% 2% 0px;
    float: left;
    text-align: center;
    border: 1px solid #3c3c3b;
}
.four-box-part .wreper aside .widget-title {
    padding: 70px 0px 10px 0px;
    margin: 0px;
    font-size: 21px;
    color: #3c3c3b;
    font-weight: bold;
    line-height: 1.4;
    text-transform: none;
	min-height: 60px;
}
.four-box-part .wreper aside p.txt {
    min-height: 200px;
}
.three-image-part .wreper aside {
    width: 32%;
    padding: 0px 0px;
    margin: 0px 2% 20px 0px;
    float: left;
    text-align: left;
    border: 0px solid #3c3c3b;
    min-height: initial;
    opacity: 1;
}
.three-image-part .wreper aside a {
    color: #FFF;
    text-decoration: none;
    display: block;
    padding: 0px 0px;
    margin: 0px 0px;
    min-height: 260px;
}
.three-image-part .wreper aside a:hover{
		color:#FFF;
		text-decoration:none;
		display:block;
		padding:0px 0px ;
		margin:0px 0px ;
		min-height:260px;
		-webkit-transition: all ease 0.5s;
	transition: all ease 0.5s;
	}
	
	.ftr-part .wreper aside:nth-child(1) {
    width: 26%;
    padding: 0px 0px 10px 0px;
    margin: 0px;
    text-align: left;
}
	
	.ftr-part .wreper aside:nth-child(2) {
    width: 22%;
    padding: 0px 0px 0px 0px;
    margin: 0px;
}
	
	.ftr-part .wreper aside {
    float: left;
    width: 16%;
    padding: 0px 2% 0px 0px;
    margin: 0px;
    color: #FFF;
    text-align: left;
}
.header-part {
    float: left;
    width: 100%;
    padding: 0px 0px 0px 0px;
    margin: 0px;
    min-height: 150px;
}
#practive-part div {
    width: 22%;
    padding: 2% 1%;
    margin: 0px 1% 1% 0px;
    float: left;
    text-align: left;
    border: 1px solid #3c3c3b;
	min-height: 300px;
}
#practive-part .last {
    margin: 0px 0% 2% 0px;
}
#practive-part p.txt {
    min-height: 148px;
    padding: 0px;
    margin: 0px;
}
.main-navigation li a {
    border-bottom: 0;
    color: #FFF;
    line-height: 1.4;
    white-space: nowrap;
    padding: 10px 22px;
    font-weight: bold;
}
.main-navigation li {
    margin: 0 0px 0 0;
    font-size: 20px;
    padding: 0px;
    line-height: 1.4;
    position: relative;
}
.top-part .logo {
    float: left;
    width: 40%;
    padding: 10px 0px 10px 0px;
    margin: 0px;
    text-align: center;
}

.who-part ul.lcp_catlist li {
	min-height: 210px;

}

.who-part ul li h4.lcp_post {
    min-height: 90px;
}

}
/* Minimum width of 960 pixels. */
@media screen and (min-width: 960px) {
	
	
	body .site {
		padding: 0 24px;
	}
	
	#practive-part h3 {
    padding: 0px 0px 10px 0px;
    margin: 0px;
    font-size: 20px;
    color: #005f8d;
    font-weight: bold;
    line-height: 1.1;
    text-transform: none;
}
	
	#practive-part p.txt {
    min-height: 125px;
    padding: 0px;
    margin: 0px;
}
.team-container #team-223 .team-item {
    padding: 2% 3% 0% 2% !important;
    border: 1px solid #c6c6c5;
    margin: 0 0% 2% 0 !important;
    width: 43% !important;
}
}
/* Minimum width of 1140 pixels. */
@media screen and (min-width: 1140px) {
	
	
	body .site {
		padding: 0 0px;
	}
	
	.wreper{
		width:1140px;
		margin:0 auto;
	}
	
	.top-part{
		float:left;
		width:100%;
		padding:0px 0px 0px 0px;
		margin:0px;
	}
	
	.top-part .wreper{
		width:100%;
		max-width: 1300px;
		margin:0 auto;
	}
	.top-part .logo{
		float:left;
		width:400px;
		padding:10px 0px 10px 0px;
		margin:0px;
		text-align:left;
	}
	.top-part .right{
		float:right;
		width:auto;
		padding:26px 0px 0px 0px;
		margin:0px;
		text-align:left;
		font-size:15px;
		color:#9c9b9b;
	}

	.top-part .right strong{
		font-size:20px;
		line-height:1.4;
		color:#575756;
	}

	.top-part .right a{
		color:#575756;
		font-weight:bold;
	}

	.top-part .right .phone{
		background:url(images/phone-icon.png) no-repeat top left;
		display:inline-block;
		font-size:15px;
		color:#9c9b9b;
		padding: 8px 30px 15px 90px;
		margin:0px;
		text-align:left;
		border:2px solid #c6c6c5;
	}
	.top-part .right .phone strong{
		font-size:22px;
		line-height:1.4;
		color:#575756;
	}
	.top-part .right .phone a{
		color:#575756;
		font-weight:bold;
		text-decoration:none;
	}
	.top-part .right .phone a:hover{
		color:#d9d9d9;
		font-weight:bold;
		text-decoration:none;
	}
	
	.menu-part{
		background: #0a3650;
		float:left;
		width:100%;
		padding:0px 0px ;
		margin:0px;
	}
	
	.menu-part .wreper{
		width:1050px;
		margin:0 auto;
	}
	
	.main-navigation li a {
		border-bottom: 0;
		color: #FFF;
		line-height: 1.4;
		white-space: nowrap;
		padding: 10px 26px;
		font-weight: bold;
	}
	.main-navigation li {
		margin: 0 0px 0 0;
		font-size:20px;
		padding:0px;
		line-height:1.4;
		position: relative;
	}
	.slider-part{
		float:left;
		width:100%;
		padding:0px 0px 0px 0px;
/*		margin:0px 0px -80px 0px;*/
/*		min-height:363px;*/
	}
	.header-part{
		float:left;
		width:100%;
		padding:0px 0px 0px 0px;
		margin:0px;
		min-height:195px;
	}
	.home-left h2{
		padding:0px 0px 20px 0px;
		margin:0px;
		font-size:30px;
		color:#000;
		font-weight:normal;
		line-height:1;
		text-align:left;
	}
	.clear{
		clear:both;
	}
	
	.who-part{
		float:left;
		width:100%;
		padding:0px 0px 40px 0px;
		margin:0px;
		color:#3c3c3b;
		font-size:16px;
		position:relative;
		z-index:99;
	}
	
	.who-part .wreper{
		width:1050px;
		margin:0 auto;
	}
	.who-part .wreper a{
		color:#3c3c3b;
		text-decoration:none;
	}
	.who-part .wreper a:hover{
		color:#9e9e9d;
		text-decoration:none;
	}
		
	.who-part .wreper aside .widget-title{
		padding:0px 0px 15px 0px;
		margin:0px;
		font-size:24px;
		color:#3c3c3b;
		font-weight:normal;
		line-height:1.4;
		text-transform:none;
	}
	.who-part .wreper aside:nth-child(1){
		width:425px;
		padding:30px 25px 0px 25px;
		margin:0px;
		float:left;
		text-align:left;
		background:#FFF;
		border-radius:5px 0px 0px 0px;
	}
	.who-part .wreper aside:nth-child(2){
		width:550px;
		padding:30px 25px 0px 0px;
		margin:0px;
		float:right;
		background:#FFF;
		border-radius:0px 5px 0px 0px;
	}
	.who-part .wreper aside:nth-child(2) .widget-title{
		padding:0px 0px 15px 18px;
	}

	.who-part ul.lcp_catlist{
		margin: 0;
		padding:0px 0px 0px 0px;
		border-left:0px solid #d4d4d4;
	}
	.who-part ul.lcp_catlist li{
		list-style:none;
		border-left:1px solid #d4d4d4;
		border-bottom:none;
		display:inline-block;
		float:none;
		margin: 0px 0px 0px 0px;
		padding:0px 3% 0px 3%;
		width:43%;
		min-height:160px;
		vertical-align:top;
	}
	.who-part ul li a{
		color:#053960;
		text-decoration:none;
	}
	.who-part ul li a:hover{
		color:#000;
		text-decoration:none;
	}
	.who-part ul li h4.lcp_post{
		margin: 0;
		padding:3px 0px 0px 0px;
		font-size:18px;
		font-weight:700;
		line-height:1.3;
		min-height: 85px;
	}
	
	.four-box-part{
		float:left;
		width:100%;
		padding:0px 0px 40px 0px;
		margin:0px;
		color:#575756;
		font-size:15px;
	}
	
	.four-box-part .wreper{
		width:1140px;
		margin:0 auto;
	}
	.four-box-part .wreper aside span a{
		color:#3c3c3b;
		text-decoration:none;
		display:block;
		padding:10px 0px ;
		margin:10px 10px 0;
		font-weight:700;
		background:#d9d9d9;
		font-size:14px;
	}
	.four-box-part .wreper aside span a:hover{
		color:#FFF;
		text-decoration:none;
		display:block;
		padding:10px 0px ;
		margin:10px 10px 0;
		font-weight:700;
		background:#01374f;
		font-size:14px;
	}
	.four-box-part .wreper aside{
		width:234px;
		padding:15px 15px ;
		margin:0px 25px 0px 0px;
		float:left;
		text-align:center;
		border:1px solid #3c3c3b;
	}
	.four-box-part .wreper aside p.txt{
		min-height:160px;
	}
	.four-box-part .wreper aside:last-child{
		margin:0px;
	}
		
	.four-box-part .wreper aside .widget-title{
		padding:70px 0px 10px 0px;
		margin:0px;
		font-size:23px;
		color:#3c3c3b;
		font-weight:bold;
		line-height:1.4;
		text-transform:none;
		min-height: 65px;
	}
	.four-box-part .wreper aside:nth-child(1) .widget-title{
		background:url(images/icone1.png) no-repeat top center;
	}
	.four-box-part .wreper aside:nth-child(2) .widget-title{
		background:url(images/icone2.png) no-repeat top center;
	}
	
	.four-box-part .wreper aside:nth-child(3) .widget-title{
		background:url(images/icone3.png) no-repeat top center;
	}
	.four-box-part .wreper aside:nth-child(4) .widget-title{
		background:url(images/icone4.png) no-repeat top center;
	}
	
	
	.three-image-part{
		float:left;
		width:100%;
		padding:0px 0px 40px 0px;
		margin:0px;
		color:#FFF;
		font-size:16px;
		font-weight:700;
	}
	
	.three-image-part .wreper{
		width:1140px;
		margin:0 auto;
	}
	.three-image-part .wreper aside:nth-child(1) a span{
		background:#FFF;
		padding:0px 0px 0px 8px;
		min-width:222px;
		margin:30px 0px 0px;
		line-height:0;
		width: initial;
	}
	.three-image-part .wreper aside:nth-child(1) a:hover span{
		background:#FFF;
		padding:0px 0px 0px 8px;
		min-width:222px;
		margin:80px 0px 0px;
		line-height:0;
		width: initial;
	}
	.three-image-part .wreper aside a span{
		color:#FFF;
		display:inline-block;
		padding:10px 0px 11px 40px;
		min-width:190px;
		font-size:24px;
		margin:30px 0px 0;
		background:url(images/black-bg.png) repeat;
		-webkit-transition: all ease 0.5s;
	transition: all ease 0.5s;
	width: initial;
	}
	.three-image-part .wreper aside a:hover span{
		color:#FFF;
		display:inline-block;
		padding:10px 0px 11px 40px;
		min-width:190px;
		font-size:24px;
		margin:80px 0px 0;
		background:url(images/black-bg.png) repeat;
		-webkit-transition: all ease 0.5s;
	transition: all ease 0.5s;
	width: initial;
	}
	.three-image-part .wreper aside a{
		color:#FFF;
		text-decoration:none;
		display:block;
		padding:0px 0px ;
		margin:0px 0px ;
		min-height:340px;
	}
	.three-image-part .wreper aside a:hover{
		color:#FFF;
		text-decoration:none;
		display:block;
		padding:0px 0px ;
		margin:0px 0px ;
		min-height:340px;
		-webkit-transition: all ease 0.5s;
	transition: all ease 0.5s;
	}
	.three-image-part .wreper aside{
		width:350px;
		padding:0px 0px ;
		margin:0px 45px 0px 0px;
		float:left;
		text-align:left;
		border:0px solid #3c3c3b;
		min-height:340px;
		opacity:1;
		
	}
	.three-image-part .wreper aside:hover{
		opacity:0.9;
		-webkit-transition: all ease 0.5s;
	transition: all ease 0.5s;
	}
	.three-image-part .wreper aside:nth-child(1){
		background:url(images/image-1.jpg) no-repeat top center;
		background-size:contain;
	}
	.three-image-part .wreper aside:nth-child(2){
		background:url(images/image-2.jpg) no-repeat top center;
		background-size:contain;
	}
	.three-image-part .wreper aside:nth-child(3){
		background:url(images/image-3.jpg) no-repeat top center;
		margin:0px;
		background-size:contain;
	}
	.ftr-part{
		float:left;
		background: #1d1d1b;
		width:100%;
		padding:50px 0px 50px 0px;
		margin:0px;
		color:#FFF;
		font-size:14px;
	}
	
	.ftr-part .wreper{
		width:1340px;
		margin:0 auto;
	}
	.ftr-part .wreper a{
		color:#FFF;
		text-decoration:none;
		
	}
	.ftr-part .wreper a:hover{
		color:#9e9e9d;
		text-decoration:none;
	}
		
	.ftr-part .wreper aside .widget-title{
		padding:0px 0px 15px 0px;
		margin:0px;
		font-size:18px;
		color:#FFF;
		font-weight:bold;
		line-height:1.4;
		text-transform:none;
	}
	.ftr-part .wreper aside:nth-child(1){
		width:260px;
		padding:0px 0px 0px 0px;
		margin:0px;
		text-align:left;
	}
	.ftr-part .wreper aside:nth-child(2){
		width:230px;
		padding:0px 0px 0px 0px;
		margin:0px;
	}
	.ftr-part .wreper aside:nth-child(5){
		padding:0px 0px 0px 0px;
		margin:0px;
	}
	.ftr-part .wreper aside:nth-child(5) a img{
		margin:0px 2px 0px 2px;
		opacity:0.7;
	}
	.ftr-part .wreper aside:nth-child(5) a:hover img{
		margin:0px 2px 0px 2px;
		opacity:1;
	}
	
	.ftr-part .wreper aside {
		float:left;
		width:180px;
		padding:0px 40px 0px 0px;
		margin:0px;
		color:#FFF;
		text-align:left;
	}
	.ftr-part .wreper aside ul{
		padding:0px 0px 0px 0px;
		margin:0px;
	}
	.ftr-part .wreper aside ul li{
		list-style:none;
		border-bottom:1px solid #FFF;
		padding:10px 0px 10px 0px;
		margin:0px;
	}
	.ftr-part .wreper aside ul li:first-child{
		padding:0px 0px 10px 0px;
		margin:0px;
	}
	.ftr-part .wreper aside ul li:last-child{
		border-bottom:0px solid #FFF;
		padding:10px 0px 0px 0px;
		margin:0px;
	}
	
		.copyright-part{
		float:left;
		background: #3c3c3b;
		width:100%;
		padding:12px 0px ;
		margin:0px;
		color:#d9d9d9;
		font-size:14px;
		text-align:center;
	}
		.copyright-part a{
		color:#d9d9d9;
		text-decoration:none;
	}
		.copyright-part a:hover{
		color:#FFF;
		text-decoration:none;
	}
	.left-part{
		float:left;
		padding:0px 0px 0px 0px;
		margin:0px;
		width:48%;
		text-align:left;
	}
	.right-part{
		float:right;
		padding:0px 0px 0px 0px;
		margin:0px;
		width:48%;
		text-align:left;
	}
	.cont-left{
		float:left;
		padding:0px 0px 0px 0px;
		margin:0px;
		width:30%;
		text-align:left;
	}
	.cont-right{
		float:right;
		padding:0px 0px 0px 0px;
		margin:0px;
		width:60%;
		text-align:left;
	}
	
	.cont-left hr {
    background-color: #d4d4d4;
    border: 0;
    height: 1px;
    margin: 20px 0;
	}
	.cont-left h4, .cont-right h4{
	font-size: 28px;
	color:#3c3c3b;
	line-height: 1.4;
	padding:0px 0px 15px 0px;
	margin:0px;
	font-weight:500;
	text-transform:none;
	}
	.cont-right label{
		width:120px;
		display:inline-block;
		padding:10px 0px 0px 0px;
		margin:0px 0px 0px 0px;
		font-size:16px;
		font-weight:700;
		vertical-align:top;
	}
	.cont-right .custom-checkbox label{
	    width: 100%;
	}
	.cont-right .wpcf7-list-item{
	    margin-left: 0;
	}
	.cont-right input[type="text"], input[type="tel"], input[type="email"], select{
		width:75%;
		display:inline-block;
		padding:15px 2%;
		margin:0px 0px 0px 0px;
		font-size:16px;
		border:1px solid #c5c5c5;
		border-radius:0;
	}
	.cont-right select{
		width: 79.3%;
	}
	.cont-right p{
		padding:0px ;
		margin:0px 0px 10px 0px;
	}
	.cont-right textarea{
		width:75%;
		display:inline-block;
		padding:6px 2%;
		margin:0px 0px 0px 0px;
		font-size:16px;
		border:1px solid #c5c5c5;
		border-radius:0;
		height: 130px;
	}
	
		.cont-right [type="submit"]:hover,
		.cont-right [type="submit"]{
		background: #575756;
		margin:0px 0px 0px 120px;
		text-align:left;
		font-size:20px;
		text-transform:none;
		color:#FFF;
		font-weight:700;
		padding:8px 15px ;
		line-height:1.4;
		display:inline-block;
		border:0;
		border-radius:0;
		text-decoration:none;
		}
		
		#practive-part{
		}
	
		#practive-part span a{
		color:#3c3c3b;
		text-decoration:none;
		display:block;
		padding:10px 0px ;
		margin:10px 10px 0;
		font-weight:700;
		background:#d9d9d9;
		font-size:14px;
		text-align:center;
	}
	#practive-part span a:hover{
		color:#FFF;
		text-decoration:none;
		display:block;
		padding:10px 0px ;
		margin:10px 10px 0;
		font-weight:700;
		background:#01374f;
		font-size:14px;
		text-align:center;
	}
	#practive-part div{
		width:234px;
		padding:15px 15px ;
		margin:0px 25px 25px 0px;
		float:left;
		text-align:left;
		border:1px solid #3c3c3b;
	}
	#practive-part p{
		padding:0px;
		margin:0px;
	}
	#practive-part p.txt{
		min-height:120px;
		padding:0px;
		margin:0px;
	}
	#practive-part p.txt-2{
		min-height:94px;
		padding:0px;
		margin:0px;
	}
	#practive-part .last{
		margin:0px;
	}
	#practive-part .clear{
		clear:both;
	}
		
	#practive-part h3{
		padding:0px 0px 10px 0px;
		margin:0px;
		font-size:23px;
		color:#005f8d;
		font-weight:bold;
		line-height:1.1;
		text-transform:none;
		min-height: 52px;
	}
	
	.cont-btn a{
		display:inline-block;
		text-decoration:none;
		color:#1b5f85;
		font-size:20px;
		margin:0px;
		padding:15px 35px ;
		font-weight:700;
		text-transform:uppercase;
		background:url(images/btn-bg.jpg) repeat-x top center #dadada;
		border:1px solid #7fa3b5
	}
	.cont-btn a:hover{
		display:inline-block;
		text-decoration:none;
		color:#3c3c3b;
		font-size:20px;
		margin:0px;
		padding:15px 35px ;
		font-weight:700;
		text-transform:uppercase;
		background: #e7e7e7;
		border:1px solid #3c3c3b
	}
	
	.half-part{
		width:50%;
		padding:0px 0px ;
		margin:0px 0px 0px 0px;
		float:left;
		text-align:left;
	}
	ul.list-style1{
		padding:0px 0px 20px 0px;
		margin:0px;
	}
	ul.list-style1 li{
		list-style:none;
		background:url(images/bullet.jpg) no-repeat 0px 9px;
		padding:0px 0px 1px 15px;
		margin:0px;
	}
	
	.publication-part{
	}
	
	.publication-part ul.lcp_catlist{
		margin: 0;
		padding:0px 0px 0px 0px;
	}
	.publication-part ul.lcp_catlist li{
		list-style:none;
		display:inline-block;
		float:left;
		margin: 0px 0px 20px 0px;
		padding:0px 0% 20px 0px;
		width:100%;
		border-bottom:1px solid #cdced0;
	}
	.publication-part ul li h4.lcp_post{
		margin: 0;
		padding:0px 0px 10px 0px;
		font-size:18px;
		font-weight:700;
		line-height:1.3;
		color:#094c6e;
	}
	.publication-part ul li a.more{
		margin: 20px 0px 0px 0px;
		padding:10px 30px;
		float:right;
		font-size:16px;
		font-weight:700;
		line-height:1.3;
		color:#231f20;
		text-decoration:none;
		border:1px solid #477992;
	}
	.publication-part ul li a:hover.more{
		margin: 20px 0px 0px 0px;
		padding:10px 30px;
		float:right;
		font-size:16px;
		font-weight:700;
		line-height:1.3;
		color:#094c6e;
		text-decoration:none;
		border:1px solid #cdced0;
	}
	.back-btn a{
		background:url(images/arrow-back.png) no-repeat;
		margin: 0px 0px 0px 0px;
		padding:0px 0px 0px 40px ;
		display:inline-block;
		font-size:16px;
		font-weight:500;
		line-height:1.1;
		color:#676a6a;
		text-decoration:none;
	}
	.back-btn a:hover{
		background:url(images/arrow-back.png) no-repeat;
		margin: 0px 0px 0px -10px;
		padding:0px 0px 0px 40px ;
		display:inline-block;
		font-size:16px;
		font-weight:500;
		line-height:1.1;
		color:#094c6e;
		text-decoration:none;
	}
	.single-team_member .site-content {
		padding:0px;
		margin:30px 0px;
	}
	
	.single-team_member .entry-header img.wp-post-image {
		float:left;
		padding:0px;
		margin:0px 30px 20px 0px;
	}
	
	.single-team_member .entry-header .entry-title {
	font-size: 22px;
	color:#094c6e;
	line-height: 1.4;
	padding:30px 0px 0px 0px;
	margin:0px;
	font-weight:500;
	text-transform:none;
	clear:initial;
	}
	
	.single-team_member .entry-header {
    margin-bottom: 0px;
	}
	.single-team_member .team-title {
    margin-bottom: 24px !important;
	}
	
	.single-team_member .site-content article {
    border: 1px double #c6c6c5;
    margin-bottom: 0px;
    padding: 20px;
    word-wrap: break-word;
	}
	.team-container {
    margin: 0px 0 !important;
    overflow: hidden;
    padding: 0px 0 !important;
    position: relative;
    text-align: center;
    width: 100%;
	}
	
	.team-container #team-223 .team-item {
	padding: 2% 2% 0% 2%!important;
	border: 1px solid #c6c6c5;
	margin: 0 2% 3% 0 !important;
	width: 43% !important;
	}
	
	.team-container #team-223 .team-thumb {
	float: left;
	width: 170px !important;
	padding: 0px !important;
	margin: 0px 20px 0px 0px !important;
	}
	
	.team-container #team-223 .team-content {
	padding:0px !important;
	line-height:1.3;
	}
	
	.team-container #team-223 .team-title {
		padding:0px !important;
	}
	
	.team-flat .team-item a.read-more {
    margin: 10px 0px 0px 0px;
		padding:6px 0px ;
		display:block;
		max-width:90px;
		font-size:14px;
		font-weight:500;
		line-height:1.1;
		color:#6d6d6c;
		text-align:center;
		text-decoration:none;
		border: 1px solid #6d6d6c;
	}
	.team-flat .team-item a.read-more {
    margin: 10px 0px 0px 0px;
		padding:6px 0px ;
		display:block;
		max-width:90px;
		font-size:14px;
		font-weight:500;
		line-height:1.1;
		color:#005f8d;
		text-align:center;
		text-decoration:none;
		border: 1px solid #005f8d;
	}
	
	
}
.cont-right  select{
	background: #fff url(https://www.advocatescyprus.com/wp-content/uploads/2018/11/down-arrow.png) 98% center no-repeat;
	background-size: 10px;
	 -webkit-appearance: none;
	  -moz-appearance: none;
	  appearance: none;
}

.phone-wrap-s{
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	width: 100%;
}
.phone-wrap-s * {
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}
.phone-wrap-s [data-name="phone"]{
	width: 100%;
}
.flex-roww{
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}
.flex-roww label{
	min-width: 120px;
}
.phone-wrap-s .country-dropdown{
	width: 0 !important;
	padding-left: 40px !important;
	border-right: 0 !important;
}
.phone-wrap-s .form-phone{
	width: 96%;
}
.phone-wrap-s .wpcf7-form-control-wrap.phone{
	width: 100%;
}
.phone-wrap-s .flag-dropdown li{
	margin: 0 !important;
}
.contact-map iframe{
	height: 350px;
}
.contact-map .widget-title{
	margin-bottom: 20px;
	text-align: center;
	font-size: 22px;
}

@media screen and (max-width: 1139px){
	.flex-roww{
		display: block;
	}
	.phone-wrap-s .form-phone{
		width: 98%;
	}
}

.enquiry-form-s .cont-right{
	float: none !important;
	width: 100% !important;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	padding: 30px;
	border: 1px solid #c5c5c5;
}
.enquiry-form-s .cont-right .wpcf7-not-valid-tip{
/*
	width: 80%;
	background: #f00;
	color: #fff;
*/
	text-align: right;
}
.enquiry-form-s .cont-right .phone-wrap-s .form-phone{
	width: 99.8%;
}

.enquiry-form-s .cont-right input[type="text"], .enquiry-form-s .cont-right input[type="tel"], .enquiry-form-s .cont-right input[type="email"], .enquiry-form-s .cont-right select, .enquiry-form-s .cont-right textarea{
	width: 80%;
}

@media screen and (max-width: 1139px){
	.enquiry-form-s .cont-right input[type="text"], .enquiry-form-s .cont-right input[type="tel"], .enquiry-form-s .cont-right input[type="email"], .enquiry-form-s .cont-right select, .enquiry-form-s .cont-right textarea{
		width: 95.5%;
	}
}


.partners-section{
	background: #DDDDDD;
	padding: 20px 30px;
	outline: none;
}
.partners-section .widget-title{
	text-align: center;
	margin-bottom: 15px;
	font-weight: 700;
	font-size: 24px;
	color: #0A3650;
}
.partners-section .owl-prev{
	position: absolute;
	top: 0%;
	margin-top: 35px;
	margin-left: -35px;
	left: 0;
	outline: none;
}
.partners-section .owl-next{
	position: absolute;
	top: 0%;
	margin-top: 35px;
	margin-right: -35px;
	right: 0;
	outline: none;
}

.partners-section .owl-nav .disabled{
	opacity: 0.8;
}
.partners-section .owl-dots{
	margin-top: 15px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	outline: none;
	
}
.partners-section .owl-dots .owl-dot{
	margin: 0 3px;
}
.partners-section .owl-dots .owl-dot span{
	display: block;
	width: 6px;
	height: 6px;
	border-radius: 50%;
	border: 1px solid #0A3650;
}
.partners-section .owl-dots .owl-dot.active span{
	background: #0A3650;
}





@media screen and (max-width: 500px){
	.partners-section .owl-prev, .partners-section .owl-next{
		margin-top: 21px;
	}
}
@media screen and (max-width: 400px){
	.partners-section .owl-prev, .partners-section .owl-next{
		margin-top: 18px;
	}
}
@media screen and (max-width: 340px){
	.partners-section .owl-prev, .partners-section .owl-next{
		margin-top: 16px;
	}
}






@media screen and (max-width: 767px){
	.widget-area#secondary{
		display: none;
	}
	.site-content{
		width: 100%;
	}
}

@media screen and (min-width: 768px){
	.no-submenu ul{
		display: none;
	}
}

/*--------------------------------------------------------
Facelift 2019
---------------------------------------------------------*/
.n2-ss-slider .n2-grab{
	cursor: default !important;
}

/*--------------------------------------------------------
Facelift 2019
---------------------------------------------------------*/


/*--------------------------------------------------------
Code for newsletter area
---------------------------------------------------------*/

.newsletter-widget-area:before,
.newsletter-widget-area:after {
	content: "";
	display: table;
	line-height: 1;
}

.newsletter-widget-area:after {
	clear: both;
}

.newsletter-widget-area {
	float: left;
	width: 100%;
	background: #2d739d;
	color: #fff;
	box-sizing: border-box;
	font-family: "Lato", sans-serif;
}

.newsletter-widget-area * {
	box-sizing: border-box;
}

.newsletter-widget-area .wrep {
	width: 94%;
	max-width: 1020px;
	margin: auto;
}

.newsletter-widget-area .newsletter-area {
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 25px 0;
	padding-left: 80px;
	background: url(images/newsletter-icon.png) left 2px no-repeat;
}

.newsletter-widget-area .widget-title {
	font-size: 18px;
	font-weight: 700;
	margin-right: 20px;
	font-family: "Lato", sans-serif;
}

.newsletter-widget-area #mc_embed_signup_scroll {
	display: flex;
	align-items: flex-end;
	position: relative;
}

.newsletter-widget-area #mc_embed_signup_scroll #mce-responses {
	position: absolute;
	bottom: -20px;
	width: 100%;
	text-align: center;
	/*	letter-spacing: 0.5px;*/
	font-size: 11px;
}

.newsletter-widget-area #mc_embed_signup_scroll #mce-responses a {
	color: #fff;
}

.newsletter-widget-area #mc_embed_signup_scroll #mce-responses #mce-error-response {
	background: #f00;
	padding: 2px 15px;
}

.newsletter-widget-area #mc_embed_signup_scroll #mce-responses #mce-success-response {
	background: #12753b;
	padding: 2px 15px;
}

.newsletter-widget-area .mc-field-group {
	margin-right: 20px;
	position: relative;
}

.newsletter-widget-area .mc-field-group label {
	margin-bottom: 5px;
	display: block;
}

.newsletter-widget-area .mc-field-group input {
	min-width: 225px;
	width: 100%;
	border-radius: 0;
	border-color: #fff;
	color: #000;
	font-size: 16px;
	padding: 10px 15px;
}

.newsletter-widget-area .mc-field-group div.mce_inline_error {
	position: absolute;
	width: 100%;
	font-size: 12px;
	font-weight: 400 !important;
	padding: 3px 5px !important;
}

.newsletter-widget-area input[type="submit"] {
	background: #0a3650;
	font-size: 18px;
	font-weight: 700;
	border-color: #fff;
	border-width: 2px;
	color: #fff;
	border-radius: 0;
	padding: 6px 20px;
	transition: 0.5s all ease;
}

.newsletter-widget-area input[type="submit"]:hover {
	background: transparent;
}

@media screen and (max-width: 900px) {
	.newsletter-widget-area .newsletter-area {
		flex-direction: column;
		align-items: center;
	}

	.newsletter-widget-area .newsletter-area {
		background-position: center 20px;
		background-size: 60px;
		padding-left: 0;
		padding-top: 90px;
		padding-bottom: 20px;
	}

	.newsletter-widget-area .widget-title {
		margin: 0 0 20px;
	}
}

@media screen and (max-width: 620px) {
	.newsletter-widget-area .newsletter-area>div {
		width: 100%;
	}

	.newsletter-widget-area #mc_embed_signup_scroll {
		flex-direction: column;
		align-items: center;
	}

	.newsletter-widget-area .mc-field-group div.mce_inline_error {
		position: static;
	}

	.newsletter-widget-area .mc-field-group {
		margin-right: 0;
		margin-bottom: 10px;
		width: 100%;
		max-width: 320px;
	}

	.newsletter-widget-area #mc_embed_signup_scroll #mce-responses {
		position: static;
		margin-bottom: 10px;
	}
}

/*--------------------------------------------------------
Code for newsletter area
---------------------------------------------------------*/

/*--------------------------------------------------------
Code for BC Business area
---------------------------------------------------------*/

.bc-main-area{
	/* display: none; */
	padding: 30px 0;
	background: url(images/bc-addition-bk.svg) 75% center no-repeat;
    background-size: auto 75%;	
}
.bc-main-area .site{
	background: transparent;
}

.bc-main-area .wrep{
	padding: 0 30px;
    display: flex;
    align-items: center;
}

.bc-main-area .bc-business-area {
	color: #000;
	font-size: 16px;
	padding: 0 20px;
	max-width: 55%;
}
.bc-main-area .bc-business-area .widget-title,.bc-main-area .bc-business-area h1,.bc-main-area .bc-business-area h2,.bc-main-area .bc-business-area h3,.bc-main-area .bc-business-area h4,.bc-main-area .bc-business-area h5{
	font-size: 32px;
	margin-bottom: 15px;
	color: #0a3650;
	font-weight: 400;
	
}
.bc-main-area .bc-business-area .widget-title a,.bc-main-area .bc-business-area h1 a,.bc-main-area .bc-business-area h2 a,.bc-main-area .bc-business-area h3 a,.bc-main-area .bc-business-area h4 a,.bc-main-area .bc-business-area h5 a{
	color: #0a3650;
	font-size: 32px;
	font-weight: 400;
	border: none;
	padding: 0;
}
.bc-main-area .bc-business-area .widget-title a:hover,.bc-main-area .bc-business-area h1 a:hover,.bc-main-area .bc-business-area h2 a:hover,.bc-main-area .bc-business-area h3 a:hover,.bc-main-area .bc-business-area h4 a:hover,.bc-main-area .bc-business-area h5 a:hover{
	color: #0a3650;
	background: transparent;
}
@media screen and (max-width: 1400px) {
	.bc-main-area .bc-business-area .widget-title,.bc-main-area .bc-business-area h1,.bc-main-area .bc-business-area h2,.bc-main-area .bc-business-area h3,.bc-main-area .bc-business-area h4,.bc-main-area .bc-business-area h5{
		font-size: 28px;
	}
	.bc-main-area .bc-business-area .widget-title a,.bc-main-area .bc-business-area h1 a,.bc-main-area .bc-business-area h2 a,.bc-main-area .bc-business-area h3 a,.bc-main-area .bc-business-area h4 a,.bc-main-area .bc-business-area h5 a{
		font-size: 28px;
	}
}


@media screen and (max-width: 768px) {
	.bc-main-area .bc-business-area .widget-title,.bc-main-area .bc-business-area h1,.bc-main-area .bc-business-area h2,.bc-main-area .bc-business-area h3,.bc-main-area .bc-business-area h4,.bc-main-area .bc-business-area h5{
		font-size: 22px;
		margin-bottom: 10px;
	}
	.bc-main-area .bc-business-area .widget-title a,.bc-main-area .bc-business-area h1 a,.bc-main-area .bc-business-area h2 a,.bc-main-area .bc-business-area h3 a,.bc-main-area .bc-business-area h4 a,.bc-main-area .bc-business-area h5 a{
		font-size: 22px;
		margin-bottom: 10px;
	}
}

.bc-main-area .bc-business-area a{
    font-size: 18px;
    font-weight: 700;
    border: 2px solid #0a3650;
    color: #0a3650;
	border-radius: 0;
	display: inline-block;
    padding: 6px 20px;
    transition: 0.5s all ease;
}

.bc-main-area .bc-business-area a:hover{
	background: #0a3650;
	color: #fff;
}


@media screen and (max-width: 900px){
	.bc-main-area{
		padding: 30px 0;
		background-size: auto 50%;
	}
	.bc-main-area .wrep{
		flex-direction: column;
		justify-content: center;
		text-align: center;
		padding: 15px;
		border: 1px solid rgba(45,115,157,.3);
	}
	.bc-main-area .bc-business-area {
		max-width: 100%;
		padding: 0;
		margin-bottom: 15px;
		font-size: 16px;
	}
}

.l-contact-area .l-contact-wrap .custom-checkbox .wpcf7-list-item{
    margin-left: 0;
}
/*--------------------------------------------------------
Code for BC Business area
---------------------------------------------------------*/

.site-content.full-width{
	width: 100%;
}

.site-content.full-width .entry-header{
	text-align: center;
}


@media screen and (min-width: 1140px){
	.form-l-label{
		padding-left: 120px !important;
	}
}

.l-contact-area .l-contact-wrap .l-row .l-column-one.phone-field{
	display: flex;
}
.l-contact-area .l-contact-wrap .l-row .l-column-one.phone-field [data-name="telphone"]{
	width: 100%;
}




/* maintainance date 09-02-2024 */
/* close button issue */
@media screen and (max-width: 360px){
	body.cbp-spmenu-push-toright #wprmenu_bar {
		margin-left: -125px !important;
	}
}
/* contact form checkbox issue */
@media screen and (max-width: 1200px){
	.custom-checkbox .wpcf7-list-item{
		margin: 0;
	}

	.cont-right .custom-checkbox  label{
		width: 100%;
	}
}

/* nav link focus issue */
.main-navigation a:hover, .main-navigation a:focus{
	color: #fff !important;
}

/* sticky share button */
body.single-post{
	overflow-x: initial !important;
}

body.single-post .site{
	overflow: initial !important;
}

body.single-post .share-option{
	position: sticky !important;
	top: 120px;
    margin-top: 100px;
}

body.single-post .post-detail-wrap .post-share-area .share-option ul li a{
	margin: initial;
}



/* Floating form */
.grecaptcha-badge{
	opacity: 0;
	visibility: hidden;
	pointer-events: none;
}

.floating-form-area {
	position: relative;
	padding-top: 50px;
}

@media (min-width: 720px) {
	.floating-form-area {
		padding-top: 0px;
	}
}

.floating-form-area .floating-form {
	position: fixed;
	right: 0;
	bottom: 0;
	z-index: 9;
	width: 100%;
	max-width: 100%;
	z-index: 991;
	outline: none;
	box-sizing: border-box;
}

@media (min-width: 575px) {
	.floating-form-area .floating-form {
		width: 390px;
	}
}

.floating-form-area .floating-form * {
	outline: none;
	box-sizing: border-box;
}

.floating-form-area .floating-form.toggled .form-headline-area h3:after {
	content: "";
	position: absolute;
	width: -webkit-calc(100% - 40px);
	width: calc(100% - 40px);
	left: 20px;
	border-top: 1px solid #2d739d;
	height: 1px;
	bottom: 0px;
}

.floating-form-area .floating-form.toggled .form-headline-area:after {
	-webkit-transform: rotate(0deg);
	-ms-transform: rotate(0deg);
	-o-transform: rotate(0deg);
	transform: rotate(0deg);
}

.floating-form-area .floating-form.now-pin {
	position: absolute;
	right: 0;
	bottom: 0;
	width: 100%;
}

@media (min-width: 575px) {
	.floating-form-area .floating-form.now-pin {
		width: 380px;
	}
}

.floating-form-area .floating-form .form-headline-area {
	background: #0A3650;
	padding: 15px 25px;
	color: #fff;
	font-size: 32;
	padding-left: 55px;
	position: relative;
	cursor: pointer;
}

@media (max-width: 1480px) {
	.floating-form-area .floating-form .form-headline-area {
		font-size: 26px;
	}
}

@media (max-width: 574px) {
	.floating-form-area .floating-form .form-headline-area {
		font-size: 20px;
	}
}

.floating-form-area .floating-form .form-headline-area:before {
	content: "";
	width: 30px;
	height: 30px;
	background: url(images/chat-icon.svg) center no-repeat;
	-webkit-background-size: contain;
	-o-background-size: contain;
	background-size: contain;
	position: absolute;
	left: 15px;
	top: 50%;
	margin-top: -15px;
}

.floating-form-area .floating-form .form-headline-area:after {
	content: "";
	width: 16px;
	height: 16px;
	mask: url(images/down-arrow-icon.svg) center no-repeat;
	background: #2d739d;
	position: absolute;
	right: 20px;
	top: 50%;
	margin-top: -8px;
	-webkit-transform: rotate(180deg);
	-ms-transform: rotate(180deg);
	-o-transform: rotate(180deg);
	transform: rotate(180deg);
}

.floating-form-area .floating-form .form-headline-area h3 {
	color: #fff;
	font-size: 22px;
	line-height: 1.2;
	font-family: "Lato", sans-serif;
	margin-bottom: 0px;
}

@media (max-width: 1480px) {
	.floating-form-area .floating-form .form-headline-area h3 {
		font-size: 20px;
	}
}

@media (max-width: 719px) {
	.floating-form-area .floating-form .form-headline-area h3 {
		font-size: 18px;
	}
}

.floating-form-area .floating-form .form-content-area {
	padding: 15px 20px 0px 20px;
	background: #0A3650;
	color: #fff;
	font-size: 10px;
	display: none;
	width: 100%;
	max-width: 100%;
	max-height: 80vh;
	max-height: -webkit-calc(100vh - 200px);
	max-height: calc(100vh - 200px);
	overflow: hidden;
	overflow-y: auto;
	/*** for tel country***/
}

.floating-form-area .floating-form .form-content-area .wpcf7-form-control-wrap .allow-dropdown {
	width: 100%;
}

.floating-form-area .floating-form .form-content-area .wpcf7-form-control-wrap .allow-dropdown .flag-container {
	border-right: 1px solid #0A3650;
	z-index: 1;
}

.floating-form-area .floating-form .form-content-area .wpcf7-form-control-wrap .allow-dropdown .selected-flag .iti-arrow {
	border: solid #0A3650;
	border-width: 0 1px 1px 0;
	display: inline-block;
	padding: 2px;
	width: 4px;
	height: 4px;
	-ms-transform: rotate(45deg);
	-o-transform: rotate(45deg);
	transform: rotate(45deg);
	-webkit-transform: rotate(45deg);
}

.floating-form-area .floating-form .form-content-area .wpcf7-form-control-wrap .allow-dropdown input {
	padding-left: 60px !important;
}

.floating-form-area .floating-form .form-content-area .custom-checkboxes {
	margin-bottom: 25px;
}

.floating-form-area .floating-form .form-content-area .custom-checkboxes .wpcf7-list-item {
	margin-left: 0;
	display: block;
	padding-top: 2px;
}

.floating-form-area .floating-form .form-content-area .custom-checkboxes .wpcf7-list-item-label {
	display: block;
}

.floating-form-area .floating-form .form-content-area .custom-checkboxes a {
	color: #fff;
}

.floating-form-area .floating-form .form-content-area .custom-checkboxes a:hover {
	color: #2d739d;
}

.floating-form-area .floating-form .form-content-area .custom-checkboxes label {
	font-family: "Lato", sans-serif;
	font-size: 1.5em;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	margin-bottom: 0px;
	line-height: 1.2;
}

.floating-form-area .floating-form .form-content-area .custom-checkboxes>span {
	position: relative;
	display: block;
}

.floating-form-area .floating-form .form-content-area .custom-checkboxes>span .wpcf7-form-control {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}

.floating-form-area .floating-form .form-content-area .custom-checkboxes>span .wpcf7-form-control .wpcf7-list-item {
	margin-right: 15px;
	padding: 3px 0;
}

.floating-form-area .floating-form .form-content-area .custom-checkboxes>span .wpcf7-form-control .wpcf7-list-item:last-child {
	margin-right: 0;
}

.floating-form-area .floating-form .form-content-area .custom-checkboxes>span .wpcf7-form-control input[type=checkbox],
.floating-form-area .floating-form .form-content-area .custom-checkboxes>span .wpcf7-form-control input[type=radio] {
	opacity: 0;
	visibility: hidden;
	position: absolute;
}

.floating-form-area .floating-form .form-content-area .custom-checkboxes>span .wpcf7-form-control input[type=checkbox]+span,
.floating-form-area .floating-form .form-content-area .custom-checkboxes>span .wpcf7-form-control input[type=radio]+span {
	cursor: pointer;
	position: relative;
	padding-left: 30px;
}

.floating-form-area .floating-form .form-content-area .custom-checkboxes>span .wpcf7-form-control input[type=checkbox]+span:before,
.floating-form-area .floating-form .form-content-area .custom-checkboxes>span .wpcf7-form-control input[type=radio]+span:before {
	content: "";
	position: absolute;
	left: 0;
	top: -2px;
	height: 16px;
	width: 16px;
	-webkit-border-radius: 0px;
	border-radius: 0px;
	cursor: pointer;
	border: 1px solid #1c1c1c;
}

@media (min-width: 1200px) {

	.floating-form-area .floating-form .form-content-area .custom-checkboxes>span .wpcf7-form-control input[type=checkbox]+span:before,
	.floating-form-area .floating-form .form-content-area .custom-checkboxes>span .wpcf7-form-control input[type=radio]+span:before {
		top: -2px;
	}
}

.floating-form-area .floating-form .form-content-area .custom-checkboxes>span .wpcf7-form-control input[type=checkbox]:checked+span:before,
.floating-form-area .floating-form .form-content-area .custom-checkboxes>span .wpcf7-form-control input[type=radio]:checked+span:before {
	background: #1c1c1c;
}

.floating-form-area .floating-form .form-content-area .custom-checkboxes>span .wpcf7-form-control input[type=checkbox]:checked+span:after,
.floating-form-area .floating-form .form-content-area .custom-checkboxes>span .wpcf7-form-control input[type=radio]:checked+span:after {
	position: absolute;
	left: 1px;
	top: -1px;
	display: block;
	content: "";
	height: 16px;
	width: 16px;
	color: #fff;
	background: url(images/tick.svg) center no-repeat;
	-webkit-background-size: contain;
	-o-background-size: contain;
	background-size: contain;
	margin: 0 auto;
	text-align: center;
}

@media (min-width: 1200px) {

	.floating-form-area .floating-form .form-content-area .custom-checkboxes>span .wpcf7-form-control input[type=checkbox]:checked+span:after,
	.floating-form-area .floating-form .form-content-area .custom-checkboxes>span .wpcf7-form-control input[type=radio]:checked+span:after {
		top: -2px;
	}
}

.floating-form-area .floating-form .form-content-area .wpcf7-not-valid-tip {
	line-height: 1.2;
	margin-top: 5px;
}

.floating-form-area .floating-form .form-content-area .type_one {
	border-radius: 0;
	color: #fff;
	font-size: 16px;
	font-weight: 400;
	background: #2d739d;
	border: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
    cursor: pointer;
    display: block;
    font-size: 1.6em;
    margin: auto;
    padding: 0 25px;
	height: 54px;
    min-width: 160px;
	transition: all .3s ease-in-out;
	cursor: pointer;
	border: 0;
	display: block;
	font-size: 1.6em;
	padding: 0 25px;
	margin: auto;
	-webkit-box-shadow: none;
	box-shadow: none;
}

.floating-form-area .floating-form .form-content-area .type_one:hover {
	background: #1c1c1c;
}

.floating-form-area .floating-form .form-content-area .acpt-label>span {
	padding: 0 !important;
}

.floating-form-area .floating-form .form-content-area .acpt-label label {
	font-family: "Lato", sans-serif;
}

.floating-form-area .floating-form .form-content-area h1,
.floating-form-area .floating-form .form-content-area h2,
.floating-form-area .floating-form .form-content-area h3,
.floating-form-area .floating-form .form-content-area h4,
.floating-form-area .floating-form .form-content-area h5,
.floating-form-area .floating-form .form-content-area h6 {
	color: #fff;
	font-size: 24px;
	font-family: "Lato", sans-serif;
	margin-bottom: 15px;
}

@media (max-width: 1480px) {

	.floating-form-area .floating-form .form-content-area h1,
	.floating-form-area .floating-form .form-content-area h2,
	.floating-form-area .floating-form .form-content-area h3,
	.floating-form-area .floating-form .form-content-area h4,
	.floating-form-area .floating-form .form-content-area h5,
	.floating-form-area .floating-form .form-content-area h6 {
		font-size: 20px;
	}
}

@media (max-width: 719px) {

	.floating-form-area .floating-form .form-content-area h1,
	.floating-form-area .floating-form .form-content-area h2,
	.floating-form-area .floating-form .form-content-area h3,
	.floating-form-area .floating-form .form-content-area h4,
	.floating-form-area .floating-form .form-content-area h5,
	.floating-form-area .floating-form .form-content-area h6 {
		font-size: 19px;
	}
}

.floating-form-area .floating-form .form-content-area a {
	color: #fff;
}

.floating-form-area .floating-form .form-content-area a:hover {
	color: #fff;
}

.floating-form-area .floating-form .form-content-area .form-group {
	color: #fff;
	margin-bottom: 15px;
}

.floating-form-area .floating-form .form-content-area .form-row {
	margin-bottom: 10px;
}

.floating-form-area .floating-form .form-content-area textarea {
	height: 100px;
	resize: none;
}

.floating-form-area .floating-form .form-content-area .form-control {
	font-size: 18px;
	font-family: "Lato", sans-serif;
	background: #fff;
	border: 1px solid #fff;
	color: #0A3650;
	width: 100%;
	font-size: 17px;
	padding: 10px 15px;
	border-radius: 0;
}

@media (max-width: 574px) {
	.floating-form-area .floating-form .form-content-area .form-control {
		font-size: 16px;
	}
}

@media (max-width: 574px) {
	.floating-form-area .floating-form .form-content-area .form-control {
		font-size: 16px;
	}
}

@media (min-width: 575px) {
	.floating-form-area .floating-form .form-content-area .form-control {
		padding: 12px 15px;
	}
}

.floating-form-area .floating-form .form-content-area .form-control::-webkit-input-placeholder {
	color: #878787;
	font-family: "Lato", sans-serif;
	font-size: 17px;
	opacity: 1;
}

@media (max-width: 574px) {
	.floating-form-area .floating-form .form-content-area .form-control::-webkit-input-placeholder {
		font-size: 16px;
	}
}

.floating-form-area .floating-form .form-content-area .form-control::-moz-placeholder {
	color: #878787;
	font-family: "Lato", sans-serif;
	font-size: 17px;
	opacity: 1;
}

@media (max-width: 574px) {
	.floating-form-area .floating-form .form-content-area .form-control::-moz-placeholder {
		font-size: 16px;
	}
}

.floating-form-area .floating-form .form-content-area .form-control:-ms-input-placeholder {
	color: #878787;
	font-size: 17px;
	font-family: "Lato", sans-serif;
	opacity: 1;
}

@media (max-width: 574px) {
	.floating-form-area .floating-form .form-content-area .form-control:-ms-input-placeholder {
		font-size: 16px;
	}
}

.floating-form-area .floating-form .form-content-area .form-control:-moz-placeholder {
	color: #878787;
	font-family: "Lato", sans-serif;
	font-size: 17px;
	opacity: 1;
}

@media (max-width: 574px) {
	.floating-form-area .floating-form .form-content-area .form-control:-moz-placeholder {
		font-size: 16px;
	}
}

.floating-form-area .floating-form .form-content-area select.form-control,
.floating-form-area .floating-form .form-content-area select.custom-select {
	background-repeat: no-repeat;
	background-position: 94% center;
	background-position: -webkit-calc(100% - 15px) center;
	background-position: calc(100% - 15px) center;
	-webkit-background-size: 14px 14px;
	-o-background-size: 14px;
	background-size: 14px;
}

@media (max-width: 574px) {

	.floating-form-area .floating-form .form-content-area select.form-control,
	.floating-form-area .floating-form .form-content-area select.custom-select {
		padding-top: 10px;
		padding-bottom: 10px;
	}
}

.floating-form-area .floating-form .form-content-area select.form-control option,
.floating-form-area .floating-form .form-content-area select.custom-select option {
	color: #1c1c1c;
	font-size: 14px;
}

.floating-form-area .floating-form .form-content-area .selectric-wrapper {
	border: 1px solid #fff;
	background: #fff;
	color: #0A3650;
}

.floating-form-area .floating-form .form-content-area .selectric-wrapper .selectric {
	padding: 0;
	border: none;
}

.floating-form-area .floating-form .form-content-area .selectric-wrapper .selectric .label {
	line-height: 43px;
	height: 43px;
	color: #878787;
	font-family: "Lato", sans-serif;
	font-size: 17px;
}

@media (max-width: 574px) {
	.floating-form-area .floating-form .form-content-area .selectric-wrapper .selectric .label {
		font-size: 16px;
	}
}

.floating-form-area .floating-form .form-content-area small {
	text-align: left;
}

.floating-form-area .floating-form .form-content-area .wpcf7-form-control-wrap {
	display: block;
	width: 100%;
}

.floating-form-area .floating-form .form-content-area .custom-checkboxes .wpcf7-list-item-label {
	color: #fff;
}

.floating-form-area .floating-form .form-content-area .custom-checkboxes>span {
	padding-left: 28px;
	margin-bottom: 0;
}

.floating-form-area .floating-form .form-content-area .custom-checkboxes>span input[type=checkbox]+span:before,
.floating-form-area .floating-form .form-content-area .custom-checkboxes>span input[type=radio]+span:before {
	border: 1px solid #fff;
}

.floating-form-area .floating-form .form-content-area .custom-checkboxes>span input[type=checkbox]:checked+span:after,
.floating-form-area .floating-form .form-content-area .custom-checkboxes>span input[type=radio]:checked+span:after {
	-webkit-filter: grayscale(1) brightness(10);
	filter: grayscale(1) brightness(10);
}

.floating-form-area .floating-form .form-content-area .btn {
	width: 100%;
	font-size: 16px;
	letter-spacing: 1px;
}

@media (max-width: 574px) {
	.floating-form-area .floating-form .form-content-area .btn {
		font-size: 14px;
	}
}

.floating-form-area .floating-form .form-content-area .btn:hover {
	border-color: #fff;
}

.floating-form-area .floating-form .form-content-area .hidden {
	display: none;
}

.floating-form-area .floating-form .form-content-area .iti {
	width: 100%;
}

.floating-form-area .floating-form .form-content-area .iti .form-control {
	padding-left: 55px;
}

.floating-form-area .floating-form .form-content-area .iti .iti__flag-container {
	padding: 0;
	line-height: 1.4;
}

.floating-form-area .floating-form .form-content-area .iti .iti__flag-container .iti__selected-flag {
	border-right: 1px solid #0A3650;
}

.floating-form-area .floating-form .form-content-area .iti .iti__flag-container .iti__selected-flag .iti__arrow {
	border-top-color: #0A3650;
}

.floating-form-area .floating-form .form-content-area .iti .iti__country-list,
.floating-form-area .floating-form .form-content-area .iti .country-list {
	color: #1c1c1c;
}

.floating-form-area .floating-form .form-content-area .iti .iti__country-list li.preferred,
.floating-form-area .floating-form .form-content-area .iti .iti__country-list li.divider,
.floating-form-area .floating-form .form-content-area .iti .country-list li.preferred,
.floating-form-area .floating-form .form-content-area .iti .country-list li.divider {
	display: none !important;
}
  /* Floating form */