/* FONT - DIN Pro */

@font-face {
font-family: 'DIN Pro Black';
font-style: normal;
font-weight: normal;
src: local('DIN Pro Black'), url('../fonts/DINPro-Black.woff') format('woff');
}

@font-face {
font-family: 'DIN Pro Light';
font-style: normal;
font-weight: normal;
src: local('DIN Pro Light'), url('../fonts/DINPro-Light.woff') format('woff');
}


@font-face {
font-family: 'DIN Pro Medium';
font-style: normal;
font-weight: normal;
src: local('DIN Pro Medium'), url('../fonts/DINPro-Medium.woff') format('woff');
}


@font-face {
font-family: 'DIN Pro';
font-style: normal;
font-weight: normal;
src: local('DIN Pro'), url('../fonts/DINPro.woff') format('woff');
}


@font-face {
font-family: 'DIN Pro Black Italic';
font-style: normal;
font-weight: normal;
src: local('DIN Pro Black Italic'), url('../fonts/DINPro-BlackItalic.woff') format('woff');
}


@font-face {
font-family: 'DIN Pro Bold';
font-style: normal;
font-weight: normal;
src: local('DIN Pro Bold'), url('../fonts/DINPro-Bold.woff') format('woff');
}


@font-face {
font-family: 'DIN Pro Bold Italic';
font-style: normal;
font-weight: normal;
src: local('DIN Pro Bold Italic'), url('../fonts/DINPro-BoldItalic.woff') format('woff');
}

 

@font-face {
font-family: 'DIN Pro Italic';
font-style: normal;
font-weight: normal;
src: local('DIN Pro Italic'), url('../fonts/DINPro-Italic.woff') format('woff');
}


@font-face {
font-family: 'DIN Pro Light Italic';
font-style: normal;
font-weight: normal;
src: local('DIN Pro Light Italic'), url('../fonts/DINPro-LightItalic.woff') format('woff');
}


@font-face {
font-family: 'DIN Pro Medium Italic';
font-style: normal;
font-weight: normal;
src: local('DIN Pro Medium Italic'), url('../fonts/DINPro-MediumItalic.woff') format('woff');
}



/* End of FONT */




body {
	font-family: 'DIN Pro' !important;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	text-size-adjust: 100%;
	text-rendering: optimizeLegibility;
	background: #d4d4d4 !important;
	color: #383838;
	overflow-x: hidden;
	width: 100%;s
}

@media (min-width: 1200px) {
	.container {
	    width: 1080px !important;
	}
}


#top {
	background: url(../images/top.jpg)no-repeat center center fixed; 
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	width: 100%;
	height: auto;
	padding: 20px 0;
}

#top .top-bar {
	border-bottom: solid 1px #c4c4c56b;
	/* padding-bottom: 20px; */
}

#top .logo {
	padding: 0;
	margin: 0;
}

.menu {
	padding: 0 !important;
}

.menu nav ul {
	list-style: none;
	padding: 0;
	margin: 0;
	padding-top: 15px;
	float: right;
}

.menu nav ul li {
	float: left;
	 margin-left: 20px; 
}

.menu nav ul li a {
	color: #c4c4c5;
	font-weight: bold;
	font-size: 13.5px;
}

.menu nav ul li a:hover {
	border-bottom: solid 2px;
	padding-bottom: 27px;
	color: #c4c4c5;
	text-decoration: none;
}

.menu nav ul li a:focus{
	outline: none;
	border: none;
}


.menu nav ul .active {
	border-bottom: 2px solid #c4c4c5;
	padding-bottom: 25px;
}

.menu nav ul .lang {
	border: 1px solid #c4c4c56b;
	padding: 5px;
	margin-top: -8px;
}

.menu nav ul .lang a:hover {
	border-bottom: none;
}

.slide-area {
	padding: 0;
	padding-top: 100px;
	padding-bottom: 165px;
	display: none;
	
}

