/* Theme Name:Puzzle XOchild
Theme URI:https://wordpress.com/themes/puzzle/
Description:Puzzle is a visual oriented theme,
great for photographers and artists who want to tell stories through their images.
Author:Pro Theme Design
Author URI:http://theme.wordpress.com/themes/by/pro-theme-design/
Template:Puzzle
Version:1.0
Tags:black,
green,
white,
two-columns,
right-sidebar,
responsive-layout,
custom-background,
custom-colors,
custom-header,
custom-menu,
featured-images,
flexible-header,
full-width-template,
infinite-scroll,
rtl-language-support,
sticky-post,
theme-options,
translation-ready,
art,
artwork,
craft,
design,
food,
gaming,
lifestream,
magazine,
music,
photoblogging,
photography,
portfolio,
scrapbooking,
clean,
conservative,
contemporary,
earthy,
faded,
minimal,
modern,
natural,
simple,
sophisticated,
site-logo
Text Domain:puzzle-xochild
 
License:GNU General Public License v2.0 or later
License URI:http://www.gnu.org/licenses/gpl-2.0.html */

/* =Theme customization starts here
-------------------------------------------------------------- */
* {
	font-family: 'Verlag A', 'Verlag B';
}
body {
	font-size: 17px;
	font-weight: 300;
	font-style: normal;
	color: #000; 
}
@media (min-width:768px) {
	.container {
		/* width: 750px;
		*/
		width: 1024px;
	}
	body {
		min-width: 1024px;
	}
}
@media (min-width:992px) {
	.container {
		/* width: 970px;
		*/
		width: 1024px;
	}
}
@media (min-width:1200px) {
	.container {
		width: 1024px;
	}
}
a {
	color: #a2cf6c;
	text-decoration: none;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}
a:hover {
	color: #a2cf6c;
}
a:hover,
a:focus {
	text-decoration: underline;
}

/* loading */
.loading-overlay {
	position: fixed;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	background-color: rgba(0, 0, 0, 0.3);
	display: none;
	z-index: 10001;
}
.loading-overlay .spinner {
	width: 90px;
	height: 90px;
	left: 50%;
	top: 50%;
	margin-left: -45px;
	margin-top: -45px;
	position: absolute;
	text-align: center;
	-webkit-animation: rotate 2.0s infinite linear;
	animation: rotate 2.0s infinite linear;
}
.loading-overlay .dot1,
.loading-overlay .dot2 {
	width: 60%;
	height: 60%;
	display: inline-block;
	position: absolute;
	top: 0;
	background-color: #B4D88A;
	border-radius: 100%;
	-webkit-animation: bounce 2.0s infinite ease-in-out;
	animation: bounce 2.0s infinite ease-in-out;
}
.loading-overlay .dot2 {
	top: auto;
	bottom: 0px;
	-webkit-animation-delay: -1.0s;
	animation-delay: -1.0s;
}
@-webkit-keyframes rotate {
	100% {
		-webkit-transform: rotate(360deg)
	}
}
@keyframes rotate {
	100% {
		transform: rotate(360deg);
		-webkit-transform: rotate(360deg)
	}
}
@-webkit-keyframes bounce {
	0%,
	100% {
		-webkit-transform: scale(0.0)
	}
	50% {
		-webkit-transform: scale(1.0)
	}
}
@keyframes bounce {
	0%,
	100% {
		transform: scale(0.0);
		-webkit-transform: scale(0.0);
	}
	50% {
		transform: scale(1.0);
		-webkit-transform: scale(1.0);
	}
}

/* loading end */
/* backtotop */
#BackToTop {
	background: url(images/backtotop.png) no-repeat;
	width: 50px;
	height: 50px;
	display: none;
	font-size: 0;
	opacity: 1;
	position: fixed;
	bottom: 50px;
	right: 15px;
	z-index: 9999;
	cursor: pointer;
}
#BackToTop:hover {
	opacity: .6;
}

#BackToTop.xo-bottom {
	
}

@media (max-width:767px) {
	#BackToTop {
		bottom: 30px;
		right: 10px;
		margin-right: 0;
	}
}

/* backtotop end */
/* header style begin */
@media (min-width:768px) {
	.navbar-xoinverse .container {
		padding-left: 25px;
	}
}
@media (min-width:992px) {
	.navbar-xoinverse .container {
		padding-left: 25px;
	}
}
@media (min-width:1200px) {
	.navbar-xoinverse .container {
		padding-left: 25px;
	}
}
.navbar-xoinverse {
	background-color: #000;
	border-color: #000;
	margin-bottom: 0;
	border-radius: 0;
}
@media (min-width:768px) {
	.navbar-xoinverse {
		overflow: hidden;
	}
}
.navbar-xoinverse .navbar-brand {
	color: #FFF
}
.navbar-xoinverse .navbar-brand:hover,
.navbar-xoinverse .navbar-brand:focus {
	color: #B4D88A;
	background-color: transparent
}
.navbar-xoinverse .navbar-text {
	color: #FFF
}
.navbar-xoinverse .navbar-nav>li>a {
	color: #FFF;
	letter-spacing: 1px;
}
.navbar-xoinverse .navbar-nav>li>a:hover,
.navbar-xoinverse .navbar-nav>li>a:focus {
	color: #B4D88A;
	text-decoration: none;
	background-color: transparent
}
.navbar-xoinverse .navbar-nav>.current-menu-item>a,
.navbar-xoinverse .navbar-nav>.current-menu-item>a:hover,
.navbar-xoinverse .navbar-nav>.current-menu-item>a:focus {
	color: #B4D88A;
	text-decoration: none;
	background-color: #080808
}
.navbar-xoinverse .navbar-nav>.disabled>a,
.navbar-xoinverse .navbar-nav>.disabled>a:hover,
.navbar-xoinverse .navbar-nav>.disabled>a:focus {
	color: #444;
	text-decoration: none;
	background-color: transparent
}
.navbar-xoinverse .navbar-toggle .icon-bar {
	background-color: #fff
}
.navbar-xoinverse .navbar-collapse,
.navbar-xoinverse .navbar-form {
	border-color: #101010
}
.navbar-xoinverse .navbar-nav>.open>a,
.navbar-xoinverse .navbar-nav>.open>a:hover,
.navbar-xoinverse .navbar-nav>.open>a:focus {
	color: #B4D88A;
	text-decoration: none;
	background-color: #080808
}
@media (max-width:767px) {

	.navbar-xoinverse .navbar-nav > li > a {
		padding-bottom: 13px;
		padding-top: 15px;
	}

	.navbar-xoinverse .navbar-nav>.current-menu-item>a,
	.navbar-xoinverse .navbar-nav>.current-menu-item>a:hover,
	.navbar-xoinverse .navbar-nav>.current-menu-item>a:focus {
		color: #000;
		text-decoration: none;
		background-color: #B4D88A;
	}


	.navbar-xoinverse .navbar-nav .open .dropdown-menu>.dropdown-header {
		border-color: #080808
	}
	.navbar-xoinverse .navbar-nav .open .dropdown-menu .divider {
		background-color: #080808
	}
	.navbar-xoinverse .navbar-nav .open .dropdown-menu>li>a {
		color: #9d9d9d
	}
	.navbar-xoinverse .navbar-nav .open .dropdown-menu>li>a:hover,
	.navbar-xoinverse .navbar-nav .open .dropdown-menu>li>a:focus {
		color: #fff;
		text-decoration: none;
		background-color: transparent
	}
	.navbar-xoinverse .navbar-nav .open .dropdown-menu>.current-menu-item>a,
	.navbar-xoinverse .navbar-nav .open .dropdown-menu>.current-menu-item>a:hover,
	.navbar-xoinverse .navbar-nav .open .dropdown-menu>.current-menu-item>a:focus {
		color: #fff;
		text-decoration: none;
		background-color: #080808
	}
	.navbar-xoinverse .navbar-nav .open .dropdown-menu>.disabled>a,
	.navbar-xoinverse .navbar-nav .open .dropdown-menu>.disabled>a:hover,
	.navbar-xoinverse .navbar-nav .open .dropdown-menu>.disabled>a:focus {
		color: #444;
		text-decoration: none;
		background-color: transparent
	}
}
.navbar-xoinverse .navbar-link {
	color: #9d9d9d
}
.navbar-xoinverse .navbar-link:hover {
	color: #fff;
	text-decoration: none;
}
.navbar-xoinverse .btn-link {
	color: #9d9d9d
}
.navbar-xoinverse .btn-link:hover,
.navbar-xoinverse .btn-link:focus {
	color: #fff;
	text-decoration: none;
}
.navbar-xoinverse .btn-link[disabled]:hover,
fieldset[disabled] .navbar-xoinverse .btn-link:hover,
.navbar-xoinverse .btn-link[disabled]:focus,
fieldset[disabled] .navbar-xoinverse .btn-link:focus {
	color: #444
}
.navbar-brand {
	height: 80px;
	padding: 20px 0 20px 50px;
}
.navbar-brand > img {
	display: inline-block;
}
#navbar {
	padding-top: 16px;
	font-size: 13px;
	font-weight: 600;
}
.navbar-toggle {
	margin-top: 20px;
}
.container>.navbar-header,
.container-fluid>.navbar-header {
	margin-right: -15px;
}
@media (min-width:768px) {
	.container>.navbar-header,
	.container-fluid>.navbar-header {
		margin-right: 65px;
	}
}
.navbar-nav>li>a {
	padding-left: 10px;
	padding-right: 10px;
}
@media (min-width:768px) {
	.navbar-nav>li>a {
		padding-left: 26px;
		padding-right: 27px;
	}
}
.navbar-search {
	padding: 15px 0;
	position: relative;
	display: none;
}
.navbar-search .form-group {
	position: absolute;
	width: 0;
	overflow: hidden;
	left: 0;
	top: 8px;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}
