@import url(http://weloveiconfonts.com/api/?family=entypo);

/* entypo */
[class*="entypo-"]:before {
   font-family: "entypo", sans-serif;
}
a { 
   text-decoration: none;
}
ul {
   list-style: none;
   margin: 0;
   padding: 0;
}
.container {
   margin: 0 auto;
   padding: 20px 50px;
   background: white;
}
#sticky-social {
   left: 0;
   position: fixed;
   top: 150px;
   z-index:1000;
}
#sticky-social a {
   background: #333;
   color: #fff;
   display: block;
   height: 35px;
   font: 16px "Open Sans", sans-serif;
   line-height: 35px;
   position: relative;
   text-align: center;
   width: 35px;
}
#sticky-social a span {
   line-height: 35px;
   left: -120px;
   position: absolute;
   text-align:center;
   width:120px;
}
#sticky-social a:hover span {
   left: 100%;
}
#sticky-social a[class*="facebook"],
#sticky-social a[class*="facebook"]:hover,
#sticky-social a[class*="facebook"] span { background: #3b5998; }

#sticky-social a[class*="twitter"],
#sticky-social a[class*="twitter"]:hover,
#sticky-social a[class*="twitter"] span { background: #00aced; }

#sticky-social a[class*="gplus"],
#sticky-social a[class*="gplus"]:hover,
#sticky-social a[class*="gplus"] span { background: #dd4b39; }  

#sticky-social a[class*="linkedin"],
#sticky-social a[class*="linkedin"]:hover,
#sticky-social a[class*="linkedin"] span { background: #007bb6; }  

#sticky-social a[class*="instagrem"],
#sticky-social a[class*="instagrem"]:hover,
#sticky-social a[class*="instagrem"] span { background: #517fa4; }  

#sticky-social a[class*="stumbleupon"],
#sticky-social a[class*="stumbleupon"]:hover,
#sticky-social a[class*="stumbleupon"] span { background: #eb4924; }  

#sticky-social a[class*="pinterest"],
#sticky-social a[class*="pinterest"]:hover,
#sticky-social a[class*="pinterest"] span { background: #cc2127; }  

#sticky-social a[class*="flickr"],
#sticky-social a[class*="flickr"]:hover,
#sticky-social a[class*="flickr"] span { background: #ff0084; }  

#sticky-social a[class*="tumblr"],
#sticky-social a[class*="tumblr"]:hover,
#sticky-social a[class*="tumblr"] span { background: #32506d; }
/* reset css */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
/* Reset Css End */

