@font-face {
  font-family: 'icomoon';
  src: url("../fonts/icomoon/icomoon.eot?srf3rx");
  src: url("../fonts/icomoon/icomoon.eot?srf3rx#iefix") format("embedded-opentype"), url("../fonts/icomoon/icomoon.ttf?srf3rx") format("truetype"), url("../fonts/icomoon/icomoon.woff?srf3rx") format("woff"), url("../fonts/icomoon/icomoon.svg?srf3rx#icomoon") format("svg");
  font-weight: normal;
  font-style: normal;
}
/* =======================================================
*
* 	Template Style 
*
* ======================================================= */
body {
  font-family: 'Raleway';
  font-weight: 400;
  font-size: 16px;
  line-height: 1.7;
  color: #828282;
  background: #000000;
}

#page {
  position: fixed;
  background: #000000;
  width: calc(100%);
  height: 100%;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
  
}
.offcanvas #page {
  overflow: hidden;
  position: absolute;
}
.offcanvas #page:after {
  -webkit-transition: 2s;
  -o-transition: 2s;
  transition: 2s;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 101;
  background: rgba(0, 0, 0, 0.7);
  content: "";
}

@media screen and (min-width: 300px) and (max-width: 1024px) {
  #page {
    position: relative;
   width: 100%;
  height: auto;
  }
}

a {
  color: #4c80d6;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
}
a:hover, a:active, a:focus {
  color: #4c80d6;
  outline: none;
  text-decoration: none;
}

p {
  margin-bottom: 20px;
}

h1, h2, h3, h4, h5, h6, figure {
  color: #000;
 
  font-weight: 400;
  margin: 0 0 20px 0;
}

::-webkit-selection {
  color: #fff;
  background: #4c80d6;
}

::-moz-selection {
  color: #fff;
  background: #4c80d6;
}

::selection {
  color: #fff;
  background: #4c80d6;
}

.nav .top-menu {
  position: fixed;
  padding: 0px;
  width: 100%;
  height: 102px;
  background: #3a3a3a;
  z-index: 2;
}

#logo {
  text-align: center;
    position: absolute;
    top: 50%;
    left: 50%;
    text-transform: uppercase;
    -ms-transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
 
}


  

.mtdown { margin-top:23px;  }
.social { margin-top: 30px; margin-right: 40px;  }
.social i { font-size: 21px; margin-left: 10px; cursor: pointer; }
.social i:hover { color: #29639e; }



#menu {
    height: 39px;
    border-radius: 3px;
    margin-left: 0px;
    padding-left: 0px;
   
}   

#menu li{
    list-style: none;
    display: block;
    float: left;
    height: 40px;
    position: relative;
    
}

#menu li a{
    padding: 0px 10px 0px 10px;
    margin: 0px 0;
    line-height: 40px;
    text-decoration: none;
    height: 40px;
    color: #161616;
    font-weight: 600;
    font-size: 12pt;

}




#menu li:hover a{ color: #fff; }
#menu ul{
    background: #f2f5f6; 
    padding: 0px;
    border-bottom: 1px solid #DDDDDD;
    border-right: 1px solid #DDDDDD;
    border-left:1px solid #DDDDDD;
    border-radius: 0px 0px 3px 3px;
 
     z-index: 1002;
     padding: 10px;
}
#menu .site-name,#menu .site-name:hover{
    padding-left: 10px;
    padding-right: 10px;
    color: #FFF;
    text-shadow: 1px 1px 1px #66696B;
    font: italic 20px/38px Georgia, "Times New Roman", Times, serif;
    background: url(images/saaraan.png) no-repeat 10px 5px;
    width: 160px;
    border-right: 1px solid #52BDB5;
}
#menu .site-name a{
    width: 129px;
    overflow:hidden;
}
#menu li.facebook{
    background: url(../images/facebook.png) no-repeat 9px 12px;
}
#menu li.facebook:hover  {
    background: url(../images/facebook.png) no-repeat 9px 12px #3BA39B;
}
#menu li.yahoo{
    background: url(../images/yahoo.png) no-repeat 9px 12px;
}
#menu li.yahoo:hover  {
    background: url(../images/yahoo.png) no-repeat 9px 12px #3BA39B;
}
#menu li.google{
    background: url(../images/google.png) no-repeat 9px 12px;
}
#menu li.google:hover  {
    background: url(../images/google.png) no-repeat 9px 12px #3BA39B;
}
#menu li.twitter{
    background: url(../images/twitter.png) no-repeat 9px 12px;
}
#menu li.twitter:hover  {
    background: url(../images/twitter.png) no-repeat 9px 12px #3BA39B;
}

