<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "utf-8";


@import url(http://fonts.googleapis.com/css?family=Open+Sans:300,300italic,400,400italic,600,600italic,700,700italic,800,800italic);
@import url(http://fonts.googleapis.com/css?family=Oswald:300,400,700);
@import url(http://fonts.googleapis.com/css?family=Roboto:100,100italic,300,300italic,400,400italic,500,500italic,700,700italic,900,900italic);
@import url(https://fonts.googleapis.com/css?family=Open+Sans+Condensed:300,700);
@import url(https://fonts.googleapis.com/css?family=Bad+Script);
@import url(https://fonts.googleapis.com/css?family=Josefin+Sans:400,700,600);

.clearfix:after{content:" ";display:block;height:0;font-size:0;clear:both;visibility:hidden;}
.clearfix {display:inline-block;}

* html .clearfix {height:1%;}
.clearfix {display:block;}

button { border:none; }

.fl{float:left}
.fr{float:right}
.hidden{display:none}
.exists{display:block}
.relative{position:relative}
.pointer{cursor:pointer}
.txtCenter{text-align:center;}
.clear{ clear:both; }
.inline{ display:inline; }
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;
}

html, body {
height: 100%;
}

body {
line-height: 1;
font-family: Arial,Helvetica,sans-serif;
}

article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
display: block;
}

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;
}

*:focus {
outline: none;
}

/* remove dotted outline from links, button and input element */
a:focus, a:active,
button::-moz-focus-inner,
input[type="reset"]::-moz-focus-inner,
input[type="button"]::-moz-focus-inner,
input[type="submit"]::-moz-focus-inner {
border: 0;
outline: 0;
}


/* supersized */
img { border: none; }
#supersized-loader { position: absolute; top: 50%; left: 50%; width: 60px; height: 60px; margin: -30px 0 0 -30px; text-indent: -999em; background: none; z-index: -1; }
#supersized { display: block; position: fixed; left: 0; top: 0; overflow: hidden; height: 100%; width: 100%; z-index: -999; }
#supersized img { width: auto; height: auto; position: relative; display: none; outline: none; border: none; }
#supersized.speed img { -ms-interpolation-mode: nearest-neighbor; image-rendering: -moz-crisp-edges; } /* Speed */
#supersized.quality img { -ms-interpolation-mode: bicubic; image-rendering: optimizeQuality; }         /* Quality */
#supersized li { display: block; list-style: none; position: fixed; overflow: hidden; top: 0; left: 0; width: 100%; height: 100%; background: none; z-index: -30; }
#supersized a { width: 100%; height: 100%; display: block; }
#supersized li.prevslide { z-index: -20; }
#supersized li.activeslide { z-index: -10; }
#supersized li.image-loading { background: none; width: 100%; height: 100%; }
#supersized li.image-loading img { visibility: hidden; }
#supersized li.prevslide img, #supersized li.activeslide img { display: inline; }


/* layout */
body {
font-family: Arial, 'Helvetica Neue', Helvetica, sans-serif;
font-size: 13px;
line-height: 1.5;
font-style: normal;
font-weight: 400;
text-align: center;
color: #fff;
background: #000;
-webkit-font-smoothing: antialiased;
-webkit-text-size-adjust: 100%;
width: 100%;
height: 100%;
}
/* sosyal ag baslar*/



/* sosyal ag bitter*/
.hizmet-bolum {
  width: 600px;
  height: 150px;
  position: fixed;
  top: 55%;
  left: 0;
  bottom:0;
  right: 0;
  margin: auto;
}
.hizmet-bolum .square {
  width: 120px;
  height: 120px;
  position: absolute;
  border-radius: 100px;
  color: white;
  border: 2px solid #ddd;
  display: table;
  cursor: pointer;
  -moz-transition: ease 0.5s all;
  -o-transition: ease 0.5s all;
  -webkit-transition: ease 0.5s all;
  transition: ease 0.5s all;

}
.hizmet-bolum .square.tanitim-filmi:hover {
  background-image: url('../images/tanitim-filmi.jpg');
  background-repeat: no-repeat;
  background-size:cover;

  -webkit-transform: scale(1.5);
  -ms-transform: scale(1.5);
  transform: scale(1.5);
-webkit-box-shadow: inset 0px 0px 5px 6px rgba(250,247,250,0.43);
-moz-box-shadow: inset 0px 0px 5px 6px rgba(250,247,250,0.43);
box-shadow: inset 0px 0px 5px 6px rgba(250,247,250,0.43);
border:1px solid #fff;


}
.hizmet-bolum .square.referans:hover {
  background-image: url('../images/referans.jpg');
  background-repeat: no-repeat;
  background-size:cover;

  -webkit-transform: scale(1.5);
  -ms-transform: scale(1.5);
  transform: scale(1.5);
-webkit-box-shadow: inset 0px 0px 5px 6px rgba(250,247,250,0.43);
-moz-box-shadow: inset 0px 0px 5px 6px rgba(250,247,250,0.43);
box-shadow: inset 0px 0px 5px 6px rgba(250,247,250,0.43);
border:1px solid #fff;


}
.hizmet-bolum .square.urun:hover {
  background-image: url('../images/urun.jpg');
  background-repeat: no-repeat;
  background-size:cover;

  -webkit-transform: scale(1.5);
  -ms-transform: scale(1.5);
  transform: scale(1.5);
-webkit-box-shadow: inset 0px 0px 5px 6px rgba(250,247,250,0.43);
-moz-box-shadow: inset 0px 0px 5px 6px rgba(250,247,250,0.43);
box-shadow: inset 0px 0px 5px 6px rgba(250,247,250,0.43);
border:1px solid #fff;


}
.hizmet-bolum .square.cevre:hover {
  background-image: url('../images/cevre.jpg');
  background-repeat: no-repeat;
  background-size:cover;

  -webkit-transform: scale(1.5);
  -ms-transform: scale(1.5);
  transform: scale(1.5);
-webkit-box-shadow: inset 0px 0px 5px 6px rgba(250,247,250,0.43);
-moz-box-shadow: inset 0px 0px 5px 6px rgba(250,247,250,0.43);
box-shadow: inset 0px 0px 5px 6px rgba(250,247,250,0.43);
border:1px solid #fff;


}

.hizmet-bolum .square a:hover {
  opacity: 0;

}


.hizmet-bolum .square a {
  color:rgba(255, 255,255,0.8);
  font-size: 16px;
  text-decoration: none;
  display: table-cell;
  vertical-align: middle;
  text-align: center;

}
.hizmet-bolum .square:nth-child(1) {
  top: 0;
  left: 0;
}
.hizmet-bolum .square:nth-child(2) {
  top: 0;
  left: 150px;
}
.hizmet-bolum .square:nth-child(3) {
  left: 300px;
  top: 0;
}
.hizmet-bolum .square:nth-child(4) {
  left: 450px;
  top: 0;
}


.highlight {
  background: white;
  color: black !important;
}



#intro-top-line {
background: url(../images/intro-top-line.png) no-repeat right;
width: auto;
height: 40px;
}

#intro-top {
font-family: 'Oswald', sans-serif;
font-size: 25px;
line-height: 1;
font-style: normal;
font-weight: 400;
letter-spacing: normal;
text-transform: none;
text-align: left;
color: #fff;
margin: 0 auto;
padding: 7px 0 0 0;
}

#intro-bottom-line {
background: url(../images/intro-bottom-line.png) no-repeat left;
width: auto;
height: 40px;
margin: 5px 0 0 0;
}


/* teaser */
#teaser {
font-family: 'Oswald', sans-serif;
font-size: 25px;
line-height: 1;
font-style: normal;
font-weight: 400;
letter-spacing: normal;
text-transform: none;
text-align: right;
margin: -13px 0 0 0;
}

#teaser-text {
position: relative;
height: 80px;
margin: 0;
padding: 0;
overflow: hidden;
}

.teaser-text-animation {
display: none;
text-align: right;
clear: both;
}

.teaser-text-animation.active {
display: inline-table;
}

.teaser-text-animation:before {
content: "";
display: inline-block;
height: 100%;
vertical-align: middle;
}

.teaser-text-animation h3 {
position: relative;
font-family: 'Oswald', sans-serif;
font-size: 25px;
font-weight: 400;
font-style: normal;
text-transform: uppercase;
}

.teaser-text-animation h3:before {
content: "";
clear: both;
}

.teaser-text-animation span {
display: block;
margin: 0 10px 0 0;
padding: 0;
float: left;
}

.teaser-text-animation .teaser-normal {
color: #fff;
}

#intro-title {
font-family: 'Oswald', sans-serif;
font-size: 160px;
line-height: 160px;
font-style: normal;
font-weight: 400;
letter-spacing: 2px;
text-transform: none;
text-align: center;
margin: 29px auto 27px auto;
padding: 0;
text-shadow: 1px 1px 2px #000;
}

#intro-subtitle {
font-family: 'Oswald', sans-serif;
font-size: 14px;
font-style: normal;
font-weight: 400;
color: #fff;
background: #000;
width: 175px;
height: 25px;
padding: 3px 0 0 0;
margin: -120px auto 0 auto;
line-height: 22px;
text-align: center;
border: 1px solid #fff;
}

a {
text-decoration: none;
outline: none;
}

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

p a {
text-decoration: none;
outline: none;
-webkit-transition: all 0.5s linear;
   -moz-transition: all 0.5s linear;
    -ms-transition: all 0.5s linear;
     -o-transition: all 0.5s linear;
        transition: all 0.5s linear;
}

p a:hover {
color: #fff;
text-decoration: none;
-webkit-transition: all 0.5s linear;
   -moz-transition: all 0.5s linear;
    -ms-transition: all 0.5s linear;
     -o-transition: all 0.5s linear;
        transition: all 0.5s linear;
}

