/*

Theme Name: Twenty Twelve

Theme URI: http://wordpress.org/themes/twentytwelve

Author: the WordPress team

Author URI: http://wordpress.org/

Description: The 2012 theme for WordPress is a fully responsive theme that looks great on any device. Features include a front page template with its own widgets, an optional display font, styling for post formats on both index and single views, and an optional no-sidebar page template. Make it yours with a custom menu, header image, and background.

Version: 1.3

License: GNU General Public License v2 or later

License URI: http://www.gnu.org/licenses/gpl-2.0.html

Tags: light, gray, white, one-column, two-columns, right-sidebar, fluid-layout, responsive-layout, custom-background, custom-header, custom-menu, editor-style, featured-images, flexible-header, full-width-template, microformats, post-formats, rtl-language-support, sticky-post, theme-options, translation-ready

Text Domain: twentytwelve



This theme, like WordPress, is licensed under the GPL.

Use it to make something cool, have fun, and share what you've learned with others.

*/



/* =Notes

--------------------------------------------------------------

This stylesheet uses rem values with a pixel fallback. The rem

values (and line heights) are calculated using two variables:



$rembase:     14;

$line-height: 24;



---------- Examples



* Use a pixel value with a rem fallback for font-size, padding, margins, etc.

	padding: 5px 0;

	padding: 0.357142857rem 0; (5 / $rembase)



* Set a font-size and then set a line-height based on the font-size

	font-size: 16px

	font-size: 1.142857143rem; (16 / $rembase)

	line-height: 1.5; ($line-height / 16)



---------- Vertical spacing



Vertical spacing between most elements should use 24px or 48px

to maintain vertical rhythm:



.my-new-div {

	margin: 24px 0;

	margin: 1.714285714rem 0; ( 24 / $rembase )

}



---------- Further reading



http://snook.ca/archives/html_and_css/font-size-with-rem

http://blog.typekit.com/2011/11/09/type-study-sizing-the-legible-letter/





/* =Reset

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

@font-face {

    font-family: 'calibriregular';

    src: url('fonts/calibri-regular/calibri_0.eot');

    src: url('fonts/calibri-regular/calibri_0.eot?#iefix') format('embedded-opentype'),

         url('fonts/calibri-regular/calibri_0.woff') format('woff'),

         url('fonts/calibri-regular/calibri_0.ttf') format('truetype'),

         url('fonts/calibri-regular/calibri_0.svg#calibriregular') format('svg');

    font-weight: normal;

    font-style: normal;



}

@font-face {

    font-family: 'calibribold';

    src: url('fonts/calibri-bold/calibrib_0.eot');

    src: url('fonts/calibri-bold/calibrib_0.eot?#iefix') format('embedded-opentype'),

         url('fonts/calibri-bold/calibrib_0.woff') format('woff'),

         url('fonts/calibri-bold/calibrib_0.ttf') format('truetype'),

         url('fonts/calibri-bold/calibrib_0.svg#calibribold') format('svg');

    font-weight: normal;

    font-style: normal;



}

@font-face {

    font-family: 'calibribold_italic';

    src: url('fonts/Calibri Bold Italic/calibriz_0.eot');

    src: url('fonts/Calibri Bold Italic/calibriz_0.eot?#iefix') format('embedded-opentype'),

         url('fonts/Calibri Bold Italic/calibriz_0.woff') format('woff'),

         url('fonts/Calibri Bold Italic/calibriz_0.ttf') format('truetype'),

         url('fonts/Calibri Bold Italic/calibriz_0.svg#calibribold_italic') format('svg');

    font-weight: normal;

    font-style: normal;

}

@font-face {

    font-family: 'calibriitalic';

    src: url('fonts/calibri-italic/calibrii_0.eot');

    src: url('fonts/calibri-italic/calibrii_0.eot?#iefix') format('embedded-opentype'),

         url('fonts/calibri-italic/calibrii_0.woff') format('woff'),

         url('fonts/calibri-italic/calibrii_0.ttf') format('truetype'),

         url('fonts/calibri-italic/calibrii_0.svg#calibriitalic') format('svg');

    font-weight: normal;

    font-style: normal;



}

@font-face {

    font-family: 'zurich_cn_btbold';

    src: url('fonts/Zurich Cn BT Bold/zurchbc_0.eot');

    src: url('fonts/Zurich Cn BT Bold/zurchbc_0.eot?#iefix') format('embedded-opentype'),

         url('fonts/Zurich Cn BT Bold/zurchbc_0.woff') format('woff'),

         url('fonts/Zurich Cn BT Bold/zurchbc_0.ttf') format('truetype'),

         url('fonts/Zurich Cn BT Bold/zurchbc_0.svg#zurich_cn_btbold') format('svg');

    font-weight: normal;

    font-style: normal;



}

html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {

	margin: 0;

	padding: 0;

	border: 0;

	font-size: 100%;

	vertical-align: baseline;

}

body {

	line-height: 1;

}

ol,

ul {

	list-style: none;

}

blockquote,

q {

	quotes: none;

}

blockquote:before,

blockquote:after,

q:before,

q:after {

	content: '';

	content: none;

}

table {

	border-collapse: collapse;

	border-spacing: 0;

}

caption,

th,

td {

	font-weight: normal;

	text-align: left;

}

h1,

h2,

h3,

h4,

h5,

h6 {

	/* clear: both; */

}

html {

	overflow-y: scroll;

	font-size: 100%;

	-webkit-text-size-adjust: 100%;

	-ms-text-size-adjust: 100%;

	

}

a:focus {

	outline:none;

}

article,

aside,

details,

figcaption,

figure,

footer,

header,

hgroup,

nav,

section {

	display: block;

}

audio,

canvas,

video {

	display: inline-block;

}

audio:not([controls]) {

	display: none;

}

del {

	color: #333;

}

ins {

	background: #fff9c0;

	text-decoration: none;

}

hr {

	background-color: #ccc;

	border: 0;

	height: 1px;

	margin: 24px;

	margin-bottom: 1.714285714rem;

}

sub,

sup {

	font-size: 75%;

	line-height: 0;

	position: relative;

	vertical-align: baseline;

}

sup {

	top: -0.5em;

}

sub {

	bottom: -0.25em;

}

small {

	font-size: smaller;

}

img {

	border: 0;

	-ms-interpolation-mode: bicubic;

}

p{

	margin-bottom:15px;

}

/* Clearing floats */

.clear:after,

.wrapper:after,

.format-status .entry-header:after {

	clear: both;

}

.clear:before,

.clear:after,

.wrapper:before,

.wrapper:after,

.format-status .entry-header:before,

.format-status .entry-header:after {

	display: table;

	content: "";

}





/* =Repeatable patterns

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



/* Small headers */

.archive-title,

.page-title,

.widget-title,

.entry-content th,

.comment-content th {

	/* font-size: 11px;

	font-size: 0.785714286rem;

	line-height: 2.181818182;

	font-weight: bold;

	text-transform: uppercase;

	color: #636363; */

	 font-family: zurich_cn_btbold;

    font-size: 20.83px;

    line-height: 1;

    padding-bottom: 15px;

    padding-top: 15px;

	text-transform: uppercase;

}



/* Shared Post Format styling */

article.format-quote footer.entry-meta,

article.format-link footer.entry-meta,

article.format-status footer.entry-meta {

	font-size: 11px;

	font-size: 0.785714286rem;

	line-height: 2.181818182;

}



/* Form fields, general styles first */

button,

input,

textarea {

	border: 1px solid #ccc;

	border-radius: 3px;

	font-family: inherit;

	padding: 6px;

	padding: 0.428571429rem;

}

button,

input {

	line-height: normal;

}

textarea {

	font-size: 100%;

	overflow: auto;

	vertical-align: top;

}



/* Reset non-text input types */

input[type="checkbox"],

input[type="radio"],

input[type="file"],

input[type="hidden"],

input[type="image"],

input[type="color"] {

	border: 0;

	border-radius: 0;

	padding: 0;

}



/* Buttons */

.menu-toggle,

input[type="submit"],

input[type="button"],

input[type="reset"],

article.post-password-required input[type=submit],