#menu li:hover{
    background: #4780ba;
}
#menu .has-dropdown:hover a{ color: #fff; }
#menu .has-dropdown:hover .dropdown a{ color: #333; }

#menu li a{
    display: block;
}
#menu ul li {
    border-right:none;
    border-bottom:1px solid #DDDDDD;

    height:39px;
    display: inline-block; 
    white-space: nowrap; 
    width: 100%;  
}
#menu ul li a {
    border-right: none;
    color:#000;
    text-shadow: 1px 1px 1px #FFF;
    border-bottom:1px solid #FFFFFF;
}

#menu ul li:hover a{ color: #333; }

#menu ul li:hover{background:#DFEEF0;}
#menu ul li:last-child { border-bottom: none;}
#menu ul li:last-child a{ border-bottom: none;}
/* Sub menus */
#menu ul{
    display: none;
    visibility:hidden;
    position: absolute;
    top: 40px;
}

/* Third-level menus */
#menu ul ul{
    top: 0px;
    left: 100%;
    display: none;
    visibility:hidden;
    border: 1px solid #DDDDDD;
}
/* Fourth-level menus */
#menu ul ul ul{
    top: 0px;
    left: 100%;
    display: none;
    visibility:hidden;
    border: 1px solid #DDDDDD;
}

#menu ul li{
    display: block;
    visibility:visible;
}
#menu li:hover > ul{
    display: block;
    visibility:visible;
}



#hero {
  min-height: 700px;
  background: #3a3a3a url(../images/gif-6.gif) no-repeat center center;
   -webkit-transition: -webkit-transform 0.5s;
  transition: transform 0.5s;
   overflow: auto;
}
#hero .btn {
  font-size: 24px;
}
#hero .btn.btn-primary {
  padding: 14px 30px !important;
}



#hero .flexslider_iptall {
  border: none;
  z-index: 1;
  margin-bottom: 0;
}
#hero .flexslider_iptall .slides {
  position: relative;
  overflow: hidden;
}
#hero .flexslider_iptall .slides li {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  min-height: 700px;
  position: relative;
}
#hero .flexslider_iptall .slides li:after {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  content: '';
  background: rgba(0, 0, 0, 0.4);
  z-index: 1;
}
#hero .flexslider_iptall .flex-control-nav {
  bottom: 40px;
  z-index: 1000;
}
#hero .flexslider_iptall .flex-control-nav li a {
  background: rgba(255, 255, 255, 0.2);
  box-shadow: none;
  width: 12px;
  height: 12px;
  cursor: pointer;
}
#hero .flexslider_iptall .flex-control-nav li a.flex-active {
  cursor: pointer;
  background: rgba(255, 255, 255, 0.7);
}

