html {
    position: relative;
}
html.remote-page-open {
    overflow: hidden;
}
html.remote-page-open, .remote-page-open body {
    height: 100%;
}
* {
outline: none !important;
}
b, strong {
	font-family: 'Gotham-Medium', Arial, "Helvetica Neue", Helvetica, sans-serif;
}
#remote-page-container {
    /*position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;*/
    z-index: 99999999999;
    background-color: white;
    overflow-y: scroll;
    height: 100%;

    opacity: 1;
    -webkit-transition: opacity 2000ms;
    -moz-transition: opacity 2000ms;
    -ms-transition: opacity 2000ms;
    -o-transition: opacity 2000ms;
    transition: opacity 2000ms;
    position: relative;
    float: left;
    width: 100%;
    padding: 0 !important;
    margin: 0 !important;
}
#remote-page-container ~ #site-container {
    /*display: none;*/
    opacity: 0;
    -webkit-transition: opacity 1000ms;
    -moz-transition: opacity 1000ms;
    -ms-transition: opacity 1000ms;
    -o-transition: opacity 1000ms;
    transition: opacity 1000ms;
}
#remote-page-container:empty {
    opacity: 0;
    /*display: none;*/
}
#remote-page-container:empty ~ #site-container {
    opacity: 1;
    /*display: block;*/
}



.container projectContent references{
padding-left: 0;
margin-left: -5px;
}




body{
	min-height: 100px;
	padding-top: 0 !important;
}
.row {
	margin-left: 0 !important;
    margin-right: 0 !important;

}
.navbar-nav > li > .dropdown-menu li a {
	font-family: 'Gotham-Book', Arial, "Helvetica Neue", Helvetica, sans-serif;
}
/*Menu kısmı için büyük ekranlarda vs */
@media only screen and (min-width: 768px) {
	.dropdown:hover .dropdown-menu,
	.dropdown.hover .dropdown-menu {
		display: block !important;
	}
	.nav > li.dropdown {
		position: static;
	}
	.dropdown-menu {
		position: absolute;
		top: 50px;
		left: 0;
	}
	.mobile_logo {
		display: none;
	}
	.navbar-default {
		background-color: #fff;
		border-bottom: 0;
		height: 100px;
	}
	.navbar-default .navbar-collapse {
		border-bottom: 1px solid #636261;
	}
	.navbar-default .navbar-nav > li {
		font-size: 15px;
		font-family: 'Gotham-Book', Arial, "Helvetica Neue", Helvetica, sans-serif;
	}
	.navbar-default .navbar-nav > li {
		border-bottom: 2px solid transparent;
		padding-left: 0;
		padding-right: 0px;
		/*margin-right: 10px;*/
	}
	.navbar-default .navbar-nav > li > a {
		padding-left: 0px !important;
		padding-right: 0px !important;
	}
	.navbar-default .navbar-nav > li:hover,
	.navbar-default .navbar-nav > li.hover,
	.navbar-default .navbar-nav > li.hover a {
		color: #333;
		font-family: 'Gotham-Medium', Arial, "Helvetica Neue", Helvetica, sans-serif;
	}
	.navbar-default .navbar-nav > li.hover ul li a {
		font-family: 'Gotham-Book', Arial, "Helvetica Neue", Helvetica, sans-serif;
	}
	.navbar-default .navbar-nav > li.hover ul li a:hover,
	.navbar-default .navbar-nav > li.hover ul li a.hover {
		font-family: 'Gotham-Medium', Arial, "Helvetica Neue", Helvetica, sans-serif;
	}
	.navbar-default .navbar-nav > li > a:hover,
	.navbar-default .navbar-nav > li > a.hover {
		font-family: 'Gotham-Medium', Arial, "Helvetica Neue", Helvetica, sans-serif;
	}
	.navbar-default .navbar-nav > .active > a,
	.navbar-default .navbar-nav > .active > a:hover,
	.navbar-default .navbar-nav > .active > a.hover,
	.navbar-default .navbar-nav > .active > a:focus {
		background-color: transparent;
	}
	.navbar-nav > li > .dropdown-menu {
		min-width: 400px;
		background-color: transparent;
		border-radius: 4px;
		border: 0px;
		-webkit-box-shadow: 0 6px 12px rgba(0, 0, 0,0);
		box-shadow: 0 6px 12px rgba(0, 0, 0,0);
	}
	.navbar-nav > li > .dropdown-menu li {
		float: left;
	}

	.navbar-nav > li > .dropdown-menu li a {
		text-align: left;
		padding-left: 0;
		font-size: 14px;
		font-family: 'Gotham-Book', Arial, "Helvetica Neue", Helvetica, sans-serif;
	    padding: 13px 13px 3px 0px !important;
	    color: #8b8b8b !important;
	}
	.navbar-nav > li > .dropdown-menu li a:hover {
	    color: #333 !important;
	}
	.dropdown-menu > li > a:hover,
	.dropdown-menu > li > a.hover,
	.dropdown-menu > li > a:focus {
		background-color: transparent;
	}
	.all_container {
		/*margin-top: 30px;*/
	}
	.navbar-right > li:hover,
	.navbar-right > li.hover {
		border-bottom: 0 !important;
	}
	.navbar-right > li > a {
		padding-left: 5px;
		padding-right: 5px;
	}
    .carousel-inner {
        text-align: center;
    }
    .carousel-inner > .item > img,
    .carousel-inner > .item > a > img {
        max-height: 100%;
        display: inline-block;
    }
	.navbar-right > li {
		padding-left: 0px !important;
		padding-right: 0px !important;
	}
	.social-wrap {
		float: left;
		width: 100%;
	}
	.detail_page {
		float: right !important;
		margin-right: 38px !important;
	}
	.mx_wid_1225 .carousel-control .glyphicon-chevron-left,
	.mx_wid_1225 .carousel-control .glyphicon-chevron-right,
	.mx_wid_1225 .carousel-control .icon-prev,
	.mx_wid_1225 .carousel-control .icon-next {
		width: 40px;
		height: 50px;
		margin-top: -25px;
		font-size: 53px;
		text-shadow: none;
		color: #afafaf;
	}
	/*.news_style .navbar .container .mx_wid_1225 {
		width: 100% !important;
		margin-left: 0 !important;
		float: left !important;
	}*/
	/*.news_style .navbar .container .mx_wid_1225 .mx_wid_1225 {
		width: 100% !important;
	}*/
	.news_style .navbar .mx_wid_1225 {
		float: none !important;
	}
	.project-line {
		width: 25%;
		margin: 0 auto;
		height: 1px;
		background-color: #999999;
		clear: both;
	}
	.detail-project i {
		font-size: 45px !important;
		float: none !important;
	}
	.close-news-detail {
		width: 100%;
		float: left;
	}
	.project-item.team{
		padding: 0px 10px !important;
		margin: 10px 0px !important;
	}
	.mobile-block {
		display: none !important;
	}
	.projectFilter {
		display: none !important;
	}

}


