* {
	padding: 0px;
	list-style: none;
	text-decoration: none;
	margin: 0px;
	-webkit-appearance:none
}

.no-padding {
	padding: 0px;
}

.mask {
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0px;
	left: 0px;
}

a:hover, a:focus{
	text-decoration: none;
}

ul {
	margin-bottom: 0px;
}

h1,h2 {
	font-weight: inherit;
	font-size: inherit;
	margin: 0px;
	padding: 0px;
}

.wrapper {
	width: 100%;
	float: left;
	position: relative;
	opacity: 0;
	transition: all 0.6s;
	overflow: hidden;
}

.wrapperDefault {
	width: 100%;
	float: left;
	opacity: 0;
	transition: all 0.6s;
}

.gothamBold {
	font-family: "Gotham-Bold";
}

.gothamBook {
	font-family: "Gotham-Book";
}

.gothamMedium {
	font-family: "Gotham-Medium";
}

.gothamLight {
	font-family: "Gotham-Light";
}

.gothamThin {
	/*font-family: "Gotham-Thin";*/
	font-family: 'Quicksand', sans-serif;
	font-weight: 300;
}

.helvetica {
	font-family: "HelveticaNeueLT Com 45 Lt";
}

.helveticaItalic {
	font-family: "HelveticaNeueLT Com 45 Lt";
	font-style: italic;
}

body{
	font-family: "Gotham-Book";
}

/* Anasayfa Header */
.homeHeader {
	width: 100%;
	position: absolute;
	left: 0px;
	bottom: 0px;
	/*background: #1a1b1b;*/
	/*background: url('../images/mainHeaderBg.jpg') center center;*/
}

.homeHeader .logo {
	width: 100%;
	float: left;
	position: relative;
	padding: 35px 0px;
}

.homeHeader .logo img {
	max-width: 60%;
}

.homeHeader .menu {
	width: 100%;
	float: left;
  padding-top: 35px;
}

.homeHeader .menu ul {
	width: 100%;
	float: left;
	text-align: right;
}

.homeHeader .menu ul li {
	display: inline-block;
	padding: 10px 15px;
}

.homeHeader .menu ul li a {
	/*color: #fff;*/
	color: #292929;
	font-size: 16px;
	display: block;
	transition: all 0.3s;
}

.homeHeader .menu ul li a:hover {
	/*color: #c5c5c5;*/
	color: #1a4e91;
}
/* Anasayfa Header */

.langSelector {
	width: 100%;
	float: left;
	text-align: right;
	font-size: 12px;
	padding: 0px 14px;
	margin-top: -35px;
}

.langSelector a {
	color: #292929;
	transition: all 0.3s;
	font-size: 12px;
}

.langSelector a:hover {
	color: #1a4e91;
}

.langSelector a img {
	width: 17px;
}

.homeHeader .langSelector {
	margin-top: 8px;
}

/* Slider */
#slider {
	width: 100%;
	float: left;
}

#slider .item {
	width: 100%;
	float: left;
}

#slider .item .slide {
	width: 100%;
	float: left;
	height: 100%;
	position: relative;
}

#slider .item .slide .spot {
	position: absolute;
}

#slider .item .slide .spot h1, #slider .item .slide .spot h2 {
	color: #fff;
}

/* Slider Temp1*/
#slider .item .slideTemplateOne .spot {
    margin: 0;
    padding: 20px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

#slider .item .slideTemplateOne .spot h1 {
	font-size:  20px;
	letter-spacing:  1.1px;
}

#slider .item .slideTemplateOne .spot h2 {
	margin-top: 15px;
	opacity: 0.8;
	font-size: 16px;
	font-style: italic;
}
/* Slider Temp1*/

/* Slider Temp2*/
#slider .item .slideTemplateTwo .spot {
	top: calc( 70% - 59px );
}

#slider .item .slideTemplateTwo .spot h1 {
	font-size:  20px;
	letter-spacing:  1.1px;
}

#slider .item .slideTemplateTwo .spot h2 {
	margin-top: 15px;
	opacity: 0.8;
	font-size: 16px;
	font-style: italic;
}
/* Slider Temp2*/