.slide-title {
	padding: 0 !important;
}

.slide-area h1 {
	font-family: 'DIN Pro Bold';
	color: #fff;
	font-size: 40px;
	padding: 0;
	margin: 0;
	margin-bottom: 20px;
}

.slide-area a {
	font-family: 'DIN Pro Light';
	font-size: 15px;
	color: #fff;
	padding-bottom: 20px;
	border-bottom: 2px solid #0098ef;
}

.slide-area a:hover {
	color: #fff;
	text-decoration: none;
}

.slide-area a:focus {
	outline: none !important;
	color: #fff !important;
}

.slide-item {
	padding-bottom: 20px;
}


#features {
	width: 100%;
	height: auto;
	margin-top: -70px;
	padding-bottom: 100px;
}

.slide-bot {
	padding: 0;
}

.arrows {
	padding: 0 !important;
}

.arrow {
	 padding: 0;
	 margin-right: 10px;
	 cursor: pointer;
}

.feature-box {
	padding: 0 !important;
	width: calc(33.33333333% - 20px) !important;
	margin-left: 20px;
} 

.feature-box:hover > .feature-title {
	background: #04234e;
	color: #fff;
}

.feature-title {
	text-align: center;
	padding: 17px 0;
	color: #04234e;
	background: #fff;
	font-size: 18.5px;
	o-transition: .5s;
	-ms-transition: .5s;
	-moz-transition: .5s;
	-webkit-transition: .5s;
	transition: .5s;
}

.about {
	background: #fff;
	margin-top: 25px;
	width: 35% !important;
	padding: 15px 25px !important;
	
}


#features h1 {
	font-family: 'DIN Pro Bold';
	color: #13274a;
	font-size: 17px;
}

#features h2 {
	font-family: 'DIN Pro Bold';
	color: #13274a;
	font-size: 23.5px;
	padding-top: 31px;
	padding-bottom: 3px;
}

#features .arrow {
	padding-bottom: 14px;
}

.arrow a {
	color: #7888a4;
}

.ar {
	font-size: 20px !important;
	margin-right: 15px;
	cursor: pointer;
}

.about-image {
	margin-top: 25px;
	padding: 0 !important;
	width: 31.7% !important;
}

.news {
	width: calc(33.3% - 20px) !important;
	margin-left: 20px;
	margin-top: 25px;
	background: #fff;
}

.news-item {
	padding: 19px 0;
}

.news-item h3 {
	font-family: 'DIN Pro Bold';
	color: #383838;
	font-size: 17px;
	padding: 0;
	margin: 0;
}

.news-item .date {
	color: #636b79;
	font-family: 'DIN Pro Bold';
	font-size: 13.5px;
	margin-top: 3px;
}

.all-news {
	font-family: 'DIN Pro Bold';
	font-size: 13px;
	padding: 17px 0;
}

.all-news a {
	color: #122749;
}

footer {
	background: #293953;
	padding: 25px 0 ;
}

.phone {
	color: #cecece;
	font-size: 15px;
	font-family: 'DIN Pro Medium';
}

 
.mail {
	color: #cecece;
	font-size: 15px;
	font-family: 'DIN Pro Medium';
	margin-left: 15px;
}

footer a:hover {
	color: #536da5;
	text-decoration: none;
}

.copy {
	color: #cecece;
	font-size: 15px;
	font-family: 'DIN Pro Medium';
}
 
.copy-right {
	text-align: right;
} 

.bread {
	padding: 0;
	padding-top: 70px;
}

.bread-title {
	padding: 0 !important;
}

.bread-title h2 {
	color: #fff;
	font-family: 'DIN Pro Light';
	font-size: 13px;
	margin: 0;
}

.bread-title h1 {
	color: #fff;
	margin: 0;
	font-size: 28px;
	font-family: 'DIN Pro Bold';
	margin-top: 7px;
} 

#text-area {
	padding: 80px 75px 40px 75px;
}