@media only screen and (min-width: 920px) and (max-width: 1024px) {
	.big_screen_logo.detail_page.new-style {
		margin-top: 33px;
	}
}
@media only screen and (max-width: 920px) {
	.news_style .big_screen_logo {
		margin-right: 2% !important;
		margin-top: 0 !important;
	}
	.project-detail .big_screen_logo {
		margin-top: 117px !important;
	}
}
@media only screen and (max-width: 600px) {
	.project-item, .news-item, .news-content {
		width: 80%;
		margin-left: 10%;
		margin-right: 0 !important;
	}
	.project-item.team {
		width: 42%;
	}
}
@media only screen and (min-width: 480px) and (max-width: 767px) {
	.news {
		width: 48.5%;
		margin-right: 0 !important;
	}
	.project-item.team {
		width: 48.5%;
		margin-left: 1% !important;
	}

}
@media only screen and (max-width: 690px) {
	.caption-project.team a {
		margin-top: 5px !important;
	}
}



@media only screen and (max-width: 768px) {
	.about_news_wrap.mx_wid_1225.mt-20.text-center.disp-block-style, .about_news_wrap.news-style.disp-block-style, .big_screen_logo.detail_page.new-style.disp-block-style {
		display: block !important;
		margin-left: 0 !important;
	}
	.big_screen_logo.detail_page.new-style.disp-block-style {
		width: 7% !important;
		margin-right: 1.5% !important;
		max-height: 70px !important;
	}
	.top-transation {
		position: relative !important;
	}
	.navbar-nav {
		margin-top: 0 !important;
		margin-bottom: 0 !important;
	}
	.navbar-nav li a {
		padding-top: 7px !important;
		padding-bottom: 7px !important;
		line-height: 20px !important;
	}
	.mobile-block .js-coming-soon {
		padding-top: 7px !important;
		padding-bottom: 7px !important;
	}
	.projectFilter {
		margin-top: 35px !important;
	}


	/**/
	.navbar-toggle{
		margin-top: 23px !important;
		margin-left: 15px !important;
		float: left !important;
	}
	.mobile_logo img {
		max-height: 80px !important;
		margin-top: 0 !important;
		padding-top: 10px !important;
		padding-bottom: 10px !important;
	}
	.menu-active-button, .menu-active-button a {
		line-height: 80px !important;
	}
	.mt_80{
		margin-top: 80px !important;
	}
	.input-style, .input-style-textarea, .input-style-submit{
		max-width: 320px !important;
	}
	.input-style input, .input-style-textarea textarea, .input-style-submit button {
		width: 94% !important;
		margin-left: 3% !important;
	}
}

.menu-active-button {
	display: none;
}