/* Slider Temp3*/
#slider .item .slideTemplateThree .spot {
	top: 48%;
	left: -3%;
}

#slider .item .slideTemplateThree .spot h1 {
	font-size:  20px;
	letter-spacing:  1.1px;
	float: left;
}

#slider .item .slideTemplateThree .spot h2 {
	margin-top: 4px;
	opacity: 0.8;
	font-size: 16px;
	font-style: italic;
	/* float: left; */
	/* margin-left: 15px; */
}
/* Slider Temp3*/

/* Slider */


/* default Header */


.defaultHeader {
	width: 100%;
	float: left;
	padding:  50px 0px;
}

.defaultHeader .logo {
	width: 100%;
	float: left;
	position: relative;
}

.defaultHeader .logo img {
	max-width: 60%;
}

.defaultHeader .menu {
	width: 100%;
	float: left;
	padding-left: 35px;
	padding-top: 20px;
}

.defaultHeader .menu ul {
	width: 100%;
	float: left;
}

.defaultHeader .menu li {
	display: inline-block;
	border-left: 1px solid #c4c4c4;
	padding: 0px 14px;
}

.defaultHeader .menu li:first-child {
	border-left: none;
}

.defaultHeader .menu a {
	color: #292929;
	font-size: 15px;
	transition: all 0.3s;
}

.defaultHeader .menu a:hover {
	color: #1a4e91;
}

/* default Header */


footer {
	width: 100%;
	float: left;
}

footer .footerWrapper {
	width: 100%;
	float: left;
	width: 100%;
	float: left;
	background: #e9e9e9;
	padding: 30px;
	padding-top: 15px;
}

footer .footerWrapper .logo {
	width: 100%;
	float: left;
	position: relative;
	text-align: center;
	margin-bottom: 20px;
}

footer .footerWrapper .logo img {
	width: 200px;
}

footer .footerWrapper .address {
	width: 100%;
	float: left;
	text-align:  center;
	font-size: 12px;
	color: #292929;
	opacity: 0.8;
}

footer .footerWrapper .address a {
	color: #292929;
	opacity: 0.8;
}

footer .footerWrapper .copyright {
	width: 100%;
	float: left;
	color: #292929;
	opacity: 0.8;
	text-align:  center;
	font-size: 12px;
	margin-top: 15px;
}

.mobileMenuButton {
	width: 50px;
	height: 50px;
	float: right;
	position: fixed;
	right: 0px;
	top: 0px;
	background: #58585a !important;
	border-radius: 0px 0px 0px 10px;
	padding: 13px 10px;
	transition: all 0.3s;
	z-index: 99999999;
	/* border: 1px solid #fff; */
	border-right: none;
	border-top:  none;
}

.mobileMenuButtonHome {
	background: #58585a;
}

.mobileMenuButton span {
	width: 100%;
	float: left;
	height: 3px;
	background: #fff;
	margin-bottom: 6px;
	transition: all 0.6s ease;
}

.mobileMenu {
	position: fixed;
	right: -70%;
	background: #58585a;
	width: 70%;
	height: 100%;
	padding: 30px;
	text-align: center;
	top: 0px;
	z-index: 999999999;
	overflow-y: auto;
	transition: all 0.3s;
	/* border-left: 1px solid #fff; */
}

.mobileMenuHome {
	background: #58585a;
}

.mobileMenu .menuLogo {
	width: 100%;
	float: left;
	text-align: center;
	margin-bottom: 15px;
	padding: 15px;
	background: #fff;
	display: none;
}

.mobileMenu .menuLogo img {
	max-width: 100%;
}

.mobileMenu ul {
	width: 100%;
	float: left;
	text-align: center;
}

.mobileMenu ul li {
	width: 100%;
	float: left;
	margin-bottom: 15px;
}

.mobileMenu ul li a {
	color: #fff;
	font-size: 16px
}

.mobileMenu .information {
	width: 100%;
	float: left;
	position: absolute;
	bottom: 0px;
	padding: 0px 7px;
	left: 0px;
}