*{
	font-family:tahoma;
}
.tektek{
	margin-left: 40%;
    background-color: #fd2;
    padding-top: 15px;
    padding-bottom: 15px;
    padding-left: 50px;
    padding-right: 50px;
    border: none;
    color: black;
    font-weight: bolder;
}/* service section */.service_section {  position: relative;  .heading_container {    h2 {      text-transform: none;    }  }  .service_container {    box-shadow: 0 0 15px 5px rgba($color: #000000, $alpha: .15);    padding: 45px 15px;    margin: 0 25px;  }  .box {    margin-top: 45px;    .img-box {      height: 65px;      img {        height: 100%;        filter: brightness(0);        transition: all .3s;      }    }    .detail-box {      margin-top: 15px;      h5 {        font-weight: bold;        text-transform: uppercase;      }      p {}      a {        color: $primary2;        font-weight: 600;        &:hover {          color: $primary1;        }      }    }    &:hover {      .img-box {        img {          filter: brightness(1);        }      }    }  }}/* end service section */
/*Menu */
.menu{
	background-color:#fd2;
	box-shadow: -1px -3px 25px #000;
	text-align:center
	 
}.layout_padding {  padding: 90px 0;}.menuimg{width:20%;}
.menu > ul >li {display:inline-block;}
.menu >ul> li{padding:15px 20px;cursor:pointer;}
.menu >ul> li> a{
	text-decoration:none;
	color:black;
	font-family:tahoma;
	font-weight:bold;
	text-align:center;
}
.menu ul>li#languages>a>img{

    width: 15%;
    margin-right: 3px;

}
.menu >ul> li:hover{
	background-color:#737373;
	color:white;
}
.menu >ul> li:hover> a{
	background-color:#737373;
	color:white;
}
.menu ul li.active{background-color:#737373;}
.menu ul li.active a{color:white; text-shadow: 1px 1px 1px #000;}
/* Dropdown*/
#product:hover ul{
	visibility:visible;
}
#product .active ul{
	visibility:visible;
}
.menu ul>li>ul{
	position: absolute;
    margin-top: 15px;
    background-color: #fd2;
    width: 270px;
    margin-left: -20px;
	visibility:hidden;
}
.menu >ul> li>ul>li{padding:15px 20px;cursor:pointer;}
.menu >ul> li>ul>li> a{
	text-decoration:none;
	color:black;
	font-family:tahoma;
	font-weight:bold;
	text-align:center;
	font-size:12px;
}
.menu >ul> li>ul>li:hover{
	background-color:#737373;
	color:white;	
}
.menu >ul> li>ul>li:hover a{
	background-color:#737373;
	color:white;	
}
#languages:hover ul{
	pointer-events:visible;
	visibility:visible;
}
#languages .active ul{
	visibility:visible;
}
.mobile-menu{
	text-align:center;
	background:#fd2;
	font-family:tahoma;
	font-weight:bolder;
	cursor:pointer;
	padding:10px;
	display:none;
}
.header{
	background-color: #737373;
    text-align: center;
}
.header>img{width:20%;}
/* End *//* about */.about_section .row {  -webkit-box-align: center;      -ms-flex-align: center;          align-items: center;}.about_section .img-box {  position: relative;}.about_section .img-box img {  max-width: 100%;  position: relative;  z-index: 2;}.about_section .img-box iframe {  max-width: 100%;  position: relative;  z-index: 2;}.about_section .img-box::before, .about_section .img-box::after {  content: "";  position: absolute;  top: 50%;  width: 45px;  height: 70%;  background-color: #737373;  z-index: 3;}.about_section .img-box::before {  left: 0;  z-index: 3;  -webkit-transform: translate(-50%, -50%);          transform: translate(-50%, -50%);}.about_section .img-box::after {  right: 0;  z-index: 1;  -webkit-transform: translate(50%, -50%);          transform: translate(50%, -50%);}.about_section .detail-box p {  color: #1f1f1f;  margin-top: 15px;}.about_section .detail-box a {  display: inline-block;  padding: 10px 45px;  background-color: #f07b26;  color: #ffffff;  border-radius: 0px;  -webkit-transition: all .3s;  transition: all .3s;  border: none;  margin-top: 15px;}.about_section .detail-box a:hover {  background-color: #bc570d;}/*end about*//* about timeline*/@media (min-width: 1000px) {  #timeline .demo-card:nth-child(even) .head::after, #timeline .demo-card:nth-child(odd) .head::after {    position: absolute;    content: "";    width: 0;    height: 0;    border-top: 15px solid transparent;    border-bottom: 15px solid transparent;  }  #timeline .demo-card:nth-child(even) .head::before, #timeline .demo-card:nth-child(odd) .head::before {    position: absolute;    content: "";    width: 9px;    height: 9px;    background-color: #bdbdbd;    border-radius: 9px;    box-shadow: 0px 0px 2px 8px #f7f7f7;  }}/* Some Cool Stuff */.demo-card:nth-child(1) {  order: 1;}.demo-card:nth-child(2) {  order: 4;}.demo-card:nth-child(3) {  order: 2;}.demo-card:nth-child(4) {  order: 5;}.demo-card:nth-child(5) {  order: 3;}.demo-card:nth-child(6) {  order: 6;}#timeline {  padding: 100px 0;}#timeline h1 {  text-align: center;  font-size: 3rem;  font-weight: 200;  margin-bottom: 20px;}#timeline p.leader {  text-align: center;  max-width: 90%;  margin: auto;  margin-bottom: 45px;}#timeline .demo-card-wrapper {  position: relative;  margin: auto;}@media (min-width: 1000px) {  #timeline .demo-card-wrapper {    display: flex;    flex-flow: column wrap;    width: 1170px;    height: 2250px;    margin: 0 auto;  }}#timeline .demo-card-wrapper::after {  z-index: 1;  content: "";  position: absolute;  top: 0;  bottom: 0;  left: 50%;  border-left: 1px solid rgba(191, 191, 191, 0.4);}@media (min-width: 1000px) {  #timeline .demo-card-wrapper::after {    border-left: 1px solid #bdbdbd;  }}#timeline .demo-card {  position: relative;  display: block;  margin: 10px auto 80px;  max-width: 94%;  z-index: 2;}@media (min-width: 480px) {  #timeline .demo-card {    max-width: 60%;    box-shadow: 0px 1px 22px 4px rgba(0, 0, 0, 0.07);  }}@media (min-width: 720px) {  #timeline .demo-card {    max-width: 40%;  }}@media (min-width: 1000px) {  #timeline .demo-card {    max-width: 450px;    height: 400px;    margin: 90px;    margin-top: 45px;    margin-bottom: 45px;  }  #timeline .demo-card:nth-child(odd) {    margin-right: 45px;  }  #timeline .demo-card:nth-child(odd) .head::after {    border-left-width: 15px;    border-left-style: solid;    left: 100%;  }  #timeline .demo-card:nth-child(odd) .head::before {    left: 491.5px;  }  #timeline .demo-card:nth-child(even) {    margin-left: 45px;  }  #timeline .demo-card:nth-child(even) .head::after {    border-right-width: 15px;    border-right-style: solid;    right: 100%;  }  #timeline .demo-card:nth-child(even) .head::before {    right: 489.5px;  }  #timeline .demo-card:nth-child(2) {    margin-top: 180px;  }    #timeline .demo-card--step4 {	  margin-top:285px;  }  #timeline .demo-card--step5 {	  margin-top:342px;  }  #timeline .demo-card--step6 {	  margin-top:182px;  }   }#timeline .demo-card .head {  position: relative;  display: flex;  align-items: center;  color: #fff;  font-weight: 400;}#timeline .demo-card .head .number-box {  display: inline;  float: left;  margin: 15px;  padding: 10px;  font-size: 35px;  line-height: 35px;  font-weight: 600;  background: rgba(0, 0, 0, 0.17);}#timeline .demo-card .head h2 {  text-transform: uppercase;  font-size: 1.3rem;  font-weight: inherit;  letter-spacing: 2px;  margin: 0;  padding-bottom: 6px;  line-height: 1rem;}@media (min-width: 480px) {  #timeline .demo-card .head h2 {    font-size: 135%;    line-height: 1.2rem;  }}#timeline .demo-card .head h2 span {  display: block;  font-size: 0.6rem;  margin: 0;}@media (min-width: 480px) {  #timeline .demo-card .head h2 span {    font-size: 0.8rem;  }}#timeline .demo-card .body {  background: #fff;  border: 1px solid rgba(191, 191, 191, 0.4);  border-top: 0;  padding: 15px;}@media (min-width: 1000px) {  #timeline .demo-card .body {    height: 365px;  }  #timeline .demo-card .rdtr {    height: 595px;  }  #timeline .demo-card .emr05v1{	height:510px;  }  #timeline .demo-card .emr05v0{	height:660px;  }  #timeline .demo-card .plus-tm{	height:700px;  }  #timeline .demo-card .inj-tm{	height:570px;  }  }#timeline .demo-card .body p {  font-size: 14px;  line-height: 18px;  margin-bottom: 15px;}#timeline .demo-card .body img {  display: block;  width: 100%;}#timeline .demo-card--step1 {  background-color: #6b6b6c;}#timeline .demo-card--step1 .head::after {  border-color: #6b6b6c;}#timeline .demo-card--step2 {  background-color: #6b6b6c;}#timeline .demo-card--step2 .head::after {  border-color: #6b6b6c;}#timeline .demo-card--step3 {  background-color: #6b6b6c;}#timeline .demo-card--step3 .head::after {  border-color: #6b6b6c;}#timeline .demo-card--step4 {  background-color: #6b6b6c;}#timeline .demo-card--step4 .head::after {  border-color: #6b6b6c;}#timeline .demo-card--step5 {  background-color: #6b6b6c;}#timeline .demo-card--step5 .head::after {  border-color: #6b6b6c;}#timeline .demo-card--step6 {  background-color: #6b6b6c;}#timeline .demo-card--step6 .head::after {  border-color: #6b6b6c;}/* timeline end *//* why us section */.why_us_section {  .why_us_container {    .box {      display: flex;      align-items: flex-start;      margin-top: 45px;      .img-box {        background-color:#737373;        display: flex;        justify-content: center;        align-items: center;        width: 175px;        min-width: 175px;        height: 125px;        margin-right: 25px;        padding-right: 25px;        clip-path: polygon(0 0, 85% 0, 85% 35%, 100% 50%, 85% 65%, 85% 100%, 0 100%);        transition: all .3s;        img {          width: 45px;        }      }      .detail-box {        h5 {          font-weight: bold;        }      }      &:hover {        .img-box {          background-color:#fd2;        }      }    }  }  .btn-box {    display: flex;    justify-content: center;    margin-top: 45px;    a {      @include hero_btn($primary1, $white, 8px, 25px, 0);    }  }}/* end why us section *//* footer section*/.site-footer{  background-color:#26272b;  padding:35px 0 20px;  font-size:15px;  line-height:24px;  color:#737373;}.site-footer .container{background-color:#26272b;}.site-footer hr{  border-top-color:#bbb;  opacity:0.5}.site-footer hr.small{  margin:20px 0}.site-footer h6{  color:#fff;  font-size:16px;  text-transform:uppercase;  margin-top:5px;  letter-spacing:2px;  text-align:left;   }.site-footer a{  color:#737373;  text-align:left;}.site-footer a:hover{  color:#3366cc;  text-decoration:none;}.footer-links{  padding-left:0;  list-style:none;  text-align:left;}.footer-links li{  display:block}.footer-links a{  color:#737373}.footer-links a:active,.footer-links a:focus,.footer-links a:hover{  color:#3366cc;  text-decoration:none;}.footer-links.inline li{  display:inline-block}.social-icons{  text-align:right;  }.social-icons a{  width:40px;  height:40px;  line-height:40px;  margin-left:6px;  margin-right:0;  border-radius:100%;  background-color:#33353d}.copyright-text{  margin:0;  text-align:left;}/* end footer *//* service section*/.service_section {  position: relative;}.service_section .heading_container h2 {  text-transform: none;}.service_section .service_container {  -webkit-box-shadow: 0 0 15px 5px rgba(0, 0, 0, 0.15);          box-shadow: 0 0 15px 5px rgba(0, 0, 0, 0.15);  padding: 45px 15px;  margin: 0 25px;}.service_section .box {  margin-top: 45px;}.service_section .box .img-box {  height: 65px;}.service_section .box .img-box img {  height: 100%;  -webkit-filter: brightness(0);          filter: brightness(0);  -webkit-transition: all .3s;  transition: all .3s;}.service_section .box .detail-box {  margin-top: 15px;}.service_section .box .detail-box h5 {  font-weight: bold;  text-transform: uppercase;}.service_section .box .detail-box a {  color: #252525;  font-weight: 600;}.service_section .box .detail-box a:hover {  color: #f07b26;}.service_section .box:hover .img-box img {  -webkit-filter: brightness(1);          filter: brightness(1);}/*end service section*/.prolink{	text-decoration:none;	color:white;	}.prolink:hover{	color:white;	text-decoration:none;	font-size:x-larger;}.prolink:active{	color:white;	text-decoration:none;	font-size:x-larger;}.procon{	    background-size: cover;    height: 200px;    width: 100%;    margin:10% 2%;		transition: background-size  .5s;}.procon>h2{	float:right;	margin-right:1%;	margin-top:5%;	font-size:16px;	}.procon>h2:hover{font-size:x-larger;}.procon:hover{	background-size:120%;	font:bolder;		font-size:x-larger;	}.prophead{margin-top:30px;}.procard img{ width:30%;}.procard h5{	margin-top:10px;}.procontent{	margin-top:50px;}.cmbn{	width:100%;	float:left;}.cmbni{	display:inline-grid;	float:left;	margin-left:15%;}.cmbni img{width:350px;}.proimg img{width:400px;}
/* Homepage İntro*/
#slide1{
	background-image: url("../images/1.jpg");
	background-size:cover;
	background-attachment:fixed;
	height:300px;
	overflow:hidden;
	display:none;
	text-align:center;
	font-family:tahoma;
	text-shadow:1px 1px 1px #000;
	font-weight:bolder;
}
#slide1 h1{
	margin-top: 110px;
    color: #fff;
    font-size: 20px;
}
#slide1 p{
	color: #fff;
    padding-top: 3px;
    font-size: 12px;
}
#slide{
	background-image: url("../images/1.jpg");
	background-size:cover;
	background-attachment:fixed;
	height:500px;
	overflow:hidden;	margin-top:-1%;
}