#hero .flexslider_iptall .slider-text {
  display: table;
  opacity: 0;
  min-height: 700px;
  z-index: 9;
}
#hero .flexslider_iptall .slider-text > .slider-text-inner {
  display: table-cell;
  vertical-align: middle;
  min-height: 700px;
}
#hero .flexslider_iptall .slider-text > .slider-text-inner h1, #hero .flexslider_iptall .slider-text > .slider-text-inner h2 {
  margin: 0;
  padding: 0;
  color: white;
}
#hero .flexslider_iptall .slider-text > .slider-text-inner h1 {
  margin-bottom: 20px;
  font-size: 50px;
  line-height: 1.3;
  font-weight: 300;
}
@media screen and (max-width: 768px) {
  #hero .flexslider_iptall .slider-text > .slider-text-inner h1 {
    font-size: 30px;
  }
}
#hero .flexslider_iptall .slider-text > .slider-text-inner h2 {
  font-size: 20px;
  line-height: 1.5;
  margin-bottom: 30px;
}
#hero .flexslider_iptall .slider-text > .slider-text-inner .heading-section {
  font-size: 50px;
}
#hero .flexslider_iptall .slider-text > .slider-text-inner .btn {
  padding: 15px 30px;
  color: #fff;
  border: none !important;
  font-size: 18px;
}
#hero .flexslider_iptall .slider-text > .slider-text-inner .btn:hover {
  background: #fff !important;
  color: #000;
  -webkit-box-shadow: 0px 14px 30px -15px rgba(0, 0, 0, 0.75) !important;
  -moz-box-shadow: 0px 14px 30px -15px rgba(0, 0, 0, 0.75) !important;
  box-shadow: 0px 14px 30px -15px rgba(0, 0, 0, 0.75) !important;
}
#hero .flexslider_iptall .slider-text > .slider-text-inner .form-inline .form-group {
  width: 100% !important;
  margin-bottom: 10px;
}
#hero .flexslider_iptall .slider-text > .slider-text-inner .form-inline .form-group .form-control {
  width: 100%;
  background: #fff;
  border: none;
}
#hero .flexslider_iptall .slider-text > .slider-text-inner .lead {
  font-size: 20px;
  color: #fff;
}
#hero .flexslider_iptall .slider-text > .slider-text-inner .lead .icon-heart {
  color: #d9534f;
}

.bg-section {
  background: rgba(0, 0, 0, 0.05);
}

.slidecontrol { width: auto;
    height: auto;
    float: left;
    position: fixed;
    top: 30px;
    right: 20px; cursor: pointer; }
.slidecontrol .owl-prev {     width: 13px;
    height: 13px;
    float: left;
    margin: 5px;
    margin-right: 12px; }
.slidecontrol .owl-next {     width: 13px;
    height: 13px;
    float: left;
    margin: 5px;
     }
.slidecontrol img { width: 100%; height: auto; }


.genisekrankapat {     width: 21px;
    height: 21px;
    float: left;
    position: fixed;
    background: url(../images/kapat.svg) no-repeat;
    top: 30px;
    right: 20px;
    cursor: pointer;
    background-size: 100%; }


.menuico { 

    width: 27px;
    height: 21px;
    background: url(../images/menu-icon.svg) no-repeat;
    position: absolute;
    left: 40px;
    top: 37%;
    -webkit-transition: all 0.2s linear;
    transition: all 0.2s linear;
    cursor: pointer;

}

#yanmenu {
    position: absolute;
    top: 0;
    left: 0;
    visibility: hidden;
    width: 300px;
    height: 100%;
    padding-top: 100px;
    background-color: #3a3a3a;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
    z-index: 1;
    opacity: 1;
    overflow: auto;
    
}


.menu-acik .menuico {
    -ms-transform: rotate(90deg);
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
}


.menu-acik #page {
  -ms-transform: translate(300px, 0);
  -webkit-transform: translate(300px, 0);
  transform: translate(300px, 0);
}


.menu-acik #yanmenu {
         
    transition-property: transform;
    -webkit-transform: translate3d(0, 0, 0);
    -webkit-transition-timing-function: ease-in-out;
    transition-timing-function: ease-in-out;
    -webkit-transition-property: -webkit-transform;
    transform: translate3d(0, 0, 0);
    -webkit-transition-speed: 0.2s;
    transition-speed: 0.2s;
    visibility: visible;
}


#yanmenu ul {
  margin: 0;
}

#yanmenu ul li a {
  padding: 0 40px;
  width: 100%;
  line-height: 60px;
  display: inline-block;
  color: #cccccc;
  text-decoration: none;
}

#yanmenu ul li a:hover,
#yanmenu ul li.current-menu-item a,
#yanmenu ul li.current_page_item a {
  background-color: rgba(0, 0, 0, 0.1);
}

#yanmenu ul li.expandable > a:after {
  content: '[+]';
  float: right;
}

#yanmenu ul li.expandable.expanded > a:after {
  content: '[-]';
}