.mobileMenu .information ul {
	width: 100%;
	float: left;
	text-align: center;
}

.mobileMenu .information .social li {
	width: auto;
	float: none;
	display: inline-block;
	margin-bottom: 10px;
	margin-right: 20px;
}

.mobileMenu .information .social li:last-child {
	margin-right: 0px;
}

.mobileMenu .information .social li a {
	font-size: 19px;
}

.mobileMenu .information .contact {
	padding-top: 15px;
	border-top: 1px solid #fff;
}

.mobileMenu .information .contact li {
	width: 100%;
	float: left;
	color: #ffffff;
	margin-bottom: 5px;
	font-size: 11px;
	text-align: left;
	line-height: 19px;
}

.mobileMenu .information .contact li:last-child {
	border-bottom: none;
}

.mobileMenu .information .contact li i {
	width: 23px;
	height: 30px;
	float: left;
	font-size: 13px;
	color: #fff;
	text-align: center;
}

.mobileMenu .information .contact li a {
	color: #fff;
	text-decoration: none;
	font-size: 11px;
}

/* default banner */
.pageBanner {
	width: 100%;
	float: left;
}

.pageBanner .img {
	width: 100%;
	float: left;
	position: relative;
	text-align: center;
	/* margin-bottom: 25px; */
}

.pageBanner .img:before {
	content: '';
	position: absolute;
	bottom: -15px;
	left: 0px;
	width: 41%;
	height: 15px;
	background: #344c8f;
	display: none;
}

.pageBanner .img:after {
	content: '';
	position: absolute;
	bottom: -15px;
	right: 0px;
	width: 59%;
	height: 1px;
	background: #344c8f;
	display: none;
}

.pageBanner .img img {
	max-width: 100%;
}

.pageBanner .img .spot {
	position: absolute;
	text-align: left;
}

.pageBanner .img .spot h1 {

}