::-moz-selection { background: #555; color: #fff;      /* Firefox */ }
     ::selection { background: #555; color: #fff;      /* Safari */  }


.upper-page {
font-family: 'Josefin Sans', sans-serif;
    margin: 0;
    padding: 0;
    background: none;
    font-weight: 700;
    float: left;
    background-color: #fff;
    font-size: 16px;
}
.upper-content {
  position: relative;
    text-align: center;


}
.upper-content h1{
 color: #eee;
 position: absolute;
  top: 200px;
  width: 1000px;
  left: 250px;

}



.center {
margin: 0 auto;
position: relative;
z-index: 2;
}
 .hakkimizda{
   text-align: left;
 }

#about, #services, #contact {
display: none;
}

.about-intro, .services-intro, .contact-intro {
position: relative;
width: auto;
margin: 0;
padding: 0 0 50px 0;
}

.info {
font-family: 'Roboto', sans-serif;
font-size: 15px;
font-weight: 500;
font-style: normal;
text-transform: uppercase;
padding: 15px 0 15px 0;
line-height: 1;
}

.awesome {
font-size: 30px;
}

.about-column-full, .services-column-full {
padding: 30px 0 30px 0;
}

.about-column, .services-column {
padding: 0 0 30px 0;
}

.contact-column {
padding: 30px 0 30px 0;
}

h1 {
font-family: 'Josefin Sans', sans-serif;
font-size: 70px;
font-style: normal;
font-weight: 400;
letter-spacing: normal;
text-transform: none;
text-align: center;
color: #fff;
margin: 0;
padding: 0;
line-height: 1;
position: relative;
z-index: 2;
}

h2 {
font-family: 'Oswald', sans-serif;
font-size: 35px;
font-style: normal;
font-weight: 400;
letter-spacing: normal;
text-transform: none;
text-align: center;
color: #fff;
margin: 0;
padding: 20px 0 10px 0;
line-height: 1;
}

h4 {
font-family: 'Oswald', sans-serif;
font-size: 13px;
font-weight: 400;
font-style: normal;
text-align: center;
color: #fff;
margin: 0 auto;
padding: 5px 0 0 0;
line-height: 1.5;
}



/* rain */
#rain {
position: fixed;
height: 100%;
width: 100%;
overflow: hidden;
background: url(../images/rain.html) repeat top left;
        opacity: 0.4;
   -moz-opacity: 0.4;
-webkit-opacity: 0.4;
filter: alpha(opacity=40);
-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=40)";
z-index: 0;
}


/* snow */
#snow {
position: fixed;
width: 100%;
height: 100%;
overflow: hidden;
left: 0;
top: 0;
z-index: 1;
}


/* particles */
#particles-js {
position: fixed;
width: 100%;
height: 100%;
overflow: hidden;
left: 0;
top: 0;
z-index: 1;
}


/* curtains */
#curtains {
position: fixed;
height: 100%;
width: 100%;
background: url(../images/curtains.png) repeat top left;
z-index: -1;
}

#curtains-video {
position: fixed;
height: 100%;
width: 100%;
background: url(../images/curtains.png) repeat top left;
z-index: 0;
}


/* top shade */
#top-shade {
position: fixed;
width: 100%;
height: 100%;
overflow: hidden;
left: 0;
top: 0;

/* IE9 SVG, needs conditional override of 'filter' to 'none' */
background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzAwMDAwMCIgc3RvcC1vcGFjaXR5PSIwLjY1Ii8+CiAgICA8c3RvcCBvZmZzZXQ9IjUwJSIgc3RvcC1jb2xvcj0iIzAwMDAwMCIgc3RvcC1vcGFjaXR5PSIwIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiMwMDAwMDAiIHN0b3Atb3BhY2l0eT0iMCIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
background: -moz-linear-gradient(top,  rgba(0,0,0,0.65) 0%, rgba(0,0,0,0) 50%, rgba(0,0,0,0) 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(0,0,0,0.65)), color-stop(50%,rgba(0,0,0,0)), color-stop(100%,rgba(0,0,0,0))); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top,  rgba(0,0,0,0.65) 0%,rgba(0,0,0,0) 50%,rgba(0,0,0,0) 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top,  rgba(0,0,0,0.65) 0%,rgba(0,0,0,0) 50%,rgba(0,0,0,0) 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top,  rgba(0,0,0,0.65) 0%,rgba(0,0,0,0) 50%,rgba(0,0,0,0) 100%); /* IE10+ */
background: linear-gradient(to bottom,  rgba(0,0,0,0.65) 0%,rgba(0,0,0,0) 50%,rgba(0,0,0,0) 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#a6000000', endColorstr='#00000000',GradientType=0 ); /* IE6-8 */


z-index: 0;
display: none;
visibility: hidden;
}


.topNav{
font-family: 'Josefin Sans', sans-serif;
position: fixed;
width: auto;
top: 20px;
right: 0;
left: 0;
margin: 0;
padding: 0;
z-index: 1000;
text-align: right;
font-weight: 700;

}
.topNav li{
  display: inline-block;
  padding: 0 5px;

}
.topNav li:nth-child(2){
  padding-right: 5px;
  border-right:1px solid #fff;
}
.topNav li a{
  color: #fff;
  font-size: 14px;
}
.topNav li a i{
  font-size: 22px;
}
.topNav li.facebook a:hover{
  color: #507CBE;
}
.topNav li.linkedin a:hover{
  color: #007bb6;
}



/* countdown */

footer{
  color: #fff;
}
footer a img{
padding:10px 0;
width: 80px;
height:80px;
float: right;

}

footer p:first-child{
  text-align: left;
}
footer p{
  margin:30px 0;
}
.bilesen-footer{
  clear: both;
  position:absolute;
  z-index: 10;
  height: 3em;
  margin-top: 40px;
  height: auto;
top: auto;
width: 100%;
background-color: #233366;
}


/* header*/
header {

  position: fixed;
  top: 0;
    width: 100%;
  z-index: 9999999;
  transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -webkit-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
}

.fixed-header {

}


.top-bar-bilesen {
  background-color:#233366;
}

.top-bar.color-bar {
  border-bottom: 0;
}

.top-bar.color-bar a {
  color: rgba(255,255,255,.6);
}

.top-bar.color-bar a:hover {
  color: rgba(255,255,255,1) !important;
}

.top-bar.color-bar ul.social-list li a i {
  border-left: 1px solid rgba(255,255,255,.1);
}

.top-bar.color-bar ul.social-list li:last-child a i {
  border-right: 1px solid rgba(255,255,255,.1);
}

.top-bar.color-bar .contact-details li a:before {
  color: rgba(255,255,255,.2);
}

.top-bar.dark-bar {
  background-color: #444;
  border-bottom: 0;
}

.top-bar.dark-bar a {
  color: rgba(255,255,255,.4);
}

.top-bar.dark-bar a:hover {
  color: rgba(255,255,255,1) !important;
}

.top-bar.dark-bar ul.social-list li a i {
  border-left: 1px solid rgba(255,255,255,.08);
}

.top-bar.dark-bar ul.social-list li:last-child a i {
  border-right: 1px solid rgba(255,255,255,.08);
}

.top-bar.dark-bar .contact-details li a:before {
  color: rgba(255,255,255,.2);
}

.top-bar a {
  color: #666;
}

.top-bar .contact-details li {
  display: inline-block;
}

.top-bar .contact-details li a:before {
  position: relative;
  content: "|";
  font-size: 13px;
  margin: 0 3px;
  top: -1px;
  color: #ddd;
}

.top-bar .contact-details li a:before {
  color: #666;
}

.top-bar .contact-details li:first-child a:before {
  display: none;
}

.top-bar .contact-details li a {
  font-size: 12px;
  display: block;
  line-height: 32px;
}

ul.social-list {
    float: right;
}

ul.social-list li {
    float: left;
}

ul.social-list li a {
    display: inline-block;
  transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -webkit-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    color: #fff;
    font-weight: 700;
}
ul.social-list li a.dil{
    padding: 11px 5px 5px;
    font-size: 0.9em;
	position:relative;
	z-index:999;
}

ul.social-list li a:hover {

  text-decoration: none;
}
ul.social-list li a.facebook{
  background-color: #507CBE;
}
ul.social-list li a.facebook:hover {
  background-color: #fff;
    color: #000;

}
ul.social-list li a.linkdin{
  background-color: #90CADD;

}
ul.social-list li a.linkdin:hover {
  background-color: #fff;
    color: #000;
}


ul.social-list li a i {
  font-size: 1.4em;
  display: block;
  width: 34px;
  height: 33px;
  line-height: 33px;
  text-align: center;
  position:relative;
	z-index:999;
}
.navbar-bilesen{
      background-color: #e3e3e3;
}
.navbar-bilesen .navbar-nav&gt;li&gt;a{
  color: #777;
}


.navbar {
  margin-bottom: 0;
  border: none;
  border-radius: 0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -o-border-radius: 0;
}
.navbar-ana-sayfa{
  margin-top: -30px;
}

.navbar-brand {
  position: relative;
  margin: 0!important;
  transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
}
.navbar-brand&gt;img{
  margin-top: -14px;
}

.navbar-default .navbar-nav {
  position: relative;
  transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -webkit-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
}



/*header*/


/* menu */
.menu {
font-family: 'Josefin Sans', sans-serif;
position: fixed;
width: auto;
top: 40px;
right: 0;
left: 0;
margin: 0;
padding: 0;
z-index: 1000;
}
.bg {
  position: fixed;
width: auto;
top: 40px;
right: 0;
left: 0;
margin: 0;
padding: 0;
  background: #000;
  width: 100%;
  height: 100px;
  opacity: 0;
  z-index: 0;
}
.logo{
float: left;
}
.logo img{
  width: 70px;
  height:70px;
}


.show {
  opacity: 1;
}

.transition {
  -webkit-transition: all 1s ease-in-out;
  -moz-transition: all 1s ease-in-out;
  -o-transition: all 1s ease-in-out;
  transition: all 1s ease-in-out;
}


.nav {
list-style: none;
float: right;
padding-top: 18px;

}
ul.nav li{
  display: inline;
  padding:0;
  margin: 0;
  position: relative;

}

ul.nav li a {

font-style: normal;

color: #DDD;
list-style: outside none none;
outline: medium none;
font-weight:500;
font-family: "ProximaNova-Regular";
font-size: 1.1em;
}
ul.nav li a:hover{
  color: #fff;
}

ul.nav li a.ok::after{
  content: "\f107";
  font-family: FontAwesome;
  font-style: normal;
  font-weight: normal;
  text-decoration: inherit;
  margin-left: 10px;


}
ul.nav ul{
   display: none;
  margin: 0;
  padding: 0;
  list-style-type: none;
  animation-duration: 0.25s;
  animation-delay: 0s;
  animation-iteration-count: 1;
}
ul.nav li:hover&gt;ul{
  display: inline-block;
  position: absolute;
  left: 0;
  top: 46px;
  background: rgba(35, 51, 102,0.9);
  z-index: 1;
  width: 150px;
}
ul.nav li:nth-child(3):hover&gt;ul{

  width: 330px;
}
ul.nav li:nth-child(4):hover&gt;ul{

  width: 340px;
}
ul.nav li:nth-child(5):hover&gt;ul{

  width: 320px;
}
ul.nav ul li{
    border-bottom: 1px solid rgba(108, 108, 108,0.8);
}
ul.nav ul li,
ul.nav ul li a{
  display: block;
  float: left;
  clear: both;

}
ul.nav ul li a{
  padding: 10px;
}
ul.nav ul li a:{

   background: #222;
}
ul.nav ul li:last-child{
    border-bottom:none;
  }


ul.nav li a i{
  font-size: 1.3em;
}

 a::before,
.nav a::after {
  display: inline-block;
  opacity: 0;
  -webkit-transition: -webkit-transform 0.3s, opacity 0.2s;
  -moz-transition: -moz-transform 0.3s, opacity 0.2s;
  transition: transform 0.3s, opacity 0.2s;
}

