/*
Theme Name: vsquare
Theme URI: https://wordpress.org/themes/twentyfifteen/
Author: the WordPress team
Author URI: https://wordpress.org/
Description: Our 2015 default theme is clean, blog-focused, and designed for clarity. Twenty Fifteen's simple, straightforward typography is readable on a wide variety of screen sizes, and suitable for multiple languages. We designed it using a mobile-first approach, meaning your content takes center-stage, regardless of whether your visitors arrive by smartphone, tablet, laptop, or desktop computer.
Version: 2.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Tags: blog, two-columns, left-sidebar, accessibility-ready, custom-background, custom-colors, custom-header, custom-logo, custom-menu, editor-style, featured-images, microformats, post-formats, rtl-language-support, sticky-post, threaded-comments, translation-ready
Text Domain: twentyfifteen

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.
*/


/**
 * Table of Contents
 *
 * 1.0 - Reset
 * 2.0 - Genericons
 * 3.0 - Typography
 * 4.0 - Elements
 * 5.0 - Forms
 * 6.0 - Navigations
 *   6.1 - Links
 *   6.2 - Menus
 * 7.0 - Accessibility
 * 8.0 - Alignments
 * 9.0 - Clearings
 * 10.0 - Header
 * 11.0 - Widgets
 * 12.0 - Content
 *    12.1 - Posts and pages
 *    12.2 - Post Formats
 *    12.3 - Comments
 * 13.0 - Footer
 * 14.0 - Media
 *    14.1 - Captions
 *    14.2 - Galleries
 * 15.0 - Multisite
 * 16.0 - Media Queries
 *    16.1 - Mobile Large
 *    16.2 - Tablet Small
 *    16.3 - Tablet Large
 *    16.4 - Desktop Small
 *    16.5 - Desktop Medium
 *    16.6 - Desktop Large
 *    16.7 - Desktop X-Large
 * 17.0 - Print
 */


/**
 * 1.0 - Reset
 *
 * Resetting and rebuilding styles have been helped along thanks to the fine
 * work of Eric Meyer, Nicolas Gallagher, Jonathan Neal, and Blueprint.
 */

html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {
	border: 0;
	font-family: inherit;
	font-size: 100%;
	font-style: inherit;
	font-weight: inherit;
	margin: 0;
	outline: 0;
	padding: 0;
	vertical-align: baseline;
}

html {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	font-size: 62.5%;
	overflow-y: scroll;
	-webkit-text-size-adjust: 100%;
	-ms-text-size-adjust: 100%;
}

*,
*:before,
*:after {
	-webkit-box-sizing: inherit;
	-moz-box-sizing: inherit;
	box-sizing: inherit;
}