#text-area h1 {
	padding-bottom: 30px;
}

#text-area .row {
	padding: 0 !important;
}

#text-area .row .col-md-12 {
	background: #f5f5f5;
	padding: 40px;
}

#text-area .row .col-md-12 h1 {
	color: #244879;
	font-size: 22px;
}

#text-area .row .col-md-12 p {
	color: #676767;
	font-family: 'DIN Pro Medium';
	line-height: 25px;
}

.quote {
	background: #fff;
	text-align: center;
	padding: 30px 0;
	border-left: 1px solid #174582;
	margin: 40px 0;
}

.quotation {
	font-size: 28px;
	color: #174582;
	margin-bottom: 30px;
}

#text-area .row .col-md-12 h2 {
	color: #676767;
	font-size: 17px;
	font-family: 'DIN Pro Bold';
	margin-bottom: 30px;
}

#kilometer {
	margin: 30px 0 70px 0;
}

#kilometer .row {
	padding: 0;
}

.kilometer-title {
	padding: 0 !important;
	margin-bottom: 40px;
}

.kilometer-title h1 {
	font-size: 27px;
	font-family: 'DIN Pro Light';
	text-align: right;
}

.years {
	width: 300px !important;
	display: flex;
	/* justify-content: space-between; */
	flex-direction: row;
	align-content: center;
	align-items: center;
}

.year {
	background: #fff;
	font-size: 13px;
	text-align: center; 
	border-radius: 300px;
	align-items: center;
	justify-content: center;
	display: flex; 
	margin-right: 0px;
	font-family: 'DIN Pro Bold';
	cursor: pointer;
	margin-right: 10px;
	border: none;
	width: 50px !important;
	height: 50px;
	padding: 10px;
}

.years button:focus {
	outline: none !important;
}

.year-active {
	background: #30528c;
	color: #fff;
}

#kilometer-slider {
	padding: 5px;
}

#kilometer h3 {
	color: #194586;
	margin-top: 30px;
	font-size: 21px;
}

.kilometer-content {
	padding: 0 !important;
}

.kilometer-content p {
	color: #676767;
	font-family: 'DIN Pro Medium';
	line-height: 25px;
	font-size: 12.5px;
	width: 95%;
}

.kilo-image {
	padding: 0 !important;
}

#contact-area {
	margin: 80px 0;
}

#contact-area .row {
	padding: 0 !important;
}

.contact-form {
	padding: 25px 40px !important;
	background: #fff;
	margin: 0;
}

#contact-area h1{
	font-family: 'DIN Pro Bold';
	color: #13274a;
	font-size: 17px;
	
}

.form-group {
	margin: 40px 0 35px 0 !important;
}

#contact-area input {
	width: 100%;
	border: none;
	border-bottom: 1px solid #b7b7b7;
	padding-bottom: 10px;
}

#contact-area input:focus {
	outline: none;
	border-bottom: solid 1px #0098ef;
}

#contact-area textarea {
	width: 100%;
	border: none;
	height: 80px;
	border-bottom: 1px solid #b7b7b7;
}

#contact-area textarea:focus {
	outline: none;
	border-bottom: solid 1px #0098ef;
}

#contact-area button {
	background: transparent;
	border: none;
	font-family: 'DIN Pro Bold';
	color: #1f4d8c;
	border: 1px solid #1f4d8c;
	padding: 8px 13px;
}


::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  color: #303a49;
}
::-moz-placeholder { /* Firefox 19+ */
  color: #303a49;
}
:-ms-input-placeholder { /* IE 10+ */
  color: #303a49;
}
:-moz-placeholder { /* Firefox 18- */
  color: #303a49;
}

.contact-info {
	padding: 25px 40px !important;
	background: url(../images/info-bg.jpg);
	margin: 0;
	text-align: right;
}