.bypostauthor cite span {

	/* padding: 6px 10px;

	padding: 0.428571429rem 0.714285714rem;

	font-size: 11px;

	font-size: 0.785714286rem;

	line-height: 1.428571429;

	font-weight: normal;

	color: #7c7c7c;

	background-color: #e6e6e6;

	background-repeat: repeat-x;

	background-image: -moz-linear-gradient(top, #f4f4f4, #e6e6e6);

	background-image: -ms-linear-gradient(top, #f4f4f4, #e6e6e6);

	background-image: -webkit-linear-gradient(top, #f4f4f4, #e6e6e6);

	background-image: -o-linear-gradient(top, #f4f4f4, #e6e6e6);

	background-image: linear-gradient(top, #f4f4f4, #e6e6e6);

	border: 1px solid #d2d2d2;

	border-radius: 3px;

	box-shadow: 0 1px 2px rgba(64, 64, 64, 0.1); */

	background: none repeat scroll 0 0 #FCB034;

    color: #FFFFFF;

    font-size: 25px;

    text-transform: uppercase;

    width: auto;

	font-family: calibriregular;

	border:none;

}

.menu-toggle,

button,

input[type="submit"],

input[type="button"],

input[type="reset"] {

	cursor: pointer;

}

button[disabled],

input[disabled] {

	cursor: default;

}

.menu-toggle:hover,

button:hover,

input[type="submit"]:hover,

input[type="button"]:hover,

input[type="reset"]:hover,

article.post-password-required input[type=submit]:hover {

	/* color: #5e5e5e;

	background-color: #ebebeb;

	background-repeat: repeat-x;

	background-image: -moz-linear-gradient(top, #f9f9f9, #ebebeb);

	background-image: -ms-linear-gradient(top, #f9f9f9, #ebebeb);

	background-image: -webkit-linear-gradient(top, #f9f9f9, #ebebeb);

	background-image: -o-linear-gradient(top, #f9f9f9, #ebebeb);

	background-image: linear-gradient(top, #f9f9f9, #ebebeb); */

	cursor: pointer;

}

.menu-toggle:active,

.menu-toggle.toggled-on,

button:active,

input[type="submit"]:active,

input[type="button"]:active,

input[type="reset"]:active {

	/* color: #757575;

	background-color: #e1e1e1;

	background-repeat: repeat-x;

	background-image: -moz-linear-gradient(top, #ebebeb, #e1e1e1);

	background-image: -ms-linear-gradient(top, #ebebeb, #e1e1e1);

	background-image: -webkit-linear-gradient(top, #ebebeb, #e1e1e1);

	background-image: -o-linear-gradient(top, #ebebeb, #e1e1e1);

	background-image: linear-gradient(top, #ebebeb, #e1e1e1);

	box-shadow: inset 0 0 8px 2px #c6c6c6, 0 1px 0 0 #f4f4f4;

	border-color: transparent; */

}

.bypostauthor cite span {

	color: #fff;

	background-color: #21759b;

	background-image: none;

	border: 1px solid #1f6f93;

	border-radius: 2px;

	box-shadow: none;

	padding: 0;

}



/* Responsive images */

.entry-content img,

.comment-content img,

.widget img {

	max-width: 100%; /* Fluid images for posts, comments, and widgets */

}

img[class*="align"],

img[class*="wp-image-"],

img[class*="attachment-"] {

	height: auto; /* Make sure images with WordPress-added height and width attributes are scaled correctly */

}

img.size-full,

img.size-large,

img.header-image,

img.wp-post-image {

	max-width: 100%;

	height: auto; /* Make sure images with WordPress-added height and width attributes are scaled correctly */

}



/* Make sure videos and embeds fit their containers */

embed,

iframe,

object,

video {

	max-width: 100%;

}

.entry-content .twitter-tweet-rendered {

	max-width: 100% !important; /* Override the Twitter embed fixed width */

}



/* Images */

.alignleft {

	float: left;

}

.alignright {

	float: right;

}

.aligncenter {

	display: block;

	margin-left: auto;

	margin-right: auto;

}

.entry-content img,

.comment-content img,

.widget img,

img.header-image,

.author-avatar img,

img.wp-post-image {

	/* Add fancy borders to all WordPress-added images but not things like badges and icons and the like */

	border-radius: 3px;

	box-shadow: 0 1px 4px rgba(0, 0, 0, 0.2);

}

.page-id-235 .entry-content img{

	box-shadow: none;

}

.wp-caption {

	max-width: 100%; /* Keep wide captions from overflowing their container. */

	padding: 4px;

}

.wp-caption .wp-caption-text,

.gallery-caption,

.entry-caption {

	font-style: italic;

	font-size: 12px;

	font-size: 0.857142857rem;

	line-height: 2;

	color: #757575;

}

img.wp-smiley,

.rsswidget img {

	border: 0;

	border-radius: 0;

	box-shadow: none;

	margin-bottom: 0;

	margin-top: 0;

	padding: 0;

}

.entry-content dl.gallery-item {

	margin: 0;

}

.gallery-item a,

.gallery-caption {

	width: 90%;

}

.gallery-item a {

	display: block;

}

.gallery-caption a {

	display: inline;

}

.gallery-columns-1 .gallery-item a {

	max-width: 100%;

	width: auto;

}

.gallery .gallery-icon img {

	height: auto;

	max-width: 90%;

	padding: 5%;

}

.gallery-columns-1 .gallery-icon img {

	padding: 3%;

}



/* Navigation */

.site-content nav {

	clear: both;

	line-height: 2;

	overflow: hidden;

}

#nav-above {

	padding: 24px 0;

	padding: 1.714285714rem 0;

}

#nav-above {

	display: none;

}

.paged #nav-above {

	display: block;

}

.nav-previous,

.previous-image {

	float: left;

	width: 50%;

}

.nav-next,

.next-image {

	float: right;

	text-align: right;

	width: 50%;

}

.nav-single + .comments-area,

#comment-nav-above {

	margin: 48px 0;

	margin: 3.428571429rem 0;

}



/* Author profiles */

.author .archive-header {

	margin-bottom: 24px;

	margin-bottom: 1.714285714rem;

}

.author-info {

	border-top: 1px solid #ededed;

	margin: 24px 0;

	margin: 1.714285714rem 0;

	padding-top: 24px;

	padding-top: 1.714285714rem;

	overflow: hidden;

}

.author-description p {

	color: #757575;

	font-size: 13px;

	font-size: 0.928571429rem;

	line-height: 1.846153846;

}

.author.archive .author-info {

	border-top: 0;

	margin: 0 0 48px;

	margin: 0 0 3.428571429rem;

}

.author.archive .author-avatar {

	margin-top: 0;

}





/* =Basic structure

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



/* Body, links, basics */

html {

	font-size: 87.5%;

}

body {

	font-size: 14px;

	font-size: 1rem;

	font-family: Helvetica, Arial, sans-serif;

	text-rendering: optimizeLegibility;

	color: #444;

}

body.custom-font-enabled {

	font-family: "Open Sans", Helvetica, Arial, sans-serif;

}

a {

	outline: none;

	color: #21759b;

}

a:hover {

	color: #0f3647;

}



/* Assistive text */

.assistive-text,

.site .screen-reader-text {

	position: absolute !important;

	clip: rect(1px, 1px, 1px, 1px);

}

.main-navigation .assistive-text:focus {

	background: #fff;

	border: 2px solid #333;

	border-radius: 3px;

	clip: auto !important;

	color: #000;

	display: block;

	font-size: 12px;

	padding: 12px;

	position: absolute;

	top: 5px;

	left: 5px;

	z-index: 100000; /* Above WP toolbar */

}



/* Page structure */

.site {

/* 	padding: 0 24px;

	padding: 0 1.714285714rem; */

	background-color: #fff;

}

.site-content {

	/* margin: 24px 0 0;

	margin: 1.714285714rem 0 0; */

}

.widget-area {

	margin: 24px 0 0;

	margin: 1.714285714rem 0 0;

}



/* Header */

.site-header {

	padding: 20px 0;

/* 	padding: 1.714285714rem 0; */

}

.site-header h1,

.site-header h2 {

	text-align: center;

}

.site-header h1 a,

.site-header h2 a {

	color: #515151;

	display: inline-block;

	text-decoration: none;

}

.site-header h1 a:hover,

.site-header h2 a:hover {

	color: #21759b;

}

.site-header h1 {

	font-size: 24px;

	font-size: 1.714285714rem;

	line-height: 1.285714286;

	margin-bottom: 14px;

	margin-bottom: 1rem;

}

.site-header h2 {

	font-weight: normal;

	font-size: 13px;

	font-size: 0.928571429rem;

	line-height: 1.846153846;

	color: #757575;

}

.header-image {

	margin-top: 24px;

	margin-top: 1.714285714rem;

}



/* Navigation Menu */

.main-navigation {

	margin-top: 24px;

	margin-top: 1.714285714rem;

	text-align: center;

}

