@import url("../css/font-awesome.min.css");
@import url("../css/bootstrap-social.css");
/* @import url(http://fonts.googleapis.com/css?family=Montserrat);
@import url(http://fonts.googleapis.com/css?family=Raleway:400,300,500,600,700);
@import url(http://fonts.googleapis.com/css?family=PT+Sans:400,700); */

@import url('https://fonts.googleapis.com/css?family=Roboto+Condensed');
h1,
h2,
h3,
h4,
h5,
h6,
.blog-post-title {
/* 	font-family: Raleway; */
	font-family: Roboto Condensed;
	font-weight: 500;
/* 	color: #999 */
	color: #fff
}

.navbar a,
.pagination>li>a,
.pagination>li>span,
.btn-default,
.cat-tag a,
.entry-header .meta-details a,
.widget .widget-title,
.page-title h1,
.parallax-page .page-title h1,
.page .page-title h1,
.author .page-title h1,
.page-title h4,
.parallax-page .page-title h4,
.page .page-title h4,
.author .page-title h4 {
/* 	font-family: Montserrat */
font-family: Roboto+Condensed
}

html,
body {
/* 	font-family: 'PT Sans', sans-serif */
	font-family: 'Roboto Condensed', sans-serif;
	font-size: 16px;
	color: #fff
}

html,
body {
	width: 100%;
	margin: 0 !important;
	height: 100%;
	font: normal 13px/25px
}

.logged-in #masthead,
.admin-bar #masthead {
	top: 32px !important
}

input[type="search"],
.search-field {
	border: none;
	padding: 11px
}

dt,
dd {
	line-height: 2
}

.container-fluid,
.container {
	max-width: 1000px
}

.container {
	width: auto
}

.wrapall {
	height: 100%
}

embed,
iframe,
object,
video {
	max-width: 100%
}
@media (min-height: 0px) and (max-height: 2000px)
{
	#home-page .page-contents
	{

		height: calc(100vh - 64px) !important;
		height: -webkit-calc(100vh - 64px) !important;
		height: -o-calc(100vh - 64px) !important;
		height: calc(100vh - 64px) !important;
	}
}
.wrapall.innerpage {
	height: auto !important;
	margin: 0 auto -70px;
	padding: 0 0 70px;
	min-height: 100%;
	overflow: hidden;
	clear: both
}

#masthead {
	margin-bottom: 35px;
	display: table;
	width: 100%
}

.tooltip {
	white-space: nowrap;
	font-size: 11px
}

.btn-group-wrap {
	text-align: center;
	padding: 20px
}

.btn-social-icon.btn-sm,
.btn-social-icon.btn-sm:hover {
	color: #FFF !important
}

.btn:focus,
.btn:active {
	box-shadow: none
}

.col-sm-9.no-sidebar {
	width: 100%
}

.content-box {
	padding: 25px;
	background: #FFF
}

.content-box .page-contents {
	margin: 0
}

.content-box .member,
.content-box .blogpost {
	margin-right: 1px !important
}

.parallax-page .content-box .link {
	color: #000;
	margin: 15px
}

.content-box .page-title h4 {
/* 	color: #999 */
	color: #fff
}

.content-box .parallax-portfolio .btn-group {
	top: 0;
	right: 15px;
}

.content-box .parallax-portfolio .contents {
	padding-top: 40px;

}

.page-title {
	text-align: center;
	padding: 0;
/* 	margin-bottom: 20px; */	
    margin-bottom: 10px;
	color: #999
}

.page-title h1 {
	margin: 0
}

.page-desc {
	font-size: 13px
}

.navbar {
	margin-bottom: 0;
	border-radius: 0;
	border: none
}

.navbar-nav li a:focus {
	outline: none
}

.page-title h1,
.parallax-page .page-title h1,
.page .page-title h1,
.author .page-title h1,
.navbar a,
.page-title h4,
.parallax-page .page-title h4,
.page .page-title h4,
.author .page-title h4 {
	text-transform: uppercase
}

ul.nav li.dropdown:hover>ul.dropdown-menu {
	display: block
}

.dropdown-menu>li>a:hover,
.dropdown-menu>li>a:focus {
	background: none
}

.dropdown-submenu {
	position: relative
}

.dropdown-submenu>.dropdown-menu {
	top: 0;
	left: 100%;
	-webkit-border-radius: 0 6px 6px 6px;
	-moz-border-radius: 0 6px 6px 6px;
	border-radius: 0 6px 6px 6px
}

.dropdown-submenu:active>.dropdown-menu,
.dropdown-submenu:hover>.dropdown-menu {
	display: block
}

.dropdown-submenu>a:after {
	display: block;
	content: "";
	float: right;
	width: 0;
	height: 0;
	border-color: transparent;
	border-style: solid;
	border-width: 5px 0 5px 5px;
	border-left-color: #ccc;
	margin-top: 5px;
	margin-right: -10px
}

.dropdown-submenu:active>a:after {
	border-left-color: #FFF
}

.dropdown-submenu.pull-left {
	float: none
}

.dropdown-submenu.pull-left>.dropdown-menu {
	left: -100%;
	margin-left: 10px;
	-webkit-border-radius: 6px 0 6px 6px;
	-moz-border-radius: 6px 0 6px 6px;
	border-radius: 6px 0 6px 6px
}

.current_page_item.open {
	background: none
}

.dropdown-menu {
	padding: 0;
	border-radius: 0;
	box-shadow: none;
	border: none
}

.dropdown-submenu>.dropdown-menu {
	border-radius: 0;
	margin: 0
}