.contact-info h1 {
	color: #fff !important;
}
.contact-info h1::after {
	content: '';
	    width: 25%;
	    position: absolute;
	    padding-bottom: 10px;
	    border-bottom: 1px solid #0098ef;
	    display: block;
	    right: 41px;
}

.contact-item h2 {
	font-family: 'DIN Pro Light';
	font-size: 15px;
	color: #fff;
}

.contact-item h3 {
	font-family: 'DIN Pro Bold';
	font-size: 17.5px;
	color: #fff;
	margin: 0;
	
}

.contact-item {
	margin: 43px 0;
}

#contact-map {
	margin: 0 0 70px 0;
	height: 300px;
}

.bread-belt {
	background: #ffffff40;
	width: 7%;
	position: absolute;
	left: 0;
	top: 23.5%;
	height: 50px;
	display: none;
}
/*Faaliyetler*/
#aramalar{
	background-image: url(../images/faaliyet/5.jpg);
	min-height: 300px;
	background-position: bottom;
	text-align: center;
	margin-bottom: 30px;
}
#operation img {
    width: 100%;
}
#operation h1, #ihracat h1 {
    color: #3b3b3b;
    font-size: 26px;
    margin-bottom: 0;
    padding-bottom: 0;
    font-weight: bold;
    margin-top: 30px;
    margin-bottom: 20px;
}
#aramalar h1 {
    color: #fff;
    font-size: 38px;
    margin-bottom: 0;
    padding-bottom: 0;
    font-weight: bold;
    margin-top: 60px;
}
#operation h3, #ihracat h3 {
    color: #606060;
    font-size: 18px;
    margin-top: 5px;
    margin-bottom: 15px;
}
#aramalar h3{
    color: #999;
    font-size: 18px;
    margin-top: 5px;
    margin-bottom: 30px;
}
#aramalar p {
    color: #fff;
    font-size: 20px;
}
#operation .container, #aramalar .container, #ihracat .container{
	padding-right: 0;
	padding-left: 0;
}
#operation .text-area h2 {
	/* font-family: 'DIN Pro Bold'; */
	margin: 0;
	padding-top: 4px;
	padding-left: 15px;
	font-size: 17px;
	font-family: 'DIN Pro Medium';
	color: #1a305c;
}
#operation .text-area p {
    padding-left: 15px;
}
#operation {
    margin-bottom: 30px;
}
#operation .text-area {
    background-color: #f8f8f8;
    padding-top: 15px;
    padding-bottom: 20px;
}
#ihracat{
	margin-bottom: 30px;
}
#ihracat img {
    width: 100%;
}

#gallery {
	padding: 80px 75px 40px 75px;
}

.snip1577 {
  position: relative;
  display: inline-block;
  overflow: hidden;
  margin: 8px;
  min-width: 200px;
  max-width: 251px;
  width: 100%;
  color: #fff;
  text-align: left;
  font-size: 16px;
  background: #0f2a5f;

}

.snip1577 *,
.snip1577:before,
.snip1577:after {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}

.snip1577 img {
  max-width: 100%;
  backface-visibility: hidden;
  vertical-align: top;
}

.snip1577:before,
.snip1577:after {
  position: absolute;
  top: 20px;
  right: 20px;
  content: '';
  background-color: #fff;
  z-index: 1;
  opacity: 0;
}

.snip1577:before {
  width: 0;
  height: 1px;
}

.snip1577:after {
  height: 0;
  width: 1px;
}

.snip1577 figcaption {
  position: absolute;
  left: 0;
  bottom: 0;
  padding: 15px 20px;
}

.snip1577 h3,
.snip1577 h4 {
  margin: 0;
  font-size: 25px;
  font-weight: normal;
  opacity: 0;
}
 

.snip1577 a {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 1;
}

.snip1577:hover img,
.snip1577.hover img {
  zoom: 1;
  filter: alpha(opacity=20);
  -webkit-opacity: 0.2;
  opacity: 0.2;
}