.navbar-search .btn {
	width: 24px;
	height: 24px;
	background: url(images/btn-search.png) no-repeat;
	font-size: 0;
}
.navbar-search.open .form-group {
	left: -200px;
	width: 196px;
}
@media (max-width:767px) {
	.navbar-search.open .form-group {
		left: 30px;
	}
	#navbar {
		position: fixed;
		top: 0;
		left: -216px;
		width: 215px;
		background-color: #FFF;
		webkit-box-shadow: 2px 1px 5px 3px rgba(0, 0, 0, 0.05);
		moz-box-shadow: 2px 1px 5px 3px rgba(0, 0, 0, 0.05);
		box-shadow: 2px 1px 5px 3px rgba(0, 0, 0, 0.05);
		z-index: 999;
		padding: 0;
		transition: left 0.3s ease;
	}
	#navbar .navbar-nav {
		margin: 0;
	}
	.navbar-xoinverse .navbar-nav>li>a {
		color: #000;
		font-weight: 700;
	}
	.navbar-xoinverse .navbar-nav>li {
		border-bottom: 2px solid #F0F0F0;
	}
	.navopen #navbar {
		left: 0;
	}
	.navbar-brand {
		padding: 20px 0 20px 20px;
	}
	.navbar-xoinverse .navbar-nav>.current-menu-item>a,
	.navbar-xoinverse .navbar-nav>.current-menu-item>a:hover,
	.navbar-xoinverse .navbar-nav>.current-menu-item>a:focus {
		/*background-color: transparent;*/
	}
}
.navbar-toggle .icon-bar {
	width: 20px;
	height: 1px;
}
.navbar-toggle .icon-bar+.icon-bar {
	margin-top: 8px;
}
.navbar-xoinverse .navbar-toggle {
	border: none;
}
.navbar-xoinverse .navbar-toggle:hover,
.navbar-xoinverse .navbar-toggle:focus {
	background-color: none;
}
.navopen .blocker-overlay {
	display: block;
}
.blocker-overlay {
	position: fixed;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	background-color: rgba(255, 255, 255, 0.3);
	display: none;
	z-index: 998;
}

/* header style end */
/* footer style start */
#footer {
	background-color: #000;
	border-color: #000;
	padding: 35px 0 30px;
	color: #FFF;
	text-align: center;
}
#footer a {
	color: #FFF;
}
#footer a:hover {
	color: #B4D88A;
	text-decoration: none;
}
#footer .footerlogo {
	margin-bottom: 12px;
}

#footer .footerlogo  span:nth-child(1){
	margin-right: 10px;
}

#footer .footerlogo  span:nth-child(2)  img{
	margin-right: 20px;
}
/*#footer .footerlogo  span:nth-child(2)  a:nth-child(1)  img{
}*/
#footer .footerlogo  span:nth-child(2)  a:nth-child(2)  img{
	margin-top:7px;
}
#footer .footerlogo  span:nth-child(2)  a:nth-child(3)  img{
	margin-top:7px;
}
#footer .footerlogo  span:nth-child(2)  a:nth-child(4)  img{
	margin-top:-3px;
}
#footer .footerlogo  span:nth-child(2)  a:nth-child(5)  img{
	margin-top:7px;
}

#footer .footernav {
	font-size: 13px;
	margin-bottom: 26px;
}
#footer .footernav a {
	letter-spacing: 1px;
	margin: 0 33px;
	font-size: 13px; 
	font-weight: 600;
}
#footer .footercopyright {
	font-size: 11px;
}
#footer .footercopyright span {
	margin: 0 15px;
}
#footer .footercopyright i {
	font-style: normal;
}
.footercopyright > i:nth-last-child(1){
	display: none;
}
@media (max-width:767px) {
	#footer .footerlogo span {
		display: block;
		text-align: center;
	}
	#footer .footernav span {
		display: block;
		margin-bottom: 1em;
	}
	#footer .footercopyright span:first-child {
		display: block;
		margin-bottom: 0.7em;
	}
	#footer .footercopyright span:nth-of-type(4) {
		display: block;
		margin-top: 0.7em;
	}
	#footer .footercopyright span:last-child {
		display: none;
	}
	#footer .footercopyright i:nth-of-type(1),
	#footer .footercopyright i:nth-of-type(3),
	#footer .footercopyright i:nth-of-type(4) {
		display: none;
	}
	#footer img.footimg{
		width: 100px;
		margin-right: 20px;
		margin-left: 20px;
		margin-bottom: 15px;				
	}
	.footerlogo  span:nth-child(1)  a img{
		margin-bottom: 12px;
	}
	#footer .footerlogo  span:nth-child(2)  a:nth-child(5)  img{
		width:150px !important;
	}


}

/* footer style end */
/* hp image grides */
.padding-right-0 {
	padding-right: 0 !important;
}
#image-grids-wrapper {
}
#image-grids-wrapper a:hover{ text-decoration: none;}
#image-grids {
	position: relative;
	margin: -2px 0 -2px -2px;
}

#image-grids article a.link-image {
	position: absolute;
	top: 0;
	right: -1px;
	left: 0;
	bottom: 0;
	opacity: 1;
	background-size: cover;
	background-position: center center;
	z-index: 10;
	transform: translateZ(0);
	-ms-transform: translateZ(0);
	-moz-transform: translateZ(0);
	-webkit-transform: translateZ(0);
	-o-transform: translateZ(0);
	-webkit-transition: all 0.5s ease-in-out 0.05s;
	-moz-transition: all 0.5s ease-in-out 0.05s;
	-ms-transition: all 0.5s ease-in-out 0.05s;
	-o-transition: all 0.5s ease-in-out 0.05s;
	transition: all 0.5s ease-in-out 0.05s;
}
@media (min-width:768px) {
	#image-grids article section:hover a.link-image {
		opacity: 0.2;
		top: -50px;
		left: -50px;
		right: -50px;
		bottom: -50px;
		z-index: 1;
	}
}
#image-grids article section.hover a.link-image {
	opacity: 0.2;
	top: -50px;
	left: -50px;
	right: -50px;
	bottom: -50px;
	z-index: 1;
}
#image-grids article .entry {
	padding: 15px;
	position: absolute;
	cursor: pointer;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	z-index: 2;
	display: table;
	overflow:hidden;
}
#image-grids article h2.entry-title {
	font-size: 20px;
	color: #FFF;
	margin: 0;
	padding: 0;
	font-weight: 700;
	line-height: 28px;
	margin-bottom: 8px;
}
#image-grids article h2.entry-title a {
	color: #FFF;
}
#image-grids article p.post-meta-data {
	margin: 0;
	color: #B4D88A;
	font-size: 20px;
	font-weight: 600;
	text-align: center;
	display: table-cell;
	vertical-align: middle;
}
#image-grids article {
	float: left;
	padding: 2px;
	width: 20%;
	height: 21.762%;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}
#image-grids article section {
	width: 100%;
	height: 100%;
	overflow: hidden;
	position: relative;
	background-color: #000;
}
#image-grids article:nth-of-type(1) {
	width: 20%;
	height: 33.333%;
}
#image-grids article:nth-of-type(2) {
}
#image-grids article:nth-of-type(3) {
}
#image-grids article:nth-of-type(4) {
	width: 40%;
	height: 11.571%;
	position: absolute;
	left: 20%;
	top: 21.762%;
}
#image-grids article:nth-of-type(5) {
	width: 40%;
	height: 33.333%;
	padding-right:0;
}
#image-grids article:nth-of-type(6) {
	width: 40%;
	height: 33.333%;
}
#image-grids article:nth-of-type(7) {
	width: 20%;
	height: 21.763%;
}
#image-grids article:nth-of-type(8) {
}
#image-grids article:nth-of-type(9) {
	padding-right:0;
}
#image-grids article:nth-of-type(10) {
	width: 60%;
	height: 11.571%;
	position: absolute;
	right: 0;
	top: 55.095%;
	padding-right:0;
}
#image-grids article:nth-of-type(11) {
	clear: left;
}
#image-grids article:nth-of-type(12) {
	width: 20%;
	height: 11.571%;
	position: absolute;
	left: 0;
	bottom: 0;
}
#image-grids article:nth-of-type(13) {
	width: 40%;
	height: 33.333%;
}
#image-grids article:nth-of-type(14) {
	width: 20%;
	height: 33.333%;
}
#image-grids article:nth-of-type(15) {
	width: 20%;
	height: 11.571%;
	padding-right:0;
}
#image-grids article:nth-of-type(16) {
	padding-right:0;
}
@media (max-width:767px) {
	#image-grids {
		margin: 0;
		height: auto;
		position: relative;
	}
	
	/* #image-grids article .entry {
		position: absolute;
		width: 100%;
		bottom: 0;
		background: rgba(0, 0, 0, .3);
		z-index: 11;
		padding: 5px 10px;
	}
	*/
	#image-grids article h2.entry-title {
		font-size: 16px;
	}
	#image-grids article {
		padding: 0 4px 4px 0;
		position: absolute;
		float: none;
		margin: 0;
	}
	#image-grids article:nth-of-type(1) {
		width: 50%;
		height: 13.043%;
		left: 0;
		top: 26.086%;
	}
	#image-grids article:nth-of-type(2) {
		width: 50%;
		height: 8.695%;
		left: 0;
	}
	#image-grids article:nth-of-type(3) {
		width: 50%;
		height: 8.695%;
		right: 0;
		padding-right: 0;
	}
	#image-grids article:nth-of-type(4) {
		width: 100%;
		height: 4.348%;
		position: absolute;
		top: 8.695%;
		left: 0;
		padding-right: 0;
	}
	#image-grids article:nth-of-type(5) {
		width: 100%;
		height: 13.043%;
		top: 13.043%;
		padding-right: 0;
	}
	#image-grids article:nth-of-type(6) {
		width: 100%;
		height: 13.043%;
		top: 39.21%;
		padding-right: 0;
	}
	#image-grids article:nth-of-type(7) {
		width: 50%;
		height: 13.043%;
		right: 0;
		top: 26.086%;
		padding-right: 0;
	}
	#image-grids article:nth-of-type(8) {
		width: 50%;
		height: 8.695%;
		left: 0;
		top: 52.253%;
	}
	#image-grids article:nth-of-type(9) {
		width: 50%;
		height: 8.695%;
		right: 0;
		top: 52.253%;
		padding-right: 0;
	}
	#image-grids article:nth-of-type(10) {
		width: 100%;
		/*height: 4.348%;*/
		height: 3.248%;
		position: absolute;
		left: 0;
		top: 60.948%;
		padding-right: 0;
	}
	#image-grids article:nth-of-type(11) {
		width: 50%;
		height: 8.695%;
		left: 0;
		/*top: 65.296%;*/
		top: 64.196%;
	}
	#image-grids article:nth-of-type(12) {
		width: 50%;
		height: 4.348%;
		position: absolute;
		left: 0;
		/*top: 73.991%;*/
		top: 72.891%;
	}
	#image-grids article:nth-of-type(13) {
		width: 100%;
		height: 13.043%;
		/*top: 78.339%;*/
		top: 77.239%;
		padding-right: 0;

	}
	#image-grids article:nth-of-type(14) {
		width: 50%;
		height: 13.043%;
		right: 0;
		/*top: 65.296%;*/
		top: 64.196%;
		padding-right: 0;
	}
	#image-grids article:nth-of-type(15) {
		width: 50%;
		height: 4.348%;
		left: 0;
		/*top: 91.382%;*/
		top: 90.282%;
		padding-right: 4px;
	}
	#image-grids article:nth-of-type(16) {
		width: 50%;
		height: 8.695%;
		right: 0;
		/*top: 91.382%;*/
		top: 90.282%;
		padding-right: 0;
	}
}