@media only screen and (max-width: 767px) {
	.index_nav_style .collapse.in{
		display: block !important;
		height: auto !important;
	}
	.index_nav_style .mobile_logo {
		margin-right: 15px;
	}
	.menu-active-button, .menu-active-button a {
		display: block;
		line-height: 50px;
		font-family: 'Gotham-Light', Arial, "Helvetica Neue", Helvetica, sans-serif;
		font-size: 14px;
		color: #636261;
		margin-left: 15px;
		text-decoration: none;
	}
	.menu-active-button a {
	 	margin-left: 0 !important;
	}
	.mobile_logo {
		float: right;
		position: relative;
		margin-top: 15px;
        margin-right: 10px;
	}
    .mobile_logo img {
        width: 100px;
    }
	.index_nav_style .navbar-toggle {
		display: none !important;
	}
	.index_style .navbar-default {
		position: relative;
	}
	.index_style .all_container {
		margin-top: 0;
	}
	.navbar-right {
		display: none !important;
	}
	.big_screen_container .container {
		padding-left: 0 !important;
		width: 83% !important;
		max-height: 100% !important;
	}
	.index_nav_style .container{
		width: 85.5% !important;
		float: left;
		padding-right: 0 !important;
	}
	.index_nav_style .container .mx_wid_1225 {
		width: 100% !important;
	}
	.index_nav_style .container .mx_wid_1225 .collapse {
		width: 100% !important;
		padding-right: 0 !important;
	}
	.index_nav_style .container .mx_wid_1225 .navbar-nav {
		width: 100% !important;
	}

	.index_style .all_container .container {
		width: 96% !important;
		padding-right: 0 !important;
	}
	.index_style .all_container .mx_wid_1225 {
		width: 100%;
	}
	footer .footer_text p {
		font-size: 10px;
	}
	.align-left {
		text-align: left;
		float: left;
		border: 0;
		font-family: 'Gotham-Light', Arial, "Helvetica Neue", Helvetica, sans-serif;
		background-color: transparent;
		color: #777;
	}
	.navbar-default .align-left:hover,
	.navbar-default .align-left.hover,
	.navbar-default .align-left:focus {
		background-color: transparent;
		text-decoration: none;
		color: #333;
	}
	.content_style .mx_wid_1225 {
		width: 100%;
	}
	.content_style .mx_wid_1225 .navbar-nav {
		width: 90%;
		float: left
	}
	.content_style .all_container {
		float: left;
		width: 100%;
		margin-top: 55px;
	}
	.news_style .big_screen_logo {
		width: 4.5%;
		float: right;
		position: relative;
		margin-right: 38px;
		margin-top: 50px;
	}
	.news_style .navbar {
		max-height: 150px;
		background-color: #FBFBFB;
		border: 0px !important;
	}
	.detail-project i {
		font-size: 45px !important;
		float: none !important;
	}
	.close-news-detail {
		width: 100%;
		float: left;
	}
	.news_style .mobile_logo {
		display: none !important;
	}
	.news_style .all_container {
		margin-top: 142px;
	}
	.news_style.big_screen_container .container {
		width: 100% !important;
		padding: 0 !important;
		margin: 0 !important;
	}
	.news_style .mx_wid_1225 {
		width: 100% !important;
	}
	.about_news_wrap.mx_wid_1225.mt-20.text-center {
		/*width: 90% !important;*/
	}
	.carousel-control.right {
		right: 0 !important;
	}
	.carousel-control .glyphicon-chevron-left {
		margin-left: 0 !important;
	}
	.carousel-control.left {
		left: 0 !important;
	}
	.top-transation .content {
		padding: 0px 30px !important;
	    width: 100% !important;
	    margin-left: 0 !important;
	}
	.projectFilter a, .projectFilter {
		margin-right: 5px !important;
		font-size: 12px !important;
	}

	.about_news_wrap {
		width: 90% !important;
		margin-left: 5% !important;
		margin-top: 12%;
	}
	.about_news_wrap.news-style {
		margin-top: 0 !important;
	}
	#tabContainer {
		padding: 0 !important;
	}
	#tabs > ul {
		padding-left: 0 !important;
	}
	#tabs > ul > li {
		padding: 0 !important;
		font-size: 12px !important;
		width: 29.333333% !important;
		margin-left: 1.5% !important;
		margin-right: 1.5% !important;
	}
	.tabpage p {
		width: 100% !important;
	}
	.input-style, .input-style-textarea, .input-style-submit{
		margin: 0 auto !important;
	}
	.contact-adress {
		 padding-right: 0 !important;
	}
	.contact-adress p,
	.contact-adress h1 {
		text-align: center !important;
	}
	.contact-adress h1 {
		font-size: 16px !important;
	}
	.li-mobile-lang {
		float: left !important;
		width: 100% !important;
		border-bottom: 0 !important;
	}

	.mobile-block {
		display: block !important;
		margin-top: 0 !important;
		margin-bottom: 0 !important;
		padding-left: 15px;
	}
	.navbar-default .navbar-nav > .active > a,
	.navbar-default .navbar-nav > .active > a:hover,
	.navbar-default .navbar-nav > .active > a.hover,
	.navbar-default .navbar-nav > .active > a:focus {
		background-color: transparent !important;
	}
	.mobile-block li {
		float: left;
		border-bottom: 0 !important;
		position: relative;
	}

	.left-transation {
        width: 100% !important;
        overflow-x: scroll;
    }
    .left-transation > li {
        padding: 10px !important;
        width: 100% !important;
    }
    .navbar-nav .open .dropdown-menu > li > a {
	    line-height: 20px;
	    padding-left: 15px !important;
	}
}