.altdiv
{
     float:left;
}
.altdiv img{width:80%;padding-right: 10%;opacity:0}
.altdiv h1{
	color:white;
	font-weight:bolder;
	font-size: 33px;
	text-shadow: 1px 1px 1px #000;
	font-family:tahoma;
}
.altdiv p{
	color:white;
	font-size: 20px;
    padding-top: 10px;
	font-family:tahoma;
	text-shadow: 1px 1px 1px #000;
}
.slidetext {
    width: 40%;
}
.slidetext div {
    padding-left: 10%;
    padding-top: 100%;
}
.slideimg {
    width: 60%;
    text-align: right;
}
.title{
    background-color: #fd2;
    color: black;
    font-weight: bolder;
    padding: 25px;
    text-align: center;
    text-shadow: 1px 1px 1px;
    font-size: 45px;
    font-family: tahoma;
    box-shadow: -1px -5px 15px #000;
}
.downpipe{
	TEXT-ALIGN: CENTER;
    padding: 1px;
    font-family: arial;
    font-weight: bolder;
    font-size: 70px;
}
/* End */
/*About İntro*/
#about_intro{
	background-image: url("../images/about-banner.png");
	background-size:cover;
	background-attachment:fixed;
	height:300px;
	overflow:hidden;
	font-family:tahoma;
	font-weight:bolder;
	text-shadow: 1px 1px 1px #000;
	text-align:center;		margin-top: -1%;
}
#about_intro h1{
	margin-top:120px;
	font-size:45px;
	color: white;
}
#about_intro p{
	padding-top: 7px;
	color:#fff;
	font-size:20px;
}
/*End*/
/*emr98 İntro*/
#emr98_intro{
	background-image: url("../images/dpfalarm.jpg");
	background-size:cover;
	background-attachment:fixed;
	height:300px;
	overflow:hidden;
	font-family:tahoma;
	font-weight:bolder;
	text-shadow: 1px 1px 1px #000;
	text-align:center;		margin-top:-1%;
}
#emr98_intro h1{
	margin-top:120px;
	font-size:45px;
	color: white;
}
#emr98_intro p{
	padding-top: 7px;
	color:#fff;
	font-size:20px;
}
/*End*/
/*emr05p İntro*/
#emr05p_intro{
	background-image: url("../images/torpido.jpg");
	background-size:cover;
	background-attachment:fixed;
	height:300px;
	overflow:hidden;
	font-family:tahoma;
	font-weight:bolder;
	text-shadow: 1px 1px 1px #000;
	text-align:center;	margin-top:-1%;
}
#emr05p_intro h1{
	margin-top:120px;
	font-size:45px;
	color: #fff;
}
#emr05p_intro p{
	padding-top: 7px;
	color:#fff;
	font-size:20px;
}
/*End*//*partsws İntro*/#partsws_intro{	background-image: url("../images/tlpw.png");	background-size:cover;	background-attachment:fixed;	height:300px;	overflow:hidden;	font-family:tahoma;	font-weight:bolder;	text-shadow: 1px 1px 1px #000;	text-align:center;	margin-top:-1%;}#partsws_intro h1{	margin-top:120px;	font-size:45px;	color: #fff;}#partsws_intro p{	padding-top: 7px;	color:#fff;	font-size:20px;}/*End*//*pinj İntro*/#pinj_intro{	background-image: url("../images/pinban.jpg");	background-size:cover;	background-attachment:fixed;	height:300px;	overflow:hidden;	font-family:tahoma;	font-weight:bolder;	text-shadow: 1px 1px 1px #000;	text-align:center;	margin-top:-1%;}#pinj_intro h1{	margin-top:120px;	font-size:45px;	color: #fff;}#pinj_intro p{	padding-top: 7px;	color:#fff;	font-size:20px;}/*End*//*faq İntro*/#faq_intro{	background-image: url("../images/faq-banner.jpeg");	background-size:cover;	background-attachment:fixed;	height:300px;	overflow:hidden;	font-family:tahoma;	font-weight:bolder;	text-shadow: 1px 1px 1px #000;	text-align:center;	}#faq_intro h1{	margin-top:120px;	font-size:45px;	color: #fff;}#faq_intro p{	padding-top: 7px;	color:#fff;	font-size:20px;}/*End*/
/*contact İntro*/
#contact_intro{
	background-image: url(../images/contact.jpg);
	background-size:cover;
	background-attachment:fixed;
	height:300px;
	overflow:hidden;
	font-family:tahoma;
	font-weight:bolder;
	text-shadow: 1px 1px 1px #000;
	text-align:center;		margin-top:-1%;
}
#contact_intro h1{
	margin-top:120px;
	font-size:45px;
	color: white;	
}
#contact_intro p{
	padding-top: 7px;
	color:#fff;
	font-size:20px;
}
/*End*//* faq */.faq-nav {  flex-direction: column;  margin: 0 0 32px;  border-radius: 2px;  border: 1px solid #ddd;  box-shadow: 0 1px 5px rgba(85, 85, 85, 0.15);  font-family:tahoma;}.faq-nav .nav-link {  position: relative;  display: block;  margin: 0;  padding: 13px 16px;  background-color: #fff;  border: 0;  border-bottom: 1px solid #ddd;  border-radius: 0;  color: #616161;  transition: background-color 0.2s ease;}.faq-nav .nav-link:hover {  background-color: #f6f6f6;}.faq-nav .nav-link.active {  background-color: #f6f6f6;  font-weight: 700;  color: rgba(0, 0, 0, 0.87);}.faq-nav .nav-link:last-of-type {  border-bottom-left-radius: 2px;  border-bottom-right-radius: 2px;  border-bottom: 0;}.faq-nav .nav-link i.mdi {  margin-right: 5px;  font-size: 18px;  position: relative;}.tab-content {  box-shadow: 0 1px 5px rgba(85, 85, 85, 0.15);   font-family:tahoma;}.tab-content .card {  border-radius: 0;}.tab-content .card-header {  padding: 15px 16px;  border-radius: 0;  background-color: #f6f6f6;}.tab-content .card-header h5 {  margin: 0;}.tab-content .card-header h5 button {  display: block;  width: 100%;  padding: 0;  border: 0;  font-weight: 700;  color: rgba(0, 0, 0, 0.87);  text-align: left;  white-space: normal;}.tab-content .card-header h5 button:hover, .tab-content .card-header h5 button:focus, .tab-content .card-header h5 button:active, .tab-content .card-header h5 button:hover:active {  text-decoration: none;}.tab-content .card-body p {  color: #616161;}.tab-content .card-body p:last-of-type {  margin: 0;}.accordion > .card:not(:first-child) {  border-top: 0;}.collapse.show .card-body {  border-bottom: 1px solid rgba(0, 0, 0, 0.125);}/* end faq*/
/*Main */
	.mainban{
		padding:0px 100px;
	
		text-align: center;
		
	}

.main{padding: 0px 100px; overflow:hidden}
.main>div{
	float:left;
}
#main{
	padding-bottom:90px
}
.main-column{width:60%;padding-top: 90px;}
.main-column h1{
	font-family: tahoma;
    font-size: 45px;
    font-weight: bolder;
}