.main-navigation li {

	/* margin-top: 24px;

	margin-top: 1.714285714rem; */

	/* font-size: 12px;

	font-size: 0.857142857rem;

	line-height: 1.42857143; */

	display:inline-block;padding:15px 5px; 

	margin-top:1px;

}

.main-navigation a {

	color: #6d6f71;

	text-transform:uppercase;

	text-decoration:none;

	font-size:18.75px;

	font-family:calibribold;

}

.main-navigation a:hover {

	color: #000;

}

.main-navigation li:hover,.main-navigation  li.current-menu-item{

	background:#dedede;

}

.main-navigation ul.nav-menu,

.main-navigation div.nav-menu > ul {

	 display: none; 

	/* text-align:left; */

	border-top:2px solid #ccc;

	background:#f1f1f1;

}

.main-navigation ul.nav-menu.toggled-on,

.menu-toggle {

	display: inline-block;

}



/* Banner */

section[role="banner"] {

	margin-bottom: 48px;

	margin-bottom: 3.428571429rem;

}



/* Sidebar */

.widget-area .widget {

	-webkit-hyphens: auto;

	-moz-hyphens: auto;

	hyphens: auto;

	margin-bottom: 48px;

	margin-bottom: 3.428571429rem;

	word-wrap: break-word;

}

.widget-area .widget h3 {

	margin-bottom: 24px;

	margin-bottom: 1.714285714rem;

}

.widget-area .widget p,

.widget-area .widget li,

.widget-area .widget .textwidget {

	font-size: 13px;

	font-size: 0.928571429rem;

	line-height: 1.846153846;

}

.widget-area .widget p {

	margin-bottom: 24px;

	margin-bottom: 1.714285714rem;

}

.widget-area .textwidget ul {

	list-style: disc outside;

	margin: 0 0 24px;

	margin: 0 0 1.714285714rem;

}

.widget-area .textwidget li {

	margin-left: 36px;

	margin-left: 2.571428571rem;

}

.widget-area .widget a {

	color: #757575;

}

.widget-area .widget a:hover {

	color: #21759b;

}

.widget-area .widget a:visited {

	color: #9f9f9f;

}

.widget-area #s {

	width: 53.66666666666%; /* define a width to avoid dropping a wider submit button */

}



/* Footer */

footer[role="contentinfo"] {

	border-top: 3px solid #000;

	clear: both;

	font-size: 12px;

	font-size: 0.857142857rem;

	line-height: 2;

	/* max-width: 960px;

	max-width: 68.571428571rem; */

	/* margin-top: 24px;

	margin-top: 1.714285714rem; */

	margin-left: auto;

	margin-right: auto;

	/* padding: 24px 0;

	padding: 1.714285714rem 0; */

	width:100%;float:left;

	margin-top:5px;

	background:#545454;

	padding-top:25px;

}





/* =Main content and comment content

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



.entry-meta {

	clear: both;

}
.wap_home_left{width:66%; display:inline-block; float:left; }

.video{background:none !important; border-bottom:none !important;}

.video_home{
    width: 91%;
    float: left;
    margin: 0 auto;
    padding:15px 0px 15px 30px;
}

.entry-header {

	margin-bottom: 24px;

	margin-bottom: 1.714285714rem;

}

.entry-header img.wp-post-image {

	/* margin-bottom: 24px;

	margin-bottom: 1.714285714rem; */

}

.entry-thumbnail{

	text-align:center;

	padding-top:30px;

}

.entry-thumbnail img{

	max-width:100%;

}

.entry-header .entry-title {

	font-size: 20px;

	font-size: 1.428571429rem;

	line-height: 1.2;

	font-weight: normal;

}

.entry-header .entry-title a {

	text-decoration: none;

}

.entry-header .entry-format {

	margin-top: 24px;

	margin-top: 1.714285714rem;

	font-weight: normal;

}

.entry-header .comments-link {

	margin-top: 24px;

	margin-top: 1.714285714rem;

	font-size: 13px;

	font-size: 0.928571429rem;

	line-height: 1.846153846;

	color: #757575;

}

.comments-link a,

.entry-meta a {

	color: #757575;

}

.comments-link a:hover,

.entry-meta a:hover {

	color: #21759b;

}

article.sticky .featured-post {

	border-top: 4px double #ededed;

	border-bottom: 4px double #ededed;

	color: #757575;

	font-size: 13px;

	font-size: 0.928571429rem;

	line-height: 3.692307692;

	margin-bottom: 24px;

	margin-bottom: 1.714285714rem;

	text-align: center;

}

.entry-content,

.entry-summary,

.mu_register {

	line-height: 1.714285714;

}

.entry-content h1,

.comment-content h1,

.entry-content h2,

.comment-content h2,

.entry-content h3,

.comment-content h3,

.entry-content h4,

.comment-content h4,

.entry-content h5,

.comment-content h5,

.entry-content h6,

.comment-content h6 {

	margin: 24px 0;

	margin: 1.714285714rem 0;

	line-height: 1.714285714;

}

.entry-content h1,

.comment-content h1 {

	font-size: 21px;

	font-size: 1.5rem;

	line-height: 1.5;

}

.entry-content h2,

.comment-content h2,

.mu_register h2 {

	font-size: 18px;

	font-size: 1.285714286rem;

	line-height: 1.6;

}

.entry-content h3,

.comment-content h3 {

	font-size: 16px;

	font-size: 1.142857143rem;

	line-height: 1.846153846;

}

.entry-content h4,

.comment-content h4 {

	font-size: 14px;

	font-size: 1rem;

	line-height: 1.846153846;

}

.entry-content h5,

.comment-content h5 {

	font-size: 13px;

	font-size: 0.928571429rem;

	line-height: 1.846153846;

}

.entry-content h6,

.comment-content h6 {

	font-size: 12px;

	font-size: 0.857142857rem;

	line-height: 1.846153846;

}

.entry-content p,

.entry-summary p,

.comment-content p,

.mu_register p {

	margin: 0 0 24px;

	margin: 0 0 1.714285714rem;

	line-height: 1.714285714;

}

.entry-content a:visited,

.comment-content a:visited {

	color: #9f9f9f;

}

.entry-content ol,

.comment-content ol,

.entry-content ul,

.comment-content ul,

.mu_register ul {

	margin: 0 0 24px;

	margin: 0 0 1.714285714rem;

	line-height: 1.714285714;

}

.entry-content ul ul,

.comment-content ul ul,

.entry-content ol ol,

.comment-content ol ol,

.entry-content ul ol,

.comment-content ul ol,

.entry-content ol ul,

.comment-content ol ul {

	margin-bottom: 0;

}

.entry-content ul,

.comment-content ul,

.mu_register ul {

	list-style: disc outside;

}

.entry-content ol,

.comment-content ol {

	list-style: decimal outside;

}

.entry-content li,

.comment-content li,

.mu_register li {

	margin: 0 0 0 36px;

	margin: 0 0 0 2.571428571rem;

}

.entry-content blockquote,

.comment-content blockquote {

	margin-bottom: 24px;

	margin-bottom: 1.714285714rem;

	padding: 24px;

	padding: 1.714285714rem;

	font-style: italic;

}

.entry-content blockquote p:last-child,

.comment-content blockquote p:last-child {

	margin-bottom: 0;

}

.entry-content code,

.comment-content code {

	font-family: Consolas, Monaco, Lucida Console, monospace;

	font-size: 12px;

	font-size: 0.857142857rem;

	line-height: 2;

}

.entry-content pre,

.comment-content pre {

	border: 1px solid #ededed;

	color: #666;

	font-family: Consolas, Monaco, Lucida Console, monospace;

	font-size: 12px;

	font-size: 0.857142857rem;

	line-height: 1.714285714;

	margin: 24px 0;

	margin: 1.714285714rem 0;

	overflow: auto;

	padding: 24px;

	padding: 1.714285714rem;

}

.entry-content pre code,

.comment-content pre code {

	display: block;

}

.entry-content abbr,

.comment-content abbr,

.entry-content dfn,

.comment-content dfn,

.entry-content acronym,

.comment-content acronym {

	border-bottom: 1px dotted #666;

	cursor: help;

}

.entry-content address,

.comment-content address {

	display: block;

	line-height: 1.714285714;

	margin: 0 0 24px;

	margin: 0 0 1.714285714rem;

}

img.alignleft,

.wp-caption.alignleft {

	margin: 12px 24px 12px 0;

	margin: 0.857142857rem 1.714285714rem 0.857142857rem 0;

}

img.alignright,

.wp-caption.alignright {

	margin: 12px 0 12px 24px;

	margin: 0.857142857rem 0 0.857142857rem 1.714285714rem;

}

img.aligncenter,