/* hp image grides end */
/* hp description text */
.index-h2-section {
	margin: 10px 0;
}
.index-h2-section.description {
	line-height: 1.6em;
}
@media (min-width:768px) {
	.index-h2-section {
		padding: 0 20px;
		margin: 30px 0 25px;
	}
}
.index-h2-section h2 {
	font-size: 65px;
	font-weight: 700;
	word-spacing: -5px;
}
.index-h2-section h1 {
	font-size: 65px;
	font-weight: 700;
	word-spacing: -5px;
}
@media (max-width:767px) {
	.index-h2-section {
		margin-bottom: 25px;
	}
	.index-h2-section h2 {
		font-size: 65px;
	}
	.index-h2-section h1 {
		font-size: 65px;
	}
}
.hp-photo-from {
	font-size: 12px;
	margin-bottom: 20px;
	line-height: 1.6em;
}
@media (min-width:768px) {
	.hp-photo-from {
		padding: 0 50px;
	}
}
/*Larry*/
.index-h2-section .branding p {
	text-align: center;
}
/* hp description text end */
/* =============about us page=============== */
/* FlexSlider user Theme *********************************/
#aboutusbanner .flexslider {
	border: none !important;
	box-shadow: none !important;
}
#aboutusbanner .flex-direction-nav a.flex-prev:before,
#aboutusbanner .flex-direction-nav a.flex-next:before {
	background: url(images/slide-arror.png) no-repeat;
	width: 22px;
	height: 38px;
	overflow: hidden;
	text-indent: -3000px;
}
#aboutusbanner .flex-direction-nav a.flex-prev:before {
}
#aboutusbanner .flex-direction-nav a.flex-next:before {
	content: " " !important;
	transform: rotate(180deg);
	-ms-transform: rotate(180deg);
	-moz-transform: rotate(180deg);
	-webkit-transform: rotate(180deg);
	-o-transform: rotate(180deg);
}

#aboutusbanner .flexslider .flex-prev {
	left: 40px !important;
}
#aboutusbanner .flexslider .flex-next {
	right: 40px !important;
}
#aboutusbanner .flex-direction-nav a.flex-prev {
	opacity: 1;
}
#aboutusbanner .flex-direction-nav a.flex-next {
	opacity: 1;
}
@media (min-width:768px) {
	#aboutuswrap .container,
	#ourteamwrap .container,
	#advertisingwrap .container,
	#advertisingarticlewrap .container,
	#contactuswrap .container,
	.aboutuslist-hd .container,
	.aboutuslistrow .container,
	.single-container .container {
		width: 955px;
	}
}
@media (min-width:992px) {
	#aboutuswrap .container,
	#ourteamwrap .container,
	#contactuswrap .container,
	.aboutuslist-hd .container,
	.aboutuslistrow .container,
	.single-container .container {
		width: 955px;
	}
}
@media (min-width:1200px) {
	#aboutuswrap .container,
	#ourteamwrap .container,
	#contactuswrap .container,
	.aboutuslist-hd .container,
	.aboutuslistrow .container,
	.single-container .container {
		width: 955px;
	}
}
#aboutusbanner {
	width: 100%;
    height: auto;
    overflow: hidden;
    margin: 0 auto;
}
#aboutusbanner .flexslider .slides img {
	height: 420px;
}
.mobilesubnav {
	width: 100%;
	padding: 15px 0;
	margin-bottom: 10px;
	background-color: #fff;
	z-index: 998;
	position: relative;
	box-shadow: 0 1px 12px -4px rgba(0,0,0,0.2);
	background-color:rgba(255,255,255,0.95);
}
.mobilesubnav a.dropdown-toggle {
	display: block;
	color: #000;
	font-size: 20px;
	font-weight: 400;
	text-align: center;
	margin: 0;
	padding: 0;
	text-decoration:none;
}
.mobilesubnav a .mobilesubnav-arror {
	display: inline-block;
	width: 16px;
	height: 12px;
	background: url(images/arror-down.png) no-repeat;
	background-size: 100%;
	margin-left: 5px;
	margin-bottom: 1px;
	transition: transform .2s linear 0;
	-moz-transition: transform .2s linear 0;
	-webkit-transition: transform .2s linear 0;
	-o-transition: transform .2s linear 0;
	transform: rotate(0);
	-ms-transform: rotate(0);
	-moz-transform: rotate(0);
	-webkit-transform: rotate(0);
	-o-transform: rotate(0);
}
.mobilesubnav.open .dropdown-toggle {
	box-shadow: none;
}
.open a .mobilesubnav-arror {
	transform: rotate(180deg);
	-ms-transform: rotate(180deg);
	-moz-transform: rotate(180deg);
	-webkit-transform: rotate(180deg);
	-o-transform: rotate(180deg);
}
.mobilesubnav ul {
	border: medium none;
	border-radius: 0;
	margin: 0;
	padding: 0;
	text-align: center;
	width: 100%;
	padding: 5px 0 20px;
	list-style: none;
	text-align: center;
}
.mobilesubnav li {
	padding: 17px 0 0;
}
.mobilesubnav ul a {
	color: #c3c3c3 !important;
	letter-spacing: 1px;
	font-color: #000;
	font-weight: 700;
	font-size: 16px;
	padding:0;
}
.mobilesubnav a:hover,
.mobilesubnav a.current {
	color: #000 !important;
	text-decoration: none;
}
.btn-group .open .dLabel {
	box-shadow: none;
}
#subnavfixedbox {
	height: 65px;
}
#subnav .container {
	width: 925px;
}
#subnav {
	font-size: 14px;
	font-weight: 700;
	color: #c3c3c3;
	padding: 22px 0;
	background-color: rgba(255,255,255,0.95);
	box-shadow: 0 1px 12px -4px rgba(0,0,0,0.2);
	/* position: fixed;
	left: 0;
	right: 0;
	z-index: 999;
	*/
	z-index: 999;
}
#subnav a {
	padding: 0 20px;
	color: #c3c3c3;
	text-decoration: none;
}
#subnav a:nth-of-type(1) {
	padding-left: 0;
}
#subnav a:hover,
#subnav a.current {
	color: #000;
	text-decoration: none;
}
#subnav.press{
	border-top:1px solid #c3c3c3;
}

#aboutuswrap {
	padding-top: 30px;
	background-color: #F7F6F5;
}
.aboutus-descript {
	margin-bottom: 27px;
}
.aboutus-descript .aboutus p {
	width: 100%;
}

.aboutus-descript.aboutus-ourteam-des {
	margin-bottom:0;
	margin-top:30px;
}

.aboutus-descript.aboutus-ourteam-des .aboutus p{
	width: 100%;
}

.aboutus-descript h2 {
	font-size: 24px;
}
.aboutus-descript h1 {
	font-size: 24px;
}

.aboutus-image {
	margin-left: -9px;
	margin-right: -9px;
}
.aboutus-image .thumbnail {
	padding: 0;
	border: none;
}
.aboutus-image .thumbnail>a {
	display:block;
	position:relative;
}
.aboutus-image .width-100 {
	width:100%;
}

.aboutus-image .thumbnail>a>.layer {
	-webkit-transition: all 0.5s ease-in-out 0.05s;
	-moz-transition: all 0.5s ease-in-out 0.05s;
	-ms-transition: all 0.5s ease-in-out 0.05s;
	-o-transition: all 0.5s ease-in-out 0.05s;
	transition: all 0.5s ease-in-out 0.05s;
	width:100%;
	height:100%;
	background-color:#000;
	opacity:0.1;
	position:absolute;
	top:0;
}
.aboutus-image .thumbnail>a:hover>.layer {
	opacity:0.6;
}

.aboutus-image .col-sm-4 .about-us-logo{
	left: 0;
    position: absolute;
    right: 0;
    top: 50%;
}

.aboutus-image .col-sm-4:nth-of-type(1) .about-us-logo {
	margin-top: -24px;
}
.aboutus-image .col-sm-4:nth-of-type(2) .about-us-logo {
	margin-top: -18px;
}
.aboutus-image .col-sm-4:nth-of-type(3) .about-us-logo {
	margin-top: -16px;
}

.aboutus-image .col-sm-4:nth-of-type(4) .about-us-logo {
	margin-top: -48px;
}

.aboutus-image .col-sm-4:nth-of-type(5) .about-us-logo {
	margin-top: -12px;
}

/*.aboutus-image .thumbnail>a:hover>img.scale-about-us-logo {
	-moz-transform: scale(1.01);-webkit-transform:scale(1.01);-o-transform:scale(1.01);
}*/


.aboutus-image .thumbnail p.desc {
	width:100%;
	line-height: 1.42857143;
}
.aboutus-image .thumbnail .caption {
	background-color: #F7F6F5;
	padding: 13px 0 9px;
}
.aboutus-image>div {
	padding-left: 9px;
	padding-right: 9px;
}
.aboutus-image .thumbnail p.more {
	font-size: 13px;
	font-weight: 600;
}
.aboutus-image .thumbnail p.more a:hover {
	text-decoration: underline;
}
#ourteamwrap {
	background-color: #fff;
}
#ourteamwrap .ourteampannel {
	padding: 15px 0 30px;
}
#ourteamwrap .nav-tabs>li {
	width: 285px;
}
#ourteamwrap .nav-tabs>li>a {
	border-color: #c3c3c3;
	border-radius: 0;
	background-color: #FFF;
	color: #000;
	padding: 7px 10px;
	font-size: 14px;
	font-weight: 500;
	text-transform: uppercase;
}
#ourteamwrap .nav-tabs>li>a .caret {
	float: right;
	width: 12px;
	height: 8px;
	border: none;
	background: url(images/arror-down.png) no-repeat;
	background-size: 100%;
	margin-top: 0.5em;
	transition: transform .2s linear 0;
	-moz-transition: transform .2s linear 0;
	-webkit-transition: transform .2s linear 0;
	-o-transition: transform .2s linear 0;
}
#ourteamwrap .nav-tabs>li.open>a .caret {
	transform: rotate(180deg);
	-ms-transform: rotate(180deg);
	-moz-transform: rotate(180deg);
	-webkit-transform: rotate(180deg);
	-o-transform: rotate(180deg);
}
#ourteamwrap .nav-tabs .dropdown-menu {
	text-transform: uppercase;
	width: 283px;
}
#ourteamwrap .nav-tabs .dropdown-menu li.active a{
	background-color:#B0D57F;
}