/*eğer can istemezse bir üstteki 767 nin içine koy*/
.left-transation {
	/*display: none;*/
}
.top-transation {
	position: absolute;
	width: 100% !important;
	height: 90%;
	overflow-y: auto;
	z-index: 1;
}
.top-transation .content {
	background-color: rgba(255, 255, 255, 0.9);
	width: 75%;
	margin-left: 12.5%;
	float: left;
	padding: 0px 30px 20px;
}
.top-transation .content h1,
.top-transation .content p {
	font-size: 14px !important;
	text-align: center;
	color: #999999;
	font-family: 'Gotham-Light', Arial, "Helvetica Neue", Helvetica, sans-serif;
}
.top-transation .content h1 {
	font-family: 'Gotham-Medium', Arial, "Helvetica Neue", Helvetica, sans-serif;
}
.flip {
	width: 100%;
	float: left;
	position: relative;
	font-family: 'Gotham-Light', Arial, "Helvetica Neue", Helvetica, sans-serif;
	text-align: center !important;
}
.flip-active img {
	-webkit-transform: rotate(180deg);
	-moz-transform: rotate(180deg);
	-ms-transform: rotate(180deg);
	-o-transform: rotate(180deg);
	transform: rotate(180deg);
}

.ui-tabs-vertical .ui-tabs-panel {
	width: 100% !important;
	padding-bottom: 0 !important;
	padding-left: 0 !important;
	padding-right: 0 !important;
}
.ui-tabs-vertical .ui-tabs-nav {
	position: absolute;
	width: auto !important;
	background-color: rgba(255, 255, 255, 0.8);
	top: 0;
	bottom: 0;
	padding: 0 !important;
	padding-left: 25px !important;
	overflow-y: auto;
	width: 500px !important;
	z-index: 1;
}
#tabs {
	padding: 0 !important;
}
.ui-tabs-vertical .ui-tabs-nav li.mt-10 {
	margin-top: 10px !important;
}
@media only screen and (max-width: 501px) {
	.ui-tabs-vertical .ui-tabs-nav {
		width: 100% !important;
	}
	.close-news-detail div.two {
		width: 46% !important;
	}
}

@media only screen and (min-width: 768px) and (max-width: 1024px) {
	.news_style .big_screen_logo {
		margin-top: 117px;
	}
	.news_style .navbar-default {
		height: 100px;
	}
	.news_style .all_container {
		margin-top: 130px;
	}


}
@media only screen and (min-width: 1024px) {
	.big_screen_container .container {
		max-width: 1280px;
		padding-left: 0;
		width: 100% !important;
		padding-right: 0;
		max-height: 100px;
	}
	.navbar {

	}
	.mx_wid_1225 {
		max-width: 1225px;
	}
	.navbar .mx_wid_1225 {
		float: none;
	}
	.news_style .big_screen_logo {
		margin-top: 0 !important;
	}
	.top-transation {
		margin-top: 1px;
	}

}
.navbar-nav.navbar-right:last-child {
	margin-right: 0 !important;
}
footer .footer_text p {
	text-align: center;
	font-family: 'Gotham-Light', Arial, "Helvetica Neue", Helvetica, sans-serif;
    padding: 10px;
	border-top: 1px solid #e9e9e9;
	border-bottom: 1px solid #e9e9e9;
	margin: 0 auto;
}

/*container ayarlaması*/
@media only screen and (min-width: 1200px) {
	.mx_wid_1225 {
		width: 88%;
	}
}
@media only screen and (max-width: 1200px) {
	.big_screen_container .container {
		width: 100%;
		max-height: 100px;
	}
	.index_style {
		padding-top: 0;
	}
	.navbar-static-top {
		position: relative;
	}
	.mx_wid_1225 {
		width: 88%;
	}
	.news_style .big_screen_logo {
		margin-right: 35px;
	}
}
@media (min-width: 992px){
.project-index-item {
width: 33%;
}
}
@media (max-width: 768px){
.project-index-item {
width: 90%;
    margin-left: 5% !important;
}
}
@media only screen and (min-width: 769px) and (max-width: 1023px){
	.big_screen_logo.new-style{
		width: 4.5%;
		float: left;
		position: relative;
		margin-left: 20px;
		margin-top: 50px;
	}
	.detail_page {
		float: right !important;
		margin-right: 2% !important;
		margin-left: 0;
		margin-top: 50px;
	}
	.project-item.team {
		width: 50%;
	}
	.project-item.team {
		width: 25%;
	}
}

