/* GLOBAL STYLES
-------------------------------------------------- */
body {
	background:#FFF;
	font-family: Arial, sans-serif;
	font-size:12px;
	font-weight:500;
	color:#a7a49e
}
img {
	max-width: 100%;
}

a {
	transition: all 0.2s ease-in-out 0s;
	-webkit-transition: all 0.2s ease-in-out 0s;
}
a:focus {
	outline: medium none;
	outline-offset: 0;
}
a:hover, a:focus, a {
}
h1, h2, h3, h4, h5, h6 {
	margin:0;
	padding:0;
	font-family: 'TitilliumText25L-800wt';
}
.navbar-default {
	background: none;
	border: 0;
}
header .container {
	max-width:1170px;
	background:#fff;
	position:absolute;
	left:6.5%;
	right:6.5%;	
}
.navbar {
	margin-bottom:0;
	min-height: inherit;;
}
.nav-tabs {
	border:none;	
}
.navigation {
}
.navbar-brand {
  height: inherit;
  padding: 14px 10px 4px 5px;
}
.menu ul.nav{
	border-top:10px solid #0050c9;
	text-align:right;
	float:right;	
}
.menu ul.nav > li > a {
	margin:0;
	padding:0;
	padding:22px 20px;
	font-size:19px;
	font-family: 'TitilliumText25L-800wt';
	border:none;
	color:#252a2c;
}
.menu ul.nav > li > a:hover {
	color:#0d5b93;
	background:none;
	border:none;
}
.menu ul.nav > li > a.active {
	color:#0d5b93;
}
#nav.affix-top {
   position: absolute;
   top:0;
   left:0;
   z-index:10;
   height:90px;
   background-color:transparent;
   border:0;
}