.pageBanner .img .spot h2 {color: #1c4e90;margin-top: 20px;opacity: 0.8;font-size: 14px;}
/* default banner */

/* kurumsal banner */
.coparativeBanner .img .spot {
	top: calc( 50% - 41px );
	left: calc( 25% - 202px );
}

.coparativeBanner .img .spot h1 {
	color: #ffffff;
	font-size: 18px;
}

.coparativeBanner .img .spot h2 {
	color: #ffffff;
	margin-top: 20px;
	opacity:  0.8;
	font-size: 14px;
	/* font-style: italic; */
}
/* kurumsal banner */

/* ik banner */
.ikBanner .img .spot {
	top: calc( 50% - 31px );
	left: 8%;
}

.ikBanner .img .spot h1 {
	color: #ffffff;
	font-size: 18px;
}

.ikBanner .img .spot h2 {
	color: #ffffff;
	margin-top: 15px;
	opacity:  0.8;
	font-size: 14px;
	/* font-style: italic; */
}
/* ik banner */

/* referans banner */
.referancesBanner .img .spot {
	top: calc( 48% - 46px );
	left: 8%;
}

.referancesBanner .img .spot h1 {
	color: #1c4e90;
	font-size: 18px;
}
/* referans banner */

/* ekip banner */
.ekipBanner .img .spot {
	top: calc( 50% - 32px );
	left: calc( 22% - 158px );
}

.ekipBanner .img .spot h1 {
	color: #ffffff;
	font-size: 18px;
}

.ekipBanner .img .spot h2 {
	color: #ffffff;
	margin-top: 15px;
	opacity:  0.8;
	font-size: 14px;
	/* font-style: italic; */
}
/* ekip banner */

/* haberler banner */
.newsBanner .img .spot {
	top: calc( 50% - 87px );
	left: 11%;
	background: rgba(0,0,0,0.2);
	padding: 30px;
}

.newsBanner .img .spot h1 {
	color: #ffffff;
	font-size: 50px;
}

.newsBanner .img .spot h2 {
	color: #ffffff;
	margin-top: 20px;
	opacity:  0.8;
	font-size: 50px;
	/* font-style: italic; */
}
/* haberler banner */

.awardsBanner .img .spot {
	top: calc( 50% - 41px );
	left: calc( 25% - 202px );
}

.awardsBanner .img .spot h1 {
	color: #ffffff;
	font-size: 18px;
}

.awardsBanner .img .spot h2 {
	color: #ffffff;
	margin-top: 20px;
	opacity:  0.8;
	font-size: 14px;
	/* font-style: italic; */
}

.defaultPage {
	width: 100%;
	float: left;
}

.defaultPage .pageWrapper {
	width: 100%;
	float: left;
	background:  #f5f5f5;
	padding: 0px 30px 15px 30px;
}

.defaultPage .pageWrapper .sidebar {
	width: 100%;
	float: left;
}

.defaultPage .pageWrapper .sidebar ul {
	width: 100%;
	float: left;
}

.defaultPage .pageWrapper .sidebar ul li {
	width: 100%;
	float: left;
}

.defaultPage .pageWrapper .sidebar ul li a {
	width: 100%;
	float: left;
	position: relative;
	text-align: right;
	color: #fff;
	background: #58585a;
	padding: 10px;
	border-bottom: 1px solid #58585a;
	transition: all 0.3s;
	font-size: 13px;
}

.defaultPage .pageWrapper .sidebar ul li:first-child a {
	border-top: 1px solid #58585a;
}

.defaultPage .pageWrapper .sidebar ul li a:before {
	content: '';
	position: absolute;
	left: -20px;
	top: 10px;
	opacity: 0;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 10px 0 10px 15px;
	border-color: transparent transparent transparent #ffffff;
	transition: all 0.3s;
}

.defaultPage .pageWrapper .sidebar ul li a:hover {
	background: #2a3e74;
}

.defaultPage .pageWrapper .sidebar ul li a:hover:before {
	left: 0px;
	opacity: 1;
}

.defaultPage .pageWrapper .sidebar ul .active a {
	background: #58585a;
}

.defaultPage .pageWrapper .sidebar ul .active a:before {
	left: 0px;
	opacity: 1;
}

.defaultPage .pageWrapper .pageContent {
	width: 100%;
	float: left;
	padding-left: 30px;
}

.defaultPage .pageWrapper .pageContent .title {
	width: 100%;
	float: left;
	color: #58585a;
	padding: 30px 0px;
	font-size: 18px;
}

.defaultPage .pageWrapper .pageContent .text {
	width: 100%;
	float: left;
	color: #292929;
	opacity: 0.8;
	font-size: 12px;
}

.defaultPage .pageWrapper .pageContent .text ul {
	width: 100%;
	float: left;
}

.defaultPage .pageWrapper .pageContent .text ul li {
	position: relative;
	padding-left: 15px;
	margin-bottom: 5px;
}

.defaultPage .pageWrapper .pageContent .text ul li:before {
	content: '\f111';
	font-family: fontAwesome;
	position: absolute;
	top: 4px;
	left: 0px;
	font-size: 9px;
	color: #58585a;
}

.defaultPage .pageWrapper .rightArea {
	width: 100%;
	float: left;
	margin-top: 80px;
}

.defaultPage .pageWrapper .rightArea .imgItem {
	width: 100%;
	float: left;
	position:  relative;
	margin-bottom: 30px;
}

.defaultPage .pageWrapper .rightArea .imgItem img {
	max-width:  100%;
}

.defaultPage .pageWrapper .pageContent .managers {
	width: 100%;
	float: left;
	/* margin-bottom: 30px; */
	text-align:  center;
}

.defaultPage .pageWrapper .pageContent .managers .manager {
	/* width: 100%; */
	/* float: left; */
	display:  inline-block;
	padding: 0px 0px;
	margin-bottom: 15px;
}

.defaultPage .pageWrapper .pageContent .managers .managerMaxWidth {
	max-width: 145px;
}


.defaultPage .pageWrapper .pageContent .managers .manager .img {
	/*width*/: 100%;
	display: inline-block;
	margin-bottom: 10px;
	position: relative;
	text-align: center;
	padding: 5px;
	background:  #fff;
	border: 1px solid #6b6b69;
}

.defaultPage .pageWrapper .pageContent .managers .manager .img img {
	max-width: 100%;
	filter: grayscale(100%);
	-webkit-filter: grayscale(100%);
	transition: all 0.3s;
}

.defaultPage .pageWrapper .pageContent .managers .manager:hover .img img {
	filter: grayscale(0%);
	-webkit-filter: grayscale(0%);
}

.defaultPage .pageWrapper .pageContent .managers .manager .managerName {
	/* width: 100%; */
	/* float: left; */
	display: block;
	color: #313131;
	opacity:  0.9;
	padding: 5px 0px;
	font-size: 12px;
}

.defaultPage .pageWrapper .pageContent .managers .manager .managerTitle {
	width: 100%;
	float: left;
	color: #313131;
	opacity: 0.7;
	font-size: 11px;
}

.defaultPage .pageWrapper .pageContent .managers .manager .managerTitleTwo {
	font-size: 11px;
	max-width: 100%;
	width: auto;
	float: inherit;
}

.defaultPage .pageWrapper .pageContent .groupFirms {
	width: 100%;
	float: left;
	margin-top: 30px;
}

.defaultPage .pageWrapper .pageContent .groupFirms .tableCell {
	display: table;
	margin-bottom: 30px;
}

.defaultPage .pageWrapper .pageContent .groupFirms .img {
	width: 100%;
	position: relative;
	display: table-cell;
	vertical-align: middle;
	height: 70px;
	background:  #fff;
	padding: 10px;
	box-shadow: -6px 6px 2px 1px #cecece;
}

.defaultPage .pageWrapper .pageContent .groupFirms .img img {
	max-width: 100%;
}

.defaultPage .pageWrapper .pageContent .form .title {
	width: 100%;
	float: left;
	font-size: 20px;
	padding-bottom: 13px;
	color: #58585a;
}

.defaultPage .pageWrapper .pageContent .form {
	width: 100%;
	float: left;
}

.defaultPage .pageWrapper .pageContent .form form {
	width: 100%;
	float: left;
}

.defaultPage .pageWrapper .pageContent .form .item {
	width: 100%;
	float: left;
	margin-bottom: 15px;
	color: #646464
}

.defaultPage .pageWrapper .pageContent .form .item label {
	width: auto;
	float: left;
	font-size: 12px;
	font-weight: bold;
}

.defaultPage .pageWrapper .pageContent .form .item .red {
	color: #cc0000;
	margin-left: 5px;
}

.defaultPage .pageWrapper .pageContent .form .item .contactInput {
	width: 100%;
	float: left;
	padding: 10px 10px 10px 40px;
	border: 1px solid #f1f1f1;
	background: #fff;
	border-radius: 0px;
	outline: none;
	resize: none;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	-o-transition: all 0.3s;
	transition: all 0.3s;
}

.defaultPage .pageWrapper .pageContent .form .item .contactTextarea {
	width: 100%;
	float: left;
	padding: 10px 10px 10px 40px;
	border: 1px solid #f1f1f1;
	outline: none;
	resize: none;
	height: 150px;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	-o-transition: all 0.3s;
	transition: all 0.3s;
}

.defaultPage .pageWrapper .pageContent .form .item .contactInput:focus {
	border-color: #1c4e90;
}

.defaultPage .pageWrapper .pageContent .form .item .contactTextarea:focus {
	border-color: #1c4e90;
}

.defaultPage .pageWrapper .pageContent .form .item .contactSubmit {
	width: 100%;
	float: left;
	border-radius: 0px;
	padding: 10px;
	background: #58585a;
	color: #fff;
	border: none;
	cursor: pointer;
	outline: none;
}

.defaultPage .pageWrapper .pageContent .form .item .contactSubmit i {
	margin-right: 10px;
}

.defaultPage .pageWrapper .pageContent .form .item .iconWrap {
	width: 100%;
	float: left;
	position: relative;
}

.defaultPage .pageWrapper .pageContent .form .item .iconWrap i {
	position: absolute;
	top: 12px;
	left: 13px;
	font-size: 17px;
	color: #344c8f;
}

.defaultPage .pageWrapper .pageContent .form .item .close {
	transition: all 0.3s;
	line-height: 40px;
}

.defaultPage .pageWrapper .pageContent .form .item .contactInput, .defaultPage .pageWrapper .pageContent .form .item .contactTextarea {
	padding: 10px;
}

#contactPage .pageWrapper .pageContent .form .item .contactSubmit {
	text-align: left;
}

