* {
	-webkit-box-sizing: border-box;
	-moz-box-sizing:    border-box;
	box-sizing:         border-box;
}

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

.landing_input{border:1px;}

::selection { color: #fff; background: #c12928;}
::-moz-selection { color: #fff; background: #c12928;}


audio,
canvas,
video {
	display: inline-block;
}

audio:not([controls]) {
	display: none;
	height: 0;
}

[hidden] {
	display: none;
}

html {
	font-size: 100%;
	overflow-y: scroll;
	-webkit-text-size-adjust: 100%;
	-ms-text-size-adjust: 100%;
}

html,
button,
input,
select,
textarea {
	/*font-family: 'Open Sans', sans-serif;*/
	font-family: 'myriad_set_protext';
}

body {
	color: #141412;
	line-height: 1.5;
	margin: 0;
	/*font-family: 'Open Sans', sans-serif;*/
	font-family: 'myriad_set_protext';
}

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

/*a:visited {
	color: #ac0404;
}
*/
a:active,
a:hover {
	color: #c12928;
	outline: 0;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	clear: both;
	/*font-family: Bitter, Georgia, serif;*/
	line-height: 1.3;
}

a.btn-rqst-call:hover {
	color: #fff;
	outline: 0;
}

h1 {
	font-size: 48px;
	margin: 33px 0;
}

h2 {
	font-size: 30px;
	margin: 25px 0;
}

h3 {
	font-size: 22px;
	margin: 22px 0;
}

h4 {
	font-size: 20px;
	margin: 25px 0;
}

h5 {
	font-size: 18px;
	margin: 30px 0;
}

h6 {
	font-size: 16px;
	margin: 36px 0;
}

address {
	font-style: italic;
	margin: 0 0 24px;
}

abbr[title] {
	border-bottom: 1px dotted;
}

b,
strong {
	font-weight: bold;
}

dfn {
	font-style: italic;
}

mark {
	background: #ff0;
	color: #000;
}

p {
	margin: 0 0 24px;
}

code,
kbd,
pre,
samp {
	font-family: monospace, serif;
	font-size: 14px;
	-webkit-hyphens: none;
	-moz-hyphens:    none;
	-ms-hyphens:     none;
	hyphens:         none;
}

pre {
	background: #f5f5f5;
	color: #666;
	font-family: monospace;
	font-size: 14px;
	margin: 20px 0;
	overflow: auto;
	padding: 20px;
	white-space: pre;
	white-space: pre-wrap;
	word-wrap: break-word;
}

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

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

blockquote {
	font-size: 18px;
	font-style: italic;
	font-weight: 300;
	margin: 24px 40px;
}

blockquote blockquote {
	margin-right: 0;
}

blockquote cite,
blockquote small {
	font-size: 14px;
	font-weight: normal;
	text-transform: uppercase;
}

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

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

small {
	font-size: smaller;
}

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

sup {
	top: -0.5em;
}

sub {
	bottom: -0.25em;
}

dl {
	margin: 0 20px;
}

dt {
	font-weight: bold;
}

dd {
	margin: 0 0 20px;
}

menu,
ol,
ul {
	margin:0;
	padding:0;
}

ul {
	list-style-type: square;
}

nav ul,
nav ol {
	list-style: none;
	list-style-image: none;
}

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

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

svg:not(:root) {
	overflow: hidden;
}

figure {
	margin: 0;
}

form {
	margin: 0;
}

fieldset {
	border: 1px solid #c0c0c0;
	margin: 0 2px;
	padding: 0.35em 0.625em 0.75em;
}

legend {
	border: 0;
	padding: 0;
	white-space: normal;
}

button,
input,
select,
textarea {
	font-size: 100%;
	margin: 0;
	max-width: 100%;
	vertical-align: baseline;
}

button,
input {
	line-height: normal;
}

button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
	-webkit-appearance: button;
	cursor: pointer;
}

button[disabled],
input[disabled] {
	cursor: default;
}

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

input[type="search"] {
	-webkit-appearance: textfield;
	padding-right: 2px; /* Don't cut off the webkit search cancel button */
	width: 270px;
}

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

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

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

table {
	border-bottom: 1px solid #ededed;
	border-collapse: collapse;
	border-spacing: 0;
	font-size: 14px;
	line-height: 2;
	margin: 0 0 20px;
	width: 100%;
}

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

caption {
	font-size: 16px;
	margin: 20px 0;
}

th {
	font-weight: bold;
	text-transform: capitalize;
}

td {
	border-top: 1px solid #fff;
	padding: 6px 10px 6px 0;
}

del {
	color: #333;
}

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

hr {
	background: url(images/dotted-line.png) repeat center top;
	background-size: 4px 4px;
	border: 0;
	height: 1px;
	margin: 0 0 24px;
}


/**
 * 2.0 Repeatable Patterns
 * ----------------------------------------------------------------------------
 */

.genericon:before,
.menu-toggle:after,
.featured-post:before,
.date a:before,
.entry-meta .author a:before,
.format-audio .entry-content:before,
.comments-link a:before,
.tags-links a:first-child:before,
.categories-links a:first-child:before,
.edit-link a:before,
.attachment .entry-title:before,
.attachment-meta:before,
.attachment-meta a:before,
.comment-awaiting-moderation:before,
.comment-reply-link:before,
.comment-reply-login:before,
.comment-reply-title small a:before,
.bypostauthor > .comment-body .fn:before,
.error404 .page-title:before {
	-webkit-font-smoothing: antialiased;
	display: inline-block;
	font: normal 16px/1 Genericons;
	vertical-align: text-bottom;
}

/* Clearing floats */
.clear:after,
.attachment .entry-header:after,
.site-footer .widget-area:after,
.entry-content:after,
.page-content:after,
.navigation:after,
.nav-links:after,
.gallery:after,
.comment-form-author:after,
.comment-form-email:after,
.comment-form-url:after,
.comment-body:after {
	clear: both;
}

.clear:before,
.clear:after,
.attachment .entry-header:before,
.attachment .entry-header:after,
.site-footer .widget-area:before,
.site-footer .widget-area:after,
.entry-content:before,
.entry-content:after,
.page-content:before,
.page-content:after,
.navigation:before,
.navigation:after,
.nav-links:before,
.nav-links:after,
.gallery:before,
.gallery:after,
.comment-form-author:before,
.comment-form-author:after,
.comment-form-email:before,
.comment-form-email:after,
.comment-form-url:before,
.comment-form-url:after,
.comment-body:before,
.comment-body:after {
	content: "";
	display: table;
}

/* Assistive text */
.screen-reader-text {
	clip: rect(1px, 1px, 1px, 1px);
	overflow: hidden;
	position: absolute !important;
	height: 1px;
	width: 1px;
}

.screen-reader-text:focus {
	background-color: #f1f1f1;
	border-radius: 3px;
	box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
	clip: auto !important;
	color: #21759b;
	display: block;
	font-size: 14px;
	font-weight: bold;
	height: auto;
	line-height: normal;
	padding: 15px 23px 14px;
	position: absolute;
	left: 5px;
	top: 5px;
	text-decoration: none;
	width: auto;
	z-index: 100000; /* Above WP toolbar */
}

/* Form fields, general styles first. */
button,
input,
textarea {
	border: 2px solid #d4d0ba;
	font-family: inherit;
	padding: 5px;
}

input,
textarea {
	color: #141412;
}

input:focus,
textarea:focus {
	border: 2px solid #c3c0ab;
	outline: 0;
}

/* Buttons */
button,
input[type="submit"],
input[type="button"],
input[type="reset"] {
	background: #e05d22; /* Old browsers */
	background: -webkit-linear-gradient(top, #e05d22 0%, #d94412 100%); /* Chrome 10+, Safari 5.1+ */
	background:   linear-gradient(to bottom, #e05d22 0%, #d94412 100%); /* W3C */
	border: none;
	border-bottom: 3px solid #b93207;
	border-radius: 2px;
	color: #fff;
	display: inline-block;
	padding: 11px 24px 10px;
	text-decoration: none;
}

button:hover,
button:focus,
input[type="submit"]:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:focus,
input[type="button"]:focus,
input[type="reset"]:focus {
	/*background: #ed6a31; /* Old browsers */
	/*background: -webkit-linear-gradient(top, #ed6a31 0%, #e55627 100%); /* Chrome 10+, Safari 5.1+ */
	/*background:   linear-gradient(to bottom, #ed6a31 0%, #e55627 100%); /* W3C */
	outline: none;
}

button:active,
input[type="submit"]:active,
input[type="button"]:active,
input[type="reset"]:active {
	/*background: #d94412; /* Old browsers */
	/*background: -webkit-linear-gradient(top, #d94412 0%, #e05d22 100%); /* Chrome 10+, Safari 5.1+ */
	/*background:   linear-gradient(to bottom, #d94412 0%, #e05d22 100%); /* W3C */
	border: none;
	/*border-top: 3px solid #b93207;
	padding: 10px 24px 11px;*/
}

.post-password-required input[type="submit"] {
	padding: 7px 24px 4px;
	vertical-align: bottom;
}

.post-password-required input[type="submit"]:active {
	padding: 5px 24px 6px;
}

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

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

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

:-ms-input-placeholder {
	color: #7d7b6d;
}

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

/* Make sure images with WordPress-added height and width attributes are scaled correctly. */
.entry-content img,
.entry-summary img,
.comment-content img[height],
img[class*="align"],
img[class*="wp-image-"],
img[class*="attachment-"] {
	height: auto;
}

img.size-full,
img.size-large,
img.wp-post-image {
	height: auto;
	max-width: 100%;
}

/* Make sure videos and embeds fit their containers. */
embed,
iframe,
object,
video {
	max-width: 100%;
}

/* Override the Twitter embed fixed width. */
.entry-content .twitter-tweet-rendered {
	max-width: 100% !important;
}

/* Images */
.alignleft {
	float: left;
}

.alignright {	
	float: right;	
	}



.aligncenter {
	display: inline-block;
	margin-left: auto;
	margin-right: auto;
	padding-top: 7px;
}
.aligncenter a{ margin: 0 5px;}
.aligncenter a:hover { color: #fff;}

figure.wp-caption.alignleft,
img.alignleft {
	margin: 5px 20px 5px 0;
}

.wp-caption.alignleft {
	margin: 5px 10px 5px 0;
}

figure.wp-caption.alignright,
img.alignright {
	margin: 5px 0 5px 20px;
}

.wp-caption.alignright {
	margin: 5px 0 5px 10px;
}

img.aligncenter {
	margin: 5px auto;
}

img.alignnone {
	margin: 5px 0;
}

.wp-caption .wp-caption-text,
.entry-caption,
.gallery-caption {
	color: #220e10;
	font-size: 18px;
	font-style: italic;
	font-weight: 300;
	margin: 0 0 24px;
}

div.wp-caption.alignright img[class*="wp-image-"] {
	float: right;
}

div.wp-caption.alignright .wp-caption-text {
	padding-left: 10px;
}

img.wp-smiley,
.rsswidget img {
	border: 0;
	border-radius: 0;
	box-shadow: none;
	margin-bottom: 0;
	margin-top: 0;
	padding: 0;
}

.wp-caption.alignleft + ul,
.wp-caption.alignleft + ol {
	list-style-position: inside;
}


/**
 * 3.0 Basic Structure
 * ----------------------------------------------------------------------------
 */

.site {
	background-color: #fff;
	border-left: 1px solid #f2f2f2;
	border-right: 1px solid #f2f2f2;
	margin: 0 auto;
	width: 100%;
}

.site-main {
	position: relative;
}

.site-main .sidebar-container {
	height: 0;
	/*position: absolute;*/
	top: 40px;
	width: 100%;
	z-index: 1;
}

.site-main .sidebar-inner {
	margin: 0 auto;
	max-width: 1040px;
}


/**
 * 4.0 Header
 * ----------------------------------------------------------------------------
 */

/**
 * 4.1 Site Header
 * ----------------------------------------------------------------------------
 */

.site-header {
	position: relative;
}

.site-header .home-link {
	color: #141412;
	display: block;
	margin: 0 auto;
	max-width: 1080px;
	min-height: 230px;
	padding: 0 20px;
	text-decoration: none;
	width: 100%;
}

.site-header .site-title:hover {
	text-decoration: underline;
}

.site-title {
	font-size: 60px;
	font-weight: bold;
	line-height: 1;
	margin: 0;
	padding: 58px 0 10px;
}

.site-description {
	font: 300 italic 24px "Source Sans Pro", Helvetica, sans-serif;
	margin: 0;
}


/**
 * 4.2 Navigation
 * ----------------------------------------------------------------------------
 */

.main-navigation {
	clear: both;
	margin: 0 auto;
	max-width: 1080px;
	min-height: 45px;
	position: relative;
}

ul.nav-menu,
div.nav-menu > ul {
	margin: 0;
	padding:0;
}

.nav-menu li {
	display: inline-block;
	position: relative;	
}

.nav-menu li a {
	color: #353535;
	display: block;
	font-size: 15px;
	line-height: 1;
	padding: 15px 8px;
	text-decoration: none;
}
.nav-menu li:last-child a {
	padding:15px 0 15px 7px; 
	
}
.nav-menu li:hover > a,
.nav-menu li a:hover,
.nav-menu li:focus > a,
.nav-menu li a:focus {
	color:#000;
}

.nav-menu .sub-menu,
.nav-menu .children {
	background-color: #fff;
	border: 2px solid #f7f5e7;
	border-top: 0;
	padding: 0;
	position: absolute;
	left: -2px;
	z-index: 99999;
	height: 1px;
	width: 1px;
	overflow: hidden;
	clip: rect(1px, 1px, 1px, 1px);
}

.nav-menu .sub-menu ul,
.nav-menu .children ul {
	border-left: 0;
	left: 100%;
	top: 0;
}

ul.nav-menu ul a,
.nav-menu ul ul a {
	color: #000;
	margin: 0;
	width: 200px;
	text-align: left;
}

ul.nav-menu ul a:hover,
.nav-menu ul ul a:hover,
ul.nav-menu ul a:focus,
.nav-menu ul ul a:focus {
	background-color: #be2527;
	color: #fff;
}

ul.nav-menu li:hover > ul,
.nav-menu ul li:hover > ul,
ul.nav-menu .focus > ul,
.nav-menu .focus > ul {
	clip: inherit;
	overflow: inherit;
	height: inherit;
	width: inherit;
}

.nav-menu .current_page_item > a,
.nav-menu .current_page_ancestor > a,
.nav-menu .current-menu-item > a,
.nav-menu .current-menu-ancestor > a {
	color: #d20000;
}

.menu-toggle {
	display: none;
}

/* Navbar */
.navbar {
	margin: 0 auto;
	max-width: 100%;
	width: 100%;
}

.site-header .search-form {
	position: absolute;
	right: 20px;
	top: 1px;
}

.site-header .search-field {
	background-color: transparent;
	background-image: url(images/search-icon.png);
	background-position: 5px center;
	background-repeat: no-repeat;
	background-size: 24px 24px;
	border: none;
	cursor: pointer;
	height: 37px;
	margin: 3px 0;
	padding: 0 0 0 34px;
	position: relative;
	-webkit-transition: width 400ms ease, background 400ms ease;
	transition:         width 400ms ease, background 400ms ease;
	width: 1px;
}

.site-header .search-field:focus {
	background-color: #fff;
	border: 2px solid #c3c0ab;
	cursor: text;
	outline: 0;
	width: 230px;
}


/**
 * 5.0 Content
 * ----------------------------------------------------------------------------
 */

.hentry {
	padding: 40px 0;
}

.entry-header,
.entry-content,
.entry-summary,
.entry-meta {
	margin: 0 auto;
	max-width: 604px;
	width: 100%;
}

.sidebar .entry-header,
.sidebar .entry-content,
.sidebar .entry-summary,
.sidebar .entry-meta {
	max-width: 1040px;
	padding: 0 376px 0 60px;
}


/**
 * 5.1 Entry Header
 * ----------------------------------------------------------------------------
 */

.sidebar .entry-header .entry-meta {
	padding: 0;
}

.entry-thumbnail img {
	display: block;
	margin: 0 auto 10px;
}

.entry-header {
	margin-bottom: 30px;
}

.entry-title {
	font-weight: normal;
	margin: 0 0 5px;
}

.entry-title a {
	color: #141412;
}

.entry-title a:hover {
	color: #ea9629;
}


/**
 * 5.2 Entry Meta
 * ----------------------------------------------------------------------------
 */

.entry-meta {
	clear: both;
	font-size: 14px;
}

.entry-meta a {
	color: #bc360a;
}

.entry-meta a:hover {
	color: #bc360a;
}

.entry-meta > span {
	margin-right: 20px;
}

.entry-meta > span:last-child {
	margin-right: 0;
}

.featured-post:before {
	content: "\f308";
	margin-right: 2px;
}

.entry-meta .date a:before {
	content: "\f303";
}

.comments-link a:before {
	content: "\f300";
	margin-right: 2px;
	position: relative;
	top: -1px;
}

.entry-meta .author a:before {
	content: "\f304";
	position: relative;
	top: -1px;
}

.categories-links a:first-child:before {
	content: "\f301";
}

.tags-links a:first-child:before {
	content: "\f302";
	position: relative;
	top: -1px;
}

.edit-link a:before {
	content: "\f411";
	position: relative;
	top: -1px;
}

.single-author .entry-meta .author,
.sticky.format-standard .entry-meta .date,
.sticky.format-audio .entry-meta .date,
.sticky.format-chat .entry-meta .date,
.sticky.format-image .entry-meta .date,
.sticky.format-gallery .entry-meta .date {
	display: none;
}


/**
 * 5.3 Entry Content
 * ----------------------------------------------------------------------------
 */

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

.entry-content a,
.comment-content a {
	color: #bc360a;
}

.entry-content a:hover,
.comment-content a:hover {
	color: #ea9629;
}

.entry-content .more-link {
	white-space: nowrap;
}

.entry-content blockquote {
	font-size: 24px;
}

.entry-content blockquote cite,
.entry-content blockquote small {
	font-size: 16px;
}

.entry-content img.alignleft,
.entry-content .wp-caption.alignleft {
	margin-left: -60px;
}

.entry-content img.alignright,
.entry-content .wp-caption.alignright {
	margin-right: -60px;
}

footer.entry-meta {
	margin-top: 24px;
}

.format-standard footer.entry-meta {
	margin-top: 0;
}

/* Page links */
.page-links {
	clear: both;
	font-size: 16px;
	font-style: italic;
	font-weight: normal;
	line-height: 2.2;
	margin: 20px 0;
	text-transform: uppercase;
}

.page-links a,
.page-links > span {
	background: #fff;
	border: 1px solid #fff;
	padding: 5px 10px;
	text-decoration: none;
}

.format-status .entry-content .page-links a,
.format-gallery .entry-content .page-links a,
.format-chat .entry-content .page-links a,
.format-quote .entry-content .page-links a,
.page-links a {
	background: #e63f2a;
	border: 1px solid #e63f2a;
	color: #fff;
}

.format-gallery .entry-content .page-links a:hover,
.format-audio .entry-content .page-links a:hover,
.format-status .entry-content .page-links a:hover,
.format-video .entry-content .page-links a:hover,
.format-chat .entry-content .page-links a:hover,
.format-quote .entry-content .page-links a:hover,
.page-links a:hover {
	background: #fff;
	color: #e63f2a;
}

.format-status .entry-content .page-links > span,
.format-quote .entry-content .page-links > span {
	background: none;
}

.page-links .page-links-title {
	background: transparent;
	border: none;
	margin-right: 20px;
	padding: 0;
}

/* Mediaelements */
.hentry .mejs-mediaelement,
.hentry .mejs-container .mejs-controls {
	background: #220e10;
}

.hentry .mejs-controls .mejs-time-rail .mejs-time-loaded,
.hentry .mejs-controls .mejs-horizontal-volume-slider .mejs-horizontal-volume-current {
	background: #fff;
}

.hentry .mejs-controls .mejs-time-rail .mejs-time-current {
	background: #ea9629;
}

.hentry .mejs-controls .mejs-time-rail .mejs-time-total,
.hentry .mejs-controls .mejs-horizontal-volume-slider .mejs-horizontal-volume-total {
	background: #595959;
}

.hentry .mejs-controls .mejs-time-rail span,
.hentry .mejs-controls .mejs-horizontal-volume-slider .mejs-horizontal-volume-total,
.hentry .mejs-controls .mejs-horizontal-volume-slider .mejs-horizontal-volume-current {
	border-radius: 0;
}


/**
 * 5.4 Galleries
 * ----------------------------------------------------------------------------
 */

.gallery {
	margin-bottom: 20px;
	margin-left: -4px;
}

.gallery-item {
	float: left;
	margin: 0 4px 4px 0;
	overflow: hidden;
	position: relative;
}

.gallery-columns-1.gallery-size-medium,
.gallery-columns-1.gallery-size-thumbnail,
.gallery-columns-2.gallery-size-thumbnail,
.gallery-columns-3.gallery-size-thumbnail {
	display: table;
	margin: 0 auto 20px;
}

.gallery-columns-1 .gallery-item,
.gallery-columns-2 .gallery-item,
.gallery-columns-3 .gallery-item {
	text-align: center;
}

.gallery-columns-4 .gallery-item {
	max-width: 23%;
	max-width: -webkit-calc(25% - 4px);
	max-width:         calc(25% - 4px);
}

.gallery-columns-5 .gallery-item {
	max-width: 19%;
	max-width: -webkit-calc(20% - 4px);
	max-width:         calc(20% - 4px);
}

.gallery-columns-6 .gallery-item {
	max-width: 15%;
	max-width: -webkit-calc(16.7% - 4px);
	max-width:         calc(16.7% - 4px);
}

.gallery-columns-7 .gallery-item {
	max-width: 13%;
	max-width: -webkit-calc(14.28% - 4px);
	max-width:         calc(14.28% - 4px);
}

.gallery-columns-8 .gallery-item {
	max-width: 11%;
	max-width: -webkit-calc(12.5% - 4px);
	max-width:         calc(12.5% - 4px);
}

.gallery-columns-9 .gallery-item {
	max-width: 9%;
	max-width: -webkit-calc(11.1% - 4px);
	max-width:         calc(11.1% - 4px);
}

.gallery-columns-1 .gallery-item:nth-of-type(1n),
.gallery-columns-2 .gallery-item:nth-of-type(2n),
.gallery-columns-3 .gallery-item:nth-of-type(3n),
.gallery-columns-4 .gallery-item:nth-of-type(4n),
.gallery-columns-5 .gallery-item:nth-of-type(5n),
.gallery-columns-6 .gallery-item:nth-of-type(6n),
.gallery-columns-7 .gallery-item:nth-of-type(7n),
.gallery-columns-8 .gallery-item:nth-of-type(8n),
.gallery-columns-9 .gallery-item:nth-of-type(9n) {
	margin-right: 0;
}

.gallery-columns-1.gallery-size-medium figure.gallery-item:nth-of-type(1n+1),
.gallery-columns-1.gallery-size-thumbnail figure.gallery-item:nth-of-type(1n+1),
.gallery-columns-2.gallery-size-thumbnail figure.gallery-item:nth-of-type(2n+1),
.gallery-columns-3.gallery-size-thumbnail figure.gallery-item:nth-of-type(3n+1) {
	clear: left;
}

.gallery-caption {
	background-color: rgba(0, 0, 0, 0.7);
	box-sizing: border-box;
	color: #fff;
	font-size: 14px;
	line-height: 1.3;
	margin: 0;
	max-height: 50%;
	opacity: 0;
	padding: 2px 8px;
	position: absolute;
	bottom: 0;
	left: 0;
	text-align: left;
	-webkit-transition: opacity 400ms ease;
	transition:         opacity 400ms ease;
	width: 100%;
}

.gallery-caption:before {
	box-shadow: 0 -10px 15px #000 inset;
	content: "";
	height: 100%;
	min-height: 49px;
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
}

.gallery-item:hover .gallery-caption {
	opacity: 1;
}

.gallery-columns-7 .gallery-caption,
.gallery-columns-8 .gallery-caption,
.gallery-columns-9 .gallery-caption {
	display: none;
}


/**
 * 5.5 Post Formats
 * ----------------------------------------------------------------------------
 */

/* Aside */
.format-aside {
	background-color: #f7f5e7;
}

.blog .format-aside:first-of-type,
.single .format-aside:first-of-type,
.format-aside + .format-aside,
.format-aside + .format-link,
.format-link + .format-aside {
	box-shadow: inset 0 2px 2px rgba(173, 165, 105, 0.2);
}

.format-aside .entry-meta {
	margin-top: 0;
}

.format-aside blockquote {
	font-size: 100%;
	font-weight: normal;
}

.format-aside cite {
	font-size: 100%;
	text-transform: none;
}

.format-aside cite:before {
	content: "\2014";
	margin-right: 5px;
}

/* Audio */
.format-audio {
	background-color: #db572f;
}

.format-audio .entry-title {
	font-size: 28px;
	font-weight: bold;
}

.format-audio .entry-content:before {
	content: "\f109";
	float: left;
	font-size: 64px;
	position: relative;
	top: 4px;
}

.format-audio .entry-content a,
.format-audio .entry-meta a,
.format-audio .entry-content a:hover,
.format-audio .entry-meta a:hover {
	color: #fbfaf3;
}

.format-audio .audio-content {
	background: url(images/dotted-line.png) repeat-y left top;
	background-size: 4px 4px;
	float: right;
	padding-left: 35px;
	width: 80%;
	width: -webkit-calc(100% - 85px);
	width:         calc(100% - 85px);
}

.format-audio .wp-audio-shortcode {
	height: 30px !important; /* Override mediaelement.js style */
	margin: 20px 0;
	max-width: 400px !important; /* Override mediaelement.js style */
}

.format-audio audio {
	max-width: 100% !important; /* Avoid player width overflow. */
}

/* Chat */
.format-chat {
	background-color: #eadaa6;
}

.format-chat .entry-title {
	font-size: 28px;
	font-weight: bold;
}

.format-chat .entry-meta a,
.format-chat .entry-content a {
	color: #722d19;
}

.format-chat .entry-meta .date a:before {
	content: "\f108";
	margin-right: 2px;
}

.format-chat .entry-meta .author {
	display: none;
}

.format-chat .chat {
	margin: 0;
}

.format-chat .chat .chat-timestamp {
	color: #722d19;
	float: right;
	font-size: 12px;
	font-weight: normal;
	margin: 5px 10px 0;
}

.format-chat .chat .fn {
	font-style: normal;
}

/* Gallery */
.format-gallery {
	background-color: #fbca3c;
}

.format-gallery .entry-header {
	margin-bottom: 15px;
}

.format-gallery .entry-title {
	font-size: 50px;
	font-weight: 400;
	margin: 0;
}

.format-gallery .entry-meta a,
.format-gallery .entry-content a {
	color: #722d19;
}

/* Image */
.format-image .entry-title {
	font-size: 28px;
	font-weight: bold;
}

.format-image .categories-links,
.format-image .tags-links {
	display: none;
}

/* Link */
.format-link {
	background-color: #f7f5e7;
}

.blog .format-link:first-of-type,
.single .format-link:first-of-type {
	box-shadow: inset 0 2px 2px rgba(173, 165, 105, 0.2);
}

.format-link .entry-header,
.format-link .entry-content p:last-child {
	margin-bottom: 0;
}

.format-link .entry-title {
	color: #ca3c08;
	display: inline;
	font: 300 italic 20px "Source Sans Pro", Helvetica, sans-serif;
	margin-right: 20px;
}

.format-link .entry-title a {
	color: #bc360a;
}

.format-link div.entry-meta {
	display: inline;
}

/* Standard */
.format-standard .wp-video,
.format-standard .wp-audio-shortcode,
.format-audio .wp-audio-shortcode,
.format-standard .video-player {
	margin-bottom: 24px;
}

/* Quote */
.format-quote {
	background-color: #210d10;
}

.format-quote .entry-content,
.format-quote .entry-meta {
	color: #f7f5e7;
}

.format-quote .entry-content blockquote {
	font-size: 28px;
	margin: 0;
}

.format-quote .entry-content a,
.format-quote .entry-meta a,
.format-quote .linked {
	color: #e63f2a;
}

.format-quote .entry-content cite a {
	border-bottom: 1px dotted #fff;
	color: #fff;
}

.format-quote .entry-content cite a:hover {
	text-decoration: none;
}

.format-quote blockquote small,
.format-quote blockquote cite {
	display: block;
	font-size: 16px;
}

.format-quote blockquote {
	font-style: italic;
	font-weight: 300;
	padding-left: 75px;
	position: relative;
}

.format-quote blockquote:before {
	content: '\201C';
	font-size: 140px;
	font-weight: 400;
	line-height: .8;
	padding-right: 25px;
	position: absolute;
	left: -15px;
	top: -3px;
}

.format-quote .entry-meta .author {
	display: none;
}

/* Status */
.format-status {
	background-color: #722d19;
	padding: 0;
}

.format-status .entry-content,
.format-status .entry-meta {
	padding-left: 35px;
	position: relative;
}

.format-status .entry-content a {
	color: #eadaa6;
}

.format-status .entry-meta a {
	color: #f7f5e7;
}

.sidebar .format-status .entry-content,
.sidebar .format-status .entry-meta {
	padding-left: 95px;
}

.format-status .entry-content:before,
.format-status .entry-meta:before {
	background: url(images/dotted-line.png) repeat-y left bottom;
	background-size: 4px 4px;
	content: "";
	display: block;
	height: 100%;
	position: absolute;
	left: 10px;
	top: 0;
	width: 1px;
}

.sidebar .format-status .entry-content:before,
.sidebar .format-status .entry-meta:before {
	left: 70px;
}

.format-status .categories-links,
.format-status .tags-links {
	display: none;
}

/* Ensures the dots in the dot background are in lockstep. */
.format-status .entry-meta:before {
	background-position: left top;
}

.format-status .entry-content {
	color: #f7f5e7;
	font-size: 24px;
	font-style: italic;
	font-weight: 300;
	padding-bottom: 30px;
	padding-top: 40px;
	position: relative;
}

.format-status .entry-content p:first-child:before {
	background-color: rgba(0, 0, 0, 0.65);
	content: "";
	height: 3px;
	margin-top: 13px;
	position: absolute;
	left: 4px;
	width: 13px;
}

.sidebar .format-status .entry-content > p:first-child:before {
	left: 64px;
}

.format-status .entry-content p:last-child {
	margin-bottom: 0;
}

.format-status .entry-meta {
	margin-top: 0;
	padding-bottom: 40px;
}

.format-status .entry-meta .date a:before {
	content: "\f105";
}

/* Video */
.format-video {
	background-color: #db572f;
}

.format-video .entry-content a,
.format-video .entry-meta a,
.format-video .entry-content a:hover,
.format-video .entry-meta a:hover {
	color: #fbfaf3;
}

.format-video .entry-title {
	font-size: 50px;
	font-weight: 400;
}

.format-video .entry-meta {
	color: #220e10;
}


/**
 * 5.6 Attachments
 * ----------------------------------------------------------------------------
 */

.attachment .hentry {
	background-color: #e8e5ce;
	margin: 0;
	padding: 0;
}

.attachment .entry-header {
	margin-bottom: 0;
	max-width: 1040px;
	padding: 30px 0;
}

.attachment .entry-title {
	display: inline-block;
	float: left;
	font: 300 italic 30px "Source Sans Pro", Helvetica, sans-serif;
	margin: 0;
}

.attachment .entry-title:before {
	content: "\f416";
	font-size: 32px;
	margin-right: 10px;
}

.attachment .entry-meta {
	clear: none;
	color: inherit;
	float: right;
	max-width: 604px;
	padding: 9px 0 0;
	text-align: right;
}

.hentry.attachment:not(.image-attachment) .entry-meta {
	max-width: 104px;
}

.attachment footer.entry-meta {
	display: none;
}

.attachment-meta:before {
	content: "\f307";
}

.full-size-link a:before {
	content: "\f402";
}

.full-size-link:before {
	content: none;
}

.attachment .entry-meta a,
.attachment .entry-meta .edit-link:before,
.attachment .full-size-link:before {
	color: #ca3c08;
}

.attachment .entry-content {
	background-color: #fff;

	max-width: 100%;
	padding: 40px 0;
}

.image-navigation {
	margin: 0 auto;
	max-width: 1040px;
	position: relative;
}

.image-navigation a:hover {
	text-decoration: none;
}

.image-navigation .nav-previous,
.image-navigation .nav-next {
	position: absolute;
	top: 50px;
}

.image-navigation .nav-previous {
	left: 0;
}

.image-navigation .nav-next {
	right: 0;
}

.image-navigation .meta-nav {
	font-size: 32px;
	font-weight: 300;
	vertical-align: -4px;
}

.attachment .entry-attachment,
.attachment .type-attachment p {
	margin: 0 auto;
	max-width: 724px;
	text-align: center;
}

.attachment .entry-attachment .attachment {
	display: inline-block;
}

.attachment .entry-caption {
	text-align: left;
}

.attachment .entry-description {
	margin: 20px auto 0;
	max-width: 604px;
}

.attachment .entry-caption p:last-child,
.attachment .entry-description p:last-child {
	margin: 0;
}

.attachment .site-main .sidebar-container {
	display: none;
}

.attachment .entry-content .mejs-audio {
	max-width: 400px;
	margin: 0 auto;
}

.attachment .entry-content .wp-video {
	margin: 0 auto;
}

.attachment .entry-content .mejs-container {
	margin-bottom: 24px;
}

/**
 * 5.7 Post/Paging Navigation
 * ----------------------------------------------------------------------------
 */

.navigation .nav-previous {
	float: left;
}

.navigation .nav-next {
	float: right;
}

.navigation a {
	color: #bc360a;
}

.navigation a:hover {
	color: #ea9629;
	text-decoration: none;
}

.paging-navigation {
	background-color: #e8e5ce;
	padding: 40px 0;
}

.paging-navigation .nav-links {
	margin: 0 auto;
	max-width: 604px;
	width: 100%;
}

.sidebar .paging-navigation .nav-links {
	max-width: 1040px;
	padding: 0 376px 0 60px;
}

.paging-navigation .nav-next {
	padding: 13px 0;
}

.paging-navigation a {
	font-size: 22px;
	font-style: italic;
	font-weight: 300;
}

.paging-navigation .meta-nav {
	background-color: #e63f2a;
	border-radius: 50%;
	color: #fff;
	display: inline-block;
	font-size: 26px;
	padding: 3px 0 8px;
	text-align: center;
	width: 50px;
}

.paging-navigation .nav-previous .meta-nav {
	margin-right: 10px;
	padding: 17px 0 23px;
	width: 80px;
}

.paging-navigation .nav-next .meta-nav {
	margin-left: 10px;
}

.paging-navigation a:hover .meta-nav {
	background-color: #ea9629;
	text-decoration: none;
}

.post-navigation {
	background-color: #fff;
	color: #ca3c08;
	font-size: 20px;
	font-style: italic;
	font-weight: 300;
	padding: 20px 0;
}

.post-navigation .nav-links {
	margin: 0 auto;
	max-width: 1040px;
}

.sidebar .post-navigation .nav-links {
	padding: 0 376px 0 60px;
}

.post-navigation a[rel="next"] {
	float: right;
	text-align: right;
}


/**
 * 5.8 Author Bio
 * ----------------------------------------------------------------------------
 */

.author-info {
	margin: 0 auto;
	max-width: 604px;
	padding: 30px 0 10px;
	text-align: left; /* gallery & video post formats */
	width: 100%;
}

.author.sidebar .author-info {
	max-width: 1040px;
	padding: 30px 376px 10px 60px;
}

.single .author-info {
	padding: 50px 0 0;
}

.author-avatar .avatar {
	float: left;
	margin: 0 30px 30px 0;
}

.single-format-status .author-description {
	color: #f7f5e7;
}

.author-description .author-title {
	clear: none;
	font: 300 italic 20px "Source Sans Pro", Helvetica, sans-serif;
	margin: 0 0 8px;
}

.author-link {
	color: #ca3c08;
	margin-left: 2px;
}

.author.archive .author-link {
	display: none;
}


/**
 * 5.9 Archives
 * ----------------------------------------------------------------------------
 */

.archive-header {
	background-color: #e8e5ce;
}

.archive-title,
.archive-meta {
	font: 300 italic 30px "Source Sans Pro", Helvetica, sans-serif;
	margin: 0 auto;
	max-width: 1040px;
	padding: 30px 0;
	width: 100%;
}

.archive-meta {
	font-size: 16px;
	font-style: normal;
	font-weight: normal;
	margin-top: -15px;
	padding: 0 0 11px;
}


.sidebar .archive-meta {
	padding-right: 316px;
}


/**
 * 5.10 Search Results/No posts
 * ----------------------------------------------------------------------------
 */

.page-header {
	background-color: #e8e5ce;
}

.page-title {
	font: 300 italic 30px "Source Sans Pro", Helvetica, sans-serif;
	margin: 0 auto;
	max-width: 1040px;
	padding: 30px 0;
	width: 100%;
}

.page-content {
	margin: 0 auto;
	max-width: 604px;
	padding: 40px 0;
	width: 100%;
}

.sidebar .page-content {
	margin: 0 auto;
	max-width: 1040px;
	padding: 40px 376px 40px 60px;
}


/**
 * 5.11 404
 * ----------------------------------------------------------------------------
 */

.error404 .page-header {
	background-color: #fff;
}

.error404 .page-title {
	line-height: 0.6;
	margin: 0;
	padding: 300px;
	position: relative;
	text-align: center;
	width: auto;
}

.error404 .page-title:before {
	color: #e8e5ce;
	content: "\f423";
	font-size: 964px;
	line-height: 0.6;
	overflow: hidden;
	position: absolute;
	left: 7px;
	top: 28px;
}

.error404 .page-wrapper {
	background-color: #e8e5ce;
}

.error404 .page-header,
.error404 .page-content {
	margin: 0 auto;
	max-width: 1040px;
	padding-bottom: 40px;
	width: 100%;
}


/**
 * 5.12 Comments
 * ----------------------------------------------------------------------------
 */

.comments-title,
.comment-list,
.comment-reply-title,
.must-log-in,
.comment-respond .comment-form,
.comment-respond iframe {
	display: block;
	margin-left: auto;
	margin-right: auto;
	/*max-width: 604px;*/
	width: 100% ;
}

.sidebar .comments-title,
.sidebar .comment-list,
.sidebar .must-log-in,
.sidebar .comment-reply-title,
.sidebar .comment-navigation,
.sidebar .comment-respond .comment-form {
	max-width: 1040px;
	padding-left: 60px;
	padding-right: 376px;
}

.comments-title {
	font: 300 italic 28px "Source Sans Pro", Helvetica, sans-serif;
}

.comment-list,
.comment-list .children {
	list-style-type: none;
	padding: 0;
}

.comment-list .children {
	margin-left: 20px;
}

.comment-list > li:after,
.comment-list .children > li:before {
	background: url(images/dotted-line.png) repeat left top;
	background-size: 4px 4px;
	content: "";
	display: block;
	height: 1px;
	width: 100%;
}

.comment-list > li:last-child:after {
	display: none;
}

.comment-body {
	padding: 24px 0;
	position: relative;
}

.comment-author {
	float: left;
	max-width: 74px;
}

.comment-author .avatar {
	display: block;
	margin-bottom: 10px;
}

.comment-author .fn {
	word-wrap: break-word;
}

.comment-author .fn,
.comment-author .url,
.comment-reply-link,
.comment-reply-login {
	color: #bc360a;
	font-size: 14px;
	font-style: normal;
	font-weight: normal;
}

.says {
	display: none;
}

.no-avatars .comment-author {
	margin: 0 0 5px;
	max-width: 100%;
	position: relative;
}

.no-avatars .comment-metadata,
.no-avatars .comment-content,
.no-avatars .comment-list .reply {
	width: 100%;
}

.bypostauthor > .comment-body .fn:before {
	content: "\f408";
	vertical-align: text-top;
}

.comment-list .edit-link {
	margin-left: 20px;
}

.comment-metadata,
.comment-awaiting-moderation,
.comment-content,
.comment-list .reply {
	float: right;
	width: 79%;
	width: -webkit-calc(100% - 124px);
	width:         calc(100% - 124px);
	word-wrap: break-word;
}

.comment-meta,
.comment-meta a {
	color: #a2a2a2;
	font-size: 13px;
}

.comment-meta a:hover {
	color: #ea9629;
}

.comment-metadata {
	margin-bottom: 20px;
}

.ping-meta {
	color: #a2a2a2;
	font-size: 13px;
	line-height: 2;
}

.comment-awaiting-moderation {
	color: #a2a2a2;
}

.comment-awaiting-moderation:before {
	content: "\f414";
	margin-right: 5px;
	position: relative;
	top: -2px;
}

.comment-reply-link:before,
.comment-reply-login:before {
	content: "\f412";
	margin-right: 3px;
}

/* Comment form */
.comment-respond {
	/*background-color: #f7f5e7;
	padding: 30px 0;*/
}

.comment .comment-respond {
	margin-bottom: 20px;
	padding: 20px;
}

.comment-reply-title {
	
}

.comment-reply-title small a {
	color: #131310;
	display: inline-block;
	float: right;
	height: 16px;
	overflow: hidden;
	width: 16px;
}

.comment-reply-title small a:hover {
	color: #ed331c;
	text-decoration: none;
}

.comment-reply-title small a:before {
	content: "\f406";
	vertical-align: top;
}

.sidebar .comment-list .comment-reply-title,
.sidebar .comment-list .comment-respond .comment-form {
	padding: 0;
}

.comment-form .comment-notes {
	margin-bottom: 15px;
}

.comment-form .comment-form-author,
.comment-form .comment-form-email,
.comment-form .comment-form-url {
	margin-bottom: 8px;
}

.comment-form [for="author"],
.comment-form [for="email"],
.comment-form [for="url"],
.comment-form [for="comment"] {
	float: left;
	padding: 5px 0;
	width: 120px;
}

.comment-form .required {
	color: #ed331c;
}

.comment-form input[type="text"],
.comment-form input[type="email"],
.comment-form input[type="url"] {
	max-width: 270px;
	width: 60%;
}

.comment-form textarea {
	width: 100%;
}

.form-allowed-tags,
.form-allowed-tags code {
	color: #686758;
	font-size: 12px;
}

.form-allowed-tags code {
	font-size: 10px;
	margin-left: 3px;
}

.comment-list .pingback,
.comment-list .trackback {
	padding-top: 24px;
}

.comment-navigation {
	font-size: 20px;
	font-style: italic;
	font-weight: 300;
	margin: 0 auto;
	max-width: 604px;
	padding: 20px 0 30px;
	width: 100%;
}

.no-comments {
	background-color: #f7f5e7;
	font-size: 20px;
	font-style: italic;
	font-weight: 300;
	margin: 0;
	padding: 40px 0;
	text-align: center;
}

.sidebar .no-comments {
	padding-left: 60px;
	padding-right: 376px;
}


/**
 * 5.13 Multisite
 * ----------------------------------------------------------------------------
 */

.site-main .mu_register {
	margin: 0 auto;
	max-width: 604px;
	width: 100%;
}

.mu_alert {
	margin-top: 25px;
}

.site-main .mu_register input[type="submit"],
.site-main .mu_register #blog_title,
.site-main .mu_register #user_email,
.site-main .mu_register #blogname,
.site-main .mu_register #user_name {
	font-size: inherit;
	width: 270px;
}

.site-main .mu_register input[type="submit"] {
	width: auto;
}


/**
 * 6.0 Sidebar
 * ----------------------------------------------------------------------------
 */

.site-main .widget-area {
	float: right;
	/*width: 300px;*/
}


/**
 * 6.1 Widgets
 * ----------------------------------------------------------------------------
 */

.widget {
	/*background-color: rgba(247, 245, 231, 0.7);*/
	font-size: 14px;
	-webkit-hyphens: auto;
	-moz-hyphens:    auto;
	-ms-hyphens:     auto;
	hyphens:         auto;
	margin: 0 0 24px;
	padding: 0px;
	word-wrap: break-word;
}

.widget .widget-title {
	/*font: 300 italic 20px "Source Sans Pro", Helvetica, sans-serif;*/
	font-size: 30px;
	font-family: 'myriad_set_prosemibold';
	line-height: 28px;
	padding: 10px 15px;
	color: #fff;
	margin: 0 0 10px;
	background-color: #1a4f7b;
	
}

.widget ul,
.widget ol {
	list-style-type: none;
	margin: 0;
	padding: 0;
}

.widget li {
	padding: 5px 0;
}

.widget .children li:last-child {
	padding-bottom: 0;
}

.widget li > ul,
.widget li > ol {
	margin-left: 20px;
}

.widget a {
	color: #bc360a;
}

.widget a:hover {
	color: #d20000;
}

/* Search widget */
.search-form .search-submit {
	display: none;
}

/* RSS Widget */
.widget_rss .rss-date {
	display: block;
}

.widget_rss .rss-date,
.widget_rss li > cite {
	color: #a2a2a2;
}

/* Calendar Widget */
.widget_calendar table,
.widget_calendar td {
	border: 0;
	border-collapse: separate;
	border-spacing: 1px;
}

.widget_calendar caption {
	font-size: 14px;
	margin: 0;
}

.widget_calendar th,
.widget_calendar td {
	padding: 0;
	text-align: center;
}

.widget_calendar a {
	display: block;
}

.widget_calendar a:hover {
	background-color: rgba(0, 0, 0, 0.15);
}

.widget_calendar tbody td {
	background-color: rgba(255, 255, 255, 0.5);
}

.site-footer .widget_calendar tbody td {
	background-color: rgba(255, 255, 255, 0.05);
}

.widget_calendar tbody .pad, .site-footer .widget_calendar tbody .pad {
	background-color: transparent;
}


/**
 * 7.0 Footer
 * ----------------------------------------------------------------------------
 */

.site-footer {
	color: #686758;
	font-size: 14px;
	text-align: center;
}

.site-footer .widget-area,
.sidebar .site-footer {
	text-align: left;
}

.site-footer a {
	color: #686758;
}

.site-footer .sidebar-container {
	background-color: #220e10;
	padding: 20px 0;
}

.site-footer .widget-area {
	margin: 0 auto;
	/*max-width: 1040px;*/
	width: 100%;
}

.sidebar .site-footer .widget-area {
	max-width: 724px;
	position: relative;
	left: -158px;
}

.site-footer .widget {
	background: transparent;
	color: #fff;
	float: left;
	margin-right: 20px;
	width: 245px;
}

.sidebar .site-footer .widget {
	width: 228px;
}

.sidebar .site-footer .widget:nth-of-type(4),
.sidebar .site-footer .widget:nth-of-type(3) {
	margin-right: 0;
}

.site-footer .widget a {
	color: #e6402a;
}

.site-footer .widget-title,
.site-footer .widget-title a,
.site-footer .wp-caption-text {
	color: #fff;
}

.site-info {
	margin: 0 auto;
	max-width: 1040px;
	padding: 30px 0;
	width: 100%;
}

#wpstats {
	display: block;
	margin: -10px auto 0;
}
div.wpcf7-mail-sent-ng { margin-top: 0; margin-bottom: 0;}
#wpcf7-f258-o1 .wpcf7-validation-errors { margin-left: 0 !important;}
#wpcf7-f258-o1 span.wpcf7-not-valid-tip { width: 100%; margin-left: 0 !important;}
/*---- custom css start ----*/

.mainWrap { margin: 0 auto; max-width: 1170px; padding: 0 15px;}
.logo { width: auto;}
.hdrRt { width: 80%;}
.headerTop{ text-align: right; margin:6px 0 5px;}
.headerTop span{ display: inline-block; vertical-align: top;}
.ph{ background:url("images/ph.png") no-repeat 0 -1px; color: #000; font-size:15px; line-height:15px; padding:2px 0 10px 45px; margin-right: 25px;}
.mail{ background: url("images/mailbox.png") no-repeat 0 2px; color: #000; font-size:15px; line-height:15px; padding: 0 0 17px 25px;}
.alignright.hdrRt { position: relative;}
a.mapbutton { background-color: #1b517d; display: block; left: 50px; margin: auto; padding: 7px; position: absolute; text-align: center;   top: 0;}
a.mapbutton img { margin-right: 10px; width: 50px; border: 1px solid #fff;}
a.mapbutton span { color: #fff; font-size: 18px;}
a.mapbutton:hover { background-color: #000020; }

.headerTop a{ color: #0d4472;}
.headerTop a:hover{ color: #c12928;}
.site-header{ padding: 6px 0; box-shadow: 0 3px 4px -2px rgba(0, 0, 0, 0.9); -moz-box-shadow: 0 3px 4px -2px rgba(0, 0, 0, 0.9); -webkit-box-shadow: 0 3px 4px -2px rgba(0, 0, 0, 0.9);}
.ph em{ color: #be2527; font-style: normal; padding-left:5px; font-weight: 600; }
.headerBtm { text-align: right;}

/*---- owl ----*/

.banner { position: relative; /*height: 491px;*/}
.banner .item1 { position: relative; width: 100%; }
.banner .item1 img { display: block; width: 100%; height: auto; }
#owl-demo .item img { display: block; width: 100%; height: auto; }
.owl-carousel { display: none; position: relative; width: 100%; -ms-touch-action: pan-y; }
.owl-controls { -webkit-user-select: none; -khtml-user-select: none; -moz-user-select: none; -ms-user-select: none; user-select: none; -webkit-tap-highlight-color: rgba(0, 0, 0, 0); }
.owl-carousel .owl-wrapper:after { content: "."; display: block; clear: both; visibility: hidden; line-height: 0; height: 0; }
.owl-carousel .owl-wrapper { display: none; position: relative; -webkit-transform: translate3d(0px, 0px, 0px); }
.owl-carousel .owl-wrapper-outer { overflow: hidden; position: relative; width: 100%; }
.owl-carousel .owl-wrapper-outer.autoHeight { -webkit-transition: height 500ms ease-in-out; -moz-transition: height 500ms ease-in-out; -ms-transition: height 500ms ease-in-out; -o-transition: height 500ms ease-in-out; transition: height 500ms ease-in-out; }
.owl-carousel .owl-item { float: left; }
.owl-controls .owl-page, .owl-controls .owl-buttons div { cursor: pointer; }
.owl-carousel .owl-wrapper, .owl-carousel .owl-item { -webkit-backface-visibility: hidden; -moz-backface-visibility: hidden; -ms-backface-visibility: hidden; -webkit-transform: translate3d(0, 0, 0); -moz-transform: translate3d(0, 0, 0); -ms-transform: translate3d(0, 0, 0); }
.owl-controls .owl-buttons div { position: absolute; top: 50%; left: 45px; z-index: 1000; width:45px; height:57px; margin-top: -28px; }
.whatMakPan .owl-controls .owl-buttons div.owl-prev { background: url(images/sliderprv.png) no-repeat; text-indent: -9999px;  left:-25px;}
.whatMakPan .owl-controls .owl-buttons div.owl-next { background: url(images/slidernxt.png) no-repeat; text-indent: -9999px; left: auto; right:-25px; }
.owl-pagination { text-align: center; z-index: 9; position: relative; }
.owl-page { width:27px; height:27px; border-radius: 50%; background: #000; display: inline-block; vertical-align: top; margin-right:6px; }
.owl-page.active { background: #1e527a; border:3px solid #fff; width:30px; height:30px; }
.banner .owl-controls{bottom: 30px; left: 0; position: absolute; right: 0; }
.banner .owl-pagination .owl-page.active{ background: #1e527a !important; border: 3px solid #fff; height: 30px; width: 30px; border-radius: 50%;}
.wp-pagenavi span.current, .wp-pagenavi span.pages,
.wp-pagenavi span:hover, .wp-pagenavi a:hover { background: #b91818; color: #fff; border-color: #b91818;  }	
.wp-pagenavi a, .wp-pagenavi span { display: inline-block; padding: 10px 15px;}
.wp-pagenavi a { border-color: #b91818; }

/*---- owl end ----*/

.captionDiv {
	background:rgba(27, 81, 125, 0.95);
	color: #fff;
	left: 50%;
	position: absolute;
	right: 0;
	text-align: center;
	top: 50%;
	padding: 20px 15px 25px;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	width:520px;
	margin-left: -260px;
	}
.captionDiv h3, .captionDiv h4,  .captionDiv h5{ font-family: 'myriad_set_prosemibold'; margin: 0; font-weight: normal; }
.captionDiv h3{	font-weight: 600; font-size:42px; line-height:36px; display: inline-block; vertical-align: top; margin-bottom:12px;}
.captionDiv h3 span{ font-weight: normal;}
.captionDiv h4{	margin-bottom:12px;}
.captionDiv h4,  .captionDiv h5{ font-size:30px; line-height:30px; }
.taxPan{
	background:url("images/redbg.jpg") no-repeat 0 0;
	position: relative;
	background-size:100% 100%;
	-moz-background-size:100% 100%;
	-o-background-size:100% 100%;
	-webkit-background-size:100% 100%;
	-ms-background-size:100% 100%;
	}
.taxPan form { display: table; margin: 0 auto; width: 85%; font-family: 'Oswald', sans-serif; padding: 15px 0; }
.taxPan .inpts{ margin-top:15px; border:5px solid rgba(255, 255, 255, .29); width:50%; display: inline-block; vertical-align: top; border-radius:12px; 	position: relative;}
.taxPan label { font-family: 'myriad_set_prosemibold'; color: #fff; float: left; font-size:36px; line-height:34px; padding-right: 5px; width:48%; display: inline-block; }
.taxPan label span{ font-family: 'myriad_set_protext'; font-size:32px; line-height:24px; display: block; margin-top: 10px;}
.taxPan input { background: #fff none repeat scroll 0 0; border: medium none; border-radius:8px 0 0 8px; color: #979797; float: left; font-size: 18px; height:50px; margin-bottom: 0; padding: 10px 20px; width:76%;}
.taxPan input[type="submit"] {
	color: #fff;
	font-weight: 600;
	/*padding: 10px 40px 33px 43px;*/
	padding: 0;
	text-align: center;
	width: 24%;
	background: #1b517d;
	font-size:24px;
	line-height:24px;
	border-radius:0 8px 8px 0;
	border-left:2px solid #164164;
	border-top:6px solid #164164;
	transition: all 0.5s ease 0s;
	-ms-transition: all 0.5s ease 0s;
	-o-transition: all 0.5s ease 0s;
	-webkit-transition: all 0.5s ease 0s;
	-moz-transition: all 0.5s ease 0s;
	}
.taxPan input[type="submit"]:hover{
	background:#be2527;
	border-left:2px solid #a71e20;
	border-top:6px solid #a71e20;	
	}
.ques{
	position: absolute;
	top:10px;
	right:140px;
	}
.dwnarrw{
	position: absolute;
	top:-25px;
	right:50%;
	margin-right: -31px;
	}
.servicePan {	
	background-color: #eee;
	background-size:100% 100%;
	-moz-background-size:100% 100%;
	-o-background-size:100% 100%;
	-webkit-background-size:100% 100%;
	-ms-background-size:100% 100%;	
	position: relative;
	}
.titleName{
	text-align: center;
	margin: 0;
	font-family: 'myriad_set_prosemibold';
	font-size:50px;
	line-height:40px;
	padding-top: 30px;
	font-weight:400;
	}
.servicePan .titleName{	
	color: #000;
	padding-bottom: 5px;
	}
.tagLine{
	text-align: center;
	font-size: 22px;
	color: #bd2524 ;
	margin-bottom: 40px;
	display: block;
	}

/*new round box*/
.roundBox { display: block;}
.roundBox ul li { float: left; display: inline-block; width: 25%; text-align: center; margin-bottom: 40px;}
.roundBox ul li img{ max-width: 100%; position: relative; left: 0; top: 0;}
.roundBox ul li h5{ color: #000; font-family: 'Open Sans', sans-serif; font-weight: 400; font-size: 18px; line-height:24px; padding:0 20px; margin: 0;}
.roundBox ul li .nrmlImg .hvrImg{
	position: absolute;	
	transition: all 0.5s ease 0s;
	-moz-transition: all 0.5s ease 0s;
	-webkit-transition: all 0.5s ease 0s;
	-o-transition: all 0.5s ease 0s;
	-ms-transition: all 0.5s ease 0s;
	max-width: none;	
	z-index: 9;	
	opacity: 0;	
	}
.roundBox ul li .nrmlImg{	
	display: inline-block;
	position: relative;
	transition: all 0.5s ease 0s;
	-moz-transition: all 0.5s ease 0s;
	-webkit-transition: all 0.5s ease 0s;
	-o-transition: all 0.5s ease 0s;
	-ms-transition: all 0.5s ease 0s;
	margin: 0 auto;
	margin-bottom: 20px;
	}
.roundBox ul li .nrmlImg:after{	background:url("images/shdw.png") no-repeat  50% center; position: absolute; height:70px; left: 0; bottom:-20px; width: 100%; content: ""; }
.roundBox ul li:hover .nrmlImg img{ opacity: 0;}  
.roundBox ul li:hover .nrmlImg .hvrImg{	opacity: 1; }
.visaPan{
	background:url("images/visabg.png") no-repeat scroll 0 0;
	background-size:100% 100%;
	-moz-background-size:100% 100%;
	-o-background-size:100% 100%;
	-webkit-background-size:100% 100%;
	-ms-background-size:100% 100%;
	}
.helpVisa{ width: 56.8%; color: #fff; padding-right: 30px; padding-left:125px; padding-top: 20px; }
.contntTxt{ padding: 15px 0; }
.helpVisa h4{ font-size:32px; line-height:32px; font-family: 'myriad_set_prosemibold'; font-weight: normal; margin-bottom:20px; }
.helpVisa p{ font-size:18px; line-height:24px; }
.helpVisa h5{ font-size:24px; line-height:24px; font-family: 'myriad_set_prosemibold'; margin-bottom:20px; }	
.sprantn .visaPan.supernationimg .visaPanimg { background: none !important;}

.visaPic{ width: 43.2%;}
.visaPic img{ width: 100%; }
.titleName1{ font-size: 34px; line-height: 34px; padding: 10px 0 15px; }
.workPan{ padding: 0 6%; }
.workPan ul{ display: block; padding:0;}
.workPan ul li{ float: left; /*width: 19%;*/ list-style: none; padding: 0; margin: 10px; position: relative; }
.workPan ul li img{ max-width: 100%; width: 100%;}
.transbg{ background: rgba(193,41, 40, 0); bottom: 0; left:0; position: absolute; right:0; top: 0; z-index: 1; }
.workPan ul li:hover .transbg{ background: rgba(193,41, 40, 1 ); }
owl-demo2 #owl-demo2 li { width: auto !important;}
.workPan #owl-demo2 .owl-pagination { margin-top: 10px; height: 15px;}
.workPan #owl-demo2 .owl-pagination .owl-page {	height: 5px; width: 108px; border-radius: 0; background-color: #d5d5d5; border: none; }
	
.owl-page.active { border: none; height: 5px; width: 108px; border-radius: 0; background-color: #c12928 !important; }	
#owl-demo2 li a { display: block;}
.txtline {
	color: #fff;
	display: none;
	font-family: 'myriad_set_prosemibold';
	font-size:18px;
	line-height:22px;
	margin: 0;
	padding: 0 5px;
	position: absolute;
	text-transform: uppercase;
	top: 50%;
	transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	width: auto;
	text-align: center;
	left: 0;
	right: 0;
	}
.txtline h4{ font-size:30px; line-height:30px; font-family: 'myriad_set_prosemibold'; margin-bottom: 15px; font-weight: 400; }
.workPan ul li:hover .txtline { display:block;}
.whatMakPan{ margin-bottom: 20px; padding: 0 6%; }
.whatMakPan .item{ position: relative; margin:0 5px; }
.whatMakPan .item img{ max-width: 100%; width: 100%; }
.transbg1{ background: rgba(0, 0, 0, .72 ); bottom:46px; left:0; position: absolute; right:0; top: 0; z-index: 1; }
.txtline1 {
	color: #fff;	
	font-family: 'myriad_set_prosemibold';
	font-size:13px;
	line-height:20px;
	margin: 0 auto;
	left: 2.5%;
	right:2.5%;
	position: absolute;
	width: auto;
	text-align: center;
}
.txtline1 p{
	border-bottom: 1px solid #c12928;
	clear: both;
	display: block;
	font-size: 16px;
	height: auto;
	margin-bottom: 12px;
	padding: 15px 5px;
	vertical-align: top;
	min-height: 75px;
}
.txtline1 h4{
	font-size:13px;
	line-height:16px;
	font-weight: 600;
	font-family: 'myriad_set_protext';
	margin:25px 0 8px;
}
.srchIcon{
	background:#c12928 url("images/srch.png") no-repeat scroll center center;
	width:40px;
	height:40px;
	display: block;
	margin: 0 auto;
	vertical-align: top;
	border-radius: 50%;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	-o-border-radius: 50%;
	-ms-border-radius: 50%;
	border: 3px solid #7d7f80;
}
.whatMakPan .item:hover .srchIcon {
	display: inline-block;
}
.viewSec{
	background: #c12928;
	display: table;
	color: #fff;
	padding: 13px 0;
	width: 100%;
}
.views, .cmmnts{
	display: table-cell !important;
	font-size: 13px;
	line-height:20px;
	text-align: center;
}
.views a, .cmmnts a{
	color: #fff;
}
.views{
	background:url("images/view.png") no-repeat scroll 5px 4px;
	padding-left:25px;
}
.cmmnts{
	background:url("images/cmmnts.png") no-repeat scroll 5px 3px;
	padding-left:25px;
}
.mapPan{
	background:url("images/serbg.jpg") no-repeat scroll 0 0;
	 background-size:100% 100%;
	-moz-background-size:100% 100%;
	-o-background-size:100% 100%;
	-webkit-background-size:100% 100%;
	-ms-background-size:100% 100%;
	padding: 15px 0;
	text-align: center;
}
.mapPan .mainWrap {
	position: relative;
	
}
.offrStkr{
	background:#ca2534;
	color: #fff;
	position: relative;
	transform: rotate(-90deg) translate(0px, -50%);
	-moz-transform:rotate(-90deg) translate(0px, -50%);
	-webkit-transform:rotate(-90deg) translate(0px, -50%);
	-o-transform: rotate(-90deg) translate(0px, -50%);
	-ms-transform:rotate(-90deg) translate(0px, -50%);
	padding: 20px 45px;
	left: -96px;
	position: absolute;
	top: 20.5%;
}
.offrStkr h5{	
	font-family: 'myriad_set_prosemibold';
	font-size:30px;
	line-height:30px;
	margin: 0;
	font-weight: normal;
}
.titleName2{
	 border-bottom: 1px solid #f24539;
	display: table;
	font-size: 34px;
	line-height: 34px;
	margin: 0 auto 15px;
	padding: 15px 10px;
	vertical-align: top;
}
.faltFreePan p{
	text-align: center;
	padding: 0 100px;
	font-size: 17px;
	margin-bottom: 0;
}
.footTop{
	background: url("images/footbg.jpg") no-repeat scroll 0 0;
	background-size:100% 100%;
	-moz-background-size:100% 100%;
	-o-background-size:100% 100%;
	-webkit-background-size:100% 100%;
	-ms-background-size:100% 100%;
	padding: 20px 0 10px;
}
.footBox{
	float: left;
	margin-right:3.5%;
	width:25%;
}
.footBox h4{
	background: rgba(39, 39, 39, 0.71) none repeat scroll 0 0;
	color: #fff;
	font-family: "myriad_set_prosemibold";
	font-size: 20px;
	font-weight: normal;
	line-height: 20px;
	margin: 0 0 10px;
	padding: 5px 20px;
	text-align: left;
}
.footIn ul li{
	list-style: none;
	border-bottom: 1px solid #4e4e4e;
	padding:4px 20px;
	text-align: left;
}
.footIn ul li:last-child{
	border-bottom: none;
}
.footIn ul li a{
	color: #fff;
	font-size:15px;
	line-height:15px;
	transition: all 1s ease 0s;

}
.footIn ul li:hover a{
	padding-left:15px;
}
.footIn p{
	color: #fff;
	text-align: left;
	font-size: 15px;
	margin-bottom:15px;
}
.footph{
	background: rgba(0, 0, 0, 0) url("images/footph.png") no-repeat scroll 5px 0;
	color: #fff !important;
	display: block;
	font-size: 18px;
	line-height: 22px;
	margin-bottom:0;
	padding:5px 0 17px 40px;
	text-align: left;
	
}
.footph:hover, .footmail:hover{
	color: #999 !important;
}
.fax{
	display: block;
	color: #fff;
	font-size: 18px !important;
	line-height:22px;
	background: rgba(0, 0, 0, 0) url("images/fax.png") no-repeat scroll 0 0;
	padding:5px 0 17px 40px;
	margin-bottom:0 !important;
}
.footmail{
	background: rgba(0, 0, 0, 0) url("images/footmailbox.png") no-repeat scroll 0 3px;
	color: #fff !important;
	display: block;
	font-size: 16px;
	line-height: 22px;
	margin-bottom:0;
	padding:0 0 10px 45px;
	text-align: left;

}
.footIn input{
	background: rgba(255, 255, 255, 0.15) none repeat scroll 0 0;
	border: 1px solid #fff;
	color: #fff;
	font-size: 14px;
	height:34px;
	margin-bottom:10px;
	padding: 0 15px;
	width: 100%;
	border-radius: 0;
}

.footIn textarea {
	background: rgba(255, 255, 255, 0.15) none repeat scroll 0 0;
	border: 1px solid #fff;
	color: #fff;
	font-size: 14px;
	height:50px;
	margin-bottom: 10px;
	padding: 12px 15px;
	resize: none;
	width: 100%;
	border-radius: 0;
}
.footIn input[type="submit"] {
	background: #b91818;
	border: 1px solid #fff;
	border-radius: 0;
	color: #ffffff;
	display: inline-block;
	float: right;
	font-size: 14px;
	height: auto;
	line-height: 14px;
	margin-bottom: 0px;
	padding: 15px 45px;
	transition: all 0.5s ease 0s;
	-moz-transition: all 0.5s ease 0s;
	-o-transition: all 0.5s ease 0s;
	-ms-transition: all 0.5s ease 0s;
	-webkit-transition: all 0.5s ease 0s;
	vertical-align: top;
	width:100%;
}
.footIn input[type="submit"]:hover {
	background:rgba(39, 39, 39, .71);
	border: 1px solid #272727;
}
.footIn *::-moz-placeholder{
	color: #fff;
	opacity: 1;
}
.footIn ::-webkit-input-placeholder {
	color: #fff;
}
.footBtm{
	background: #1b1b1b;
	padding: 7px 0;
}
.cpy{
	font-size: 14px;
	line-height: 14px;
	color: #6d6d6d;
	padding-top: 7px
}
.social ul li{
	display: inline-block;
	vertical-align: top;
	margin-right:5px;
	list-style: none;
}
 .social ul li a{
	background:url("images/sprite.png") no-repeat scroll 0 0;
	display: block;
	height:30px;
	width:30px;
	transition: all 0.3s ease-in-out 0.1s;
	-moz-transition: all 0.3s ease-in-out 0.1s;
	-o-transition: all 0.3s ease-in-out 0.1s;
	-ms-transition: all 0.3s ease-in-out 0.1s;
	-webkit-transition: all 0.3s ease-in-out 0.1s;

 }
.social ul li.fb a { background-position: 0 0;}
.social ul li.fb a:hover { background-position: 0 100%;}
.social ul li.tw a { background-position: -37px 0;}
.social ul li.tw a:hover { background-position: -37px 100%;}
.social ul li.in a { background-position: -76px 0;}
.social ul li.in a:hover { background-position: -76px 100%;}
.social ul li.pn a { background-position: -114px 0;}
.social ul li.pn a:hover { background-position: -114px 100%;}
.flatImg img{ max-width: 100%;}
.flatImg { margin-bottom: 25px; text-align: center;}

.footIn .fax a[href^="tel"]{
	color:#fff;
	text-decoration:none;
	}

.banner > img {
	width: 100%;
	height: auto;
}
.pgHdng{
	background: #1b517d;
	color: #fff;
	font-size:30px;
	line-height:30px;
	font-family: 'myriad_set_prosemibold';
	padding: 8px 0;
	margin-bottom:15px;
	text-align: center;
	}
.innrPg.site-footer.shadowoff { background: none; }
.pddingGap{ padding: 0px 15px; }
.contctPan .pddingGap,
.pricing .pddingGap { padding: 0 72px; }

/*.policy .pddingGap,
.refund .pddingGap{ padding: 0 15px;  }*/

.adressBar { margin-bottom:30px;}
.adressBar h5 { margin-bottom: 15px; margin-top: 0; }
.adressBar .adBox span.abnno { display: block; margin-bottom: 15px;}
.innrPg.site-footer{ background: url(images/shdw_inner.png) no-repeat 50% 0; padding-top:30px;}
.mapBox{ margin-bottom: 30px;}
.adBox {
	width:42%;
	background: url(images/stroke.png) no-repeat right 0;
	 font-size: 14px;
	 line-height: 14px;
	}
.adBox p{
	color: #2e2e2e;
	font-size: 14px;
	line-height: 19px;
	margin-bottom: 27px;	
	}
.frmBox {
	width: 58%;
	padding-left: 25px;
	}
.frmBox input {
	background: rgba(88, 88, 88, 0.13) none repeat scroll 0 0;
	border: 1px solid #fff;
	border-radius: 0;
	color: #212121;
	font-size: 14px;
	height: 42px;
	margin-bottom: 10px;
	padding: 0 15px;
	width: 100%;
	}
.frmBox textarea {
	background: rgba(88, 88, 88, 0.13) none repeat scroll 0 0;
	border: 1px solid #fff;
	border-radius: 0;
	color: #212121;
	font-size: 14px;
	height:89px;
	margin-bottom: 10px;
	padding: 12px 15px;
	resize: none;
	width: 100%;
	}
.frmBox input[type="submit"] {
	background: #b91818 none repeat scroll 0 0;
	border: 1px solid #fff;
	border-radius: 0;
	color: #ffffff;
	display: inline-block;
	font-size: 14px;
	height: auto;
	line-height: 14px;
	margin-bottom: 50px;
	padding:16px 50px;
	transition: all 0.5s ease 0s;
	-moz-transition: all 0.5s ease 0s;
	-o-transition: all 0.5s ease 0s;
	-ms-transition: all 0.5s ease 0s;
	-webkit-transition: all 0.5s ease 0s;
	vertical-align: top;
	width:auto;
	text-transform: uppercase;
	}
.frmBox input[type="submit"]:hover {
	background: rgba(39, 39, 39, 0.71) none repeat scroll 0 0;
	border: 1px solid #272727;
	}
.frmBox label{
	float: left;
	font-size: 17px;
	line-height: 17px;
	padding-top: 8px;	
	color: #2e2e2e;
	}
.frm_in{
	float: right;
	width: 87%;
	}
.fullWidth {
	width: 100%;
}

.adBox .fullWidth b{
	float: left;
	width: 35%;
	font-size: 16px;
	line-height: 14px;
	color: #2e2e2e;
}
.adBox .fullWidth{
	margin-bottom: 15px;
}
.adBox p, .adBox a{
	font-size: 17px;
	line-height:21px;
	}
.adBox .fullWidth span {	
	font-size: 17px;
	color: #2e2e2e;	
	}	
 .adBox a{
	color: #2e2e2e;	
	}

.adBox a:hover{
	color: #b91818 ;
}
.stdntTax .visaPan{
	background:url("images/bluebg.jpg") no-repeat scroll 0 0;
	background-size:100% 100%;
	-moz-background-size:100% 100%;
	-o-background-size:100% 100%;
	-webkit-background-size:100% 100%;
	-ms-background-size:100% 100%;
}
.stdntTax .helpVisa h4{
	font-size: 36px;
	line-height:36px;
	position: relative;
	padding-bottom:20px;
	margin:40px 0;
}
.stdntTax .helpVisa h4:after{
	content: "";
	background: #fff;
	position: absolute;
	left: 0;
	top:100%;
	width:245px;
	height:4px;
}
.stdntTax .helpVisa .contntTxt ul{
	margin: 0;
	padding: 0;
	list-style: none;
}
.stdntTax .helpVisa .contntTxt ul li{
	font-size:14px;
	line-height:36px;
	background:url("images/arrw.png") no-repeat scroll 0 12px;
	padding-left:25px;
}
.stdntTax .helpVisa{
	 padding:0 0px;
}
.stdntTax .para{
	margin-bottom:20px;
	
}
.para p{
	font-size:17px;
	line-height:17px;
	margin-bottom: 10px;
}
.stdntTax .para .pddingGap{
	padding-right: 0;
	
}
.reBxSec{
	margin-bottom:75px;
}
.reBxSec ul{
	margin:-.916%;
	padding: 0;
	list-style: none;
}
.reBxSec ul li{
	float: left;
	text-align: center;
	width:31.5%;
	background: #be2427;
	margin: .916%;
	
}
.reBxSec ul li em{
	transition: all 0.5s ease 0s;
	-moz-transition: all 0.5s ease 0s;
	-ms-transition: all 0.5s ease 0s;
	-o-transition: all 0.5s ease 0s;
	-webkit-transition: all 0.5s ease 0s;
	display: block;
	padding:0 0 25px;
  }
.reBxSec ul li h5{
	min-height:80px;
	font-size:30px;
	line-height:40px;
	font-family: "Oswald",sans-serif;
	font-weight: normal;
	margin: 0;
}
.reBxSec ul li a{
	color: #fff;
	display: block;
	padding:60px 75px 25px;
	
}
.reBxSec ul li:hover em{
	transform: translate(0px, -20%);
	-moz-transform: translate(0px, -20%);
	-o-transform: translate(0px, -20%);
	-ms-transform: translate(0px, -20%);
	-webkit-transform: translate(0px, -20%);
}
.ourSec .pic {
	width:13%;
	margin-right:15px;
	
}
.ourSec .txt {
	width:75%;
}
.ourSec .fullWidth {

	margin-bottom: 45px;
}
.ourSec h5{
	color: #1b517d;
	font-size:22px;
	line-height:22px;
	margin: 0 0 24px;
	font-family: "Open Sans",sans-serif;
	font-weight: normal;
}
.about .para{
	margin-bottom: 30px;
}
.ourSec p{
	color: #333332;
	font-size:14px;
	line-height:20px;
}
.btnSec ul{
	margin: 0 -1.416%;
	padding: 0;
	list-style: none;
}
.btnSec ul li{
	width:30.5%;
	float: left;
	margin:10px 1.416%;
	background: #1b517d;
}
.btnSec ul li a{
	display: table;
	width: 100%;
}
.btnSec ul li em{
	background: #c12928;
	display:table-cell;
	vertical-align:middle;
	height: 80px;
	width: 88px;
	text-align: center;	
	}

.btnSec ul li h5{
	display:table-cell;
	vertical-align:middle;
	text-align: center;
	color: #fff;
	font-family: 'myriad_set_prosemibold';
	font-size:22px;
	line-height:26px;
	font-weight: normal;
	width: calc(100% - 88px);
}
.about .para p a{
	color: #1c507c;
}
.about .para p a:hover{
	color: #c12928;
}

/* Sweep To Right */
.hvr-sweep-to-right {
	display: inline-block;
	vertical-align: middle;
	-webkit-transform: translateZ(0);
	transform: translateZ(0);
	box-shadow: 0 0 1px rgba(0, 0, 0, 0);
	-moz-box-shadow: 0 0 1px rgba(0, 0, 0, 0);
	-webkit-box-shadow: 0 0 1px rgba(0, 0, 0, 0);
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	-moz-osx-font-smoothing: grayscale;
	position: relative;
	-webkit-transition-property: color;
	transition-property: color;
	-webkit-transition-duration: 0.3s;
	transition-duration: 0.3s;
}
.hvr-sweep-to-right:before {
	content: "";
	position: absolute;
	z-index: -1;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background: #c12928;
	-webkit-transform: scaleX(0);
	transform: scaleX(0);
	-webkit-transform-origin: 0 50%;
	transform-origin: 0 50%;
	-webkit-transition-property: transform;
	transition-property: transform;
	-webkit-transition-duration: 0.3s;
	transition-duration: 0.3s;
	-webkit-transition-timing-function: ease-out;
	transition-timing-function: ease-out;
}
.hvr-sweep-to-right:hover, .hvr-sweep-to-right:focus, .hvr-sweep-to-right:active { color: white;}
.hvr-sweep-to-right:hover:before, .hvr-sweep-to-right:focus:before, .hvr-sweep-to-right:active:before {
  -webkit-transform: scaleX(1);
  transform: scaleX(1);
}

.pricing .para{ margin-bottom: 16px;}
.pricing .para p{ font-size: 18px; line-height:20px; margin-bottom: 10px;} 
.tbl thead{ background: #1b517d; padding-left: 40px; color: #fff; font-weight: bold; font-size: 16px; line-height: 16px; }
.tbl thead th{ padding: 14px 0;}
.tbl thead th:first-child{ padding: 10px 10px 10px 40px;}
.tbl tbody{ color: #000; font-size:15px; line-height:12px;}
.tbl tbody td{ padding: 14px 0; font-weight:bold;}
.tbl tbody td:first-child{ padding: 14px 0 14px 40px; width:48%;}
.tbl tbody tr:nth-child(n){ background: #e1e1e1; }
.tbl tbody tr:nth-child(2n){ background: #f0f0f0; }
.tbl p{ color: #2e2e2e; font-size: 14px; line-height:14px;}
.wrng h4{ color: #b91818; font-size: 20px; line-height:20px; font-family: "Open Sans",sans-serif; background: url("images/wrng.png") no-repeat 0 0 ; margin: 0 0 8px; padding:12px 0 12px 55px; }
.wrng p{ color: #2e2e2e8; font-size: 16px; line-height:18px; margin-bottom: 10px;}
.dfrntRfndsInn{	margin-bottom: 15px;}
.dfrntRfnds h3{ color: #000; font-size: 24px; line-height:23px; font-family: 'myriad_set_prosemibold'; font-weight: normal; margin:15px 0 15px ;}
.dfrntRfndsInn h4{ color: #b91818; font-size:18px; line-height:18px; font-family: 'myriad_set_prosemibold'; margin: 0 0 8px; }
.dfrntRfndsInn h5{ color: #b91818; font-size:18px; line-height:18px; font-family: 'myriad_set_prosemibold'; margin: 0 0 10px; font-weight: normal;}
.dfrntRfndsInn ul { margin: 0; padding: 0; list-style: none;}
.dfrntRfndsInn ul li{ color: #2e2e2e; font-size: 17px; line-height:19px; border-bottom: 1px solid #dcdcdc; padding:6px 0 6px 12px; background:url("images/rdArw.png") no-repeat 0 11px;}
.dfrntRfndsInn ul li:last-child{ border-bottom: none;}
.dfrntRfnds p{ color: #2e2e2e;font-size: 17px; line-height:19px; margin-bottom: 15px;}
.tbl tbody td span{ display: none;}
.visaPan.indx .visaPanimg { background: none !important; /*background: url("images/visaimg.jpg") no-repeat scroll 100% 0 / 45% 100%;*/ }

/*.policy */
.policyheading { font-family: 'myriad_set_protext'; } 
.policy .pddingGap p { margin-bottom: 0px;}
.pplist { margin-bottom: 15px;}
.pplist h4 { font-family: 'myriad_set_prosemibold';  font-size: 24px;}
.pplist ul { list-style-position: inside; padding-left: 15px;}
.pplist ul li { margin-bottom: 5px;}
.pplist p { margin: 30px 0 !important; }

/*.refund */
.refund p { margin-bottom: 20px;}
.refundlist { list-style-image: url("images/rdArw.png"); list-style-position: inside; margin-bottom: 20px;}
.refundlist li { margin: 8px 0;}

/*.pricing */
.note p { font-size: 18px; font-weight: 600; color: #2e2e2e; line-height: normal; font-family: 'myriad_set_prosemibold'; margin-bottom: 10px;}

/*.licence */
.requested-licence { font-size: 24px; color: #353535; font-family: 'myriad_set_prosemibold'; margin: 0px 0;}
.requested-licence h4 { text-align: center;}
.reqlnc-list { list-style-type: none; padding: 0; margin: 0 -15px 20px; }
.reqlnc-list li { display: block; display: inline-block; width: 33.33%; padding: 0 15px; float: left; margin-bottom: 10px;}
.thumb img { max-width: 100%; border: 3px solid #e8e8e8; border-bottom: none; width: 100%;}
.thumb .caption:before { content: ""; background: url("images/caret.png") no-repeat; position: absolute; top: -38px; left: 50%; margin-left: -24px; width: 48px; height: 39px;}
.thumb .caption { background-color: #be2627; padding: 5px 10px; position: relative; min-height: 110px; }
.thumb .caption h4 { color: #fff; text-shadow: 0 1px 1px #666; font-size: 20px; margin-top: 0; margin-bottom: 5px; font-family: 'myriad_set_prosemibold'; text-align: left;}
.thumb .caption p { color: #fff !important; font-size: 17px; margin-bottom: 0;  font-family: 'myriad_set_protext'; line-height: 17px;}
.thumb .caption a { color: #fff;}
.wrklnc.visaPan { background: rgba(0, 0, 0, 0) url("images/bluebg.jpg") no-repeat scroll 0 0 / 100% 100%; }
.wrklnc .visaPanimg { background: none !important; /*background: url("images/licensei.jpg") no-repeat scroll 100% 0 / 45% 100%;*/ }

.page-template-Working_license .visaPic { width: 50% !important;}
.page-template-Working_license .helpVisa { width: 50% !important; padding-right: 15px;}
.page-template-Working_license .helpVisa p { margin-bottom: 10px; }
.page-template-Working_license .btn-work { float: left;}
.page-template-Working_license .ajax-loader {float: left; margin-top: 30px; margin-left: 20px;}
.page-template-Working_license .box1 { position: relative;}
.page-template-Working_license span.wpcf7-not-valid-tip {
	bottom: -14px;
	font-size: 13px;
	margin-left: 0 !important;
	position: absolute;
	width: 240px !important;
	}
	
.para.center { text-align: center;}	
.fomarea { margin: 0 -10px;}
.fomarea .box1 { width: 50%; display: inline-block; float: left; padding: 0 10px; margin-bottom: 5px; }
.fomarea .box2 { width: 100%; padding:  0 10px; clear: both; margin-bottom: 5px;}
.fomarea label,.fomarea input, .fomarea select {  width: 100%; display: block; padding: 5px; height: 40px;}
.fomarea label { font-size: 17px;}
.fomarea input,
.fomarea select{ border-radius: 10px; -moz-border-radius: 10px; -webit-border-radius: 10px; border: 4px solid #728fa7;}

.fomarea select { background: #fff url("images/caret1.png") no-repeat 95% center; appearance: none; -0-appearance: none; -ms-appearance: none; -moz-appearance: none; -webkit-appearance: none;}
.fomarea .btn-submit,
.fomarea .btn-work { margin-left: 15px; margin-bottom: 10px; margin-top: 10px; background: #be2627 !important; border: none;  border-radius: 5px; -moz-border-radius: 5px; -webit-border-radius: 5px; padding: 0 50px; width: auto; margin-top: 20px;}
.fomarea .btn-submit:hover,.fomarea .btn-work:hover { padding: 0 50px !important; border: none;}
.formplan .helpVisa{ background: #000; width: 56% !important; color: #fff; padding-right: 30px; padding-left:105px; padding-top: 30px; }
.formplan .helpVisa p { line-height: 18px !important; margin-bottom: 12px;}

.comment-respond { background: none;}
.comment-form .comment-notes { margin-left: 15px;}
#respond .comment-reply-title,
#respond > p { width: 60%; margin: 0;}
#respond .comment-form { margin: 0 -15px;}
.captchaSizeDivLarge {
	margin-left: 15px;
	display: block;
	margin-bottom: 15px;
	float: left;
	height: 60px;
	padding-top: 0 !important;
	width: 100% !important;
	}
#respond .captchaSizeDivLarge ~ p { margin-left: 15px; }
label#captcha_code_label,
span.required { display: inline-block; width: auto !important;}
input#captcha_code { width: 97.5% !important; } 




/*---- custom css end ----*/
/********************sm******3388****************/
/********************site-main working_holiday**********************/

.site-main.working_holiday .pgHdng{ font-family:  "myriad_set_protext";}
.site-main.working_holiday .para p{ font-size: 16px; line-height: 26px; margin-bottom: 25px; word-break: break-word; }
.site-main.working_holiday .para .pddingGap{ padding: 0 0 5px 0;}
.site-main.working_holiday .btnSec ul{ margin: 0 -16px;}
/*.site-main.working_holiday .btnSec ul li{ margin: 0 16px 20px 16px;}*/
.site-main.working_holiday .btnSec{ padding: 0 0 20px 0;}
.site-main.working_holiday .helpVisa{ /*padding-left: 98px; padding-right: 18px;*/ }
.helpVisa { float: left; padding: 0; width: 55%; }
.site-main.working_holiday .visaPan { background: rgba(0, 0, 0, 0) url("images/bluebg.jpg") no-repeat scroll 0 0 / 100% 100%; }
.site-main.working_holiday .visaPanimg { /*background: url("images/taxrfndspg.jpg") no-repeat scroll 100% 0 / 45% 100%;*/ }
.site-main.working_holiday .contntTxt h4{ position: relative; padding: 0 0 20px 0; margin: 0 0 20px 0;}
.site-main.working_holiday .contntTxt h4:after{ position: absolute; width: 242px ; height: 3px; content: ""; left: 0; bottom: 0; background: url("images/line1.png") no-repeat 0 0; }
.site-main.working_holiday .contntTxt ul{ list-style: none; margin: 0 ; padding: 0px;; font-size: 15px; line-height: 36px;}
.site-main.working_holiday .contntTxt ul li{ background: url("images/arr1.png") no-repeat 1px 12px; padding: 0 0 0 28px;}
.work-holder{ background: #b31e1f;}
.work-holder ul{ padding: 0px; width: 75%; list-style: none; margin: 0; text-align: center; font-family: 'Open Sans', sans-serif; font-size: 16px; display: table; margin: 0 auto; line-height: 20px; }
.work-holder ul li{ width: 20%; display: block; float: left; margin-right: 0px; padding-left: 1px;}
.work-holder ul li a{ display: block; color:#fff; background: rgba(255,255,255, 0.1); padding:5px;  text-transform: capitalize; font-size: 13px; }
.work-holder ul li .im{min-height: 45px; }
.site-main.working_holiday.sprantn .pgHdng{ font-family:"myriad_set_prosemibold";}    
.site-main.working_holiday.stdnt-tax .pgHdng{ font-family:"myriad_set_prosemibold";}
.site-main.working_holiday.stdnt-tax .flag{ text-align: center; color: #fff; display: inline-block; background: url("images/flag.jpg") no-repeat 0 0; padding: 24px 78px; position: relative;}
.site-main.working_holiday.stdnt-tax .flag .prefer{ display:block; position: relative; font-size: 24px; line-height: 26px; font-family:"myriad_set_prosemibold"; padding: 0 0 8px 0; margin-bottom: 15px;    background: url("images/line2.png") no-repeat center bottom;}
.flg-sec{ text-align: center; margin-bottom: 28px;}
.site-main.working_holiday.stdnt-tax .flag .cntry{ list-style: none; margin: 0 ; padding: 0;}
.site-main.working_holiday.stdnt-tax .flag .cntry li{  border: 3px solid #fff; display: inline-block; vertical-align: middle; margin-right: 10px;}
.site-main.working_holiday.stdnt-tax .flag .cntry li:last-child{ margin-right: 0;}

/*quesboard*/
.quesboard .pgHdng { background-color: #c12928; }
.quesboard .pgHdng h4 { font-size: 24px; margin-top: 0; margin-bottom: 5px; line-height: 24px; }
.quesboard .pgHdng p { font-size: 16px; margin-top: 0; margin-bottom: 0px; line-height: 18px; }


.border { border: 1px solid #ececec; padding: 20px; margin-bottom: 20px;}
.quesbox h4 { margin-top: 0;}   
.quesbox form { clear: both; margin: 0 -15px !important; width: 60% !important; float: left;}
.quesbox form .comment-notes { margin-left: 15px; }
.quesbox form .box1 { width: 50%; float: left; padding: 0 15px; margin-bottom: 10px; }
.quesbox form .box2 { width: 100%; float: nopne; padding: 0 15px; margin-bottom: 10px;}
.quesbox form label { display: block; width: 100% !important; margin-bottom: 5px; }
.quesbox form input,
.quesbox form textarea { width: 100% !important; border: 1px solid #bbbbbb; max-width: 100% !important;}
p.form-submit { margin-left: 0 !important;}
quesbox form .btn-sub1,
.quesbox form .post-comment{ display: inline-block; width: auto !important; border: none; background: #1b517d; color: #fff; padding: 10px 40px; border-radius: 0; -moz-border-radius: 0; -webkit-border-radius: 0; margin: 10px 0 20px 15px; }
.quesbox form .post-comment:hover { background: #c12928; }

.quesbox p { font-size: 18px;}
.ansbox h4 { font-family: 'myriad_set_prosemibold'; font-size: 24px; margin-bottom: 15px;}
.ansbox ul { list-style-type: none; width: 80%;}
.ansbox ul li { margin-bottom: 15px;}
.ansbox ul li p { font-size: 16px;  font-family: 'myriad_set_prosemibold'; margin-bottom: 5px;}
.ansbox ul li span { color: #1b517d;  font-family: 'myriad_set_prosemibold';}

.comment-author,
.comment-metadata,
.comment-metadata, .comment-awaiting-moderation, .comment-content, .comment-list .reply { display: block; /*width: 100%;*/}
.comment-metadata { margin-bottom: 10px;}
.comment-content p { margin-bottom: 10px;}
.comments-title { font-size: 22px;}
.comment-author { max-width: 85px; margin-right: 0px !important;}
/**accordian**/
h3.acc-head {
  margin: 0;
  background-color: rgb(228,10,85);
  background-image: linear-gradient(bottom, rgb(228,10,85) 14%, rgb(255,36,111) 57%);
  background-image: -o-linear-gradient(bottom, rgb(228,10,85) 14%, rgb(255,36,111) 57%);
  background-image: -moz-linear-gradient(bottom, rgb(228,10,85) 14%, rgb(255,36,111) 57%);
  background-image: -webkit-linear-gradient(bottom, rgb(228,10,85) 14%, rgb(255,36,111) 57%);
  background-image: -ms-linear-gradient(bottom, rgb(228,10,85) 14%, rgb(255,36,111) 57%);
}

h3.acc-head a {
  background: url("images/accr.png") 15px 13px no-repeat;
  display: block;
  padding: 10px;
  padding-left: 32px;
  margin: 0;
  color: #fff;
  text-decoration: none;
  font-weight: normal;
  border-bottom: 1px solid rgba(128, 10, 85, 0.5);
  text-shadow: 1px 1px 1px rgb(128,10,85);
}
h3.acc-head:hover { background: rgb(228,10,85); }
h3.acc-head.open  { background: rgb(255,70,120); }
h3.acc-head.open a { background-position: 13px -25px; }
h3.acc-head + div { padding: 10px; }

h3 a { background: url("images/accr-plus.png") no-repeat 99% center; }
h3.open { background-color: #c12928 !important; }
h3.open a { background: url("images/accr-minus.png") no-repeat 99% center;}

.faq-section > h3 { text-align: center;}
#example { background: #fff; overflow: hidden; border-radius: 3px; -moz-border-radius: 3px; -webkit-border-radius: 3px; margin-bottom: 20px; width:300px;}
#custom-show-hide-example,
#custom-show-hide-example1 { margin-bottom: 30px;}
#custom-show-hide-example h3,
#custom-show-hide-example1 h3 { background-color: #1b517d; margin: 0; font-family: 'myriad_set_prosemibold'; margin-bottom: 1px; text-align: left;}
#custom-show-hide-example h3 a,
#custom-show-hide-example1 h3 a{ color: #fff !important;  font-size: 20px; line-height: 22px; display: block; padding: 10px 10px;}
.ctnr { border: 1px solid #d0d0d0; padding: 15px; margin: 10px 0; }
.ctnr p { margin-bottom: 5px;}
.ctnr ul { list-style-image: url("images/arro.png"); padding-left: 20px;}
.ctnr ul li { margin-bottom: 5px;}
  
page-template-aus_resident .work-holder ul,
.page-template-aus_resident .work-holder ul,
.page-template-superannuation .work-holder ul,
.page-template-student-tax-refund .work-holder ul,
.page-template-working_holiday .work-holder ul, 
.page-template-request-a-call .work-holder ul,
.page-template-register-now .work-holder ul,
.single-news .work-holder ul,
.single-worker .work-holder ul { width: 94%;}

page-template-aus_resident .work-holder ul li,
.page-template-aus_resident .work-holder ul li,
.page-template-superannuation .work-holder ul li,
.page-template-student-tax-refund .work-holder ul li,
.page-template-working_holiday .work-holder ul li,
.page-template-request-a-call .work-holder ul li,
.page-template-register-now .work-holder ul li,
.single-news .work-holder ul li,
.single-worker .work-holder ul li{ width: 14.2%}
.page-template-tfn .btn-rqst-call { margin-top: 49px; }
.page-template-abn .btn-rqst { margin-top: 37px; }

/*abn*/
.abn { text-align: center;}
.abn .left { display: inline-block; width: 35%; float: left;}
.abn .right { display: inline-block; width: 65%; float: left;}
.abn .right h3 { text-align: left; font-family: 'myriad_set_prosemibold'; font-size: 30px; margin-top: 0;}
.abn .right ul { text-align: left; list-style-type: none; padding-left: 35px; }
.abn .right ul li { line-height: normal; line-height: 17px; font-size: 17px; margin: 20px 0; position: relative; padding-left: 35px;}
.abn .right ul li:before { content: ""; background: url("images/bullet.png") no-repeat 0 0; position: absolute; top: -3px; left: 0; padding: 14px;}
.visaPan.abnback .visaPanimg {background: rgba(0, 0, 0, 0) url("images/taxrfndspg1.jpg") no-repeat scroll 100% 0 / 45% 100%;}
.taxfaq h3 { text-align: center; display: block; margin-top: 0; font-size: 30px; line-height: 30px; margin-bottom: 10px;  font-family: 'myriad_set_prosemibold'; }
.taxfaq span { text-align: center; display: block; margin: 0; font-size: 20px; line-height: 20px; font-family: 'myriad_set_protext'; }

.taxfaq #custom-show-hide-example { margin-top: 30px !important;}
.taxfaq #custom-show-hide-example .ctnr { padding: 15px 0; border: none; }
.visaPan.tfnback .visaPanimg {background: none;}

/*abn_appl*/

.abn_appl { background: url("images/bluebg.jpg"); margin-bottom: 25px;}
.abn_appl .left:before { content: ""; background-color:#b93127; position: absolute; top: 0; right: 0; width: 5000px; height: 100%; }
.abn_appl .left { width: 50%; display: inline-block; float: left; background-color: #b93127; padding: 35px;
	position: relative;
	transform: skewX(-25deg);
	-o-transform: skewX(-25deg);
	-ms-transform: skewX(-25deg);
	-moz-transform: skewX(-25deg);
	-webkit-transform: skewX(-25deg);
}
.abn_appl .left .rvskew {
	transform: skewX(25deg);
	-o-transform: skewX(25deg);
	-ms-transform: skewX(25deg);
	-moz-transform: skewX(25deg);
	-webkit-transform: skewX(25deg);	
}

.rvskew > span { font-size: 48px; line-height: 48px; text-transform: uppercase; font-family: 'myriad_set_prosemibold'; color: #fff; text-shadow: 0 0 3px #fff; -moz-text-shadow: 0 0 3px #fff; -webkit-text-shadow: 0 0 3px #fff; }
.abn_appl .left h3 { font-size: 30px; color: #fff;  font-family: 'myriad_set_prosemibold';  line-height: 30px; margin-top: 0;}
.abn_appl .left p { font-size: 17px; color: #fff; line-height: 17px; margin-bottom: 8px;}
.btn-entapp {
	font-family: 'myriad_set_protext';
	font-size: 18px;
	line-height: 18px;
	display: inline-block;
	color: #fff;
	background-color: #1b517d;
	border-radius: 10px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	border: 4px solid #fff;
	padding: 15px 20px;	
	}
.btn-entapp:hover { color: #fff; background-color: #000;}	
.btn-stapp {	
	display: inline-block;
	color: #fff;	
	border-radius: 10px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	border: 4px solid #fff;
	margin-left: 25px;
	}
.btn-stapp span {
	font-family: 'myriad_set_protext';
	font-size: 18px;
	line-height: 18px;
	background-color: #1b517d;
	padding: 15px 20px 10px;
	display: block;
	border-radius: 6px;
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
	border-bottom: 5px solid #133957;	
	}	
.btn-stapp:hover { color: #fff;  }
.btn-stapp:hover span { border-bottom: 5px solid #1b517d;}
.abn_appl .right { width: 50%; display: inline-block; float: left; padding: 45px 30px 15px 60px; }
.abn_appl .right h3 { font-size: 30px; margin-top: 0; color: #fff;  font-family: 'myriad_set_prosemibold';  line-height: 30px;}
.tel:before {background: rgba(0, 0, 0, 0) url("images/mob.png") no-repeat scroll 0 center; content: ""; position: absolute; top: 0; left: 0; padding: 20px;}
.tel { position: relative; color: #fff; font-size: 18px; font-weight: 600; padding: 10px 25px; }
.tel:hover:before {background: rgba(0, 0, 0, 0) url("images/mob1.png") no-repeat scroll 0 center; content: ""; position: absolute; top: 0; left: 0; padding: 20px;}
.tel:hover { position: relative; color: #000; font-size: 18px; font-weight: 600; padding: 10px 25px; }
.applmail:before {background: rgba(0, 0, 0, 0) url("images/mail.png") no-repeat scroll 0 center; content: ""; position: absolute; top: 0; left: 0; padding: 20px;}
.applmail { position: relative; color: #fff; font-size: 18px; font-weight: 600; padding: 10px 25px 10px 35px; }
.applmail:hover:before {background: rgba(0, 0, 0, 0) url("images/mail1.png") no-repeat scroll 0 center; content: ""; position: absolute; top: 0; left: 0; padding: 20px;}
.applmail:hover {color: #000;}


.btn-rqst {	
	display: inline-block;
	color: #fff;	
	border-radius: 10px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	border: 4px solid #fff;
	margin-top: 30px;
	}
	
	.btn-rqst-call {	
	display: inline-block;
	color: #fff;	
	border-radius: 10px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	border: 4px solid #fff;
	margin-top: 30px;
	}
.btn-rqst span {
	font-family: 'myriad_set_protext';
	font-size: 30px;
	line-height: 30px;
	background-color: #b93127;
	padding: 15px 30px;
	display: block;
	border-radius: 6px;
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
	border-bottom: 5px solid #a51d13;	
	}
	
	.btn-rqst-call span {
	font-family: 'myriad_set_protext';
	font-size: 30px;
	line-height: 30px;
	background-color: #b93127;
	padding: 15px 30px;
	display: block;
	border-radius: 6px;
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
	border-bottom: 5px solid #133957;	
	}
.btn-rqst:hover { color: #fff;  }
.btn-rqst:hover span { border-bottom: 5px solid #b93127;}

/*how its work*/
.it-works { float: left; margin: 20px 0 0; position: relative; width: 100%; clear: both; }
.it-works ul { float: left; margin: 0; padding: 0; text-align: center; width: 100%;}
.it-works ul li { display: inline-block; float: left; list-style: outside none none; margin: 0 0 25px; min-height: 332px; padding: 0 10px; transition: all 0.3s ease-in-out 0.1s; width: 20%; }
.it-works ul li .round-box { background: #252525 none repeat scroll 0 0; border: 5px solid #d6d6d6; border-radius: 50%; display: table; height: 161px; margin: 0 auto; transition: all 0.3s ease-in-out 0.1s;  width: 161px;}
.it-works ul li:hover .round-box { background: #b61d1d none repeat scroll 0 0; }
.it-works ul li .round-box h2 { background: rgba(0, 0, 0, 0) none repeat scroll 0 0; color: #fff; float: left; font-family: "Oswald",sans-serif; font-size: 35px; font-weight: 700; margin: 0; padding: 15px 0 8px; width: 100%; }
.it-works ul li .round-box .work-icon { float: left; margin: -12px 0 0; text-align: center; width: 100%;}
.it-works ul li p { color: #7d7d7d; float: left; font-size: 13px; line-height: 19px; margin: 10px 0; min-height: 92px; padding: 0; width: 100%; }
a.start-now { background: #163d5f none repeat scroll 0 0; border: 3px solid #c4c4c4; clear: both; color: #fff; display: table; font-family: "Open Sans",sans-serif; font-size: 22px; font-weight: 600; margin: 0 auto 20px; padding: 12px 70px; transition: all 1s ease 0s; width: auto; }

/*helpfull info*/
.helpful-img { float: left;  margin: 0 18px 18px 0; padding: 0; width: 23%; display: inline-block;}
.helpful-img img { max-width: 100%; }
ul.helpful-list { float: left; margin: 0; width: 75%; }
ul.helpful-list li:first-child { border: 0 none; }
ul.helpful-list li { background: rgba(0, 0, 0, 0) url("images/list-bullet.png") no-repeat scroll 0 16px; border-top: 1px solid #cecece; color: #565656; float: left; font-family: "Open Sans",sans-serif; font-size: 15px; font-weight: 400; list-style: outside none none; margin: 0; padding: 6px 0 10px 20px; width: 99%;}
.helpful-list ~ h5 {color: #393939; float: left; font-family: "Open Sans",sans-serif; font-size: 19px; font-weight: 400; margin: 0; padding: 0 0 12px; width: 100%; }
.helpful-list ~ p { color: #7d7d7d; float: left; font-family: "Open Sans",sans-serif; font-size: 14px; font-weight: 400; margin: 0; padding: 0 0 18px; text-align: left; width: 100%; } 
.helpful-list ~ p a { color: #1c507c; }

/*tfn*/
.tfn .pddingGap { padding: 15px 0 !important;}
.tfn p { text-align: left;}
.tfn_appl .left h3 {  margin-bottom: 0px; margin-top: 0px;}
.tfn_appl .left { text-align: center;}

.page-template-tfn .btn-rqst span { background-color: #1b517d!important; border-bottom: 5px solid #133957;}
.page-template-tfn .btn-rqst:hover span{ border-bottom: 5px solid #1b517d; }

.page-template-tfn .btn-rqst-call span {  background-color: #b93127; border-bottom: 5px solid #a51d13;}
.page-template-tfn .btn-rqst-call:hover span { border-bottom: 5px solid #b93127;}

/*Refund-calculator-step2*/

.rcs2 { box-shadow: none; -moz-box-shadow: none; -webkit-box-shadow: none;}
.rcs .pgHdng { line-height: 0;}
.rcs span { font-size: 18px; padding-bottom: 30px; position: relative; display: block; width: 100%; line-height: 18px;}
.rcs span:before { background: #ba191b;	border-radius: 2px; -moz-border-radius: 2px; -webkit-border-radius: 2px; content: ""; height: 10px; left: 55px; position: absolute; top: 30px; width: 80%; z-index: 99; }
.rcs span:after { background: #fff; border-radius: 2px; -moz-border-radius: 2px; -webkit-border-radius: 2px; content: ""; height: 10px; left: 0; margin: auto; position: absolute; right: 0; top: 30px; width: 90%; }
.back { display: block; text-align: right;}
.btn-back { font-family: 'myriad_set_prosemibold'; font-size: 24px; text-transform: capitalize; display: inline-block; padding-left: 15px;
background: url("images/backicon.png") no-repeat 0 center;}
.atrc { text-align: center;}
.atrc h3 { text-align: center; font-family: 'myriad_set_prosemibold'; font-size: 36px; line-height: 36px; color: #1b517d;}
.atrc span { display: block; font-size: 18px; font-family: 'myriad_set_prosemibold'; line-height: 18px; margin-bottom: 20px; color: #040000; text-align: center;}
.cvt span { display: inline-block;}
.atrc p { font-size: 18px; font-family: 'myriad_set_prosemibold'; color: #040000; text-align: center;}

.atrc-detail { background-color: #e5e5e5; padding: 25px 20px 50px; display: inline-block; width: 60%;}
.atrc-detail h4 { font-size: 18px;  font-family: 'myriad_set_protext'; margin-bottom: 10px; font-weight: 500; line-height: 18px; color: #040000; margin-top: 0; }
.atrc-detail .left { display: inline-block; width: 50%; float: left; padding: 0 15px; }
.atrc-detail .right { display: inline-block; width: 50%; float: left; padding: 0 15px; }
.atrc-detail ul { list-style-type: none; font-size: 18px;  font-family: 'myriad_set_protext'; line-height: 18px; color: #040000; }
.atrc-detail ul li { text-align: left; border-bottom: 1px dashed #040000; padding: 10px 0;  }
.atrc-detail ul li:last-child { border-bottom: none;  }
.btn-cal { display: inline-block; margin: 15px 0; padding: 10px 50px; background-color: #bf2525; color: #fff; font-family: 'myriad_set_protext'; font-size: 18px;  line-height: 18px;}
.btn-cal:hover { background-color: #000; color: #fff;}

.atrc span.note { margin-top: 50px; margin-bottom: 40px; font-size: 18px; font-weight: 500;  font-family: 'myriad_set_protext'; line-height: 18px; color: #040000; display: block;}

.atrc-btngroup ul li h5 { font-size: 26px;}
.atrc-btngroup { margin-bottom: 60px;}


/*Refund-calculator*/
.rc { box-shadow: none;}
.rc .pgHdng { line-height: 0;}
.rc span { font-size: 18px; padding-bottom: 30px; position: relative; display: block; width: 100%; line-height: 18px;}

/*
.rc span:before { background: #ba191b none repeat scroll 0 0; border-radius: 2px; -moz-border-radius: 2px; -webkit-border-radius: 2px; content: ""; height: 10px; left: 55px; position: absolute; top: 30px; width: 10%; z-index: 99; }
.rc span:after { background: #fff none repeat scroll 0 0; border-radius: 2px; -moz-border-radius: 2px; -webkit-border-radius: 2px; content: "";	height: 10px; left: 0; margin: auto; position: absolute; right: 0; top: 30px; width: 90%; }
*/
.cvt { text-align: center; margin-top: 60px;}
.cvt h3 { font-size: 30px; font-weight: 300; font-family: 'myriad_set_protext'; line-height: 30px; color: #000; margin-top:0; margin-bottom: 0px; }
.cvt h3 span { color: #ba191b; font-size: 36px;} 
.cvt span.needhelp { display: block;}
.cvt span.needhelp a { display: inline-block; background: url("images/needhelp.png") no-repeat 0 0; padding-left: 25px; font-size: 18px; font-weight: 300; font-family: 'myriad_set_protext' ; line-height: 18px; color: #ba191b;}
 
.round-item { list-style-type: none; display: inline-block; margin: 0 auto; float: none; }
.round-item li { position: relative; display: inline-block; float: left; }
.round-item li a:before { content: ""; background: url("images/chk.png") no-repeat center -60px; position: absolute; top: 0px; left: 0; right: 0; padding: 50px; margin: auto; }
.round-item li a{ display: block; margin: 0 5px; background-color: #d8d8d8; border-radius: 50%;	 font-size: 18px; height: 170px; padding: 85px 35px 35px; width: 170px; color: #040000;	}
.round-item li.active a:before,
.round-item li a:hover:before { background-position: center 40px;}
.round-item li.active a,
.round-item li a:hover { background-color: #ba191b; color: #fff;}
.arlink { display: block; text-align: center;}
.arlink a{ background: url("images/arlink.png") no-repeat 0 0; padding: 15px 22px; display: inline-block; margin: 20px 0;}

.cfy { margin-top: 30px;}
.cfy .round-item li a { font-size: 28px; font-weight: 600; line-height: 26px; }
.cfy .round-item li a span { font-size: 14px; font-weight: 300;  font-family: 'myriad_set_protext';}
.cfy .round-item li.active a span,
.cfy .round-item li a:hover span { color: #fff;}

.pid form { margin-top: 30px; width: 445px; margin: 0 auto;}
.pid .inputbox input,
.pid .inputbox select { text-align: center; border: none; width: 100%; font-family: 'myriad_set_protext'; line-height: 18px;  font-size: 18px; color: #333; font-weight: 100;}
.pid .inputbox label { display: block; font-size: 20px; color: #1d517d;}
.input-holder:before { content: "AUD"; position: absolute; left: 10px; top: 17px; font-family: 'myriad_set_protext';  font-size: 20px; color: #a7a7a7; font-weight: 100; }
.input-holder { position: relative; width: 100%; border: 1px solid #bcbcbc; padding: 10px; padding-left: 60px; }

.pid :-moz-placeholder { color: #a7a7a7; text-align: center; font-size: 24px; }
.pid ::-moz-placeholder { color: #a7a7a7; text-align: center; font-size: 24px; }
.pid :-ms-input-placeholder { color: #a7a7a7; text-align: center; font-size: 24px; }
.pid ::-webkit-input-placeholder { color: #a7a7a7; text-align: center; font-size: 24px; }

.ycd h4 { font-size: 28px; font-family: 'myriad_set_protext'; color: #333; font-weight: 100; }
.inputbox { position: relative;}
.ycd .inputbox label { margin-bottom: 10px;}
.ycd .input-holder:before { display: none;}
.ycd .input-holder { padding-left: 10px;}
.ycd .input-holder.capcha {  padding: 7px; width: 52%; float: left;}
.ycd .inputbox select { color: #272727; appearance: none; -moz-appearance: none; -webkit-appearance: none; background: url("images/selecticon.png") no-repeat 98% center;}
.capcha-img { float: right;}
.btn-idsubmit { background: #ba191b; border-bottom: 6px solid #a01517; margin: 10px 0; width: 100%; font-size: 24px; font-weight: 600; }
.btn-idsubmit:hover { border-bottom: 6px solid #ba191b;  background: #ba191b;}
.ckeck { position: absolute; right: -40px;  bottom: 36px; }
.ycd .input-holder.date:before {  display: inline-block !important; padding: 20px; content: ""; position: absolute; left: 10px; top: 10px; background: url("images/calender.png") no-repeat 0 0;}


/*student_tax_refunds-italian*/
.stri .pddingGap { font-size: 24px; }
.stri-desc { text-align: center; margin: 40px 0;}
.stri-desc p { text-align: left; font-size: 19px; line-height: 21px;}
.btn-domanda { font-size: 18px; background-color: #1b517d; color: #fff; padding: 10px 20px; display: inline-block; margin: 20px 0;}
.btn-domanda:hover { background-color: #000; color: #fff; }

.per-dt-form { width: 80%; margin: 0 auto;}
.per-dt-form h4 { font-size: 18px; color: #ba191b; font-family: 'myriad_set_prosemibold';}
.per-dt-form form { background-color: #f9f9f9; padding: 15px 40px;}
.per-dt-form form label { display: inline-block; width: 30%; float: left; font-size: 18px;}
.per-dt-form form .inpbox { display: inline-block; float: left; width: 70%;}

.per-dt-form form .inpbox select,
.per-dt-form form .inpbox input { width: 100%; border: 1px solid #b1b1b1; height: 36px;}
.per-dt-form form .inpbox select { -webkit-appearance: none; -moz-appearance: none; -moz-appearance: none; background: #fff url("images/caret1.png") no-repeat 98% center; }
.inprow { margin-bottom: 15px;}
.per-dt-form form .date .input3 { width: 32% !important; margin-right: 10px; display: inline-block; float: left;}
.per-dt-form form .date .input3:nth-child(3) { margin-right: 0;}
.per-dt-form form  h5 { color: #ba191b; font-size: 18px;}
.input4 { width: 80px !important; display: inline-block; margin-right: 10px; }
.input10 { width: 40px !important; display: inline-block; margin-right: 5px; }
.input15 { width: 30px !important; display: inline-block; margin-right: 1px; }
.btn-nxt { background: #b31e1f; padding: 10px 40px; border: none; float: right; font-size: 18px; border-radius: 0; -moz-border-radius: 0;  -webkit-border-radius: 0; }
.btn-nxt:hover { background: #000; color: #fff;}
.req { color: #ba191b; font-size: 18px; font-weight: 600;}

.formactivator { list-style-type: none; }
.formactivator li { display: inline-block; margin-bottom: 10px; }
.formactivator li a { display: inline-block; font-size: 18px; line-height: 18px; padding: 10px 55px 10px 15px; position: relative; color: #737373; }	
.formactivator li a:after { content: ""; background: url("images/frmactivator.png") no-repeat -97px 0; position: absolute; top: 0; right: 0; width: 50px; height: 53px;}
.formactivator li.active a { color: #ba191b; }
.formactivator li.active a:after { background-position: 0 0;}
.formactivator li:last-child a:after { display: none;}

/*workers-coener-backpacker-guide*/
.western p{ font-family: 'myriad_set_protext';}
.bpg1 .para p { line-height: 23px; margin-bottom: 15px;}
.bpg1 h5 { font-size: 17px; line-height: 19px; margin: 30px 0 30px; color: #023e64; font-family: 'myriad_set_prosemibold'; }
.bpg1 .para ul,
.single-worker .bgfaq ul { list-style-image: url("images/caret2.png"); padding-left: 30px;}
.bpg1 .para ul > li,
.single-worker .bgfaq ul > li{ margin-bottom: 10px; text-align: left;}

.bgfaq .heading { text-align: center; margin: 20px 0 40px;}
.bgfaq .heading h3 { font-size: 36px; line-height: 36px;font-family: 'myriad_set_prosemibold'; margin-bottom: 10px; }
.bgfaq .heading span { display: block; font-size: 24px; line-height: 24px; }
.bgfaq ul.faqlist { list-style-image: none; list-style-type: none; padding: 0;}
.bgfaq .faqlist > li { min-height: 320px; margin-bottom: 15px;}
.bgfaq .faqlist > li .fqimg { float: left; margin-right: 30px; margin-bottom: 20px; }
.bgfaq .faqlist li h4 { display: inline; margin-top: 0; font-size: 19px; line-height: 21px; font-family: 'myriad_set_prosemibold';  }
.bgfaq .faqlist li p { font-size: 17px; line-height: 22px;}
.bgfaq .faqlist li > ul { clear: both; list-style-type: disc; list-style-image: none; padding-left: 20px; margin-bottom: 20px; }
.bgfaq .faqlist li > ul > li { padding-left: 20px;}
#smallcontent p:nth-child { display: inline;}
.bgfaq { text-align: center;}

/*whatmakingnews-10freethings*/

.wmn h5 { color: #000;}
.backpackers-holidays { text-align: center;}
.backpackers-holidays ul.bphl { list-style-image: none; list-style-type: none; padding: 0;}
.backpackers-holidays ul.bphl > li { margin-bottom: 25px; clear: both; overflow: hidden;}
.backpackers-holidays ul.bphl > li .himg { width: 30%; float: left;}
.backpackers-holidays ul.bphl > li .himg img { max-width: 100%;}
ul.bphl li .htext { width: 70%; display: inline-block; padding-left: 30px; text-align: left; }
ul.bphl li .htext h4 { text-transform: uppercase; margin-bottom: 10px; display: inline-block; margin-top: 0; font-size: 19px; line-height: 21px; font-family: 'myriad_set_prosemibold'; color: #1b517d;  }
ul.bphl li .htext p { font-size: 17px; line-height: 22px;}
a.loadmore { background-color: #1b517d; color: #fff; margin: 10px 0 30px; padding: 10px 40px; font-size: 17px; line-height: 19px; display: inline-block; }
a.loadmore:hover { background-color: #c12928;}

/*BLOG*/

.site-main.blog .content-area { width: 70%; float: left; padding-right: 30px;}
.site-main.blog .sidebar-container { width: 30%; float: left; margin-top: 60px;}
.bloglist { list-style-type: none; padding: 0;}

.bloglist { margin-top: 60px;}
.bloglist li { margin-bottom: 30px;}
.bloglist li .header { margin-bottom: 10px;}
.bloglist li .header .date { width: 130px; float: left; border-right: 3px solid #d20000; padding-right: 10px;}
.date span { color: #d20000; font-size: 18px; line-height: 20px; display: block; text-align: center; font-family: 'myriad_set_prosemibold';}
.date strong { color: #d20000; font-size: 56px; line-height: 56px; display: block; font-family: 'myriad_set_prosemibold';}

.bloglist li .header .blog-title { display: inline-block; width: calc(100% - 130px); padding-left: 20px; }
.bloglist li .header .blog-title h4 { margin-top: 0; margin-bottom: 20px; font-family: 'myriad_set_prosemibold'; font-size: 20px; line-height: 20px;}
.bloglist li .header .blog-title span { background: url("images/admin.png") no-repeat 30px center; display: block; width: 100%; border-top: 1px solid #d20000; border-bottom: 1px solid #d20000; color: #d20000; font-family: 'myriad_set_prosemibold'; font-size: 16px; padding: 8px 60px; }

.bloglist li .body { margin-bottom: 10px;}
.bloglist li .body .blog-img { display: inline-block; width: 20%; float: left;}
.bloglist li .body .blog-img img { max-width: 100%:}
.bloglist li .body .blog-desc { display: inline-block; width: 80%; float: left; padding-left: 0px;}
.bloglist li .body .blog-desc p { margin-bottom: 10px;}
.bloglist li .body .blog-desc a { font-size: 16px; line-height: 16px; color: #d20000; font-family: 'myriad_set_prosemibold'}

.pagination { text-align: center; clear: both; margin-bottom: 20px;}
.pagination ul { list-style-type: none; display: inline-block; margin: 0 auto;  }
.pagination ul li { display: inline-block; float: left; margin: 0 2px;  }
.pagination ul li a { display: block; border: 1px solid #ccc; padding: 10px 15px; font-size: 16px; line-height: 16px; color: #000;}
.pagination ul li a.active,
.pagination ul li a:hover{ background-color: #d20000; color: #fff; border-color: #d20000;  }

.widget_archive select { font-size: 18px; color: #1a4f7b; width: 100%; border: 1px solid #ccc; padding: 5px 10px; appearance: none; -moz-appearance: none; -webkit-appearance: none; background: url("images/caret1.png") no-repeat 95% center;}
.widget_archive select option { padding: 5px;}
.widget_categories ul {list-style-type: square; padding-left: 20px;}
.widget_categories ul li { padding-left: 10px; font-size: 18px}
.widget_categories ul li:hover,
.widget_categories ul li:hover a { color: #d20000;}
.widget_categories ul li a { font-size: 18px; color: #000;}
.site-main .widget-area { width: 100%; }

/*---- custom css end ----*/

/*10-free-things-backpackers-can-do*/
.smallcontent h4 { margin-top: 0; display: inline-block; width: 58%; text-align: left; color: #1b517d; font-family: "myriad_set_prosemibold";    font-size: 19px; line-height: 21px; margin-bottom: 10px; }
.smallcontent p { text-align: left !important;}
.smallcontent p:nth-child(1) { width: auto; display: inline;}
.single-news p { text-align: left !important; display: block !important;}

/* services */
.service-left { float: left; margin: 0; padding: 0; width: 23%;}
.service-left strong { background: none; color: #575757; float: left; font-family: "Open Sans",sans-serif; font-size: 25px; font-weight: 400; margin: 0 0 5px; padding: 0; width: 100%;}
.service-left p { float: left; text-align: left !important; color: #7d7d7d;}
.service-left ul { float: left; margin: 0; padding: 0; width: 100%; margin-top: 24px;}
.service-left ul li { float: left;  list-style: outside none none; margin: 0 0 4px;padding: 0; width: 100%;}
.service-left ul li a {color: #224d94;float: left; margin: 0; padding: 0; text-decoration: none; width: auto;}
.service-left ul li a:hover { color: #a42f37;}

.service-right {float: right; margin: 0; padding: 0; width: 72%;}
.service-right strong {none; color: #575757; float: left;font-family: "Open Sans",sans-serif; font-size: 25px; font-weight: 400; margin: 0 0 5px; padding: 0; width: 100%;}
.service-right p.service-center {  color: #7d7d7d; text-align: center !important; width: 70%;}
.service-right ul { float: left;margin: 0; padding: 0; width: 100%; margin-top: 24px;}
.service-right ul li { float: left; list-style: outside none none;  margin: 0 10px 10px; padding: 0; width: 25%;}
.service-right ul li .service-img { float: left;  margin: 0 0 10px; overflow: hidden; width: 100%;}
.service-right ul li .service-img a { display: block;}
.service-right ul li .service-img img { max-width: 100%; transition: -moz-transform 0.8s ease-in 0s; margin: 0 !important;}
.service-right ul li .service-content {color: #7d7d7d; float: left; font-size: 14px; margin: 0 0 10px; text-align: center; width: 100%;}
.service-right ul li:hover .service-img img { max-width: 100%; transform: scale(2);  width: 100%;}

.main-section-section { margin-bottom: 50px; margin-top: 30px;}
.main-section-section p strong { color: #7d7d7d; }
.main-section-section ul { padding-left: 40px; margin: 10px 0;} 
.main-section-section ul li {color: #575757; }

p {font-family: 'myriad_set_protext';}
ul.list-style { width: 100%; }
ul.list-style li { width: 100%; text-align: left; float: left; list-style: inside; }

/*Request a call page*/
.callbackform { text-align: center; margin: 50px 0;}
.callbackform form { width: 80%; display: inline-block;}
.callbackform .inpbox { width: 100%; margin-bottom: 15px; }
.callbackform .inpbox label { width: 40%; display: inline-block; float: left; color: #312f2f; text-align: left;}
.callbackform .inpbox .rcform-input { width: 60%; display: inline-block; border: 1px solid #d8d5d5; padding: 10px; display: inline-block;}
.callbackform .inpbox select.rcform-input { appearance: none; -webkit-appearance: none; -moz-appearance: none; background: url("images/caret1.png") no-repeat 98% center; }
.rcform-input.inpcapcha { width: calc(60% - 187px) !important; float: left; margin-right: 10px;}
 
.site-main.redst .pddingGap { text-transform: uppercase; font-family: 'myriad_set_prosemibold';}
.callbackform .chkbox { display: inline-block; width: 60%; margin-left: 40%; text-align: left;}
.tnc { color: #1b517d; display: inline-block; margin-left: 40%; float: left; }
.rcbtn { background: #1b517d !important; text-transform: uppercase; font-family: 'myriad_set_prosemibold'; font-size: 22px; line-height: 22px; padding: 10px 30px; display: inline-block; border: none !important; border-radius: 0; -moz-border-radius: 0; -webkit-border-radius: 0;   clear: left; margin-left: 40%; float: left; margin-top: 20px;}
.rcbtn:hover { background: #000;}

.inpbox span { font-size: 13px; color: #767676; font-weight: 500; font-style: italic; display: block; line-height: 13px; }
.regsnow form { width: 60%;}
.inpbox textarea { resize: none;}
div.wpcf7-validation-errors, div.wpcf7-mail-sent-ok { border: 2px solid #b31e1f !important; display: inline-block !important; margin-left: 41.5% !important; margin-top: 0; }
div.wpcf7-mail-sent-ok { border: 2px solid #398f14 !important; }
span.wpcf7-not-valid-tip { color: #f00 !important; display: inline-block !important; float: left; margin-left: 40%; text-align: left; width: 60%; margin-top: 4px; }
.term-condition span.wpcf7-not-valid-tip { margin-left: 0 !important; display: block; width: 100%;}

/*---- custom css end ----*/

footer div.wpcf7-validation-errors, div.wpcf7-mail-sent-ok { margin-left: 0px !important;}
footer span.wpcf7-not-valid-tip { margin-left: 0px !important; width: 100%;}



/**
 * 8.0 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;
}


@media (max-width: 1599px) {
	.site {
		border: 0;
	}
	
}

@media (max-width: 1199px) {
	.abn_appl .right h3 { margin-top: 20px;}
	.mainWrap { max-width: 1000px;}
	.hdrRt { width: 80%;}
	.nav-menu li a{font-size: 14px; padding: 15px 3px;}
	.nav-menu li:last-child a { padding: 15px 0;}
	.banner .owl-controls{ bottom: 20px;}
	.captionDiv{ padding: 20px 0; width: 520px;}
	.taxPan form{ width: 100%;}
	.helpVisa{padding:0 20px;}
	.helpVisa h4{ font-size: 26px;line-height:26px;}
	.helpVisa p{font-size: 16px; line-height: 22px;}
	.roundBox ul li h5{margin: 50px 0 20px;}
	.roundBox ul li:hover .nrmlImg{	padding: 0;}
	.roundBox ul li:hover .nrmlImg:after{bottom: -90px;}
	.txtline h4 {font-size: 30px; line-height: 30px;}
	.txtline{ line-height: 20px;}
	.txtline1 h4{ margin:20px 0 8px;}
	.txtline1{ font-size: 17px; line-height: 20px;}
	.views, .cmmnts{display: block;}
	.viewSec{ padding: 13px 0;}
	.views{ margin-bottom:5px;}
	.footBox{ width:30%; margin-right: 5%;}
	.footTop .footBox:last-child{ margin-right: 0;}
	.roundBox ul li{ margin-bottom:30px; }
	.tagLine{ margin-bottom: 50px; }
	.workPan ul li{	width:48%;}
	.workPan ul#owl-demo2 li{ width: auto;}
	.workPan ul li:nth-child(2n){ margin-right: 0;}
	.titleName2{font-size: 36px; line-height: 36px;}
	.frmBox{ width: 52%;}
	.adBox{	width: 47%;}
	.frm_in{ width: 82%;}
	.pddingGap{padding: 0;}
	.pgHdng{ line-height: 42px; margin-bottom: 50px;}
	.stdntTax .para { margin-bottom:50px;}
	.stdntTax .helpVisa .contntTxt ul{ margin-bottom: 20px;}
	.reBxSec ul li h5{ font-size: 24px;  line-height: 30px;	}
	.reBxSec ul li a{ padding: 60px 30px 25px;}
	.btnSec ul li h5{ font-size: 20px;}
	.tbl tbody td:first-child{ padding: 14px 0 14px 14px;}
	.tbl thead th:first-child{ padding: 14px 0 14px 14px;}
	.visaPic { width: 100%;	margin-top:0;}
	.contntTxt{ width: 95%;}
	.reBxSec ul li h5{ min-height:inherit;}
	
	/*index*/
	.captionDiv { padding: 15px 0;}
	.captionDiv h3 { font-size: 36px; line-height: 26px; margin-bottom: 5px;}
	.captionDiv h4 { font-size: 30px; line-height: 20px; margin-bottom: 5px;}
	.owl-page,
	.owl-page.active{ height: 20px !important; width: 20px !important;}
	.roundBox ul li h5 { margin-top: 0px; margin-bottom: 0px;}
	.offrStkr { left: -20px;}
	
	.work-holder ul li a { min-height: 110px; padding-top: 15px;}
	.abn_appl .left { transform: skewX(-15deg); }
	.abn_appl .left .rvskew { transform: skewX(15deg);}
	.btn-stapp { margin-left: 10px;}
	.tel { display: block;}
	.abn_appl .right { padding: 15px 60px 15px;}
	.btnSec ul li em { width: 70px;}	
	.btnSec ul li h5 { font-size: 18px; line-height: 20px;}
	.rc span:before { left: 45px;}
	.rc.pgHdng { margin-bottom: 20px;}
	.round-item li a { width: 150px; height: 150px; padding: 70px 20px 35px;}
	.round-item li a:before {  background-position: center -80px; }
	.round-item li.active a:before,
	.round-item li a:hover:before { background-position: center 20px; }
	.rc span:before,
	.rcs span:before { left: 35px; }
	.thumb .caption h4 { font-size: 18px;}
	.thumb .caption p { font-size: 15px;}	
	
	/*10-free-things-backpackers-can-do*/
	.smallcontent h4 { width: 51%;}	
	a.mapbutton { left: 30px;}
	a.mapbutton span { font-size: 15px;}
	input#captcha_code { width: 97% !important; }
	
	.visaPic, .helpVisa { width: 50%;}
	
	.page-template-Working_license .visaPic img { display: none;}
	.page-template-Working_license .helpVisa { width: 100% !important;}
	
	.page-template-tfn .btn-rqst-call { margin-top: 10px;}
	
	
}

@media (max-width: 1069px) {
	.sidebar img.alignleft,
	.sidebar .wp-caption.alignleft {
		margin-left: 0;
	}

	.sidebar img.alignright,
	.sidebar .wp-caption.alignright {
		margin-right: 0;
	}

	.error404 .page-header {
		margin-left: auto;
		max-width: 604px;
		width: 100%;
	}

	.archive-header,
	.search .page-header,
	.archive .page-header,
	.blog .page-header,
	.error404 .page-content,
	.search .page-content,
	.archive .page-content,
	.attachment .entry-header,
	.attachment .entry-content,
	.post-navigation .nav-links,
	.sidebar .site-info,
	.site-footer .widget-area {
		padding-left: 20px;
		padding-right: 20px;
	}

	.error404 .page-title {
		font-size: 24px;
		padding: 180px;
	}

	.error404 .page-title:before {
		font-size: 554px;
	}

	.attachment .image-navigation {
		max-width: 724px;
	}

	.image-navigation .nav-previous,
	.image-navigation .nav-next {
		position: static;
	}

	.site-main .widget-area {
		/*margin-right: 60px;*/
	}
}

@media (max-width: 1023px) {
	.site-main.working_holiday .lap2 { background: none !important;}
	.helpVisa h5 { margin-bottom: 10px !important; margin-top: 10px;}
	.mainWrap { max-width: 750px; }
	.logo { display: block; float: none; margin-bottom: 25px; text-align: center; width: 100%;}
	.hdrRt {width: 100%; float: none; }
	.headerTop{ text-align: center;}
	.headerBtm { text-align:left;}
	.menu-main-nav-container { background: #f1f1f1;}
	.helpVisa { width: 100%;}
	.visaPic img { display: none;}
	.visaPanimg { padding-left: 15px; padding-right: 15px;}
	
	/* Small menu */
	.menu-toggle {
		cursor: pointer;
		display:block;
		font: bold 16px/1.3 "Source Sans Pro", Helvetica, sans-serif;
		margin: 0 auto;
	}

	.menu-toggle,
	.menu-toggle:hover,
	.menu-toggle:focus,
	.menu-toggle:active {
		background: none;
		border: none;
		color: #0d4472;
		padding: 12px 0 12px 0;
	}
	.menu-toggle:after {
		content: "\f502";
		font-size: 12px;
		padding-left: 8px;
		vertical-align: -4px;
	}

	.toggled-on .menu-toggle:after {
		content: "\f500";
		vertical-align: 2px;
	}

	.toggled-on .nav-menu,
	.toggled-on .nav-menu > ul {
		display: block;
		margin-left: 0;
		padding: 0;
		width: 100%;
	}

	.toggled-on li,
	.toggled-on .children {
		display: block;
	}

	.toggled-on .nav-menu li > ul {
		background-color: transparent;
		display: block;
		float: none;
		margin-left: 0px;
		position: relative;
		left: auto;
		top: auto;
	}

	.toggled-on .nav-menu li > ul a {
		color: #141412;
		width: auto;
		text-align: center;
	}
	.nav-menu .sub-menu, .nav-menu .children { border: none;}	

	.toggled-on .nav-menu li:hover > a,
	.toggled-on .nav-menu .children a {
		background-color:#0d4472;
		color: #fff;
	}

	.toggled-on .nav-menu > li a:hover,
	.toggled-on .nav-menu > ul a:hover {
		background-color:#0d4472;
		color: #fff;
	}

	.toggled-on .nav-menu > li a:focus,
	.toggled-on .nav-menu > ul a:focus {
		background-color:#0d4472;
		color: #fff;
	}

	ul.nav-menu,
	div.nav-menu > ul {
		display: none;
	}
	.toggled-on .nav-menu li a{ padding:8px; }
	.captionDiv{ position: static; width: auto; margin-left: 0; top: 0; transform: none; padding:20px 0 35px;}
	/*.banner .owl-controls { bottom:50%;}*/
	.captionDiv h3{ font-size: 36px; line-height: 36px; }
	.captionDiv h4, .captionDiv h5 { font-size: 30px; line-height:30px;}
	.taxPan label{ font-size: 36px; line-height:36px; margin-top: 12px;}
	.taxPan label span{ font-size: 28px; line-height: 28px; }
	.taxPan input{ width:66.2%;}
	.helpVisa h5{ margin-bottom:35px;}
	.viewSec {  padding: 25px 0;}
	.views, .cmmnts{ display: table-cell;}
	.txtline1 h4{ margin: 50px 0 8px;}
	.footmail{ font-size: 14px; padding: 0 0 17px 35px;}
	.faltFreePan .titleName2{ font-size: 40px; line-height: 40px; padding:30px 5px 15px; margin: 0 auto 25px;}
	.adBox { width: 100%; background-image: none;margin-bottom: 20px;}
	.frmBox { width: 100%; padding-left: 0;}
	.adBox .fullWidth b { width: 18%; }
	.innrPg.site-footer{ background-image: none; padding-top: 0;}
	.btnSec ul li em{ height: 95px; }	
	.reBxSec ul li h5{min-height:60px;}
	.mainWrap { padding-left: 0; padding-right: 0;}
	.nav-menu li a { font-size: 16px; text-align: center;}
	.taxPan input { width: 70%;}
	.taxPan input[type="submit"] { width: 30%;}
	.ques { right: 120px;}
	.contntTxt {width: 100%;}
	.helpVisa h4 { margin-bottom: 15px;}
	.helpVisa p { margin-bottom: 10px;}
	.offrStkr {left: -6%; top: 22%;}
	.roundBox ul li h5 { font-size: 15px; }
	.transbg1 { bottom: 70px;}
	.pgHdng { font-size: 28px;}
	.abn_appl .left h3 { font-size: 28px;}
	.btn-stapp { margin-left: 0; margin-top:  15px;}
	.btnSec ul { margin: 0;}
	.quesbox form { width: 80%;}
	.contctPan .pddingGap, .pricing .pddingGap { padding: 0 20px;}
	.round-item { text-align: center;}	
	.cvt.cfy .round-item li { float: none; margin-bottom: 10px;}
	.cvt .round-item li { float: left; margin-bottom: 10px;}
	.pgHdng.rcs { margin-bottom: 20px;}
	.atrc h3 { margin-top: 0;}
	.atrc-detail { width: 90%;}
	.refund { padding: 0 20px;}
	.pgHdng.policy { margin-bottom: 25px;}
	.refund p { font-size: 16px;}
	.per-dt-form { width: 100%;}
	span.req { display: inline-block; }
	.per-dt-form form .date .input3 { width: 31% !important; background-position: 95% center;}
	.input10, .input15 { margin-bottom: 5px;}
	.wrklnc .contntTxt { padding-right: 15px;}
	.wrklnc .fomarea input, .fomarea select { font-size: 14px;}
	.reqlnc-list li { width: 50%;}
	
	/*helpfull info*/
	ul.helpful-list { width: 73%;}
	.helpful-list ~ h5 { margin-top: 10px;}
	
	/*how it work*/
	.it-works ul li { width: 32%; float: none; .it-works ul li }
	
	/*10-free-things-backpackers-can-do*/
	.smallcontent h4 { width: 100%; text-align: center;}
	.smallcontent p { text-align: center;}
	.smallcontent p:nth-child(1) { width: 100%; display: block; text-align: center; }
	.smallcontent p:nth-child(1) img { float: none;}
	
	/*service */	
	.service-right ul li { width: 40%;}
	a.mapbutton { position: relative; left: 0;}
	.bloglist li .body .blog-img { width: 25%;}
	.bloglist li .body .blog-desc { padding-left: 25px; width: 75%;}
	.site-main.blog .sidebar-container { margin-top: 50px;}
	input#captcha_code { width: 97% !important; } 
}

@media (max-width: 999px) {
	.sidebar .entry-header,
	.sidebar .entry-content,
	.sidebar .entry-summary,
	.sidebar .entry-meta,
	.sidebar .comment-list,
	.sidebar .comment-reply-title,
	.sidebar .comment-navigation,
	.sidebar .comment-respond .comment-form,
	.sidebar .featured-gallery,
	.sidebar .post-navigation .nav-links,
	.author.sidebar .author-info {
		max-width: 604px;
		padding-left: 0;
		padding-right: 0;
	}

	.sidebar .site-info,
	.search.sidebar .page-content,
	.blog.sidebar .page-content,
	.attachment .entry-header,
	.sidebar .comments-title {
		max-width: 604px;
	}

	.sidebar .archive-meta,
	.attachment .entry-header,
	.search.sidebar .page-content,
	.blog.sidebar .page-content,
	.sidebar .site-info,
	.sidebar .comments-title,
	.sidebar .no-comments {
		padding-left: 0;
		padding-right: 0;
	}

	.attachment .entry-meta {
		float: left;
		text-align: left;
		width: 100%;
	}

	.attachment .entry-content {
		max-width: 100%;
		padding: 40px 0;
	}

	.format-status .entry-content {
		padding-top: 40px;
	}

	.format-status .entry-meta {
		padding-bottom: 40px;
	}

	.sidebar .format-status .entry-content,
	.sidebar .format-status .entry-meta {
		padding-left: 35px;
	}

	.sidebar .format-status .entry-content:before,
	.sidebar .format-status .entry-meta:before {
		left: 10px;
	}

	.sidebar .format-status .entry-content p:first-child:before {
		left: 4px;
	}

	.sidebar .paging-navigation .nav-links {
		padding: 0 60px;
	}

	.site-main .sidebar-container {
		height: auto;
		margin: 0 auto;
		max-width: 604px;
		position: relative;
		top: 20px;
	}

	.site-main .widget-area {
		float: none;
		margin: 0;
		width: 100%;
	}

	.sidebar .site-footer .widget-area {
		max-width: 100%;
		left: 0;
	}
}

/* Collapse oversized image and pulled images after iPad breakpoint. */
@media (max-width: 767px) {
	
	.site-header .home-link { min-height: 0; }
	.site-title { font-size: 36px; padding: 8px 0 10px;}
	.entry-content img.alignleft,
	.entry-content .wp-caption.alignleft {
		margin-left: 0;
	}

	.entry-content img.alignright,
	.entry-content .wp-caption.alignright {
		margin-right: 0;
	}

	.attachment .image-navigation,
	.attachment .entry-attachment .attachment {
		max-width: 604px;
		padding: 0;
		width: 100%;
	}
	.gallery-caption {
		display: none;
	}
	#wpcf7-f258-o1 .wpcf7-validation-errors { margin-left: 15px !important;}
	span.wpcf7-not-valid-tip { width: 100%; margin-left: 0;}
	div.wpcf7-validation-errors,
	div.wpcf7-mail-sent-ok { display: inline-block !important;  margin: 10px !important; width: 96%;}
	.mainWrap { max-width: 460px;}
	.banner .owl-controls { bottom: 63%;}
	.owl-page{ height: 15px; width: 15px;}
	.owl-page.active{ height: 15px; width: 15px; border:1px solid #fff;}
	.captionDiv h4, .captionDiv h5{	font-size: 36px; line-height:36px;}
	.taxPan label{width: 100%;}
	.taxPan .inpts{	width: 100%;}
	.taxPan input { width: 69.5%;}
	.roundBox ul li{ width:100%; float: none; margin-bottom:75px; }
	.helpVisa h4{ font-size: 45px; line-height: 55px;}
	.map { float: none; }
	.map img{ max-width: 100%;}	
	.faltFreePan p{	padding: 0;}
	.footBox{ width: 100%; margin:0 0 25px;}
	.footmail{ padding: 0 0 17px 43px;}
	.captionDiv h3 {font-size:28px; line-height:28px;}	
	.captionDiv h4, .captionDiv h5 { font-size:22px;line-height:22px;}
	.taxPan label{ font-size:28px; line-height: 28px;}
	.taxPan label span { font-size:22px; line-height:22px;}
	.taxPan input{ height:50px;}
	.taxPan input[type="submit"]{ padding:6px 40px 30px 52px; font-size:28px; line-height: 28px;}
	.ques{top: 10px;}
	.titleName{ font-size:36px;  line-height: 36px;	padding-top:40px;}
	.roundBox ul li h5 { min-height:inherit;}	
	.workPan ul li { margin: 0 0 20px; width: 100%; }
	.offrStkr{ top:17%; left: -33px; padding:15px;}
	.offrStkr h5{font-size:20px;line-height:20px;}
	.footTop{ background-image: none; background-color:#393939;}
	.views, .cmmnts{ padding-left: 0;}
	.views{	background: rgba(0, 0, 0, 0) url("images/view.png") no-repeat scroll 18px 2px}
	.cmmnts { background: rgba(0, 0, 0, 0) url("images/cmmnts.png") no-repeat scroll 34px 0;}
	.adBox .fullWidth b { width: 25%;}
	.reBxSec ul{ margin: 0;}
	.reBxSec ul li{ width:100%; margin:0 0 25px;}
	.reBxSec ul li h5{ min-height:inherit; }
	.btnSec ul li { width: 100%; margin: 0 0 10px; }
	.btnSec ul li em{ height: 80px;}
	.tbl tbody{ font-size:14px; line-height:14px;}
	.tbl tbody td span{ display:block; margin-bottom:8px; font-weight: 600;	}
	.tbl thead{ display: none;}
	.tbl tbody td { width: 100% !important; display: block; padding:10px 0 10px 14px !important; font-weight: normal;}
	.tbl p{ line-height:20px;}
	.ourSec .pic{width: 100%; text-align: center; float: none;}
	.ourSec .txt{ width: 100%; float: none; }
	.ourSec .fullWidth{ margin-bottom: 20px; }
	.ph { margin-bottom: 5px;}
	.taxPan label { text-align: center;}
	.ques { right: 150px;}
	.roundBox ul li { margin-bottom: 15px;}
	.roundBox ul li .nrmlImg { margin-bottom: 10px;}
	.visaPan.abnback .visaPanimg,
	.site-main.working_holiday .visaPanimg,
	.sprantn .visaPan.supernationimg .visaPanimg,
	.wrklnc .visaPanimg,
	.visaPan.indx .visaPanimg { background-image: none !important;}
	.helpVisa { width: 100%;}
	.helpVisa h4 { font-size: 36px; line-height: 36px; text-align: left;}
	.helpVisa h5 { margin-bottom: 15px; margin-top: 10px;}
	.workPan ul#owl-demo2 li { float: none;}
	.workPan ul li { margin: 0 10px !important; width: 48%;}
	.txtline { font-size: 14px;}
	.views, .cmmnts { display: inline-block !important; padding-left: 30px; text-align: left; width: 49%;}
	.cmmnts { background-position: 5px 5px;}
	.views { background-position: 5px 4px;}
	.viewSec { padding: 13px 0;}
	.transbg1 { bottom: 54px;}
	
	.page-template-aus_resident .work-holder ul,
	.page-template-superannuation .work-holder ul,
	.page-template-student-tax-refund .work-holder ul,
	.page-template-working_holiday .work-holder ul, 
	.page-template-request-a-call .work-holder ul,
	.page-template-register-now .work-holder ul,
	.single-news .work-holder ul,
	.single-worker .work-holder ul,
	.work-holder ul { width: 100%; text-align: center;}	
	
	.page-template-aus_resident .work-holder ul li,	
	.page-template-superannuation .work-holder ul li,
	.page-template-student-tax-refund .work-holder ul li,
	.page-template-working_holiday .work-holder ul li,
	.page-template-request-a-call .work-holder ul li,
	.page-template-register-now .work-holder ul li,
	.single-news .work-holder ul li,
	.single-worker .work-holder ul li{ width: 25% !important;}
		
	
	.work-holder ul li { margin-bottom: 1px; width: 20%;}
	
	.pddingGap br { display: none;}		
	.abn .left { width: 50%; float: none;}
	.abn .right { width: 100%; display: block;}
	.abn .right ul { padding: 0;}
	.abn .right ul li:before { top: 3px; }
	.abn .right ul li { line-height: 20px;}
	.abn_appl { background: none;}
	.abn_appl .left { transform: skewX(0deg); width: 100%;}
	.abn_appl .left .rvskew { transform: skewX(0deg);}
	.abn_appl .left:before { width: 100%;}	
	.abn_appl .right { width: 100%; background: rgba(0, 0, 0, 0) url("images/bluebg.jpg") repeat scroll 0 0; padding: 15px 30px 25px;}
	.abn_appl .right h3 { margin-top: 0;}
	h3.open a {background-position: 97% center;}
	h3 a { background-position: 97% center; }
	#custom-show-hide-example h3 a { padding-right: 40px;}
	.ourSec h5, .ourSec p { text-align: center;}
	.about .pgHdng { margin-bottom: 25px;}
	.quesbox form { width: 100%; margin: 0;}
	.quesbox form .box1,.quesbox form .box2 { width: 100%; padding: 0;}
	.quesbox form .btn-sub1 { margin-left: 0;}
	.border { padding: 15px;}
	.contctPan .pddingGap, .pricing .pddingGap { padding: 0 10px;}
	.tbl .pddingGap { padding: 0;}
	.policy .pddingGap { font-size: 16px;}
	.pgHdng.policy { margin-bottom: 20px;}
	.pplist ul { padding-left: 0; line-height: normal; margin-bottom: 15px;}
	.rc span:before { left: 15px; } 
	.cvt .round-item li { float: none;}
	.cvt.pid form { padding-right: 60px;}
	.ycd .input-holder.capcha { width: 45%;}
	.atrc h3 { font-size: 28px; line-height: 30px; margin-bottom: 0px;}
	.cvt { margin-top: 25px;}
	.rcs span:before { left: 15px;}
	.atrc-detail .left,
	.atrc-detail .right { width: 100%;}
	.atrc-detail .left ul li:last-child { border-bottom: 1px dashed #040000; }
	.per-dt-form form { padding: 15px;}
	.per-dt-form form label { width: 100%; margin-bottom: 10px;}
	.per-dt-form form .inpbox { width: 100%;}
	.btn-nxt { float: left;}
	.site-main.working_holiday .btnSec ul { margin: 0;}
	.site-main.working_holiday.stdnt-tax .flag { padding: 25px;}
	.site-main.working_holiday.stdnt-tax .flag { background-size: cover; }
	.tfn_appl .left h3 { margin-top:  0px;}
	.tfn_appl .left h3 br { display: none;}
	
	
	.bpg1 .pgHdng { margin-bottom: 20px;}
	.backpackers-holidays ul.bphl > li .himg { width: 100%; text-align: left; margin-bottom: 10px;}
	ul.bphl li .htext { padding-left: 0;width: 100%;}
	.bgfaq .faqlist > li .fqimg { width: 100%; display: block;}
	.thumb .caption { min-height: 160px;}
	
	.site-main.blog .content-area { width: 100% !important; padding-right: 0; }
	.site-main.blog .sidebar-container { width: 100%;}
	.reqlnc-list { margin-left: 0; margin-right: 0;}
	
	/*blog*/
	.bloglist li .header .date { border-right: none; border-bottom: 3px solid #d20000; padding-right: 0; width: 180px; }
	.date span { margin-top: 25px; float: left;}
	.bloglist li .header .blog-title { width: 100%; padding-left: 0; margin-top: 10px;}
	.bloglist li .body .blog-img { width: 100%; margin-bottom: 10px;}
	.bloglist li .body .blog-desc { width: 100%; padding-left: 0; }
	.bloglist li .header .blog-title span { background-position: 0 center; padding-left: 30px;}
	
	/*helpfull info*/
	ul.helpful-list { width: 100%;}
	.helpful-list ~ h5 { margin-top: 10px;}
	.helpful-img { display: block; padding: 0; text-align: center !important;  width: 100%;}
	.helpful-img img {float: none; margin: 0 auto; max-width: 100%;}
	
	/*how it work*/
	.it-works ul li { width: 49%; float: none; min-height: auto; }
	.quesbox form { width: 100% !important;}
	.quesbox form .comment-notes,
	.quesbox form .btn-sub1, .form-submit #submit { margin-left: 0px !important;}
	.quesbox form { margin: 0  !important;}
	
	/*serviece*/
	.service-left,
	.service-right,
	.service-right p.service-center { width: 100%; }
	.service-right strong { font-size: 18px; float: none; text-align: left;}
	
	
	.callbackform .inpbox label { width: 100%; margin-bottom: 10px;}
	.callbackform .inpbox .rcform-input, .callbackform .chkbox { width: 100%;}
	.callbackform .inpbox .rcform-input.inpcapcha {width: calc(100% - 187px) !important;}
	.callbackform .chkbox, .tnc, .rcbtn { margin-left: 0;}
	
	#respond {padding-left: 0; padding-right: 0px;}
	#respond .comment-form { margin: 0;}
	.comment-form .comment-notes,
	#respond .captchaSizeDivLarge ~ p,
	.captchaSizeDivLarge,
	.quesbox form .post-comment { margin-left: 0;}
	
	.cpy,
	.links.aligncenter,
	.social.alignright { display: block; width: 100%; text-align: center; float: none !important; clear: both; padding: 0; margin: 5px 0;}
	
	.tfn_appl .right { text-align: center;}
	.applmail, .tel { display: inline-block;}
		 
}

@media (max-width: 643px) {
	.site-title {
		font-size: 30px;
	}
	#content .entry-header,
	#content .entry-content,
	#content .entry-summary,
	#content footer.entry-meta,
	#content .featured-gallery,
	.search.sidebar .page-content,
	.blog.sidebar .page-content,
	.sidebar .post-navigation .nav-links,
	.paging-navigation .nav-links,
	#content .author-info,
	.comments-area .comments-title,
	.comments-area .comment-list,
	.comments-area .comment-navigation,
	.comment-respond,
	.sidebar .site-info,
	.sidebar .paging-navigation .nav-links {
		padding-left: 20px;
		padding-right: 20px;
	}

	#content .format-status .entry-content,
	#content .format-status .entry-met {
		padding-left: 35px;
	}

	#content .featured-gallery {
		padding-left: 24px;
	}

	.gallery-columns-1 .gallery-item {
		margin-right: 0;
		width: 100%;
	}

	.entry-title,
	.format-chat .entry-title,
	.format-image .entry-title,
	.format-gallery .entry-title,
	.format-video .entry-title {
		font-size: 22px;
		font-weight: bold;
	}

	.format-quote blockquote,
	.format-status .entry-content {
		font-size: 18px;
	}

	.format-quote blockquote small,
	.format-quote blockquote cite {
		font-size: 13px;
	}

	.error404 .page-title {
		padding: 40px 0 0;
	}

	.error404 .page-title:before {
		content: normal;
	}

	.comment-author {
		margin-right: 30px;
	}

	.comment-author .avatar {
		height: auto;
		max-width: 100%;
	}

	.comment-metadata,
	.comment-content,
	.comment-list .reply {
		width: 70%;
		width: -webkit-calc(100% - 104px);
		width:         calc(100% - 104px);
	}

	.comment-form input[type="text"],
	.comment-form input[type="email"],
	.comment-form input[type="url"] {
		width: -webkit-calc(100% - 120px);
		width:         calc(100% - 120px);
	}

	.comment-form textarea { height: 80px; /* Smaller field for mobile. */ }

	/* Audio */
	.format-audio .entry-content:before {
		display: none;
	}

	.format-audio .audio-content {
		background-image: none;
		float: none;
		padding-left: 0;
		width: auto;
	}
	
}
@media (max-width: 600px) {
	.whatMakPan .item{ margin: 0;}
	.banner .owl-pagination{ display: none;}
	.viewSec { padding: 13px 10px;}
	.mail { background-position: 0 0;}
}
@media (max-width:479px) {	
	.applmail { padding-right: 0px;}
	.mainWrap {max-width: 100%; padding: 0 20px;}
	.ph, .mail{ font-size: 14px;}
	.mail{padding: 0 0 17px 21px;}
	.captionDiv h3{	font-size: 36px;line-height:36px;}
	.captionDiv h4, .captionDiv h5 {  font-size: 23px;  line-height: 23px;}
	.taxPan label{  font-size: 30px;line-height:30px;}
	.taxPan label span { font-size: 24px; line-height: 24px;}
	.taxPan input[type="submit"] { padding: 10px 21.5px 34px;}
	.ques{  right: 100px;}
		
	.helpVisa h4{font-size: 26px;line-height: 36px;margin-bottom: 20px;}
	.workPan ul li{	width: 100%; margin-bottom: 20px;}
	.faltFreePan .titleName2{ font-size: 27px; line-height: 27px;}
	
	.views, .cmmnts{ font-size: 14px; line-height:18px; padding-left: 25px;}
	.views{ background: rgba(0, 0, 0, 0) url("images/view.png") no-repeat scroll 6px 2px }
	.cmmnts {background: rgba(0, 0, 0, 0) url("images/cmmnts.png") no-repeat scroll 8px 0;}
	.offrStkr{ top: 26%;}
	.cpy { float: none; margin-bottom: 20px; display: block;}
	.social { float: none;}
	.owl-controls .owl-buttons div.owl-next{ right: -6% !important;}
	.owl-controls .owl-buttons div.owl-prev{ left: -6% !important;}		
	.transbg1{ bottom: 67px;}
	.adBox .fullWidth b{ width: 100%; margin-bottom: 10px;}
	.frm_in{ width: 100%; float: none; }
	.frmBox label{ margin-bottom: 10px; }
	.frmBox input[type="submit"]{margin-top:15px; }	
	.stdntTax .helpVisa h4{	line-height:40px;}	
	.btnSec ul li h5 { font-size: 18px;}	
	.roundBox ul li h5 { margin: 15px 0 15px;}
	.wrng h4{background: rgba(0, 0, 0, 0) url("images/wrng.png") no-repeat scroll 0 50%;}
	
	.page-template-aus_resident .work-holder ul li,
	.page-template-superannuation .work-holder ul li,
	.page-template-student-tax-refund .work-holder ul li,
	.page-template-working_holiday .work-holder ul li,
	.page-template-request-a-call .work-holder ul li,
	.page-template-register-now .work-holder ul li,
	.single-news .work-holder ul li,
	.single-worker .work-holder ul li { width: 50% !important;}
		
	.work-holder ul li:last-child { width: 100% !important;}	
		
	.work-holder ul li { width: 50%;}	
	.applmail {  font-size: 15px; }
	.btn-rqst span { font-size: 24px; line-height: 24px;}
	#custom-show-hide-example h3 a { font-size: 16px; line-height: 18px;}
	.helpVisa { padding: 0;}
	.site-main.working_holiday .contntTxt ul li { line-height: normal; margin-bottom: 15px; background-position: left center;}
	.transbg1  { bottom: 53px;}
	.cmmnts { background-position: 3px 0;}
	.pid form { max-width: 100%;}
	.ycd .input-holder.capcha { width: 100%;}
	.capcha-img { float: left;}
	.rc span:before, .rcs span:before { left: 10px;}
	.atrc-detail { width: 100%; padding: 25px 10px 30px}
	.per-dt-form form .date .input3 { width: 100% !important; margin-bottom: 15px;}
	.input4 { width: 54px !important; margin-right: 5px; }
	.site-main.working_holiday.stdnt-tax .flag .cntry li { margin-bottom: 10px;}
	.bgfaq .heading h3 { font-size: 26px; line-height: 26px;}
	.bgfaq .heading span { font-size: 18px;}
	.reqlnc-list li { width: 100%;}
	.thumb .caption { padding: 10px; min-height: auto;}
	.fomarea .box1 { width: 100%;}
	.thumb .caption p { font-size: 14px;}
	.quesbox form .comment-notes { margin-left: 0;}
	#commentform { width: 100% !important;}
	.btn-rqst-call span { font-size: 26px;}
	
	
}

/* Mobile devices */
@media (max-width: 359px) {
	.site-title {
		font-weight: normal;
	}
	.site-description {
	    clip: rect(1px, 1px, 1px, 1px);
	    position: absolute;
	}
	.gallery {
		margin-left: 0;
	}

	.gallery .gallery-item,
	.gallery-columns-2.gallery-size-thumbnail .gallery-item {
		max-width: none;
		width: 49%;
		width: -webkit-calc(50% - 4px);
		width:         calc(50% - 4px);
	}

	.gallery-columns-1.gallery-size-medium,
	.gallery-columns-1.gallery-size-thumbnail,
	.gallery-columns-2.gallery-size-thumbnail,
	.gallery-columns-3.gallery-size-thumbnail {
		display: block;
	}

	.gallery-columns-1 .gallery-item,
	.gallery-columns-1.gallery-size-medium .gallery-item,
	.gallery-columns-1.gallery-size-thumbnail .gallery-item {
		text-align: center;
		width: 98%;
		width: -webkit-calc(100% - 4px);
		width:         calc(100% - 4px);
	}

	.gallery-columns-3 .gallery-item:nth-of-type(3n),
	.gallery-columns-5 .gallery-item:nth-of-type(5n),
	.gallery-columns-7 .gallery-item:nth-of-type(7n),
	.gallery-columns-9 .gallery-item:nth-of-type(9n) {
		margin-right: 4px;
	}

	.gallery br {
		display: none;
	}

	.gallery .gallery-item:nth-of-type(even) {
		margin-right: 0;
	}

	/* Comments */
	.comment-author {
		margin: 0 0 5px;
		max-width: 100%;
	}

	.comment-author .avatar {
		display: inline;
		margin: 0 5px 0 0;
		max-width: 20px;
	}

	.comment-metadata,
	.comment-content,
	.comment-list .reply {
		width: 100%;
	}
	
	/*how it work*/
	.it-works ul li { width: 100%; float: none; min-height: auto; }
	.it-works ul li p {  min-height: auto; margin-bottom: 15px;}
	
}

.captionDiv h4 { font-size: 36px; line-height: 38px;}
.captionDiv h5 { font-size: 26px; line-height: 26px;}
.policy .mainWrap iframe #main { padding: 15px 0 !important;}


/**
 * 9.0 Print
 * ----------------------------------------------------------------------------
 */

/* Retina-specific styles. */
@media print,
	(-o-min-device-pixel-ratio: 5/4),
	(-webkit-min-device-pixel-ratio: 1.25),
	(min-resolution: 120dpi) {

	.site-header .search-field {
		background-image: url(images/search-icon-2x.png);
	}

	.format-audio .audio-content,
	.format-status .entry-content:before,
	.format-status .entry-meta:before,
	.comment-list > li:after,
	.comment-list .children > li:before {
		background-image: url(images/dotted-line-2x.png);
	}
}

@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 */
	}

	.site {
		max-width: 98%;
	}

	.site-header {
		background-image: none !important;
	}

	.site-header .home-link {
		max-width: none;
		min-height: 0;
	}

	.site-title {
		color: #000;
		font-size: 21pt;
	}

	.site-description {
		font-size: 10pt;
	}

	.author-avatar,
	.site-footer,
	.comment-respond,
	.comments-area .comment-edit-link,
	.comments-area .reply,
	.comments-link,
	.entry-meta .edit-link,
	.page-links,
	.site-content nav,
	.widget-area,
	.main-navigation,
	.navbar,
	.more-link {
		display: none;
	}

	.entry-header,
	.entry-content,
	.entry-summary,
	.entry-meta {
		margin: 0;
		width: 100%;
	}

	.page-title,
	.entry-title {
		font-size: 21pt;
	}

	.entry-meta,
	.entry-meta a {
		color: #444;
		font-size: 10pt;
	}

	.entry-content img.alignleft,
	.entry-content .wp-caption.alignleft {
		margin-left: 0;
	}

	.entry-content img.alignright,
	.entry-content .wp-caption.alignright {
		margin-right: 0;
	}

	.format-image .entry-content .size-full {
		margin: 0;
	}

	/* Remove colors from post formats */
	.hentry {
		background-color: #fff;
	}

	/* Comments */
	.comments-area > li.comment {
		background: none;
		position: relative;
		width: auto;
	}

	.comment-metadata {
		float: none;
	}

	.comment-author .fn,
	.comment-reply-link,
	.comment-reply-login {
		color: #333;
	}
}