#nav.affix {
   position: fixed;
   top: 0;
   z-index:9999;
   -webkit-transition: all .6s ease-in-out;
   background:#fff;
   height:90px
}
.carousel {
	position:relative;	
	max-width:1920px;
	margin:auto;
}
.carousel-control.left, .carousel-control.left:hover, .carousel-control.right, .carousel-control.right:hover{
	background-image:none;	
}
.carousel-caption {
	text-align:left;
	left:0%;
	right:0%;
}
.carousel-inner > .item > a > img, .carousel-inner > .item > img {
	margin:auto;
}
.carousel-caption h3, .carousel-caption h4{
	line-height:60px;
	margin-bottom:6px;
	text-shadow:none;
}
.carousel-caption h3 span{
	background:url(../images/slider-text-bg-blue.png) repeat center top;
	padding:10px 15px;
	color:#fff;
	font-size:36px;
	position:relative;
}
.carousel-caption h4 span{
	background:url(../images/slider-text-bg-white.png) repeat center top;
	padding:10px 15px;
	color:#252a2c;
	font-size:36px;
	position:relative;
}
.carousel-indicators {
	display:none;	
}
.carousel-control {
	top:inherit;
	bottom:5%;	
}
.carousel-control {
    left: auto;
    bottom: 5%;
    height: 30px;
    opacity: 1.0;
    right: 10%;
    text-shadow: none;
    width: 19px;
	z-index:999;
}
.carousel-control.right {
    background: url(../images/sliderNextArrow.png) no-repeat center top;
    background-repeat: no-repeat;
    right: 8%;
}
.carousel-control.right:hover {
    background: url(../images/sliderNextArrow.png) no-repeat center top;
    opacity: 0.5;
}
.carousel-control.left {
    background: url(../images/sliderPreviousArrow.png) no-repeat center top;
    background-repeat: no-repeat;
}
.carousel-control.left:hover {
    background: url(../images/sliderPreviousArrow.png) no-repeat center top;
    opacity: 0.5;
}
.serviceBoxHolder {
	background:#eff0f3;
	padding:20px;
	margin-bottom:30px;
}
.serviceBoxHolder h3{
	margin-left:15px;
	border-bottom:3px solid #a7a49e;
	padding-bottom:10px;
	margin-bottom:25px;
	font-size:24px;
	color:#0050c9;
	font-family: 'TitilliumText25L-800wt';
}
.serviceBoxHolder h3 span{
	display:inline-block;
	text-align:right;
	margin-top:5px;
	color:#a7a49e;
	font-family: 'TitilliumText25L-800wt';
	float:right;
	font-size:16px;
	background:url(../images/serviceArrow.png) no-repeat left center;
	padding-left:18px;
}
.serviceBoxHolder h3 span a{
	color:#a7a49e;
}
.serviceBoxHolder h3 span a:hover{
	color:#0050c9;
	text-decoration:none;
}
.serviceItemBoxrep label {
	margin-top:15px;
	margin-bottom:10px;
	display:block;	
}
.serviceItemBoxrep label img{
	border-radius:2px;	
}
.serviceBoxHolder h4{
	margin-top:15px;
	padding-bottom:10px;
	font-size:19px;
	color:#0050c9;
	font-family: 'TitilliumText25L-800wt';
}
.serviceBoxHolder p{
	padding-bottom:0px;
	font-size:14px;
	color:#a7a49e;
	font-family: Arial, sans-serif;
}
.serviceBoxHolder p a{
	color:#a7a49e;
}
.serviceBoxHolder p a:hover{
	text-decoration:underline;
}
.hpBodyBottomItemBox {
	padding:0px;
}
.hpBodyBottomItemBox h3{
	border-bottom:2px solid #bdbfbf;
	padding-bottom:10px;
	margin-bottom:20px;
	font-size:22px;
	color:#0050c9;
	font-family: 'TitilliumText25L-800wt';
}
.hpBakanlikBody ul {
	margin:0;
	padding:0;
	list-style:none;	
}
.hpBakanlikBody ul li{
	margin-bottom:5px;
	font-family: 'TitilliumText25L-800wt';
	font-size:15px;
	line-height:13px;
	font-weight:400;
}
.hpBakanlikBody ul li a{
	background:url(../images/serviceArrow.png) no-repeat 10px center #fff;
	padding:10px 8px;
	padding-left:30px;
	color:#a7a49e;
	display:block;
	border-radius:4px;
}
.hpBakanlikBody ul li a:hover{
	background:url(../images/serviceArrow.png) no-repeat 10px center #a7a49e;
	color:#fff;
	text-decoration:none;
}
.hpBizdenBody h4{
	margin-top:10px;
	margin-bottom:10px;
	font-size:22px;
	color:#0050c9;
	font-family: 'TitilliumText25L-800wt';
}
.hpBizdenBody p{
	font-family: 'TitilliumMaps29L-1wt';
	font-size:15px;
	color:#a7a49e
}
ul.logocarousel {
	margin: 0;
	padding: 0;
	position: relative;
	list-style:none;
}
ul.logocarousel li{
	float: left;
	width: 100%;
	min-height: 270px;
}
.pager {
	position: absolute;
	width: 43px;
	text-align: left;
	right: 4.5%;
	top: 3px;
	margin: 0;
	padding: 0;
}
.pager a {
	width: 8px;
	height: 9px;
	border-radius: 0;
	border: 0px solid #fff;
	font-size: 0;
	display: inline-block;
	margin: 3px;
	background:#bdbfbf;
}
.pager a.selected {
	background: #0050c9;
}
.hpOnlineBody p{
	font-family: 'TitilliumMaps29L-1wt';
	font-size:15px;
	color:#a7a49e
}
.hpOnlineBody p span{
	display:block;
	background:url(../images/onlineBtnNor.png) repeat-x center top;
	text-align:center;
	padding:10px 20px;
	border-radius:4px;
	margin-top:8px;
	margin-bottom:8px;
	max-width:200px;
}
.hpOnlineBody p span:hover{
	background:url(../images/onlineBtnHov.png) repeat-x center top;
	cursor:pointer;
}
.hpOnlineBody p span a{
	background:url(../images/onlineBtnArrow.png) no-repeat  left center;
	padding-left:25px;
	padding-right:10px;
	color:#666666;
	font-size:18px;
	font-family: 'TitilliumText25L-800wt';
}
.hpOnlineBody ul {
	margin:0;
	padding:0;
	list-style:none;	
}
.hpOnlineBody ul li{
	margin-bottom:10px;
	font-family: 'TitilliumMaps29L-1wt';
	font-size:15px;
	color:#a7a49e;
	font-weight:700;
}
.hpOnlineBody ul li a{
	color:#a7a49e;
}