#contactPage .pageWrapper .pageContent .form .titleContactForm {
	width: 100%;
	float: left;
	color: #58585a;
	padding: 75px 0px 15px 0px;
}

.defaultPage .contactInformation {
	width: 100%;
	float:left;
	color: #292929;
	opacity: 0.8;
}

.defaultPage .contactInformation ul {
	width: 100%;
	float:left;
}

.defaultPage .contactInformation ul li {
	width: 100%;
	float:left;
	margin-bottom: 30px;
}

.defaultPage .contactInformation ul li a {
	color: #292929;
	transition: all 0.3s;
}

.defaultPage .contactInformation ul li a:hover {
	color: #344c8f;
}

.defaultPage .contactInformation ul li span {
	width: 100%;
	float:left;
}

.defaultPage .contactInformation ul li .titleAddress {
	color: #58585a;
	font-weight:  bold;
	margin-bottom: 5px;
}

.defaultPage .contactInformation ul li .item {
	width: 100%;
	float: left;
	margin-bottom: 5px;
}

.defaultPage .contactInformation ul li .item span {
	width: auto;
}

.defaultPage .contactInformation ul li .item .titleAddress {
	margin-right: 5px;
}

.refList {
	width: 100%;
	float: left;
	padding: 0px 90px;
}

.refList .item {
	width: 100%;
	float: left;
	margin-bottom: 30px;
	box-shadow: -6px 6px 2px 1px #cecece;
}