.nav a::before {
  margin-right: 5px;
  content: '[';
  -webkit-transform: translateX(20px);
  -moz-transform: translateX(20px);
  transform: translateX(20px);
}

.nav a::after {
  margin-left: 5px;
  content: ']';
  -webkit-transform: translateX(-20px);
  -moz-transform: translateX(-20px);
  transform: translateX(-20px);
}

.nav a:hover::before,
.nav a:hover::after,
.nav a:focus::before,
.nav a:focus::after {
  opacity: 1;
  -webkit-transform: translateX(0px);
  -moz-transform: translateX(0px);
  transform: translateX(0px);
}

ul.nav li a.active {
padding-left: 12px;
}

.navNumber {
font-size: 30px;
padding: 0;
}

.navTitle {
letter-spacing: 1px;
color: #fff;
padding: 0 0 0 10px;
}

a:link, a:visited, a:active {
text-decoration: none;
outline: none;
}

li.curr {
text-indent: -3px;
}


/* menu mobile */
.menu-mobile {
display: none;
visibility: hidden;
}

.menu-icon {
position: relative;
display: inline-block;
width: 50px;
height: 21px;
border-top: 3px solid #fff;
border-bottom: 3px solid #fff;
}

.menu-icon:before {
position: absolute;
content: "";
top: 9px;
left: 0;
width: 100%;
border-top: 3px solid #fff;
}

.menu-mobile a.menu-mobile-trigger {
width: 50px;
height: 21px;
margin: 0;
padding: 0;
}

.menu-mobile a.menu-mobile-trigger:hover {
cursor: pointer;
background-position: 50px 0;
}

.menu-mobile a {
color: #000;
font-weight: normal;
text-decoration: none;
}

.menu-mobile a.active {
background: none;
}

.menu-mobile ul, li {
margin: 0;
padding: 0;
}

.menu-mobile .lifting {
margin: 4px 0 0 0;
height: 20px;
}

.menu-mobile .lifting-first {
margin: 13px 0 0 0;
height: 20px;
}

.menu-mobile li {
position: relative;
margin: 7px 0 0 0;
padding: 0 0 10px 0;
background: none;
float: right;
text-transform: uppercase;
height: 20px;
}

.menu-mobile li a {
padding: 0 0 9px 7px;
text-decoration: none;
float: right;
text-transform: uppercase;
height: 20px;
-webkit-transition: all 0.4s ease-in-out;
   -moz-transition: all 0.4s ease-in-out;
    -ms-transition: all 0.4s ease-in-out;
     -o-transition: all 0.4s ease-in-out;
        transition: all 0.4s ease-in-out;
}

.menu-mobile li ul {
display: none;
right: 0;
position: absolute;
top: 100%;
background: none;
}

.menu-mobile li:hover ul {
display: block;
width: auto;
}

.menu-mobile li ul a {
white-space: nowrap;
background: none;
}

.menu-mobile li ul a:hover {
background: none;
-webkit-transition: all 0.4s ease-in-out;
   -moz-transition: all 0.4s ease-in-out;
    -ms-transition: all 0.4s ease-in-out;
     -o-transition: all 0.4s ease-in-out;
        transition: all 0.4s ease-in-out;
}


.header-bg{
  margin-top: 90px;
  padding: 110px 0 ;
      background: url(../images/background/banner2.jpg) center;
      border-bottom: 1px solid #eee;
      color: white;

}
/* contact form */
#contact form {
width: 100%;
margin: 30px auto 40px auto;
}

form {
margin: 0 auto;
padding: 0;
display: block;
}



#form input {
width: 90%;
}

#form textarea {
width: 90%;
}

.textarea {
position: relative;
width: 93%;
height: 100px;
border: 1px solid #fff;
line-height: 30px;
padding: 5px 5px;
margin: 5px;
-webkit-transition: all 0.3s;
   -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
	 -o-transition: all 0.3s;
        transition: all 0.3s;
font-family: 'Open Sans', sans-serif;
font-size: 13px;
line-height: 1.5;
font-style: normal;
font-weight: normal;
text-align: center;
color: #fff;
}

input:hover,
textarea:hover{
border-color: rgba(255,255,255,0.5);
}

#form input:focus,
#form textarea:focus {
-webkit-animation: glow 900ms ease-out infinite alternate;
   -moz-animation: glow 900ms ease-out infinite alternate;
    -ms-animation: glow 900ms ease-out infinite alternate;
     -o-animation: glow 900ms ease-out infinite alternate;
        animation: glow 900ms ease-out infinite alternate;
}

.submit {
position: relative;
width: 45%;
border: 1px solid #fff;
padding: 5px 35px;
background: none;
font-family: 'Oswald', sans-serif;
font-size: 12px;
font-weight: 400;
font-style: normal;
text-transform: uppercase;
text-align: center;
line-height: 30px;
color: #fff;
text-shadow: 1px 1px 2px #000;
margin: 5px 5px 0 5px;
cursor: pointer;
outline: none;
-webkit-transition: all 0.3s;
   -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
	 -o-transition: all 0.3s;
        transition: all 0.3s;
}

.submit:hover {
color: #fff;
}

.submit:hover:after,
.submit:active:after {
height: 100%;
}

.submit:after {
position: absolute;
width: 100%;
height: 0;
top: 0;
left: 0;
content: '';
-webkit-transition: all 0.3s;
   -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
	 -o-transition: all 0.3s;
        transition: all 0.3s;
z-index: -1;
}

.success {
font-family: 'Oswald', sans-serif;
font-size: 13px;
font-weight: 400;
font-style: normal;
text-transform: uppercase;
text-align: center;
margin: 0 auto;
padding: 30px 0 30px 0;
line-height: 1;
}

#form .error {
font-size: 10px;
text-transform: uppercase;
text-align: center;
display: block;
margin: 0;
padding: 0;
}


@-webkit-keyframes glow {
    0% {
		box-shadow: 0 0 5px rgba(255,255,255,0.2), inset 0 0 5px rgba(255,255,255,0.1)
		}
    100% {
		box-shadow: 0 0 20px rgba(255,255,255,0.6), inset 0 0 10px rgba(255,255,255,0.4)
		}
}
@-moz-keyframes glow {
    0% {
		box-shadow: 0 0 5px rgba(255,255,255,0.2), inset 0 0 5px rgba(255,255,255,0.1)
    }
    100% {
		box-shadow: 0 0 20px rgba(255,255,255,0.6), inset 0 0 10px rgba(255,255,255,0.4)
    }
}
@-o-keyframes glow {
    0% {
		box-shadow: 0 0 5px rgba(255,255,255,0.2), inset 0 0 5px rgba(255,255,255,0.1)
    }
    100% {
		box-shadow: 0 0 20px rgba(255,255,255,0.6), inset 0 0 10px rgba(255,255,255,0.4)
    }
}
@-ms-keyframes glow {
    0% {
		box-shadow: 0 0 5px rgba(255,255,255,0.2), inset 0 0 5px rgba(255,255,255,0.1)
    }
    100% {
		box-shadow: 0 0 20px rgba(255,255,255,0.6), inset 0 0 10px rgba(255,255,255,0.4)
    }
}
@keyframes glow {
    0% {
		box-shadow: 0 0 5px rgba(255,255,255,0.2), inset 0 0 5px rgba(255,255,255,0.1)
    }
    100% {
		box-shadow: 0 0 20px rgba(255,255,255,0.6), inset 0 0 10px rgba(255,255,255,0.4)
    }
}

::-webkit-input-placeholder {
font-style: normal;
color: #fff;
}

::-moz-placeholder {
font-style: normal;
color: #fff;
}

:-ms-input-placeholder {
font-style: normal;
color: #fff;
}

input:-moz-placeholder {
font-style: normal;
color: #fff;
}


/* newsletter form */
#subscribe-form {
position: fixed;
bottom: 58px;
right: 15px;
margin: 0;
padding: 0;
z-index: 1000;
}

#subscribe-wrapper {
position: relative;
margin: 10px auto;
background: none;
width: 255px;
height: 55px;
}

#newsletter {
width: auto;
height: 50px;
padding: 2px 0 0 0;
}

.newsletter {
position: relative;
clear: both;
width: auto;
border: none;
background: none;
margin: 0;
padding: 0;
overflow: hidden;
}

#subscribe .mail {
display: none;
visibility: hidden;
}

#subscribe input#subscribeemail {
width: 225px;
height: 28px;
padding: 0;
border-top: none;
border-left: none;
border-right: none;
border-bottom: 1px solid #fff;
margin: 0;
}

#subscribe input {
color: #fff;
font-size: 13px;
text-align: center;
background: none;
}

#subscribe input:focus, #subscribe textarea:focus {
color: #fff;
background: none;
}

#subscribe input#submit {
font-family: 'Oswald', sans-serif;
font-size: 12px;
font-weight: 400;
font-style: normal;
text-transform: uppercase;
text-align: center;
position: relative;
width: 225px;
height: 30px;
line-height: 1;
margin: 10px auto;
padding: 0;
color: #fff;
text-shadow: 1px 1px 2px #000;
cursor: pointer;
}

.subscribesuccess {
font-family: 'Oswald', sans-serif;
font-size: 13px;
font-weight: 400;
font-style: normal;
text-transform: uppercase;
text-align: center;
margin: 0 auto;
padding: 27px 0 0 0;
line-height: 1;
}

#subscribe .subscribeerror {
font-size: 10px;
text-transform: uppercase;
text-align: center;
color: #fff;
display: block;
margin: 0;
padding: 0;
}


/* social icons */
.social-icons-wrapper {
position: fixed;
bottom: 48px;
right: 35px;
z-index: 1000;
}

.social-icons-wrapper ul {
margin: 0 auto;
padding: 0;
list-style-type: none;
}

.social-icons-wrapper ul li {
margin: 0 auto;
padding: 0;
}

ul.social-icons {
font-size: 15px;
margin: 0;
padding: 0;
}

ul.social-icons a {
padding: 0 5px 0 0;
color: #fff;
        opacity: 1;
   -moz-opacity: 1;
-webkit-opacity: 1;
filter: alpha(opacity=100);
-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
-webkit-transition: all 0.5s linear;
   -moz-transition: all 0.5s linear;
    -ms-transition: all 0.5s linear;
     -o-transition: all 0.5s linear;
        transition: all 0.5s linear;
}

ul.social-icons a:hover {
padding: 0 5px 0 0;
color: #fff;
        opacity: 0.3;
   -moz-opacity: 0.3;
-webkit-opacity: 0.3;
filter: alpha(opacity=30);
-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=30)";
-webkit-transition: all 0.5s linear;
   -moz-transition: all 0.5s linear;
    -ms-transition: all 0.5s linear;
     -o-transition: all 0.5s linear;
        transition: all 0.5s linear;
}