.wp-caption.aligncenter {

	clear: both;

	margin-top: 12px;

	margin-top: 0.857142857rem;

	margin-bottom: 12px;

	margin-bottom: 0.857142857rem;

}

/* .entry-content embed,

.entry-content iframe,

.entry-content object,

.entry-content video {

	margin-bottom: 24px;

	margin-bottom: 1.714285714rem;

} */

.entry-content dl,

.comment-content dl {

	margin: 0 24px;

	margin: 0 1.714285714rem;

}

.entry-content dt,

.comment-content dt {

	font-weight: bold;

	line-height: 1.714285714;

}

.entry-content dd,

.comment-content dd {

	line-height: 1.714285714;

	margin-bottom: 24px;

	margin-bottom: 1.714285714rem;

}

.entry-content table,

.comment-content table {

	border-bottom: 1px solid #ededed;

	color: #757575;

	font-size: 12px;

	font-size: 0.857142857rem;

	line-height: 2;

	margin: 0 0 24px;

	margin: 0 0 1.714285714rem;

	width: 100%;

}

.entry-content table caption,

.comment-content table caption {

	font-size: 16px;

	font-size: 1.142857143rem;

	margin: 24px 0;

	margin: 1.714285714rem 0;

}

.entry-content td,

.comment-content td {

	border-top: 1px solid #ededed;

	padding: 6px 10px 6px 0;

	padding-left:130px;

}

tr td p{

margin-left:100px !important;

}

.site-content article {

/* 	border-bottom: 4px double #ededed; */

	/* margin-bottom: 72px;

	margin-bottom: 5.142857143rem;

	padding-bottom: 24px;

	padding-bottom: 1.714285714rem; */

	word-wrap: break-word;

	-webkit-hyphens: auto;

	-moz-hyphens: auto;

	hyphens: auto;

}

.search  .site-content article {

	margin:0;

	padding:0;

}

.page-links {

	clear: both;

	line-height: 1.714285714;

}

footer.entry-meta {

	margin-top: 24px;

	margin-top: 1.714285714rem;

	font-size: 13px;

	font-size: 0.928571429rem;

	line-height: 1.846153846;

	color: #757575;

}

.single-author .entry-meta .by-author {

	display: none;

}

.mu_register h2 {

	color: #757575;

	font-weight: normal;

}





/* =Archives

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



.archive-header,

.page-header {

	/* margin-bottom: 48px;

	margin-bottom: 3.428571429rem;

	padding-bottom: 22px;

	padding-bottom: 1.571428571rem; */

	border-bottom: 1px solid #ededed;

}

.search .archive-header,

.search .page-header{

	margin:0;

}

.archive-meta {

	color: #757575;

	font-size: 12px;

	font-size: 0.857142857rem;

	line-height: 2;

	margin-top: 22px;

	margin-top: 1.571428571rem;

}





/* =Single image attachment view

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



.article.attachment {

	overflow: hidden;

}

.image-attachment div.attachment {

	text-align: center;

}

.image-attachment div.attachment p {

	text-align: center;

}

.image-attachment div.attachment img {

	display: block;

	height: auto;

	margin: 0 auto;

	max-width: 100%;

}

.image-attachment .entry-caption {

	margin-top: 8px;

	margin-top: 0.571428571rem;

}





/* =Aside post format

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



article.format-aside h1 {

	margin-bottom: 24px;

	margin-bottom: 1.714285714rem;

}

article.format-aside h1 a {

	text-decoration: none;

	color: #4d525a;

}

article.format-aside h1 a:hover {

	color: #2e3542;

}

article.format-aside .aside {

	padding: 24px 24px 0;

	padding: 1.714285714rem;

	background: #d2e0f9;

	border-left: 22px solid #a8bfe8;

}

article.format-aside p {

	font-size: 13px;

	font-size: 0.928571429rem;

	line-height: 1.846153846;

	color: #4a5466;

}

article.format-aside blockquote:last-child,

article.format-aside p:last-child {

	margin-bottom: 0;

}





/* =Post formats

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



/* Image posts */

article.format-image footer h1 {

	font-size: 13px;

	font-size: 0.928571429rem;

	line-height: 1.846153846;

	font-weight: normal;

}

article.format-image footer h2 {

	font-size: 11px;

	font-size: 0.785714286rem;

	line-height: 2.181818182;

}

article.format-image footer a h2 {

	font-weight: normal;

}



/* Link posts */

article.format-link header {

	padding: 0 10px;

	padding: 0 0.714285714rem;

	float: right;

	font-size: 11px;

	font-size: 0.785714286rem;

	line-height: 2.181818182;

	font-weight: bold;

	font-style: italic;

	text-transform: uppercase;

	color: #848484;

	background-color: #ebebeb;

	border-radius: 3px;

}

article.format-link .entry-content {

	max-width: 80%;

	float: left;

}

article.format-link .entry-content a {

	font-size: 22px;

	font-size: 1.571428571rem;

	line-height: 1.090909091;

	text-decoration: none;

}



/* Quote posts */

article.format-quote .entry-content p {

	margin: 0;

	padding-bottom: 24px;

	padding-bottom: 1.714285714rem;

}

article.format-quote .entry-content blockquote {

	display: block;

	padding: 24px 24px 0;

	padding: 1.714285714rem 1.714285714rem 0;

	font-size: 15px;

	font-size: 1.071428571rem;

	line-height: 1.6;

	font-style: normal;

	color: #6a6a6a;

	background: #efefef;

}



/* Status posts */

.format-status .entry-header {

	margin-bottom: 24px;

	margin-bottom: 1.714285714rem;

}

.format-status .entry-header header {

	display: inline-block;

}

.format-status .entry-header h1 {

	font-size: 15px;

	font-size: 1.071428571rem;

	font-weight: normal;

	line-height: 1.6;

	margin: 0;

}

.format-status .entry-header h2 {

	font-size: 12px;

	font-size: 0.857142857rem;

	font-weight: normal;

	line-height: 2;

	margin: 0;

}

.format-status .entry-header header a {

	color: #757575;

}

.format-status .entry-header header a:hover {

	color: #21759b;

}

.format-status .entry-header img {

	float: left;

	margin-right: 21px;

	margin-right: 1.5rem;

}





/* =Comments

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



.comments-title {

	margin-bottom: 48px;

	margin-bottom: 3.428571429rem;

	font-size: 16px;

	font-size: 1.142857143rem;

	line-height: 1.5;

	font-weight: normal;

}

.comments-area article {

	margin: 24px 0;

	margin: 1.714285714rem 0;

}

.comments-area article header {

	margin: 0 0 48px;

	margin: 0 0 3.428571429rem;

	overflow: hidden;

	position: relative;

}

.comments-area article header img {

	float: left;

	padding: 0;

	line-height: 0;

}

.comments-area article header cite,

.comments-area article header time {

	display: block;

	margin-left: 85px;

	margin-left: 6.071428571rem;

}

.comments-area article header cite {

	font-style: normal;

	font-size: 15px;

	font-size: 1.071428571rem;

	line-height: 1.42857143;

}

.comments-area cite b {

	font-weight: normal;

}

.comments-area article header time {

	line-height: 1.714285714;

	text-decoration: none;

	font-size: 12px;

	font-size: 0.857142857rem;

	color: #5e5e5e;

}

.comments-area article header a {

	text-decoration: none;

	color: #5e5e5e;

}

.comments-area article header a:hover {

	color: #21759b;

}

.comments-area article header cite a {

	color: #444;

}

.comments-area article header cite a:hover {

	text-decoration: underline;

}

.comments-area article header h4 {

	position: absolute;

	top: 0;

	right: 0;

	padding: 6px 12px;

	padding: 0.428571429rem 0.857142857rem;

	font-size: 12px;

	font-size: 0.857142857rem;

	font-weight: normal;

	color: #fff;

	background-color: #0088d0;

	background-repeat: repeat-x;

	background-image: -moz-linear-gradient(top, #009cee, #0088d0);

	background-image: -ms-linear-gradient(top, #009cee, #0088d0);

	background-image: -webkit-linear-gradient(top, #009cee, #0088d0);

	background-image: -o-linear-gradient(top, #009cee, #0088d0);

	background-image: linear-gradient(top, #009cee, #0088d0);

	border-radius: 3px;

	border: 1px solid #007cbd;

}

.comments-area .bypostauthor cite span {

	position: absolute;

	margin-left: 5px;

	margin-left: 0.357142857rem;

	padding: 2px 5px;

	padding: 0.142857143rem 0.357142857rem;

	font-size: 10px;

	font-size: 0.714285714rem;

}

.comments-area .bypostauthor cite b {

	font-weight: bold;

}

a.comment-reply-link,

a.comment-edit-link {

	color: #686868;

	font-size: 13px;

	font-size: 0.928571429rem;

	line-height: 1.846153846;

}

a.comment-reply-link:hover,

a.comment-edit-link:hover {

	color: #21759b;

}

.commentlist .pingback {

	line-height: 1.714285714;

	margin-bottom: 24px;

	margin-bottom: 1.714285714rem;

}



/* Comment form */