.footersec1 {
	background:#a7a49e;	
}
.footerLogo {
	padding-top:15px;
	padding-bottom:8px;
}
.footerMenu ul{
	margin:0;
	padding:0;
	list-style:none;
	font-family: 'TitilliumText25L-400wt';
	margin-top:6px;
	text-align:right;
}
.footerMenu ul li{
	display:inline-block;
	text-align:right;
	vertical-align:middle;
}
.footerMenu ul li a{
	color:#252a2c;
	padding:18px 15px;
	font-size:18px;
	display:block;
}
.footerMenu ul li a:hover{
	color:#ffffff;
	text-decoration:underline;
}
.footersec2 {
	padding:20px 0	
}
.copyRight span {
	color: #272b2d;
	vertical-align:middle;
	font-family: 'TitilliumText25L-400wt';
	font-size:14px;
	display:block;
	padding-top:6px;
}
.social-content {
	text-align:right;
}
.social-content ul {
	margin:0;
	padding:0;
}
.social-content ul li {
	display:inline-block;
	text-align:right;
	color: #a7a49e;
	margin-left:4px;
	margin-right:4px;
	vertical-align:middle;
	font-family: 'TitilliumText25L-400wt';
	font-size:15px;
}
.social-content ul li a {
	color: #a7a49e;
	font-size: 18px;
	line-height:30px;
	width:31px;
	height:31px;
}
.social-content ul li i{
	width:31px;
	height:31px;
	display:block;
}
.social-content ul li a:hover {
	color: #1ED17B;
}
.social-content ul li i.footerFbIcon {
	background:url(../images/footerFbIcon.png) no-repeat 0 0;
	transition: all 0.2s ease-in-out 0s;
	-webkit-transition: all 0.2s ease-in-out 0s;
}
.social-content ul li i.footerFbIcon:hover {
	background:url(../images/footerFbIcon.png) no-repeat 0 -31px;
}
.social-content ul li i.footerTwIcon {
	background:url(../images/footerTwIcon.png) no-repeat 0 0;
	transition: all 0.2s ease-in-out 0s;
	-webkit-transition: all 0.2s ease-in-out 0s;
}
.social-content ul li i.footerTwIcon:hover {
	background:url(../images/footerTwIcon.png) no-repeat 0 -31px;
}
.social-content ul li i.footerGpIcon {
	background:url(../images/footerGpIcon.png) no-repeat 0 0;
	transition: all 0.2s ease-in-out 0s;
	-webkit-transition: all 0.2s ease-in-out 0s;
}
.social-content ul li i.footerGpIcon:hover {
	background:url(../images/footerGpIcon.png) no-repeat 0 -31px;
}