/* dividers */
.divider-left-top {
position: absolute;
left: 5px;
top: 0;
width: 10px;
height: 10px;
margin: 0;
padding: 0;
background: url(../images/left-top.png) no-repeat;
}

.divider-right-top {
position: absolute;
right: 5px;
top: 0;
width: 10px;
height: 10px;
margin: 0;
padding: 0;
background: url(../images/right-top.png) no-repeat;
}

.divider-left-bottom {
position: absolute;
left: 5px;
bottom: 0;
width: 10px;
height: 10px;
margin: 0;
padding: 0;
background: url(../images/left-bottom.png) no-repeat;
}

.divider-right-bottom {
position: absolute;
right: 5px;
bottom: 0;
width: 10px;
height: 10px;
margin: 0;
padding: 0;
background: url(../images/right-bottom.png) no-repeat;
}


/* screen loader */



/* preload */
#preload {
position: fixed;
width: 100%;
height: 100%;
overflow: hidden;
left: 0;
top: 0;
background: #000;
display: none;
z-index: 10000;
}

#preload-status {
position: absolute;
width: 25px;
height: 25px;
margin: auto;
padding: 0;
top: 0;
right: 0;
bottom: 0;
left: 0;
display: block;
background: #000 url(../images/preload.gif) no-repeat center center;
        opacity: 1;
   -moz-opacity: 1;
-webkit-opacity: 1;
filter: alpha(opacity=100);
-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
}


/* preload content */
.preload-content {
position: fixed;
width: auto;
height: auto;
margin: 0;
padding: 0;
top: 0;
right: 0;
bottom: 0;
left: 0;
background: rgba(0, 0, 0, 0.5) none repeat scroll 0% 0%;
opacity: 0.4;
}

.preload-content-rain {
position: fixed;
width: auto;
height: auto;
margin: 0;
padding: 0;
top: 0;
right: 0;
bottom: 0;
left: 0;
background: #000;
        opacity: 0.35;
   -moz-opacity: 0.35;
-webkit-opacity: 0.35;
filter: alpha(opacity=35);
-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=35)";
}


/* google maps */
#map-wrapper {
position: fixed;
width: 100%;
height: 100%;
overflow: hidden;
left: 0;
top: 0;
z-index: -2;
}

#map {
position: absolute;
width: 100%;
height: 100%;
overflow: hidden;
left: 0;
top: 0;
z-index: -2;
}


/* center container */
.center-container-home {
position: relative;
display: table;
height: auto;
width: 100%;

}

.center-container {
display: table;
height: 100%;
width: 100%;
left: 0;
top: 0;
background: rgba(0,0,0,0.6);
}


.center-block {
display: table-cell;
vertical-align: middle;


}



/* kenburnsy */
.kenburnsy {
position: relative;
width: 100%;
overflow: hidden;
}

.kenburnsy.fullscreen {
position: fixed;
top: 0;
right: 0;
bottom: 0;
left: 0;
z-index: -1;
}

.kenburnsy img {
display: none;
}

.kenburnsy .slide {
position: fixed;
top: 0;
right: 0;
bottom: 0;
left: 0;
background-position: center center;
-webkit-background-size: cover;
        background-size: cover;
background-repeat: no-repeat;
-webkit-transform: translateZ(0);
    -ms-transform: translateZ(0);
        transform: translateZ(0);
-webkit-transform-origin: center;
    -ms-transform-origin: center;
        transform-origin: center;
}

#kenburnsy-bg {
overflow: hidden;
}


/* YouTube video containment */
#videoContainment {
position: fixed;
width: 100%;
height: 100%;
left: 0;
top: 0;
overflow: hidden;
}


/* HTML5 video containment */
#video-bg {
position: fixed;
width: 100%;
height: 100%;
left: 0;
top: 0;
overflow: hidden;
}



.bolum-baslik-beyaz{
  text-align: left;
  font-size: 3em;
  color:#747474;
font-family: "ProximaNova-Regular";}
/*tarihce baslar*/
.tarihce{
  padding: 1em  0;
  background-color: #fff;
  color: #000;
}
.tarihce p{
  font-size: 15px;
  font-weight: 300;
  font-family: "ProximaNova-Regular";

}

/*tarihce biter*/
/* foto galeri*/
.galeri{
     background:#c9c9c9;
}
.grid {
  position: relative;
  clear: both;
  margin: 0 auto;
  list-style: none;
  text-align: center;
}

/* Common style */
.grid figure {
  position: relative;
  float: left;
  overflow: hidden;
  min-width: 320px;
  max-width: 480px;
  max-height:1000px;
  width: 48%;
  height: auto;
  background: #3085a3;
  text-align: center;
  cursor: pointer;
}

.grid figure img {
  position: relative;
  display: block;
  min-height: 100%;
  max-width: 100%;
  opacity: 0.8;
}

.grid figure figcaption {
  padding: 2em;
  font-size: 1.25em;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}