#respond {

	margin-top: 48px;

	margin-top: 3.428571429rem;

}

#respond h3#reply-title {

	font-size: 16px;

	font-size: 1.142857143rem;

	line-height: 1.5;

}

#respond h3#reply-title #cancel-comment-reply-link {

	margin-left: 10px;

	margin-left: 0.714285714rem;

	font-weight: normal;

	font-size: 12px;

	font-size: 0.857142857rem;

}

#respond form {

	margin: 24px 0;

	margin: 1.714285714rem 0;

}

#respond form p {

	margin: 11px 0;

	margin: 0.785714286rem 0;

}

#respond form p.logged-in-as {

	margin-bottom: 24px;

	margin-bottom: 1.714285714rem;

}

#respond form label {

	display: block;

	line-height: 1.714285714;

}

#respond form input[type="text"],

#respond form textarea {

	-moz-box-sizing: border-box;

	box-sizing: border-box;

	font-size: 12px;

	font-size: 0.857142857rem;

	line-height: 1.714285714;

	padding: 10px;

	padding: 0.714285714rem;

	width: 100%;

}

#respond form p.form-allowed-tags {

	margin: 0;

	font-size: 12px;

	font-size: 0.857142857rem;

	line-height: 2;

	color: #5e5e5e;

}

.required {

	color: red;

}





/* =Front page template

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



.entry-page-image {

	margin-bottom: 14px;

	margin-bottom: 1rem;

}

.template-front-page .site-content article {

	border: 0;

	margin-bottom: 0;

}

.template-front-page .widget-area {

	clear: both;

	float: none;

	width: auto;

	padding-top: 24px;

	padding-top: 1.714285714rem;

	border-top: 1px solid #ededed;

}

.template-front-page .widget-area .widget li {

	margin: 8px 0 0;

	margin: 0.571428571rem 0 0;

	font-size: 13px;

	font-size: 0.928571429rem;

	line-height: 1.714285714;

	list-style-type: square;

	list-style-position: inside;

}

.template-front-page .widget-area .widget li a {

	color: #757575;

}

.template-front-page .widget-area .widget li a:hover {

	color: #21759b;

}

.template-front-page .widget-area .widget_text img {

	float: left;

	margin: 8px 24px 8px 0;

	margin: 0.571428571rem 1.714285714rem 0.571428571rem 0;

}





/* =Widgets

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



.widget-area .widget ul ul {

	margin-left: 12px;

	margin-left: 0.857142857rem;

}

.widget_rss li {

	margin: 12px 0;

	margin: 0.857142857rem 0;

}

.widget_recent_entries .post-date,

.widget_rss .rss-date {

	color: #aaa;

	font-size: 11px;

	font-size: 0.785714286rem;

	margin-left: 12px;

	margin-left: 0.857142857rem;

}

#wp-calendar {

	margin: 0;

	width: 100%;

	font-size: 13px;

	font-size: 0.928571429rem;

	line-height: 1.846153846;

	color: #686868;

}

#wp-calendar th,

#wp-calendar td,

#wp-calendar caption {

	text-align: left;

}

#wp-calendar #next {

	padding-right: 24px;

	padding-right: 1.714285714rem;

	text-align: right;

}

.widget_search label {

	display: block;

	font-size: 13px;

	font-size: 0.928571429rem;

	line-height: 1.846153846;

}

.widget_twitter li {

	list-style-type: none;

}

.widget_twitter .timesince {

	display: block;

	text-align: right;

}

/*************header*************/

.header-top{

	float:left;width:100%;

	background:#cccccc;

	text-align:right;

	font-family:;font-size:14.58px;color:#000000;

	text-transform:uppercase;

	padding-top:15px;padding-bottom:15px;

}

.header-top a{

	font-family:calibriregular;font-size:14.58px;color:#000000;

	text-transform:uppercase;

	text-decoration:none;

	float:right;

	padding:0px 5px;

}

.bg{

margin:0 auto;

}

.header-top a.face{

	border-right:1px solid #000;

}

.header-top a.twitter{

	padding-right:0px;

}

.site-header{

	float:left;width:100%;

	padding-bottom:0px;

}

.logo-search,.main-navigation{

	float:left;width:100%;



}

.site-header h1{

	float:left;max-width:40%;

	margin:0;

	background:url(images/logo.png) no-repeat;

	width:320px;/* height:70px; */

	background-size:100%;

	text-indent:-9999px;padding-top:5px;padding-bottom:5px;

}

.site-header h1 a{

	float:left;width:100%;height:70px;

}

.phone-search{

	float:right;max-width:40%;

}

.phone-search .phone,.phone-search .search{

	float:right;text-align:right;width:100%;

}

.phone-search .search{

	padding-top:17px;

}

.phone-search .phone h3{

	font-family:;font-size:16.67px;color:#6d6f71;

	text-transform:uppercase;

	line-height:1;

}

.phone-search .phone .textwidget{

	font-family:;font-size:25px;color:#000;font-weight:bold;

}

.phone-search .search #searchform{

	float:right;height:30px;

	position:relative;

}

.phone-search .search #searchform #searchsubmit{

	background:none;border:none;box-shadow:none;

	text-indent:-9999px;float:right;

	background:url(images/search.png) no-repeat;width:30px;height:28px;padding:0;margin:0;

	position:absolute;right:0px;

}

.phone-search .search #searchform #s{

	background:#bbb;border:0;border-radius:0;

	padding:5px 40px 5px 10px;float:right;width:150px;

		margin:0;

}

.phone-search .search #searchform .screen-reader-text{

	display:none;

}

.site-header .slider{

	float:left;width:100%;

	background:#fff;

	border-top:5px solid #fcb034;

	border-bottom:10px solid #fcb034;

}

.tracker-individual-container,.tracker-summation-container{

	display:none!important;

}

#carousel-left{

	width:31px;height:79px;

	background:url(images/pre.png) no-repeat;

	z-index:999;font-size:0;

	bottom: 193px!important;

	left: 125px;

}

#carousel-right{

	width:31px;height:79px;

	background:url(images/next.png) no-repeat;

	z-index:999;font-size:0;

	bottom: 193px!important;right: 125px;

}

.carousel-caption a{

	background:url(images/learn-more.png) no-repeat;

	width:196px;height:58px;

	font-size:0px;

	float:left;

}

.menu-welcom{

	float:left;width:100%;height:170px;

	/* background:url(images/menu-welcom-bg.png) repeat-x top center; */

}

.menu-welcom-center{

	/* background:url(images/menu-center.png) no-repeat top center; */

	background:url(images/web-quality-castings-layout.png) no-repeat center bottom;

	margin:0 auto;height:170px;

}

.menu-welcom .menu li{

	display:inline-block;

}

.menu-welcom .menu ul{

	text-align:center;

}

.menu-welcom .menu li a{

	border-right: 1px solid #FFFFFF;

    color: #FFFFFF;

    font-family: calibribold;

    font-size: 16.67px;

    padding-left: 6px;

    padding-right: 12px;

    text-decoration: none;

    text-transform: uppercase;

}

.menu-welcom .menu li.last a{

	border:0;

	padding-right:0px;

}

.menu-welcom .menu li.first a{

	padding-left:0px;

}

.menu-welcom .menu-top{

	padding-top:35px;

	padding-bottom:17px;

}

.menu-welcom .menu-bottom{

	padding-bottom:35px;

}

.menu-welcom .welcom{

	text-align:center;

	padding-top: 10px;

}

.menu-welcom .welcom h3{

	font-family:calibribold;font-size:41.67px;color:#444444;text-transform: uppercase;

	line-height:1;padding-top:30px;

}

.menu-welcom .welcom .textwidget{

	font-family:calibriitalic;font-size:20.83px;color:#ec4d00;

}

.menu-welcom .welcom .textwidget span{

	font-family:calibribold_italic;font-size:20.83px;color:#ec4d00;

}

#main{

	float:left;width:100%;

	background:url(images/body-bg.png) repeat;

}

.menu-footer1 ul li a{

	font-family:zurich_cn_btbold;font-size:16.67px;color:#fff;

	text-decoration:none;

	background:url(images/tab3.png) no-repeat left;

	padding-left:18px;padding-right:30px;

	text-transform: uppercase;

}