/*Inner page Css start from here */
.inner-page-header #nav.affix {
    height: 80px;
}
.inner-page-header #nav.affix-top {
    height: 80px;
}
.inner-page-header .navbar-header {
	background:#fff;	
}
.innerBannerHolder {
	position: relative;
	margin-bottom:60px;
	min-height:252px;
	height:100%;
}
.iletisimBanner{
	background:url(../images/iletisim-banner.png) no-repeat scroll center center / cover ;
}
.hakkimizda-banner{
	background:url(../images/hakkimizda-banner.png) no-repeat scroll center center / cover ;
}
.gumruk-islemleri-banner{
	background:url(../images/gumruk-islemleri-banner.png) no-repeat scroll center center / cover ;
}
.hizmetalanlarimiz-banner{
	background:url(../images/hizmetalanlarimiz-banner.png) no-repeat scroll center center / cover ;
}
.innerBannerContent {
	position:absolute;
	left: 7%;
	right: 7%;
	bottom:0px;
	padding-bottom:6px;
	max-width:1170px;
	margin:auto;
}
.innerBannerContent h3 span{
	background:url(../images/slider-text-bg-blue.png) repeat center top;
	padding:10px 15px;
	color:#fff;
	font-size:36px;
	position:relative;
	text-transform:capitalize;
}
.innerBannerContent h3 label{
	color:#fff;
	font-size:14px;
	position:relative;
	text-transform:capitalize;
	float:right;
	margin:15px 0;
	font-family: 'TitilliumText25L-800wt';
}
.innerBannerContent h3 label a{
	color:#fff;
}
.iletisim-item-box-holder .col-xs-12 {
	z-index:999;	
}
.innerpage-with-sidebar {
		
}
.innerpage-sidebar {
		
}
.innerpage-sidebar h2{
	 font-size:24px;
	 line-height:24px;
	 color:#252a2c;
	 border-bottom:2px solid #e9e9e9;
	 margin:0;
	 margin-bottom:20px;
	 padding-bottom:10px;
	font-family: 'TitilliumText25L-800wt';
}
.innerpage-sidebar ul{
	 margin:0;
	 padding:0;
	 list-style:none;
}
.innerpage-sidebar ul li{
	 font-size:17px;
	 line-height:18px;
	 color:#252a2c;
	 border-bottom:1px solid #e9e9e9;
	 margin:0;
	 font-family: 'TitilliumText25L-800wt';
}
.innerpage-sidebar ul li a{
	 font-size:17px;
	 line-height:18px;
	 color:#252a2c;
	 background:url(../images/sidebarArrowNor.png) no-repeat left center;
	 display:block;
	 padding-left:18px;
	 padding-top:10px;
	 padding-bottom:10px;
	 font-family: 'TitilliumText25L-400wt';
}
.innerpage-sidebar ul li a:hover, .innerpage-sidebar ul li a.active{
	 color:#1959ba;
	 text-decoration:none;
	 font-family: 'TitilliumText25L-800wt';
}
.innerpage-body {
	padding:10px;
	margin-bottom:30px;
}
.innerpage-body h3{
	 font-size:28px;
	 line-height:24px;
	 color:#252a2c;
	 margin:0;
	 margin-top:15px;
	 margin-bottom:30px;
	 font-family: 'TitilliumText25L-800wt';
}
.innerpage-body h4{
	 font-size:16px;
	 line-height:24px;
	 color:#ffffff;
	 margin:0;
	 margin-bottom:20px;
	 font-family: 'TitilliumText25L-800wt';
	 padding:20px;
	 background:#1959ba;
}
.innerpage-body p{
	 font-size:14px;
	 line-height:24px;
	 color:#69797f;
	 margin:0;
	 margin-bottom:30px;
	 font-family: 'TitilliumText25L-400wt';
}
.innerpage-body h5{
	 font-size:18px;
	 line-height:20px;
	 color:#1959ba;
	 margin:0;
	 margin-top:15px;
	 margin-bottom:20px;
	 font-family: 'TitilliumText25L-800wt';
	 text-transform:uppercase;
}
.innerpage-body h5 label{
	 font-size:18px;
	 line-height:20px;
	 color:#6a797f;
	 text-transform:capitalize;
	 display:block;
	 margin-top:5px;
}
.innerpage-body ul{
	 margin:0;
	 padding:0;
	 list-style:square inside;
}
.innerpage-body ul li{
	 font-size:15px;
	 line-height:20px;
	 color:#6a797f;
	 margin:0;
	 padding:0;
	 margin-bottom:10px;
	 font-family: 'TitilliumText25L-400wt';
}


.hizmetalanlarimiz-item-box {
	margin-bottom:80px;
	min-height:320px;
}
.hizmetalanlarimiz-item-boxL {
	float:left;
	width:160;
	margin-right:12px;
}
.hizmetalanlarimiz-item-boxR {
	float:left;
	width:185px;
}
.hizmetalanlarimiz-item-boxR h4{
	color:#252a2c;
	font-size:24px;
	padding-bottom:10px;
	line-height:25px;
	border-bottom:4px solid #1959ba;
	text-transform:uppercase;
	margin-bottom:10px;
}
.hizmetalanlarimiz-item-boxR p{
	margin:0;
	padding:0;
	color:#69797f;
	font-size:13px;
	font-family: 'TitilliumText25L-400wt';
}

.iletisim-item-box {
	min-height:400px;
}
.iletisim-item-box h4{
	padding-bottom:20px;
}
.iletisim-item-box h4 span{
	color:#252a2c;
	font-size:20px;
	padding-right:40px;
	line-height:25px;
	border-bottom:4px solid #1959ba;
	text-transform:uppercase;
	padding-bottom:10px;
	display:inline-block;
}
.iletisim-item-box p{
	margin:0;
	padding:0;
	color:#69797f;
	font-size:16px;
	font-family: 'TitilliumText25L-400wt';
	margin-bottom:20px;
}
.iletisim-item-box p label{
	font-family: 'TitilliumText25L-800wt';
	display:block;
}
.iletisim-item-box p a{
	color:#69797f;
}
.iletisim-item-box p a:hover{
	color:#0050c9;
}
ul.career-table-form {
	margin:0;
	padding:0;
	list-style:none;
	color:#69797f;
	font-family: 'TitilliumText25L-800wt';
}
ul.career-table-form li {
	margin-bottom:6px;
}
ul.career-table-form li label {
	display:inline-block;
	width:95px;
	text-align:left;
	margin-right:10px;
	font-size:16px;
	vertical-align:middle;
	margin-bottom:0;
	padding:2px 0;
	line-height:32px;
}
ul.career-table-form li span{
	display:inline-block;
	width:350px;
	font-size:16px;
	line-height:24px;
	vertical-align:top;
	padding:2px 0;
}