.main-column2{width:40%}
.main-column2 img{
	width: 80%;
    padding-left: 110px;
}
#about_photo img{padding-top:90px}
.main-column  p{
	padding-top: 70px;
    font-family: tahoma;
    text-indent: 20px;
    line-height: 1.5;
}
#main{padding-bottom:60px;}
#main p{padding-bottom: 70px;}
.teknik{
	font-family: tahoma;
    list-style: circle;
	margin-left:30px!important;
}
.teknik li{padding-bottom:2px}
.psifirla{text-indent:0px!important}

/* End */
/*galeri*/
.container.gallery-container {    background-color: #fff;    color: #35373a;    min-height: 100vh;    padding: 30px 50px;}.gallery-container h1 {    text-align: center;    margin-top: 50px;    font-family: 'Droid Sans', sans-serif;    font-weight: bold;}.gallery-container p.page-description {    text-align: center;    margin: 25px auto;    font-size: 18px;    color: #999;}.tz-gallery {    padding: 40px;}/* Override bootstrap column paddings */.tz-gallery .row > div {    padding: 2px;}.tz-gallery .lightbox img {    width: 100%;    border-radius: 0;    position: relative;}.tz-gallery .lightbox:before {    position: absolute;    top: 50%;    left: 50%;    margin-top: -13px;    margin-left: -13px;    opacity: 0;    color: #fff;    font-size: 26px;    font-family: 'Glyphicons Halflings';    content: '\e003';    pointer-events: none;    z-index: 9000;    transition: 0.4s;}.tz-gallery .lightbox:after {    position: absolute;    top: 0;    left: 0;    width: 100%;    height: 100%;    opacity: 0;    background-color: rgba(46, 132, 206, 0.7);    content: '';    transition: 0.4s;}.tz-gallery .lightbox:hover:after,.tz-gallery .lightbox:hover:before {    opacity: 1;}.baguetteBox-button {    background-color: transparent !important;}
/*End*/
/*Footer*/
footer{
	text-align:center;
	background-color:darkcyan;
	color:white;
	font-weight:bolder;
	padding:25px;
	font-family:tahoma;
}
.footer-info{
	background:darkcyan;
	color:white;
	font-family:tahoma;
	color:white;
	font-weight:bolder;
	text-align:center;
	padding:25px;
	visibility:hidden;
}
.footer-info i{
	font-size: 20px;
    margin-right: 10px;
    text-shadow: 1px 1px 1px #000;
}
.footer-info a{
	text-decoration:none;
	color:white;
	cursor: pointer;
	text-shadow: 1px 1px 1px #000;
}
.footer-info a:hover{
	color:#fd2;
	
}

.google-maps {
    position: relative;
    padding-bottom: 30%; 
    height: 0;
    overflow: hidden;
}
.google-maps iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100% !important;
    height: 100% !important;
}
/*End*/