.snip1577:hover:before,
.snip1577.hover:before,
.snip1577:hover:after,
.snip1577.hover:after {
  opacity: 1;
  -webkit-transition-delay: 0.25s;
  transition-delay: 0.25s;
}

.snip1577:hover:before,
.snip1577.hover:before {
  width: 40px;
}

.snip1577:hover:after,
.snip1577.hover:after {
  height: 40px;
}

.snip1577:hover h3,
.snip1577.hover h3,
.snip1577:hover h4,
.snip1577.hover h4 {
  opacity: 1;
}

.snip1577:hover h3,
.snip1577.hover h3 {
  -webkit-transition-delay: 0.3s;
  transition-delay: 0.3s;
}

.snip1577:hover h4,
.snip1577.hover h4 {
  -webkit-transition-delay: 0.35s;
  transition-delay: 0.35s;
}

#search-area {
	margin: 40px 0 ;
	background: #c3c0c0;
	
}

.search-map {
	padding: 0 !important;
	margin: 0 !important;
}


/* MOBILE MENU */

 
.navigation {
  /* background: #ffffff; */
  position:  absolute;
  top: 90px;
  width: 86.5%;
  margin: 0 28px;
}

.brand {
  position: absolute;
  padding-left: 20px;
  float: left;
  line-height: 70px;
  text-transform: uppercase;
  font-size: 1.4em;
}
.brand a,
.brand a:visited {
  color: #ffffff;
  text-decoration: none;
}

.nav-container {
  max-width: 1000px;
  margin: 0 auto;
  display: none;
}

.mobilizer nav {
  float: right;
}
.mobilizer  nav ul {
  list-style: none;
  margin: 0;
  padding: 0;
  width:  100%;
  text-align:  center;
}
.mobilizer nav ul li {
  
  position: relative;
}


.nav-dropdown {
  position: absolute;
  display: none;
  z-index: 1;
  box-shadow: 0 3px 12px rgba(0, 0, 0, 0.15);
}

/* Mobile navigation */
.nav-mobile {
  display: none;
  position: absolute;
  top: -76px;
  right: 6px;
  /* background: #262626; */
  height: 70px;
  width: 70px;
}

@media only screen and (max-width: 798px) {
  .nav-mobile {
    display: block;
  }

  nav {
    width: 100%;
    padding: 0 0 15px;
    position: relative;
    z-index: 3;
  }
  nav ul {
    display: none;
  }
  nav ul li {
    float: none;
  }
  nav ul li a {
    padding: 15px;
    line-height: 20px;
  }
  nav ul li ul li a {
    padding-left: 30px;
  }

  .nav-dropdown {
    position: static;
  }
}
@media screen and (min-width: 799px) {
  .nav-list {
    display: block !important;
  }
}
#nav-toggle {
  position: absolute;
  left: 31px;
  top: 17px;
  cursor: pointer;
  padding: 10px 35px 16px 0px;
}
#nav-toggle span,
#nav-toggle span:before,
#nav-toggle span:after {
  cursor: pointer;
  /* border-radius: 1px; */
  height: 2px;
  width: 39px;
  background: #ffffff;
  position: absolute;
  display: block;
  content: '';
  transition: all 300ms ease-in-out;
}
#nav-toggle span:before {
  top: -10px;
}
#nav-toggle span:after {
  bottom: -10px;
}
#nav-toggle.active span {
  background-color: transparent;
}
#nav-toggle.active span:before, #nav-toggle.active span:after {
  top: 0;
}
#nav-toggle.active span:before {
  transform: rotate(45deg);
}
#nav-toggle.active span:after {
  transform: rotate(-45deg);
}

article {
  max-width: 1000px;
  margin: 0 auto;
  padding: 10px;
}


#success {
	margin: 75px 0 0 0;
	
}

.success-area {
	background: #fff;
	text-align: center;
	padding: 20px 0;
}

.success-area h1 {
	font-size: 22px;
	font-family: 'DIN Pro Bold';
}