#yanmenu ul li.expandable.expanded { background-color: rgba(0, 0, 0, 0.2);  }

/* Submenu */

#yanmenu ul li > ul {
  display: none;
  overflow: hidden;
  border-left: 1px solid rgba(0, 0, 0, 0.1);
  margin-left: 40px;
}

#yanmenu ul li > ul li {
  position: relative;
}

#yanmenu ul li > ul li:after {
  content: '';
  position: absolute;
  top: 30px;
  left: 0;
  width: 20px;
  height: 1px;
  background-color: rgba(0, 0, 0, 0.1);
}

#yanmenu ul li > ul li a {
  background-color: transparent !important;
}

.arrowkutu { width: 23px; height: 44px; display: inline-block;  }

.prev { background: url(http://tussesleri.com/site/emkamimarlik/images/prev.svg) no-repeat; background-size: 100%;  }
.prev:hover { background: url(http://tussesleri.com/site/emkamimarlik/images/prev2.svg) no-repeat; background-size: 100%;  }

.next { background: url(http://tussesleri.com/site/emkamimarlik/images/next.svg) no-repeat; background-size: 100%;  }
.next:hover { background: url(http://tussesleri.com/site/emkamimarlik/images/next2.svg) no-repeat; background-size: 100%;  }



/* Responsive */

@media (max-width: 991px) {

  #yanmenu ul li a {
    text-align: center;
  }

  #yanmenu ul li.expandable > a:after {
    float: none;
    margin-left: 5px;
  }

  #yanmenu ul li > ul {
    border-left: none;
    margin-left: 0;
    border-top: 1px solid rgba(0, 0, 0, 0.1);
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  }

  #yanmenu ul li > ul li:after {
    display: none;
  }

  #yanmenu ul li > ul li a {
    opacity: 0.5;
  }

}

#yanmenu ul li > ul li .active { background-color: rgba(0, 0, 0, 0.4) !important; }
#yanmenu ul li .active { background-color: rgba(0, 0, 0, 0.1); }

.social { width: 100%; height:auto; float: left; position: absolute; bottom: 0px; text-align: center; background: #3a3a3a;
    padding-bottom: 20px;  }
.social .box { width: 15%; height: auto; display: inline-block;  }
.social .box i { font-size: 12pt; color: #fff;   }


.contact-info ul {
  padding: 0;
  margin: 0;
}
.contact-info ul li {
  padding: 0 0 0 40px;
  margin: 0 0 30px 0;
  list-style: none;
  position: relative;
}
.contact-info ul li:before {
  color: #4c80d6;
  position: absolute;
  left: 0;
  top: .05em;
  font-family: 'icomoon';
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.contact-info ul li.address:before {
  font-size: 30px;
  content: "\e9d1";
}
.contact-info ul li.phone:before {
  font-size: 23px;
  content: "\e9f4";
}
.contact-info ul li.email:before {
  font-size: 23px;
  content: "\e9da";
}
.contact-info ul li.url:before {
  font-size: 23px;
  content: "\e9af";
}

.features {
  margin-bottom: 3em;
  width: 100%;
  float: left;
}

.heading {
  margin-bottom: 3em;
}
.heading.heading-sm {
  margin-bottom: 2em;
}
.heading h2 {
  font-size: 32px;
  margin-bottom: 20px;
  line-height: 1.5;
  color: #000;
}
.heading p {
  font-size: 18px;
  line-height: 1.5;
  color: #828282;
}
.heading span {
  display: block;
  margin-bottom: 10px;
  text-transform: uppercase;
  font-size: 12px;
  letter-spacing: 2px;
}

.heading_slogan {
  margin-bottom: 0em;
}
.heading_slogan h2 {
  font-size: 32px;
  margin-bottom: 20px;
  line-height: 1.5;
  color: #fff;
}
.heading_slogan p {
  font-size: 18px;
  line-height: 1.5;
  color: #c8c8c8;
}
.heading_slogan span {
  display: block;
  margin-bottom: 10px;
  text-transform: uppercase;
  font-size: 12px;
  letter-spacing: 2px;
}

#map {
  width: 100%;
  height: 500px;
  position: relative;
}
@media screen and (max-width: 768px) {
  #map {
    height: 200px;
  }
}


#offcanvas {
  position: absolute;
  z-index: 1901;
  width: 310px;
  background: #3e64ac;
  top: 0;
  right: 0;
  top: 0;
  bottom: 0;
  padding: 75px 40px 40px 40px;
  overflow-y: auto;
  display: none;
  -moz-transform: translateX(310px);
  -webkit-transform: translateX(310px);
  -ms-transform: translateX(310px);
  -o-transform: translateX(310px);
  transform: translateX(310px);
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
}
@media screen and (max-width: 768px) {
  #offcanvas {
    display: block;
  }
}
.offcanvas #offcanvas {
  -moz-transform: translateX(0px);
  -webkit-transform: translateX(0px);
  -ms-transform: translateX(0px);
  -o-transform: translateX(0px);
  transform: translateX(0px);
}
#offcanvas a {
  color: rgba(255, 255, 255, 0.5);
}
#offcanvas #menu li a{ color: #fff; }
#offcanvas #menu .dropdown a{ color: #000; }
#offcanvas a:hover {
  color: rgba(255, 255, 255, 0.8);
}
#offcanvas ul {
  padding: 0;
  margin: 0;
}
#offcanvas ul li {
  padding: 0;
  margin: 0;
  list-style: none;
  width: 100%;
}
#offcanvas ul li .dropdown li .dropdown { display: none !important; }

