/*
Theme Name:arbs
Theme URI: https://wordpress.org/themes/twentytwelve/
Author: the WordPress team
Author URI: https://wordpress.org/
Description: The 2012 theme for WordPress is a fully responsive theme that looks great on any device. Features include a front page template with its own widgets, an optional display font, styling for post formats on both index and single views, and an optional no-sidebar page template. Make it yours with a custom menu, header image, and background.
Version: 2.1
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Tags: blog, one-column, two-columns, right-sidebar, custom-background, custom-header, custom-menu, editor-style, featured-images, flexible-header, footer-widgets, full-width-template, microformats, post-formats, rtl-language-support, sticky-post, theme-options, translation-ready
Text Domain: twentytwelve
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.
*/
/* =Notes
--------------------------------------------------------------






























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































-------------------------------------------------------------- */































































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: thin dotted;
}
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;
}
/* 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, .widget-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: -moz-linear-gradient(top, #f4f4f4, #e6e6e6);
	background-image: -ms-linear-gradient(top, #f4f4f4, #e6e6e6);
	background-image: -webkit-linear-gradient(top, #f4f4f4, #e6e6e6);
	background-image: -o-linear-gradient(top, #f4f4f4, #e6e6e6);
	background-image: linear-gradient(top, #f4f4f4, #e6e6e6);
	border: 1px solid #d2d2d2;
	border-radius: 3px;
	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: -moz-linear-gradient(top, #f9f9f9, #ebebeb);
	background-image: -ms-linear-gradient(top, #f9f9f9, #ebebeb);
	background-image: -webkit-linear-gradient(top, #f9f9f9, #ebebeb);
	background-image: -o-linear-gradient(top, #f9f9f9, #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: -moz-linear-gradient(top, #ebebeb, #e1e1e1);
	background-image: -ms-linear-gradient(top, #ebebeb, #e1e1e1);
	background-image: -webkit-linear-gradient(top, #ebebeb, #e1e1e1);
	background-image: -o-linear-gradient(top, #ebebeb, #e1e1e1);
	background-image: linear-gradient(top, #ebebeb, #e1e1e1);
	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;
	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 */































}
.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;
	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: 14px;
	font-size: 1rem;
	font-family: Helvetica, Arial, sans-serif;
	text-rendering: optimizeLegibility;
	color: #444;
}
body.custom-font-enabled {
	font-family: 'Roboto', sans-serif;
}
a {
	outline: none;
	color: #21759b;
}
a:hover {
	color: #0f3647;
}
/* 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 {
	background-color: #fff;
}
.site-content {
	margin: 24px 0 0;
	margin: 1.714285714rem 0 0;
}
.widget-area {
	margin: 24px 0 0;
	margin: 1.714285714rem 0 0;
}
/* Header */































.site-header {
}
.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 {
	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: inline-block;
}
/* Banner */































section[role="banner"] {
	margin-bottom: 48px;
	margin-bottom: 3.428571429rem;
}
/* Sidebar */































.widget-area .widget {
	-webkit-hyphens: auto;
	-moz-hyphens: auto;
	hyphens: auto;
	margin-bottom: 48px;
	margin-bottom: 3.428571429rem;
	word-wrap: break-word;
}
.widget-area .widget h3 {
}
.post-template-default div#primary {
	max-width: 1080px;
	margin: 0 auto;
	padding: 30px;
}
.post-template-default div#content {
	width: 73%;
	float: left;
	margin-right: 2%;
}
.single .type-post, .date .type-post {
	padding: 10px;
	border: 0px solid #ccc;
	margin-bottom: 20px;
}
section#primary {
	/*webkit-box-shadow: 0px 0px 17px 0px rgba(0,0,0,0.75);
	-moz-box-shadow: 0px 0px 17px 0px rgba(0,0,0,0.75);
	box-shadow: 0px 0px 10px -3px rgba(0,0,0,0.75);
	margin-top: 0px;*/
	max-width: 1080px;
	padding: 30px 30px 30px 30px;
}
.nav-previous a, .nav-next a {
	font-size: 13px;
	font-family: 'Roboto', sans-serif;
	color: #212121;
}
.archive div#content {
	width: 73%;
	float: left;
	margin-right: 2%;
}
a.read-more-blog {
	font-family: 'Roboto', sans-serif;
	color: #00ace8;
}
h1.archive-title {
	font-size: 24px !important;
	color: #212121 !important;
	font-family: 'Roboto', sans-serif;
	line-height: 50px !important;
	margin: 0 auto;
}
.widget-area .widget p, .widget-area .widget li, .widget-area .widget .textwidget {
	font-size: 13px;
	font-size: 0.928571429rem;
	line-height: 1.846153846;
}
.widget-area .widget p {
	margin-bottom: 24px;
	margin-bottom: 1.714285714rem;
}
.post.error404 {
	padding: 30px;
	border: 1px solid #ccc;
	margin: 20px;
}
.error404 input#s {
	border-color: #00ade9;
	height: 30px;
	background-repeat: no-repeat;
	border-radius: 0px !important;
}
.error404 input#searchsubmit {
	background: #00ade9;
	color: #fff;
	text-decoration: none;
	padding: 7px 28px;
	font-size: 17px;
	line-height: 27px;
	font-family: 'Roboto', sans-serif;
	margin-left: 16px;
	text-transform: uppercase;
	margin-right: 34px;
	font-weight: 600;
}
#menu-footer-menu li a:hover, .footer-linkss a:hover, .contact-part-footer a:hover {
	color: #00ace8 !important;
}
.widget-area .textwidget ul {
	list-style: disc outside;
	margin: 0 0 24px;
	margin: 0 0 1.714285714rem;
}
.widget-area .textwidget li {
	margin-left: 36px;
	margin-left: 2.571428571rem;
}
.widget-area .widget a {
	color: #757575;
}
.widget-area .widget a:hover {
	color: #21759b;
}
.widget-area .widget a:visited {
	color: #9f9f9f;
}
.widget-area #s {
	width: 53.66666666666%; /* define a width to avoid dropping a wider submit button */
}
/* Footer */































footer[role="contentinfo"] {
	clear: both;
	font-size: 12px;
	font-size: 0.857142857rem;
	line-height: 2;
	max-width: 100%;
	margin-left: auto;
	margin-right: auto;
}
footer[role="contentinfo"] a {
	color: #686868;
}
footer[role="contentinfo"] a:hover {
	color: #21759b;
}
/* =Main content and comment content































-------------------------------------------------------------- */































































.entry-meta {
	clear: both;
}
.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: 20px;
	font-size: 1.428571429rem;
	line-height: 1.2;
	font-weight: normal;
}
.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 {
	font-size: 18px;
	font-size: 1.285714286rem;
	line-height: 1.6;
}
.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 {
	font-size: 13px;
	font-size: 0.928571429rem;
	line-height: 1.846153846;
}
.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.714285714;
}
.entry-content a:visited, .comment-content a:visited {
	color: #9f9f9f;
}
.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%;
}

span.wpcf7-not-valid-tip {
    position: absolute;
    width: 200px;
    bottom: 0;
}

.wpcf7-not-valid {
border: 1px solid red;
}

.mail-chimp-inner {
    position: relative;
}
/*********adds**********/
.mail-chimp-inner .email span.wpcf7-not-valid-tip {
    position: absolute;
    width: 200px;
    bottom: 0;
   right: 0;
}
.mail-chimp-inner .wpcf7-validates-as-email.wpcf7-not-valid {
    position: relative;
}
/*********adds**********/