.dropdown-menu>li>a {
	padding: 8px 20px;
	font-size: 12px;
	color: #666
}

.dropdown-menu>li>a span {
	clear: both;
	color: #999;
	display: block;
	font-size: 10px
}

.search-form .search-field,
.search-form label,
.search-submit {
	float: left;
	margin-bottom: 0
}

.search-form {
	position: relative
}

.screen-reader-text {
	display: none
}

.search-form label {
	width: 100%
}

.search-form .search-submit {
	position: absolute;
	right: 1px;
	top: 1px;
	padding: 10px;
	border-top-left-radius: 0;
	border-bottom-left-radius: 0;
	background: none;
	border: none
}

.search-form .search-submit:hover,
.search-form .search-submit:hover i,
.search-form .search-submit i,
.fa-search {
	background-color: transparent !important
}

.search-form .search-field {
	padding-right: 50px;
	width: 100%;
	border: 1px solid #f1f1f1
}

.pagination {
	overflow: hidden
}

.pagination>li>a,
.pagination>li>span {
	font-size: 18px;
	border-radius: 0 !important;
	border: none
}

.navbar-brand {
	padding-top: 0;
	padding-bottom: 0
}

.navbar-brand img {
	max-height: 85px
}

.parallax-portfolio .bx-viewport,
.blogpost,
.post_format,
.overlay span,
.parallax-page .member,
.blog-post,
.widget,
.bx-viewport .recent-item-list li,
.widget tfoot td a,
.comment-meta,
#comments,
.portfolio_item,
.hentry,
.content-box {
	overflow: hidden;
/* 	background: #FFF */
	background: #222222bf
}

.parallax-portfolio .bx-viewport,
.blogpost,
.post_format,
.overlay span,
.parallax-page .member,
.blog-post,
.widget,
.bx-viewport .recent-item-list li,
.widget tfoot td a,
.comment-meta,
#comments,
.btn-group-expand a,
.portfolio_item,
.hentry,
#commentform #author,
#commentform #email,
#commentform #url,
#commentform textarea,
.search-form .search-field,
#portfolio-cat-filter,
.content-box,
.comment-respond {
	/*border-radius: 3px !important*/
}

.btn-default {
	padding: 10px 15px;
	border: none;
	text-transform: uppercase;
	font-size: 12px
}

.btn-default:hover {
	text-decoration: none
}

.btn-icon i {
	margin-right: 5px
}

.btn-group-expand {
	position: absolute;
/* 	top: 50%; */
	top: -6%;
	margin-top: -20px;
	z-index: 998;
	width: 100%;
	left: 0
}

.btn-group-expand .bx-next {
	position: absolute;
	right: 20px
}

.btn-group-expand .bx-prev {
	position: absolute;
	left: 20px
}

.overlay .icon-align {
	top: 50%;
	margin-top: -35px;
	left: 50%;
	margin-left: -35px;
	text-align: center;
	position: absolute;
	z-index: 998;
	opacity: 0;
	background: transparent
}

.overlay .two-icons {
	margin-left: -50px
}

.overlay .icon {
	display: inline-block;
	color: #555
}

.overlay:hover .icon-align {
	opacity: 1
}

.overlay {
	position: relative;
	display: block;
	overflow: hidden
}

.overlay img {
	opacity: 1;
	width: 100%;
	height: auto
}

.overlay:hover img {
	opacity: .3 !important
}

.overlay i {
	width: 50px;
	height: 50px;
	font-size: 22px;
	line-height: 50px;
	text-align: center
}

#social-icons {
/* 	padding: 10px 0 */
	/*padding: 5px 0*/
	border-top: 3px solid #222222;
}

.btn-social-icon {
	margin-left: 5px;
	border: none
}

.bx-wrapper {
	position: relative
}

.bx-pager {
	text-align: center
}

.disabled {
	display: none
}

html.template-parallax,
html.template-parallax body {
	height: 100%;
	width: 100%;
	overflow: hidden;
	margin: 0 !important;
	padding: 0
}

.template-parallax #masthead {
	position: fixed;
	z-index: 1000;
	top: 0;
	left: 0;
	right: 0;
	margin: 0
}

#parallax-container {
	width: 100%;
	height: 100%;
	overflow: hidden;
	min-height: 200px;
	min-width: 300px;
	position: relative
}

.parallaxItem {
	position: absolute;
	bottom: 0;
	left: 0;
	-webkit-backface-visibility: hidden
}

.template-parallax body {
	-webkit-transform: translate3d(0, 0, 0)
}

.nano {
	height: 300px;
/* 	margin-top: 20px */
	margin-top: 5px
}

.nano .nano-content {
	padding: 0 30px;
	padding-top: 120px;
}

.parallax-portfolio.nano-content,
.parallax-blog.nano-content,
.parallax-aboutus.nano-content {
	padding: 0
}

.nano .nano-pane {
	background: transparent
}

.parallax-page .page-title h1,
.parallax-page .page-title h2,
.parallax-page .page-title h3,
.parallax-page .page-title h4 {
	margin: 0
}

.template-parallax .site-footer {
	position: fixed;
	bottom: 0;
	z-index: 499;
	width: 100%
}

.parallax-page {
	position: absolute;
	width: 75%;
	max-width: 800px;
	margin: 3% 0 1% 0;
}

.parallax-page:hover {
	z-index: 999 !important;
	border: none
}

.parallax-page .link {
	position: absolute;
	top: 0;
	right: 0;
	font-size: 20px;
	border: none
}

.parallax-portfolio {
	position: relative
}

.parallax-page .page-contents img {
	max-width: 100%;
	height: auto
}