.refList .item .img {
	width: 100%;
	float: left;
	position: relative;
	text-align: center;
	display: table;
	height: 200px;
	background:  #d3d3d3;
	overflow: hidden;
}

.refList .item .img a {
	display: table-cell;
	vertical-align:  middle;
}

.refList .item .img img {
	max-width: 100%;

}

.refList .item .title {
	width: 100%;
	float: left;
	background:  #fff;
	color: #1c4e90;
	font-size: 12px;
	padding: 15px 30px;
}

.refList .item .spot {
	position: absolute;
	bottom: -100%;
	left: 0px;
	width: 100%;
	height: 100%;
	background: rgba(0,0,0,0.7);
	color: #fff;
	display: table;
	transition: all 0.6s;
}

.refList .item:hover .spot {
	bottom: 0px;
}


.refList .item .spot .spotContent {
	width: 100%;
	height: 100%;
	display: table-cell;
	vertical-align: middle;
}

.refList .item .spot .spotContent .spotItem {

}

.refList .item .spot .spotContent .spotItem span {

}

.refList .item .spot .spotContent .spotItem span:first-child {

}

.equipList {
	width: 100%;
	float: left;
}

.equipList .equipRow {
	width: 100%;
	float: left;
	/* padding-left: 150px; */
	text-align:  center;
}

.equipList .equipRow:first-child {
	text-align:  center;
	padding-left: 0px;
}

.equipList .equipRow .item {
	width: 20%;
	/* float: left; */
	display: inline-block;
	padding: 15px;
	min-height: 341px;
	text-align: center;
}

.equipList .equipRow .item .img {
	width: 100%;
	float: left;
	position: relative;
	padding: 6px;
	border: 1px solid #6B6B65;
	background:  #fff;
	/* height: 190px; */
	/* display: inline-block; */
}

.equipList .equipRow .item .img .tableContent {
	/* display: table-cell; */
	/* vertical-align: middle; */
	width: 100%;
}

.equipList .equipRow .item .img img {
	max-width: 100%;
	-webkit-filter: grayscale(100%); /* Safari 6.0 - 9.0 */
	filter: grayscale(100%);
	transition: all 0.3s;
}

