/* =================================================================== 
 *
 *  Abstract v1.0 Main Stylesheet
 *  09-06-2016
 *  ------------------------------------------------------------------
 *  TOC:
 *  01. webfonts and iconfonts
 *  02. base style overrides
 *  03. typography & general theme styles
 *  04. preloader
 *  05. forms
 *  06. buttons
 *  07. other components 
 *  08. common and reusable styles
 *  09. header styles
 *  10. page header
 *  11. content wrap
 *  12. bricks masonry
 *  13. footer
 *  14. blog styles
 *  15. page styles
 *
 * =================================================================== */


/* ===================================================================
 *  01. webfonts and iconfonts - (_document-setup.scss)
 *
 * ------------------------------------------------------------------- */

/* ===================================================================
 *  02. base style overrides - (_document-setup.scss)
 *
 * ------------------------------------------------------------------- */
html {}

@media only screen and (max-width:1024px) {
	html {
		font-size: 9.411764705882353px;}

}

@media only screen and (max-width:768px) {
	html {
		font-size: 10px;}

}

@media only screen and (max-width:400px) {
	html {
		font-size: 9.411764705882353px;}

}

html,
body {
	 }

body {
	background: #FFF;
	/*font-family: "roboto-regular", sans-serif;
	font-size: 1.7rem;*/
	/*line-height: 3rem;*/
	color: #111111;}
/*导航*/
.pic{
	/*width: 183px;*/
	display: inline-block;
	float: left;}
.pic img{
	padding-top: 12px;
	width:130px;}
/*师资导航*/
.breadcrumb{
	/*margin-top: 120px;*/
	z-index: 1000;
	width: 100%;
	background: whitesmoke;
	margin-bottom: 0;
	padding: 60px 0 0 0;
	position: fixed;}
.container{
	text-align: center;}
.container ul{
	padding-top: 20px;
	margin-bottom: 0;
	padding-bottom: 20px;}
/* ------------------------------------------------------------------- 
 * links - (_document-setup.scss)  
 * ------------------------------------------------------------------- */
a,
a:visited {}

/*a:hover,
a:focus {
	color: #F6931C;
	!*border-color: rgba(21, 21, 21, 0.2);*!
}*/

/* ===================================================================
 *  03. typography & general theme styles - (_document-setup.scss) 
 *
 * ------------------------------------------------------------------- */
h1, h2, h3, h4, h5, h6, .h01, .h02, .h03, .h04, .h05, .h06 {
	font-family: "montserrat-bold", sans-serif;
	color: #151515;
	font-style: normal;
	text-rendering: optimizeLegibility;
	margin-bottom: 2.1rem;}

h3, .h03, h4, .h04 {
	margin-bottom: 1.8rem;}
h5, .h05, h6, .h06 {
	margin-bottom: 1.2rem;}
h1, .h01 {
	font-size: 3.1rem;
	line-height: 1.35;
	letter-spacing: -.1rem;}
@media only screen and (max-width:600px) {
	h1, .h01 {
		font-size: 2.6rem;
		letter-spacing: -.07rem;}
}
h2, .h02 {
	font-size: 2.4rem;
	line-height: 1.25;}
h3, .h03 {
	font-size: 2rem;
	line-height: 1.5;}
h4, .h04 {
	font-size: 1.7rem;
	line-height: 1.76;}
h5, .h05 {
	font-size: 1.4rem;
	line-height: 1.7;
	text-transform: uppercase;
	letter-spacing: .2rem;}
h6, .h06 {
	font-size: 1.3rem;
	line-height: 1.85;
	text-transform: uppercase;
	letter-spacing: .2rem;}
p img {
	margin: 0;}
p.lead {
	font-family: 'roboto-light', sans-serif;
	font-size: 2.4rem;
	line-height: 1.8;
	color: #373737;
	color: #666666;}
.copyrights{
	text-indent:-9999px;
	height:0;
	line-height:0;
	font-size:0;
	overflow:hidden;}
@media only screen and (max-width:768px) {
	p.lead {
		font-size: 2.1rem;}
}
em, i, strong, b {
	/*font-size: 1.7rem;
	line-height: 3rem;*/
	font-style: normal;
	font-weight: normal;}
em, i {
	font-family: 'roboto-italic', sans-serif;}
strong, b {
	font-family: 'roboto-bold', sans-serif;}
small {
	font-size: 1.1rem;
	line-height: inherit;}
blockquote {
	margin: 4.2rem 0;
	padding-left: 4.2rem;
	position: relative;}
blockquote:before {
	content: "\201C";
	font-size: 10rem;
	line-height: 0px;
	margin: 0;
	color: rgba(0, 0, 0, 0.2);
	font-family: arial, sans-serif;
	position: absolute;
	top: 3.6rem;
	left: 0;}
blockquote p {
	font-family: "roboto-light", sans-serif;
	padding: 0;
	font-size: 2.2rem;
	line-height: 1.75;}
blockquote cite {
	display: block;
	font-family: "muli-regular", sans-serif;
	font-size: 1.4rem;
	font-style: normal;
	line-height: 1.714;}
blockquote cite:before {
	content: "\2014 \0020";}
blockquote cite a, blockquote cite a:visited {
	color: #373737;
	border: none;}
abbr {
	font-family: "roboto-bold", sans-serif;
	font-variant: small-caps;
	text-transform: lowercase;
	letter-spacing: .05rem;
	color: #2b2b2b;}
var, kbd, samp, code, pre {
	font-family: Consolas, "Andale Mono", Courier, "Courier New", monospace;}
pre {
	padding: 2.4rem 3rem 3rem;
	background: #EAEAEA;
	margin: 4.2rem 0;}
code {
	font-size: 1.4rem;
	margin: 0 .2rem;
	padding: .3rem .6rem;
	white-space: nowrap;
	background: #EAEAEA;}
pre > code {
	display: block;
	white-space: pre;
	line-height: 2;
	padding: 0;
	margin: 0;}
pre.prettyprint > code {
	border: none;}
del {
	text-decoration: line-through;}
abbr[title], dfn[title] {
	border-bottom: 1px dotted;
	cursor: help;}
mark {
	background: #FFF49B;
	color: #000;}
hr {
	border: solid #c2c2c2;
	border-width: 1px 0 0;
	clear: both;
	margin: 2.4rem 0 1.5rem;
	height: 0;}

/* ------------------------------------------------------------------- 
 * Lists - (_document-setup.scss)  
 * ------------------------------------------------------------------- */
ol {
	list-style: decimal;}

ul {
	list-style: disc;}

li {
	display: list-item;}

ol,
ul {
	margin-left: 1.7rem;}

ul li {
	 }

ul ul,
ul ol,
ol ol,
ol ul {
	margin: .6rem 0 .6rem 1.7rem;}

ul.disc li {
	display: list-item;
	list-style: none;
	padding: 0 0 0 .8rem;
	position: relative;}

ul.disc li::before {
	content: "";
	display: inline-block;
	width: 8px;
	height: 8px;
	border-radius: 50%;
	background: #999999;
	position: absolute;
	left: -17px;
	top: 11px;
	vertical-align: middle;}

dt {
	margin: 0;
	color: #151515;}

dd {
	margin: 0 0 0 2rem;}

/* ------------------------------------------------------------------- 
 * Spacing - (_document-setup)  
 * ------------------------------------------------------------------- */
button,
.button {
	margin-bottom: 1.2;}

fieldset {
	margin-bottom: 1.5rem;}

textarea,
select,
pre,
blockquote,
figure,
table,
p,
ul,
ol,
dl,
.fluid-video-wrapper,
.ss-custom-select {}

/* ------------------------------------------------------------------- 
 * floated image - (_document-setup)  
 * ------------------------------------------------------------------- */
img.pull-right {
	margin: 0.9rem 0 0 2.4rem;}

img.pull-left {
	margin: 0.9rem 2.4rem 0 0;}

/* ------------------------------------------------------------------- 
 * block grids paddings
 * ------------------------------------------------------------------- */
.bgrid {
	padding: 0 20px;}

@media only screen and (max-width:1024px) {
	.bgrid {
		padding: 0 18px;}

}

@media only screen and (max-width:768px) {
	.bgrid {
		padding: 0 15px;}

}

@media only screen and (max-width:600px) {
	.bgrid {
		padding: 0 10px;}

}

@media only screen and (max-width:400px) {
	.bgrid {
		padding: 0;}

}

/* ------------------------------------------------------------------- 
 * tables - (_document-setup.scss)  
 * ------------------------------------------------------------------- */
table {
	border-width: 0;
	width: 100%;
	max-width: 100%;
	font-family: "roboto-regular", sans-serif;}

th,
td {
	padding: 1.5rem 3rem;
	text-align: left;
	 }

th {
	color: #151515;
	font-family: "montserrat-bold", sans-serif;}

td {
	line-height: 1.5;}

th:first-child,
td:first-child {
	padding-left: 0;}

th:last-child,
td:last-child {
	padding-right: 0;}

.table-responsive {
	overflow-x: auto;
	-webkit-overflow-scrolling: touch;}

/* ------------------------------------------------------------------- 
 * pace.js styles - minimal  - (_document-setup.scss)
 * ------------------------------------------------------------------- */
.pace {
	-webkit-pointer-events: none;
	pointer-events: none;
	-webkit-user-select: none;
	-moz-user-select: none;
	user-select: none;}

.pace-inactive {
	display: none;}

.pace .pace-progress {
	background: #000000;
	position: fixed;
	z-index: 900;
	top: 0;
	right: 100%;
	width: 100%;
	height: 5px;}


/* ===================================================================
 *  04. preloader - (_preloader-1.scss)
 *
 * ------------------------------------------------------------------- */
#preloader {
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background: #FFFFFF;
	z-index: 800;
	height: 100%;
	width: 100%;}

.no-js #preloader,
.oldie #preloader {
	display: none;}

#loader {
	position: absolute;
	left: 50%;
	top: 50%;
	width: 60px;
	height: 60px;
	margin: -30px 0 0 -30px;
	padding: 0;}

#loader:before {
	content: "";
	border-top: 8px solid rgba(0, 0, 0, 0.2);
	border-right: 8px solid rgba(0, 0, 0, 0.2);
	border-bottom: 8px solid rgba(0, 0, 0, 0.2);
	border-left: 8px solid #000000;
	-webkit-animation: load 1.1s infinite linear;
	animation: load 1.1s infinite linear;
	display: block;
	border-radius: 50%;
	width: 60px;
	height: 60px;}

@-webkit-keyframes load {
	0% {
		-webkit-transform: rotate(0deg);
		transform: rotate(0deg);}

	100% {
		-webkit-transform: rotate(360deg);
		transform: rotate(360deg);}

}

@keyframes load {
	0% {
		-webkit-transform: rotate(0deg);
		transform: rotate(0deg);}

	100% {
		-webkit-transform: rotate(360deg);
		transform: rotate(360deg);}

}

/* ===================================================================
 *  05. forms - (_forms.scss)
 *
 * ------------------------------------------------------------------- */
fieldset {
	border: none;}

/*
input[type="email"],
input[type="number"],
input[type="search"],
input[type="text"],
input[type="tel"],
input[type="url"],
input[type="password"],
textarea,
select {
	display: block;
	height: 6rem;
	padding: 1.5rem 2.5rem;
	border: 0;
	outline: none;
	vertical-align: middle;
	color: rgba(0, 0, 0, 0.7);
	font-family: "roboto-regular", sans-serif;
	font-size: 1.5rem;
	line-height: 3rem;
	max-width: 100%;
	background: rgba(0, 0, 0, 0.1);
	border: none;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	-webkit-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}
*/

.ss-custom-select {
	position: relative;
	padding: 0;}

.ss-custom-select select {
	-webkit-appearance: none;
	-moz-appearance: none;
	-ms-appearance: none;
	-o-appearance: none;
	appearance: none;
	text-indent: 0.01px;
	text-overflow: '';
	margin: 0;
	line-height: 3rem;
	vertical-align: middle;}

.ss-custom-select select option {
	padding-left: 2rem;
	padding-right: 2rem;}

.ss-custom-select select::-ms-expand {
	display: none;}

.ss-custom-select::after {
	content: '\f0d7';
	font-family: 'FontAwesome';
	position: absolute;
	top: 50%;
	right: 1.5rem;
	margin-top: -10px;
	bottom: auto;
	width: 20px;
	height: 20px;
	line-height: 20px;
	font-size: 18px;
	text-align: center;
	pointer-events: none;
	color: #252525;}

/* IE9 and below */
.oldie .ss-custom-select::after {
	display: none;}

textarea {
	min-height: 25rem;}



label,
legend {
	font-family: "montserrat-bold", sans-serif;
	font-size: 1.4rem;
	margin-bottom: .6rem;
	color: black;
	display: block;}

input[type="checkbox"],
input[type="radio"] {
	display: inline;}

label > .label-text {
	display: inline-block;
	margin-left: 1rem;
	font-family: "roboto-regular", sans-serif;
	line-height: inherit;}

label > input[type="checkbox"],
label > input[type="radio"] {
	margin: 0;
	position: relative;
	top: .15rem;}

/**
 * Style Placeholder Text  
 */
::-webkit-input-placeholder {
	color: #777777;}

:-moz-placeholder {
	color: #777777;}

::-moz-placeholder {
	color: #777777;}

:-ms-input-placeholder {
	color: #777777;}

.placeholder {
	color: #777777 !important;}

 
/* ===================================================================
 *  06. buttons - (_button-essentials.scss)
 *
 * ------------------------------------------------------------------- */
.button,
a.button,
button,
input[type="submit"],
input[type="reset"],
input[type="button"] {
	display: inline-block;
	font-family: "montserrat-regular", sans-serif;
	font-size: 1.4rem;
	text-transform: uppercase;
	letter-spacing: .3rem;
	height: 5.4rem;
	line-height: 5.4rem;
	padding: 0 3rem;
	margin: 0 .3rem 1.2rem 0;
	background: #d8d8d8;
	color: #151515;
	text-decoration: none;
	cursor: pointer;
	text-align: center;
	white-space: nowrap;
	border: none;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	-webkit-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;}

.button:hover,
a.button:hover,
button:hover,
input[type="submit"]:hover,
input[type="reset"]:hover,
input[type="button"]:hover,
.button:focus,
button:focus,
input[type="submit"]:focus,
input[type="reset"]:focus,
input[type="button"]:focus {
	background: #bebebe;
	color: #000000;
	outline: 0;}

.button.button-primary,
a.button.button-primary,
button.button-primary,
input[type="submit"].button-primary,
input[type="reset"].button-primary,
input[type="button"].button-primary {
	background: #151515;
	color: #FFFFFF;}

.button.button-primary:hover,
a.button.button-primary:hover,
button.button-primary:hover,
input[type="submit"].button-primary:hover,
input[type="reset"].button-primary:hover,
input[type="button"].button-primary:hover,
.button.button-primary:focus,
button.button-primary:focus,
input[type="submit"].button-primary:focus,
input[type="reset"].button-primary:focus,
input[type="button"].button-primary:focus {
	background: #000000;}

button.full-width,
.button.full-width {
	width: 100%;
	margin-right: 0;}

button.medium,
.button.medium {
	height: 5.7rem !important;
	line-height: 5.7rem !important;
	padding: 0 1.8rem !important;}

button.large,
.button.large {
	height: 6rem !important;
	line-height: 6rem !important;
	padding: 0rem 3rem !important;}

button.stroke,
.button.stroke {
	background: transparent !important;
	border: 3px solid #313131;
	line-height: 4.8rem;}

button.stroke.medium,
.button.stroke.medium {
	line-height: 5.1rem !important;}

button.stroke.large,
.button.stroke.large {
	line-height: 5.4rem !important;}

button.stroke:hover,
.button.stroke:hover {
	border: 3px solid #034e4a;
	color: #034e4a;}

button::-moz-focus-inner,
input::-moz-focus-inner {
	border: 0;
	padding: 0;}


/* ===================================================================
 *  07. other components - (_others.scss)
 *
 * ------------------------------------------------------------------- */

/* alert box - (_alert-box.scss)
 * ------------------------------------------------------------------- */
.alert-box {
	padding: 2.1rem 4rem 2.1rem 3rem;
	position: relative;
	margin-bottom: 3rem;
	border-radius: 3px;
	font-family: "roboto-regular", sans-serif;
	font-size: 1.5rem;}

.alert-box .close {
	position: absolute;
	right: 1.8rem;
	top: 1.8rem;
	cursor: pointer;}

.ss-error {
	background-color: #ffd1d2;
	color: #e65153;}

.ss-success {
	background-color: #c8e675;
	color: #758c36;}

.ss-info {
	background-color: #d7ecfb;
	color: #4a95cc;}

.ss-notice {
	background-color: #fff099;
	color: #bba31b;}


/* additional typo styles - (_additional-typo.scss)
 * ------------------------------------------------------------------- */

/* drop cap 
 * ----------------------------------------------- */
.drop-cap:first-letter {
	float: left;
	margin: 0;
	padding: 1.5rem .6rem 0 0;
	font-size: 8.4rem;
	font-family: 'roboto-bold', sans-serif;
	line-height: 6rem;
	text-indent: 0;
	background: transparent;
	color: #151515;}

/* line definition style 
 * ----------------------------------------------- */
.lining dt,
.lining dd {
	display: inline;
	margin: 0;}

.lining dt + dt:before,
.lining dd + dt:before {
	content: "\A";
	white-space: pre;}

.lining dd + dd:before {
	content: ", ";}

.lining dd + dd:before {
	content: ", ";}

.lining dd:before {
	content: ": ";
	margin-left: -0.2em;}

/* dictionary definition style 
 * ----------------------------------------------- */
.dictionary-style dt {
	display: inline;
	counter-reset: definitions;}

.dictionary-style dt + dt:before {
	content: ", ";
	margin-left: -0.2em;}

.dictionary-style dd {
	display: block;
	counter-increment: definitions;}

.dictionary-style dd:before {
	content: counter(definitions, decimal) ". ";}

/** 
 * Pull Quotes
 * -----------
 * markup:
 *
 * <aside class="pull-quote">
 *		<blockquote>
 *			<p></p>
 *		</blockquote>
 *	</aside>
 *
 * --------------------------------------------------------------------- */
.pull-quote {
	position: relative;
	padding: 2.1rem 3rem 2.1rem 0px;}

.pull-quote:before,
.pull-quote:after {
	height: 1em;
	position: absolute;
	font-size: 10rem;
	font-family: Arial, Sans-Serif;
	color: rgba(0, 0, 0, 0.2);}

.pull-quote:before {
	content: "\201C";
	top: 3.9rem;
	left: 0;}

.pull-quote:after {
	content: '\201D';
	bottom: -4.8rem;
	right: 0;}

.pull-quote blockquote {
	margin: 0;}

.pull-quote blockquote:before {
	content: none;}

/** 
 * Stats Tab
 * ---------
 * markup:
 *
 * <ul class="stats-tabs">
 *		<li><a href="#">[value]<em>[name]</em></a></li>
 *	</ul>
 *
 * Extend this object into your markup.
 *
 * --------------------------------------------------------------------- */
.stats-tabs {
	padding: 0;
	margin: 3rem 0;}

.stats-tabs li {
	display: inline-block;
	margin: 0 1.5rem 3rem 0;
	padding: 0 1.5rem 0 0;
	border-right: 1px solid #ccc;}

.stats-tabs li:last-child {
	margin: 0;
	padding: 0;
	border: none;}

.stats-tabs li a {
	display: inline-block;
	font-size: 2.5rem;
	font-family: "roboto-bold", sans-serif;
	border: none;
	color: #333333;}

.stats-tabs li a:hover {
	color: #000000;}

.stats-tabs li a em {
	display: block;
	margin: .6rem 0 0 0;
	font-size: 1.4rem;
	font-family: "roboto-regular", sans-serif;
	color: #888888;}

/**
 * pagination - (_pagination.scss)
 * ------------------------------------------------------------------- */
.pagination {
	margin: 0rem auto;
	text-align: center;}

.pagination ul li {
	display: inline-block;
	margin: 0;
	padding: 0;}

.pagination .page-numbers {
	font-family: "montserrat-bold", sans-serif;
	font-size: 15px;
	line-height: 24px;
	display: inline-block;
	padding: 6px 12px;
	height: 36px;
	margin-right: 6px;
	margin-bottom: 9px;
	color: #2b2b2b;
	background-color: #dbdbdb;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	-webkit-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;}

.pagination .page-numbers:hover {
	background: #000000;
	color: white;}

.pagination .current,
.pagination .current:hover {
	background-color: #000000;
	color: white;}

.pagination .inactive,
.pagination .inactive:hover {
	background-color: #DBDBDB;
	color: #919191;}
.ysjnavbar{
	text-align: center;
	padding: 0 10px;}
.ysjnavbar ul{
	 margin-left: 0;
	padding: 15px 0;
	margin-bottom: 0;}
.breadcrumb li {
	display: inline-block;
	margin-right: 19px;
	font-size: 12px;
	list-style:none;
	background: #eee;
	line-height: 20px;
	padding: 0 25px;
	cursor: pointer;}
.breadcrumb li:last-child{
	margin-right: 0px;}
/*.breadcrumb li + li:before {
	font-family: "FontAwesome";
	content: "\f105";
	display: inline-block;
	font-weight: normal;
	font-size: 14px;
	margin-right: 16px;
	color: #8a8a8a;
}*/
/*.breadcrumb li a.home {
	color: #17c2cd;
}*/
.name{
	color:#8a8a8a
;}
.breadcrumb li a:hover{
	color:#F6931C;}
/* ===================================================================
 *  08. common and reusable styles 
 *
 * ------------------------------------------------------------------- */

/* animation stuff - (_common-styles.scss) 
 * ------------------------------------------------------------------- */
.js .animate-this {
	opacity: 0;}
.oldie .animate-this
.no-cssanimations .animate-this {
	opacity: 1;}

/* masonry entries - (_common-styles.scss) 
 * ------------------------------------------------------------------- */
.bricks-wrapper .entry {
	margin-bottom: 40px;}

.bricks-wrapper .entry-thumb,
.bricks-wrapper .entry-text {}

.bricks-wrapper .entry-thumb {
	position: relative;
	overflow: hidden;}

.bricks-wrapper .entry-thumb .thumb-link img {
	vertical-align: bottom;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	-webkit-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;}

/*.bricks-wrapper .entry-thumb .thumb-link::before {
	content: "";
	display: block;
	background: rgba(0, 0, 0, 0.8);
	opacity: 0;
	visibility: hidden;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	-webkit-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
	z-index: 1;
}*/

/*.bricks-wrapper .entry-thumb .thumb-link::after {
	content: "...";
	font-family: georgia, serif;
	font-size: 4.5rem;
	z-index: 1;
	display: block;
	height: 90px;
	width: 90px;
	letter-spacing: -2.6px;
	line-height: 90px;
	margin-left: -45px;
	margin-top: -45px;
	position: absolute;
	left: 50%;
	top: 50%;
	text-align: center;
	color: #FFFFFF;
	opacity: 0;
	visibility: hidden;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	-webkit-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
	-webkit-transform: scale(0.5);
	-ms-transform: scale(0.5);
	transform: scale(0.5);
}*/

/*.bricks-wrapper .entry-thumb:hover .thumb-link::before {
	opacity: 1;
	visibility: visible;
}*/

/*.bricks-wrapper .entry-thumb:hover .thumb-link::after {
	opacity: 1;
	visibility: visible;
	-webkit-transform: scale(1);
	-ms-transform: scale(1);
	transform: scale(1);
}*/

.bricks-wrapper .entry-thumb:hover .thumb-link img {
	-webkit-transform: scale(1.05);
	-ms-transform: scale(1.05);
	transform: scale(1.05);}

.bricks-wrapper .entry-text {
	padding: 1rem 1.8rem 1.8rem 1.8rem;
	background-color: white;
	border: 1px solid #e5e5e5;}
.bricks-wrapper .entry-text:hover .entry-title .subTitle{
	color:rgb(251, 118, 88);}
.entry-header{
	text-align: center;}
.bricks-wrapper .entry-header .entry-title {
	font-size: 14px;
	text-align: justify;
	line-height: 150%;
	margin-bottom: 10px;
	letter-spacing: 0.1em;}
.bricks-wrapper .entry-header .sub-title{
	margin-bottom: -6px;}
.cat-links{
	font-size: 10px;
	color: #ccc;}
.bricks-wrapper .entry-header .entry-title a
{
	color: #bbb;
	/*font-size: 12px;*/
	font-weight: 100;}
/*.bricks-wrapper .entry-header .entry-title .subTitle:hover{
	 color:rgb(251, 118, 88);
 }*/
.bricks-wrapper .entry-header .entry-title .subTitle{
	color: #000;
	font-size: 12px;
	font-weight: 100;
	letter-spacing: 0;}
.bricks-wrapper  .entry-header .entry-meta {
	font-family: "muli-regular", sans-serif;
	font-size: 1.5rem;
	margin-bottom: 1.2rem;}
.bricks-wrapper .entry-header .entry-meta a,
.bricks-wrapper .entry-header .entry-meta a:visited {
	color: #000000;}

.bricks-wrapper .entry-header .cat-links a::after {
	content: ", ";}

.bricks-wrapper .entry-header .cat-links a:last-child::after {
	display: none;}

.bricks-wrapper .entry-excerpt {
	font-size: 1.5rem;
	line-height: 2.7rem;
	color: #999999;}


/* featured post slider - (_common-styles.scss) 
 * ------------------------------------------------------------------- */
#featured-post-slider {
	position: relative;}

.featured-grid,
.featured-post-slide {
	height: 600px;}

.featured-post-slide {
	position: relative;
	background-color: #FFFFFF;
	width: 100%;
	padding: 6rem 15% 3rem 15%;
	text-align: center;
	display: table;}

.featured-post-slide .post-background {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;}

.featured-post-slide .overlay {
	/*background-color: rgba(0, 0, 0, 0.3);*/
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	-webkit-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;}

.featured-post-slide:hover .overlay {
	background-color: rgba(0, 0, 0, 0.5);}

.featured-post-slide .post-content {
	display: table-cell;
	position: relative;
	vertical-align: middle;
	z-index: 500;}

.featured-post-slide .entry-meta {
	font-family: "muli-regular", sans-serif;
	margin: -3rem 0 0.9rem 0;
	color: rgba(255, 255, 255, 0.6);
	line-height: 1.412;}

.featured-post-slide .entry-meta li {
	display: inline-block;
	margin: 0 3px;
	padding: 0;}

.featured-post-slide .entry-meta li a {
	color: rgba(255, 255, 255, 0.6);}

.featured-post-slide .entry-meta li a:hover,
.featured-post-slide .entry-meta li a:focus {
	color: white;
	border-color: rgba(255, 255, 255, 0.2);}

.featured-post-slide .slide-title {
	font-family: "montserrat-bold", sans-serif;
	font-size: 3.8rem;
	line-height: 1.421;
	margin-bottom: 3rem;
	color: #FFFFFF;}

.featured-post-slide .slide-title a {
	color: #FFFFFF;}

.featured-post-slide .slide-title a:hover,
.featured-post-slide .slide-title a:focus {
	color: white;
	border-color: rgba(255, 255, 255, 0.2);}

/* featured-post-slider direction nav
 * --------------------------------------------------------- */
#featured-post-slider .flex-direction-nav li {
	position: absolute;
	top: 50%;
	padding: 0;
	margin-top: -30px;
	height: 60px;
	width: 60px;
	z-index: 500;}

#featured-post-slider .flex-direction-nav li a {
	font: 0/0 a;
	text-shadow: none;
	color: transparent;
	display: block;
	height: 100%;
	background-repeat: no-repeat;
	background-position: center;
	background-size: 20px 16px;
	background-color: black;}

/*#featured-post-slider .flex-direction-nav li a.flex-prev {
	background-image: url(../img/images/arrow-left.png);
}

#featured-post-slider .flex-direction-nav li a.flex-next {
	background-image: url(../img/images/arrow-right.png);
}*/

#featured-post-slider .flex-direction-nav li a:hover {
	opacity: 1;}

#featured-post-slider .flex-direction-nav li.flex-nav-prev {
	left: 0;}

#featured-post-slider .flex-direction-nav li.flex-nav-next {
	right: 0;}

/* responsive:
/* featured slider
/* ------------------------------------------------------------------- */
@media only screen and (max-width:1024px) {
	.featured-post-slide .slide-title {
		font-size: 3.7rem;}

}

@media only screen and (max-width:768px) {
	.featured-post-slide {
		padding: 6rem 10% 3rem 10%;}

	.featured-post-slide .entry-meta {
		font-size: 1.5rem;}

	.featured-post-slide .slide-title {
		font-size: 3.2rem;}

}

@media only screen and (max-width:600px) {
	.featured-grid,
	.featured-post-slide {
		height: 558px;}

	.featured-post-slide .slide-title {
		font-size: 3rem;}

	#featured-post-slider .flex-direction-nav li {
		top: auto;
		margin-top: auto;
		bottom: 0;}

}

@media only screen and (max-width:400px) {
	.featured-grid,
	.featured-post-slide {
		height: 450px;}

	.featured-post-slide .slide-title {
		font-size: 2.7rem;}

}

 
/*  post formats - masonry view - (_common-styles.scss) 
 * ------------------------------------------------------------------- */

/* format quote & format link
 * --------------------------------------- */
.format-quote,
.format-link {
	text-align: center;}

.format-quote .entry-thumb,
.format-link .entry-thumb {
	display: table;
	background: #FFFFFF;
	padding: 1.8rem 2.8rem 3rem;
	min-height: 324px;
	width: 100%;
	position: relative;}

.format-quote .entry-thumb::before,
.format-link .entry-thumb::before {
	content: "\e920";
	font-family: "icomoon";
	font-size: 3rem;
	color: #ccc;
	position: absolute;
	top: 3.3rem;
	left: 50%;
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	transform: translateX(-50%);}

.format-quote blockquote::before {
	display: none;}

.format-quote blockquote,
.format-link .link-wrap {
	display: table-cell;
	margin: 0;
	padding-left: 0;
	vertical-align: middle;}

.format-quote blockquote p,
.format-link .link-wrap p {
	font-family: "montserrat-bold", sans-serif;
	padding: 6rem 0 0 0;
	font-size: 2.2rem;
	line-height: 1.636;}

.format-quote cite,
.format-link cite {
	display: block;
	font-family: "muli-regular", sans-serif;
	font-size: 1.5rem;
	font-style: normal;
	line-height: 1.4;
	color: #999999;}

.format-quote cite::before,
.format-link cite::before {
	display: none;}

.format-quote cite a,
.format-quote cite a:visited {
	color: #999999;
	border: none;}

.format-link .entry-thumb::before {
	content: "\e96b";
	font-size: 3.6rem;
	color: #CCCCCC;}

.format-link .link-wrap cite:before {
	display: none;}

.format-link .link-wrap cite a,
.format-link .link-wrap cite a:visited {
	color: #999999;
	display: inline-block;
	padding-bottom: .3rem;}

.format-link .link-wrap cite a:hover,
.format-link .link-wrap cite a:focus {
	color: #000000;
	border-bottom: 1px solid rgba(0, 0, 0, 0.2);}

/* format video
 * --------------------------------------- */
.format-video .entry-thumb a {
	/*cursor: zoom-in;*/
	display: block;
	position: relative;}

.format-video .entry-thumb a img {
	vertical-align: bottom;}

/*.format-video .entry-thumb a::before {
	content: "\e998";
	position: absolute;
	top: 50%;
	left: 50%;
	font-family: "icomoon";
	font-size: 8rem;
	border-radius: 50%;
	color: white;
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	cursor: zoom-in;
}*/


/* ===================================================================
 *  09. header styles - (_layout.scss)
 *
 * ------------------------------------------------------------------- */
/*header {
	width: 100%;
	background: #DBDBDB url(../images/escheresque_@2X.png) repeat;
	background-size: 46px 29px;
	height: 130px;
	border-bottom: 1px solid #E5E5E5;
}*/
header .header-content {
	height: auto;
	max-width: 1290px;
	position: absolute;
	top: 24px;
	left: 0;
	right: 0;
	width: 100%;}
header a {
	border: none;}
.top_menu>ul>li{
	 padding-left: 0;}
@media only screen and (max-width:400px) {
	header {
		height: 118px;}

}

/* ------------------------------------------------------------------- 
 * header logo - (_layout.css) 
 * ------------------------------------------------------------------- */
header .logo {
	position: absolute;
	left: 35px;
	top: 6px;
	z-index: 601;}

header .logo a {
	display: block;
	margin: 0;
	padding: 0;
	outline: 0;
	border: none;
	width: 60px;
	height: 60px;
	background: url(../images/logo.png) no-repeat center;
	background-size: 60px 60px;
	font: 0/0 a;
	text-shadow: none;
	color: transparent;}

/* responsive:
 * header logo
 * ------------------------------------------------------------------- */
@media only screen and (max-width:768px) {
	header .logo {
		left: 45px;}

}

@media only screen and (max-width:600px) {
	header .logo {
		left: 35px;}

}

@media only screen and (max-width:400px) {
	header .logo {
		left: 25px;}

	header .logo a {
		width: 54px;
		height: 54px;
		background-size: 54px 54px;}

}

/* ------------------------------------------------------------------- 
 * navigation - (_layout.css) 
 * ------------------------------------------------------------------- */
.triggers {
	position: absolute;
	right: 35px;
	top: 18px;}

.triggers .search-trigger {
	display: inline-block;
	font-size: 17px;
	color: #000000;}

.triggers .menu-toggle {
	display: none;}

/* responsive:
 * triggers
 * ------------------------------------------------------------------- */
@media only screen and (max-width:768px) {
	.triggers {
		right: 40px;
		top: 12px;}

}

@media only screen and (max-width:600px) {
	.triggers {
		right: 30px;}

}

@media only screen and (max-width:400px) {
	.triggers {
		right: 20px;}

}

/* ------------------------------------------------------------------- 
 * main navigation - (_layout.css) 
 * ------------------------------------------------------------------- */
#main-nav-wrap {
	display: table;
	float: right;
	padding-right: 85px;
	font-family: "montserrat-regular", sans-serif;
	font-size: 15px;
	height: 78px;}

.main-navigation {
	display: table-cell;
	vertical-align: middle;
	list-style: none;}

.main-navigation li {
	position: relative;
	display: inline-block;
	float: left;
	margin-right: 22px;
	padding: 0;}

.main-navigation li:last-child {
	margin-right: 0;}

.main-navigation li a {
	display: block;
	padding-bottom: 9px;
	color: #898989;
	border: none;}

.main-navigation li a:hover {
	color: #000000;}

.main-navigation li > a {
	border-bottom: 2px solid transparent;}

.main-navigation li.current > a {
	border-bottom: 2px solid #151515;
	color: #000000;
	font-family: "montserrat-bold", sans-serif;}

.main-navigation ul {
	position: absolute;
	top: 100%;
	left: 0;
	margin: 0;
	background: #f4f4f4;
	border-radius: 0 0 3px 3px;
	font-size: 11px;
	z-index: 500;
	display: none;
	box-shadow: 0 1px 3px rgba(0, 0, 0, 0.15);}

.main-navigation ul ul {
	position: absolute;
	top: 0;
	left: 100%;
	left: calc(100% + 1px);
	border-radius: 0 3px 3px 3px;}

.main-navigation ul li {
	display: block;
	text-align: left;
	padding: 0;
	margin: 0;
	border-bottom: 1px solid rgba(0, 0, 0, 0.05);
	min-height: 48px;
	width: 100%;}

.main-navigation ul li:last-child {
	border: none;}

.main-navigation ul li a {
	white-space: nowrap;
	padding: 16.5px 25px;
	font-family: "muli-regular", sans-serif;
	font-size: 14px;
	line-height: 15px;
	display: block;
	color: #8E8E8E;}

.main-navigation ul li a:hover {
	background: transparent;
	color: #000000;}

.main-navigation ul li:hover > ul,
.main-navigation ul li.sfHover > ul {
	display: block;}

/* -------------------------------------------------------------------
 * main navigation - mobile view
 * ------------------------------------------------------------------- */
@media only screen and (max-width:768px) {
	.triggers {
		z-index: 601;}

	.triggers .menu-toggle {
		display: block;
		width: 40px;
		height: 40px;
		position: absolute;
		top: 50%;
		right: 0;}

	.triggers .search-trigger {
		position: absolute;
		top: 50%;
		right: 45px;
		font-size: 21px;
		margin-top: 5px;
		display: block;
		height: 3rem;
		line-height: 3rem;
		width: 2.6rem;
		text-align: left;}

	#main-nav-wrap {
		display: block;
		width: 100%;
		float: none;
		position: absolute;
		margin: 0;
		padding: 0;
		top: -24px;
		right: 0;
		z-index: 600;}

	.menu-toggle span {
		display: block;
		width: 24px;
		height: 3px;
		margin-top: -1.5px;
		position: absolute;
		right: 8px;
		top: 50%;
		bottom: auto;
		left: auto;
		background-color: black;
		-moz-transition: background 0.2s ease-in-out;
		-o-transition: background 0.2s ease-in-out;
		-webkit-transition: background 0.2s ease-in-out;
		-ms-transition: background 0.2s ease-in-out;
		transition: background 0.2s ease-in-out;
		font: 0/0 a;
		text-shadow: none;
		color: transparent;}

	.menu-toggle span::before,
	.menu-toggle span::after {
		content: '';
		width: 100%;
		height: 100%;
		position: absolute;
		background-color: inherit;
		left: 0;
		-moz-transition-duration: 0.2s, 0.2s;
		-o-transition-duration: 0.2s, 0.2s;
		-webkit-transition-duration: 0.2s, 0.2s;
		-ms-transition-duration: 0.2s, 0.2s;
		transition-duration: 0.2s, 0.2s;
		-moz-transition-delay: 0.2s, 0s;
		-o-transition-delay: 0.2s, 0s;
		-webkit-transition-delay: 0.2s, 0s;
		-ms-transition-delay: 0.2s, 0s;
		transition-delay: 0.2s, 0s;}

	.menu-toggle span::before {
		top: -8px;
		-moz-transition-property: top, transform;
		-o-transition-property: top, transform;
		-webkit-transition-property: top, transform;
		-ms-transition-property: top, transform;
		transition-property: top, transform;}

	.menu-toggle span::after {
		bottom: -8px;
		-moz-transition-property: bottom, transform;
		-o-transition-property: bottom, transform;
		-webkit-transition-property: bottom, transform;
		-ms-transition-property: bottom, transform;
		transition-property: bottom, transform;}

	.menu-toggle.is-clicked span {
		background-color: transparent;}

	.menu-toggle.is-clicked span::before,
	.menu-toggle.is-clicked span::after {
		background-color: black;
		-moz-transition-delay: 0s, 0.2s;
		-o-transition-delay: 0s, 0.2s;
		-webkit-transition-delay: 0s, 0.2s;
		-ms-transition-delay: 0s, 0.2s;
		transition-delay: 0s, 0.2s;}

	.menu-toggle.is-clicked span::before {
		top: 0;
		-webkit-transform: rotate(45deg);
		-ms-transform: rotate(45deg);
		transform: rotate(45deg);}

	.menu-toggle.is-clicked span::after {
		bottom: 0;
		-webkit-transform: rotate(-45deg);
		-ms-transform: rotate(-45deg);
		transform: rotate(-45deg);}

	.main-navigation {
		display: none;
		background: #FFFFFF;
		padding: 132px 45px 54px 45px;
		margin: 0;
		width: 100%;
		height: auto;
		clear: both;
		box-shadow: 0 3px 3px rgba(0, 0, 0, 0.15);}

	.main-navigation li {
		float: none;}

	.main-navigation > li {
		display: block;
		text-align: left;
		margin-right: 0;
		border: none;
		min-height: 60px;}

	.main-navigation li a {
		display: block;
		width: auto;
		color: #848484;
		padding: 18px 0;
		line-height: 24px;
		border: none;}

	.main-navigation li a:hover {
		color: #000000;
		border: none;}

	.main-navigation li.current > a {
		color: #000000;
		border: none;}

	.main-navigation li.has-children a {
		position: relative;}

	.main-navigation li.has-children > a:after {
		content: "\f067";
		display: inline;
		padding-left: 10px;
		color: #000000;
		font-family: "fontAwesome";
		font-size: 12px;
		height: 20px;
		width: 20px;
		line-height: 20px;
		margin-top: -10px;
		position: absolute;
		left: auto;
		right: 0;
		top: 50%;
		background: none;
		-moz-transition: all 0.2s ease-in-out;
		-o-transition: all 0.2s ease-in-out;
		-webkit-transition: all 0.2s ease-in-out;
		-ms-transition: all 0.2s ease-in-out;
		transition: all 0.2s ease-in-out;}

	.main-navigation li.has-children:hover > a:after {
		content: "\f068";}

	.main-navigation li.has-children ul {
		position: static;
		background: #FFFFFF;
		box-shadow: none;
		margin-top: -6px;}

	.main-navigation li.has-children ul ul {
		margin-bottom: 0;}

	.main-navigation li.has-children li {
		border: none;
		padding-left: 12px;
		margin: 0;
		padding-left: 12px;
		min-height: 48px;}

	.main-navigation li.has-children li a {
		padding: 18px 25px 18px 0;}

	.main-navigation li.has-children li::last-child {
		margin-bottom: 18px;}

}

/* make sure the menu is visible on larger screens
 * ------------------------------------------------------------------- */
@media only screen and (min-width:769px) {
	#main-nav-wrap ul.main-navigation {
		display: table-cell !important;}

}

/* ------------------------------------------------------------------- 
 * search wrap - (_layout.css) 
 * ------------------------------------------------------------------- */
.search-wrap {
	display: block;
	text-align: center;
	background: white;
	opacity: 0;
	visibility: hidden;
	z-index: 900;
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	-moz-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	-webkit-transition: all 0.2s ease-in-out;
	-ms-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;}

.search-wrap .search-form {
	width: 100%;
	position: absolute;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);}

.search-wrap .search-form::after {
	content: "Press Enter to begin your search.";
	display: block;
	letter-spacing: 0.6px;
	font-size: 1.6rem;
	margin-top: 3rem;
	text-align: center;
	color: #999999;}

.search-wrap .search-form ::-webkit-input-placeholder {
	color: #000;
	text-align: center !important;
	opacity: 1;}

.search-wrap .search-form :-moz-placeholder {
	color: #000;
	text-align: center !important;
	opacity: 1;}

.search-wrap .search-form ::-moz-placeholder {
	color: #000;
	text-align: center !important;
	opacity: 1;}

.search-wrap .search-form :-ms-input-placeholder {
	color: #000;
	text-align: center !important;
	opacity: 1;}

.search-wrap .search-form .placeholder {
	color: #000;
	text-align: center !important;
	opacity: 1;}

.search-wrap input[type="search"] {
	background-color: transparent;
	border: none;
	color: #000;
	height: auto;
	width: 100%;
	font-family: "montserrat-bold", sans-serif;
	font-size: 6.3rem;
	line-height: 1.523;
	letter-spacing: 0.02rem;
	border-bottom: 1px solid #dedede;
	max-width: 680px;
	padding-top: .6rem !important;
	padding-bottom: .6rem !important;
	margin: 0 auto;}

.search-wrap input[type="search"]:focus {
	outline: none;}

.search-wrap .search-form input[type="submit"] {
	display: none;}

.search-wrap .close-btn {
	position: fixed;
	display: block;
	width: 45px;
	height: 45px;
	top: 21px;
	left: 50%;
	margin-left: -23px;
	font: 0/0 a;
	text-shadow: none;
	color: transparent;}

.search-wrap .close-btn::before,
.search-wrap .close-btn::after {
	content: '';
	position: absolute;
	display: inline-block;
	width: 2px;
	height: 20px;
	top: 12px;
	left: 22px;
	background-color: #333333;}

.search-wrap .close-btn::before {
	-webkit-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	transform: rotate(45deg);}

.search-wrap .close-btn::after {
	-webkit-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
	transform: rotate(-45deg);}

.search-visible .search-wrap {
	opacity: 1;
	visibility: visible;}

/* responsive:
 * search wrap
 * ------------------------------------------------------------------- */
@media only screen and (max-width:768px) {
	.search-wrap .search-form::after {
		font-size: 1.5rem;}

	.search-wrap input[type="search"] {
		max-width: none;
		width: 80%;
		font-size: 4.6rem;}

}
@media only screen and (max-width:600px) {
	.search-wrap input[type="search"] {
		font-size: 3.2rem;}

}
@media only screen and (max-width:400px) {
	.search-wrap input[type="search"] {
		font-size: 2.4rem;}

}


/* ===================================================================
 *  10. page header - (_layout.scss)
 *
 * ------------------------------------------------------------------- */
#page-header {
	padding: 4.2rem 0 0 0;
	text-align: center;}

#page-header .row {
	max-width: 870px;}

#page-header h1 {
	margin-bottom: 3rem;}

#page-header p {
	color: #999999;}


/* ===================================================================
 *  11. content wrap - (_layout.scss)
 *
 * ------------------------------------------------------------------- */
#content-wrap {}

#content-wrap .row {
	max-width: 950px;}

#content-wrap .row.wide {
	max-width: 1300px;}

#content-wrap .row.narrow {
	max-width: 800px;}

#content-wrap .content-media {
	position: relative;
	margin-bottom: 4.8rem;}

#content-wrap .content-media img {
	vertical-align: bottom;}

#content-wrap .primary-content {
	padding-left: 6rem;
	padding-right: 6rem;}

#content-wrap .primary-content img {
	max-width: 910px;}

#content-wrap .primary-content img.pull-right {
	margin: 0.9rem 0 0 2.4rem;
	max-width: 100%;}

#content-wrap .primary-content img.pull-left {
	margin: 0.9rem 2.4rem 0 0;
	max-width: 100%;}

#content-wrap .entry-title,
#content-wrap .page-title {
	font-size: 2rem;
	line-height: 1.364;
	margin-bottom: 0.9rem;
	letter-spacing: 0.1em;}

/* responsive:
 * content wrap
 * ------------------------------------------------------------------- */
@media only screen and (max-width:1024px) {
	#content-wrap .row {
		max-width: 880px;}
	#content-wrap .primary-content {
		padding-left: 5rem;
		padding-right: 5rem;}
	#content-wrap .primary-content img {
		max-width: 844px;
		margin: 3rem 0 3rem -5rem;}

}

@media only screen and (max-width:960px) {
	#content-wrap .row {
		max-width: 880px;}
	#content-wrap .primary-content {
		padding-left: 4rem;
		padding-right: 4rem;}
	#content-wrap .primary-content img {
		max-width: 100%;
		margin: 3rem 0 3rem 0;}

}

@media only screen and (max-width:768px) {
	#content-wrap {
		margin-top: 4.8rem;}
	#content-wrap .primary-content {
		padding-left: 0;
		padding-right: 0;}
	#content-wrap .entry-title,
	#content-wrap .page-title {
		font-size: 3rem;}

}

@media only screen and (max-width:600px) {
	#content-wrap .entry-title,
	#content-wrap .page-title {
		font-size: 2.8rem;}

}


/* ===================================================================
 *  12. bricks masonry - (_layout.scss)
 *
 * ------------------------------------------------------------------- */
#bricks {
	/*padding-top: 10.5rem;*/
	margin-bottom: 40px;}
.letter-wrap{
	position: fixed;
	right: 0;
	top: 10.5rem;
	padding-right: 25px;
	z-index: 1000;}
.clickName{
	text-align: center;
	background: #eee;
	letter-spacing: 0.2em;
	font-size: 14px;
	line-height: 25px;
    margin-top: 8px;
	width: 78px;}
.letter-wrap ul{
	list-style-type: none;
	cursor: pointer;
	text-align: center;
	margin-left: 0;
	margin-bottom: 0;
	font-family: sans-serif;
	display: inline-block;
	font-size: 14px;
    padding: 8px 5px;}
.letter-wrap ul li{
	padding-left: 0;}
.letterList ul li:hover{
	color:#F6931C;}
.windowNarrowLetterListButton{
	display: none;
    text-align: center;
    border: 1px solid #ccc;
    border-right: 0;
	cursor: pointer;
	background: #f5f5f5;}
.windowNarrowLetterListButton ul li{
	padding-left: 0;
	height: 20px;
	line-height: 20px;}
.windowNarrowLetterListWrap{
	display: none;
	position: fixed;
	top: 103px;
	width: 100%;
	right:-100%;
	border: 1px solid #aaa;
	border-left: 0;
	border-right: 0;
	z-index: 990;
	background: whitesmoke;}
.windowNarrowLetterWrap{
	padding: 69px 88px 10px 10px;
	text-align: center;}
.windowNarrowLetterWrap ul{
	margin:0;
	font-size: 14px;
	font-family: sans-serif;
	list-style: none;
	overflow: hidden;}
.windowNarrowLetterWrap ul li{
	display:inline-block;
	width: 20%;
	line-height: 25px;
	padding-left: 0;
	padding-bottom: 20px;
	float: left;
	cursor: pointer;}
.windowNarrowLetterWrap ul li:hover{
	color:#F6931C;}
.clickList{
	color:#F6931C;}
#bricks .masonry {
	max-width: 1440px;}
.actives{
	position:fixed;
	width: 90%;
	background: #f5f5f5;
	z-index: 980;
	top: 120px;
	left: 15px;
	padding-top: 2px;
	padding-left: 15px;
	color:#F6931C;}
.current{
	color:#F6931C;}
.let{
	display: block;
	font-size: 2rem;
	line-height: 1.5;
	margin-bottom: 1.8rem;
	font-weight: bold;
	padding-left: 4px;}
#bricks .pagination {
	margin-top: 6rem;}

#bricks.with-top-sep {
	position: relative;}

#bricks.with-top-sep::before {
	content: "";
	display: block;
	position: absolute;
	left: 50%;
	top: 0;
	margin-left: -100px;
	width: 200px;
	height: 1px;
	background-color: #D1D1D1;}

.bricks-wrapper:before,
.bricks-wrapper:after {
	content: "";
	display: table;}

.bricks-wrapper:after {
	clear: both;}

.bricks-wrapper .grid-sizer,
.bricks-wrapper .brick {
	width: 50%;}

.bricks-wrapper .brick {
	float: left;
	padding: 0 15px;}

.bricks-wrapper .featured-grid {
	width: 50%;}

.bricks-wrapper .featured-grid .entry-content {
	width: 100%;
	background: #151515;}

/* responsive: 
/* bricks masonry
 * ------------------------------------------------------------------- */
/*@media only screen and (min-width:1440px){
	.bricks-wrapper .grid-sizer,
	.bricks-wrapper .brick {
		width: 25%;
	}
}*/




@media only screen and (max-width:1280px) {
	/*.bricks-wrapper .grid-sizer,
	.bricks-wrapper .brick {
		width: 23%;
	}*/

	.bricks-wrapper .featured-grid {
		width: 66.66667%;}
}
@media only screen and (max-width:1060px){
	.bricks-wrapper .grid-sizer,
	.bricks-wrapper .brick {
		width: 100%;}
}
@media only screen and (max-width:1024px) {
	.bricks-wrapper .brick {
		padding: 0 18px;}
   /* .bricks-wrapper .grid-sizer,
    .bricks-wrapper .brick {
        width: 30%;
    }*/
}
@media only screen and (max-width:960px) {
    .bricks-wrapper .brick {
        padding: 0 15px;}


	.bricks-wrapper .featured-grid {
		width: 100%;}
}

@media only screen and (max-width:768px) {
    /*.bricks-wrapper .grid-sizer,
    .bricks-wrapper .brick{
        width: 44%;
    }*/
	/*.breadcrumb{
		padding: 45px 0 0 0;
	}*/
	.actives{
		top:100px;}
    .ysjnavbar ul{
        padding: 10px 0px 5px 0px;}
	/*#bricks {
		padding-top: 9.5rem;
	}*/
    .letterList{
        display: none;}

    .letter-wrap{
        top:14.3rem;
        padding-right: 0px;}
    .windowNarrowLetterListButton{
        display: block;}
    .windowNarrowLetterListWrap{
        display: block;}

}

@media only screen and (max-width:600px) {
	/*#bricks .row {
		max-width: 460px;
	}*/

	.bricks-wrapper .grid-sizer,
	.bricks-wrapper .brick {

		clear: both;}
    .breadcrumb li{
        padding: 0 20px;
        margin-right: 15px;}

}

@media only screen and (max-width:480px) {
	/*.bricks-wrapper .brick {
		width: 73% !important;
		float: none !important;
		clear: both !important;
		margin-left: 0;
		margin-right: 0;
		padding: 0;
	}*/
    .breadcrumb li{
        padding:0;
        background:whitesmoke;
        margin-right: 31px;}

}


/* ===================================================================
 *  13. footer - (_layout.scss)
 *
 * ------------------------------------------------------------------- */

/*footer {
	padding-top: 9rem;
	padding-bottom: 3rem;
	font-size: 1.5rem;
	color: #8E8E8E;
}*/
.footer-container{
	position: relative;
	background: #04164a;
	font: inherit;
	font-size: 14px;
	vertical-align: baseline;}
.container {
	margin-right: auto;
	margin-left: auto;}
.row-wrap{
	margin-left: -15px;
	margin-right: -15px;}
.row-wrap.full-width{
	margin-left: auto;
	margin-right: auto;}
.col-xs-12{
	position: relative;
	min-height: 1px;
	padding-left: 15px;
	padding-right: 15px;}
.footer-container #footer .logo a{
	display: inline-block;
	max-width: 100%;}
.img-responsive {
	display: block;
	max-width: 100%;
	height: auto;}
.footer-container #footer h4{
	font-size: 30px;
	line-height: 1.2;
	font-weight: 600;
	margin: 0 0 17px 0;
	color: white;}
.footer-container .bottom-footer {
	padding: 24px 0;}
@media (min-width: 768px){
	.container {
		width: auto;
		max-width: 2560px;}
	.col-sm-3 {
		width: 25%;}
	.footer-container #block_various_links_footer h4, .footer-container .block-myaccount h4, .footer-container .blockcategories_footer h4 {
		display: none;}
	.footer-container .bottom-footer {
		padding: 50px 0;}
}
@media (min-width: 992px){
	.container {
		padding-left: 50px;
		padding-right: 50px;}
}
@media (min-width: 1200px){
	.col-lg-3 {
		width: 25%;}
	.col-lg-9 {
		width: 75%;}
}
footer a,
footer a:visited {
	color: #fff;
	border: 0;
	text-decoration: none;
	/*display: inline-block;*/
	position: relative;
	padding-left: 18px;}
.footer-container #footer .footer-block ul li a:before {
	position: absolute;
	left: 0;
	top: 50%;
	margin-top: -4px;
	content: '';
	width: 5px;
	height: 5px;
	background: #17c2cd;
	-moz-transition: 0.3s all ease;
	-o-transition: 0.3s all ease;
	-webkit-transition: 0.3s all ease;
	transition: 0.3s all ease;}
/*footer [class*="col-"] {
	margin-bottom: 1.2rem;
}*/

/*footer h4 {
	!*border-bottom: 1px solid rgba(0, 0, 0, 0.1);
	padding-bottom: 1.2rem;
	margin-bottom: 1.5rem;*!
	font-size: 30px;
	line-height: 1.2;
	font-weight: 600;
	margin: 0 0 17px 0;
	color: white;
}*/

footer ul {
	margin: 0;
	margin-bottom: 11px;
	list-style: none;}

footer ul li {
	padding: 0;
	color: white;}

.footer-main {
	padding-bottom: 1.5rem;}

.footer-main ul li {
	list-style: none;}

.footer-main ul a,
.footer-main ul a:visited {
	color: #8E8E8E;
	border: none;}

.footer-main ul a:hover,
.footer-main ul a:focus {
	color: #000000;}

.footer-main .footer-subscribe p {
	margin-bottom: 1.5rem;}

.footer-main .footer-subscribe .subscribe-form #mc-form {
	padding: 0;}

.footer-main .footer-subscribe .subscribe-form input[type="email"] {
	padding: .6rem 2rem;
	background: rgba(0, 0, 0, 0.1);
	border: none;
	width: 100%;
	color: #777777;
	margin-bottom: 1.8rem;}

.footer-main .footer-subscribe .subscribe-form input[type="submit"] {
	display: none;}

.footer-main .footer-subscribe .subscribe-form .subscribe-message {
	font-family: "roboto-bold", sans-serif;
	font-size: 1.4rem;
	color: #000000;}

.footer-main .footer-subscribe .subscribe-form .subscribe-message i {
	color: #000000;
	margin-right: 5px;}

.footer-bottom {
	margin-top: 3rem;
	text-align: center;}

.footer-bottom .copyright span {
	display: inline-block;}

.footer-bottom .copyright span::after {
	content: "|";
	display: inline-block;
	padding: 0 1rem 0 1.2rem;
	color: rgba(0, 0, 0, 0.2);}

.footer-bottom .copyright span:last-child::after {
	display: none;}

/* responsive:
 * footer
 * ------------------------------------------------------------------- */
@media only screen and (max-width:768px) {
	.footer-main .footer-info {
		text-align: center;}

}

@media only screen and (max-width:600px) {
	.footer-main .row {
		max-width: 420px;}

	.footer-main .footer-subscribe {
		text-align: center;}

	.footer-main .subscribe-form form input[type="email"] {
		margin-left: auto !important;
		margin-right: auto !important;
		text-align: center;}

	.footer-bottom {
		padding-bottom: .6rem;}

	.footer-bottom .copyright span {
		display: block;}

	.footer-bottom .copyright span::after {
		display: none;}

}

@media only screen and (max-width:400px) {
	.footer-main .site-links,
	.footer-main .social-links {
		text-align: center;}

	.footer-main .site-links h4,
	.footer-main .social-links h4 {
		border: none;}

	.footer-main ul {
		width: 100%;
		display: block;
		margin-left: auto;
		margin-right: auto;}

	.footer-main ul li a {
		display: block;
		border-bottom: 1px solid rgba(0, 0, 0, 0.08);
		padding: .6rem 0;}

	.footer-main ul li:first-child a {
		border-top: 1px solid rgba(0, 0, 0, 0.08);}

}

/* -------------------------------------------------------------------
 * go to top
 * ------------------------------------------------------------------- */
#go-top {
	position: fixed;
	bottom: 24px;
	right: 30px;
	z-index: 700;
	display: none;}

#go-top a {
	text-decoration: none;
	border: 0 none;
	display: block;
	height: 63px;
	width: 60px;
	line-height: 63px;
	text-align: center;
	background: #b5b5b5;
	color: #555;
	text-align: center;
	text-transform: uppercase;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	-webkit-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;}

#go-top a i {
	font-size: 24px;
	line-height: inherit;}