.success-area h2 {
	font-size: 15px;
}


.success-area h2 {
	font-size: 14px;
}

.success-message__icon {
  max-width: 75px;
}


.icon-checkmark circle {
  fill: #3DC480;
  transform-origin: 50% 50%;
  transform: scale(0);
  transition: transform 200ms cubic-bezier(0.22, 0.96, 0.38, 0.98);
}
.icon-checkmark path {
  transition: stroke-dashoffset 350ms ease;
  transition-delay: 100ms;
}
.active .icon-checkmark circle {
  transform: scale(1);
}

.btn-primary {
	background-color: transparent !important;
	border-color: transparent !important;
}

.btn {
	display: inline-block;
	    padding: 0 !important;
	    margin-bottom: 0;
	    font-size: 13px;
	    font-weight: 400;
	    line-height: 1.42857143;
	    text-align: center;
	    white-space: nowrap;
	    vertical-align: middle;
	    -ms-touch-action: manipulation;
	    touch-action: manipulation;
	    cursor: pointer;
	    -webkit-user-select: none;
	    -moz-user-select: none;
	    -ms-user-select: none;
	    user-select: none;
	    background-image: none;
	    border: 1px solid transparent;
	    border-radius: 4px;
}

.dropdown-menu {
   position: absolute;
   top: 100%;
   left: -75px !important;
   z-index: 1000;
   display: none;
   float: left !important;
   min-width: 130px !important;
   padding: 5px 0 !important;
   margin: 26px 0 0 !important;
   font-size: 14px;
   text-align: left;
   list-style: none;
   background-color: transparent !important;
   -webkit-background-clip: padding-box;
   background-clip: padding-box;
   border: 1px solid #ccc;
   border: 1px solid #c4c4c56b !important;
   border-radius: 0 !important;
	}
	
	.dropdown-menu>li>a:focus, .dropdown-menu>li>a:hover {
		padding-bottom: 0 !important;
		background-color: transparent !important;
	}
 
 .dropdown-menu>li>a {
 	 padding: 0 20px !important;
 	 margin: 5px 0;
 }
 
 .dropdown-menu>li>a:hover {
 	color: #fff !important;
 }

.btn.active.focus, .btn.active:focus, .btn.focus, .btn:active.focus, .btn:active:focus, .btn:focus {
	outline: none !important;
}

.gizlilik {
	margin-bottom: 10px;	
}

.gizlilik a {
	font-size: 13px;
}

 /*Mobile Start*/

 /*DeÃƒâ€žÃ…Â¸iÃƒâ€¦Ã…Â¸tirilecek Hamburger MenÃƒÆ’Ã‚Â¼*/
@media screen and (max-width: 1200px) {
	nav ul{display: none;}
	.nav-mobile {
	  display: block;
	}
	.nav-container {
		display: block;
	}
	.slide-title{
		margin: 0 20px;
	}
	.mobilizer nav ul li a,
	nav ul li a:visited {
	  display: block;
	  padding: 0 20px;
	  line-height: 70px;
	  background: #ffffff;
	  color: #254476;
	  text-decoration: none;
	  border-bottom:  solid 1px #254476;
	}
	.mobilizer nav ul li a:hover,
	nav ul li a:visited:hover {
	  background: ##1c325e;
	  color: #ffffff;
	}
	.mobilizer  nav ul li a:not(:only-child):after,
	.mobilizer  nav ul li a:visited:not(:only-child):after {
	  padding-left: 4px;
	  content: ' ÃƒÂ¢Ã¢â‚¬â€œÃ‚Â¾';
	}
	.mobilizer  nav ul li ul li {
	  min-width: 190px;
	}
	.mobilizer  nav ul li ul li a {
	  padding: 15px;
	  line-height: 20px;
	  font-size: 13px;
	  background: #313131;
	}
}