ul.career-table-form li span input[type="text"] {
	color:#69797f;
	background:#f2f1ef;
	border:none;
}
ul.career-table-form li span input[type="text"]:focus {
	color:#FFF;
	background:#1959ba;
	border:none;
	transition: all 0.2s ease-in-out 0s;
	-webkit-transition: all 0.2s ease-in-out 0s;
}
input.careerInputStyle {
	background:#f2f1ef;
	border:none;
	color:#69797f;
	border-radius: 0px;
	padding:4px 6px;
	font-size:15px;
	width:350px;
	font-family: 'TitilliumText25L-400wt';
}
textarea.careerTextAreaStyle {
	background:#f2f1ef;
	border:none;
	color:#69797f;
	border:0;
	border-radius: 0px;
	padding:4px 6px;
	font-size:15px;
	width:350px;
	font-family: 'TitilliumText25L-400wt';
	height:110px;
}
textarea.careerTextAreaStyle:focus {
	color:#FFF;
	background:#1959ba;
	border:none;
	transition: all 0.2s ease-in-out 0s;
	-webkit-transition: all 0.2s ease-in-out 0s;
}
.buleBtn {
	background:#1959ba;
	color:#fff;
	font-size:17px;
	padding:7px 15px;
	border:none;
	border-radius:5px;
	font-family: 'TitilliumText25L-800wt';
}
.buleBtn:hover {
	background:#f2f1ef;
	color:#1959ba;
	transition: all 0.2s ease-in-out 0s;
	-webkit-transition: all 0.2s ease-in-out 0s;
}
.map-section h4{
	padding-bottom:20px;
}
.map-section h4 span{
	color:#252a2c;
	font-size:20px;
	padding-right:90px;
	line-height:25px;
	border-bottom:4px solid #1959ba;
	text-transform:uppercase;
	padding-bottom:10px;
	display:inline-block;
}
.map-demo-img {
	margin-bottom:60px;	
}
/*7-7-15*/
.bxslider {
    margin: 0;
    padding: 0;
}
header#homepageHeader {
    z-index: 99999;
}
section#homePageBbanner {
    margin-top: -141px;
    position: relative;
    z-index: 9;
}
.homepageSliderCaption {
    position: relative;
    top: 450px;
    z-index: 999;
	text-align:left;
}
.homepageSliderCaption h3, .homepageSliderCaption h4{
	line-height:60px;
	margin-bottom:6px;
	text-shadow:none;
}
.homepageSliderCaption h3 span{
	background:url(../images/slider-text-bg-blue.png) repeat center top;
	padding:10px 15px;
	color:#fff;
	font-size:36px;
	position:relative;
}
.homepageSliderCaption h4 span{
	background:url(../images/slider-text-bg-white.png) repeat center top;
	padding:10px 15px;
	color:#252a2c;
	font-size:36px;
	position:relative;
}
ul.bxslider li img {
	max-width: none;
	margin:auto;
	text-align:center;
}
.bx-controls.bx-has-pager {
    display: none;
}
ul.bxslider li  {
	text-align:center;
}