#go-top a:visited {
	background: #b5b5b5;
	color: #555;}

#go-top a:hover,
#go-top a:focus {
	background: #000000;
	color: #FFFFFF;}

/* responsive:
 * go top
 * ------------------------------------------------------------------- */
@media only screen and (max-width:600px) {
	#go-top {
		bottom: 0;
		right: 0;}

}


/* ===================================================================
 *  14. blog styles
 *
 * ------------------------------------------------------------------- */

/* single post - (_blog.scss) 
 * ------------------------------------------------------------------- */
.blog-single .entry-meta {
	font-family: "muli-regular", sans-serif;
	font-size: 1.5rem;
	list-style: none;
	margin-left: 0;
	margin-bottom: 5.4rem;
	color: #999999;}
.blog-single .entry-meta a,
.blog-single .entry-meta a:visited {
	color: #000000;}

.blog-single .entry-meta li {
	display: inline-block;
	padding-left: 0;}

.blog-single .entry-meta .date {
	margin-right: 1rem;}

.blog-single .entry-meta .cat a {
	margin-right: 5px;}

.blog-single .entry-meta .cat a:last-child {
	margin-right: 0;}

.blog-single .entry-meta .cat a::after {
	content: ",";}

.blog-single .entry-meta .cat a:last-child::after {
	content: none;}

.blog-single .tags {
	margin: 6rem 0 4.2rem;}

.blog-single .tags span {
	color: #151515;
	margin-right: 1rem;
	font-size: 1.5rem;
	font-family: "montserrat-bold", sans-serif;}

.blog-single .tags a {
	color: #999999;
	margin-right: 1rem;}

.blog-single .author-profile {
	margin-top: 9rem;
	padding-left: 9rem;
	position: relative;}

.blog-single .author-profile a,
.blog-single .author-profile a:visited {
	color: #000000;}

.blog-single .author-profile img {
	margin: 0.6rem 0 0 0 !important;
	width: 6rem;
	height: 6rem;
	border-radius: 50%;
	position: absolute;
	left: 0;
	top: 0;}

.blog-single .author-profile p {
	margin-bottom: 1.2rem;}

.blog-single .author-profile .author-social {
	list-style: none;
	margin-left: 0;
	font-size: 1.4rem;
	text-transform: uppercase;
	letter-spacing: 0.1rem;}

.blog-single .author-profile .author-social li {
	display: inline-block;
	margin-right: 0.8rem;
	padding-left: 0;}

.blog-single .author-profile .author-social a {
	color: #999999;}

.blog-single .pagenav {
	padding-top: 1.5rem;
	margin: 12rem 0;
	border-top: 1px solid rgba(0, 0, 0, 0.1);}

.blog-single .pagenav div {
	padding-top: 1.5rem;
	float: left;
	width: 50%;}

.blog-single .pagenav a {
	font-size: 2.1rem;
	line-height: 1.571;
	font-family: "montserrat-bold", sans-serif;
	border: none;
	color: #000000;}

.blog-single .pagenav a span {
	font-size: 1.5rem;
	line-height: 3rem;
	font-family: "muli-regular", sans-serif;
	display: block;
	margin-bottom: 1.5rem;
	color: #999999;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	-webkit-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;}
.blog-single .pagenav a:hover span {
	color: #000000;}

/* responsive:
 * single post
 * ------------------------------------------------------------------- */
@media only screen and (max-width:768px) {
	.blog-single .entry-meta {
		font-size: 1.5rem;}

	.blog-single .pagenav div {
		float: none;
		width: 100%;}

	.blog-single .pagenav div:first-child {
		margin-bottom: 0.9rem;}

}

@media only screen and (max-width:600px) {
	.blog-single .author-profile {
		padding-left: 0;
		text-align: center;}

	.blog-single .author-profile img {
		position: static;
		width: 6.6rem;
		height: 6.6rem;
		margin: 0 0 0.6rem 0 !important;}

	.blog-single .pagenav {
		text-align: center;}

}


/* comments - (_blog.scss) 
 * ------------------------------------------------------------------- */
.comments-wrap {
	background-color: rgba(0, 0, 0, 0.08);
	padding: 7.8rem 0 9rem;}

/* comments
 * -------------------------------------------------- */
#comments {
	padding-top: 1.2rem;
	padding-bottom: 1.2rem;}

#comments h3 {
	margin-bottom: 1.5rem;}

#comments ol,
#comments ul {
	list-style: none;}

.commentlist {
	margin: 3rem 0 5.4rem;
	padding: 0;}

.commentlist > li {
	position: relative;
	list-style: none;
	margin: 0;
	padding: 1.8rem 0;
	padding-left: 14%;}

.commentlist li .avatar {
	position: absolute;
	left: 0;
	display: block;
	height: 6rem;
	width: 6rem;}

.commentlist li .avatar img {
	margin-top: 0.6rem;
	height: 6rem;
	width: 6rem;
	border-radius: 100%;}

.commentlist li .comment-info cite {
	font-family: "montserrat-bold", sans-serif;
	font-size: 1.8rem;
	font-style: normal;
	color: #151515;}

.commentlist li .comment-info .comment-meta {
	font-family: "muli-regular", sans-serif;
	font-size: 1.4rem;
	line-height: 3rem;
	display: block;
	color: #888888;}

.commentlist li .comment-info .comment-meta .reply {
	font-family: "montserrat-bold", sans-serif;
	color: #151515;}

.commentlist li .comment-info .comment-meta .sep {
	margin: 0 5px;}

.commentlist li .comment-text {
	clear: both;
	margin: 1.8rem 0 0 0;
	padding: 0;}

.commentlist li ul.children {
	margin: 0;
	padding: 1.8rem 0 0 0;}

.commentlist li ul.children li {
	padding-left: 5%;
	padding-top: 1.8rem;}

/* comments form
 * ---------------------------- */
#comments .respond {
	padding-top: 4.2rem;
	border-top: 1px solid rgba(0, 0, 0, 0.1);}

#comments form {
	padding-top: 3rem;}

#comments form .form-field {
	margin-bottom: 3.9rem;}

/* responsive:
 * comments
 * ------------------------------------------------------------------- */
@media only screen and (max-width:768px) {
	#comments form button {
		width: 100%;}

}

@media only screen and (max-width:600px) {
	#comments h3 {
		text-align: center;}

	.commentlist > li {
		padding-left: 0;}

	.commentlist li .avatar {
		display: none;}

}

 
/* post format gallery (_blog.scss)
 * ------------------------------------------------------------------- */
.format-gallery .post-slider {
	position: relative;
	cursor: pointer;}

.format-gallery .flex-control-paging {
	position: absolute;
	bottom: 2.1rem;
	right: 2rem;
	margin-left: 0;
	z-index: 500;}

.format-gallery .flex-control-paging li {
	float: left;
	cursor: pointer;
	margin: 0 3px;
	font: 0/0 a;
	text-shadow: none;
	color: transparent;}

.format-gallery .flex-control-paging li a {
	background-color: #ffffff;
	border-radius: 50%;
	display: block;
	height: 10px;
	width: 10px;
	opacity: .6;
	box-shadow: 0 1 3px rgba(0, 0, 0, 0.5);}

.format-gallery .flex-control-paging li a:hover,
.format-gallery .flex-control-paging li a.flex-active {
	opacity: 1;}

 
/* post format audio (_blog.scss)
 * ------------------------------------------------------------------- */
.format-audio .audio-wrap {
	position: absolute !important;
	bottom: 0;
	left: 0;
	width: 100%;}

.format-audio .mejs-controls,
.format-audio .mejs-mediaelement,
.format-audio .mejs-container {
	background: url("") !important;
	background-color: rgba(17, 17, 17, 0.5) !important;
	height: 42px;}

.format-audio .mejs-container {
	z-index: 500;
	max-width: 100%;}

.format-audio .mejs-container .mejs-controls {
	padding: 0 10px;
	z-index: 2;}

.format-audio .mejs-container .mejs-controls button {
	-moz-transition: all 0.1s ease-in-out;
	-o-transition: all 0.1s ease-in-out;
	-webkit-transition: all 0.1s ease-in-out;
	-ms-transition: all 0.1s ease-in-out;
	transition: all 0.1s ease-in-out;
	height: 42px;
	margin: 0 6px;}

.format-audio .mejs-container .mejs-controls .mejs-time {
	line-height: 42px;
	height: 42px;
	padding-top: 0;}

.format-audio .mejs-controls .mejs-button {
	height: 42px;}

.format-audio .mejs-controls .mejs-button button,
.format-audio .no-svg .mejs-controls .mejs-button button {
	background: transparent url(../img/images/mejs/play.png) no-repeat center;
	background-size: 14px;}

.format-audio .mejs-controls .mejs-pause button,
.format-audio .no-svg .mejs-controls .mejs-pause button {
	background: transparent url(../img/images/mejs/pause.png) no-repeat center;
	background-size: 14px;}

.format-audio .mejs-controls .mejs-mute button,
.format-audio .no-svg .mejs-controls .mejs-mute button {
	background: transparent url(../img/images/mejs/speaker-on.png) no-repeat center;
	background-size: 16px;}

.format-audio .mejs-controls .mejs-unmute button,
.format-audio .no-svg .mejs-controls .mejs-unmute button {
	background: transparent url(../img/images/mejs/speaker-mute.png) no-repeat center;
	background-size: 16px;}

.format-audio .mejs-controls .mejs-button button:focus {
	outline: none;}

.format-audio .mejs-controls div.mejs-time-rail {
	margin: 19px 6px 0;
	padding: 0;
	height: 3px;
	top: 19px;}

.format-audio .mejs-controls .mejs-time-rail span,
.format-audio .mejs-controls .mejs-time-rail a {
	border-radius: 0;
	margin: 0;}

.format-audio .mejs-controls .mejs-time-rail .mejs-time-total {
	position: relative;
	background: #333;
	height: 3px;}

.format-audio .mejs-controls .mejs-time-rail .mejs-time-loaded {
	background: #7A7A7A;
	height: 3px;}

.format-audio .mejs-controls .mejs-time-rail .mejs-time-current {
	background: #fff;
	height: 3px;}

.format-audio .mejs-controls .mejs-time-rail .mejs-time-float {
	border: none;
	height: 18px;
	line-height: 18px;
	border-radius: 2px;}

.format-audio .mejs-controls .mejs-time-rail .mejs-time-float-current {
	padding: 0 4px;
	width: auto;}

.format-audio .mejs-controls .mejs-time-rail .mejs-time-float-corner {
	top: 16px;}

.format-audio .mejs-controls a.mejs-horizontal-volume-slider {
	height: 42px;}

.format-audio .mejs-controls .mejs-volume-button {
	position: relative;
	margin-right: 6px;}

.format-audio .mejs-controls .mejs-horizontal-volume-slider .mejs-horizontal-volume-total {
	border-radius: 0;
	background: #333;
	height: 3px;
	top: 19px;}

.format-audio .mejs-controls .mejs-horizontal-volume-slider .mejs-horizontal-volume-current {
	border-radius: 0;
	background: #fff;
	height: 3px;
	top: 19px;}


/* ===================================================================
 *  15. page styles
 *
 * ------------------------------------------------------------------- */
 
/* contact page
 * ------------------------------------------------------------------- */

/* map
 * ----------------------------------------------- */
#map-wrap {
	background: white;
	z-index: 800;
	height: 420px;}

#map-wrap .gm-style img {
	max-width: none;}