.grid figure figcaption::before,
.grid figure figcaption::after {
  pointer-events: none;
}
.grid figure figcaption,
.grid figure figcaption &gt; a {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

/* Anchor will cover the whole item by default */
/* For some effects it will show as a button */
.grid figure figcaption &gt; a {
  z-index: 1000;
  text-indent: 200%;
  white-space: nowrap;
  font-size: 0;
  opacity: 0;
}
.grid figure h4 {
  word-spacing: -0.15em;
  font-weight: 300;
}
.grid figure h4 span {
  font-weight:500;
  color:#fff;
  font-size: 0.6em;
}
.grid figure h4,
.grid figure p {
  margin: 0;
}
/***** Terry *****/
/*-----------------*/

figure.galeri-effect {
  background: #34495e;
}
figure.galeri-effect figcaption {
  padding: 1em;
}
figure.galeri-effect figcaption::before,
figure.galeri-effect figcaption::after {
  position: absolute;
  width: 200%;
  height: 200%;
  border-style: solid;
  border-color:#28282f;
  content: '';
  -webkit-transition: -webkit-transform 0.35s;
  transition: transform 0.35s;
}
figure.galeri-effect figcaption::before {
  right: 0;
  bottom: 0;
  border-width: 0 70px 60px 0;
  -webkit-transform: translate3d(70px,60px,0);
  transform: translate3d(70px,60px,0);
}

figure.galeri-effect figcaption::after {
  top: 0;
  left: 0;
  border-width: 15px 0 0 15px;
  -webkit-transform: translate3d(-15px,-15px,0);
  transform: translate3d(-15px,-15px,0);
}

figure.galeri-effect img,
figure.galeri-effect p a {
  -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
  transition: opacity 0.35s, transform 0.35s;
}

figure.galeri-effect img {
  opacity: 0.85;
}

figure.galeri-effect h4 {
  position: absolute;
  bottom: 0;
  left: 0;
  padding: 0.4em 10px;
  width: 50%;
  -webkit-transition: -webkit-transform 0.35s;
  transition: transform 0.35s;
  -webkit-transform: translate3d(100%,0,0);
  transform: translate3d(100%,0,0);
    color:#eee;
     font-family: 'Lobster-Regular';
      font-size: 2em;
}
@media screen and (max-width: 920px) {
  figure.galeri-effect h4 {
    padding: 0.75em 10px;
    font-size: 120%;
  }
}

figure.galeri-effect p {
  float: right;
  clear: both;
  text-align: left;
  text-transform: none;
  font-size: 111%;
}

figure.galeri-effect p a {
  display: block;
    margin-bottom: 0.5em;
  color: #fff;
  opacity: 0;
  -webkit-transform: translate3d(90px,0,0);
  transform: translate3d(90px,0,0);
}

figure.galeri-effect p a:hover,
figure.galeri-effect p a:focus {
  color: #eacb66;
}
a  i.download,a  i.heart,a i.share,a i.tag{
   color:#fff;
   font-size:1em;
   margin-right: -0.4em;
}
figure.galeri-effect:hover figcaption::before,
figure.galeri-effect:hover figcaption::after {
  -webkit-transform: translate3d(0,0,0);
  transform: translate3d(0,0,0);
}

figure.galeri-effect:hover img {
  opacity: 0.6;

}
figure.galeri-effect:hover h4,
figure.galeri-effect:hover p a {
  -webkit-transform: translate3d(0,0,0);
  transform: translate3d(0,0,0);
}

figure.galeri-effect:hover p a {
  opacity: 1;
}

figure.galeri-effect:hover p a:first-child {
  -webkit-transition-delay: 0.025s;
  transition-delay: 0.025s;
}

figure.galeri-effect:hover p a:nth-child(2) {
  -webkit-transition-delay: 0.05s;
  transition-delay: 0.05s;
}

figure.galeri-effect:hover p a:nth-child(3) {
  -webkit-transition-delay: 0.075s;
  transition-delay: 0.075s;
}

figure.galeri-effect:hover p a:nth-child(4) {
  -webkit-transition-delay: 0.1s;
  transition-delay: 0.1s;
}
figure.galeri-effect span {
    color: #fff;
    font-size: 0.6em;
}
/*foto galeri*/
/*tesisler baslar*/
.tesis {
  padding: 1em 0;
  text-align: center;
  background:#e3e3e3;
  color:#fff;
}
.new-grid {
  padding: 0;
}
ul.ad-info li, ul.ad-info li a {
    text-align: right;
    padding: 0.3em;
    margin-bottom: 0.2em;
    color: #fff;
    padding: 0.3em;
}
ul.ad-info li a {
    color: #fff;
    margin: 0;
  font-size:0.9em;
}
ul.ad-info li {
    list-style: none;
    display: block;
    margin: 0.5em auto;
}
.new-grid1 h5 {
  font-size: 1.5em;
  font-weight: 400;
    color: #cd3486;
}
.new-grid1 a.tesis-isim  {

    font-size: 2.5em;
    color: #747474;
    text-transform: capitalize;
    margin-top: 0.3em;
font-family: Arial, 'Helvetica Neue', Helvetica, sans-serif;}
.new-grid1 a.tesis-isim:hover  {
 text-decoration: none;
 }
.new-grid1 p {
    font-size: 0.95em;
    line-height: 2em;
    color: #747474;
    font-family: Arial, 'Helvetica Neue', Helvetica, sans-serif;
}
.new-grid1 h4 a {
    text-decoration: none;
}
.new-grid1 {
  margin-top: 1.3em;
      text-align: right;
        padding: 0;
}
.new-inner {
    padding-right: 1.2em;
}
.new-inner a i{
  font-size: 18px;
  font-weight: 700;
}
ul.ad-info {
     float: left;
    width:24%;
}
ul.ad-info.new {
     float:right;
    width:24%;
}
.new-grids {
  margin-top: 3em;
}

a.mask {
  text-decoration: none;
  overflow: hidden;
  border-radius: 100%;
}
img.zoom-img {

  -webkit-transform: scale(1, 1);
  -webkit-transition-timing-function: ease-out;
  -webkit-transition-duration: 250ms;
  -moz-transform: scale(1, 1);
  -moz-transition-timing-function: ease-out;
  -moz-transition-duration: 250ms;
}
.blog-pagenat {
  text-align: center;
  margin-top: 3em;
}
.blog-pagenat ul li {
  display: inline-block;
  list-style:none;
}
.blog-pagenat ul li a {
      display: block;
    background: #F7F7F7;
    padding: 8px 1.1em;
    font-size: 0.9em;
    text-transform: uppercase;
    color: #F1DE92;
    font-weight: 400;
    display: inline-block;
    margin-top: 1em;
    text-decoration: none;
    border: 1px solid #F1DE92;
}
.blog-pagenat ul li a:hover {
  background:#cd3486;
  color:#fff;
      border: 1px solid #cd3486;
}
img.zoom-img:hover {
  -webkit-transform: scale(1.1);
  -webkit-transition-timing-function: ease-out;
  -webkit-transition-duration: 750ms;
  -moz-transform: scale(1.1);
  -moz-transition-timing-function: ease-out;
  -moz-transition-duration: 750ms;
  overflow: hidden;
}
ul.ad-info.two {
    float: left;
    width: 24%;
}
.new-inner.two {
    margin: 0.5em 0 0;
    padding-left: 1.2em;
    text-align: left;
}
ul.ad-info.two li, ul.ad-info.two li a {
    text-align: left;
    padding: 0.3em;
    margin-bottom: 0.2em;
   color: #fff;
    padding: 0.3em;
}
ul.ad-info.two li,ul.ad-info li{
      border: 1px solid #747474;


}
 ul.ad-info.two li a, ul.ad-info li a {
     color: #747474;
 }
ul.ad-info li a:hover{
text-decoration:underline;
}
a.button {
    display: inline-block;
    margin-left: 1em;
}
/*--single--*/
ul.ad-info.single {
    float: right;
    width: 70%;
}
.new-single {
    padding: 0;
}
/*--singe--*/
 .single-page {
  padding: 4em 0;
      text-align: left;
}
.single-top img{
  width:100%;
}
.grid-single{
  width:70%;
  margin:1em auto;
}
.single-one{
  float:left;
  width:33.3%;
  text-align: center;
}
.single-one span {
    color: #555;
  font-size:1em;
}
.single-one span a{
  color: #555;
  text-decoration:none;
}
 p.eget {
  font-size: 0.9em;
  font-weight: 400;
  line-height: 1.8em;
  color: #555;
  padding: 1em 0;
}
ul.social-share{
  float:left;
}
ul.social-share li{
  display: inline-block;
}
ul.social-share li span{
    color: #1f1e23;
  font-size:1.2em;
  margin:0 1em 0 0;
  font-weight:400;
}
ul.social-share li  i{
  background: url(../images/icons.html)no-repeat 0px 0px;
  width:25px;
  height:25px;
  display: inline-block;
  margin: 0 12px;
  vertical-align: middle;
}
ul.social-share li  i:hover{
  background: url(../images/icons.html)no-repeat 0px -25px;
}
ul.social-share li  i.tin{
  background: url(../images/icons.html)no-repeat -26px 0px;
}
ul.social-share li  i.tin:hover{
  background: url(../images/icons.html)no-repeat -26px -25px;
}
ul.social-share li  i.message{
  background: url(../images/icons.html)no-repeat -50px 0px;
}
ul.social-share li  i.message:hover{
  background: url(../images/icons.html)no-repeat -50px -25px;
}
.top-comments h3,.leave h3{
  color: #cd3788;
    font-size: 2.5em;
    font-weight: 400;
    line-height: 1.5em;
}
.single-middle{
  background: #f4f4f4;
  padding: 1.5em;
}
i.arrow{
  background: url(../images/icons.html)no-repeat -75px -0px;
  width: 25px;
  height: 25px;
  display: inline-block;
  float: right;
}
i.arrow:hover{
 background: url(../images/icons.html)no-repeat -75px -25px;
}
.comments-top-top{
  background:#F4F4F4;
}
.men{
  background:#9295A6;
  float: left;
  width: 9%;
  text-align: center;
  padding: 2em 0;
}
p.men-it{
  float: left;
  width:86%;
  margin:0 0 0 2%;
  font-size:0.9em;
  font-weight: 400;
  line-height: 1.6em;
  color: #555;
  padding: 1.2em 0;
}
.met-in{
  margin: 0 0 0 3em;
}
.met {
  padding: 1em 0;
}
p.smith{
  float:left;
  padding: 0;
  font-size:1em;
}
p.smith a{
  text-decoration: none;
  color: #f1de92;
  font-weight: 500;
  font-size: 1.2em;
}
.code-in {
  padding: 0 0 0.5em;
}
p.smith  span{
  font-weight: 400;
  padding: 0 2em;
  color: #1f1e23;
}
.top-in{
  background:#f8f8f8;
}
p.reply{
  float:right;
  padding:0;
  width: 17%;
  color:#362f2f;
  font-size:1em;
}
p.reply a{
  text-decoration:none;
  color: #555;
}
p.reply a:hover{
  color: #f43293;
}
p.reply i{
  background: url(../images/icons.html)no-repeat -101px -2px;
  width: 25px;
  height: 25px;
  display: inline-block;
  vertical-align: middle;
  margin: 0 14px 0 0px;
}
p.reply i:hover{
  background: url(../images/icons.html)no-repeat -101px -27px;
}
.single-us input[type="text"],.leave textarea,.leave input[type="submit"] {
  font-size: 1em;
  width: 100%;
  padding: 0.8em 1em;
  margin: 0.5em 0;
  background: #fff;
  outline: none;
  border: 1px solid #ddd;
  color: #555;
  -webkit-appearance: none;
}
.leave input[type="submit"] {
  border: none;
  outline: none;
  text-decoration: none;
  color: #fff;
  font-size: 1em;
  font-weight: 400;
  text-transform: uppercase;
  padding: 0.8em;
  display: inline-block;
  background: #cd3788;
 margin: 0.5em 0 0 0;
  -webkit-appearance: none;
  width: 13%;
}
.leave input[type="submit"]:hover{
   background:#f1de92;
}
.leave textarea {
  resize: none;
  width: 100%;
  margin: 0.5em 0em;
  height: 185px;
}
.top-comments {
  padding-top: 1em;
}
.leave {
  margin-top:0.9em;
}
a.news-single {
    font-size: 2.5em;
       color: #cd3788;
         font-family: 'Poiret One', cursive;
}
a.news-single:hover{
 text-decoration:none;
}
.top-single {
    margin-top: 1em;
}
/*iletisim*/
.iletisim-formu {
  
  background: #ddd;
  width: 100%;
  margin: 0 auto;
  text-align: center;
  padding: 0 0 45px;
  border-radius: 5px;
  box-shadow: 3px 3px 8px 0px rgba(23, 22, 22, 0.33);
  font-family: sans-serif;
}

.iletisim-formu h2 {
  font-size: 30px;
  color: #fff;
  margin: 0px 0px 8px 0px;
  background: #243465;
}
.iletisim-formu p {
  font-size: 12px;
  color: #909090;
  padding: 0px 0px 15px 0px;
  border-bottom: 1px solid #E9E9E9;
}
.iletisim-formu form {
}
.iletisim-formu h3 {
  font-size: 16px;
  font-weight: 400;
  color: #818181;
  margin: 5px 0px 10px 0px;
}
.iletisim-formu input{

}
.iletisim-formu input[type="text"] {
    height:30px;
    border-style: solid;
    border-color: inherit;
    border-width: 1px;
    background: #fff;
    outline: none;
    font-size: 13px;
    font-weight: 400;
    color: #bcbcbc;
    text-align:left;
  outline: none;
  font-size: 13px;
  font-weight: 400;
  border-radius: 5px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 5px;
  margin: 0px 0px 0px 0px;
  width: 75%;
  -webkit-appearance: none;
  border: 1px solid;
}
    .iletisim-formu input[type="text"]:hover, .iletisim-formu input.active {
    }

.iletisim-formu textarea {
  border-style: solid;
    border-color: inherit;
    border-width: 1px;
    background: #fff;
    outline: none;
    font-size: 13px;
    font-weight: 400;
    color: #bcbcbc;
    text-align:left;
    padding: 5px 5px 5px;
    border-radius: 5px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 5px;
    -o-border-radius: 5px;
    margin: 0px 0px 10px 0px;
    width: 75%;
    -webkit-appearance: none;
    resize: none;
    height: 6em;
    top: 0px;
    left: 1px;
}

.iletisim-formu input[type="submit"] {
  background: #1A7CEA;
  color: #FFF;
  font-size: 17px;
  font-weight: 400;
  width: 50%;
  border-radius: 6px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 6px;
  margin: 10px 0px 0px 0px;
  border-bottom: 3px solid #0E5099;
  transition: 0.5s all;
  -webkit-transition: 0.5s all;
  -moz-transition: 0.5s all;
  -o-transition: 0.5s all;
  display: inline-block;
  cursor: pointer;
  outline: none;
  border-right: none;
  border-left: none;
  border-top: none;
}
.iletisim-formu input[type="submit"]:hover {
  background:#3B73B3;
   transition: 0.5s all;
  -webkit-transition: 0.5s all;
  -moz-transition: 0.5s all;
  -o-transition: 0.5s all;
}

/*--iletisim-formu end here--*/
/*--meadia quiries start here--*/
@media(max-width:1440px){
.iletisim-formu {
  width: 100%;
}
}
@media(max-width:1366px){
.iletisim-formu {
  width: 100%;
}
}
@media(max-width:1280px){
.iletisim-formu {
  width: 100%;
}
}
@media(max-width:1024px){
.iletisim-formu {
  width: 100%;
}

}
@media(max-width:768px){
.iletisim-formu {
  width: 100%;
}
.iletisim-formu h2 {
  font-size: 26px;
}
.iletisim-formu h3 {
  font-size: 15px;
}
.iletisim-formu input[type="text"] {
  font-size: 13px;
}
.iletisim-formu input[type="submit"] {
  font-size: 15px;
}
.iletisim-formu textarea {
  font-size: 13px;
}
body {
  padding: 50px 0px 80px 0px;
}
}
@media(max-width:640px){
.iletisim-formu h2 {
  font-size: 24px;
}
.iletisim-formu input[type="text"] {
  font-size: 12px;
}
.iletisim-formu textarea {
  font-size: 12px;
}
.iletisim-formu input[type="submit"] {
  width: 69%;
  font-size: 14px;
}
body {
  padding: 50px 0px 30px 0px;
}
h1 {
  font-size: 35PX;
}
}
@media(max-width:480px){
.iletisim-formu h2 {
  font-size: 22px;
}
.iletisim-formu p {
  font-size: 9.5px;
}
.iletisim-formu form {
  padding: 10px 0px 0px 0px;
}
.iletisim-formu h3 {
  font-size: 13px;
}
.iletisim-formu input[type="text"] {
  /*width: 61%;*/
}
.iletisim-formu textarea {
  width: 61%;
}
.iletisim-formu input[type="submit"] {
  width: 80%;
}
h1 {
  font-size: 30PX;
  margin: 0px 0px 20px 0px;
}
}
@media(max-width:320px){
.iletisim-formu h2 {
  font-size: 20px;
}
body {
  padding: 30px 0px 30px 0px;
}
.iletisim-formu {
  /*padding: 20px 15px 30px 15px;
  width: 85%;*/
}
.iletisim-formu input[type="text"] {
  /*width: 65%;
  padding: 10px 10px 10px 45px;*/
}

.iletisim-formu input[type="submit"] {
  width: 90%;
  font-size: 12px;
  padding: 10px 7px;
  margin: 0px 0px 0px 0px;
}
h1 {
  font-size: 25PX;
  margin: 0px 0px 13px 0px;
}

.iletisim-formu textarea {
    background-color:white;
}
.iletisim-formu h3 {
  font-size: 11px;
  margin: 1px 0px 6px 0px;
}
}
/*iletisim bitti*/
/* tesisler bitti*/
/*videolu baslar*/
.vid-container{
  position:relative;
  height:100vh;
  overflow:hidden;
  float: left;
}
.bgvid{
  position:absolute;
  left:0;
  top:0;
  width:100vw;
}
.inner-container{
  width:400px;
  height:400px;
  position:absolute;
  top:calc(50vh - 200px);
  left:calc(50vw - 200px);
  overflow:hidden;
}
.bgvid.inner{
  top:calc(-50vh + 200px);
  left:calc(-50vw + 200px);
  filter: url("data:image/svg+xml;utf9,&lt;svg%20version='1.1'%20xmlns='http://www.w3.org/2000/svg'&gt;&lt;filter%20id='blur'&gt;&lt;feGaussianBlur%20stdDeviation='10'%20/&gt;&lt;/filter&gt;&lt;/svg&gt;#blur");
  -webkit-filter:blur(10px);
  -ms-filter: blur(10px);
  -o-filter: blur(10px);
  filter:blur(10px);
}
.box{
  position:absolute;
  height:100%;
  width:100%;
  font-family:Helvetica;
  color:#fff;
  background:rgba(0,0,0,0.13);
  padding:30px 0px;
}
.box h1{
  text-align:center;
  margin:30px 0;
  font-size:30px;
}
/*videolu biter*/

/*fixed-bottom-container baslar*/
.fixed-bottom-container{
  position: fixed;
  right: 0;
  left: 0;
  z-index: 1030;
  bottom: 0;
  background-color: #000;

}
.fixed-bottom-container p{
  vertical-align: middle;
  padding-top: 15px;

}
.font{
	font-family: 'ProximaNova-Semibold';
	font-size: 12px;
	}
	
	#container2 {

  padding: 5px;

  clear: both;

}