/* Responsive Css Start */
@media (min-width: 1921px) {
.carousel {
	position:relative;	
	max-width:1920px;
	margin:auto;
}
.carousel-caption {
	text-align:left;
	left:25%;
	right:25%;
}
.carousel-control {
    right: 25%;
}
.carousel-control.right {
    right: 23.5%;
}

}
@media (max-width: 1920px) {
.container {
    width: 1170px;
}
.carousel-caption {
    left: 22%;
    right: 22%;
}
.carousel-control {
    right: 22%;
}
.carousel-control.right {
    right: 20%;
}
.innerBannerContent {
    left: 19.5%;
    right: 19.5%;
}
}
@media (max-width: 1380px) {
.carousel-caption {
	left:10%;
	right:10%;
}
.carousel-control {
    right: 10%;
}
.carousel-control.right {
    right: 8%;
}
.innerBannerContent {
    left: 7.5%;
    right: 7.5%;
}
}
@media (max-width: 1366px) {
.innerBannerContent {
    left: 6.7%;
    right: 6.7%;
}
}
@media (max-width: 1280px) {
header .container {
    left: 4.3%;
    right: 4.3%;
}
.innerBannerContent {
    left: 4.3%;
    right: 4.3%;
}
}
@media (max-width: 1200px) {

}
@media (max-width: 1024px) {
header .container {
    left: 0;
    max-width: 1000px;
    right: 0;
}
.container {
    width: 1000px;
}
.navbar-brand {
    padding: 14px 10px 4px 5px;
}
.menu ul.nav > li > a {
    font-size: 16px;
    padding: 22px 14px;
}
.footerMenu ul li a {
    color: #252a2c;
    display: block;
    font-size: 16px;
    padding: 18px 12px;
}


.innerBannerContent {
    left: 1.2%;
    right: 1.2%;
}
#nav.affix {
	height:75px;	
}
.hizmetalanlarimiz-item-box {
    margin-bottom: 50px;
    min-height: 440px;
}
.hizmetalanlarimiz-item-boxR {
    width: 130px;
}
.hizmetalanlarimiz-item-box-holder {
    margin-bottom: 50px;
}
.iletisim-item-box h4 span{
	font-size:18px;
}
}
@media (max-width: 980px) {
.container {
    width: 980px;
}
.menu ul.nav > li > a {
    font-size: 16px;
    padding: 22px 13px;
}
.carousel-caption {
    left: 2%;
    right: 2%;
}
.carousel-caption h3, .carousel-caption h4 {
    line-height: 52px;
}
.carousel-caption h3 span {
    font-size: 30px;
    padding: 8px 10px;
}
.carousel-caption h4 span {
    font-size: 30px;
    padding: 8px 10px;
}
.carousel-control {
    right: 5%;
}
.carousel-control.right {
    right: 3%;
}
.hizmetalanlarimiz-item-boxR {
    width: 100%;
}
.hizmetalanlarimiz-item-boxR h4 {
    margin-top: 10px;
}
.iletisim-item-box h4 span {
    font-size: 17px;
}
.map-section h4 span {
    margin-left: 20px;
}
}
@media (max-width: 900px) {
.container {
    width: 900px;
}
.navbar-brand {
    padding: 14px 1px 4px;
}
.menu ul.nav > li > a {
    font-size: 15px;
    padding: 22px 10px;
}
.carousel-caption {
	padding-bottom:0;	
}
.carousel-control {
    right: 8%;
}
.carousel-control.right {
    right: 5%;
}
.carousel-caption h3, .carousel-caption h4 {
    line-height: 50px;
}
.carousel-caption h3 span {
    font-size: 26px;
}
.carousel-caption h4 span {
    font-size: 26px;
}
.innerBannerContent {
    left: 0;
    right: 0;
}
}
@media (max-width: 800px) {
.container {
    width: 800px;
}
.navbar-brand {
    padding: 12px 1px 4px;
}
.navbar-brand img {
    width: 200px;
}
.menu ul.nav > li > a {
    font-size: 14px;
    padding: 22px 10px;
}
.carousel-control {
    right: 6%;
}
.carousel-control.right {
    right: 3%;
}
.carousel-caption {
    left: 5%;
    right: 5%;
}
.carousel-caption h3, .carousel-caption h4 {
    line-height: 32px;
}
.carousel-caption h3 span {
    font-size: 20px;
	padding:6px 10px;
}
.carousel-caption h4 span {
    font-size: 20px;
	padding:6px 10px;
}
.footerMenu ul li a {
    font-size: 14px;
    padding: 18px 10px;
}
.copyRight span {
	font-size:13px;
}
.innerBannerContent {
    left: 0;
    right: 0;
}
.iletisim-item-box h4 span {
    font-size: 15px;
    padding-right: 20px;
}
}
@media (max-width: 768px) {
.container {
    width: 768px;
}
.navbar-brand img {
    width: 195px;
}
.menu ul.nav > li > a {
    font-size: 13px;
    padding: 22px 10px;
}
.iletisim-item-box h4 span {
	font-size:13px;	
}
ul.career-table-form li span {
	width:180px;	
}
input.careerInputStyle {
	width:180px;	
}
textarea.careerTextAreaStyle {
	width:180px;	
}
.footerMenu ul li a {
    padding: 18px 9px;
}
}
@media (max-width: 767px) {
	.hizmetalanlarimiz-item-box {
		margin-bottom: 50px;
		min-height: auto;
	}
	.hizmetalanlarimiz-item-boxR {
		width: 70%;
	}
	.map-section h4 span{ margin-left:20px;}
	.iletisim-item-box {
		min-height: auto;
	}
	ul.career-table-form li label{
		width:100%;
	}
	ul.career-table-form li span {
		width: 100%;
	}
	input.careerInputStyle {
		width: 100%;
	}
	textarea.careerTextAreaStyle {
		width: 100%;
	}
	.navbar-toggle{ margin-right:50px;}
	header .container {
		width: 100%;
	}
	#pageBody .container {
		width: 100%;
	}
	.serviceBoxHolder{ padding: 20px 0;}
	.footersec1 .container {
		width: 100%;
	}
	.footersec2 .container {
		width: 100%;
	}

}
@media (max-width: 640px) {
.container {
    width: 640px;
}
.navbar-brand {
    background: #fff none repeat scroll 0 0;
    padding: 7px 7px 4px;
}
header .container {
    background: none;
}
.navbar-default .navbar-toggle {
    background: #fff none repeat scroll 0 0;
    border: 0;
}
.navbar-default .navbar-collapse, .navbar-default .navbar-form {
    position: relative;
    top: -22px;
	border:0;
	box-shadow:none;
}
.navbar-default .navbar-toggle:focus, .navbar-default .navbar-toggle:hover {
	background:#0050c9;	
}
.carousel {
	margin-top:64px;	
}
#nav.affix {
   background:#fff;
   height:62px
}
.menu ul.nav {
    background: #fff;
    border-top: 10px solid #0050c9;
    text-align: right;
    width: 320px;
}
.nav-tabs > li {
    float: none;
    margin-bottom: 0;
}
.menu ul.nav > li > a {
    font-size: 13px;
    padding: 10px;
	border-bottom:1px solid #f3ece8;
	border-radius:0;
}
.menu ul.nav > li > a:hover {
	color:#FFF;
	background:#0d5b93;
	border-bottom:1px solid #f3ece8;
}
.iletisim-item-box {
    min-height: inherit;
	margin-bottom:20px;
}
.hpBizdenBody img {
    width: 570px;
}
.hizmetalanlarimiz-item-box {
	overflow:hidden;
	min-height:inherit;	
	margin-bottom:40px;
}
/*.hizmetalanlarimiz-item-box .hizmetalanlarimiz-item-boxR {
    width: 70%;
}
*/.footerLogo label {
    display: block;
    font-weight: 700;
    margin-bottom: 0;
    max-width: 100%;
    text-align: center;
}
.footerMenu ul {
    text-align: center;
}
.copyRight span {
	padding-top:0;
    text-align: center;
}
.social-content ul {
    margin: 10px 0 0;
    padding: 0;
    text-align: center;
}
.innerBannerContent {
    left: -1%;
    right: 2%;
}
.inner-page-header #nav.affix {
    height: 62px;
}
.navbar-toggle {
    margin-right: 15px;
}
section#homePageBbanner { margin-top:-80px;}
.homepageSliderCaption{ top: 300px;}

}
@media (max-width: 600px) {
.container {
    width: 600px;
}
.inner-page-header #nav.affix {
    height: 60px;
}
.hpOnlineBody p span {
    display: block;
    margin-bottom: 10px;
    margin-top: 10px;
    width: 200px;
}
.hizmetalanlarimiz-item-box .hizmetalanlarimiz-item-boxR {
    width: 67%;
}
}
@media (max-width: 480px) {
.container {
    width: 480px;
}
.navbar-brand {
    background: #fff;
    padding: 5px 5px 0px;
    width: 50%;
}
#nav.affix {
   background:#fff;
   height:55px;
}
.carousel {
	margin-top:60px;
}
.carousel-caption h3, .carousel-caption h4 {
    line-height: 26px;
}
.carousel-caption h3 span {
    font-size: 16px;
	padding:3px 6px;
}
.carousel-caption h4 span {
    font-size: 16px;
	padding:3px 6px;
}
.carousel-caption {
    left: 3%;
    right: 3%;
}
.carousel-control {
    bottom: 3%;
    height: 25px;
    right: 7%;
    width: 11px;
}
.carousel-caption {
	padding-bottom:0;	
}
.innerBannerContent h3 span {
	font-size:32px;	
}
.serviceBoxHolder h3 {
    margin-left: 0px;
}
.serviceItemBoxrep {
    min-height: 250px;
}
.hpOnlineBody p span {
	clear:both;
	display:block;	
}
.hizmetalanlarimiz-item-box .hizmetalanlarimiz-item-boxR {
    width: 55%;
}
.footerMenu ul li a {
    font-size: 12px;
    font-weight: 700;
    padding: 5px 3px;
}
.footerMenu ul {
	margin:0;
    text-align: center;
}