.equipList .equipRow .item:hover .img img {
	-webkit-filter: grayscale(00%); /* Safari 6.0 - 9.0 */
	filter: grayscale(0%);
}

.equipList .equipRow .item .name {
	width: 100%;
	float: left;
	color: #313131;
	padding: 15px 0px 5px 0px;
	opacity: 0.8;
	font-size: 13px;
}

.equipList .equipRow .item .title {
	width: 100%;
	float: left;
	color: #313131;
	/* padding: 15px 0px 5px 0px; */
	opacity: 0.8;
	font-size: 12px;
}

.equipList .equipRow .item .mail {
	width: 100%;
	float: left;
	position:  relative;
	display:  none;
}

.equipList .equipRow .item .mail a {

}

.equipList .managerListequip {
	padding-left: 0px;
}

.equipList .managerListequip .item {
	width: 19%;
}

.newsList {
	width: 100%;
	float: left;
}

.newsList .item {
	width: 100%;
	float: left;
	margin-bottom: 50px;
}

.newsList .item .img {
	width: 100%;
	float: left;
	position: relative;
	text-align: center;
}

.newsList .item .img img {
	max-width: 100%;
}

.newsList .item .listDetail {
	width: 100%;
	float: left;
	height: 234px;
	position:  relative;
}

.newsList .item .listDetail .date {
	width: 100%;
	float: left;
	font-size: 15px;
	color: #58585a;
}

.newsList .item .listDetail .title {
	width: 100%;
	float: left;
	color: #58585a;
	font-size: 16px;
	padding: 20px 50% 10px 0px;
}

.newsList .item .listDetail .title a {
	color: #1c4e90;
}

.newsList .item .listDetail .content {
	width: 100%;
	float: left;
	color: #292929;
	opacity:  0.8;
	font-size: 13px;
	padding-top: 0px;
}

.newsList .item .listDetail .more {
	width: 100%;
	float: left;
	position:  absolute;
	bottom: 10px;
	left: 0px;
}

.newsList .item .listDetail .more .moreButton {
	width: 100%;
	float: left;
	color: #344c8f;
	font-size: 14px;
}

.newsList .item .listDetail .more .moreButton a {
	width: 100%;
	float: left;
	color: #1c4e90;
}

.newsSidebar {
	width: 100%;
	float: left;
	margin-top: 110px;
}

.newsSidebar .title {
	width: 100%;
	float: left;
	color: #58585a;
	padding: 5px 0px;
	font-size: 13px;
}

.newsSidebar .list {
	width: 100%;
	float: left;
}

.newsSidebar .list ul {
	width: 100%;
	float: left;
}

.newsSidebar .list ul li {
	width: 100%;
	float: left;
}

.newsSidebar .list ul li a {
	width: 100%;
	float: left;
	color: #58585a;
	border-bottom: 1px solid #344c8f;
	padding: 10px 5px;
	font-size: 13px;
	transition: all 0.3s;
}

.newsSidebar .list ul li a:hover {
	background: #58585a;
	color: #fff;
}

.newsSidebar .list ul li:first-child a {
	border-top: 1px solid #344c8f;
}

.newsDetail {
	width: 100%;
	float: left;
}

.newsDetail .newsTitle {
	width: 100%;
	float: left;
	color: #58585a;
	font-size: 17px;
}

.newsDetail .newsDate {
	width: 100%;
	float: left;
	color: #58585a;
	text-align:  right;
	font-size: 15px;
}

.newsDetail .photoGallery {
	width: 100%;
	float: left;
	margin: 30px 0px;
}

.newsDetail .photoGallery .item {
	width: 100%;
	float: left;
	text-align: center;
	display: table;
	position: relative;
	background:  #d3d3d3;
}

.newsDetail .photoGallery .item a {
	width: 100%;
	display: table-cell;
	vertical-align: middle;
	/* text-align:  center; */
}

.newsDetail .photoGallery .item a img {
	max-width: 100%;
	width: auto;
	margin: auto;
}