.menu-footer1{

	float:left;width:100%;

}

.menu-footer1 ul {

	border-top:2px solid #fff;

	padding-top:30px;

	padding-bottom:60px;

}

.menu-footer1 ul li{

	display:inline-block

}

.quality{

	float:left;width:100%;background:#aaaaaa;

	height:60px;margin-bottom:50px;

	padding-top:20px;

}

.quality ul{

	padding-top:15px;

	float:left;

}

.quality li{

	float:left;

	font-family:zurich_cn_btbold;font-size:14.58px;color:#fff;

	border-right:1px solid #fff;padding:0px 10px;

}

.quality li.last{

	border:0;

}

.quality h3{

	float:left;

	font-family:zurich_cn_btbold;font-size:20.83px;color:#545454;

	text-transform:uppercase;/* line-height:35px; */padding-right:30px;

	padding-top:10px;

}

.quality .bg{

	position:relative;

}

.quality .img-quality{

	position:absolute;width:60px;height:133px;

	background:url(images/quality-system.jpg) no-repeat;
	
	background-size: cover;
	
	border: solid 5px #fff;

	display:block;right:0px;top:-42px;
	
	box-shadow: 3px 3px 10px 0px #545454;

}

.gallery-home{

	float:left;width:100%;

	display:none;

}

.gallery-home .text{

	text-align:center;

	float:left;width:100%;

	padding-bottom:50px;

}

.gallery-home .text h3{

	font-family:zurich_cn_btbold;font-size:37.5px;color:#444;

	text-transform:uppercase;line-height:1;padding-top:25px;

}

.gallery-home .text{

	font-family:calibriregular;font-size:18.75px;color:#ec4d00;

}

.gallery-home  .bx-default-pager{

	display:none;

}

.gallery-home .slide{

	border-left:1px solid #d0d0d0;

	border-right:1px solid #d0d0d0;

	border-top:2px solid #fcb136;

	border-bottom:6px solid #e0e0e0;

	min-height:260px!important;

	text-align:center;

}

.gallery-home .bx-wrapper{

	max-width:100%!important;

	position:relative;

}

.gallery-home .excerpt{

	text-align:left!important;

	font-family:calibriregular;font-size:14.58px;color:#000;

	display:block;padding:0 10px;

}

.gallery-home a.thubm{

	display:block;

    padding-bottom: 10px;

    padding-top: 10px;



}

.gallery-home .bx-prev{

	background:url(images/pre-ga.png) no-repeat;width:30px;height:71px;

	font-size:0;display:block;position:absolute;top:35%;left:-50px;

}

.gallery-home .bx-next{

	background:url(images/next-ga.png) no-repeat;width:30px;height:71px;

	font-size:0;display:block;position:absolute;top:35%;right:0px;right:-45px;

}

/* =Plugins

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



img#wpstats {

	display: block;

	margin: 0 auto 24px;

	margin: 0 auto 1.714285714rem;

}

#colophon .left{

	float:left;width:250px;

	padding-top:20px;

	

}

#colophon .center{

	float:left;width:290px;

	padding-top:20px;

	margin-left:50px;

	margin-right:50px;

}

#colophon .right{

	float:left;width:340px;



}

#colophon h3.title-col{

	font-family:calibribold;font-size:20.83px;color:#ccc;text-transform:uppercase;

	border-bottom:2px solid #fcb034;

	padding-bottom:5px;	margin-bottom:15px;float:left;width:100%;

}

#colophon  .bg .left div,#colophon  .bg .center div,#colophon  .bg .right div{

	float:left;width:100%;

}

.partner-site a,.site-link a{

	font-family:calibriregular;font-size:14.58px;color:#fff;text-transform:uppercase;

	text-decoration:none;

}

.partner-site a:hover,.site-link a:hover{

	text-decoration:underline;	

}

.sydney{

	border-bottom:2px solid #666;

	padding-bottom:15px;

}

.sydney h3,.melbourne h3{

	font-size:25px;color:#fff;text-transform:uppercase;font-family:calibribold;

	line-height:1;

}

.melbourne h3{

	padding-top:15px;

}

.sydney .textwidget,.melbourne .textwidget{

	font-family:calibriregular;font-size:16.67px;color:#fff;text-transform:uppercase;

}

.sydney .textwidget p.phone,.melbourne .textwidget p.phone{

	font-family:calibribold;font-size:20.83px;color:#fcb034;text-transform:uppercase;

	background:url(images/phone-footer.png) no-repeat left center;

	padding-left:35px;

}

.des-footer h3.widget-title{

	background:url(images/logo-footer.png) no-repeat top center;width:279px;height:70px;display:block;font-size:0;padding-bottom:10px;

}

.right{

	color:#e0e0e0;font-family:calibriregular;font-size:14.58px;

}

.left ul li{

	float:left;width:100%;

	line-height:1.4;

}

.coppy-social{

	float:left;width:100%;background:#0f0f0f;

	border-top:1px solid #000;

	border-bottom:5px solid #000;

	line-height: 80px;

}

.coppy-right{

	font-size:14.58px;font-family:calibriregular;color:#fff;

	float:left;width:60%;

}

.coppy-right a{

	color:#fff;

	text-decoration:none;

}

.coppy-right a:hover{

	text-decoration:underline;

		color:#fff;

}

.coppy-right span{

	font-family:calibribold;text-transform:uppercase;

}

.foooter-social{

	float: right;

    line-height: 1;

    padding-top: 25px;

}

.foooter-social h3.widget-title{

	display:none;

}

.foooter-social aside {

	float:left;margin-left:10px;

}

#widget-project h2{

	padding:10px 0;

}

#widget-project h2 a{

	color: #555555;

    font-family: calibribold;

    text-decoration: none;

}

#widget-project h2 a:hover{

	text-decoration:underline;

}

/*************content home***********/

.bg-content{

	background:#fff;

	margin-top:55px;margin-bottom:30px;

	border-top:2px solid #fcb034;

	border-bottom:5px solid #353535;

	float:left;width:100%;

}

.cont-home{

	float:left;width:100%;

	background:url(images/home-body-bg.png) repeat-y;

}

.home-left{

	float:left;width:265px;

	padding:0px 30px;

	/* border-right:1px solid #bbbbbb */

}

.home-center{

	float:left;width:265px;margin-left:30px;

}

.site-bar{

	float:right;width:320px;background:#f1f1f1;

	/* padding-bottom:20px; */

}

.home-left h2,.home-center h2,.site-bar h3.widget-title{

	font-family:zurich_cn_btbold;font-size:20.83px;color:#454545;text-transform:uppercase;

	background:url("images/tab.png") no-repeat scroll left 27px;padding-left:20px;padding-top: 25px;padding-bottom:15px;

	border-bottom:1px solid #dedede;

	line-height:1;

}

.home-left img,.home-center img{

	padding:20px 0;

}

.home-left ,.home-center {

	color:#444444;font-size:16.67px;font-family:calibriregular;text-align:justify;

	padding-bottom:20px;

}

.home-left p,.home-center p{

	margin:0;

}

.home-left ul.link ,.home-center ul.link{

	background:#f1f1f1;

	display:block;

	padding-top:10px;padding-bottom:10px;

	margin-top:15px;

}

.home-left ul.link a,.home-center ul.link a{

	background:url("images/tab2.png") no-repeat scroll 9px center ;

	padding-left:30px;

	text-transform:uppercase;

	color:#545454;

	font-size:14.58px;

	font-family:zurich_cn_btbold;

	display:block;

	text-decoration:none;

	padding-top:3px;padding-bottom:3px;

}

.site-bar .post_content{

	margin:0!important;

	border:0!important;

}

.site-bar .site-bar-content,.site-bar .seeblognew {

	width:260px;margin:0 auto;

	padding-bottom: 20px;

}

.newsdesc h2{

	background:#fff;

	border-bottom:2px solid #bbbbbb;

	font-family:calibribold;font-size:16.67px;color:#555555;

	padding:12px 10px;

}

.newsdesc h2 a{

	font-family:calibribold;font-size:;color:#555555;

	text-decoration:none;

}

.site-bar h3.widget-title{

	/* margin-bottom:15px; */

}

.newsdesc{

	font-family:calibriregular;color:#444444;font-size:14.58px;

	padding-bottom:25px;padding-top:20px;

	border-bottom:2px solid #545454;

	line-height:1.2;

}

.newsdesc p{

	margin:0;

}

.newsdesc:last-child{

	border-bottom:0;

	padding-bottom:0px;

}