.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 {
	word-wrap: break-word;
	-webkit-hyphens: auto;
	-moz-hyphens: auto;
	hyphens: auto;
}
.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: -moz-linear-gradient(top, #009cee, #0088d0);
	background-image: -ms-linear-gradient(top, #009cee, #0088d0);
	background-image: -webkit-linear-gradient(top, #009cee, #0088d0);
	background-image: -o-linear-gradient(top, #009cee, #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 {
	-moz-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;
}
 @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: 100%;/*overflow: hidden;*/
}
.site-content {
	float: left;
	width: 100%;
}
.page div#content {
	width: 72%;
	float: left;
	margin-right: 2%;
}
body.template-front-page .site-content, body.attachment .site-content, body.full-width .site-content {
	width: 100%;
}
.widget-area {
	float: right;
	width: 22%;
	background: #f9f9f9;
	padding: 15px;
}
.site-header h1, .site-header h2 {
	text-align: left;
}
.home div#content {
	width: 100%;
}
.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 {
	display: inline-block !important;
	text-align: left;
	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 {
	color: #2e2e2e;
	font-weight: bold;
	font-size: 13px;
	text-transform: uppercase;
	font-family: 'Roboto', sans-serif;
}
.main-navigation li a:hover, .main-navigation li a:focus {
	color: #00ade9;
}
.main-navigation li {
	position: relative;
	margin: 0 40px 0 0;
}
.main-navigation li ul {
	margin: 0;
	padding: 0;
	position: absolute;
	top: 100%;
	z-index: 1;
	height: 1px;
	width: 1px;
}
.main-navigation li ul {
	display: none;
}
.main-navigation li ul.sub-menu li ul.sub-menu {
	display: none;
}
.main-navigation li ul.sub-menu li:hover ul.sub-menu {
	display: block;
}
.main-navigation li:hover ul.sub-menu {
	display: block;
}
.main-navigation li ul ul {
	top: 0;
	left: 100%;
}
#menu-item-48 a:after, #menu-item-525 a:after, #menu-item-1415 a:after, #menu-item-1702 a:after, #menu-item-190 a:after, #menu-item-191 a:after {
	content: normal;
}
.main-navigation ul li:hover > ul, .main-navigation ul li:focus > ul, .main-navigation .focus > ul {
	color: #2e2e2e;
	font-weight: bold;
	font-size: 13px;
	font-family: 'Roboto', sans-serif;
}
.main-navigation li ul li a {
	background: #fff;
	border-bottom: 1px solid #fff;
	display: block;
	font-size: 11px;
	font-size: 0.785714286rem;
	line-height: 2.181818182;
	padding: 8px 10px;
	padding: 0.571428571rem 0.714285714rem;
	width: 180px;
	width: 12.85714286rem;
	white-space: normal;
}
.main-navigation li ul li a:hover, .main-navigation li ul li a:focus {
	color: #00ade9;
	font-family: 'Roboto', sans-serif;
}
.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: #00ade9;
	font-weight: bold;
	font-size: 13px;
	font-family: 'Roboto', sans-serif;
}
.menu-toggle {
	display: none;
}
.entry-header .entry-title {
	font-size: 22px;
	font-size: 1.571428571rem;
}
#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 {
	box-shadow: 0 2px 6px 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;
	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;
	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;
	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 */























li.menu-item-has-children[class*="current-"] > a:after, li.menu-item-has-children.hover > a:after {
	background: none !important;
}
.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;
}
}
/********custom css****************/







p.award-categories-para {
	width: 100%;
	margin: 20px;
	font-size: 18px;
	color: #4f4f4f;
	line-height: 1.8;
	font-family: 'Roboto', sans-serif;
	font-weight: 300;
}
.list_c {
	border: 1px solid #ccc;
	padding: 20px;
}
.more-size {
	max-width: 1142px;
	margin: 0 auto;
	float: none;
}
.clear {
	clear: both;
}
/*hgroup {

	background-image: url(http://arbs.com.au/wp-content/uploads/2017/05/headerback1.jpg);

	background-size: cover;

	background-repeat: no-repeat;

	background-position: center;

	padding: 0px 0px 0px 0px;

}

*/
.header-date {display:inline-block;margin-top:-7px;margin-right:15px;}
a.exibit-butn {
	background: #8cc540;
	color: #fff;
	text-decoration: none;
	padding: 12px 28px;
	font-size: 17px;
	line-height: 27px;
	font-family: 'Roboto', sans-serif;
	text-transform: uppercase;
	font-weight: 600;
	vertical-align:top;
}
a.register-butn {
	background: #279fc7;
	color: #fff;
	text-decoration: none;
	padding: 12px 28px;
	font-size: 17px;
	line-height: 27px;
	font-family: 'Roboto', sans-serif;
	margin-left: 16px;
	text-transform: uppercase;
	margin-right: 0px;
	font-weight: 600;
	vertical-align:top;
}
a.exibit-butn:hover {
	background: #00ade9;
}
a.register-butn:hover {
	background: #8cc540;
}
.two-btun {
	text-align: right;
}

@media screen and (max-width:970px){
	.header-date {display:block;margin:0px 10px 20px 0;}
	.masthead.fullwidth_container .masthead_content .header_wrapper {height:auto!important;}
}

svg {
	display: none !important;
}
.contact-from-inner input {
	width: 48%;
	float: left;
	margin-right: 10px;
	margin-bottom: 20px;
	border-radius: 0px;
	height: 33px;
}
.contact-from-inner textarea {
	width: 98%;
	border-radius: 0px;
	height: 100px;
	margin-bottom: 30px;
}
.contact-address-inner.panel-widget-style.panel-widget-style-for-w59083274b86b8-0-0-0 {
	margin: 50px 0px;
}
.contact-from-inner span.wpcf7-not-valid-tip {
	position: absolute;
	width: 300px;
	top: 111px;
}
.contact-from-inner input.wpcf7-form-control.wpcf7-text.wpcf7-email.wpcf7-validates-as-required.wpcf7-validates-as-email.wpcf7-not-valid {
	position: relative;
}
.contact-from-inner input.wpcf7-form-control.wpcf7-submit {
	width: auto;
	margin-right: 0px;
	-webkit-appearance: none;
	font-family: 'Roboto', sans-serif;
	height: auto !important;
	border-radius: 0px;
	background: #00ace8;
	color: #fff;
	padding: 13px 8px;
	text-transform: uppercase;
	font-size: 18px;
	font-weight: bold;
	border-color: #00ace8;
}
.contact-from-inner input:nth-child(2n) {
	margin-right: 0px;
}
.contact-from-inner br {
	display: none;
}
a {
	text-decoration: none !important;
	outline: none !important;
}
.site-header {
	position: absolute;
	z-index: 999;
	left: 0;
	background: #fff;
	right: 0;
}
.more-size.header-more {
	webkit-box-shadow: 0px 0px 17px 0px rgba(0,0,0,0.75);
	-moz-box-shadow: 0px 0px 17px 0px rgba(0,0,0,0.75);
	box-shadow: 0px 0px 10px -3px rgba(0,0,0,0.75);
	margin-top: 0px;
	padding: 0px 0px 0px 0px;
}
.site-info .more-size {
	webkit-box-shadow: 0px 0px 17px 0px rgba(0,0,0,0.75);
	-moz-box-shadow: 0px 0px 17px 0px rgba(0,0,0,0.75);
	box-shadow: 0px 0px 10px -3px rgba(0,0,0,0.75);
	margin-top: 0px;
	padding: 76px 0px 0px 0px;
}
.main-navigation {
	text-align: center;
	padding: 24px 0px 15px 36px;
}
.main-menu {
	background: #fff;
}
.outer-header {
	background-image: url(/wp-content/uploads/2017/05/headerback1.jpg);
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
	padding: 0px 0px 0px 0px;
}
.content_container {
	margin-left: auto;
	margin-right: auto;
	position: relative;
	width: 100% !important;
	left: 0;
}
.header_wrapper {
	width: 100% !important;
	margin: 0 auto;
	font-family: "Roboto",sans-serif;
	background: url(/wp-content/uploads/2019/02/arbs-bg.png) #1e292f !important;
/*	background-size:195px 75px!important;*/
	background-repeat: no-repeat !important;
	background-position: bottom right !important;
	padding: 0px 0px 0px 0px !important;
}
@media screen and (max-width:900px){
	.header_wrapper {
		background: none!important;
		background-color:#1e292f!important;
	}
}
.search-field input#s {
	border: 1px solid #00ade9 !important;
	border-radius: 0px !important;
	width: 100%;
	float: left;
	background-image: url(images/search.png) !important;
	background-position: 97% center;
	font-size: 12px;
	height: 42px;
	background-repeat: no-repeat;
	border-radius: 0px !important;
}
.header_wrapper {
	margin: 0 auto;
	width: 100% !important;
}
.masthead_content {
	background: #fff !important;
	background-repeat: no-repeat;
	background-position-y: -144px;
	background-position-x: -10px;
	background-size: cover;
}
/*.header_menu .more-size {
	webkit-box-shadow: 0px 0px 17px 0px rgba(0,0,0,0.75);
	-moz-box-shadow: 0px 0px 17px 0px rgba(0,0,0,0.75);
	box-shadow: 0px 0px 10px -3px rgba(0,0,0,0.75);
	margin-top: 0px;
	clear: both;
	background: #fff;
}*/
.single div#primary {
	margin-top: -5px;
}
/*.header_wrapper .more-size {
	webkit-box-shadow: 0px 0px 17px 0px rgba(0,0,0,0.75);
	-moz-box-shadow: 0px 0px 17px 0px rgba(0,0,0,0.75);
	box-shadow: 0px 0px 10px -3px rgba(0,0,0,0.75);
	margin-top: 0px;
}*/
nav#site-navigation {
	width: 62%;
	float: left;
}
.search-field {
	width: 25.4%;
	float: right;
	text-align: right;
	padding: 0px 52px 0px 0px;
}
.header_menu .access ul.menu > li > a {
	position: relative;
	text-decoration: none;
	display: inline-block;
	padding: 0 1.1em;
	font-size: 1.1em;
	color: #000 !important;
	background-color: #fff !important;
	height: 52px;
	font-weight: 600;
	line-height: 53px;
	font-family: 'Roboto', sans-serif !important;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	-ms-transition: all 0.3s ease;
	transition: all 0.3s ease;
}
nav#access {
	background: #fff !important;
	padding: 10px 0px 15px 20px;
	width: 100%!important;
}
/*#masthead .more-size {

	background: #Fff;

}*/