@media only screen and (min-width: 769px) and (max-width: 1024px){
	.project-item.team {
		width: 50%;
	}
	.project-item.team {
		width: 25%;
	}
	.team_content {
		margin-left:0 !important;
	}
}
@media only screen and (min-width: 1024px) and (max-width: 1200px){
	.project-item.team {
		width: 19.933333% !important;
	}
	.project-item.team {
		width: 25%;
	}
	.team_content {
		margin-left:0 !important;
	}
}
.close-news-detail {
	background-color: #FBFBFB;
	min-height: 33px;
	text-align: center;
	font-size: 14px;
	width: 100%;
    padding-bottom: 7px;
}
.close-news-detail div {
	width: 200px;
	margin: 0 auto 5px;
	position: relative;
	line-height: 20px;
	font-family: 'Gotham-Light', Arial, "Helvetica Neue", Helvetica, sans-serif;
	color: #999999;
}
.close-news-detail div.two {
	width: 500px;
}
.close-news-detail a {
	color: #999999;
	outline: none !important;
}
.close-news-detail a:hover {
	text-decoration: none;
}
.close-news-detail .icon-left img {
	font-size: 16px;
	float: left;
	line-height: 33px;
    margin-left: 10px !important;
}
.close-news-detail .icon-right img {
	float: right;
    margin-right: 10px !important;
}
.news-detail-content {
	width: 100%;
	float: left;
	position: relative;
}
.news-detail-content img {
	width: 100%;
}
.all_container {
	float: left;
	width: 100%;
	margin-top: 100px;
}

.mx_wid_1225 {
	position: relative;
    margin: 0 auto;
}
.carousel-control.left {
	width: 50px;
	left: -53px;
	background-image:none !important;
}
.carousel-control.right {
	width: 50px;
	right: -53px;
	background-image:none !important;
}
.carousel-control .glyphicon-chevron-right, .carousel-control .icon-next {
	margin-right: 0 !important;
}
.mx_wid_1225 .glyphicon {
	font-family: 'icomoon';
}
.glyphicon-chevron-left:before {
	content: "\e6d6";
}
.glyphicon-chevron-right:before {
	content: "\e6d9";
}
.divider_30 {
	width: 100%;
	float: left;
	position: relative;
	height: 30px;
}
.footer_text {
	float: left;
	width: 100%;
	position: relative;
	text-align: center;
}
.footer_text img {
	margin-top: 50px;
	margin-bottom: 50px;
}
.navbar-default .navbar-nav > .open > a,
.navbar-default .navbar-nav > .open > a:hover,
.navbar-default .navbar-nav > .open > a.hover,
.navbar-default .navbar-nav > .open > a:focus {
	background-color: transparent;
}
.project-item, .news-item{
	position: relative;
	overflow: hidden;
	margin-top: 15px;
	margin-bottom: 15px;
}
.project-item img, .news-item img {
	width: 80%;
}
.caption-project {
	position: absolute;
	width: 80%;
	bottom: -100%;
    padding: 15% 10px 10px 10px;
	background-color: #000;
	z-index: 9;
	-webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-ms-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	transition: all 0.5s ease;
	opacity: 0.7;
	font-family: 'Gotham-Light', Arial, "Helvetica Neue", Helvetica, sans-serif;
	font-size: 16px;
	color: #fefefe;
	height: 100%;
	left: 0;
}
.caption-project a, .caption-project a:hover {
	color: #fefefe !important;
	text-decoration: none !important;
}

.project-item:hover .caption-project a,
.project-item:hover .caption-project a:hover,
.news-item:hover .caption-project a,
.news-item:hover .caption-project a:hover {
	color: #fefefe !important;
	text-decoration: none !important;
}
.team.project-item:hover .caption-project a,
.team.project-item:hover .caption-project a:hover,
.news.project-item:hover .caption-project a,
.news.project-item:hover .caption-project a:hover {
	color: #fefefe !important;
}
.team.caption-project a {
	color: #fefefe !important;
}
.project-item-content {
	width: 80%;
	position: relative;
	float: left;
}
.caption-project h1 {
	font-size: 13px;
	line-height: 17px;
	text-align: center;
	margin-bottom: 20px;
}
.caption-project.team{
	padding: 0 !important;
}
.caption-project.team,
.caption-project.team h1 {
	font-size: 14px;
	color: #fefefe;
	text-align: center !important;
	margin-bottom: 0 !important;
}
.caption-project.team span {
	font-size: 12px !important;
	line-height: 15px !important;
	float: left;
	width: 100%;
	text-align: center !important;
	margin-bottom: 4px;
}
.caption-project.team a{
	color: #fefefe;
	font-size: 12px;
	margin-top: 20px;
	float: left;
	text-align: center !important;
	width: 100%;
}
.caption-project.team .project-line  {
	margin-top: 3px;
	margin-bottom: 3px;
	background-color: #999999;
}
.caption-project .project-line {
	width: 35%;
	margin: 0 auto;
	clear: both;
	height: 1px;
	background-color: #f5f5f5;
}
.caption-project .project-category {
	font-size: 13px;
	text-align: center;
	margin-top: 20px;
	margin-bottom: 20px;
}
@media only screen and (max-width: 767px) {
    .caption-project.team,
    .caption-project.team h1 {
        font-size: 11px;
    }

    .caption-project.team h1 {
        margin-top: 10px;
    }

    .caption-project.team span {
        font-size: 9px !important;
    }

    .caption-project.team a {
        font-size: 8px;
        word-break: break-all;
    }
}