#map-wrap .gm-style label {
	width: auto;
	display: inline;}

#map-wrap #map-container {
	height: 100%;
	width: 100%;
	background: #DBDBDB;
	position: relative;}

#map-wrap #map-zoom-in,
#map-wrap #map-zoom-out {
	height: 3.2rem;
	width: 3.2rem;
	cursor: pointer;
	margin-right: 4rem;
	color: white;
	background-color: black;
	display: none;}

@media only screen and (max-width:600px) {
	#map-wrap #map-zoom-in,
	#map-wrap #map-zoom-out {
		margin-right: 3.5rem;}

}

@media only screen and (max-width:400px) {
	#map-wrap #map-zoom-in,
	#map-wrap #map-zoom-out {
		margin-right: 2.5rem;}

}

#map-wrap #map-zoom-in {
	margin-bottom: 2px;
	margin-top: 30px;}

#map-wrap #map-zoom-in::before,
#map-wrap #map-zoom-out::before {
	display: block;
	color: white;
	text-align: center;
	font-family: 'FontAwesome';
	font-size: 14px;
	content: "\f067";
	height: 32px;
	width: 32px;
	line-height: 32px;
	-moz-transition: color 0.3s ease-in-out;
	-o-transition: color 0.3s ease-in-out;
	-webkit-transition: color 0.3s ease-in-out;
	-ms-transition: color 0.3s ease-in-out;
	transition: color 0.3s ease-in-out;}

#map-wrap #map-zoom-in::before {
	content: "\f067";}

#map-wrap #map-zoom-out::before {
	content: "\f068";}

#map-wrap #map-zoom-in:hover::before,
#map-wrap #map-zoom-out:hover::before {
	color: #034e4a;}

/* contact form
 * ----------------------------------------------- */
#cForm {
	margin-top: 3.6rem;}