#ourteamTab {
	margin-bottom: 30px;
}
#ourteamwrap .nav-tabs {
	border-bottom: none;
}
#ourteamTabContent {
}
#ourteamTabContent .ourteamlist .row {
	margin-left: -8px;
	margin-right: -8px;
}
#ourteamTabContent .ourteamlist .row>div {
	padding-left: 8px;
	padding-right: 8px;
}
#ourteamTabContent .ourteamlist .thumbnail {
	border-radius: 0;
	border: none;
	padding: 0;
	position: relative;
	
}
#ourteamTabContent .ourteamlist .thumbnail img{
	width:100%;
	height:100%;
}

#ourteamTabContent .ourteamlist .thumbnail .caption {
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	padding:0;
	text-align: center;
	background-color: rgba(0, 0, 0, .4);
	color: #FFF;
	opacity: 0;
	-webkit-transition: all 0.5s ease-in-out 0.05s;
	-moz-transition: all 0.5s ease-in-out 0.05s;
	-ms-transition: all 0.5s ease-in-out 0.05s;
	-o-transition: all 0.5s ease-in-out 0.05s;
	transition: all 0.5s ease-in-out 0.05s;
}
#ourteamTabContent .ourteamlist .thumbnail:hover .caption,
#ourteamTabContent .ourteamlist a.hover .thumbnail .caption {
	opacity: 1;
}

#ourteamTabContent .ourteamlist .thumbnail .caption .cap-warp {
	position:absolute;
	padding: 0 9px;
	width:100%;
	top:50%;
	transform: translateY(-50%);
	-ms-transform: translateY(-50%); /* IE 9 */
   	-webkit-transform: translateY(-50%); /* Safari */
}

#ourteamTabContent .ourteamlist .thumbnail .caption h3 {
	text-transform:uppercase;
	margin: 0;
	padding: 0;
	font-size: 16px;
	font-weight: 700;
	margin-bottom: 5px;
}
#ourteamTabContent .ourteamlist .thumbnail .caption p {
	margin: 0;
	padding: 0;
	font-size: 16px;
	font-weight: 400;
	margin-bottom: 20px;
}
#ourteamTabContent .ourteamlist .thumbnail .caption span {
	font-size: 13px;
	font-weight: 600;
	color: #B4D88A;
}
#ourteamTabContent .ourteamdetail-tab-pane .thumbnail {
	border: none;
	border-radius: 0;
	padding: 0;
	margin-bottom:103px;
	width: 283px;
}
.ourteamdetaildesc h3 {
	margin: 8px 0 8px;
}
.ourteamdetaildesc h4 {
	text-transform: uppercase;
	font-size: 16px;
	margin: 0 0 13px;
}
.ourteamdetaildesc p {
	
}
@media (min-width:768px) {
	#ourteamTabContent .ourteamdetail-tab-pane .thumbnail img {
		width: 100%;
	}
	#ourteamTabContent .ourteamdetail-tab-pane .ourteamdetaildesc {
		padding-right: 220px;
	}
}
#ourteamTabContent .ourteamdetail-tab-pane .ourteamrightbox {
	position: relative;
}
#ourteamTabContent .ourteamdetail-tab-pane .ourteamdetail-next {
	position: absolute;
	bottom: 0;
	right: 0;
	width: 157px;
	height: 210px;
	border:1px solid #c3c3c3;
}
#ourteamTabContent .ourteamdetail-tab-pane .ourteamdetail-next a,
#ourteamTabContent .ourteamdetail-tab-pane .ourteamdetail-next a:hover {
	text-decoration:none;
	border:none;
	outline:none;
}

.ourteamdetail-tab-pane {
	position: relative;
}
.ourteamdetail-tab-pane .col-sm-8 {
	position: inherit;
}
@media (max-width:767px) {
	.aboutus-descript .aboutus p, 
	.aboutus-descript.aboutus-ourteam-des .aboutus p {
		width: 100%;
	}
	
	.aboutus-image .thumbnail>a {
		margin:0 -18px;
	}
	.aboutus-image .thumbnail>a>img {
		border: 0;
	}
	#ourteamwrap .nav-tabs>li {
		width: 100%;
	}
	#ourteamwrap .nav-tabs .dropdown-menu {
		width: 100%;
	}
	#ourteamwrap .nav-tabs .dropdown-menu li a {
		padding: 8px 20px;
	}
	
	#ourteamTabContent .ourteamlist {
		margin-left: -15px;
		margin-right: -15px;
		overflow: hidden;
	}
	#ourteamTabContent .ourteamlist .thumbnail {
		border: none;
		padding: 0;
	}
	#ourteamTabContent .ourteamlist .thumbnail img {
		width: 100%;
	}
	#ourteamTabContent .ourteamlist .row>div {
		padding-left: 10px;
		padding-right: 10px;
	}
	#ourteamTabContent .ourteamlist .thumbnail .caption {
		top: 0;
		bottom: 0;
		padding: 0;
		text-align: left;
		background-color: rgba(0, 0, 0, .4);
		color: #FFF;
	}
	#ourteamTabContent .ourteamlist .thumbnail .caption.active {
		opacity: 1;
	}
	#ourteamTabContent .ourteamlist .thumbnail .caption h3 {
		text-align:center;
		font-size: 12px;
	}
	#ourteamTabContent .ourteamlist .thumbnail .caption p {
		margin-bottom: 0;
		font-size: 12px;
		text-align:center;
	}
	#ourteamTabContent .ourteamlist .thumbnail .caption span {
		margin-top:15px;
		display:block;
		text-align:center;
	}
	#ourteamTabContent .ourteamdetail-tab-pane .ourteamdetail-next {
		display: none;
	}
	#ourteamTabContent .ourteamdetail-tab-pane .thumbnail {
		width: 100%;
		border: none;
		padding: 0;
		background: none;
		margin-bottom: 30px;
		
	}
	#ourteamTabContent .ourteamdetail-tab-pane .thumbnail img {
		width:100%;
	}
}
#ourteamTabContent .ourteamdetail-tab-pane .ourteamdetail-next img {
	max-width: 100%;
	max-height: 155px;
}
#ourteamTabContent .ourteamdetail-tab-pane .ourteamdetail-next p {
	color: #000;
	margin: 0;
	padding: 10px 0 10px 8px;
	font-size: 13px;
	font-weight: 600;
	height: 50px;
}
#ourteamTabContent .ourteamdetail-tab-pane .ourteamdetail-next p .ot-next{
	display:block;
	color:#A2CF6C;
	width:70px;
}
/*
#ourteamTabContent .ourteamdetail-tab-pane .ourteamdetail-next p .ot-next:after {
	content: '>';
	float: right;
	font-size: 19px;
	line-height: .8;
	font-weight: 100;
}*/

#ourteamTabContent .ourteamdetail-tab-pane .ourteamdetail-next p .ot-next-name {
	display:block;
	text-transform:uppercase;
}

#contactuswrap {
	background-color: #F7F6F5;
	padding: 30px 0;
}
#contactuswrap a {
	color: #000;
	text-decoration: underline;
}
#contactuswrap a:hover {
	color: #B4D88A;
	text-decoration: none;
}

#contactuswrap h2 {
	font-size:24px;
}

#contactuswrap h4{
	font-size:16px;
	font-weight:600;
}

/* =============about us page end =============== */
/* =============about us detail page end =============== */
.aboutuslist-hd {
}
.aboutuslist-hd .go-back {
	font-size: 22px;
	font-weight: 700;
	margin:30px 0;
}
.aboutuslist-hd .go-back a {	
	color: #000;
	display:block;
}
.aboutuslist-hd .go-back a img, .aboutuslist-hd .go-back a div {
	float:left;
}
.aboutuslist-hd .go-back a img {
	margin-right: 8px;
}
.aboutuslist-hd .go-back a div {
	font-weight:900;
}

/*
.aboutuslist-hd h1 a:before {
	content: " ";
	display: inline-block;
	width: 32px;
	height: 32px;
	background: url(images/back-icon.png) no-repeat;
	vertical-align: text-top;
	margin-right: 8px;
	margin-top: -2px;
}*/
.aboutus-detail-banner .container {
	padding:0;
	/*width: 1585px;*/
}

/*.aboutus-detail-banner  .hidden-xs{
	width: 1585px;
}*/

.aboutus-detail-content{
	margin-top:35px;
}
.aboutus-detail-content .container {
	width: 930px;
}
.aboutus-detail-content .container h4 {
	font-size: 16px;
	font-weight: 600;
}
.aboutus-detail-content .container .each-p {
	margin-bottom:30px;
	width: 720px;
}
.aboutus-detail-content .container .each-p a {
	color:#000;
	text-decoration:underline;
}
.aboutus-detail-content .aboutus-backto h4{
	color: #a2cf6c;
	font-size: 13px;
	font-weight: 600;
}

.aboutus-detail-content .aboutus-sub-banner img {
	width:100%;
}

.aboutus-detail-content .aboutus-photoby {
	font-size:14px;
	margin:20px 0 30px;
}
.aboutuslistrow {
	border-bottom: 1px solid #E1E1E1;
	padding-bottom: 25px;
	margin-bottom: 25px;
}