.inner-page-header #nav.affix {
    height: 52px;
}
ul.career-table-form li span {
	width:340px;	
}
.carousel-inner > .item > a > img, .carousel-inner > .item > img, .img-responsive, .thumbnail a > img, .thumbnail > img {
    height: 240px;
}
section#homePageBbanner {
    margin-top: -48px;
}
.homepageSliderCaption h3, .homepageSliderCaption h4 {
    line-height: 45px;
    margin-bottom: 6px;
    text-shadow: none;
}
.homepageSliderCaption h3 span {
	font-size:20px;	
}
.homepageSliderCaption h4 span {
	font-size:20px;	
}
.homepageSliderCaption {
    top: 240px;
}

}
@media (max-width: 360px) {
.container {
    width: 360px;
}
#nav.affix {
   background:#fff;
   height:50px;
}
.carousel-caption h3, .carousel-caption h4 {
    line-height: 20px;
}
.carousel-caption {
    bottom: 0;
}
.serviceBoxHolder .col-xs-6 {
	width:100%;
	float:nono !important;
}
.carousel-inner > .item > a > img, .carousel-inner > .item > img, .img-responsive, .thumbnail a > img, .thumbnail > img {
    height: 140px;
}
section#homePageBbanner {
    margin-top: -52px;
    position: relative;
    z-index: 9;
}