.menu-item-has-children a:after {
	/*content: url(images/down.png);*/
	padding-left: 10px;
}
.main-navigation li:last-child {
	margin-right: 0px;
}
.header-more .search-field input#s {
	border: 1px solid #00ade9 !important;
	border-radius: 0px !important;
	width: 100% !important;
	float: left;
	background-image: url(images/search.png) !important;
	background-position: 97% center;
	height: 34px;
	background-repeat: no-repeat;
	border-radius: 0px !important;
	font-size: 13px !important;
	margin: 0px 0px 0px 15px !important;
}
.search-field input#searchsubmit {
	display: none;
}
.cycloneslider-template-standard .cycloneslider-caption {
	position: absolute;
	left: 0;
	top: 56% !important;
	z-index: 9 !important;
	right: 0px !important;
	width: 100%;
	text-align: center !important;
	background: transparent !important;
	color: #fff;
	opacity: 10 !important;
	text-align: left;
}
.banner-title {
	font-size: 41px;
	font-weight: bold;
	text-transform: uppercase;
	line-height: 48px;
	color: #fff;
	font-family: 'Roboto', sans-serif;
}
/*.cycloneslider-template-standard .cycloneslider-slides{



height: 729px !important; 	



}



*/.cycloneslider-template-standard {
	width: 100% !important;
}
footer#colophon {
	background: #373f44;
	padding-bottom: 0px;
	background-repeat: no-repeat;
	background-size: cover;
}
.page-template-contact.page div#content,.page-template-generic-page.page div#content {
	width: 100%;
	float: left;
	margin-right: 0%;
}
.contact-adddresssss {
	padding: 30px;
}
.contact-address-inner i.fa {
	font-size: 23px;
	color: #686868;
	border: 1px solid #686868;
	height: 30px;
	width: 30px;
	padding: 11px 7px 4px 8px;
	text-align: center;
	border-radius: 100%;
}
.contact-address-inner li {
	margin-bottom: 40px;
	width: 100%;
	display: flex;
}
aside#text-4 {
	width: 21.5%;
	float: left;
	position: relative;
	z-index: 9999;
}
aside#text-3 {
	width: 27.5%;
	float: left;
}
aside#nav_menu-2 {
	width: 17.5%;
	float: left;
}
aside#text-2 {
	width: 30.5%;
	float: left;
	padding-left: 31px;
}
.cycloneslider-template-standard {
	margin-bottom: 0px !important;
}
.fooer-below-sec p {
	font-family: 'Roboto', sans-serif;
	color: #fff;
	font-size: 15px;
	margin: 12px 0px;
	line-height: 21px;
}
.social-icons i.fa {
	font-size: 22px;
	color: #fff;
}
.social-icons li {
	float: left;
	list-style: none;
	margin-right: 14px;
}
.home-one div#content {
	width: 100%;
}
.footer_wrapper .more-size:after {
	position: relative;
	content: url(/wp-content/uploads/2019/02/arbs-bg.png);
	bottom: 0px;
	right: 0;
	float: right;
	margin-top: -33px;
	margin-bottom:-50px;
	margin-right: -100px;
}
.copyright {
	width: 100%;
	float: none;
	clear: both;
	padding-top: 10px;
	color: #fff;
	font-size: 14px;
	font-family: 'Roboto', sans-serif;
	line-height: 19.89px;
}
.copyright a {
	font-family: 'Roboto', sans-serif;
	color: #fff !important;
	font-size: 14px;
	line-height: 19.89px;
}
.contact-part-footer a {
	font-family: 'Roboto', sans-serif;
	color: #fff !important;
	font-size: 14px;
	line-height: 20.89px;
}
.contact-part-footer p {
	font-family: 'Roboto', sans-serif;
	color: #fff !important;
	font-size: 14px;
	line-height: 29.89px;
}
.site-info h3.widget-title {
	color: #fff !important;
	font-size: 15px;
	line-height: 16px;
	margin-bottom: 23px;
	padding-bottom: 14px;
	position: relative;
}
.site-info h3.widget-title:after {
	color: #fff;
	height: 1px;
	content: "";
	background: #fff;
	position: absolute;
	width: 70px;
	bottom: 0;
	left: 0;
}
#menu-footer-menu li a {
	color: #fff;
	font-size: 13px;
	font-family: 'Roboto', sans-serif;
	line-height: 19.9px;
}
#menu-footer-menu li {
	margin-bottom: 13px;
	list-style-image: url(images/1.png);
	margin-left: 11px;
	padding-left: 12px;
}
.our-times li {
	margin-bottom: 18px;
	list-style-image: url(images/1.png);
	margin-left: 11px;
	padding-left: 12px;
	color: #fff;
	font-size: 14px;
	font-family: 'Roboto', sans-serif;
	line-height: 19.9px;
}
.contact-part-footer li {
	margin-bottom: 13px;
	list-style-image: url(images/1.png);
	margin-left: 11px;
	padding-left: 12px;
	color: #fff;
	font-size: 14px;
	font-family: 'Roboto', sans-serif;
	line-height: 28.9px;
}
.one-heading h3 {
	font-size: 36px !important;
	text-transform: uppercase;
	text-align: center;
	margin-bottom: 20px !important;
	color: #212121;
	font-family: 'Roboto', sans-serif;
}
.one-text h3.widget-title {
	font-size: 22px !important;
	text-transform: capitalize;
	text-align: center;
	color: #212121;
	line-height: 17px;
	margin-bottom: 25px;
	font-family: 'Roboto', sans-serif;
}
.news {
	padding: 45px 0px 33px 0px;
}
.logo-section {
	margin: 50px 0px 50px;
}
.exh_name {
	font-size: 22px !important;
	text-transform: capitalize !important;
	color: #212121 !important;
	line-height: 17px !important;
	margin-bottom: 25px !important;
	font-family: 'Roboto', sans-serif !important;
}
.exh_standno {
	font-size: 16px !important;
	text-transform: capitalize !important;
	color: #212121 !important;
	line-height: 17px !important;
	margin-bottom: 25px !important;
	font-family: 'Roboto', sans-serif !important;
}
.exh_dl_item a {
	font-size: 13px !important;
	text-transform: capitalize !important;
	color: #00ace8 !important;
	line-height: 28px !important;
	padding-bottom: 30px !important;
	font-family: 'Roboto', sans-serif !important;
}
img.exh_logo {
	margin: 30px 0px;
	max-width: 30%;
}
span.phone p, span.fax p, span.email p, span.website p {
	font-size: 14px;
	color: #4f4f4f !important;
	font-family: 'Roboto', sans-serif;
	line-height: 24px;
	margin: 10px 0px;
}
.location p {
	font-size: 14px;
	color: #4f4f4f !important;
	font-family: 'Roboto', sans-serif;
	line-height: 24px;
	margin: 19px 0px;
}
span.phone p a, span.email p a, span.website p a {
	color: #4f4f4f !important;
}
.one-text p {
	font-size: 14px;
	color: #4f4f4f;
	font-family: 'Roboto', sans-serif;
	line-height: 24px;
	text-align: center;
}
div#primary {
	/*-webkit-box-shadow: 0px 0px 17px 0px rgba(0,0,0,0.75);
	-moz-box-shadow: 0px 0px 17px 0px rgba(0,0,0,0.75);
	box-shadow: 0px 0px 10px -3px rgba(0,0,0,0.75);
	margin-top: 0px;*/
	padding: 40px 0px 0px 0px;
}
.section-one {
	padding: 0px 30px;
	margin-bottom: 50px;
}
.sec-two {
	padding: 18px 30px 25px 30px;
}
.sec-two-inner h3.widget-title {
	font-size: 36px !important;
	text-transform: uppercase;
	text-align: left;
	margin-bottom: 6px;
	color: #fff;
	margin-top: 60px;
	font-family: 'Roboto', sans-serif;
}
.sec-two-inner p {
	font-size: 14px !important;
	color: #fff;
	font-family: 'Roboto', sans-serif !important;
	line-height: 24px !important;
	text-align: left;
	margin-top: 20px !important;
	margin-bottom: 16px !important;
}
.sec-two-img img {
	margin: 36px 0px 30px 30px;
}
.sec-two-inner.panel-widget-style.panel-widget-style-for-w590d5c0179bd6-0-0-0 {
	margin: 40px 0px;
}
.butn-in-sec-two {
	margin-top: 30px;
}
.butn-in-sec-two a {
	font-size: 13px;
	color: #fff !important;
	font-family: 'Roboto', sans-serif;
	line-height: 24px;
	padding: 10px 15px;
	border: 1px solid #fff;
}
.mail-chimp-section h3.widget-title {
	font-size: 36px !important;
	font-weight: 400;
	text-transform: uppercase;
	text-align: center;
	color: #212121 !important;
	margin-bottom: 42px !important;
	margin-top: 10px !important;
	font-family: 'Roboto', sans-serif;
}
.mail-chimp-section {
	max-width: 729px;
	margin: 0 auto;
}
 #search-4 input#s ::-webkit-input-placeholder {
 display:none !important;
}
.mail-chimp-inner input {
	height: 45px !important;
	border-radius: 0px;
	margin-right: 10px;
	float: left !important;
	width: 36.3%;
	padding-left: 18px;
	outline: none;
	border-color: #e6e6e6;
}
.section-threee {
	margin-bottom: 57px;
}
.mail-chimp-inner input[type="submit"] {
	width: 17%;
	margin-right: 0px;
	-webkit-appearance: none;
	font-family: 'Roboto', sans-serif;
	height: auto !important;
	border-radius: 0px;
	background: #00ace8;
	color: #fff;
	padding: 9px 8px;
	text-transform: uppercase;
	font-size: 18px;
	font-weight: bold;
	border-color: #00ace8;
}
.section-threee.panel-row-style.panel-row-style-for-4-2 {
	margin-bottom: 60px;
}
.logo-section h3.widget-title {
	font-size: 36px !important;
	text-transform: uppercase;
	text-align: center;
	font-weight: 400;
	color: #212121;
	margin-bottom: 35px !important;
	margin-top: 11px;
	font-family: 'Roboto', sans-serif;
}