.aboutuslistrow .brand-badge {
	
}
.aboutuslistrow .brand-badge .badge-item {
	margin:0 20px 20px 0;
	float:left;
	width:115px;
}
.aboutuslistrow .brand-badge .badge-item textarea {
	width:100%;
}
.mobile-share-and-back .sharebtn {
	font-size: 24px;
	font-weight: 700;
	text-align: center;
	width: 80%;
	border: 1px solid #C3C3C3;
	padding: .5em 0;
	margin: 0 auto;
	margin-bottom: 15px;
}
.mobile-share-and-back .backto {
	text-align: center;
	margin-bottom: 30px;
}
.mobile-share-and-back .backto a {
	font-size: 20px;
	text-decoration: underline;
	color: #000;
}
@media (max-width:767px) {
	
	.aboutus-detail-banner .container,
	.aboutus-detail-content .container{
		width:100%;
	}
	
	.aboutus-detail-banner .container img{
		width:100%;
	}
	
	.aboutus-detail-content .container .each-p{
		width: 100%;
	}
	
}

@media (max-width:325px) {
	.my-hidden-xs {
		display: none;
	}
}

@media (min-width:768px) {
	.aboutuslistrow {
		border-bottom: 1px solid #E1E1E1;
		padding-bottom: 40px;
		margin-bottom: 40px;
	}
	.aboutuslistrow .col-sm-8 {
		margin-left: -40px;
		padding-right: 25px;
	}
	.aboutuslistrow .wp-post-image {
		width: 240px;
		height: auto;
	}
}

/* =============about us detail page end =============== */
/* =============carrer page =============== */
@media (min-width:768px) {
	#carrerJobopen .container,
	#careerTheWork .container,
	#carrerCulture .container,
	#carrerXoMissionWrap .container,
	#greenhouse-iframe .container {
		width: 955px;
	}
}
@media (min-width:992px) {
}
@media (min-width:1200px) {
}
#carrerbanner {
}
@media (max-width:767px) {
	.big-banner-desc {
		padding-top: 0px !important;
	}
	#carrerbanner .big-banner h2 {
		line-height: 40px !important;
	}
	#carrerbanner .big-banner p {
		line-height: 20px !important;
	}
}
#carrerbanner .big-banner {
	position: relative;
	overflow: hidden;
	height:425px;
	background-color: #fff;
}
#carrerbanner .big-banner .big-banner-desc {
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	text-align: center;
	color: #FFF;
	padding-top: 95px;
	z-index:1;
}

#carrerbanner .big-banner .banner-title {
	margin:0;
	font-size: 52px;
	font-weight: 800;
	line-height: 1.1;
}
#carrerbanner .big-banner p {
	font-size: 17px;
	font-weight: 400;
}

#carrerbanner .big-banner img.hidden-xs {
	position: absolute;
	height:425px;
	left: 50%;
	top:0;
	transform: translateX(-50%);
	-webkit-transform: translateX(-50%);
}

#carrerbanner .big-banner .play {
	position: absolute;
	left: 50%;
	bottom: 85px;
	margin-left: -48px;
	width: 96px;
	height: 96px;
	background: url(images/Icon_Play.png) no-repeat;
	cursor:pointer;
}


@media (min-width: 768px) {
	.my-visible-xs {
		display:none;
	}
}

@media (max-width: 767px) {
	.my-visible-xs {
		display:block;
	}
}

.video-wrap {
	z-index:-1;
	position: absolute;
	top: 0;
	left: 50%;
	transform: translate(-50%);
	-ms-transform: translate(-50%); /* IE 9 */
   	-webkit-transform: translate(-50%); /* Safari */
	width: 757px;
	height: 100%;
}

.video-container {
	position: relative;
    padding-bottom: 56.25%;
	height: 0px; 
	overflow: hidden;
}

.video-container iframe, 
.video-container object, 
.video-container embed {
	position:absolute;
	top:0;
	left:0;
	width:100%;
	height:100%;
}


@media (max-width:767px) {
	#carrerbanner .big-banner {
		background-color: #fff;
		height: auto;
		position:relative;
	}
	#carrerbanner .big-banner img {
		max-width: 100%;
	}
	
	#carrerbanner .big-banner .big-banner-desc {
		color: #000;
		position: static;
		margin: 20px 0;
	}
	#carrerbanner .big-banner h2 {
		font-size: 45px;
	}
	
	#carrerbanner .big-banner p {
		padding-top: 10px;
		font-weight: 300;
	}
	
	.video-wrap {
		z-index:-1;
		left:0;
		bottom:0;
		transform: none;
		-ms-transform: none; /* IE 9 */ 
		-webkit-transform: none; /* Safari */
		width:100%;
		height:auto;
		top: inherit;
	}
	
	#carrerbanner .big-banner .play {
		bottom: 40px;
	}
}
@media (max-width:320px) {

	#carrerbanner .big-banner h2 {
		
	}
	#carrerbanner .big-banner h2 {
		font-size: 40px;
	}
}
#carrerXoMissionWrap {
	padding: 20px 0 40px;
}
#carrerXoMissionWrap h2 {
	font-size: 24px;
}

@media (max-width:767px) {
	#carrerXoMissionWrap {
		padding: 10px 0 20px;
	}
}
#carrerBenefits {
	background-color: #F5F5F5;
}
#carrerFeaturedDepartment {
	background-color: #F5F5F5;
	padding: 50px 0;
}
@media (max-width:767px) {
	#carrerFeaturedDepartment {
		padding: 10px 0 30px;
	}
}
#carrerFeaturedDepartment img {
	width: 100%;
	border: 5px solid #FFF;
}
@media (min-width:768px) {
	#carrerFeaturedDepartment .col-sm-4 {
		padding-left: 0;
		padding-right: 20px;
	}
	#carrerFeaturedDepartment .col-sm-8 {
		float: right;
	}
}
#carrerFeaturedDepartment p.more {
	font-size: 13px;
	font-weight: 600;
}
#carrerFeaturedDepartment p.more a:hover {
	text-decoration: underline;
}
#carrerCulture {
	padding: 20px 0 40px;
	background-color:  #F7F6F5;
}
#carrerCulture h2 {
	font-size: 24px;
}
#carrerCulture h1 {
	font-size: 24px;
}

#carrerCulture .culturedescription {
	margin-bottom: 25px;
}
.career-culture-slide {
	position: relative;
}
#carrerCulture .flexslider {
	border: none !important;
	box-shadow: none !important;
	min-height:165px;
	background-color: #F7F6F5;
}
#carrerCulture .flexslider .flex-viewport{
	background-color: #F7F6F5 !important;
}

#carrerCulture .flex-direction-nav a.flex-prev:before,
#carrerCulture .flex-direction-nav a.flex-next:before {
	background: url(images/slide-arror2.png) no-repeat;
	width: 11px;
	height: 19px;
	overflow: hidden;
	text-indent: -3000px;
}
#carrerCulture .flex-direction-nav a.flex-prev:before {
}
#carrerCulture .flex-direction-nav a.flex-next:before {
	content: " " !important;
	transform: rotate(180deg);
	-ms-transform: rotate(180deg);
	-moz-transform: rotate(180deg);
	-webkit-transform: rotate(180deg);
	-o-transform: rotate(180deg);
}
#carrerCulture .flexslider .flex-prev {
	left: -24px !important;
}
#carrerCulture .flexslider .flex-next {
	right: -24px !important;
}
#carrerCulture .flexslider:hover .flex-prev {
	left: -24px !important;
}
#carrerCulture .flexslider:hover .flex-next {
	right: -24px !important;
}
#carrerCulture .flex-direction-nav a {
	opacity: .8;
	width: 20px;
	height: 20px;
	top: 85px; 
}
#carrerCulture .flexslider .slides > li {
	margin-right: 12px;
}
#carrerCulture .flexslider .slides > li a {
	color: #000;
}
#carrerCulture .flexslider .slides > li a:hover {
	color: #B4D88A;
	text-decoration: none;
}
#carrerCulture .flexslider .slides > li img {
	margin-bottom: 10px;
}
#carrerCulture .flexslider .slides > li p {
	padding: 0 8px;
	height: 44px;
}
@media (max-width:767px) {
	#carrerCulture {
		padding: 10px 0 20px;
	}

	#carrerCulture .flexslider {
		padding: 0 20px;
		background-color: #F7F6F5;
	}
	#carrerCulture .flexslider .flex-prev {
		left: 0 !important;
	}
	#carrerCulture .flexslider .flex-next {
		right: 0 !important;
	}
	#carrerCulture .flexslider:hover .flex-prev {
		left: 0 !important;
	}
	#carrerCulture .flexslider:hover .flex-next {
		right: 0 !important;
	}
	#carrerCulture .flex-direction-nav a {
		top: 50%;
	}
	#carrerCulture .flexslider .slides > li {
		margin-right: 0;
	}
}
#careerTheWork {
	padding:10px 0 40px;
}
#careerTheWork h2{
	font-size: 24px;
}
#careerTheWork h1{
	font-size: 24px;
}

#careerTheWork h3{
	font-size: 24px;
	font-weight: 500;
	line-height: 1.4;
	color: #000000
}
#careerTheWork p {
	font-size: 17px;
	font-weight: 300;
	font-style: normal;
	color: #000000
}

#careerTheWork a.btn {
	padding: 7px 20px 8px;
	font-size: 12px;
	font-weight: 400;
	color: #000;
	border-radius: 0;
	margin-right: 20px;
	border: 1px solid #c3c3c3;
	background-color: #f5f5f5;
}
#careerTheWork a.btn:hover {
	background-color:#B4D88A;
	border: 1px solid #B4D88A;
}

@media (max-width:767px) {
	#carrerBenefits {
		padding: 10px 0 20px;
	}
}
#carrerJobopen {
	background-color: #F5F5F5;
	padding: 20px 0 70px;
}
#carrerJobopen h2 {
	font-size:24px;
}
#carrerJobopen h1 {
	font-size:24px;
}
@media (max-width:767px) {
	#carrerJobopen {
		
		padding: 10px 0 30px;
	}

	#carrerJobopen  .container h2{
		margin-left: 10px;
	}
}
#carrerJobopen h3 {
	font-weight: 500;
	line-height: 1.4;
	color: #000; 
}

#carrerJobopen .thumbnail {
	border: none;
	border-radius: 0;
	padding: 0;
	margin-bottom: 4px;
	position: relative;
	height:100px;
}
#carrerJobopen .thumbnail img {
	width: 100%;
	height: 100px;
}
#carrerJobopen .thumbnail .caption {
	font-size: 17px;
	font-weight: bold;
	line-height:1;
	color: #000;
	position: absolute;
	text-align:center;
	left: 0;
	top: 0;
	right: 0;
	bottom: 0;
	padding: 10px;
	opacity: 1;
	background-color: #B4D88A;
	-webkit-transition: all 0.5s ease-in-out 0.05s;
	-moz-transition: all 0.5s ease-in-out 0.05s;
	-ms-transition: all 0.5s ease-in-out 0.05s;
	-o-transition: all 0.5s ease-in-out 0.05s;
	transition: all 0.5s ease-in-out 0.05s;
	
}