@media (max-height:750px){
	.screensoht-resize
	{
		width: 645px;
		position: relative;
		top: -30px;
		left: 30px;
	}
}

.parallax-portfolio h2 a:hover {
	text-decoration: none
}

.parallax-portfolio .slider {
	margin: 0;
	padding: 0;
	display: block
}

.parallax-portfolio .slider li {
	text-align: center;
	background: #FFF
}

.parallax-portfolio .slider li img {
	float: left;
	width: 500px;
	margin-right: 25px;
/* 	max-width: 400px; */
	height: auto
}







@media (max-height:750px){
	.parallax-portfolio .slider li img
	{
		width: 340px;
	}
}

.parallax-portfolio #pager {
	width: 500px;
	max-width: 400px;
	text-align: center;
	position: absolute;
	bottom: 20px;
	z-index: 998
}

.parallax-portfolio #pager img {
	width: 45px;
	height: auto;
	border: 2px solid #FFF
}

.parallax-portfolio #pager a {
	padding: 5px;
	opacity: .4
}

.parallax-portfolio #pager a.active {
	opacity: 1
}

.parallax-portfolio .btn-group {
	position: absolute;
	top: 30px;
	right: 30px;
	z-index: 999
}

.parallax-portfolio .contents {
	position: relative;
	z-index: 99999;
	text-align: left;
	padding: 60px 40px 40px 40px
}

.parallax-portfolio .contents p {
	padding: 20px 0
}

.small-title .blog-post-title a,
.small-title .blog-post-title,
.team-content h3 {
	font-size: 20px;
	line-height: 26px;
	margin: 0
}

.template-parallax .blogpost img {
	width: 100%;
	height: auto
}

.blogpost .overlay {
	position: absolute;
	bottom: 0
}

.blogpost .post-title {
	clear: both;
	padding: 20px;
	font-size: 22px;
	line-height: 27px
}

.blogpost .excerpt {
	padding: 0 20px
}

.blogpost .excerpt,
.blogpost .post-title {
	padding-left: 85px
}

.team-pic {
	text-align: center;
	position: relative;
	min-height: 100px;
	overflow: hidden;
	background: #FFF
}

.team-pic {
	z-index: 2
}

.team-desc .extra-pad {
	padding: 25px
}

.team-desc {
	background: #F2F2F2;
	width: 100%;
	z-index: 1;
	position: absolute;
	top: 0;
	left: 0;
	overflow-x: auto;
	max-height: 100%;
    height: 240px 

}

.team-group:hover .team-desc {
	z-index: 99
}

.team-content h3,
.team-content p,
.team-group {
	max-width: 100%;
	width: 275px;
	margin: 0 auto;
	text-align: center;
/* 	background: #FFF */
}

.team-content h3,
.team-content p {
	padding: 5px;
	clear: both
}

.team-content h3 {
	padding-top: 10px;
	padding-bottom: 0
}

.team-content p {
	padding-bottom: 15px;
	padding-top: 0;
	color: #AAA
}

.team-content {
	width: 275px;
	max-width: 100%;
	margin: 0 auto;
	background: #FFF
}

.team {
	overflow: hidden
}

.team img {
	max-width: 100%
}

.member-social {
	text-align: center;
	width: 100%;
	padding-bottom: 20px
}

.page-contents .member h3,
.page-contents .member p,
.page-contents .team-group,
.page-contents .member .team-content {
	max-width: 100%;
	padding: 5px 5px;
}

.wrapper {
	margin: 0 auto
}

.page .main-title {
	margin: 0
}

.site-footer {
	clear: both;
	background-color: #222
}

.site-footer .footer-info {
	padding: 5px 25px
}


.site-info {
	color: #FFF;
	font-size: 0.5em;
	text-align: center;
}

.error404 .search-form,
.search-no-results .search-form {
	width: 600px;
	margin: 0 auto
}

.error404,
.search-no-results {
	text-align: center
}

.blog-post-title {
/* 	padding-left: 60px;
	margin-bottom: 0; */
	text-align: center;
}

.entry-content td,
.entry-content th {
	padding: 5px
}

.entry-content img {
	max-width: 100%
}

.not-post .blog-post-title,
.not-post .entry-header .meta-details {
	padding-left: 0
}

.not-post .post_format {
	display: none
}

.cat-tag {
	padding: 10px 35px;
	color: #666
}

.cat-tag a {
	padding: 10px 5px;
	text-transform: uppercase;
	font-size: 11px
}

.tags_list,
.categories_list {
	display: inline-block
}

.post_format {
	position: absolute;
	top: 25px;
	left: 25px;
	width: 50px;
	height: 50px;
	z-index: 9999;
	background: #4D4D4F
}

.post_format:before {
	content: "\f0c9";
	font-size: 16px;
	color: #FFF;
	width: 50px;
	height: 50px;
	position: absolute;
	line-height: 50px;
	text-align: center;
	cursor: default
}

.blog-post .post_format {
	left: 30px;
	top: 30px
}

.blog-main .entry-content {
	padding-top: 0
}

iframe.twitter-tweet {
	box-shadow: none !important;
	width: 100% !important;
	border: none !important;
	margin-top: 0 !important
}

.format-aside .post_format:before {
	content: "\f192"
}

.format-audio .post_format:before {
	content: "\f028"
}

.format-chat .post_format:before {
	content: "\f086"
}

.format-gallery .post_format:before {
	content: "\f03e"
}

.format-image .post_format:before {
	content: "\f030"
}

.format-video .post_format:before {
	content: "\f03d"
}