.vc_empty_space {clear:both;}

/** MY CSS **/































































































.news_titl h1 {
	text-align: center;
	margin-bottom: 10px !important;
	font-size: 36px !important;
	font-family: 'Roboto', sans-serif !important;
	color: #212121 !important;
}
.home_post {
	width: 30.33%;
	float: left;
	padding: 0 15px;
	text-align: center;
	margin-bottom: 20px;
}
.home_post h3 a {
	margin-top: 20px;
	margin-bottom: 22px;
	font-size: 18px;
	font-family: 'Roboto', sans-serif;
	line-height: 1.5;
	color: #212121;
}
.time-section a {
	text-transform: uppercase;
	font-family: 'Roboto', sans-serif;
	color: #00ace8;
}
.time-section {
	color: #00ace8;
	margin-bottom: 11px;
	font-size: 12px;
	text-transform: uppercase;
}
.home_post p {
	font-size: 14px;
	line-height: 1.8;
	font-family: 'Roboto', sans-serif;
	padding: 0 10px;
	margin-bottom: 13px;
}
.title-page {
	color: #000;
	font-size: 41px;
	font-family: 'Roboto', sans-serif;
	font-weight: 700;
	text-align: center;
	margin-bottom: 40px;
}
.banner {
	position: relative;
	overflow:hidden;
	max-height:500px;
}
.banner img {
	width: 100%;
}
/*div#primary {































    padding: 30px;































}*/































h3.widget-title {
	font-size: 17px !important;
	color: #212121 !important;
	font-family: 'Roboto', sans-serif;
	line-height: 50px !important;
	margin: 0 auto;
}
.full_contener p strong {
	font-size: 20px;
	font-family: 'Roboto', sans-serif;
	color: #000;
}
.chr_page {
	background: #fff !important;
}
section.content_container.clearfix {
	width: 100%;
}
.footer_wrapper .footer_internal_wrapper {
	width: 1080px !important;
	margin: 0 auto !important;
	padding: 0px !important;
	padding-left: 3% !important;
}
.logo_wrapper {
	width: 50% !important;
	height: 194px;
	text-align: left;
	padding: 0px 5px 5px 0px !important;
	background: transparent;
	/*margin: 0 auto !important;*/
}
aside#nav_menu-3 {
	width: 17.5%;
	float: left;
}
aside#text-5 {
	width: 30.5%;
	float: left;
}
.footer_wrapper h3.widget-title {
	font-size: 24px !important;
	color: #fff !important;
	font-family: 'Roboto', sans-serif;
	line-height: 50px !important;
	margin: 0 auto;
	margin-bottom: 25px;
	padding-bottom: 0px;
	position: relative;
}
.footer_internal_wrapper .logo-part img {
	margin-top: 17px;
	margin-bottom: 15px;
}
.footer_wrapper h3.widget-title:after {
	color: #fff;
	height: 1px;
	content: "";
	background: #fff;
	position: absolute;
	width: 70px;
	bottom: 0;
	left: 0;
}
aside#text-6 {
	width: 27.5%;
	float: left;
}
aside#text-7 {
	width: 21.5%;
	float: left;
}
section.footer_wrapper.content_container.clearfix {
	width: 100%;
	background: #1e292f;
	padding-bottom: 0px;
	margin-top: 0px !important;
}
.page-template-common-page div#primary {
	padding: 35px 30px;
	max-width: 1080px;
	margin-top: -7px;
}
.awrd-sec-one-inner-text h2 {
	font-size: 18px;
	color: #212121;
	line-height: 25px;
	font-family: 'Roboto', sans-serif;
	margin: 10px 0px;
}
.awrd-sec-one-inner-text p {
	font-size: 14px;
	line-height: 25px;
	font-family: 'Roboto', sans-serif;
	margin-bottom: 10px;
	color: #4f4f4f;
}
.page-template-default div#primary {
	padding: 30px;
	max-width: 1080px;
	margin: 0 auto;
}
.visitor-sec-one-inner-text h3.widget-title {
	font-size: 26px !important;
	color: #212121 !important;
	font-family: 'Roboto', sans-serif;
	line-height: 33px !important;
	margin: 0 auto;
	text-transform: none;
	margin-bottom: 30px;
}
.page-sidebar {
	width: 25%;
	float: right;
}
.award-section-three-inner-text h5 {
	color: #4f4f4f;
	font-size: 16px !important;
	margin: 20px 0px;
	line-height: 25px !important;
}
.page-sidebar aside {
	margin-bottom: 30px;
}
.awrd-sec-one-inner-text a {
	font-size: 14px;
	color: #00ade9;
	font-weight: 700;
	font-family: 'Roboto', sans-serif;
	line-height: 33px;
}
.page-template-contact div#primary {
	margin-top: -5px;
}
#search-6 input#s {
	border: 1px solid #00ade9 !important;
	border-radius: 0px !important;
	width: 100%;
	float: left;
	background-image: url(images/search.png) !important;
	background-position: 97% center;
	font-size: 12px;
	height: 42px;
	background-repeat: no-repeat;
	margin: 0 auto !important;
	border-radius: 0px !important;
}
.awrd-sec-one-inner-text h5 {
	color: #4f4f4f;
	font-size: 16px;
	margin: 20px 0px;
	line-height: 25px;
}
.about-section-two-inner-text h3.widget-title {
	font-size: 24px;
	color: #212121;
	font-family: 'Roboto', sans-serif;
	line-height: 31px;
	margin-top: 50px !important;
	text-transform: capitalize;
}
.about-section-two-inner-text li {
	font-size: 14px;
	color: #4f4f4f;
	width: 100%;
	display: flex;
	line-height: 36px;
	font-family: 'Roboto', sans-serif;
}
.award-section-three-inner-text p span {
	color: #00ade9;
	font-weight: 600;
	font-family: 'Roboto', sans-serif;
}
.award-section-three-inner-text p {
	font-size: 14px;
	color: #4f4f4f;
	line-height: 25px;
	font-family: 'Roboto', sans-serif;
	margin-bottom: 20px;
}
.awrd-sec-one-inner-text p strong {
	font-weight: bold;
}
.award-section-three-inner-text li {
	font-size: 14px !important;
	color: #4f4f4f;
	line-height: 25px !important;
	font-family: 'Roboto', sans-serif;
	margin-bottom: 20px;
	margin-left: 23px;
	padding-left: 10px !important;
	list-style-image: url(images/list-icon.png);
}
.about-section-two-inner-text h4 {
	font-size: 17px;
	color: #212121;
	font-family: 'Roboto', sans-serif;
	line-height: 31px;
	text-transform: capitalize;
}
.award-section-three-inner-text h3.widget-title {
	color: #212121;
	font-family: 'Roboto', sans-serif;
	font-size: 24px;
	text-transform: capitalize;
	margin-bottom: 20px;
}
.about-section-two-inner-text li h6, .about-section-two-inner-text li span {
	font-size: 14px;
	color: #4f4f4f;
	display: flex;
	font-weight: 100;
	width: 60%;
	padding-left: 30px;
	line-height: 36px;
	font-family: 'Roboto', sans-serif;
}
.about-section-two-inner {
	background: #f9fafc;
	padding: 30px 30px;
	margin-left: -30px;
}
.about-section-two-inner-text h5 {
	font-size: 16px;
	color: #4f4f4f;
	font-family: 'Roboto', sans-serif;
	line-height: 31px;
	text-transform: capitalize;
}
.about-section-two-inner-text li span {
	width: 20%;
	float: left;
}
.my_post {
	overflow: hidden;
	margin-top: 52px;
}
.lgx-logo-slider-wp .nav-position-v-mid {
	position: relative;
	width: 92%;
	margin: 0 auto;
}
.owl-carousel .owl-item img {
	margin: 0 auto;
}
.lgx-logo-slider-wp .nav-position-v-mid .owl-controls .owl-prev {
	left: -2%;
}
.lgx-logo-slider-wp .nav-position-v-mid .owl-controls .owl-next {
	right: -2%;
}
/*.owl-item.active:after{































 content: "";































    position: absolute;































    display: block;































    height: 41px;































    width: 1px;































    background: #c7c7c7;































    top: 30px;































}































.owl-item.active:first-child:after{































  content: "";































   display: block;































    height: 41px;































    width: 1px;































    background: #c7c7c7;































    top: 30px;































}*/































































