#carrerJobopen .thumbnail .caption:hover {
	-webkit-box-shadow:inset 0 0 12px #999;
	-moz-box-shadow:inset 0 0 12px #999;    
	box-shadow:inset 0 0 12px #999;
}

#carrerJobopen a:hover .thumbnail .caption {
	opacity: 1;
}

#carrerJobopen .thumbnail .caption p {
	position:absolute;
	top: 50%;
	left: 50%;
	width: 90%;
	transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%); /* IE 9 */
   	-webkit-transform: translate(-50%, -50%); /* Safari */
	
}

#carrerJobopen .row {
	margin-left: -2px;
	margin-right: -2px;
}
#carrerJobopen .row>div {
	padding-left: 2px;
	padding-right: 2px;
}
@media (min-width:767px) {
	#carrerJobopen .jobopenitem {
		width: 20%;
	}
}
@media (max-width:767px) {
	#carrerJobopen {
		padding:0;
	}

	#carrerJobopen .container {
		padding:0;
	}

	#carrerJobopen .jobopenitem {
		margin-bottom:4px;
	}

	#carrerJobopen h3 {
		text-align: center;
		margin-top: 10px;
	}
	#carrerJobopen .thumbnail {
		height:90px;
	}
	
	#carrerJobopen .thumbnail .caption {
	
	}
	#carrerJobopen .thumbnail .caption p {
		margin-bottom: 0;
	}
}
@media (max-width:480px) {
	/* #carrerJobopen .jobopenitem {
		width: 50%;
		float: left;
	}
	#carrerJobopen .thumbnail .caption {
		opacity: 1;
		top: auto;
		padding: 5px;
	}
	#carrerJobopen .thumbnail .caption p {
		margin: 0;
	}
	*/
}
@media (min-width:481px) and (max-width:640px) {
	/* #carrerJobopen .jobopenitem {
		width: 33.3333%;
		float: left;
	}
	#carrerJobopen .thumbnail .caption {
		opacity: 1;
		top: auto;
		padding: 5px;
	}
	#carrerJobopen .thumbnail .caption p {
		margin: 0;
	}
	*/
}
@media (min-width:641px) and (max-width:767px) {
	/* #carrerJobopen .jobopenitem {
		width: 25%;
		float: left;
	}
	#carrerJobopen .thumbnail .caption {
		opacity: 1;
		top: auto;
		padding: 5px;
	}
	#carrerJobopen .thumbnail .caption p {
		margin: 0;
	}
	*/
}
#greenhouse-iframe {
	padding: 30px 0;
}
#greenhouse-iframe h1 {
	font-size: 22px;
	font-weight: 400;
	float: none;
	margin-bottom: 10px;
}
#grnhse_app iframe {
	width: 100% !important;
}

/* =============carrer page end =============== */
/* =============carrer detail page start =============== */
.career-main {
	padding-bottom: 50px;
}
@media (min-width:768px) {
	.career-main  .container {
		width: 945px;
	}
}
.career-hd {
	margin-bottom: 10px;
}
.career-hd h1 {
	font-size: 24px;
	font-weight: 700;
}
.career-hd .desc {
	margin-left: -15px;
	margin-right: -15px;
}
.career-hd a {
	color: #000;
}
.back-icon {
	float: left;
	width: 32px;
	height: 32px;
	background: url(images/back-icon.png) no-repeat;
	vertical-align: text-bottom;
	margin-right: 8px;
}
.back-text {
	padding-left: 42px;
	line-height: 1.2;
	margin-top: 5px;
}
.panel-group .panel-career {
	border: none;
	border-radius: 0;
	border-bottom: 1px solid #ddd;
	box-shadow: none;
}
.panel-group .panel-career .panel-career-heading {
	padding: 20px 0;
	background-color: #fff;
	border-radius: 0;
	border-color: #fff;
}
.panel-career-heading a {
	color: #000;
	display: block;
	width: 100%;
	height: 100%;
}
.panel-career-heading a:hover,
.panel-career-heading a:focus {
	text-decoration: none;
}
.career-location {
	padding: 2px 0;
	background-color: #b4d88a;
	text-align: center;
	font-size: 15px;
	font-weight: 400;
}
.career-jobname {
	font-size: 24px;
	line-height: 25px;
	font-weight: 400;
	margin: 0;
}
.career-body {
	border-top: none !important;
	float: right;
	padding: 0 0 20px 15px;
}
.career-button-group {
	margin-top: 20px;
}
.career-button {
	float: left;
	padding: 7px 20px 8px;
	font-size: 12px;
	font-weight: 400;
	color: #000;
	border-radius: 0;
	margin-right: 20px;
	border: 1px solid #c3c3c3;
	background-color: #f5f5f5;
	cursor:pointer;
}
.career-button:hover {
	color:#000;
	text-decoration:none;
	background-color:#B4D88A;
	border: 1px solid #B4D88A;
}
.career-arror {
	background: url(images/arror-down.png) no-repeat scroll 0 0 / 100% auto rgba(0, 0, 0, 0);
	display: block;
	height: 13px;
	margin-top: 8px;
	width: 20px;
	transition: transform .2s linear 0;
	-moz-transition: transform .2s linear 0;
	-webkit-transition: transform .2s linear 0;
	-o-transition: transform .2s linear 0;
	transform: rotate(180deg);
	-ms-transform: rotate(180deg);
	-moz-transform: rotate(180deg);
	-webkit-transform: rotate(180deg);
	-o-transform: rotate(180deg);
}
.collapsed .career-arror {
	transform: rotate(0);
	-ms-transform: rotate(0);
	-moz-transform: rotate(0);
	-webkit-transform: rotate(0);
	-o-transform: rotate(0);
}

.job-share {
	width: 110px;
	padding-left: 30px;
	margin-left: 30px;
}
.career-pics-list {
	margin: 20px 0 10px 0;
}
.career-pics-list img {
	border: 0;
}
.c-pic-list img {
	width: 210px !important;
}
.career-pics-list p {
	margin: 10px 0 20px 0;
}
@media (max-width:767px) {
	.career-location {
		margin-bottom: 12px;
		width: 140px;
	}
	.career-jobname {
		padding-left: 0;
	}
	.career-title {
		padding: 0;
	}
	.career-body {
		padding-left: 0;
		float: left;
	}
}

/* =============carrer detail page end =============== */
/* =============press page =============== */

@media (min-width:768px) {
	#inthenewswrap .container,
	#pressreleasewrap .container,
	.singlepage-hd .container,
	.singlepage-bd .container {
		width: 955px;
	}
}
#pressbanner .flexslider {
	border: none !important;
	box-shadow: none !important;
}
#pressbanner .flex-direction-nav a.flex-prev:before,
#pressbanner .flex-direction-nav a.flex-next:before {
	background: url(images/slide-arror2.png) no-repeat;
	width: 11px;
	height: 19px;
	overflow: hidden;
	text-indent: -3000px;
}
#pressbanner .flex-direction-nav a.flex-prev:before {
}
#pressbanner .flex-direction-nav a.flex-next:before {
	content: " " !important;
	transform: rotate(180deg);
	-ms-transform: rotate(180deg);
	-moz-transform: rotate(180deg);
	-webkit-transform: rotate(180deg);
	-o-transform: rotate(180deg);
}
#pressbanner .flexslider:hover .flex-prev {
	left: 40px !important;
}
#pressbanner .flexslider:hover .flex-next {
	right: 40px !important;
}
#pressbanner .flex-direction-nav a {
	margin-top: -10px;
}
#pressbanner .flex-direction-nav a.flex-prev {
	left: 40px !important;
	font-size: 0;
	opacity:1;
}
#pressbanner .flex-direction-nav a.flex-next {
	right: 40px !important;
	font-size: 0;
	opacity:1;
}
@media (min-width:768px) {
	#pressbanner {
		width:100%;
		height: auto;
		overflow: hidden;
		margin: 0 auto;
	}
	#pressbanner .flexslider .slides img {
		width: 620px;
		height: 345px;
	}
}
@media (max-width:767px) {
	#pressbanner {
		display: none;
	}
	#pressbanner .flexslider:hover .flex-prev {
		left: 10px !important;
		margin-left: 0;
	}
	#pressbanner .flexslider:hover .flex-next {
		right: 10px !important;
		margin-left: 0;
	}
	#pressbanner .flex-direction-nav a.flex-prev {
		left: 10px;
		margin-left: 0;
	}
	#pressbanner .flex-direction-nav a.flex-next {
		right: 10px;
		left: auto;
		margin-left: 0;
	}
}

#pressbanner .flexslider .slides .n1 {
	display: none;
}
#inthenewswrap {
	background-color: #F5F5F5;
	padding: 30px 0;
}
#inthenewswrap h2 {
	font-size:24px
}
#inthenewswrap h1 {
	font-size:24px
}
@media (max-width:767px) {
	#inthenewswrap {
		padding: 10px 0 20px;
		overflow:hidden;
	}
}
#inthenewswrap .inthenews-descript {
	margin-bottom: 40px;
}

#inthenewswrap .inthenews-descript .desc {
	width: 720px;
}