.format-link .post_format:before {
	content: "\f0c1"
}

.format-quote .post_format:before {
	content: "\f10d"
}

.format-status .post_format:before {
	content: "\f15c"
}

.format-standard
{
	margin-right: 55px !important;
	margin-left: -9px;
	margin-top: 25px;
}
.entry-header,
.entry-content {
	padding: 25px 35px;
/*	padding: 10% 8%;*/
	overflow: hidden;
/* 	width: 900px; */
	width: 150%;
    height: auto;
}

.entry-header h1 {
	margin-top: 0
}

.entry-header h1,
.entry-header h1 a {
	color: #333
}

.entry-header a:hover {
	text-decoration: none
}

.entry-header .meta-details {
	padding: 0 0 0 60px;
	overflow: hidden;
	clear: both
}

.entry-header .meta-details a {
	padding: 0 5px;
	text-transform: uppercase;
	font-size: 11px;
	white-space: nowrap
}

.entry-thumbnail img {
	max-width: 100%;
	height: auto
}

.entry-thumbnail {
	text-align: center
}

.blog-post,
.widget {
	background: #FFF;
	margin: 0 0 25px 0;
	overflow: hidden
}

.blog-post:first-child {
	margin-top: 0
}

.blog-post {
	position: relative
}

.widget {
	padding: 20px 25px
}

.widget .widget-title {
	margin-top: 0;
	font-size: 13px;
	line-height: 20px;
	font-weight: normal;
	text-transform: uppercase
}

.widget ul,
.widget li {
	list-style: none;
	margin: 0;
	padding: 0
}

.widget li ul.children {
	padding-left: 10px;
	border-left: 3px solid #f2f2f2;
	margin: 8px 0 0 0 !important
}

.widget li {
	padding: 8px 0
}

.widget img {
	max-width: 100%;
	height: auto
}

.widget select {
	width: 100%
}

.widget.social_networks_widget a {
	margin: 3px
}

.rss-date,
.rssSummary {
	display: block;
	clear: both;
	padding-bottom: 5px
}

.widget_categories li {
	text-align: right;
	clear: both;
	overflow: hidden
}

.widget_categories li a {
	float: left
}

.widget_recent_entries li .post-date {
	display: block
}

.widget #recent-projects .btn-group {
	position: absolute;
	top: -40px;
	right: 10px
}

.widget_tag_cloud a {
	display: block;
	float: left;
	white-space: nowrap;
	padding: 3px 5px;
	border: 1px solid #f2f2f2;
	margin: 0 8px 8px 0;
	font-size: 12px !important;
	overflow: hidden
}

.widget_tag_cloud a:hover {
	background: #333;
	color: #FFF;
	text-decoration: none
}

.widget_calendar caption {
	text-align: left
}

.widget.widget_recent_posts,
.widget.widget_recent_posts li {
	padding: 0
}

.widget_recent_posts h3 {
	padding: 20px 35px 10px 35px;
	margin-bottom: 0
}

#recent-projects {
	position: relative
}

.widget.widget_recent_posts .btn-default {
	padding: 6px 8px
}

#recent-projects .bx-pager {
	height: 30px
}

#recent-projects .bx-controls .bx-pager-item {
	display: inline;
	padding: 0 5px
}

#recent-projects .bx-controls .bx-pager-item .bx-pager-link {
	padding: 3px;
	border-radius: 50%;
	font-size: 0px;
	background: #FFF;
	border: 1px solid #333
}

#recent-projects .bx-controls .bx-pager-item .bx-pager-link.active {
	border: 3px solid #333;
	background: #333
}

#recent-projects .overlay .icon-align {
	font-size: 20px;
	padding: 30px;
	left: 0;
	right: 0;
	top: 0;
	margin: 0
}

#recent-projects a.thumb:hover span {
	display: block
}

.widget table {
	width: 100%;
	text-align: center
}

.widget table th {
	text-align: center
}

.widget tfoot td#next a {
	float: right
}

.widget tfoot a {
	padding: 5px 10px;
	display: block;
	background: #f2f2f2;
	float: left;
	margin-top: 10px;
	text-decoration: none
}

.comment-list li li:last-child {
	border-bottom: none;
	padding-bottom: 0;
	margin-bottom: 0
}

.comment-author .fn {
	font-size: 15px
}

.comments-title {
	margin-top: 0
}

.comment-list,
.comment-list li {
	list-style: none;
	margin: 0;
	padding: 0
}

.comment-list .avatar {
	float: left;
	margin-right: 20px;
	width: 50px;
	height: 50px
}

.comment-list li {
	padding: 15px 0;
	border-bottom: 1px solid #f2f2f2
}

.comment-content {
	padding: 15px 0 0 0;
	clear: both
}

.comment-meta {
	background: #f9f9f9;
	float: left;
	overflow: hidden;
	padding: 20px;
	width: 310px
}

.comment-body {
	position: relative
}

.bypostauthor {
	background: #F9F9F9
}

.bypostauthor .comment-meta {
	margin-left: 10px;
	background: #FFF
}

.bypostauthor .comment-content,
.bypostauthor .reply,
.bypostauthor #respond {
	margin-left: 20px;
	margin-right: 20px
}

.comments-area,
.comment-respond {
	padding: 30px;
	background: #FFF;
	margin: 25px 0 0 0
}

.comment-respond {
	margin-top: 0
}

.comment-respond .form-allowed-tags,
.comment-notes {
	display: none
}

#commentform label {
	display: block;
	font-weight: normal
}