.owl-stage-outer .active:before {
	content: "";
	position: absolute;
	display: block;
	height: 41px;
	width: 1px;
	background: #c7c7c7;
	top: 30px;
	right: 0;
}
.owl-next {
	background: #fff !important;
}
.visitor-sec-one-inner-text p {
	font-size: 14px !important;
	color: #4f4f4f;
	line-height: 25px !important;
	font-family: 'Roboto', sans-serif !important;
	margin-bottom: 15px;
}
p {
	font-size: 14px !important;
	color: #4f4f4f;
	line-height: 25px !important;
	font-family: 'Roboto', sans-serif !important;
	margin-bottom: 15px;
}
.chr_content ul:not(.nobullets) li:before {
	content: normal !important;
}
.visitr-section-two-inner-text li {
	font-size: 14px !important;
	color: #4f4f4f;
	line-height: 18px !important;
	font-family: 'Roboto', sans-serif !important;
	margin-bottom: 14px;
	margin-left: 23px;
	padding-left: 10px !important;
	list-style-image: url(images/list-icon.png);
}
.award-section-three-inner-text p a span {
	color: #4f4f4f;
}
.award-section-three-inner-text p span, .award-section-three-inner-text p a {
	color: #00ade9;
	font-weight: 600;
	font-family: 'Roboto', sans-serif;
}
.award-section-three-inner-text h3 {
	font-size: 24px !important;
	color: #212121 !important;
	font-family: 'Roboto', sans-serif;
	line-height: 50px !important;
	margin: 0 auto;
}
.lsit-menu li {
	list-style: none;
	float: left;
	font-family: 'Roboto', sans-serif;
	margin-left: 0px;
	margin-right: 20px;
	color: #00ade9;
	padding-left: 0px !important;
}
.lsit-menu a {
	color: #00ade9 !important;
	font-family: 'Roboto', sans-serif;
}
#page .full_content_wrapper {
	padding-bottom: 0px !important;
}
.search_content_wrapper {
	
	max-width: 1142px;
	margin: 0 auto;
	box-sizing: border-box;
	/*webkit-box-shadow: 0px 0px 17px 0px rgba(0,0,0,0.75);
	-moz-box-shadow: 0px 0px 17px 0px rgba(0,0,0,0.75);
	box-shadow: 0px 2px 10px -3px rgba(0,0,0,0.75);
	margin-top: 0px;*/
	padding: 30px !important;
}
.lsit-menu a:hover {
	color: #000 !important;
}
.lsit-menu a:after {
	content: " | ";
	color: #00ade9;
	padding-left: 28px;
}
.lsit-menu li:last-child a:after {
	content: normal;
}
p {
	font-size: 14px;
	color: #4f4f4f;
	line-height: 25px;
	font-family: 'Roboto', sans-serif;
	margin-bottom: 20px;
}
.logo-section.panel-row-style.panel-row-style-for-2-4 {
	margin-bottom: 70px;
	margin-top: 50px;
}
.two-btun {
	text-align: right;
	width: 48%;
	float: right;
	margin-top: 69px;
}
.logo {
	width: 67%;
	margin-left: 0px !important;
	float: left;
}
.header_menu .access ul.menu > li {
	margin-right: 7px !important;
}
.logo_wrapper .logo a div {
	display: block;
	height: 120px !important;
	width: 100%;
	max-width: 100%;
	background-repeat: no-repeat;
	background-size: contain;
	background-position: center;
}
.logo_wrapper {
	height: 125px !important;
}
.logo img.header-image {
	margin-top: 0px;
}
.footer-linkss a {
	color: #fff !important;
	font-size: 13px;
	font-family: 'Roboto', sans-serif;
	line-height: 19.9px;
}
.search section#primary {
	webkit-box-shadow: 0px 0px 17px 0px rgba(0,0,0,0.75);
	-moz-box-shadow: 0px 0px 17px 0px rgba(0,0,0,0.75);
	box-shadow: 0px 0px 10px -3px rgba(0,0,0,0.75);
	margin-top: 0px;
	max-width: 1080px;
	padding: 30px 30px 30px 30px;
	margin: 0 auto;
}
.footer-linkss {
	width: 100%;
	float: none;
	text-align: center;
	clear: both;
}
.address {
	margin-left: 20px;
	margin-top: -5px;
	font-size: 14px;
	color: #4f4f4f;
	line-height: 30px;
	font-family: 'Roboto', sans-serif;
}
.address a {
	font-size: 14px;
	color: #4f4f4f;
	line-height: 30px;
	font-family: 'Roboto', sans-serif;
}
.contact-address-inner li:last-child .address {
	margin-top: 6px;
}
.address a:hover {
	color: #00ade9;
}
.blog div#content {
	width: 73%;
	float: left;
	margin-right: 2%;
}
.blog div#primary {
	max-width: 1080px;
	padding: 30px;
}
aside.side_bar {
	display: none;
}
.single header h1 {
	margin-top: 20px;
	margin-bottom: 22px;
	font-size: 18px;
	font-family: 'Roboto', sans-serif;
	line-height: 1.5;
	color: #212121;
}
#search-4 input#s {
	border: 1px solid #00ade9;
	border-radius: 0px !important;
	width: 100% !important;
	font-size: 12px;
	float: left;
	background-image: url(images/search.png) !important;
	background-position: 97% center;
	height: 30px;
	background-repeat: no-repeat;
	border-radius: 0px !important;
	margin: 0 auto !important;
}
.sidebar-blog .widget {
	background: #f9f9f9;
	margin-bottom: 20px;
	padding: 20px;
}
#search-4 input#searchsubmit {
	display: none;
}
#search-4 label.screen-reader-text {
	display: none;
}
.widget-area {
	float: right;
	width: 22%;
	background: #f9f9f9;
	padding: 15px;
	margin-top: 0px;
}
#recent-posts-2 h3.widget-title {
	padding-top: 40px;
}
.type-post h1.entry-title a {
	margin-top: 0px;
	margin-bottom: 10px;
	font-size: 18px;
	font-family: 'Roboto', sans-serif;
	line-height: 1.5;
	color: #212121 !important;
}
.type-post .time-section {
	margin-top: 10px;
}
footer.entry-meta {
	display: none;
}
header.entry-header {
	margin-bottom: 12px;
}
#recent-posts-2 li, #recent-posts-2 li a {
	padding: 10px 0px !important;
	font-size: 14px;
	font-family: 'Roboto', sans-serif;
	line-height: 1.5;
	color: #212121;
	text-transform: capitalize !important;
}
#archives-2 li, #archives-2 li a, #categories-2 li, #categories-2 li a {
	padding: 10px 0px !important;
	font-size: 14px;
	font-family: 'Roboto', sans-serif;
	line-height: 1.5;
	color: #212121;
	text-transform: capitalize !important;
}
.home_post h3 {
	margin-bottom: 20px;
}
.entry-content {
	padding: 10px 0px !important;
	font-size: 14px;
	font-family: 'Roboto', sans-serif;
	line-height: 1.5;
	color: #212121;
}
.blog section.full_content_wrapper.clearfix {
	margin-top: 180px;
	max-width: 1080px;
	margin: 0 auto;
/*	webkit-box-shadow: 0px 0px 17px 0px rgba(0,0,0,0.75);
	-moz-box-shadow: 0px 0px 17px 0px rgba(0,0,0,0.75);
	box-shadow: 0px 0px 10px -3px rgba(0,0,0,0.75);*/
	padding: 30px;
}
.header_menu ul.menu li > ul.sub-menu > li > a {
	color: #000 !important;
	border-color: #fff !important;
	background-color: #fff !important;
}
.blog header#masthead {
	background: url(http://arbs.com.au/wp-content/themes/arbs-new-theme/images/banner2.jpg);
	padding-bottom: 150px;
	background-size: cover;
}
.type-post {
	padding: 10px;
	border: 1px solid #ccc;
	margin-bottom: 20px;
}
.mail-chimp-inner input[type="submit"]:hover {
	background: #A9ADAD;
	color: #fff;
	border-color: #A9ADAD;
}
.butn-in-sec-two a:hover {
	color: #00ace8 !important;
	background: #fff;
	border: 1px solid #fff;
}
.register-form-inner input {
	width: 98%;
	margin-bottom: 20px;
	border-radius: 0px;
	height: 40px;
}
.search_content_wrapper .fp_search input {
	height: 40px;
	width: 100%;
	font-size: 1.6em;
	font-family: "DIN Medium";
	text-transform: uppercase;
	margin: 13px 2px 13px 3%;
	background-image: url(images/search.png) !important;
	background-position: 97% center;
	background-repeat: no-repeat;
	border: 1px solid #00ace8;
}
.sidebar-blog {
	width: 24%;
	float: left;
	margin-top: 0px;
}
 .contact-form-part ::-webkit-input-placeholder {
 display:none;
}
.page-template-blogs div#primary {
	padding: 30px;
	max-width: 1080px;
	margin: 0 auto;
	margin-top: -5px;
}
.post_call li {
	padding: 10px !important;
	border: 1px solid #ccc;
	margin-bottom: 20px;
}
.footer_wrapper .more-size {
	padding: 76px 0px 50px 0px;
	/*-webkit-box-shadow: 0px 0px 17px 0px rgba(0,0,0,0.75);
	-moz-box-shadow: 0px 0px 17px 0px rgba(0,0,0,0.75);
	box-shadow: 0px 0px 10px -3px rgba(0,0,0,0.75);*/
	margin-top: 0px;
}
.search-results section#feature {
	background: url(http://arbs.com.au/wp-content/themes/chromatix/images/banner2.jpg);
	background-size: cover !important;
	padding: 200px 0px;
}
.blog-artical h2 {
	font-size: 24px !important;
	color: #212121 !important;
	font-family: 'Roboto', sans-serif;
	line-height: 50px !important;
	margin: 0 auto;
}
.blog-content {
	font-size: 14px;
	color: #4f4f4f;
	font-family: 'Roboto', sans-serif;
	line-height: 24px;
}
a.blog-read {
	text-transform: uppercase;
	font-family: 'Roboto', sans-serif;
	color: #00ace8;
	font-size: 14px;
}
.register-form-inner textarea {
	width: 98%;
	margin-bottom: 20px;
	border-radius: 0px;
	height: 100px;
}
p {
	font-size: 14px !important;
	color: #4f4f4f;
	font-family: 'Roboto', sans-serif !important;
	line-height: 24px;
}
.register-form-inner select.wpcf7-form-control.wpcf7-select {
	width: 98%;
	margin-bottom: 20px;
	border-radius: 0px;
	height: 40px;
}
.register-form-inner input.wpcf7-form-control.wpcf7-submit {
	width: auto;
	margin-right: 0px;
	font-family: 'Roboto', sans-serif;
	height: auto !important;
	border-radius: 0px;
	background: #00ace8;
	color: #fff;
	-webkit-appearance: none;
	padding: 10px 30px;
	text-transform: uppercase;
	font-size: 18px;
	font-weight: bold;
	border-color: #00ace8;
}
button#searchsubmit {
	display: none;
}
.fp_search {
	/* margin-bottom: 10px; */
	background-color: transparent !important;
}
.post.full .thumb {
	float: none !important;
}
.one-text a h3 {
	font-size: 24px;
	text-transform: uppercase;
	text-align: center;
	font-weight: 600;
	color: #212121;
	font-family: 'Roboto', sans-serif;
}
.one-text a:hover h3 {
	color: #00ace8;
}
.footer_wrapper .more-size {
}
#thsp-sticky-header li.menu-item-has-children a:after {
	content: normal !important;
}
#thsp-sticky-header li a {
	text-transform: uppercase;
}
/***************responsive css*****************/
 @media(max-width:1200px) {
.header_menu .access ul.menu > li {
	margin-right: 15px !important;
}
nav#site-navigation {
	width: 70%;
}
.banner {
	position: relative;
	box-sizing: border-box;
}
.search-field {
	width: 21.4%;
}
.more-size {
	width: 96%;
	margin: 0 auto;
}
hgroup {
	background-size: 100% 100%;
}
.sec-two-inner p {
	line-height: 20px;
}
.main-navigation li {
	margin: 0 40px 0 0;
}
footer#colophon {
	background-size: 100% 100%;
}
.contact-from-inner input {
	margin-right: 8px;
}
}
 @media(max-width:1100px) {
.header_menu .access ul.menu > li {
	margin-right: 10px !important;
}
.search-field {
	width: 20.4%;
}
a.register-butn {
	margin-right: 20px;
	padding: 12px 20px;
}
a.exibit-butn {
	padding: 12px 20px;
}
.home_post {
	box-sizing: border-box;
	width: 33.33%;
}
aside#text-3 {
	width: 23.5%;
}
aside#text-4 {
	width: 21.5%;
	padding-left: 3%;
}
.page-template-default div#primary {
	width: 100%;
	box-sizing: border-box;
	max-width: 100%;
	float: none;
	clear: both;
}
.page-template-default div#primary:after {
	content: '';
	display: block;
	clear: both;
}
#colophon .more-size:after {
	display: none;
}
hgroup {
	padding-bottom: 0;
}
.lsit-menu li {
	margin-right: 8px;
}
}
 @media(max-width:1040px) {
.two-btun {
	margin-top: 70px;
	margin-bottom: 20px;
}
.cycloneslider-template-standard .cycloneslider-caption {
	top: 20% !important;
}
.logo a img {
	max-width: 100%;
}
}
 @media(max-width:1030px) {
.header_menu .access ul.menu > li {
	margin-right: 7px !important;
}
.butn-in-sec-two {
	margin-top: 20px;
}
aside#text-5 {
	width: 25.5%;
	float: left;
}
.sec-two-inner p {
	margin-bottom: 6px;
}
.page-template-default .site-header {
	position: static;
}
.page-template-contact .site-header {
	position: static;
}
.page-template-default .header-more {
	width: 100%;
}
.page-template-contact .header-more {
	width: 100%;
}
.title-page {
	top: 50%;
}
.about-section-two-inner-text h3.widget-title {
	margin-top: 0px !important;
}
.award-section-three-inner-text li br {
	display: none;
}
.award-section-three-inner-text p br {
	display: none;
}
.about-section-two-inner-text li h6 {
	font-size: 12px;
}
.about-section-two-inner-text li {
	font-size: 12px;
}
}
 @media(max-width:1024px) {
hgroup {
	background-position: center;
	padding: 30px 0px 28px 0px;
}
a.register-butn {
	padding: 10px 20px;
	margin-right: 15px;
}
a.exibit-butn {
	padding: 10px 20px;
}
.main-navigation li {
	position: relative;
	margin: 0 32px 0 0;
}
.page-template-common-page div#primary {
	padding: 35px 30px;
	max-width: 94% !important;
	margin-top: -7px;
}
.blog .content_wrapper {
	width: 100% !important;
}
}
 @media(max-width:1023px) {
.single section.full_content_wrapper {
	min-height: auto !important;
}
.single div#content {
	min-height: auto !important;
}
.blog .content_wrapper {
	width: 100% !important;
}
.page-template-common-page div#primary {
	padding: 35px 30px;
	max-width: 100% !important;
	margin-top: -7px;
}
aside#text-5 {
	width: 100%;
	float: none;
	text-align: center;
}
aside#text-7, aside#text-6, aside#nav_menu-3 {
	width: 100%;
	float: none;
	text-align: center;
	margin-top: 10px;
}
.footer_wrapper h3.widget-title:after {
	content: normal;
}
.footer_wrapper .footer_internal_wrapper {
	width: 98% !important;
	margin: 0 auto !important;
	padding: 0px !important;
	padding-left: 0% !important;
}
section#header_menu {
	display: none;
}
.menu-item-has-children a:after, li.menu-item-has-children:after {
	content: normal !important;
}
#responsive-menu-container #responsive-menu li.responsive-menu-item .responsive-menu-item-link {
	text-transform: uppercase;
}
.blog section.full_content_wrapper.clearfix {
	margin-top: 0px;
}
.sidebar-blog {
	width: 60%;
	float: none;
	margin-top: 0px;
	margin: 0 auto;
	clear: both;
}
.post-template-default div#content {
	width: 80%;
	float: none;
	margin-right: 0%;
	margin: 0 auto;
}
.archive div#content {
	width: 96%;
	float: left;
	margin-right: 2%;
}
.main-menu {
	display: none;
}
a.exibit-butn {
	padding: 10px 15px;
	font-size: 14px;
	line-height: 20px;
}
a.register-butn {
	margin-right: 10px;
	padding: 10px 10px;
	font-size: 14px;
	line-height: 20px;
}
div#primary {
	padding: 30px;
	box-sizing: border-box;
}
.arbs-one img {
	margin: 0 auto;
	display: block;
}
.sec-two .panel-row-style {
	flex-direction: column;
}
.sec-two .panel-grid-cell {
	width: 100% !important;
	margin: 0 auto;
	display: block;
}
.sec-two-inner h3.widget-title {
	text-align: center !important;
}
.sec-two-inner p {
	text-align: center !important;
}
.butn-in-sec-two {
	display: block;
	margin: 0 auto;
	display: block;
	margin-top: 29px;
}
.butn-in-sec-two a {
	text-align: center;
	display: block;
	margin: 0 auto;
	box-sizing: border-box;
	display: block;
	width: 120px;
}
.sec-two img {
	display: block;
	margin: 20px auto 0px;
}
.home_post {
	width: 100%;
	display: block;
	margin: 0 auto;
	padding: 0px 5%;
	margin-bottom: 40px;
}
.news {
	padding-bottom: 0px;
}
.section-one .panel-row-style {
	flex-direction: column;
}
.section-one .panel-grid-cell {
	width: 100% !important;
	margin: 0 auto;
	display: block;
}
.one-text {
	padding: 0px 5%;
	margin-bottom: 45px;
}
.section-one {
	margin-bottom: 0px;
}
aside#text-2 {
	width: 100%;
	margin: 0 auto;
	margin-bottom: 40px;
	display: block;
	padding-left: 0px;
	float: none;
	text-align: center;
}
aside#nav_menu-2 {
	width: 100%;
	margin: 0 auto;
	margin-bottom: 40px;
	display: block;
	padding-left: 0px;
	float: none;
	text-align: center;
}
aside#text-3 {
	width: 100%;
	margin: 0 auto;
	margin-bottom: 40px;
	display: block;
	padding-left: 0px;
	float: none;
	text-align: center;
}
aside#text-4 {
	width: 100%;
	margin: 0 auto;
	margin-bottom: 40px;
	display: block;
	padding-left: 0px;
	float: none;
	text-align: center;
}
.social-icons ul {
	float: none;
	margin: 0 auto;
	display: block;
	text-align: center;
}
.social-icons li {
	float: none;
	display: inline-block;
}
.social-icons:after {
	content: '';
	display: block;
	clear: both;
}
.social-icons ul:after {
	content: '';
	display: block;
	clear: both;
}
.social-icons li:last-child {
	margin-right: 0px;
}
#menu-footer-menu li {
	list-style-image: none;
	padding-left: 0px;
	margin-left: 0px;
}
.site-info h3.widget-title:after {
	left: 0px;
	right: 0px;
	display: block;
	margin: 0 auto;
	text-align: center;
}
.our-times li {
	list-style-image: none;
	padding-left: 0px;
	margin-left: 0px;
}
.contact-part-footer li {
	list-style-image: none;
	padding-left: 0px;
	margin-left: 0px;
}
.mail-chimp-inner input {
	box-sizing: border-box;
}
.mail-chimp-inner input[type="submit"] {
	width: 24%;
	color: #fff;
	padding: 9px 8px;
	font-size: 14px;
	box-sizing: border-box;
}
.page div#content {
	width: 100%;
	float: none;
	margin-right: 0%;
	box-sizing: border-box;
	margin: 0 auto;
}
.page-sidebar {
 w width: 100%;
	float: none;
	margin-right: 0%;
	box-sizing: border-box;
	margin: 0 auto;
}
.awrd-sec-one-inner-text h5 {
	text-align: center;
}
.awrd-sec-one-inner-text p img {
	display: block;
	margin: 0 auto;
}
.award-section-three-inner-text h5 {
	text-align: center;
}
.award-section-three-inner-text p img {
	display: block;
	margin: 0 auto;
	margin-bottom: 20px;
}
.awwwards .panel-no-style {
	flex-direction: column;
}
.awwwards .panel-grid-cell {
	width: 100% !important;
	margin: 0 auto;
	display: block;
	box-sizing: border-box;
	float: none;
}
.awrd-sec-one-inner-img img {
	margin: 0 auto;
	display: block !important;
	float: none;
}
.awrd-sec-one-inner-text {
	text-align: center;
}
.about-section-two-inner-text {
	text-align: center;
}
.about-section-two-inner-img img {
	margin: 0 auto;
	display: block !important;
	float: none;
	margin-top: 20px;
}
.award-section-three-inner-text h3.widget-title {
	text-align: center;
}
.award-section-three-inner-text p {
	text-align: center;
}
.about-section-two-inner-text ul {
	width: 82%;
	margin: 0 auto;
	display: block;
}
.about-section-two-inner-text li span {
	width: 33%;
}
.sec-two-inner h3.widget-title {
	margin-top: 0px;
}
.award-section-three-inner-text h3 {
	text-align: center;
}
ul.lsit-menu {
	margin: 0 auto !important;
	float: none;
	overflow: hidden;
	width: 84%;
}
.page-sidebar {
	width: 35%;
}
.contact-from-inner input {
	width: 47%;
}
.ex_sub {
	text-align: center;
}
.register-form-inner h3.widget-title {
	text-align: center;
}
.my_inner_c p {
	padding-top: 20px;
}
}
 @media(max-width:873px) {
.logo_wrapper {
	text-align: center;
	width: 100% !important;
}
.two-btun {
	margin-top: 32px;
	margin-bottom: 20px;
	width: 100%;
	text-align: center;
}
.banner-title {
	font-size: 30px;
}
.masthead.fullwidth_container .masthead_content {
	height: auto !important;
}
div#primary {
	padding: 0px;
	box-sizing: border-box;
}
ul.lsit-menu {
	width: 93%;
}
.award-section-three-inner-text li {
	font-size: 13px;
}
.awards16 h3 {
	margin-bottom: 1px;
}
.my_inner_c .widget-title {
	margin-bottom: 15px;
}
.mail-chimp-inner input {
	height: 41px !important;
	width: 35.3%;
}
}
 @media(max-width:780px) {
.header_wrapper .more-size {
	box-shadow: none;
	margin-top: 0px;
}
.logo_wrapper .logo a div {
	display: block;
	height: 164px;
	width: 80% !important;
	margin: 0 auto;
	max-width: 100%;
}
.two-btun {
	margin-top: 0px;
	text-align: center;
}
.sow-image-container {
	text-align: center !important;
	float: none !important;
}
.sow-image-container img {
	text-align: center !important;
	float: none !important;
	margin: 0 auto;
}
.award-section-three-inner-text h3 {
	text-align: center;
}
.visitor-sec-one-inner-text h3.widget-title {
	text-align: center;
}
.visitor-sec-one-inner-text {
	text-align: center;
}
.visitr-section-two-inner-text h3.widget-title {
	text-align: center;
}
.about-section-two-inner {
	margin-left: 0px;
}
.page-sidebar {
	width: 70%;
}
.contact-address-inner li {
	display: inherit;
	text-align: center;
}
.address {
	margin-left: 0px;
	margin-top: 15px;
}
.contact-address-inner.panel-widget-style.panel-widget-style-for-w59083274b86b8-0-0-0 {
	margin: 0px 0px;
}
.contact-from-inner input {
	width: 48%;
}
.btn_dm {
	text-align: center !important;
	width: 100%;
	overflow: hidden;
}
.contact-from-inner input.wpcf7-form-control.wpcf7-submit {
	float: none;
}
.page-id-1203 .sow-image-container img {
	margin-top: 20px;
}
.page-id-1203 .visitor-sec-one-inner-text p {
	margin-bottom: 0px;
}
.lsit-menu li {
	margin-right: 6px;
}
}
 @media(max-width:768px) {
.footer_wrapper .more-size:after {
	content: normal;
}
.blog section.full_content_wrapper.clearfix {
	margin-top: 00px;
}
}
 @media(max-width:758px) {
.lsit-menu li {
	text-align: center;
	float: none;
}
.lsit-menu a:after {
	display: none
}
}
 @media(max-width:740px) {
.mail-chimp-inner input {
	margin-right: 1%;
}
.banner-title {
	font-size: 28px;
	line-height: 34px;
}
.gunbtun {
	display: block;
	text-align: center;
	margin-top: 20px;
}
.gunbtun:before {
	left: 0px;
	right: 0px;
	display: block;
	margin: 0 auto;
	text-align: center;
}
.gunbtun:after {
	left: 0px;
	right: 0px;
	display: block;
	margin: 0 auto;
	text-align: center;
}
.award-section-three-inner-text li {
	font-size: 12px;
}
h3.widget-title {
	font-size: 19px !important;
}
}
 @media(max-width:686px) {
.two-btun {
	width: 100% !important;
	margin: 0 auto !important;
	margin-bottom: 29px !important;
}
.lsit-menu a:after {
	padding-left: 10px;
}
.about-section-two-inner-text ul {
	width: 100%;
}
.page-template-contact div#primary {
	overflow: hidden;
}
.awards16 h3 {
	margin-bottom: 6px;
}
.mail-chimp-section h3.widget-title {
	font-size: 29px !important;
}
.sec-two-inner h3.widget-title {
	font-size: 28px !important;
}
.one-heading h3 {
	font-size: 29px;
	margin-top: 0px;
}
}
 @media(max-width:600px) {
.logo {
	width: 100% !important;
	float: none;
	margin: 0 auto !important;
}
.banner-title {
	font-size: 22px;
	line-height: 30px;
}
.one-heading h3 {
	font-size: 28px;
	margin-top: 40px;
}
.news_titl h1 {
	font-size: 28px;
	margin-top: 40px;
}
.lsit-menu li {
	text-align: center;
	float: none;
}
.lsit-menu a:after {
	display: none;
}
.award-section-three-inner-text li {
	margin-bottom: 7px;
}
.award-section-three-inner-text li {
	font-size: 15px;
}
.page-template-default div#primary {
	padding: 16px;
}
.visitr-section-two-inner-text li {
	font-size: 12px;
}
.about-section-two-inner {
	padding: 30px 13px;
}
.contact-adddresssss {
	padding: 0px;
}
.logo_wrapper .logo a div {
	display: block;
	height: 100px !important;
	width: 100%;
	max-width: 100%;
}
.logo_wrapper {
	height: 100px !important;
	padding: 0px !important;
}
}
 @media(max-width:599px) {
.title-page {
	color: #000;
	font-size: 21px;
	font-family: 'Roboto', sans-serif;
	font-weight: 700;
	text-align: center;
	margin-bottom: 40px;
	line-height: 24px;
}
.blog-artical h2 {
	font-size: 16px !important;
	margin: 0px 0px 20px 0px;
	line-height: 30px !important;
}
.post-template-default div#content {
	width: 100%;
	float: none;
	margin-right: 0%;
	margin: 0 auto;
}
}
 @media(max-width:568px) {
	 
#page .full_content_wrapper .exhibit_btn_wrapper.mobile {
    display: none !important;
}	 
	 