.centered { margin: 0 auto; }

.box {
 margin: 5px;
padding: 5px;
background: #eee none repeat scroll 0% 0%;
font-size: 11px;
line-height: 1.4em;
float: left;
border-radius: 3px;
}

.box h2 {
  font-size: 14px;
  font-weight: 200;
}

.box img,
#tumblelog img {
  display: block;
  width: 100%;
}

.rtl .box {
  float: right;
  text-align: right; 
  direction: rtl;
}
.col1 { width: 80px; }
.col2 { width: 180px; }
.col3 { width: 280px; }
.col4 { width: 380px; }
.col5 { width: 480px; }

.col1 img { max-width: 80px; }
.col2 img { max-width: 180px; }
.col3 img { max-width: 280px; }
.col4 img { max-width: 380px; }
.col5 img { max-width: 480px; }


.arkaplan-slide,
.arkaplan-slide:after {
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0px;
    left: 0px;
    z-index: 0;
}
.arkaplan-slide,
.arkaplan-slide:after {
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0px;
    left: 0px;
    z-index: 0;
}
.arkaplan-slide:after {
    content: '';
    background: transparent url(../images/curtains.png) repeat top left;
}
.arkaplan-slide li span {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0px;
    left: 0px;
    color: transparent;
    background-size: cover;
    background-position: 50% 50%;
    background-repeat: none;
    opacity: 0;
    z-index: 0;
	-webkit-backface-visibility: hidden;
    -webkit-animation: imageAnimation 36s linear infinite 0s;
    -moz-animation: imageAnimation 36s linear infinite 0s;
    -o-animation: imageAnimation 36s linear infinite 0s;
    -ms-animation: imageAnimation 36s linear infinite 0s;
    animation: imageAnimation 36s linear infinite 0s;
}
.arkaplan-slide li div {
    z-index: 1000;
    position: absolute;
    top: 26%;
    left: 0px;
    width: 100%;
    color: #fff;
    text-align: center;
    opacity: 0;
    -webkit-animation: titleAnimation 36s linear infinite 0s;
    -moz-animation: titleAnimation 36s linear infinite 0s;
    -o-animation: titleAnimation 36s linear infinite 0s;
    -ms-animation: titleAnimation 36s linear infinite 0s;
    animation: titleAnimation 36s linear infinite 0s;
}
.arkaplan-slide li div h3 {
    font-family: "ProximaNova-Regular";
    font-size: 35px;
    padding: 0;
    line-height: 200px;
    color: #fff;
    z-index: 99999;
	text-shadow: 3px 2px 1px #000;
}
.arkaplan-slide li:nth-child(1) span {
  background-image: url(../images/background/banner1.jpg);
}
.arkaplan-slide li:nth-child(2) span {
  background-image: url(../images/background/banner2.jpg);
    -webkit-animation-delay: 6s;
    -moz-animation-delay: 6s;
    -o-animation-delay: 6s;
    -ms-animation-delay: 6s;
    animation-delay: 6s;
}
.arkaplan-slide li:nth-child(3) span {
  background-image: url(../images/background/banner3.jpg);
    -webkit-animation-delay: 12s;
    -moz-animation-delay: 12s;
    -o-animation-delay: 12s;
    -ms-animation-delay: 12s;
    animation-delay: 12s;
}
.arkaplan-slide li:nth-child(4) span {
  background-image: url(../images/background/banner4.jpg);
    -webkit-animation-delay: 18s;
    -moz-animation-delay: 18s;
    -o-animation-delay: 18s;
    -ms-animation-delay: 18s;
    animation-delay: 18s;
}
.arkaplan-slide li:nth-child(5) span {
  background-image: url(../images/background/banner5.jpg);
    -webkit-animation-delay: 24s;
    -moz-animation-delay: 24s;
    -o-animation-delay: 24s;
    -ms-animation-delay: 24s;
    animation-delay: 24s;
}
.arkaplan-slide li:nth-child(6) span {
  background-image: url(../images/background/banner6.jpg);
    -webkit-animation-delay: 30s;
    -moz-animation-delay: 30s;
    -o-animation-delay: 30s;
    -ms-animation-delay: 30s;
    animation-delay: 30s;
}

.arkaplan-slide li:nth-child(2) div {
    -webkit-animation-delay: 6s;
    -moz-animation-delay: 6s;
    -o-animation-delay: 6s;
    -ms-animation-delay: 6s;
    animation-delay: 6s;
}
.arkaplan-slide li:nth-child(3) div {
    -webkit-animation-delay: 12s;
    -moz-animation-delay: 12s;
    -o-animation-delay: 12s;
    -ms-animation-delay: 12s;
    animation-delay: 12s;
}
.arkaplan-slide li:nth-child(4) div {
    -webkit-animation-delay: 18s;
    -moz-animation-delay: 18s;
    -o-animation-delay: 18s;
    -ms-animation-delay: 18s;
    animation-delay: 18s;
}
.arkaplan-slide li:nth-child(5) div {
    -webkit-animation-delay: 24s;
    -moz-animation-delay: 24s;
    -o-animation-delay: 24s;
    -ms-animation-delay: 24s;
    animation-delay: 24s;
}
.arkaplan-slide li:nth-child(6) div {
    -webkit-animation-delay: 30s;
    -moz-animation-delay: 30s;
    -o-animation-delay: 30s;
    -ms-animation-delay: 30s;
    animation-delay: 30s;
}
/* Animation for the slideshow images */
@-webkit-keyframes imageAnimation {
    0% {
      opacity: 0;
      -webkit-animation-timing-function: ease-in;
  }
  8% {
      opacity: 1;
      -webkit-transform: scale(1.05);
      -webkit-animation-timing-function: ease-out;
  }
  17% {
      opacity: 1;
      -webkit-transform: scale(1.1);
  }
    25% { opacity: 0 }
    100% { opacity: 0 }
}
@-moz-keyframes imageAnimation {
    0% {
      opacity: 0;
      -moz-animation-timing-function: ease-in;
  }
  8% {
      opacity: 1;
      -moz-transform: scale(1.05);
      -moz-animation-timing-function: ease-out;
  }
  17% {
      opacity: 1;
      -moz-transform: scale(1.1);
  }
    25% { opacity: 0 }
    100% { opacity: 0 }
}
@-o-keyframes imageAnimation {
    0% {
      opacity: 0;
      -o-animation-timing-function: ease-in;
  }
  8% {
      opacity: 1;
      -o-transform: scale(1.05);
      -o-animation-timing-function: ease-out;
  }
  17% {
      opacity: 1;
      -o-transform: scale(1.1);
  }
    25% { opacity: 0 }
    100% { opacity: 0 }
}
@-ms-keyframes imageAnimation {
    0% {
      opacity: 0;
      -ms-animation-timing-function: ease-in;
  }
  8% {
      opacity: 1;
      -ms-transform: scale(1.05);
      -ms-animation-timing-function: ease-out;
  }
  17% {
      opacity: 1;
      -ms-transform: scale(1.1);
  }
    25% { opacity: 0 }
    100% { opacity: 0 }
}
@keyframes imageAnimation {
   0% {
      opacity: 0;
      animation-timing-function: ease-in;
  }
  8% {
      opacity: 1;
      transform: scale(1.05);
      animation-timing-function: ease-out;
  }
  17% {
      opacity: 1;
      transform: scale(1.1);
  }
    25% { opacity: 0 }
    100% { opacity: 0 }
}
/* Animation for the title */
@-webkit-keyframes titleAnimation {
    0% { opacity: 0 }
    8% { opacity: 1 }
    17% { opacity: 1 }
    19% { opacity: 0 }
    100% { opacity: 0 }
}
@-moz-keyframes titleAnimation {
    0% { opacity: 0 }
    8% { opacity: 1 }
    17% { opacity: 1 }
    19% { opacity: 0 }
    100% { opacity: 0 }
}
@-o-keyframes titleAnimation {
    0% { opacity: 0 }
    8% { opacity: 1 }
    17% { opacity: 1 }
    19% { opacity: 0 }
    100% { opacity: 0 }
}
@-ms-keyframes titleAnimation {
    0% { opacity: 0 }
    8% { opacity: 1 }
    17% { opacity: 1 }
    19% { opacity: 0 }
    100% { opacity: 0 }
}
@keyframes titleAnimation {
    0% { opacity: 0 }
    8% { opacity: 1 }
    17% { opacity: 1 }
    19% { opacity: 0 }
    100% { opacity: 0 }
}
/* Show at least something when animations not supported */
.no-cssanimations .arkaplan-slide li span{
	opacity: 1;
}