#commentform #author,
#commentform #email,
#commentform #url,
#commentform textarea {
	border: 1px solid #F2F2F2;
	padding: 10px;
	width: 50%;
	font-size: 15px
}

.template-inner .team-content h3,
.template-inner .team-content p,
.template-inner .team-group,
.template-inner .team-desc,
.template-inner .team-pic,
.template-inner .team-content,
.template-inner .team-pic img {
	width: 100%;
	max-width: 350px;
	height: auto
}

.member-pad {
	position: relative;
	background: #FFF;
	border-radius: 3px;
	overflow: hidden;
	margin-bottom: 25px
}

.isotope .isotope-item {
	-webkit-transition-duration: 0.8s;
	-moz-transition-duration: 0.8s;
	transition-duration: 0.8s;
	-webkit-transition-property: -webkit-transform, opacity;
	-moz-transition-property: -moz-transform, opacity;
	transition-property: transform, opacity
}

.isotope .element {
	float: left
}

.isotope {
	margin: 0 auto
}

#portfolio .col-sm-4 {
	width: 33.30%
}

#portfolio-cat-filter {
	overflow: hidden;
	margin: 0 15px 30px 15px
}

#portfolio-cat-filter .pagination {
	text-align: center;
	border-radius: 0;
	display: block;
	margin: 10px 0
}

#portfolio-cat-filter .pagination>li>a,
#portfolio-cat-filter .pagination>li>span {
	padding: 10px 20px;
	outline: none;
	font-size: 16px;
	float: none;
	display: inline-block
}

#portfolio-cat-filter li a span {
	font-size: 13px;
	opacity: .7;
	padding: 3px
}

#portfolio-cat-filter li {
	margin-left: -3px
}

.portfolio_item {
	margin-bottom: 30px
}

.portfolio_item .cat-tag {
	padding: 10px 0
}

.portfolio_item .blog-post-title {
	padding-left: 0
}

.portfolio_item .overlay img {
	min-height: 0 !important
}

.single-portfolio_item .col-sm-9,
.full-width {
	float: none;
	margin: 0 auto;
	width: 100%
}

.related-items h2 {
	text-align: center;
	padding-bottom: 20px
}

.related-items.has_title .btn-group {
	top: -65px;
	right: 0;
	position: absolute
}

.related-items .small-title {
	padding-bottom: 15px
}

.single-portfolio_item .page-title {
	margin: 0 15px;
	z-index: 9999;
	position: relative
}

#portslider li {
	text-align: center
}

#portslider li img {
	max-width: 100%;
	height: auto
}

body.attachment .attachment {
	position: relative;
	text-align: center
}

body.attachment .attachment-meta {
	text-align: center;
	display: block
}

.page-template-default .entry-content {
	padding: 35px
}

.entry-content img {
	margin: 0 0 1.5em 0;
	max-width: 100%;
	height: auto
}

.alignleft,
img.alignleft {
	margin-right: 1.5em;
	display: inline;
	float: left
}

.alignright,
img.alignright {
	margin-left: 1.5em;
	display: inline;
	float: right
}

.aligncenter,
img.aligncenter {
	margin-right: auto;
	margin-left: auto;
	display: block;
	clear: both
}

.alignnone,
img.alignnone {
	clear: both
}

.wp-caption {
	margin-bottom: 1.5em;
	text-align: center;
	padding-top: 5px
}

.wp-caption img {
	border: 0 none;
	padding: 0;
	margin: 0
}

.wp-caption p.wp-caption-text {
	line-height: 1.5;
	font-size: 10px;
	margin: 0
}

.wp-smiley {
	margin: 0 !important;
	max-height: 1em
}

blockquote.left {
	margin-right: 20px;
	text-align: right;
	margin-left: 0;
	width: 33%;
	float: left
}

blockquote.right {
	margin-left: 20px;
	text-align: left;
	margin-right: 0;
	width: 33%;
	float: right
}

.overlay img,
.overlay .icon i,
.team-desc:hover,
.overlay:hover .icon-align {
	transition-duration: 350ms;
	transition-timing-function: ease-out
}

.team-pic {
	transition-duration: 550ms;
	transition-timing-function: ease-out
}

.team-desc {
	opacity: 0
}

.team-desc:hover .team-pic {
	opacity: 0
}

.team-desc:hover {
	opacity: 1
}

.overlay img {
	transform: scale(1.01, 1)
}

.overlay:hover img {
	transform: scale(1.05, 1.05)
}

.navbar-nav li,
.current_page_item .dropdown-toggle,
.navbar-inverse .navbar-nav>.current_page_item>a.dropdown-toggle,
.current_page_item,
.current_page_item:hover,
.current_page_item a:focus,
.navbar-inverse .navbar-nav>li.current_page_item>a:hover,
.navbar-inverse .navbar-nav>li.current_page_item>a:focus,
.dropdown-menu>.active>a,
.dropdown-menu>.active>a:hover,
.dropdown-menu>.active>a:focus,
#masthead .navbar-nav li.current-menu-item,
.navbar-inverse .navbar-nav>.current_page_item>a,
.navbar-inverse .navbar-nav>.current_page_item>a:hover,
.navbar-inverse .navbar-nav>.current_page_item>a:focus {
	transition: background 1s ease-in-out
}

.welcome-page {
	width: 80%;
	/* 	padding-top: 30px */
	padding-top: 25px;
}
@media (max-height:750px){
	.welcome-page {
		width: 65%;
	}
	.resize-page
	{
		width: 35%;
	}
}
.buynow {
/* 	border-radius: 200px; */
	display: block;
/* 	height: 116px; */
	right: 10px;
	margin-top: -10px;
/* 	opacity: 0.9; */
	overflow: hidden;
	position: fixed;
/* 	top: 50%; */
	top: 60px;
/* 	width: 116px; */
	z-index: 99999;
}