.content_style .big_screen_container .container {
	width: 100% !important;
	padding-right: 0!important;
}
.input-style, .input-style-textarea, .input-style-submit{
	max-width: 360px !important;
}
.left-transation {

}
.project-top-bar {
	position: relative;
}
.project-top-bar .close-news-detail {
	width: 100% !important;
	margin-left: 0 !important;
	left: 0 !important;
	position: relative;
	float: left;
	padding-top: 15px;
	padding-bottom: 3px;
}
.project-top-bar .close-news-detail a.flip {
	float: left;
	position: relative;
	line-height: 33px;
}
.project-top-bar .mx_wid_1225 {
	width: 100%;
}
.about_news_wrap {
	font-family: 'Gotham-Light', Arial, "Helvetica Neue", Helvetica, sans-serif;
	font-size: 14px;
	color: #636261;
}
.about_news_wrap img {
	width: 100%;
}
.mt-20 {
	margin-top: 20px !important;
}
.ml-0 {
	margin-left: 0 !important;
}
.text-center {
	text-align: center !important;
}
.about_news_wrap h1 {
	font-size: 20px;
}
.contact-adress {
	padding-left: 0;
}
.contact-adress h1 {
	color: #636261;
	font-size: 23px;
	font-family: 'Gotham-Book', Arial, "Helvetica Neue", Helvetica, sans-serif;
}
.contact-adress p {
	color: #636261;
	font-family: 'Gotham-Light', Arial, "Helvetica Neue", Helvetica, sans-serif;
	font-size: 14px;
	line-height: 30px;
}
.contact-adress p a, .contact-adress p a:hover {
	color: #636261;
	text-decoration: none;
}
.contact-adress p a.mail_adres,
.contact-adress p a.mail_adres:hover {
	font-family: 'Gotham-Book', Arial, "Helvetica Neue", Helvetica, sans-serif;
}
.contact-adress p a.mail_adres:hover {
	text-decoration: underline;
}
.contact-adress p strong {
	font-family: 'Gotham-Book', Arial, "Helvetica Neue", Helvetica, sans-serif;
}
.contact-adress.right {
	text-align: right;
}
.contact-adress .form-control, .contact-adress .btn-default{
	height: 40px;
	margin-bottom: 15px;
	border-radius: 0 !important;
	outline: none;
	font-family: 'Gotham-Light', Arial, "Helvetica Neue", Helvetica, sans-serif;
}
.form-control:focus {
	border-color: #ccc;
	-webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,0), 0 0 8px rgba(102, 175, 233, 0);
	box-shadow: inset 0 1px 1px rgba(0,0,0,0), 0 0 8px rgba(102, 175, 233, 0);
}
.contact-adress textarea.form-control {
	height: 115px;
	resize: none;
}
.contact-adress .btn-default {
	color: #555 !important;
	width: 100%;
}
#remote-page-container .navbar-default {
	height: 150px;
}



.news .caption-project {
	padding: 0 !important;
}
.light-plus {
	background-image: url(../../images/plus-icon.png);
	background-repeat: no-repeat;
	background-position: center;
	width: 100%;
	height: 100%;
	position: absolute;
	font-family: 'Gotham-Light', Arial, "Helvetica Neue", Helvetica, sans-serif !important;
}
.news-content h1, .news-content a h1 {
	font-size: 16px;
	font-family: 'Gotham-Book', Arial, "Helvetica Neue", Helvetica, sans-serif;
	color: #636261;
	padding-top: 10px;
	padding-bottom: 10px;
	border-bottom: 1px solid #999999;
	margin-top: 0;
	font-weight: bold;
}
.news-content a:hover {
	text-decoration: none;
}
.news-content p {
	font-family: 'Gotham-Light', Arial, "Helvetica Neue", Helvetica, sans-serif;
	font-size: 14px;
	/* To prevent FOUC */
	display: none;
}
.news-content-h1 {
	font-size: 14px;
	font-family: 'Gotham-Book', Arial, "Helvetica Neue", Helvetica, sans-serif;
	margin-bottom: 40px;
}
.detail-page .all_container {
	margin-top: 60px;
}
.detail-page .navbar-default{
	height: 60px;
}
.archive .project-name a,
.archive .project-name a:hover {
	color: #9C9C9C !important;
	text-decoration: none;
}
.pos-relative {
	position: relative;
}
.nav > li {
	border-bottom: 1px solid #e7e7e7;
}