@media screen and (max-width: 1140px) {
    .arkaplan-slide li div h3 { font-size: 40px }
}
@media screen and (max-width: 600px) {
    .arkaplan-slide li div h3 { font-size: 40px }
}

.dl-menuwrapper {
	width: 100%;
	max-width: 100%;
	float: left;
	position: relative;
	-webkit-perspective: 1000px;
	perspective: 1000px;
	-webkit-perspective-origin: 50% 200%;
	perspective-origin: 50% 200%;
  margin-top: -21px;
  text-align: right;
}

.dl-menuwrapper:first-child {
	margin-right: 100px;
}

.dl-menuwrapper button {
  border: 1px solid #fff;

	background: transparent;
	border: none;
	width: 45px;
	height: 42px;
	text-indent: -900em;
	overflow: hidden;
	position: relative;
	cursor: pointer;
	outline: none;
}

.dl-menuwrapper button:hover,
.dl-menuwrapper button.dl-active,
.dl-menuwrapper ul {
	background: rgba(26, 23, 21, 0.92);
}

.dl-menuwrapper button:after {
  content: '';
    position: absolute;
    width: 68%;
    height: 5px;
    background: #243465;
    top: 10px;
    left: 16%;
    box-shadow: 0 10px 0 #E2222D, 0 20px 0 #243465;
}

.dl-menuwrapper ul {
	padding: 0;
	list-style: none;
	-webkit-transform-style: preserve-3d;
	transform-style: preserve-3d;
}

.dl-menuwrapper li {
	position: relative;
  border-bottom: 1px solid #3c3b3c;
}


.dl-menuwrapper li a {
	display: block;
	position: relative;
	padding: 15px 20px;
	font-size: 12px;
	line-height: 20px;
	font-weight: 300;
	color: #fff;
	font-family: "ProximaNova-Regular";
	outline: none;
  text-align: left;
}
.dl-menuwrapper .dl-urunler li a {
	display: block;
	position: relative;
	padding: 10px 10px;
	font-size: 16px;
	line-height: 18px;
	font-weight: 300;
	color: #fff;
	outline: none;
  text-align: left;
}


.dl-menuwrapper li a .i-sag {
float:right;
}

.no-touch .dl-menuwrapper li a:hover {
	background: rgba(255,248,213,0.1);
}
.dl-menuwrapper li.dl-back {
  border-bottom: none;
  	padding: 20px 10px;
}
.dl-menuwrapper li.dl-back &gt; a {
	padding-left: 30px;
	background: rgba(0,0,0,0.1);
}




.dl-menuwrapper li.dl-back &gt; a i {
	float: left;
}

.dl-menuwrapper li &gt; a:after {
	right: 10px;
	color: rgba(0,0,0,0.15);
}

.dl-menuwrapper .dl-menu {
	margin: 10px 0 0 0;
	position: absolute;
	width: 100%;
	opacity: 0;
	pointer-events: none;
	-webkit-transform: translateY(10px);
	transform: translateY(10px);
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
}

.dl-menuwrapper .dl-menu.dl-menu-toggle {
	 transition: all 200ms cubic-bezier(1.000, 0.250, 1.000, 0.945);
}

.dl-menuwrapper .dl-menu.dl-menuopen {
	opacity: 1;
	pointer-events: auto;
	-webkit-transform: translateY(0px);
	transform: translateY(0px);
}

/* Hide the inner submenus */
.dl-menuwrapper li .dl-submenu {
	display: none;
}

/*
When a submenu is openend, we will hide all li siblings.
For that we give a class to the parent menu called "dl-subview".
We also hide the submenu link.
The opened submenu will get the class "dl-subviewopen".
All this is done for any sub-level being entered.
*/
.dl-menu.dl-subview li,
.dl-menu.dl-subview li.dl-subviewopen &gt; a,
.dl-menu.dl-subview li.dl-subview &gt; a {
	display: none;
}

.dl-menu.dl-subview li.dl-subview,
.dl-menu.dl-subview li.dl-subview .dl-submenu,
.dl-menu.dl-subview li.dl-subviewopen,
.dl-menu.dl-subview li.dl-subviewopen &gt; .dl-submenu,
.dl-menu.dl-subview li.dl-subviewopen &gt; .dl-submenu &gt; li {
	display: block;
}

/* Dynamically added submenu outside of the menu context */
.dl-menuwrapper &gt; .dl-submenu {
	position: absolute;
	width: 100%;
	top: 50px;
	left: 0;
	margin: 0;
  z-index: 1;
}

/* Animation classes for moving out and in */

.dl-menu.dl-animate-out-1 {
	-webkit-animation: MenuAnimOut1 0.4s;
	animation: MenuAnimOut1 0.4s;
}

.dl-menu.dl-animate-out-2 {
	-webkit-animation: MenuAnimOut2 0.3s ease-in-out;
	animation: MenuAnimOut2 0.3s ease-in-out;
}

.dl-menu.dl-animate-out-3 {
	-webkit-animation: MenuAnimOut3 0.4s ease;
	animation: MenuAnimOut3 0.4s ease;
}

.dl-menu.dl-animate-out-4 {
	-webkit-animation: MenuAnimOut4 0.4s ease;
	animation: MenuAnimOut4 0.4s ease;
}

.dl-menu.dl-animate-out-5 {
	-webkit-animation: MenuAnimOut5 0.4s ease;
	animation: MenuAnimOut5 0.4s ease;
}

@-webkit-keyframes MenuAnimOut1 {
	0% { }
	50% {
		-webkit-transform: translateZ(-250px) rotateY(30deg);
	}
	75% {
		-webkit-transform: translateZ(-372.5px) rotateY(15deg);
		opacity: .5;
	}
	100% {
		-webkit-transform: translateZ(-500px) rotateY(0deg);
		opacity: 0;
	}
}

@-webkit-keyframes MenuAnimOut2 {
	0% { }
	100% {
		-webkit-transform: translateX(-100%);
		opacity: 0;
	}
}

@-webkit-keyframes MenuAnimOut3 {
	0% { }
	100% {
		-webkit-transform: translateZ(300px);
		opacity: 0;
	}
}

@-webkit-keyframes MenuAnimOut4 {
	0% { }
	100% {
		-webkit-transform: translateZ(-300px);
		opacity: 0;
	}
}

@-webkit-keyframes MenuAnimOut5 {
	0% { }
	100% {
		-webkit-transform: translateY(40%);
		opacity: 0;
	}
}

@keyframes MenuAnimOut1 {
	0% { }
	50% {
		-webkit-transform: translateZ(-250px) rotateY(30deg);
		transform: translateZ(-250px) rotateY(30deg);
	}
	75% {
		-webkit-transform: translateZ(-372.5px) rotateY(15deg);
		transform: translateZ(-372.5px) rotateY(15deg);
		opacity: .5;
	}
	100% {
		-webkit-transform: translateZ(-500px) rotateY(0deg);
		transform: translateZ(-500px) rotateY(0deg);
		opacity: 0;
	}
}

@keyframes MenuAnimOut2 {
	0% { }
	100% {
		-webkit-transform: translateX(-100%);
		transform: translateX(-100%);
		opacity: 0;
	}
}

@keyframes MenuAnimOut3 {
	0% { }
	100% {
		-webkit-transform: translateZ(300px);
		transform: translateZ(300px);
		opacity: 0;
	}
}

@keyframes MenuAnimOut4 {
	0% { }
	100% {
		-webkit-transform: translateZ(-300px);
		transform: translateZ(-300px);
		opacity: 0;
	}
}

@keyframes MenuAnimOut5 {
	0% { }
	100% {
		-webkit-transform: translateY(40%);
		transform: translateY(40%);
		opacity: 0;
	}
}

.dl-menu.dl-animate-in-1 {
	-webkit-animation: MenuAnimIn1 0.3s;
	animation: MenuAnimIn1 0.3s;
}

.dl-menu.dl-animate-in-2 {
	-webkit-animation: MenuAnimIn2 0.3s ease-in-out;
	animation: MenuAnimIn2 0.3s ease-in-out;
}

.dl-menu.dl-animate-in-3 {
	-webkit-animation: MenuAnimIn3 0.4s ease;
	animation: MenuAnimIn3 0.4s ease;
}

.dl-menu.dl-animate-in-4 {
	-webkit-animation: MenuAnimIn4 0.4s ease;
	animation: MenuAnimIn4 0.4s ease;
}

.dl-menu.dl-animate-in-5 {
	-webkit-animation: MenuAnimIn5 0.4s ease;
	animation: MenuAnimIn5 0.4s ease;
}

@-webkit-keyframes MenuAnimIn1 {
	0% {
		-webkit-transform: translateZ(-500px) rotateY(0deg);
		opacity: 0;
	}
	20% {
		-webkit-transform: translateZ(-250px) rotateY(30deg);
		opacity: 0.5;
	}
	100% {
		-webkit-transform: translateZ(0px) rotateY(0deg);
		opacity: 1;
	}
}

@-webkit-keyframes MenuAnimIn2 {
	0% {
		-webkit-transform: translateX(-100%);
		opacity: 0;
	}
	100% {
		-webkit-transform: translateX(0px);
		opacity: 1;
	}
}

@-webkit-keyframes MenuAnimIn3 {
	0% {
		-webkit-transform: translateZ(300px);
		opacity: 0;
	}
	100% {
		-webkit-transform: translateZ(0px);
		opacity: 1;
	}
}

@-webkit-keyframes MenuAnimIn4 {
	0% {
		-webkit-transform: translateZ(-300px);
		opacity: 0;
	}
	100% {
		-webkit-transform: translateZ(0px);
		opacity: 1;
	}
}

@-webkit-keyframes MenuAnimIn5 {
	0% {
		-webkit-transform: translateY(40%);
		opacity: 0;
	}
	100% {
		-webkit-transform: translateY(0);
		opacity: 1;
	}
}

@keyframes MenuAnimIn1 {
	0% {
		-webkit-transform: translateZ(-500px) rotateY(0deg);
		transform: translateZ(-500px) rotateY(0deg);
		opacity: 0;
	}
	20% {
		-webkit-transform: translateZ(-250px) rotateY(30deg);
		transform: translateZ(-250px) rotateY(30deg);
		opacity: 0.5;
	}
	100% {
		-webkit-transform: translateZ(0px) rotateY(0deg);
		transform: translateZ(0px) rotateY(0deg);
		opacity: 1;
	}
}