.categorySelectBox {
	position: relative;
	/* margin-bottom: 30px; */
	margin-top: 15px;
}

.categorySelectBox select {
	box-shadow: none;
	border-radius: 0px;
	background: #58585a;
	/* font-weight: bold; */
	font-size: 14px;
	color: #ffffff;
	border: none;
	padding-left: 30px;
	-webkit-appearance: none;
}

.categorySelectBox:before {
	content: '\f107';
	position: absolute;
	top: 1px;
	left: 23px;
	color: #ffffff;
	font-family: FontAwesome;
	font-size: 23px;
	font-weight: bold;
	z-index: 2;
}

.selectBox:focus, .selectBox.selectBox-menuShowing, .form-control:focus, .form-control.selectBox-menuShowing {
	box-shadow: none;
	border: none;
}

.awardsList {
	width: 100%;
	float: left;
	padding: 0px 90px;
}

.awardsList .item {
	width: 100%;
	float: left;
	margin-bottom: 30px;
	box-shadow: -6px 6px 2px 1px #cecece;
}

.awardsList .item .img {
	width: 100%;
	float: left;
	position: relative;
	text-align: center;
	display: table;
	height: 200px;
	/*background:  #d3d3d3;*/
	background:  #ffffff;
	overflow: hidden;
}

.awardsList .item .img a {
	display: table-cell;
	vertical-align:  middle;
}

.awardsList .item .img img {
	max-width: 100%;
	height: 200px;

}

.awardsList .item .title {
	width: 100%;
	float: left;
	background:  #fff;
	color: #1c4e90;
	font-size: 12px;
	padding: 15px 20px;
	min-height: 64px;
}

.awardsList .item .spot {
	position: absolute;
	bottom: -100%;
	left: 0px;
	width: 100%;
	height: 100%;
	background: rgba(0,0,0,0.7);
	color: #fff;
	display: table;
	transition: all 0.6s;
}

.awardsList .item:hover .spot {
	bottom: 0px;
}


.awardsList .item .spot .spotContent {
	width: 100%;
	height: 100%;
	display: table-cell;
	vertical-align: middle;
}

.awardsList .item .spot .spotContent .spotItem {

}

.awardsList .item .spot .spotContent .spotItem span {

}

.awardsList .item .spot .spotContent .spotItem span:first-child {

}

#referancesPage .pageWrapper {
	padding: 0px 10px 15px 10px;
}

.refListV2 {
	width: 100%;
	float: left;
	border: 1px solid #fff;
}

.refListV2 .grid-item {
	width: 33.33333333%;
	overflow: hidden;
}

.refListV2 .grid-item .infos {
	width: 100%;
	float: left;
	position: absolute;
	bottom: 0px;
	left: -100%;
	color: #000;
	transition: all 0.3s;
	padding: 10px;
	background: rgba(255,255,255,0.75);
}

.refListV2 .grid-item:hover .infos {
	left: 0px;
	display: block;
}

.refListV2 .grid-item .infos .title {
	width: 100%;
	float: left;
	font-size: 14px;
	font-weight: bold;
}

.refListV2 .grid-item .infos .excerpt {
	width: 100%;
	float: left;
	font-size: 10px;
	opacity: 0.8;
	margin-bottom: 5px;
}

.refListV2 .grid-item .infos .categories {
	width: 100%;
	float: left;
	font-size: 10px;
	opacity: 0.8;
}

.refListV2 .grid-item .img {
	width: 100%;
	float: left;
	position: relative;
	border: 2px solid #fff
}

.refListV2 .grid-item .img img {
	width: 100%;
	/*-webkit-filter: grayscale(100%);
	filter: grayscale(100%);
	transition: all 0.3s;*/
}
/*
.refListV2 .grid-item:hover .img img {
	-webkit-filter: grayscale(0%);
	filter: grayscale(0%);
}*/

.langSelector {
    display: none;
}

@media only screen and (max-device-width: 480px) and (min-device-width: 320px){
.langSelector {
    margin-top: -80px !important;
}
}