.navbar-collapse.collapse.in {
	overflow: visible;
}

.js-coming-soon {
    display: inline-block;
	width: 0;
	white-space: nowrap;
	overflow: hidden;
	-webkit-transition: width 500ms;
	-moz-transition: width 500ms;
	-ms-transition: width 500ms;
	-o-transition: width 500ms;
	transition: width 500ms;
	border: none !important;
}
.mobile-block .js-coming-soon{
	padding-top: 10px;
	padding-bottom: 10px;
}
.js-coming-soon ~ span {
    display: inline-block;
    overflow: hidden;
}

.footer_text a,
.footer_text a:hover {
	color: #333;
	text-decoration: none;
}

.projectContainer {
    float: left;
}

.social-wrap ul {
    min-height: 50px;
}
.social-wrap ul li {
    margin-right: 0 !important;
    border-bottom: 0 !important;
    margin-left: 0px;
    margin-right: 0px;
}

.social-wrap ul li a {
    padding-left: 0 !important;
    padding-right: 0 !important;
    padding-top: 14px;
    padding-bottom: 14px;
}


#tabs {
    position: relative;
}
.left-transation {
    position: absolute;
    z-index: 999;
    top: 0;
    bottom: 0;
    width: 50%;
    background-color: rgba(255, 255, 255, .8);
    margin-bottom: 0;
    padding: 0;
}
.left-transation li, .left-transation li a {
    list-style-type: none;
    color: #555;
    font-size: 13px;
    line-height: 23px;
    font-family: 'Gotham-Book', Arial, "Helvetica Neue", Helvetica, sans-serif
}

.carousel_span_icon {
    width: 40px;
    height: 50px;
    margin-top: -25px;
    font-size: 53px;
    text-shadow: none;
    color: #afafaf;
    position: absolute;
    top: 50%;
    z-index: 5;
    display: inline-block;
}
.carousel_span_icon.left {
    right: 0;
}
.carousel_span_icon.right {
    left: 0;
}

.left .carousel_span_icon {
    right: 0;
}
.left .carousel_span_icon img {
    float: right;
    margin-right: 5px;
}
.right .carousel_span_icon {
    left: 0;
}
.right .carousel_span_icon img {
    float: left;
    margin-left: 5px;
}


.icons-selected a i {
    opacity: 0;
    font-size: 15px;
    top: 0
}
.icons-selected a i.sub-icon {
    float: right;
}
.icons-selected a:hover i {
    opacity: 1;
}
.icons-selected a.selected i {
    opacity: 1;
}
.icons-selected a.selected.descending i::before {
	display: inline-block;
	-webkit-transform: rotate(180deg);
	-moz-transform: rotate(180deg);
	-ms-transform: rotate(180deg);
	-o-transform: rotate(180deg);
	transform: rotate(180deg);
}

.container-center {
	width: 94%;
}
.container-center p {
	text-align: center !important;
	width: 96%;
	margin: 0 2% 10px 2% !important;
}
.container-center p a {
	color: #636261;
    font-family: 'Gotham-Book', Arial, "Helvetica Neue", Helvetica, sans-serif
}

.cropped-carousel,
.cropped-carousel-control {
    display: none;
}

@media only screen and (min-width: 1025px) and (max-height: 864px) {
    .cropped-carousel .item {
        width: 100%;
        background-position: center center;
        -webkit-background-size: cover;
        -moz-background-size: cover;
        -o-background-size: cover;
        background-size: cover;
        background-repeat: no-repeat;
    }
    .cropped-carousel,
    .cropped-carousel-control {
        display: block;
    }

    .non-cropped-carousel,
    .non-cropped-carousel-control {
        display: none;
    }
}


.navbar-nav > li > .dropdown-menu li a {
    padding: 13px 13px 3px 0px !important;
    color: #8B8B8B !important;
}
.navbar-nav > li > .dropdown-menu li a:hover,
.navbar-nav > li > .dropdown-menu li a.hover {
    color: #333 !important;
    font-family: 'Gotham-Medium', Arial, "Helvetica Neue", Helvetica, sans-serif
}
.navbar-default .navbar-nav > li {
	margin-right: 10px !important;
}

.js-close-remote-page img {
	margin-right: 10px !important;
}

#tabs > ul > li a {
    width: 100%;
    float: left;
    position: relative;
}

.carousel-control {
    opacity: 1 !important;
}