/* İframes */
.js-video {
  height: 0;
    padding-top: 198px;
    padding-bottom: 40.5%;
  position: relative;
  overflow: hidden;
}
.js-video.widescreen {
  padding-bottom: 56.34%;
}

.js-video.vimeo {
  padding-top: 0;
}
.js-video embed, .js-video iframe, .js-video object, .js-video video {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  position: absolute;
}
.video-container {
	position:relative;
	padding-bottom:56.25%;
	padding-top:30px;
	height:0;
	overflow:hidden;
}

.video-container iframe, .video-container object, .video-container embed {
	position:absolute;
	top:0;
	left:0;
	width:100%;
	height:100%;
}
/* İframes End */

/*Media Css*/
@media (max-width:700px){
	.cmbn img{width:100%!important}
		.mainban img{
		width:100%;
	}
	.proimg img{width:100%;}
	.cmbni img{width:100%}
	.prophead h2{font-size:20px;}
	.mobile-menu{display:block}
	.menu ul li{display:block}
	.menu ul li{border-bottom:1px solid #000}
	.menu ul{display:none}
	.menu ul>li>ul{
		width:100%;
		display:block;
		visibility:hidden;
		}
		
	/*Main */
	.main{padding: 0px 50px; overflow:hidden}
	.main>div{
		float:none;
	}
	#main{
		padding-bottom:90px
	}
	.main-column{width:100%;padding-top: 90px;}
	.main-column h1{
		font-family: tahoma;
		font-size: 20px;
		font-weight: bolder;
	}
	.main-column2{width:100%}
	.main-column2 img{
		width: 100%;
		padding-left: 0px;
	}
	#about_photo img{padding-top:90px}
	.main-column  p{
		padding-top: 70px;
		font-family: tahoma;
		text-indent: 10px;
		line-height: 1.7;
	}
	#main{padding-bottom:60px;}
	#main p{padding-bottom: 0px;}
	.p-youtube{padding-bottom: 40px!important;}
	/* End */
	#slide{margin-top: -1%;display:none; }
	#slide1{display:block; background-attachment:initial;}
	#contact_intro{background-attachment:initial}
	#about_intro{background-attachment:initial}
	#emr05p_intro{background-attachment:initial}
	#emr98_intro{background-attachment:initial}
	#slide1 h1{font-size:35px}
	#slide1 p{font-size:15px}
	.title{font-size:25px}
	.header img{width:50%;}
	#emr98_intro p {
    padding-top: 7px;
    color: #fff;
    font-size: 15px;
}
	#emr98_intro h1 {
    margin-top: 120px;
    font-size: 25px;
    color: #2fd053;
}
	
}
@media (min-width:700px){
	.menu ul{display:block!important}
	
}
@media (min-width:1400px){
	.altdiv img{width:77%;}
}
/*Estilos generales del boton whatsapp*/
.whatsapp-btn {
  position: fixed;
  bottom: 20px;
  right: 20px;
  z-index: 9999;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  background-color: #25D366;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.3);
  animation: breathe 2s ease-in-out infinite;
}