#inthenewswrap .inthenews-descript .desc a {
	color: #000;
	text-decoration: underline;
}
#inthenewswrap .inthenews-descript .desc a:hover {
	color: #B4D88A;
	text-decoration: none;
}
#inthenewswrap .inthenews-image {
	margin-left: -8px;
	margin-right: -8px;
}
#inthenewswrap .inthenews-image .inthenewsitem {
	padding-left: 8px;
	padding-right: 8px;
}
#inthenewswrap .inthenews-image .thumbnail {
	padding: 0;
	margin-bottom: 16px;
	border: 1px solid #DFDFDF;
	border-radius: 0;
	position: relative;
}
#inthenewswrap .inthenews-image .thumbnail img {
	/* min-height: 165px;
	*/
}
#inthenewswrap .inthenews-image .thumbnail .caption {
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	overflow: hidden;
	padding: 40px 14px 14px;
	text-align: center;
	background-color: rgba(0, 0, 0, .8);
	color: #FFF;
	opacity: 0;
	-webkit-transition: all 0.5s ease-in-out 0.05s;
	-moz-transition: all 0.5s ease-in-out 0.05s;
	-ms-transition: all 0.5s ease-in-out 0.05s;
	-o-transition: all 0.5s ease-in-out 0.05s;
	transition: all 0.5s ease-in-out 0.05s;
}
#inthenewswrap .inthenews-image .thumbnail:hover .caption,
#inthenewswrap .inthenews-image a.hover .thumbnail .caption {
	opacity: 1;
}
#inthenewswrap .inthenews-image .thumbnail .caption .caption-title {
	margin: 0;
	padding: 0;
	font-size: 14px;
	font-weight: 700;
	line-height: 1.5;
}
#inthenewswrap .inthenews-image .thumbnail .caption p {
	margin: 0;
	padding: 0;
	font-size: 14px;
	font-weight: 400;
	margin-bottom: 10px;
}
@media (max-width:767px) {
	
	#inthenewswrap .inthenews-descript .desc {
		width: 100%;
	}

	#inthenewswrap .inthenews-image {
		margin-left:-15px;
		margin-right:-30px;
	}
	#inthenewswrap .inthenews-image .inthenewsitem {
		padding-left:0;
		padding-right:15px;
	}
	#inthenewswrap .inthenews-image .thumbnail img {
		width:100%;
	}
	#inthenewswrap .inthenews-image .thumbnail .caption p{
		margin-bottom: 5px;
	}
	#inthenewswrap .inthenews-image .thumbnail .caption h3 {
		line-height: 1;
	}
	
	#inthenewswrap .inthenews-image .thumbnail .caption{
		padding-top: 25px;
	}
}
#inthenewswrap .inthenews-image .thumbnail .caption span {
	font-size: 13px;
	font-weight: 600;
	color: #B4D88A;
}
#pressreleasewrap {
	padding: 25px 0 100px;
}
#pressreleasewrap h2 {
	font-size: 24px;
}
@media (max-width:767px) {
	#pressreleasewrap {
		padding: 10px 0 30px;
	}
}
.pressrelease-search {
	padding-bottom: 20px;
	margin-bottom: 20px;
	border-bottom: 2px solid #E1E1E1;
}
.pressrelease-search .pressfilterform {
	margin-top: 28px;
}
.pressrelease-search .pressfilterform .form-group {
	position: relative;
}
.pressrelease-search .pressfilterform .form-group .form-control {
	border: 1px solid #c3c3c3;
	border-radius: 0;
	font-size: 12px;
	font-weight: 600;
	color: #000;
	margin-bottom: 0;
}
.pressrelease-search.media-search {
	border-bottom:none;
	padding-bottom: 0;
	margin-bottom: 0;
}

.pressrelease-search .dropdown .icon {
	float:right;
	margin-top:3px;
}

.pressrelease-search .dropdown .icon-general-caret-up:before{
	display:none;
}
.pressrelease-search .dropdown .icon-general-caret-down:before{
	display:block;
}
.pressrelease-search .dropdown.open .icon-general-caret-down:before {
	display:none;
}
.pressrelease-search .dropdown.open .icon-general-caret-up:before {
	display:block;
}

.pressrelease-search.media-search .pressfilterform {
	margin-top: 0;
}

.pressrelease-search.media-search .btn-default {
	border-radius: 0;
	font-size:12px;
	font-weight: 600;
	text-align:left;
	width:182px;
	padding: 9px 15px;
}

.pressrelease-search.media-search .btn-default .dropdown-text {
	float:left;
}
.pressrelease-search.media-search .btn-default .caret{
	float:right;
	margin-top: 6px;
}

.pressrelease-search.media-search .dropdown {
	margin-bottom: 15px;
}

.pressrelease-search.media-search .dropdown-menu {
	margin-top:0;
	width:182px;
	font-size:12px;
	font-weight: 600;
	padding:0;
	border-radius: 0;
	
}
.pressrelease-search.media-search .dropdown-menu li {
	padding: 9px 15px;
}

.pressrelease-search.media-search .dropdown-menu li:hover {
	cursor:pointer;
}
.pressrelease-search.media-search .dropdown-menu li.active {
	background-color: #B4D88A;
}


@media (max-width:767px) {
	.pressrelease-search.media-search .btn-default,
	.pressrelease-search.media-search .dropdown-menu
	{
		width:100%;
	}
}

@media (min-width:768px) {
	.pressrelease-search .pressfilterform {
		height: 40px;
	}
	.pressrelease-search .pressfilterform .form-group {
		float: left;
		margin-right: 30px;
		width: 182px;
	}
}
.pressrelease-search .pressfilterform .form-group .search {
	padding-right: 30px;
}


/**PRESS FILTER**/
.pressrelease-search .pressfilterform .dropdown {
	float:left;
	width:182px;
	margin-right: 30px;
	margin-bottom: 15px;
}


.pressrelease-search .pressfilterform .btn-default {
	border-radius: 0;
	font-size:12px;
	font-weight: 600;
	text-align:left;
	width:182px;
	padding: 7px 15px 8px;
}



.pressrelease-search .pressfilterform .dropdown-menu {
	margin-top:0;
	width:182px;
	font-size:12px;
	font-weight: 600;
	padding:0;
	border-radius: 0;
}

.pressrelease-search .pressfilterform .dropdown-menu li {
	padding: 7px 15px 8px;
}
.pressrelease-search .pressfilterform .dropdown-menu li:hover {
	cursor:pointer;
}
.pressrelease-search .pressfilterform .dropdown-menu li.active {
	background-color: #B4D88A;
}
.pressrelease-search .pressfilterform .btn-default .dropdown-text {
	float:left;
}
.pressrelease-search .pressfilterform .btn-default .caret{
	float:right;
	margin-top: 6px;
}

/**PRESS FILTER**/



.pressrelease-search .pressfilterform .form-group .btn {
	position: absolute;
	right: 0;
	top: 0;
	width: 18px;
	height: 18px;
	background: url(images/btn-search2.png) no-repeat 0 0;
	border: none;
	right: 5px;
	top: 8px;
	font-size: 0;
}
.pressrelease-search .pressfilterform .form-group::-webkit-input-placeholder {
	color: #000;
}
.pressrelease-search .pressfilterform .form-group input:-moz-placeholder {
	color: #000;
	opacity: 1;
}
.pressrelease-search .pressfilterform .form-group input::-moz-placeholder {
	color: #000;
	opacity: 1;
}
.pressrelease-search .pressfilterform .form-group input:-ms-input-placeholder {
	color: #000;
}
.pressrelease-list .pressrelease-date {
	background-color: #B4D88A;
	font-size: 14px;
	font-weight: 500;
	display: inline-block;
	width: 135px;
    padding: 6px 0;
    text-align: center;
	margin-bottom: 16px;
}
.pressrelease-list h3 {
	font-size: 16px;
	font-weight: 700;
	margin: 0 0 10px;
}
.pressrelease-list .desc {
	font-size: 16px;
	font-weight: 300;
	margin-bottom: 24px;
}
.pressrelease-list .optiongroup {
	margin-bottom: 0;
}
.pressrelease-list .optiongroup .btn {
	padding: 7px 20px 8px;
	font-size: 12px;
	font-weight: 400;
	color: #000;
	border-radius: 0;
	margin-right: 20px;
	width: 135px;
}
.pressrelease-list .optiongroup .btn-grey {
	border: 1px solid #c3c3c3;
	background-color: #f5f5f5;
}
.pressrelease-list .optiongroup .btn-grey:hover {
	background-color: #B4D88A;
	border:1px solid #B4D88A; 
}
.pressrelease-list .pressrelease-item {
	border-bottom: 1px solid #E1E1E1;
	padding-bottom: 22px;
	margin-bottom: 22px;
}
.pressrelease-list #load-more {
	padding: 7px 20px 8px;
	font-size: 12px;
	font-weight: 400;
	color: #000;
	border-radius: 0;
	margin-right: 20px;
	border: 1px solid #c3c3c3;
	background-color: #f5f5f5;
	width: 135px;
}
.pressrelease-list #load-more:hover {
	text-decoration: underline;
}
@media (max-width:767px) {
	.pressrelease-list .optiongroup .btn-grey {
		background-color: #FFF;
	}
	.pressrelease-list {
		margin-right:0;
		margin-left:0;
	}
	.pressrelease-list #load-more {
		width: 100%;
		background-color: #FFF;
	}
	.pressrelease-list .pressrelease-item {
		padding:0 0 22px 0;
	}
}
.singlepage-hd {
	padding-top: 15px;
	margin-bottom: 10px;
}
.singlepage-hd h1 {
	font-size: 22px;
	font-weight: 700;
	padding-left: 40px;
	position: relative;
}
.singlepage-hd h1 a {
	color: #000;
}
.singlepage-hd h1 a:before {
	content: " ";
	display: inline-block;
	width: 32px;
	height: 32px;
	background: url(images/back-icon.png) no-repeat;
	vertical-align: text-bottom;
	margin-right: 8px;
	position: absolute;
	left: 0;
	top: -5px;
}
.singlepage-bd .publishdate {
	background-color: #B4D88A;
	font-size: 13px;
	font-weight: 400;
	display: inline-block;
	padding: 3px 10px;
	margin-bottom: 16px;
}
.singlepage-bd h1.title {
	font-size: 24px;
	font-weight: 400;
	margin: 0 0 20px;
	line-height: 1.3;
}
@media (min-width:768px) {
	.singlepage-bd .single-content-col {
		margin-left: -10px;
		padding:0;
	}
}
.singlepage-bd .single-content {
	padding-bottom: 80px;
}
@media (min-width:768px) {
	.singlepage-bd .single-content .btn-share {
		padding: 10px 20px;
		display: inline-block;
		font-size: 12px;
		font-weight: 400;
		color: #000;
		border-radius: 0;
		border: 1px solid #c3c3c3;
		background-color: #f5f5f5;
	}
}
@media (max-width:767px) {
	.singlepage-bd .single-content .btn-share {
		font-size: 24px;
		font-weight: 700;
		text-align: center;
		width: 80%;
		border: 1px solid #C3C3C3;
		padding: .5em 0;
		margin: 0 auto;
		margin-bottom: 15px;
	}
}
.singlepage-bd .single-content .backto {
	text-align: center;
	margin-bottom: 30px;
}
.singlepage-bd .single-content .backto a {
	font-size: 20px;
	text-decoration: underline;
	color: #000;
}
.singlepage-bd .single-content img {
	max-width: 100%;
	height: auto;
}