.nav > li > a > img {
    opacity: 0.6;
}
.nav > li > a > img:hover {
    opacity: 1;
}
.js-ajax-form-status {
	text-align: left !important;
    font-family: 'Gotham-Light', Arial, "Helvetica Neue", Helvetica, sans-serif
}
@media only screen and (max-width: 767px) {
	.input-style, .input-style-textarea, .input-style-submit {
		max-width: 320px !important;
	}
	.contact-adress form {
		margin-top: 25px;
	}

    #tabs > ul > li {
        padding: 0 !important;
    }
    #tabs > ul > li > a {
        padding-left: 0 !important;
        padding-right: 0 !important;
    }
	.js-ajax-form-status {
		text-align: center !important;
	}
}
.js-ajax-form-status img {

}
.team_content {
	margin-left: -10px !important;
	margin-right: -10px !important;
}
@media only screen and (min-width: 480px) and (max-width: 767px) {
	.about_news_wrap {
		margin-bottom: 20px;
	}
	.project-item.team {
		width: 24%;
		margin-left: 1%;
		margin-bottom: 1%;
		margin-top: 0;
		padding-left: 0;
		padding-right: 0;
	}
	.team_content {
		width: 90.9%;
		margin-left: 3.8% !important;
		margin-top: 5%;
	}

}
@media only screen and (max-width: 767px) {
	.team_content {
		margin-top: 5% !important;
	}
	.all_container .container {
		margin-top: 26px;
	}
}
@media only screen and (min-width: 480px) and (max-width: 680px) {
	.project-item.team {
		width: 32.3%;
	}
}
@media only screen and (min-width: 1000px) {
	.project-item:hover .caption-project, .news-item:hover .caption-project {
		bottom: 0;
		color: #fefefe !important;
		text-decoration: none !important;
	}
}
@media only screen and (max-width: 480px) {
	.team_content {
		width: 92.5%;
		margin-left: 3.5% !important;
	}
	.about_news_wrap {
		margin-bottom: 20px;
	}
	.project-item.team {
		width: 31.3%;
		margin-left: 2%;
		margin-bottom: 2%;
		margin-top: 0;
		padding-left: 0;
		padding-right: 0;

		padding-left: 0;
		padding-right: 0;
	}
}

.table_contributors {
	width: 100%;
	margin: 0 auto;
	font-family: 'Gotham-Book', Arial, "Helvetica Neue", Helvetica, sans-serif;
}
.table_contributors tr td {
	padding: 10px;
	margin: 5px !important;
}

.past_contributors_btn {
	margin-top: 50px !important;
	text-align: center !important;
	margin-bottom: 30px !important;
}
.td-bg-odd {
	background-color: #fafafa;
}
@media only screen and (max-width: 1024px) {
	.table_contributors {
		width: 100%;
	}
}
@media only screen and (max-width: 480px) {
	.table_contributors tr td {
		width: 100% !important;
		float: left;
		border-bottom: 1px solid #CCC;
		margin-left: 0 !important;
		margin-right: 0 !important;
	}
	.table_contributors tr {
		border-bottom: 0 !important;
	}

}
.project-index {
	margin-left: -15px !important;
}
.isotope_new_container {
	/*width: 100% !important;*/
}
h1.past-contributors{
color: #636261;
font-size: 23px;
font-family: "Gotham-Book",Arial,"Helvetica Neue",Helvetica,sans-serif;
padding:0px;
margin:0px;
margin:20px 0px;
}
@media (max-width: 767px){
	h1.past-contributors{margin-left: 3.8%;}
}


@media (max-width: 991px) {
	.news:nth-child(2n + 1) {
		clear: both;
	}
}
@media (min-width: 992px) {
	.news:nth-child(3n + 1) {
		clear: both;
	}
}


/* Taylan - 2016-05-30 */

.nav .logo {
    width: 95%;
    float: right;
    margin-top: 3px;
}

.locale-switcher {
    margin-bottom: -10px;
}

.news_style .logo {
    position: absolute;
    z-index: 100;
    right: 10px;
    top: 11px;
}
.news_style.project-detail .logo {
    top: 32px;
}

@media (max-width: 767px) {
    .news_style .logo {
        width: 80px;
        top: 25px;
    }
    .news_style.project-detail .logo {
        top: 50px;
    }

    .footer_text > p > span {
        width: 100%;
    }
}

.caption-project.credits-item {
    padding-top: 5px;
}
@media only screen and (max-width: 999px) {
    .project-item .caption-project {
        bottom: 0;
    }
}

#sort-by {
    z-index: 10000;
    background-color: #fff !important;
    padding: 5px 15px 15px;
    float: left;
    font-size: 14px;
    font-family: 'Gotham-Book', Arial, "Helvetica Neue", Helvetica, sans-serif;
}

@media only screen and (max-width: 767px) {
    #sort-by {
        padding-top: 15px;
    }
}

.collaboration-category {
    padding-bottom: 20px;
    margin-bottom: 20px;
}
@media only screen and (max-width: 767px) {
    .collaboration-category {
        padding-left: 10px;
        padding-right: 10px;
    }
}
.collaboration-category h4 {
    border-bottom: 1px solid #888;
    padding-bottom: 5px;
}

.collaboration:not(:last-child) {
    margin-bottom: 5px;
    padding-bottom: 5px;
    border-bottom: 1px solid #ddd;
}