/*Mobile Phone Start*/
 @media screen and (max-width: 480px) {
	#top .logo{
		/* padding-left:10px; */
	}
	.slide-area{
		padding-top: 40px;
		padding-bottom: 100px;
		padding-left: 10px;
	}
	.arrows{
		padding-left:15px !important; 
		margin-bottom: 65px; 
	}
	.feature-box{
		width: auto !important;
		margin-left: 0;
		margin-bottom: 30px;
	}
	.about{
		width: 100% !important;
		margin-top: 0;
		padding-left: 15px !important;
	}
	.about-image{
		display: none;
	}
	.news{
		width: 100% !important;
		margin-top:30px;
		margin-left: 0;
	}
	#features{
		padding-bottom: 30px;
	}
	.phone{
		display: block;
		text-align: center;
		font-size: 18px;
		margin-bottom: 10px;
	}
	.mail{
		display: block;
		text-align: center;
		font-size: 18px;
		margin-left: 0;
	}	
	.copy span{
		float: left;
		text-align: center;
		width: 100%;
		margin-bottom: 10px;
		margin-top: 10px;
	}
	.copy{
		text-align: center;
	}
	.logo img{
		padding-bottom: 20px;
		max-width: 200px;
	}
	#text-area{
		padding:0;
	}
	#text-area .row .col-md-12 {
	    padding-top: 10px;
	    padding-left: 15px;
	    padding-right: 15px;
	}
	.bread-belt {
	    background: #ffffff40;
	    width: 3%;
	    position: absolute;
	    left: 0;
	    top: 23.5%;
	    height: 57px;
	}
	.bread-title {
	    padding: 0 !important;
	    padding-left: 15px !important;
	}
	.kilometer-title h1{
		text-align: left;
	}
	#kilometer {
	    margin: 30px 0 30px 0;
	    padding-left: 15px;
	    padding-right: 15px;
	}
	#contact-area {
	    margin-top: 15px;
	    margin-left: 15px;
	    margin-right: 15px;
	    margin-bottom:15px;
	}
	#top .top-bar {
	    border-bottom: solid 1px #c4c4c56b;
	    margin-left: 15px;
	    margin-right: 15px;
	}
	.contact-form{
		margin-bottom: 15px;
		padding: 10px 20px !important;
	}
	#contact-area h1{
		margin-top: 10px;
	}
	#contact-area button{
		margin-bottom: 10px;
	}
	.form-group {
	    margin: 40px 0 20px 0 !important;
	}
	.contact-info h1::after {
		left: 25px;
	}
	.contact-item{
		margin-bottom: 0;
	}
	.contact-info h1{
		margin-top: 0;
	}
	#map{
		padding-right: 15px;
		padding-left: 15px;
	}
	#contact-map{
		margin-bottom: 15px;
	}
	.contact-info{
		text-align: left;
		padding: 10px 23px 20px !important;
	}
	.slide-bot{
		padding-left: 15px;
		padding-right: 15px;
	}
	#operation {
		padding: 10px;
	}
	.vcard {
		margin-bottom: 20px;
	}

}