#offcanvas ul li a { font-size: 12pt; }
#offcanvas ul li > ul {
  padding-left: 20px;
  display: none;
}
#offcanvas ul li.offcanvas-has-dropdown > a {
  display: block;
  position: relative;
}
#offcanvas ul li.offcanvas-has-dropdown:after {
  position: absolute;
  right: 0px;
  font-family: 'icomoon';
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\e921";
  font-size: 20px;
  color: rgba(255, 255, 255, 0.2);
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
  top: 10px;
}
#offcanvas ul li.offcanvas-has-dropdown.active a:after {
  -webkit-transform: rotate(-180deg);
  -moz-transform: rotate(-180deg);
  -ms-transform: rotate(-180deg);
  -o-transform: rotate(-180deg);
  transform: rotate(-180deg);
}


.baslikkutu .baslik .anabaslik {text-transform: uppercase;}


.uppercase {
  font-size: 14px;
  color: #000;
  margin-bottom: 10px;
  font-weight: 700;
  text-transform: uppercase;
}

.gototop {
  position: fixed;
  bottom: 20px;
  right: 20px;
  z-index: 999;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
}
.gototop.active {
  opacity: 1;
  visibility: visible;
}
.gototop a {
  width: 50px;
  height: 50px;
  display: table;
  background: rgba(0, 0, 0, 0.5);
  color: #fff;
  text-align: center;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  border-radius: 4px;
}
.gototop a i {
  height: 50px;
  display: table-cell;
  vertical-align: middle;
}
.gototop a:hover, .gototop a:active, .gototop a:focus {
  text-decoration: none;
  outline: none;
}

.nav-toggle {
  width: 25px;
  height: 25px;
  cursor: pointer;
  text-decoration: none;
  top: 60px !important;
  display: none;
}
.nav-toggle.active i::before, .nav-toggle.active i::after {
  background: #444;
}
.nav-toggle:hover, .nav-toggle:focus, .nav-toggle:active {
  outline: none;
  border-bottom: none !important;
}
.nav-toggle i {
  position: relative;
  display: inline-block;
  width: 25px;
  height: 2px;
  color: #252525;
  font: bold 14px/.4 Helvetica;
  text-transform: uppercase;
  text-indent: -55px;
  background: #252525;
  transition: all .2s ease-out;
}
.nav-toggle i::before, .nav-toggle i::after {
  content: '';
  width: 25px;
  height: 2px;
  background: #252525;
  position: absolute;
  left: 0;
  transition: all .2s ease-out;
}
.nav-toggle.nav-white > i {
  color: #fff;
  background: #000;
}
.nav-toggle.nav-white > i::before, .nav-toggle.nav-white > i::after {
  background: #000;
}