.date-author{

	padding:10px 0;

	margin:0;

}

.post_author{

	font-family:zurich_cn_btbold;color:#444444;font-size:12.5px;text-transform:uppercase;

}

.post_date{

	text-transform:uppercase;

}

.newsdesc .readmore{

	margin:0;

}

 .readmore a{

	font-family:zurich_cn_btbold;color:#000;font-size:12.5px;/* text-transform:uppercase; */text-decoration:none;

	padding:7px 10px;display:inline-block;background:#fcb034;

}

.seeblognew h3{

	display:none;

}

.seeblognew a{

	 background: url("images/tab2.png") no-repeat scroll left center ;

    color: #545454;

    display: block;

    font-family: zurich_cn_btbold;

    font-size: 14.58px;

    padding-left: 20px;

    text-decoration: none;

}

/************ About Quality***********/

.about-left{

	float:left;width:600px;padding:0 30px;

	text-align:justify;

	font-size:16.67px;color:#444444;

	font-family:calibriregular;

}

.entry-title{

	background: url("images/tab.png") no-repeat scroll left 27px;

    border-bottom: 1px solid #DEDEDE;

    color: #454545;

    font-family: zurich_cn_btbold;

    font-size: 20.83px;

    line-height: 1;

    padding-bottom: 15px;

    padding-left: 20px;

    padding-top: 25px;

    text-transform: uppercase;

	margin-bottom:25px;

}

.see-our-history{

	float:left;width:224px;

	background:#f1f1f1;

	margin-right:25px;

	margin-bottom:10px;

}

.see-our-history a{

	background: url("images/tab2.png") no-repeat scroll left center;

    color: #545454;

    display: block;

    font-family: zurich_cn_btbold;

    font-size: 14.58px;

    padding-left: 20px;

    text-decoration: none;

	margin-bottom: 15px;

    margin-left: 15px;

    margin-top: 15px;

}

.product-about{

	float:left;width:100%;

}

.product1{

	float:left;width:210px;

	background:#f1f1f1;

	border-right:1px solid #252525;

}

.product1 img,.product2 img{

	width:210px;height:120px;

}

.product2{

	float:left;width:210px;

	background:#f1f1f1;

}

.product1 a,.product2 a{

	 font-size:12.25px;color:#252525;

	 font-family:calibribold;text-transform:uppercase;

	 text-decoration:none;padding:12px;

	 display:block;

}

.more-product{

	float:left;height: 159px;

    width: 179px;

	background:#252525;

	position: relative;

}

.more-product .arrow{

	float:left;width:100%;height:159px;background:url('images/arrow-moreproduct.png') no-repeat 90% center ;

}

.more-product .arrow a{

	bottom: 15px;

    color: #FFFFFF;

    float: left;

    font-family: calibribold;

    font-size: 16.67px;

    position: absolute;

    right: 0;

    text-decoration: none;

    text-transform: uppercase;

    width: 50%;

}

.about-link-bottom{

	float:left;width:100%;

}

.about-link-bottom a{

	background: url("images/tab2.png") no-repeat scroll left center rgba(0, 0, 0, 0);

    color: #545454;

    display: block;

    font-family: zurich_cn_btbold;

    font-size: 14.58px;

    margin-bottom: 30px;

    padding-left: 18px;

    margin-top: 22px;

	padding-right:15px;

    text-decoration: none;

    text-transform: uppercase;

	float:left;

}

.callnow{

	width:100%;display:block;

	background:#fcb034;

	padding-bottom:35px;

	float:left;

}

.callnowcont{

	margin: 0 auto;

    width: 260px;

	text-align:center;

}

.site-bar .callnowcont .widget-title{

	background:none;

	font-family:calibribold;font-size:18.75px;color:#0f0f0f;text-transform:uppercase;

	border:0;

	padding-left:0px;

}

.site-bar .callnowcont{

	font-family:calibribold;font-size:33.5px;color:#fff;

	

}

.project-left .image-thumb {

	float:left;

	margin-right:20px;

	position:relative;	

	width:252px;

}

.project-left .image-thumb img{

	width:100%;height:200px;

}

.project-left .text-under-img{

	position:absolute;

	bottom:3px;

	left:0;

	width:100%;background:url(images/opa.png) repeat;

}

.project-left .text-under-img .room{

	background:url(images/opa-room.png) no-repeat 96% center;

	padding:10px;

	padding-right:35px;

	color:#fefefe;

	font-size:14.58px;

	font-family:calibribold;

	text-transform:uppercase;

	height:30px;

}

.project-left .text-under-img .room a{

	color:#fefefe;

	font-size:14.58px;

	font-family:calibribold;

	text-transform:uppercase;

	text-decoration:none;

	padding-bottom:7px;

	float:left;

	text-align:left;

}

.project-one p.title span.sp{

	float: left;

    position: relative;

    width: 54.6%;

	background:#f1f1f1;

	text-transform:uppercase;

	color:#454545;font-size:16.67px;

	font-family:calibribold;

	margin-bottom:15px;

}

.project-one p.title span.sp-sub{

	display: block;

    line-height: 1.3;

    padding: 10px;

    text-align: left;

}

.archive  .project-one p.title span.sp-sub{

	background:url("images/cat-bg.png") no-repeat scroll 5px center ;

	padding-left:40px;

}

.cont-project{

	font-family:calibriregular;

	font-size:16.67px;

	color:#444444;

}

.learn-more-home-bg{

	bottom: 0;

    float: left;

    position: absolute;

    width: 100%;

}



.learn-more-home a{

	bottom: 20px;

    float: right;

    position: relative;

	right:27.5%;

	background:url(images/learnmorehome.png) no-repeat center;

	width:196px;

	height:58px;

	font-size:0;

}

.site-header .slider{

	position:relative;

}

.link-footer a{

	font-family:zurich_cn_btbold;

	font-size:14.58px;

	color:#444444;

	background:url("images/tab2.png") no-repeat scroll left center;

	padding-left:15px;

	padding-right:15px;

	text-transform:uppercase;

	text-decoration:none;

}

.project-one{

	border-bottom:5px solid #bebebe;

	padding-bottom:25px;

	margin-bottom: 30px;

	min-height:200px;

	float:left;

}

.project-one p.title{

	margin:0;

}

.project-one:last-child{

	border:none;

}

.content-page {

	padding:20px 30px;

	min-height:600px;

}

.content-page  p{

	font-family:calibriregular;

	font-size:14.58px;

	color:#454545;

}

.contact{

	margin: 0 auto;

    padding-bottom: 20px;

    width: 260px;

}

.contact input,.contact textarea {

	width:97%;

	font-size:14.58px;

	color:#555;

	font-family:calibriregular;

}

.contact{

	font-size:14.58px;

	color:#555;

	font-family:calibriregular;

}

.contact input[type="submit"],.contact input[type="reset"]{

	font-family:;

	color:#fff;font-size:25px;text-transform:uppercase;

	background:#fcb034;

	width:auto;

        margin-bottom:10px;

}

.contact h3{

	margin-bottom:15px;

}

/************page contact****************/

.syd-mel{

	float:left;width:100%;

}

.mel{

	float:right;width:49%;

}

.syd{

	float:left;width:100%;

}

.wpcf7-form label{

	min-width: 220px;

	float:left;

}

.wpcf7-form p.submit{

	text-align:center;

}

.gm-style .place-card-large{

	display:none;

}

.site-bar-content ul{

	padding-top:20px;

}

.post-thumb{

	float:left;width:100%;

	border-bottom: 10px solid #FCB034;

    border-top: 5px solid #FCB034;

}

.post-thumb img{

	width:980px;height:auto;margin:0 auto;

}

.main-navigation ul.nav-menu,

	.main-navigation div.nav-menu > ul {

		display: inline-block !important;

		width: 100%;

		text-align:left;

	}

	

	.main-navigation li a,

	.main-navigation li {

		display: inline-block;

	}

	.main-navigation li a {

		text-transform: uppercase;

	}

	.main-navigation li a:hover {

	}

	.main-navigation li {

		position: relative;

	}

	.main-navigation li ul {

		display: none;

		margin: 0;

		padding: 0;

		position: absolute;

		top: 100%;

		z-index: 1;

		left:0;

	}

	.main-navigation li ul ul {

		top: 0;

		left: 100%;

	}

	.main-navigation ul li:hover > ul {

		border-left: 0;

		display: block;

	}

	.main-navigation li ul li{

		padding:0;margin:0;

	}

	.main-navigation li ul li a {

		background: #efefef;

		border-bottom: 1px solid #ededed;

		display: block;

		font-size: 11px;

		font-size: 1rem;/* 0.785714286rem; */

		line-height: 1.2;/* 2.181818182; */

		padding: 8px 10px;

		padding: 0.571428571rem 0.714285714rem;

		width: 180px;

		width: 12.85714286rem;

		white-space: normal;

	}

	.main-navigation li ul li a:hover {

		background: #e3e3e3;

		color: #444;

	}

	.main-navigation .current-menu-item > a,

	.main-navigation .current-menu-ancestor > a,

	.main-navigation .current_page_item > a,

	.main-navigation .current_page_ancestor > a {

	}

	.menu-toggle {

		display: none;

	}

	.main-navigation{

    position: relative;

    z-index: 9999;

	}

	.slider img.full{

		width:100%;height:auto;float:left;

	}

	.main-navigation li.first{

		margin-left:45px;

	}

	.phone .widget-title{

		padding:0;

	}