@keyframes MenuAnimIn2 {
	0% {
		-webkit-transform: translateX(-100%);
		transform: translateX(-100%);
		opacity: 0;
	}
	100% {
		-webkit-transform: translateX(0px);
		transform: translateX(0px);
		opacity: 1;
	}
}

@keyframes MenuAnimIn3 {
	0% {
		-webkit-transform: translateZ(300px);
		transform: translateZ(300px);
		opacity: 0;
	}
	100% {
		-webkit-transform: translateZ(0px);
		transform: translateZ(0px);
		opacity: 1;
	}
}

@keyframes MenuAnimIn4 {
	0% {
		-webkit-transform: translateZ(-300px);
		transform: translateZ(-300px);
		opacity: 0;
	}
	100% {
		-webkit-transform: translateZ(0px);
		transform: translateZ(0px);
		opacity: 1;
	}
}

@keyframes MenuAnimIn5 {
	0% {
		-webkit-transform: translateY(40%);
		transform: translateY(40%);
		opacity: 0;
	}
	100% {
		-webkit-transform: translateY(0);
		transform: translateY(0);
		opacity: 1;
	}
}

.dl-menuwrapper &gt; .dl-submenu.dl-animate-in-1 {
	-webkit-animation: SubMenuAnimIn1 0.4s ease;
	animation: SubMenuAnimIn1 0.4s ease;
}

.dl-menuwrapper &gt; .dl-submenu.dl-animate-in-2 {
	-webkit-animation: SubMenuAnimIn2 0.3s ease-in-out;
	animation: SubMenuAnimIn2 0.3s ease-in-out;
}

.dl-menuwrapper &gt; .dl-submenu.dl-animate-in-3 {
	-webkit-animation: SubMenuAnimIn3 0.4s ease;
	animation: SubMenuAnimIn3 0.4s ease;
}

.dl-menuwrapper &gt; .dl-submenu.dl-animate-in-4 {
	-webkit-animation: SubMenuAnimIn4 0.4s ease;
	animation: SubMenuAnimIn4 0.4s ease;
}

.dl-menuwrapper &gt; .dl-submenu.dl-animate-in-5 {
	-webkit-animation: SubMenuAnimIn5 0.4s ease;
	animation: SubMenuAnimIn5 0.4s ease;
}

@-webkit-keyframes SubMenuAnimIn1 {
	0% {
		-webkit-transform: translateX(50%);
		opacity: 0;
	}
	100% {
		-webkit-transform: translateX(0px);
		opacity: 1;
	}
}

@-webkit-keyframes SubMenuAnimIn2 {
	0% {
		-webkit-transform: translateX(100%);
		opacity: 0;
	}
	100% {
		-webkit-transform: translateX(0px);
		opacity: 1;
	}
}

@-webkit-keyframes SubMenuAnimIn3 {
	0% {
		-webkit-transform: translateZ(-300px);
		opacity: 0;
	}
	100% {
		-webkit-transform: translateZ(0px);
		opacity: 1;
	}
}

@-webkit-keyframes SubMenuAnimIn4 {
	0% {
		-webkit-transform: translateZ(300px);
		opacity: 0;
	}
	100% {
		-webkit-transform: translateZ(0px);
		opacity: 1;
	}
}

@-webkit-keyframes SubMenuAnimIn5 {
	0% {
		-webkit-transform: translateZ(-200px);
		opacity: 0;
	}
	100% {
		-webkit-transform: translateZ(0);
		opacity: 1;
	}
}

@keyframes SubMenuAnimIn1 {
	0% {
		-webkit-transform: translateX(50%);
		transform: translateX(50%);
		opacity: 0;
	}
	100% {
		-webkit-transform: translateX(0px);
		transform: translateX(0px);
		opacity: 1;
	}
}

@keyframes SubMenuAnimIn2 {
	0% {
		-webkit-transform: translateX(100%);
		transform: translateX(100%);
		opacity: 0;
	}
	100% {
		-webkit-transform: translateX(0px);
		transform: translateX(0px);
		opacity: 1;
	}
}

@keyframes SubMenuAnimIn3 {
	0% {
		-webkit-transform: translateZ(-300px);
		transform: translateZ(-300px);
		opacity: 0;
	}
	100% {
		-webkit-transform: translateZ(0px);
		transform: translateZ(0px);
		opacity: 1;
	}
}

@keyframes SubMenuAnimIn4 {
	0% {
		-webkit-transform: translateZ(300px);
		transform: translateZ(300px);
		opacity: 0;
	}
	100% {
		-webkit-transform: translateZ(0px);
		transform: translateZ(0px);
		opacity: 1;
	}
}

@keyframes SubMenuAnimIn5 {
	0% {
		-webkit-transform: translateZ(-200px);
		transform: translateZ(-200px);
		opacity: 0;
	}
	100% {
		-webkit-transform: translateZ(0);
		transform: translateZ(0);
		opacity: 1;
	}
}

.dl-menuwrapper &gt; .dl-submenu.dl-animate-out-1 {
	-webkit-animation: SubMenuAnimOut1 0.4s ease;
	animation: SubMenuAnimOut1 0.4s ease;
}

.dl-menuwrapper &gt; .dl-submenu.dl-animate-out-2 {
	-webkit-animation: SubMenuAnimOut2 0.3s ease-in-out;
	animation: SubMenuAnimOut2 0.3s ease-in-out;
}

.dl-menuwrapper &gt; .dl-submenu.dl-animate-out-3 {
	-webkit-animation: SubMenuAnimOut3 0.4s ease;
	animation: SubMenuAnimOut3 0.4s ease;
}

.dl-menuwrapper &gt; .dl-submenu.dl-animate-out-4 {
	-webkit-animation: SubMenuAnimOut4 0.4s ease;
	animation: SubMenuAnimOut4 0.4s ease;
}

.dl-menuwrapper &gt; .dl-submenu.dl-animate-out-5 {
	-webkit-animation: SubMenuAnimOut5 0.4s ease;
	animation: SubMenuAnimOut5 0.4s ease;
}

@-webkit-keyframes SubMenuAnimOut1 {
	0% {
		-webkit-transform: translateX(0%);
		opacity: 1;
	}
	100% {
		-webkit-transform: translateX(50%);
		opacity: 0;
	}
}

@-webkit-keyframes SubMenuAnimOut2 {
	0% {
		-webkit-transform: translateX(0%);
		opacity: 1;
	}
	100% {
		-webkit-transform: translateX(100%);
		opacity: 0;
	}
}

@-webkit-keyframes SubMenuAnimOut3 {
	0% {
		-webkit-transform: translateZ(0px);
		opacity: 1;
	}
	100% {
		-webkit-transform: translateZ(-300px);
		opacity: 0;
	}
}

@-webkit-keyframes SubMenuAnimOut4 {
	0% {
		-webkit-transform: translateZ(0px);
		opacity: 1;
	}
	100% {
		-webkit-transform: translateZ(300px);
		opacity: 0;
	}
}

@-webkit-keyframes SubMenuAnimOut5 {
	0% {
		-webkit-transform: translateZ(0);
		opacity: 1;
	}
	100% {
		-webkit-transform: translateZ(-200px);
		opacity: 0;
	}
}

@keyframes SubMenuAnimOut1 {
	0% {
		-webkit-transform: translateX(0%);
		transform: translateX(0%);
		opacity: 1;
	}
	100% {
		-webkit-transform: translateX(50%);
		transform: translateX(50%);
		opacity: 0;
	}
}

@keyframes SubMenuAnimOut2 {
	0% {
		-webkit-transform: translateX(0%);
		transform: translateX(0%);
		opacity: 1;
	}
	100% {
		-webkit-transform: translateX(100%);
		transform: translateX(100%);
		opacity: 0;
	}
}

@keyframes SubMenuAnimOut3 {
	0% {
		-webkit-transform: translateZ(0px);
		transform: translateZ(0px);
		opacity: 1;
	}
	100% {
		-webkit-transform: translateZ(-300px);
		transform: translateZ(-300px);
		opacity: 0;
	}
}

@keyframes SubMenuAnimOut4 {
	0% {
		-webkit-transform: translateZ(0px);
		transform: translateZ(0px);
		opacity: 1;
	}
	100% {
		-webkit-transform: translateZ(300px);
		transform: translateZ(300px);
		opacity: 0;
	}
}

@keyframes SubMenuAnimOut5 {
	0% {
		-webkit-transform: translateZ(0);
		transform: translateZ(0);
		opacity: 1;
	}
	100% {
		-webkit-transform: translateZ(-200px);
		transform: translateZ(-200px);
		opacity: 0;
	}
}

/* No JS Fallback */
.no-js .dl-menuwrapper .dl-menu {
	position: relative;
	opacity: 1;
	-webkit-transform: none;
	transform: none;
}

.no-js .dl-menuwrapper li .dl-submenu {
	display: block;
}

.no-js .dl-menuwrapper li.dl-back {
	display: none;

}

.no-js .dl-menuwrapper li &gt; a:not(:only-child) {
	background: rgba(0,0,0,0.1);
}

.no-js .dl-menuwrapper li &gt; a:not(:only-child):after {
	content: '';
}

/* Colors for demos */

/* Demo 1 */
.demo-1 .dl-menuwrapper button {
	background: #c62860;
}

.demo-1 .dl-menuwrapper button:hover,
.demo-1 .dl-menuwrapper button.dl-active,
.demo-1 .dl-menuwrapper ul {
	background: #9e1847;
}

/* Demo 2 */
.demo-2 .dl-menuwrapper button {
	background: #e86814;
}

.demo-2 .dl-menuwrapper button:hover,
.demo-2 .dl-menuwrapper button.dl-active,
.demo-2 .dl-menuwrapper ul {
	background: #D35400;
}

/* Demo 3 */
.demo-3 .dl-menuwrapper button {
	background: #08cbc4;
}

.demo-3 .dl-menuwrapper button:hover,
.demo-3 .dl-menuwrapper button.dl-active,
.demo-3 .dl-menuwrapper ul {
	background: #00b4ae;
}

/* Demo 4 */
.demo-4 .dl-menuwrapper button {
	background: #90b912;
}

.demo-4 .dl-menuwrapper button:hover,
.demo-4 .dl-menuwrapper button.dl-active,
.demo-4 .dl-menuwrapper ul {
	background: #79a002;
}

/* Demo 5 */
.demo-5 .dl-menuwrapper button {
	background: #744783;
}

.demo-5 .dl-menuwrapper button:hover,
.demo-5 .dl-menuwrapper button.dl-active,
.demo-5 .dl-menuwrapper ul {
	background: #643771;
}
.h4, .h5, .h6, h4, h5, h6 {
    margin-top: 10px;
    margin-bottom: 0px !important;
}</pre></body></html>