a.buynow2 {
    background: url('../9monkeys/wishlist.png');
    background-repeat: no-repeat;
	display: block;
	width:150px;
	height: 150px

}

a.buynow2:hover {
background: url('../9monkeys/wishlist_h.png');
background-repeat: no-repeat;	

}



#mailto-buka
{
	padding-top: 14px;
	padding-bottom: 14px;
}

#mailto-buka a
{
	text-decoration: none;
	color: #FFF;
}
#mailto-buka a:hover
{
	color: #f9d423;
}
/* My styles */
.navfont  {
	font-size: 17px;
	font-weight:500;
}
.content-box p {
/* 	color: #999 */
	color: #fff

}

.fonthome {
	color:black;
	font-size:1.2em;
	font-weight: 700;
	text-transform: uppercase;
	margin:0
}

.fonthome2 {
    font-size:1.8em;
	font-weight: 900;
	text-transform: uppercase;
	color:black;
}
 /*  .video {
    background-image: url('../9monkeys/video_border.png');
    background-size: cover;	
	margin-bottom: 2.5rem; 
     width:470px;
	height:264px  
}	*/

.videoimag {
/*     position: absolute; */
    padding: 1% 5%;
    box-sizing: border-box;
    top: 0;
/*     left: 0; */	
	width:80%
	
}
#platforms {

/*     padding: 10px 0; */
	padding: 0;

	margin:0;
	width:100%;
	height:60px;
	background-color: green;


}
.btn-platform {
	height: 50px!important;
    padding-left: 0;
    padding-right: 0;
}