/* .home-center ul.link{

	margin-top:53px;

} */



/* =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 http://core.trac.wordpress.org/ticket/25888.

 */

@-ms-viewport {

	width: device-width;

}

@viewport {

	width: device-width;

}



/* Minimum width of 600 pixels. */



.newsletter{

	display:none;

}
.alignright.menu-item a {color:#fff;}
body .alignright.menu-item {
    background: #fcb034;
    padding: 10px;
    border-radius: 3px;
    margin-right: 5px;
    margin-top: 5px;
    box-shadow: 1px 1px 4px rgba(84, 84, 84, 0.51);
}
@media (min-width:1200px){
    max-width:1400px;
    .menu-welcom-center{
        width:1130px;margin:0 auto;
    }
    .bg{
	   width:980px;margin:0 auto;
    }
}
@media (max-width:1200px){
    .menu-welcom-center{
        width:auto!important;
    }
}
@media (min-width:992px) and (max-width:1199px){
    .bg{
        max-width:950px!important;
    }
    #colophon .left{
        width:210px!important;
    }
    
    .page-template-about-quality-casting-php .about-left,
    .single .about-left,
    .category .about-left{
        width:66%!important;
        padding:0 15px!important;
    }
    .page-template-about-quality-casting-php .site-bar,
    .category .site-bar,
    .single .site-bar{
        width:27%!important;
        padding: 0 15px!important;
    }
    .page-template-about-quality-casting-php .site-bar,
    .single .site-bar,
    .category .site-bar{
        background: #d5d5d5;
    }
    .page-template-about-quality-casting-php .contact,
    .single .contact,
    .category .contact{
        width:auto!important;
    }
}
@media (min-width:768px) and (max-width:991px){
    .bg{
        max-width:740px!important;
    }
    .home-left{width:42%!important;}
    .home-center{width:42%!important; margin-left:10px !important;}
    .site-bar{
        width:29%!important;
        padding:0 15px!important;
        float:left!important;
    }
    .site-bar{
        background:#d5d5d5;
    }
    .cont-home{
        background-size: 100% 100%!important;
    }
    .home-center{
        margin-left: 0px!important;
    }
    .home-left img, 
    .home-center img{
        width:100%!important;
        height:auto!important;
    }
    .home-left h2, 
    .home-center h2, 
    .site-bar h3.widget-title{
        font-size: 15px!important;
        background: url("images/tab.png") no-repeat scroll left 23px rgba(0, 0, 0, 0);
    }
    .contact{
        width:auto!important;
    }
    .callnowcont{
        width:auto!important;
    }
    .callnowcont .textwidget{
        font-size: 20px!important;
    }
    #colophon .bg .left, 
    #colophon .bg .center, 
    #colophon .bg .right{
        width:29%!important;
        padding:0 15px!important;
        margin:0px!important;
    }
    .des-footer h3.widget-title{
        background-size: 100%!important;
        width:auto!important;
    }
    .quality li{
        font-size: 10px;
        padding:0 3px!important;
    }
    .coppy-right{
        width:auto!important;
    }
    
    
    
    .page-template-about-quality-casting-php .about-left,
    .page-template-archive-project-php .about-left.project-left,
    .category .about-left,
    .single .about-left{
        width:64%!important;
        padding:0 15px!important;
    }
    .page-template-about-quality-casting-php .site-bar,
    .page-template-archive-project-php .site-bar,
    .category .site-bar,
    .single .site-bar{
        width:27%!important;
        padding: 0 15px!important;
    }
    .page-template-about-quality-casting-php .site-bar,
    .page-template-archive-project-php .site-bar,
    .category .site-bar,
    .single .site-bar{
        background: #d5d5d5;
    }
    .page-template-about-quality-casting-php .contact,
    .page-template-archive-project-php .contact,
    .category .contact,
    .single .contact{
        width:auto!important;
    }
    
    
    
     .about-left .image-thumb,
     .project-left .image-thumb{
        width:195px!important;
    }
    
}
@media (max-width:767px){
    .home-left,
    .home-center,
    .site-bar{
        width:auto!important;
        padding:0 15px!important;
        float:none!important;
    }
    .wap_home_left{width:100%;}
    .cont-home{
        background:none!important;
    }
    .home-center{
        margin-left: 0px!important;
    }
    .contact{
        width:auto!important;
        padding:0 15px!important;
    }
    #colophon .bg .left, 
    #colophon .bg .center, 
    #colophon .bg .right{
        width:auto!important;
        padding:0 15px!important;
        margin:0px!important;
        float:none!important;
    }
    .coppy-right{
        width:auto!important;
    }
    #menu-menu-1{
        display:none!important;
    }
    .jquery-responsive-select-menu.jrsm-0{
        width:96%!important;
        padding:0 2%!important;
        margin-bottom: 1.71429rem;
        height:20px!important;
    }
    .jquery-responsive-select-menu.jrsm-1{
        display:none!important;
    }
    .quality h3{
        font-size: 15px;
        padding-left: 15px;
    }
    .quality .img-quality{
        margin-right: 15px;
    }
    .logo-search h1{
        background-size: 100% auto !important;
        float: none !important;
        height: 36px;
        margin: 0 auto 10px;
        width: 200px !important;
        max-width: 100%;
    }
    .site-header h1 a{
        float:none!important;
        height:100%!important;
    }
    .phone-search{
        float:none!important;
        max-width: 100%!important;
        text-align: center;
    }
    .phone-search .phone, 
    .phone-search .search{
        float: none!important;
        text-align: center!important;
    }
    .phone-search .search #searchform{
        width:200px!important;margin:0 auto!important;
        float:none!important;
    }
    .coppy-right .textwidget{
        line-height: 20px!important;
        padding:15px!important;
    }
    
    
    .page-template-about-quality-casting-php .about-left,
    .page-template-archive-project-php .about-left,
    .category .about-left,
    .single .about-left{
        float:none!important;
        width:auto!important;
        padding:0 15px!important;
    }
    .page-template-default .content-page{
        padding:0 15px!important;
    }
    .entry-content td, 
    .comment-content td{
        padding:0px!important;
    }
    tr td p{
        margin: 0px!important;
    }
    
    
    
    
    
    .about-left .image-thumb,
    .project-left .image-thumb{
        width:40%!important;
    }
    .learn-more-home a{
        width:65px;height:10px;
        background-size:100% auto;
        bottom:11px!important;
    }
    .quality h3{
        padding-bottom: 0px!important;
    }
    .quality ul{
        width:250px!important;
        padding-left: 7px;
        padding-top: 10px;
    }
    .quality li{
        font-size: 7px;
        margin-bottom: 2px;
    }
}

@media (max-width:600px){
    .page-template-page-contact-php .entry-content .syd,
    .page-template-page-contact-php .entry-content .mel{
        width:auto!important;
        float:none!important;
    }
     .page-template-page-contact-php .content-page{
        padding:0 15px!important;
     }
     .page-template-page-contact-php .contact-form textarea,
     .page-template-page-contact-php .contact-form input{
        width:95%!important;
     }
     .page-template-page-contact-php .contact-form .submit input{
        width:80px!important;height:47px!important;
        font-size: 18px!important;
     }
     .video_home{widht:100%; padding:15px;}
}

@media (max-width:400px){
    .project-left .image-thumb{
        width:100%!important;
        float:none!important;
        margin-right: 0px!important;
    }
    .content-project  .cont-project{
        width:100%!important;
    }
    .project-one p.title span.sp {
        background: none repeat scroll 0 0 #f1f1f1;
        color: #454545;
        float: left;
        font-family: calibribold;
        font-size: 16.67px;
        margin-bottom: 8px;
        margin-top: 10px;
        position: relative;
        text-transform: uppercase;
        width: 100%;
    }
}