/*Mobile Phone Landscape and Ãƒâ€žÃ‚Â°pad*/
    @media (min-width: 481px) and (max-width: 768px) {
    	#top .logo{
		padding-left:10px; 
	}
	.slide-area{
		padding-top: 40px;
		padding-bottom: 100px;
		padding-left: 10px;
	}
	.arrows{
		padding-left:10px !important; 
		margin-bottom: 65px; 
	}
	.feature-box{
		width: 50% !important;
		margin-left: 0;
		margin-bottom: 30px;
	}
	.about{
		width: 100% !important;
		margin-top: 0;
		padding-left: 15px !important;
	}
	.about-image{
		display: none;
	}
	.news{
		width: 100% !important;
		margin-top:30px;
		margin-left: 0;
	}
	#features{
		padding-bottom: 30px;
	}
	.phone{
		display: block;
		text-align: center;
		font-size: 18px;
		margin-bottom: 10px;
	}
	.mail{
		display: block;
		text-align: center;
		font-size: 18px;
		margin-left: 0;
	}	
	.copy span{
		float: left;
		text-align: center;
		width: 100%;
		margin-bottom: 10px;
		margin-top: 10px;
	}
	.copy{
		text-align: center;
	}
	.logo img{
		padding-bottom: 20px;
		max-width: 200px;
	}
	.feature-box.first-mater{
		padding-left: 10px !important;
		padding-right: 5px !important;
	}
	.feature-box.sec-mater{
		padding-right: 10px !important;
		padding-left: 5px !important;
	}
		#text-area{
		padding:0;
	}
		#text-area .row .col-md-12{
		padding-top: 10px;
	}
	.bread-title{
		padding-left: 40px !important;
	}
	.bread-belt{
		top: 24%;
	}
	.kilometer-title h1{
		text-align: left;
	}
	#kilometer {
    margin: 30px 0 30px 0;
    padding-left: 15px;
    padding-right: 15px;
	}
	#text-area .row .col-md-12 {
	    padding-top: 10px;
	    padding-left: 15px;
	    padding-right: 15px;
	}

}

/*Lansdscape Ãƒâ€žÃ‚Â°pad */
  @media (min-width: 769px) and (max-width: 991px) {
  		#top .logo{
		padding-left:10px; 
	}
	.slide-area{
		padding-top: 40px;
		padding-bottom: 100px;
		padding-left: 10px;
	}
	.arrows{
		padding-left:10px !important; 
		margin-bottom: 55px; 
	}
	.feature-box{
		width: 50% !important;
		margin-left: 0;
		margin-bottom: 20px;
	}
	.about{
		width: 50% !important;
		margin-top: 0;
		padding-left: 15px !important;
		height: 263px;
	}
	.about-image{
		display: none;
	}
	.news{
		width: 100% !important;
		margin-top:20px;
		margin-left: 0;
	}
	#features{
		padding-bottom: 20px;
	}
	.phone{
		display: block;
		text-align: center;
		font-size: 18px;
		margin-bottom: 10px;
	}
	.mail{
		display: block;
		text-align: center;
		font-size: 18px;
		margin-left: 0;
	}	
	.copy span{
		float: left;
		text-align: center;
		width: 100%;
		margin-bottom: 10px;
		margin-top: 10px;
	}
	.copy{
		text-align: center;
	}
	.logo img{
		padding-bottom: 20px;
		max-width: 200px;
	}
		.feature-box.first-mater{
		padding-left: 0px !important;
		padding-right: 10px !important;
	}
	.feature-box.sec-mater{
		padding-right: 0px !important;
		padding-left: 10px !important;
	}
	.about-image {
	    display: block;
	    width: 50% !important;
	    margin-top: 0;
	    height: 263px;
	}
		#text-area{
		padding:0;
	}
		#text-area .row .col-md-12{
		padding-top: 10px;
	}
		.kilometer-title h1{
		text-align: left;
	}
	
  }

 /*Small Size Monitor*/
 @media (min-width: 992px) and (max-width: 1200px) {
	.about-image,.about {
	    height: 216px;
	}
	#features h2 {
	    font-family: 'DIN Pro Bold';
	    color: #13274a;
	    font-size: 25px;
	    padding-top: 10px;
	    padding-bottom: 25px;
	}
	.news{
		height: 216px;
	}
	.news-item {
    	padding: 8px 0;
	}
	#top .logo{
		padding-bottom: 20px;
	}
	#text-area{
		padding: 0;
	}
	.bread-belt {
	    background: #ffffff40;
	    width: 4%;
	    position: absolute;
	    left: 0;
	    top: 25%;
	    height: 50px;
	}
	.kilo-image {
	    padding: 0 !important;
	    top: 100px;
	}
	.kilometer-title h1{
		text-align: left;
	}
	
}