.floating_btn {
  position: fixed;
  bottom: 30px;
  right: 30px;
  width: 100px;
  height: 100px;
  display: flex;
  flex-direction: column;
  align-items:center;
  justify-content:center;
  z-index: 1000;
}
.floating_btn a{text-decoration:none;}
@keyframes pulsing {
  to {
    box-shadow: 0 0 0 30px rgba(232, 76, 61, 0);
  }
}

.contact_icon {
  background-color: #42db87;
  color: #fff;
  width: 60px;
  height: 60px;
  font-size:30px;
  border-radius: 50px;
  text-align: center;
  box-shadow: 2px 2px 3px #999;
  display: flex;
  align-items: center;
  justify-content: center;
  transform: translatey(0px);
  animation: pulse 1.5s infinite;
  box-shadow: 0 0 0 0 #42db87;
  -webkit-animation: pulsing 1.25s infinite cubic-bezier(0.66, 0, 0, 1);
  -moz-animation: pulsing 1.25s infinite cubic-bezier(0.66, 0, 0, 1);
  -ms-animation: pulsing 1.25s infinite cubic-bezier(0.66, 0, 0, 1);
  animation: pulsing 1.25s infinite cubic-bezier(0.66, 0, 0, 1);
  font-weight: normal;
  font-family: sans-serif;
  text-decoration: none !important;
  transition: all 300ms ease-in-out;
}


.text_icon {
  margin-top: 8px;
  color:black;
  font-size: 13px;
}