body {
	background: #f1f1f1;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
nav,
section {
	display: block;
}

ol,
ul {
	list-style: none;
}

table {
	border-collapse: separate;
	border-spacing: 0;
}

caption,
th,
td {
	font-weight: normal;
	text-align: left;
}

fieldset {
	min-width: inherit;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
	content: "";
}

blockquote,
q {
	-webkit-hyphens: none;
	-moz-hyphens: none;
	-ms-hyphens: none;
	hyphens: none;
	quotes: none;
}

a:focus {
	outline: 2px solid #c1c1c1;
	outline: 2px solid rgba(51, 51, 51, 0.3);
}

a:hover,
a:active {
	outline: 0;
}

a img {
	border: 0;
}


/**
 * 2.0 - Genericons
 */

.social-navigation a:before,
.secondary-toggle:before,
.dropdown-toggle:after,
.bypostauthor > article .fn:after,
.comment-reply-title small a:before,
.comment-navigation .nav-next a:after,
.comment-navigation .nav-previous a:before,
.posted-on:before,
.byline:before,
.cat-links:before,
.tags-links:before,
.comments-link:before,
.entry-format:before,
.edit-link:before,
.full-size-link:before,
.pagination .prev:before,
.pagination .next:before,
.image-navigation a:before,
.image-navigation a:after,
.format-link .entry-title a:after,
.entry-content .more-link:after,
.entry-summary .more-link:after,
.author-link:after {
	-moz-osx-font-smoothing: grayscale;
	-webkit-font-smoothing: antialiased;
	display: inline-block;
	font-family: "Genericons";
	font-size: 16px;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	line-height: 1;
	speak: none;
	text-align: center;
	text-decoration: inherit;
	text-transform: none;
	vertical-align: top;
}


/**
 * 3.0 Typography
 */

body,
button,
input,
select,
textarea {
	color: #333;
	font-size: 15px;
	font-size: 1.5rem;
	line-height: 1.6;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	clear: both;
	font-weight: 700;
}

p {
	margin-bottom: 1.6em;
}

b,
strong {
	font-weight: 700;
}

dfn,
cite,
em,
i {
	font-style: italic;
}

blockquote {
	border-left: 4px solid #707070;
	border-left: 4px solid rgba(51, 51, 51, 0.7);
	color: #707070;
	color: rgba(51, 51, 51, 0.7);
	font-size: 18px;
	font-size: 1.8rem;
	font-style: italic;
	line-height: 1.6667;
	margin-bottom: 1.6667em;
	padding-left: 0.7778em;
}

blockquote p {
	margin-bottom: 1.6667em;
}

blockquote > p:last-child {
	margin-bottom: 0;
}

blockquote cite,
blockquote small {
	color: #333;
	font-size: 15px;
	font-size: 1.5rem;
	font-family: "Noto Sans", sans-serif;
	line-height: 1.6;
}

blockquote em,
blockquote i,
blockquote cite {
	font-style: normal;
}

blockquote strong,
blockquote b {
	font-weight: 400;
}

address {
	font-style: italic;
	margin: 0 0 1.6em;
}

code,
kbd,
tt,
var,
samp,
pre {
	font-family: Inconsolata, monospace;
	-webkit-hyphens: none;
	-moz-hyphens: none;
	-ms-hyphens: none;
	hyphens: none;
}

pre {
	background-color: transparent;
	background-color: rgba(0, 0, 0, 0.01);
	border: 1px solid #eaeaea;
	border: 1px solid rgba(51, 51, 51, 0.1);
	line-height: 1.2;
	margin-bottom: 1.6em;
	max-width: 100%;
	overflow: auto;
	padding: 0.8em;
	white-space: pre;
	white-space: pre-wrap;
	word-wrap: break-word;
}

abbr[title] {
	border-bottom: 1px dotted #eaeaea;
	border-bottom: 1px dotted rgba(51, 51, 51, 0.1);
	cursor: help;
}

mark,
ins {
	background-color: #fff9c0;
	text-decoration: none;
}

sup,
sub {
	font-size: 75%;
	height: 0;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}

sup {
	bottom: 1ex;
}

sub {
	top: .5ex;
}

small {
	font-size: 75%;
}

big {
	font-size: 125%;
}


/**
 * 4.0 Elements
 */

hr {
	background-color: #eaeaea;
	background-color: rgba(51, 51, 51, 0.1);
	border: 0;
	height: 1px;
	margin-bottom: 1.6em;
}

ul,
ol {
	margin: 0 0 1.6em 1.3333em;
}

ul {
	list-style: disc;
}

ol {
	list-style: decimal;
}

li > ul,
li > ol {
	margin-bottom: 0;
}

dl {
	margin-bottom: 1.6em;
}

dt {
	font-weight: bold;
}

dd {
	margin-bottom: 1.6em;
}

table,
th,
td {
	border: 1px solid #eaeaea;
	border: 1px solid rgba(51, 51, 51, 0.1);
}

table {
	border-collapse: separate;
	border-spacing: 0;
	border-width: 1px 0 0 1px;
	margin: 0 0 1.6em;
	table-layout: fixed; /* Prevents HTML tables from becoming too wide */
	width: 100%;
}

caption,
th,
td {
	font-weight: normal;
	text-align: left;
}

th {
	border-width: 0 1px 1px 0;
	font-weight: 700;
}

td {
	border-width: 0 1px 1px 0;
}

th, td {
	padding: 0.4em;
}

img {
	-ms-interpolation-mode: bicubic;
	border: 0;
	height: auto;
	max-width: 100%;
	vertical-align: middle;
}

figure {
	margin: 0;
}

del {
	opacity: 0.8;
}

/* Placeholder text color -- selectors need to be separate to work. */

::-webkit-input-placeholder {
	color: rgba(51, 51, 51, 0.7);
	font-family: "Noto Sans", sans-serif;
}

:-moz-placeholder {
	color: rgba(51, 51, 51, 0.7);
	font-family: "Noto Sans", sans-serif;
}

::-moz-placeholder {
	color: rgba(51, 51, 51, 0.7);
	font-family: "Noto Sans", sans-serif;
	opacity: 1; /* Since FF19 lowers the opacity of the placeholder by default */
}

:-ms-input-placeholder {
	color: rgba(51, 51, 51, 0.7);
	font-family: "Noto Sans", sans-serif;
}


/**
 * 5.0 Forms
 */

button,
input,
select,
textarea {
	background-color: #f7f7f7;
	border-radius: 0;
	font-size: 16px;
	font-size: 1.6rem;
	line-height: 1.5;
	margin: 0;
	max-width: 100%;
	vertical-align: baseline;
}

button,
input {
	-webkit-hyphens: none;
	-moz-hyphens: none;
	-ms-hyphens: none;
	hyphens: none;
	line-height: normal;
}

input,
textarea {
	background-image: -webkit-linear-gradient(rgba(255, 255, 255, 0), rgba(255, 255, 255, 0)); /* Removing the inner shadow on iOS inputs */
	border: 1px solid #eaeaea;
	border: 1px solid rgba(51, 51, 51, 0.1);
	color: #707070;
	color: rgba(51, 51, 51, 0.7);
}

input:focus,
textarea:focus {
	background-color: #fff;
	border: 1px solid #c1c1c1;
	border: 1px solid rgba(51, 51, 51, 0.3);
	color: #333;
}

input:focus,
select:focus {
	outline: 2px solid #c1c1c1;
	outline: 2px solid rgba(51, 51, 51, 0.3);
}

button[disabled],
input[disabled],
select[disabled],
textarea[disabled] {
	cursor: default;
	opacity: .5;
}

button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
	-webkit-appearance: button;
	background-color: #333;
	border: 0;
	color: #fff;
	cursor: pointer;
	font-family: "Noto Sans", sans-serif;
	font-size: 12px;
	font-size: 1.2rem;
	font-weight: 700;
	padding: 0.7917em 1.5em;
	text-transform: uppercase;
}

button:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover,
button:focus,
input[type="button"]:focus,
input[type="reset"]:focus,
input[type="submit"]:focus {
	background-color: #8dd3dd;
	outline: 0;
	border: 1px solid #6cbfcb;
}

input[type="search"] {
	-webkit-appearance: textfield;
}

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
	-webkit-appearance: none;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
	border: 0;
	padding: 0;
}

input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
textarea {
	padding: 0.375em;
	width: 100%;
}

textarea {
	overflow: auto;
	vertical-align: top;
}

input[type="text"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
textarea:focus {
	outline: 0;
}

.post-password-form {
	position: relative;
}

.post-password-form label {
	color: #707070;
	color: rgba(51, 51, 51, 0.7);
	display: block;
	font-family: "Noto Sans", sans-serif;
	font-size: 12px;
	font-size: 1.2rem;
	font-weight: 700;
	letter-spacing: 0.04em;
	line-height: 1.5;
	text-transform: uppercase;
}

.post-password-form input[type="submit"] {
	padding: 0.7917em;
	position: absolute;
	right: 0;
	bottom: 0;
}

input[type="checkbox"],
input[type="radio"] {
	padding: 0;
}

.search-form input[type="submit"],
.widget .search-form input[type="submit"] {
	padding: 0;
}


/**
 * 6.0 Navigations
 */


/**
 * 6.1 Links
 */

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

a:hover,
a:focus {
	color: #707070;
	color: rgba(51, 51, 51, 0.7);
}
img {
	width: 100%;
}
/***********Fonts*******************/
@font-face {
  font-family: 'Roboto-Bold';
  src: url('fonts/Roboto-Bold.eot?#iefix') format('embedded-opentype'),  
  url('fonts/Roboto-Bold.woff') format('woff'), 
  url('fonts/Roboto-Bold.ttf')  format('truetype'), 
  url('fonts/Roboto-Bold.svg#Roboto-Bold') format('svg');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'Poppins-Regular';
  src: url('fonts/Poppins-Regular.eot?#iefix') format('embedded-opentype'),  
  url('fonts/Poppins-Regular.otf')  format('opentype'),
  url('fonts/Poppins-Regular.woff') format('woff'), 
  url('fonts/Poppins-Regular.ttf')  format('truetype'), 
  url('fonts/Poppins-Regular.svg#Poppins-Regular') format('svg');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'Poppins-Bold';
  src: url('fonts/Poppins-Bold.eot?#iefix') format('embedded-opentype'),  
  url('fonts/Poppins-Bold.otf')  format('opentype'),
  url('fonts/Poppins-Bold.woff') format('woff'), 
  url('fonts/Poppins-Bold.ttf')  format('truetype'), 
  url('fonts/Poppins-Bold.svg#Poppins-Bold') format('svg');
  font-weight: normal;
  font-style: normal;
}

/***********Fonts*******************/
.menu-wraper {
	width: 100%;
	float: left;
	background: #fff;
	position: relative;
}
.site-branding {
	float: left;
	width: 100%;
	padding: 18px 0;
}
.main-logo {
	width: 162px;
	float: left;
	outline: none;
}
.main-logo:focus {
	outline: none;
	border: none;
}
.main-logo img {
	float: left;
	width: auto;
}
.site-logo-title {
	float: left;
	padding: 10px 30px;
	font-family: 'Poppins-Bold';
	font-size: 18px;
	color: #00adc9;
	border-left: 1px solid #e1e1e1;
	margin: 10px 0 0 30px;
}
.site-logo-title span {
	color: #e30079;
}
.site-branding {
	/*position: absolute;
	top: 0;
	z-index: 999;*/
}
.menu-main-menu-container {
	float: left;
	width: 100%;
}
.main-navigation {
	float: right;
}
.nav-menu {
	float: right;
	list-style: none;
	margin: 0;
	padding: 34px 0;
}
.nav-menu li {
	display: inline-block;
	float: left;
}
.nav-menu li a {
	float: left;
	font-family: 'Roboto-Bold';
	font-size: 14px;
	text-transform: uppercase;
	padding: 5px 15px;
	color: #213d49;
	text-transform: uppercase;
	-webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
}
.nav-menu li a:hover {
	text-decoration: none;
	color: #169bbc;
}
.nav-menu li:last-child a {
	padding-right: 0;
}
.search-wrapper {
	width: 400px;
	background: rgba(255,255,255,0.9);
	position: absolute;
	right: 0;
	top: 100%;
	padding: 15px;
	display: none;
	z-index: 999;
}
.main-menu {
	position: relative;
}
.search-form .screen-reader-text {
	display: none;
}
.search-form label {
	width: 100%;
}
.search-field {
	font-family: 'Poppins-Regular';
	font-size: 14px;
	color: #7b7b7b;
	background: url(images/search.png) no-repeat 98% 8px;
}
.search-ico {
	float: right;
	width: 40px;
	height: 40px;
	background: url(images/search.png) no-repeat right center;
    margin-top: 30px;
    margin-left: 20px;
    cursor: pointer;
}
.banner-wrapper,.site-content {
	width: 100%;
	float: left;
}
.ls-layer {
	background: #fff;
	padding: 15px!important;
	width: 536.21px!important;
	height: 78.3005px!important; 
}
.ls-layer h2 {
	font-family: 'Roboto-Bold';
	font-size: 48px;
	color: #213d49;
	text-transform: uppercase;
}
.ls-layer p {
	margin-bottom: 0;
	font-family: 'Poppins-Regular';
	color: #169bbc; 
	font-size: 18px;
}
.about-section {
	width: 100%;
	float: left;
	padding: 60px;
	background: #f8f5f2;
}
.content-box {
	vertical-align: middle;
	float: left;
	padding: 156px 0;
	width: 100%;
}
.content-box h2 {
	display: block;
	font-family: 'Roboto-Bold';
	font-size: 48px;
	color: #213d49;
	text-transform: uppercase;
	margin-bottom: 20px;
}
.content-box p {
	font-family: 'Poppins-Regular';
	color: #213d49;
	display: block;
}
.more-box {
	float: left;
	padding: 8px 40px 8px 10px;
	background: #169bbc url(images/more.png) no-repeat 90% center;
	color: #fff;
	font-family: 'Poppins-Regular';
	text-transform: uppercase;
	border-radius: 5px;
}
.more-box:hover {
	color: #fff;
	text-decoration: none;
}
.service-wraper {
	width: 100%;
	float: left;
	padding: 60px 0;
	background: #fff;
}
.service-header {
	width: 100%;
	float: left;
	text-align: center;
	margin-bottom: 50px;
}
.service-header h1 {
	font-family: 'Roboto-Bold';
	font-size: 48px;
	color: #213d49;
	text-transform: uppercase;
	display: block;
	padding-bottom: 20px;
}
.service-header h2 {
	font-family: 'Poppins-Bold';
	display: block;
	font-size: 36px;
	color: #3b3b3b;
    margin-bottom: 10px;
}
.service-header h2 span {
	color: #169bbc;
}
.phone-no {
	width: 291px;
	font-size: 24px;
	color: #3b3b3b;
	text-align: right;
	background: url(images/phone.png) no-repeat left center;
	font-family: 'Poppins-Regular';
	display: inline-block;
}
.full-dis,
.col-backgr,
.box-image,
.post-wrap,
.post-wrap h3,
.post-wrap p,
.contact-wr-box {
	width: 100%;
	float: left;
}
.col-backgr {
	background: #f8f5f2;
}
.post-wrap {
	height: 100%;
	padding: 90px 0;
}
.post-wrap h3 {
	font-family: 'Roboto-Bold';
	font-size: 24px;
	color: #169bbc;
	text-transform: uppercase;
	margin-bottom: 20px;
}
.post-wrap p {
	font-family: 'Poppins-Regular';
	color: #3b3b3b;
	font-size: 14px;
	line-height: 25px;
	margin-bottom: 0;
}
.contact-wraper {
	width: 100%;
	float: left;
	padding: 60px 0;
	background: #f8f5f2;
}
.contact-ul {
	width: 100%;
	float: left;
	list-style: none;
	margin: 0;
}
.contact-ul li {
	float: left;
	width: 100%;
	font-family: 'Poppins-Regular';
	color: #3b3b3b;
	font-size: 18px;
	line-height: 36px;
	padding: 30px 0 30px 100px;
}
.location-ico {
	background: url(images/location.png) no-repeat 0px center;
}
.phone-ico {
	background: url(images/con-phone.png) no-repeat 0px center;
}
.mail-ico {
	background: url(images/mail.png) no-repeat 0px center;
}
.conta-form .form-control {
	border: 1px solid #d0bca7;
	font-size: 14px;
	color: #717171;
	font-family: 'Poppins-Regular';
	padding: 10px 15px; 
	border-radius: 0;
}
.conta-form .form-group {
	margin-bottom: 30px;
}
button, input[type="button"], input[type="reset"], input[type="submit"] {
	background: #169bbc;
	border: 1px solid #1086a3;
	color: #fff;
	font-size: 14px;
	font-family: 'Poppins-Regular'!important;
	padding: 15px 30px;
	text-shadow: none;
	text-transform: capitalize;
	outline: none;
	font-weight: normal;
}
.wpcf7-textarea {
	height: 150px;
}
.site-footer {
	width: 100%;
	float: left;
}
.footer-top {
	width: 100%;
	float: left;
	padding: 60px 0;
	background: #fff;
}
.wysija-input {
  width: 100%;
  float: left;
  background: none;
  border: none;
  font-size: 14px;
  font-family: 'Poppins-Regular'!important;
  padding: 15px 30px!important;
  color: #979797;
}
.wysija-input:active,.wysija-input:focus,.wysija-input:active:focus,.wysija-input:focus:active {
  outline: none;
  background: no-repeat;
  border: none;
  font-size: 14px;
  font-family: 'Poppins-Regular'!important;
  padding: 15px 30px!important;
  color: #979797;
}
.widget_wysija_cont,.widget_wysija {
  float: left;
  width: 100%;
}
#form-wysija-2 .wysija-submit {
  float: right;
  border-radius: 28px;
}
#form-wysija-2 .wysija-input {
  margin-top: 0;
  border-radius: 28px;
}
#form-wysija-2 .wysija-paragraph {
	width: 530px;
}
.newsletterbox {
	width: 711px;
	margin: 0px auto;
}
#form-wysija-2 {
	background: #f8f5f2;
	border: 1px solid #d0bca7;
	padding: 5px;
	border-radius: 60px;
	float: left;
    width: 100%;
}
#form-wysija-2 .wysija-paragraph {
	float: left;
	margin-bottom: 0;
}
.widget_wysija_cont #form-wysija-2 .wysija-submit {
	margin-top: 0;
}
.social-ul {
	width: 100%;
	float: left;
	text-align: center;
	margin: 0;
	margin-top: 50px;
}
.social-ul li {
	display: inline-block;
	list-style: none;
	margin-right: 15px;
}
.social-ul li a {
	display: inline-block;
	width: 60px;
	height: 60px;
	border-radius: 100%;
	-webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
}
.social-ul li a:hover {
	background-color: #169bbc;
}
.facebook {
	background: #8dd3dd url(images/facebook.png) no-repeat center;
}
.twiter {
	background: #8dd3dd url(images/twiter.png) no-repeat center;
}
.instagram {
	background: #8dd3dd url(images/instagram.png) no-repeat center;
}
.whatsapp {
	background: #8dd3dd url(images/whatsapp.png) no-repeat center;
}
.linkedin {
	background: #8dd3dd url(images/linked-in.png) no-repeat center;
}
.mailpoet_text {
	padding: 10px 40px;
}
.site-info {
	width: 100%;
	float: left;
	background: #e9d5c0;
	padding: 20px 0;
}
.foo-left {
	font-size: 13px;
    font-family: 'Poppins-Regular';
    color: #3b3b3b;
}
.foo-left a {
	text-align: left;
	color: #169bbc;
	float: left;
}
.banner-inner {
	width: 100%;
	float: left;
}
.about-inner-wrapper {
	width: 100%;
	float: left;
	padding: 60px 0;
	background: #f8f5f2;
}
.inner-container {
	text-align: left;
}
.entry-header .entry-title {
	font-family: 'Poppins-Bold';
	display: block;
	font-size: 36px;
	color: #3b3b3b;
    margin-bottom: 40px;
    text-transform: uppercase;
    text-align: left;
}
.the-content p {
	font-size: 14px;
    font-family: 'Poppins-Regular';
    color: #272727;
}
/*Mobile Menu*/
.mobile-menu {
	width: 24px;
	height: 30px;
	float: right;
	cursor: pointer;
	position: relative;
	margin-top: 27px;
	display: none;
}
.mobile-menu span {
	width: 100%;
	float: left;
	height: 3px;
	background: #213d49;
	margin-top: 3px;
	-webkit-transition: all 0.5s ease;
	transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-ms-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
}
.cross span:first-child {
    -ms-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    position: absolute;
    left: 0;
    top: 7px;
    height: 2px;
}
.cross span:nth-child(2) {
    display: none;
}
.cross span:last-child {
    -ms-transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    position: absolute;
    left: 0;
    top: 7px;
    height: 2px;
}
.mobile-display {
	display: none;
}
.content-area {
	width: 100%;
	float: left;
	padding: 50px 0;
}
.page-header .page-title {
	font-family: 'Roboto-Bold';
	font-size: 48px;
	color: #213d49;
	text-transform: uppercase;
	display: block;
	padding-bottom: 20px;
}
.page-content p {
	font-size: 14px;
    font-family: 'Poppins-Regular';
    color: #272727;
}
.map-section {
	width: 100%;
	float: left;
}
/*Responsive Design*/
@media screen and (max-width: 1199px) { 
	.content-box {
		padding: 87px 0;
	}
	.post-wrap {
		padding: 51px 0;
	}
}
@media screen and (max-width: 991px) {
	.content-box {
    	padding: 29px 0;
	}
	.post-wrap {
		padding: 10px 0;
	}
	.post-wrap h3 {
		font-size: 13px;
		margin-bottom: 10px;
	}
	.post-wrap p {
		font-size: 12px;
		line-height: 18px;
	}
}
@media screen and (max-width: 767px) {
	.mobile-menu {
		display: block;
	}
	.main-navigation,.menu-main_menu-container,.nav-menu,.nav-menu li,.nav-menu li a {
		width: 100%;
		float: left;
	}
	.main-navigation {
		position: absolute;
		top: 100%;
		right: 0;
		z-index: 99999;
		background: #fff;
		display: none;
	}
	.nav-menu {
		padding: 0;
	}
	.nav-menu li a {
		padding: 10px 15px;
	}
	.nav-menu li {
		border-bottom: 1px solid #213d49;
	}
	.nav-menu li:last-child {
		border-bottom: 0;
	}
	.search-ico {
		margin-top: 17px;
		margin-right: 10px;
	}
	.site-branding {
		position: relative;
	}
	.menu-wraper {
		padding: 10px 0;
	}
	.search-wrapper {
		width: 100%;
	}
	.ls-wrapper > .ls-layer, .ls-wrapper > a > .ls-layer {
		display: none!important;
	}
	.content-box h2,.content-box p {
		text-align: center;
	}
	.more-box {
		float: none;
		display: inline-block;
	}
	.content-box {
		padding-bottom: 0;
	}
	.post-wrap h3 {
		font-size: 16px;
		text-align: center;
	}
	.post-wrap {
		padding: 15px;
	}
	.post-wrap p {
		line-height: 22px;
		font-size: 14px;
		text-align: center;
	}
	.no-display {
		display: none;
	}
	.newsletterbox {
		width: 100%;
	}
	#form-wysija-2 .wysija-paragraph {
		width: 60%;
	}
	.foo-left {
		text-align: center;
	}
	.foo-left a {
		float: none;
	}
}
@media screen and (max-width: 575px) {
	.col-backgr {
		margin-bottom: 15px;
	}
	#form-wysija-2 .wysija-paragraph {
    	width: 50%;
	}
}