.nav-toggle i::before {
  top: -7px;
}

.nav-toggle i::after {
  bottom: -7px;
}

.nav-toggle:hover i::before {
  top: -10px;
}

.nav-toggle:hover i::after {
  bottom: -10px;
}

.nav-toggle.active i {
  background: transparent;
}

.nav-toggle.active i::before {
  top: 0;
  -webkit-transform: rotateZ(45deg);
  -moz-transform: rotateZ(45deg);
  -ms-transform: rotateZ(45deg);
  -o-transform: rotateZ(45deg);
  transform: rotateZ(45deg);
  background: #fff;
}

.nav-toggle.active i::after {
  bottom: 0;
  -webkit-transform: rotateZ(-45deg);
  -moz-transform: rotateZ(-45deg);
  -ms-transform: rotateZ(-45deg);
  -o-transform: rotateZ(-45deg);
  transform: rotateZ(-45deg);
  background: #fff;
}

.nav-toggle {
  position: absolute;
  right: 0px;
  top: 65px;
  z-index: 21;
  padding: 6px 0 0 0;
  display: block;
  margin: 0 auto;
  display: none;
  height: 44px;
  width: 44px;
  z-index: 2001;
  border-bottom: none !important;
}
@media screen and (max-width: 768px) {
  .nav-toggle {
    display: block;
  }
}

.btn {
  margin-right: 4px;
  margin-bottom: 4px;
 
  font-size: 16px;
  font-weight: 400;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  border-radius: 5px;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
  padding: 8px 20px;
}
.btn.btn-md {
  padding: 8px 20px !important;
}
.btn.btn-lg {
  padding: 18px 36px !important;
}
.btn:hover, .btn:active, .btn:focus {
  box-shadow: none !important;
  outline: none !important;
}

.btn-primary {
      background: #c5a86a;
    color: #000;
    border: 2px solid #c5a86a;
}
.btn-primary:hover, .btn-primary:focus, .btn-primary:active {
  background: #29639e !important;
  border-color: #29639e !important;
}
.btn-primary.btn-outline {
  background: transparent;
  color: #4c80d6;
  border: 2px solid #4c80d6;
}
.btn-primary.btn-outline:hover, .btn-primary.btn-outline:focus, .btn-primary.btn-outline:active {
  background: #4c80d6;
  color: #fff;
}

.btn-success {
  background: #5cb85c;
  color: #fff;
  border: 2px solid #5cb85c;
}
.btn-success:hover, .btn-success:focus, .btn-success:active {
  background: #4cae4c !important;
  border-color: #4cae4c !important;
}
.btn-success.btn-outline {
  background: transparent;
  color: #5cb85c;
  border: 2px solid #5cb85c;
}
.btn-success.btn-outline:hover, .btn-success.btn-outline:focus, .btn-success.btn-outline:active {
  background: #5cb85c;
  color: #fff;
}

.btn-info {
  background: #5bc0de;
  color: #fff;
  border: 2px solid #5bc0de;
}
.btn-info:hover, .btn-info:focus, .btn-info:active {
  background: #46b8da !important;
  border-color: #46b8da !important;
}
.btn-info.btn-outline {
  background: transparent;
  color: #5bc0de;
  border: 2px solid #5bc0de;
}
.btn-info.btn-outline:hover, .btn-info.btn-outline:focus, .btn-info.btn-outline:active {
  background: #5bc0de;
  color: #fff;
}

.btn-warning {
  background: #f0ad4e;
  color: #fff;
  border: 2px solid #f0ad4e;
}
.btn-warning:hover, .btn-warning:focus, .btn-warning:active {
  background: #eea236 !important;
  border-color: #eea236 !important;
}
.btn-warning.btn-outline {
  background: transparent;
  color: #f0ad4e;
  border: 2px solid #f0ad4e;
}
.btn-warning.btn-outline:hover, .btn-warning.btn-outline:focus, .btn-warning.btn-outline:active {
  background: #f0ad4e;
  color: #fff;
}