.inner-page-header #nav.affix {
    height: 49px;
}
#nav.affix-top {
	height:60px;	
}
.hizmetalanlarimiz-item-box .hizmetalanlarimiz-item-boxL {
    width: 30%;
}
.hizmetalanlarimiz-item-box .hizmetalanlarimiz-item-boxR {
    width: 65%;
}
input.careerInputStyle {
	width:100%;	
}
textarea.careerTextAreaStyle {
	width:100%;	
}
ul.career-table-form li span {
	width:98%;	
}
.navbar-toggle {
    margin-right: 15px;
}
.carousel-inner > .item > a > img, .carousel-inner > .item > img, .img-responsive, .thumbnail a > img, .thumbnail > img {
    height: 220px;
}

}
@media (max-width: 320px) {
.container {
    width: 320px;
}
.carousel-inner > .item > a > img, .carousel-inner > .item > img, .img-responsive, .thumbnail a > img, .thumbnail > img {
    height: 140px;
}
.menu ul.nav {
    width: 290px;
	z-index:9999;
}
.navbar-default .navbar-collapse, .navbar-default .navbar-form {
	top:-8px;	
}
#nav.affix {
   background:#fff;
   height:48px;
   -webkit-transition:none;
}

.serviceBoxHolder h3 {
    border-bottom: 2px solid #a7a49e;
    font-size: 20px;
    margin-left: 15px;
}
.serviceBoxHolder h3 span {
    font-size: 14px;
}
.serviceBoxHolder {
    padding-left:10px;
}
.footerMenu ul li a {
    font-size: 13px;
    padding: 5px 10px;
	font-weight:500;
}
.copyRight span {
    font-size: 16px;
}
.accordion-header {
    padding: 15px 20px 15px 15px;
}
.carousel-inner > .item > a > img, .carousel-inner > .item > img, .img-responsive, .thumbnail a > img, .thumbnail > img {
    height: 200px;
}
.homepageSliderCaption h4 span {
    font-size: 18px;
}

}