.btn-mail {
	color: #fff;
	background-color: #222 !important;
	border-color: rgba(0, 0, 0, 0.2)
}
.btn-mail:hover{
	background-color: #f9d423 !important;
}
.btn-twitter {
	color: #fff;
	background-color: #222 !important;
	border-color: rgba(0, 0, 0, 0.2)
}
.btn-facebook {
	color: #fff;
	background-color: #222 !important;
	border-color: rgba(0, 0, 0, 0.2)
}
.btn-youtube {
	color: #fff;
	background-color: #222 !important;
	border-color: rgba(0, 0, 0, 0.2)
}
.btn-vk {
	color: #fff;
	background-color: #222 !important;
	border-color: rgba(0, 0, 0, 0.2)
}
.loading-page{
	background: linear-gradient(180deg, #f83600, #f9d423)
                }
html, body {	
 background: linear-gradient(180deg, #f83600, #f9d423)  
}				
.navbar-inverse {
	background: #222;
}
/* .menu-item li> a:hover {
	color: red		
		} */
.content-box .page-title h1 {
    color: #fff;	
}
.navbar-inverse .navbar-nav >li >a:hover, .pagination >li a:hover {
    color: #f9d423;		
}	
.content-box, .parallax-portfolio .slider li, .content-box .entry-header, .content-box .team-content, .content-box .team-content h3, .content-box .team-content p, .content-box .team .member, .content-box .blogpost {
    background: #222;
}
.content-box .entry-header, .content-box .team-content, .content-box .team-content h3, .content-box .team-content p, .content-box .team .member, .content-box .blogpost {
    background: #222;

}
.blog-main a, .blog-sidebar a, .parallax-page .content-box a {
    color: #f9d423;
}
.blog-main a:hover, .blog-sidebar a:hover, .parallax-page .content-box a:hover{
    color: #fb9d0c;
}


.parallax-page .entry-header .blog-post-title, .parallax-page .entry-header .blog-post-title a {
    color: #fff;
}
.nano.has-scrollbar .nano-slider {
    background: transparent;
}
.img-steam
{
	content:url(../9monkeys/steam.png)
}
.img-steam:hover
{
	content:url(../9monkeys/steam_hov.png)
}
a.btn-stm  {
    background: url('../9monkeys/steam.png');
	    background-repeat: no-repeat;
	display: block;
	height: 50px;
    padding-left: 0;
    padding-right: 0;
    background-position: center;
}
a.btn-stm:hover {
	background: url('../9monkeys/steam_hov.png');
	background-repeat: no-repeat;
	background-position: center;
}

a.btn-ps  {
    background: url('../9monkeys/playstation.png');
	background-repeat: no-repeat;
	background-position: center;
	display: block;
	height: 50px;
    padding-left: 0;
    padding-right: 0;

}
a.btn-ps:hover {
	background: url('../9monkeys/playstation.png');
	background-repeat: no-repeat;
	background-position: center;
}
a.btn-xb  {
    background: url('../9monkeys/xbox.png');
	background-repeat: no-repeat;
	background-position: center;
	display: block;
	height: 50px;
    padding-left: 0;
    padding-right: 0;

}
a.btn-xb:hover {
	background: url('../9monkeys/xbox.png');
	background-repeat: no-repeat;
	background-position: center;
}
a.btn-nt  {
    background: url('../9monkeys/nintendo.png');
	background-repeat: no-repeat;
	background-position: center;
	display: block;
	height: 50px;
    padding-left: 0;
    padding-right: 0;

}
a.btn-nt:hover {
	background: url('../9monkeys/nintendo.png');
	background-repeat: no-repeat;
	background-position: center;
}

.fonthome3 {
	margin: 2px 0 0 2px;
	font-size: 1em	color:black;
	text-transform: uppercase;
	font-weight: 700;
	color: #000
}
@media (max-width:768px)
{
	.navbar-collapse{border:none}.navbar-inverse .navbar-toggle{background:#222;border-color: #fff}
	.navbar-inverse .navbar-toggle:hover, .navbar-inverse .navbar-toggle:focus {
/*     background-color: #5a5656; */
    background-color: #222; 
    border-color: #f9d423       
}
/* body {font-size: 0.4em; }
	} */
}
	
@media (min-width: 1200px){
.col-lg-3 {
    margin: 0;
    padding: 2px;
}}

.fontmenu {
	font-size:0.6em;
	font-weight: 400;
	text-transform: uppercase;
	text-align: left!important;
}
a.menuimg {
 height: 24px;
 width: 24px;
 background: url('../9monkeys/steam_white.png');
 background-repeat: no-repeat;
  background-position: center;
 display: block;
  padding-left: 0;
  padding-right: 0;
  float: right;
  margin: 6px 0 6px 0;
}
a.menuimg:hover {
 background: url('../9monkeys/steam_yellow.png');
 background-repeat: no-repeat;
  background-position: center;
}


a:hover {
    color: #f9d423;
	text-decoration: none;
}

.p {
	color: #000;
}

p.col {
	font-size: 90%;
	padding:0;
	margin:0;
	color:#000;
	text-transform: uppercase;
	font-weight:600;
}

.btn {
	color: #fff
}
a.btn:hover {
	color: #f9d423
}

p.about {
	font-weight:600;
	font-size: 1.2em;
	color:#f9d423;	
}
h2.features {
	color: #f9d423;
}
.videofiture {
	float: left;
    margin: 3%;
}



@media (min-width: 992px) {
 .col-md-3 {
padding: 2px;
 }
}

.platform, .platform img
{
 outline: none;
 border: none;
 text-decoration:none;
}

.pl-active img
{
 background-color: white;
}

.pl-active img:hover
{
 background-color: #f9d423;
}

.pl-noactive img
{
 background-color: #999999;
}

.mc_embed_signup
{
	margin-top: 4px;
}

.mc_embed_signup .email
{
	border: solid #222222;
/* 	background-color: #2b2b2b; */
	background-color: transparent;
/* 	color: #b8b8b8; */
    font-weight: 600;
	color: #222;
	height: 30px;
	width: 100%;
}

.mc_embed_signup .email::placeholder {
	text-align: center;
	text-transform: uppercase;
	color: #4d4d4f;
}

.mc_embed_signup .email::-webkit-input-placeholder {
	color:#4d4d4f;
}
.mc_embed_signup .email::-moz-placeholder {
	color:#4d4d4f;
}/* Firefox 19+ */
.mc_embed_signup .email:-moz-placeholder {
	color:#4d4d4f;
}/* Firefox 18- */
.mc_embed_signup .email:-ms-input-placeholder{
	color:#4d4d4f;
}


.mc_embed_signup .button
{
	height: 30px;
	border: solid #222222;
	background-color: #222222;
	width: 100%;
	text-transform: uppercase;
}

.mc_embed_signup .button:hover
{
	color: #f9d423;
}

.mc_embed_signup .col-sm-4
{
	padding: 0;
}



.mc_embed_signup
{
	margin-top: 4px;
}

.mc_embed_signup .email
{
	border: solid #222222;
/* 	background-color: #2b2b2b; */
	background-color: transparent;
/* 	color: #b8b8b8; */
    font-weight: 600;
	color: #222;
	height: 30px;
}







.preorder_trygame
{

}
.preorder_trygame .col-sm-4
{
	padding: 0;
}
.preorder_trygame_pr
{
	padding-top: 4px;
	text-align: center;
	margin-left:  auto;
	height: 100px;
	border: solid #222222;
	background-color: #222222;
	width: 100%;
	text-transform: uppercase;
	cursor: pointer;
}
.preorder_trygame_pr img{
	height: 70px !important;
}
.preorder_trygame_pr:hover{
	color: #f9d423;
}
.preorder_trygame_tr{
		padding-top: 4px;
	height: 100px;
	border: solid #222222;
	background-color: #222222;
	width: 100%;
	text-transform: uppercase;
}


.preorder_trygame_pr:lang(de),.preorder_trygame_pr:lang(fr) {
	line-height: 23px;
	font-size: 12px;
}
.preorder_trygame_tr:lang(de),.preorder_trygame_tr:lang(fr) {
	line-height: 23px;
	font-size: 12px;
}

.preorder_trygame_tr div{
	margin-top: 18px;
}
.preorder_trygame_tr img{
	width: 40px;
}

@media (max-width: 325px){
	.preorder_trygame_tr:lang(de) {
		line-height: 18px;
	}

	.preorder_trygame_pr:lang(it),.preorder_trygame_pr:lang(es),.preorder_trygame_pr:lang(pl){
		line-height: 23px;
		font-size: 12px;
	}
	.preorder_trygame_tr:lang(it),.preorder_trygame_tr:lang(es),.preorder_trygame_tr:lang(pl){
		line-height: 23px;
		font-size: 12px;
	}
}
.preorder_trygame_tr img:hover{
filter: contrast(50%) sepia(100%) hue-rotate(5deg) brightness(0.9) saturate(500%);
}
@media (max-width: 767px){
.preorder_trygame_pr {
	margin: 0 auto;

}
	.preorder_trygame_tr {
	margin: 0 auto;
}
}
/*@media (max-width: 480px), (max-height: 480px){
#home-page .page-contents {
	height: 100vh; !important;
}}

@media (max-width: 480px)and (max-height: 480px){
	#home-page .page-contents {
		height: 400px !important;
	}}
*/

.popup{
	position: fixed;
	width: 100%;
	height: 100%;
	z-index: 100000;
	background-color: rgba(0, 0, 0, 0.6);
	top: 0;
	left: 0;
	opacity: 0;
	visibility: hidden;
	overflow-y: auto;
	overflow-x: hidden;
	transition: all 0.8s ease 0s;
}

.popup.open{
	opacity: 1;
	visibility: visible;
}

.popup.open .popup__content{
	opacity: 1;
	transform: perspective(600px) translate(0px, 0%) rotateX(0deg);
}
.popup__body{
	min-height: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 30px 10px;
	transition: all 0.8s ease 0s;
}
.popup__content{
	background-color: #222222;
	color: #FFF;
	max-width: 800px;
	padding: 30px;
	padding-bottom: 1px;
	position: relative;
	transition: all 0.8s ease 0s;
	opacity: 0;
	transform: perspective(600px) translate(0px, -100%) rotateX(45deg);
	width: 500px;

}

@media (max-width: 800px) and (min-width: 400px) {

	.popup__content{
		width: 400px;
	}
}
@media (max-width: 400px) and (min-width: 350px) {
	.fonthome2 {
		font-size: 1.5em;
	}}
@media (max-width: 350px) {
.fonthome2 {
	font-size: 1.2em;
}}
@media (max-width: 400px) {
	.popup__content{
		width: 300px;
	}
	.popup__language_flex{
		display: flex;
		flex-direction: column;
		height: 100%;
	}
	.popup__language_flex_list{
		display: flex;
		flex-direction: column;
		height: 100%;
		padding-left: 50px;
	}

}

.popup__language_flex_list{
	display: flex;
	flex-direction: column;
	height: 100%;
}
.popup__close{
	position: absolute;
	right: 10px;
	top: 8px;
	font-size: 20px;
}
.popup__title{
	font-size: 40px;
	margin: 0 0 15px 0;
}
.popup__top_panel{
	display: flex;
	justify-content: space-between;
	height: 100%;
	margin-bottom: 45px;
}
.popup__back{
	background: none;
}
.current__language
{
	background: none;
	text-align: right;
}
.choose__language{
	border: none;
	background: none;
}

.choose__language:hover{
	border: none;
	background: none;
}

.choose__language:focus {
	outline: none;
}

.popup__language{
	display:none ;
	/*width: 320px;*/
	margin: 0 auto;
	margin-bottom: 45px;

}
.popup__language_flex{
	display: flex;
	justify-content: center;
	height: 100%;
}
.popup__blockplatform{
text-align: center;
	margin-bottom: 45px;
}
.popup__text{
 display: none;
}
.popup__language__block{
	text-align: left;
}
.popup__language__block1{
	text-align: left;
}

.popup__blockplatform_button_language
{
	text-align: left;
}
.popup__blockplatform_button{
	transition: all 0.15s ease-in-out;
	background-size: 100% 100%;
	background: none;
	border: none;
	/*background: #003E93;*/
	min-width: 175px;
	margin-right: 8px;
	margin-bottom: 8px;
}

.popup__blockplatform_button_text{
	font-size: 20px;
	text-shadow: 0 0 5px red;
	/*border: 1px solid rgba(249, 249, 249, 1);*/
	-webkit-transition: text-shadow 0.2s linear;
	-moz-transition: text-shadow 0.2s linear;
	-ms-transition: text-shadow 0.2s linear;
	-o-transition: text-shadow 0.2s linear;
	transition: text-shadow 0.2s linear;
	padding: 5px;
}
.popup__blockplatform_button_text:hover{
	text-shadow: 0 0 20px red;
}

.MuiSvgIcon-root{
	fill: currentColor;
	width: 1em;
	height: 1em;

	font-size: 1.5rem;
	transition: fill 200ms cubic-bezier(0.4, 0, 0.2, 1) 0ms;

	user-select: none;
}

.popup_links{
	margin-bottom: 45px;
	display: none;
	text-align: center;
}

.button_clear
{
	border: none;
	background: none;
}
.button_clear{
	border: none;
	background: none;
}

.button_clear:hover{
	border: none;
	background: none;
}

.button_clear:focus {
	outline: none;
}
.no-display{
	display: none;
}




.dropbtn {
	cursor: pointer;
	margin-bottom: 0px;
}

/* The container <div> - needed to position the dropdown content */
.dropdown {
	position: relative;
	display: inline-block;
}

/* Dropdown Content (Hidden by Default) */
.dropdown-content {

	display: none;
	position: absolute;
	background-color: #222222;
	width: 90px;
	padding-top: 2px;
}

.dropbtn
{
	padding-left: 25px;
}

.dropbtn::after {
content: "";
	height: 16px;
	position: absolute;
	right: 0;
	top: 7px;
	width: 16px;
}



/* Links inside the dropdown */
.dropdown-content a {
	color: black;
	padding: 2px 0 2px 25px;
	text-decoration: none;
	display: block;
}

/* Change color of dropdown links on hover */
.dropdown-content a:hover {background-color: #222222}

/* Show the dropdown menu on hover */
.dropdown:hover .dropdown-content {
	display: block;
}

.video {
	position: relative;
	width: 100%;
	height: 0;
	padding-bottom: 56.25%;
}
.video_youtube {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

@media (max-width: 810px){
	.navbar>.container .navbar-brand, .navbar>.container-fluid .navbar-brand {

		width: 205px;


	}
	.navbar-collapse.in {
		overflow-y: revert;
	}
	.welcome-page {
		width: 100%;
	}
}