.btn-danger {
  background: #d9534f;
  color: #fff;
  border: 2px solid #d9534f;
}
.btn-danger:hover, .btn-danger:focus, .btn-danger:active {
  background: #d43f3a !important;
  border-color: #d43f3a !important;
}
.btn-danger.btn-outline {
  background: transparent;
  color: #d9534f;
  border: 2px solid #d9534f;
}
.btn-danger.btn-outline:hover, .btn-danger.btn-outline:focus, .btn-danger.btn-outline:active {
  background: #d9534f;
  color: #fff;
}

.btn-outline {
  background: none;
  border: 2px solid gray;
  font-size: 16px;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}
.btn-outline:hover, .btn-outline:focus, .btn-outline:active {
  box-shadow: none;
}

.btn.with-arrow {
  position: relative;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}
.btn.with-arrow i {
  visibility: hidden;
  opacity: 0;
  position: absolute;
  right: 0px;
  top: 50%;
  margin-top: -8px;
  -webkit-transition: 0.2s;
  -o-transition: 0.2s;
  transition: 0.2s;
}
.btn.with-arrow:hover {
  padding-right: 50px;
}
.btn.with-arrow:hover i {
  color: #fff;
  right: 18px;
  visibility: visible;
  opacity: 1;
}

.form-control {
    
  background: rgba(0, 0, 0, 0.1);
  border: none;
  box-shadow: none !important;
  border-radius: 0;
  padding: 10px 15px;
  max-width: 100%;
  outline: none;

  height: 54px;
  font-size: 18px;
  font-weight: 300;


}
.form-control:active, .form-control:focus {
  outline: none;
  box-shadow: none;
  border-color: #4c80d6;
}

.row-pb-md {
  padding-bottom: 4em !important;
}

.row-pb-sm {
  padding-bottom: 2em !important;
}

.loader {
  position: fixed;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  z-index: 9999;
  background: #3a3a3a url(../images/gif-6.gif) no-repeat center center;
  background-size: 180px;
}

.js .animate-box {
  opacity: 0;
}

.col-1,
.col-2,
.col-3,
.col-4,
.col-5,
.col-6,
.col-7,
.col-8,
.col-9,
.col-10,
.col-11,
.col-12 {
  position: relative;
  min-height: 1px;
  padding-left: 20px;
  padding-right: 20px;
}

/* Responsive */

@media (min-width: 992px) {

  /* Spacing */

  .container-fluid {
    padding: 80px;
  }

  .desc .row:last-child > div > *:last-child {
    margin-bottom: 0;
  }

  /* Columns */

  .col-1,
  .col-2,
  .col-3,
  .col-4,
  .col-5,
  .col-6,
  .col-7,
  .col-8,
  .col-9,
  .col-10,
  .col-11,
  .col-12 {
    float: left;
  }

  .col-12 {
    width: 100%;
  }

  .col-11 {
    width: 91.66666667%;
  }

  .col-10 {
    width: 83.33333333%;
  }

  .col-9 {
    width: 75%;
  }

  .col-8 {
    width: 66.66666667%;
  }

  .col-7 {
    width: 58.33333333%;
  }

  .col-6 {
    width: 50%;
  }

  .col-5 {
    width: 41.66666667%;
  }

  .col-4 {
    width: 33.33333333%;
  }

  .col-3 {
    width: 25%;
  }

  .col-2 {
    width: 16.66666667%;
  }

  .col-1 {
    width: 8.33333333%;
  }

}

section.sayfalama { padding: 10px; }

@media (max-width: 768px) {

    .menu-1 { display: none; }
}

@media (min-width: 320px) and (max-width: 424px) {

    .nav-toggle {  top: 49px !important; }
 

}


@media (min-width: 424px) and (max-width: 475px) {

    .nav-toggle {     top: 52px !important; }
   
}

@media (max-width: 500px){
   .liste .infobox .image {width: 100% !important;}
   .liste .infobox .desc {width: 100% !important;}
   .social {position: initial !important}
   #icerik {overflow:auto !important;}
   .alt-basliklar {width: 110% !important;}
   .alt-basliklar .altbaslik {margin-right: 10px !important;}
   .alt-basliklar .altbaslik:nth-child(2) {margin-right:0px;}
}