hgroup {
	padding-top: 7px;
}
.two-btun {
	width: 100%;
	text-align: center;
	margin-top: 14px;
	margin-bottom: 38px !important;
}
.logo-section.panel-row-style.panel-row-style-for-2-4 {
	margin-bottom: 15px;
	margin-top: 25px;
}
.about-section-two-inner-text li h6 {
	font-size: 12px;
}
.contact-from-inner input {
	width: 100%;
}
.img2012 {
	text-align: center;
}
.alignright {
	float: none;
}
img.alignright {
	margin: 12px 0 12px 0px;
}
}
 @media (max-width: 500px) {
.masthead.fullwidth_container .masthead_content .header_wrapper {
	height: auto !important;
}
.header-more {
	width: 100%;
}
.banner-title {
	font-size: 12px;
	line-height: 20px;
}
.mail-chimp-inner input {
	width: 100%;
	margin-right: 0px;
	display: block;
	margin: 0 auto;
	margin-bottom: 15px;
}
.mail-chimp-inner input[type="submit"] {
	width: 100px;
	float: none;
	display: block;
	margin: 0 auto;
}
div#primary {
	padding: 15px;
}
.sec-two {
	padding: 15px;
}
.section-one {
	padding: 0px 15px;
}
.site-header {
	position: static;
}
.banner-slider .cycloneslider-slide {
	position: static !important;
}
.visitor-sec-one-inner-text h3.widget-title {
	font-size: 17px !important;
}
h3.widget-title {
	font-size: 14px !important;
}
}
 @media (max-width: 414px) {
.news_titl h1, .one-heading h3 {
	font-size: 22px !important;
	margin-top: 40px;
	margin-bottom: 0px !important;
}
.logo {
	width: 85%;
}
a.exibit-butn {
	padding: 7px 15px;
	font-size: 13px;
}
a.register-butn {
	padding: 7px 10px;
	font-size: 13px;
}
.cycloneslider-template-standard .cycloneslider-caption {
	top: 9% !important;
}
.sec-two-inner h3.widget-title {
	font-size: 24px !important;
}
.mail-chimp-section h3.widget-title {
	margin-top: 0px;
}
.news_titl h1 {
	font-size: 24px;
}
.logo-section h3.widget-title {
	font-size: 26px !important;
	margin-top: 0px;
}
.page-sidebar {
	width: 96%;
}
.award-section-three-inner-text h3 {
	font-size: 20px !important;
}
.title-page {
	top: 29%;
}
.about-section-two-inner-text li {
	font-size: 12px;
}
.about-section-two-inner-text li span {
	width: 27%;
}
.about-section-two-inner-text li h6 {
	font-size: 12px;
	width: 70%;
	padding-left: 9px;
	text-align: left;
}
.title-page {
	font-size: 28px;
}
.mail-chimp-section h3.widget-title {
	font-size: 20px !important;
}
}
 @media (max-width: 414px) {
.sec-two-inner h3.widget-title {
	font-size: 21px !important;
}
h3.widget-title {
	font-size: 14px !important;
}
.news_titl h1 {
	font-size: 20px;
}
.logo-section h3.widget-title {
	font-size: 24px !important;
}
.blog section.full_content_wrapper.clearfix {
	margin-top: 0px;
}
.sidebar-blog {
	width: 100%;
	float: none;
	margin-top: 0px;
	margin: 0 auto;
}
.gunbtun {
	display: none;
}
.site-info h3.widget-title {
	color: #fff !important;
}
}
 @media (max-width: 384px) {
.visitr-section-two-inner-text h3.widget-title {
	line-height: 28px !important;
}
.address {
	font-size: 12px;
}
}
 @media(max-width:320px) {
.title-page {
	font-size: 18px;
}
}

/***************responsive css*****************/