/* =============press page end =============== */
/* =============advertising page end =============== */
#advertisingbanner {
	overflow:hidden;
}

#advertisingbanner .container-fluid {
	padding:0;
}

#advertisingbanner .big-banner {
	position:relative;
	text-align: center;
}
#advertisingbanner .big-banner img {
	height:425px;
}
#advertisingbanner .big-banner-desc {
	position:absolute;
	color:#fff;
	top:120px;
	left:50%;
	transform:translateX(-50% );
	-ms-transform: translateX(-50% );/* IE 9 */
   	-webkit-transform: translateX(-50% ); /* Safari */ 
}

#advertisingbanner .big-banner-desc .adv-big-banner-title {
	font-size: 60px;
	font-weight: 800;
	margin-top: 20px;
    margin-bottom: 10px;
	line-height: 1.1;
}

#advertisingbanner .big-banner-desc p {
	font-weight:400;
}

#advertisingwrap {
	padding-top: 35px;
}
#advertisingwrap h2 {
	font-size:24px;
}
#advertisingwrap h1 {
	font-size:24px;
}
#advertisingwrap .advertising-descript h3 {
	font-size: 27px;
	font-weight: 400;
}
#advertisingarticlewrap {
	padding: 35px 0 100px;
}
#advertisingarticlewrap .row {
	margin-left: -10px;
	margin-right: -10px;
}
#advertisingarticlewrap .col-sm-6 {
	padding-left: 10px;
	padding-right: 10px;
}
#advertisingarticlewrap .articleitem {
	margin-bottom: 30px;
}
#advertisingarticlewrap .articleitem .thumbnail {
	padding: 0;
	border: none;
	border-radius: 0;
}
#advertisingarticlewrap .articleitem .thumbnail img {
	margin-left: 0;
	margin-right: 0;
	margin-bottom: 15px;
}
#advertisingarticlewrap .articleitem .thumbnail .caption {
	padding: 0;
}
#advertisingarticlewrap .articleitem .thumbnail .caption h2 {
	font-size: 16px;
	font-weight: 600;
	margin: 0 0 10px;
}

a.xo-btn {
	padding: 7px 20px 8px;
	font-size: 12px;
	font-weight: 400;
	color: #000;
	border-radius: 0;
	margin-right: 20px;
	border: 1px solid #c3c3c3;
	background-color: #f5f5f5;
	cursor:pointer;
}

a.xo-btn:hover {
	text-decoration:none;
	background-color:#B4D88A;
	border: 1px solid #B4D88A;
}

#advertisingarticlewrap .articleitem .thumbnail .desc-se {
	margin-top: 20px;
}

#advertisingarticlewrap .articleitem .thumbnail .desc-se a {
	text-decoration:underline;
}

#advertisingarticlewrap .articleitem .thumbnail .more a {
	font-size: 13px;
	font-weight: 600;
	color: #a2cf6c;
}
#advertisingarticlewrap .articleitem .thumbnail .more a:hover {
	text-decoration: underline;
}
.singlepage-bd .advertising-content {
	padding-bottom: 100px;
}
#advertisingcontentwrap {
}
.advertisingcontent-descript {
	margin-bottom: 27px;
}
.advertisingcontent-descript .advertisingcontent h3 {
	margin-top: 0;
}
.advertisingcontent-image {
	margin-left: -9px;
	margin-right: -9px;
}
.advertisingcontent-image .thumbnail {
	padding: 0;
	border: none;
}

.advertisingcontent-image .thumbnail a {
	display: block;
	position: relative;
}
.advertisingcontent-image .thumbnail .width-100 {
	width:100%;
}
.advertisingcontent-image .thumbnail a .layer {
	transition: all 0.5s ease-in-out 0.05s;
	-webkit-transition: all 0.5s ease-in-out 0.05s;
	width: 100%;
	height: 100%;
	background-color: rgb(0, 0, 0);
	opacity: 0.8;
	position: absolute;
	top: 0px;
}

.advertisingcontent-image .thumbnail>a:hover>.layer {
	opacity:0.6;
}

.advertisingcontent-image .thumbnail .about-us-logo{
	left: 0px;
	position: absolute;
	right: 0px;
	top: 50%;
	transform: translateY(-50%);
	-ms-transform: translateY(-50%); /* IE 9 */
   	-webkit-transform: translateY(-50%); /* Safari */
}


.advertisingcontent-image .thumbnail>a>img {
}
.advertisingcontent-image .thumbnail p.desc {
	line-height: 1.8;
}
.advertisingcontent-image .thumbnail .caption {
	padding: 15px 0 9px;
}
.advertisingcontent-image>div {
	padding-left: 9px;
	padding-right: 9px;
}
.advertisingcontent-image .thumbnail p.more {
	font-size: 13px;
	font-weight: 600;
}
.advertisingcontent-image .thumbnail p.more a:hover {
	text-decoration: underline;
}
#advertisingarticlewrap a.more {
	font-size: 13px;
	font-weight: 600;
}
#advertisingarticlewrap a.more:hover {
	text-decoration: underline;
}
#advertisingadgallerywrap {
	background-color: #f5f5f5;
	padding: 30px 0 50px;
}
#advertisingadgallerywrap .advertisingadgallery .desc {
	margin-bottom: 15px;
}

#advertisingadgallerywrap .advertisingadgallery .more {
}
#advertisingadgallerywrap .advertisingadgallery .more a {
	font-size: 12px;
	font-weight: 400;
	border: 1px solid #c3c3c3;
	padding: 8px 15px;
	display: inline-block;
	color: #000;
	text-align: center;
	text-decoration:none;
}
#advertisingadgallerywrap .advertisingadgallery  .more a:hover {
	text-decoration:none;
	background-color:#B4D88A;
	border: 1px solid #B4D88A;
}

#advertisingcontentwrap .advertisingadgallery div {
	margin-bottom: 20px;
	width: 670px;
}

#advertisingcontentwrap .advertisingadgallery a,
#advertisingcontentwrap .advertisingadgallery a:hover {
	color:#000;
	text-decoration:underline;
}

@media (max-width:767px) {

	#advertisingbanner .container-fluid{
		padding:0;
	}
	#advertisingbanner .container-fluid .big-banner {
		height: 360px;
		overflow: hidden;
	}

	#advertisingbanner .container-fluid .big-banner img {
		height:425px;
		display:block;
		margin-left: -60px;
	}
	
	#advertisingbanner .big-banner-desc{
		top:60px;
	}
	
	#advertisingbanner .big-banner-desc h2 {
		font-size: 44px;
	}
	
	#advertisingwrap {
		padding-top: 2px;
	}
	#advertisingarticlewrap {
		padding-bottom:50px!important;
	}
	#advertisingadgallerywrap .advertisingadgallery  .more a {
		background-color: #FFF;
		width: 100%;
		padding: 15px;
	}
	
	.advertisingcontent-image .thumbnail>a {
		margin:0 -18px;
	}
	
	.advertisingcontent-image .thumbnail a>img {
		
	}
	
	#advertisingcontentwrap .advertisingadgallery div {
		width: 100%;
	}

}

#advertisingcontactwrap {
	padding-top: 30px;
}
#advertisingcontactwrap a {
	color: #000;
	text-decoration: underline;
}
#advertisingcontactwrap a:hover {
	color: #B4D88A;
	text-decoration: none;
}

/* =============advertising page end =============== */
/* =============normal single page start=============== */
@media (min-width:768px) {
	.single-container {
		width: 930px;
	}
}
.single-container.container {
	margin-bottom: 70px;
}
.single-container .single-title,
.single-container .single-content {
	padding: 0;
}

/* Alignment */
.alignnone {
	display: inline;
	float: left;
}
.alignleft {
	display: inline;
	float: left;
}
.alignright {
	display: inline;
	float: right;
}
.aligncenter {
	clear: both;
	display: block;
	margin: 0 auto;
}

/* ====== share ====== */
.optiongroup .press-share {
	display: inline-block;
	vertical-align: middle;
}
.optiongroup .press-share a,
.optiongroup .press-share a:hover {
	text-decoration:none;
}

.career-share {
	float:left;
	margin-top:7px;
	margin-left:10px;
}
.career-share a:hover{
	text-decoration:none;
}

.single-share .xoshare {
	float: left;
	margin: 12px 0 0 13px;
}
.single-content .xoshare,
.advertising-content .xoshare {
	margin: 20px 0 15px 0;
}
.department-share .xoshare {
	float: left;
	margin: 11px 0 15px 10px;
}
.brands-share .xoshare {
	margin: 10px auto;
	text-align: center;
}
.xoshare {
	font-size: 16px;
	font-weight: 400;
}
.xoshare a {
	display: inline-block;
	margin-right: 5px;
}
.col-md-12.single-content.clearfix > h3 {
	font-weight: bold;
}
@media (max-width:767px) {
	.single-content .xoshare,
	.advertising-content .xoshare {
		text-align: center;
	}
}

@media (max-width:320px) {
	.career-share{
		margin:10px 0 0 0;
	}
}


/* =============normal single page end=============== */
/* ===========404 page=============== */
#page404 {
	padding: 165px 0;
}
#page404 .icon-404 {
	display: inline-block;
	width: 219px;
	height: 186px;
	background: url(images/404icon.png) no-repeat;
}
#page404 h1 {
	font-size: 55px;
	font-weight: 700;
	margin-top: 0;
}
#page404 h2 {
	font-weight: 700;
	font-size: 40px;
	margin-bottom: 15px;
}
@media (max-width:767px) {
	#page404 .lefticon {
		margin-bottom: 50px;
		text-align: center;
	}
	#page404 h1,
	#page404 h2 {
		text-align: center;
	}
}

#pressrelease-search-result .col-sm-12 {
	font-size:16px;
	font-weight:300;
	margin-top: 20px;
    margin-bottom: 10px;
}

#wpstats,
#infinite-footer {
	display:none;
}

/* ============404 page end========== */
@media only screen and (max-width:899px) {
}
@media only screen and (max-width:799px) {
}
@media only screen and (max-width:599px) {
}
@media (-webkit-min-device-pixel-ratio:1.3), (-o-min-device-pixel-ratio:2.6/2), (min--moz-device-pixel-ratio:1.3), (min-device-pixel-ratio:1.3), (min-resolution:1.3dppx), (max-width:599px) {
}
@media only screen and (max-width:699px) {
}
@media print { 
}
