@font-face {
    font-family: 'CenturyGothic';
    src: url('CenturyGothic-Bold.eot');
    src: url('CenturyGothic-Bold.eot?#iefix') format('embedded-opentype'),
    url('CenturyGothic-Bold.woff') format('woff'),
    url('CenturyGothic-Bold.ttf')  format('truetype');
    font-weight: bold;
    font-style: normal;
}

@font-face {
    font-family: 'CenturyGothic';
    src: url('CenturyGothic.eot');
    src: url('CenturyGothic.eot?#iefix') format('embedded-opentype'),
    url('CenturyGothic.woff') format('woff'),
    url('CenturyGothic.ttf')  format('truetype');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'DidotLTPro';
    src: url('DidotLTPro-Roman.eot');
    src: url('DidotLTPro-Roman.eot?#iefix') format('embedded-opentype'),
    url('DidotLTPro-Roman.woff') format('woff'),
    url('DidotLTPro-Roman.ttf')  format('truetype');
    font-weight: normal;
    font-style: normal;
}
html {
    -webkit-font-smoothing: antialiased;
}

/* #Panel
================================================== */




/* #PAGE LOAD */

body.royal_loader {
    background: none;
    visibility: hidden;
}
#royal_preloader {
    font-size: 12px;
    visibility: visible;
    position: fixed;
    top: 0px;
    right: 0px;
    bottom: 0px;
    left: 0px;
    z-index: 9999999999;
    -webkit-transition: opacity 0.2s linear 0.8s;
       -moz-transition: opacity 0.2s linear 0.8s;
        -ms-transition: opacity 0.2s linear 0.8s;
         -o-transition: opacity 0.2s linear 0.8s;
            transition: opacity 0.2s linear 0.8s;
}
#royal_preloader.complete {
    opacity: 0;
}
#royal_preloader .background {
    position: absolute;
    top: 0px;
    bottom: 0px;
    left: 0px;
    right: 0px;
    background-color: #000000;
    -webkit-transition: background 0.5s linear;
       -moz-transition: background 0.5s linear;
        -ms-transition: background 0.5s linear;
         -o-transition: background 0.5s linear;
            transition: background 0.5s linear;
}
#royal_preloader.number .name {
    position: absolute;
    top: 20%;
    left: 0px;
    right: 0px;
    text-transform: uppercase;
    color: #EEEEEE;
    text-align: center;
    opacity: 0;
    -webkit-transition: -webkit-transform 0.3s linear;
       -moz-transition: -moz-transform 0.3s linear;
        -ms-transition: -ms-transform 0.3s linear;
         -o-transition: -o-transform 0.3s linear;
            transition: transform 0.3s linear;
    -webkit-animation: fly 0.3s;
       -moz-animation: fly 0.3s;
        -ms-animation: fly 0.3s;
         -o-animation: fly 0.3s;
            animation: fly 0.3s;
}
#royal_preloader.number .percentage {
    color: #FFFFFF;
    text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.5);
    text-align: center;
    margin: -90px 0px 0px -90px;
    background-repeat: no-repeat;
    background-position: 50% 0;
    padding-top: 80px;
    width: 180px;
    position: absolute;
    font-size: 50px;
    top: 50%;
    left: 50%;
    -webkit-transition: all 0.3s linear 0.5s;
       -moz-transition: all 0.3s linear 0.5s;
        -ms-transition: all 0.3s linear 0.5s;
         -o-transition: all 0.3s linear 0.5s;
            transition: all 0.3s linear 0.5s;
}
#royal_preloader.text .loader {
    color: #000000;
    position: absolute;
	font-weight: 800;
    top: 50%;
    left: 50%;
    height: 40px;
    line-height: 40px;
    margin-top: -20px;
    letter-spacing: 3px;
    font-size: 36px;
    white-space: nowrap;
}
#royal_preloader.text .loader div {
    position: absolute;
    top: 0px;
    right: 0px;
    bottom: 0px;
    left: 0%;
    background-color: #000000;
    opacity: 0.7;
    filter: alpha(opacity=70);
    -webkit-transition: left 0.3s linear;
       -moz-transition: left 0.3s linear;
        -ms-transition: left 0.3s linear;
         -o-transition: left 0.3s linear;
            transition: left 0.3s linear;
}
#royal_preloader.logo .loader {
    width: 80px;
    height: 80px;
    position: absolute;
    left: 50%;
    top: 50%;
    margin: -40px 0px 0px -40px;
    overflow: hidden;
    background-position: 50% 50%;
    background-repeat: no-repeat;
    background-size: cover;
    border-radius: 100%;
}
#royal_preloader.logo .loader div {
    position: absolute;
    bottom: 0%;
    left: 0px;
    right: 0px;
    height: 100%;
    opacity: 0.7;
    filter: alpha(opacity=70);
    -webkit-transition: bottom 0.3s linear;
       -moz-transition: bottom 0.3s linear;
        -ms-transition: bottom 0.3s linear;
         -o-transition: bottom 0.3s linear;
            transition: bottom 0.3s linear;
}
#royal_preloader.logo .percentage {
    position: absolute;
    width: 80px;
    height: 40px;
    line-height: 40px;
    top: 50%;
    left: 50%;
    margin: 40px 0px 0px -40px;
    color: #072E77;
    text-align: center;
    font-size: 12px;
    font-weight: bold;
}

@-webkit-keyframes fly {
    0% { opacity: 0; top: 50%; }
    20% {opacity: 1; top: 40%; }
    100% { opacity: 0; top: 20%;}
}
@-moz-keyframes fly {
    0% { opacity: 0; top: 50%; }
    20% {opacity: 1; top: 40%; }
    100% { opacity: 0; top: 20%;}
}
@-ms-keyframes fly {
    0% { opacity: 0; top: 50%; }
    20% {opacity: 1; top: 40%; }
    100% { opacity: 0; top: 20%;}
}
@-o-keyframes fly {
    0% { opacity: 0; top: 50%; }
    20% {opacity: 1; top: 40%; }
    100% { opacity: 0; top: 20%;}
}
@keyframes fly {
    0% { opacity: 0; top: 50%; }
    20% {opacity: 1; top: 40%; }
    100% { opacity: 0; top: 20%;}
}


/* #Navigation
================================================== */


#menu-wrap{
    display: none;
    padding-top: 50px;
    position: absolute;
	padding-bottom:10px;
	width:100%;
	z-index:3;
	top:0;
	left:0;
    background-color: transparent;
}

.menu-back{

}


ul.cMenu li ul li a {
    z-index: 100;
    color: #000;
}
ul.cMenu li ul li a:hover {
}
ul.cMenu li ul li {
	background:none;
	padding-left:0; }
ul.cMenu li ul {
	background:rgba(230,230,230,.9);
	box-shadow: 0 0 15px rgba(0,0,0,0.1);
}






.logo{
	position:absolute;
	width:146px;
	height:216px;
	z-index:10000;
	left:19px;
	top:0px;
	background:url('../images/palladium_logo.png') no-repeat center center;
	background-size:138px 168px;
    background-color: rgba(255,255,255,0.75);
}



.menu-collapser {
    position: fixed;
    height: 48px;
    line-height: 48px;
    font-size: 16px;
    padding: 0 8px;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
z-index: 10000;
}
.collapse-button {

    position: fixed;
    right: 8px;
    top: 50px;
    width: 107px;
    height: 40px;
    color: #000;
    background-color: white;
    cursor: pointer;
    font-size: 18px;
    text-align: center;

}
.menuButton{
    z-index: 10000;
    z-index: 50;
    margin-left: -21px;
    width: 120px;
    margin-top: -4px;
    background-image: url(../images/icon-set/menu/menu.svg);
    background-size: 23px 17px;
    background-repeat: no-repeat;
    background-position: right center;
    line-height: 51px;
}
.menuButton1{
    z-index: 10000;
    z-index: 50;
    margin-left: -21px;
    width: 120px;
    margin-top: -4px;
    background-image: url(../images/icon-set/menu-close/menu-close.svg);
    background-size: 23px 17px;
    background-repeat: no-repeat;
    background-position: right center;
    line-height: 51px;
}
.collapse-button:hover, .collapse-button:focus {
    background-image: none;
    background-color: #ffffff;
    color: #000;
}
.collapse-button .icon-bar {
    background-color: #000;
    border-radius: 1px 1px 1px 1px;
    box-shadow: 0 1px 0 rgba(0, 0, 0, 0.25);
    display: block;
    height: 2px;
    width: 18px;
    margin: 2px 0;
}

ul.cMenu {
	padding-top:10px;
	padding-right:50px;
	text-align:center;
	margin-top:22px;
	margin-bottom:10px;
    background-color: white;
}
ul.cMenu li {
    position: relative;
    display: inline-block;
	padding-left:27px;
}

ul.cMenu > li {}
ul.cMenu > li:first-child { border-left: 0 }
ul.cMenu > li:last-child { margin-right: 0 }
ul.cMenu li a {
    display: block;
    color: #000;
    padding: 10px 0px;
	cursor:pointer;
	font-family: 'CenturyGothic';
	text-transform:uppercase;
    border-bottom:1px solid rgba(0,0,0,0);
    font-size: 19px;
    -webkit-transition: all 300ms linear;
    -moz-transition: all 300ms linear;
    -o-transition: all 300ms linear;
    -ms-transition: all 300ms linear;
    transition: all 300ms linear; 
}
ul.cMenu li a:hover {
    text-decoration: none;
}
ul.cMenu li {
}
ul.cMenu li:first-child {
	background:none;
}

ul.cMenu li .sub-collapser {
    position: absolute;
    right: 0;
    top: 0;
    width: 48px;
    height: 100%;
    z-index: 999;
    cursor: pointer;
}
ul.cMenu li .sub-collapser:before {
	display:none;
}
ul.cMenu li .sub-collapser > i {
	display:none;
}
ul.cMenu li ul {
    margin: 0;
    list-style-type: none;
}
ul.cMenu li ul a{
    font-size:10px;
}
ul.cMenu li ul li:first-child {
	background:none; }
ul.cMenu li ul li {
	background:none;
	padding-left:0; }
ul.cMenu li > ul {
    display: none;
    position: absolute;
	text-align:left;
    left: 0;
    top: 100%;
    z-index: 999;
    width: 150%;
}
ul.cMenu li > ul > li ul {
    display: none;
    position: absolute;
    left: 100%;
    top: 0;
    z-index: 999;
    width: 100%;
}
ul.cMenu.collapsed {
	padding:0;
	margin:0;
    margin-top: -50px;
    padding-top: 40px;
    padding-bottom: 50px;
}
ul.cMenu.collapsed li {
    display: block;
    width: 100%;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
}
ul.cMenu.collapsed li a {
    display: block;
    border-bottom: 1px solid rgba(0, 0, 0, 0);
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box
}
ul.cMenu.collapsed li .sub-collapser {
    height: 40px;
}
ul.cMenu.collapsed li > ul {
    display: none;
    position: static;
}

/* #Home
================================================== */

#home {
    position: relative;
    margin: 0 auto;
    width: 100%;
    overflow: hidden;
    z-index: 2;
}

.small-text { 
	position: absolute; 
	top: 52%;
	margin-top:55px;
	color:#fff;
	width: 100%;
	font-family: 'CenturyGothic';
	font-size: 22px;
	line-height:22px;
	z-index: 20;
    background-color: black;
    width: 174px;
    margin-left: 50px;
    padding: 5px;
}
.small-text1 {
    position: absolute;
    top: 52%;
    margin-top:55px;
    color:#fff;
    width: 100%;
    font-family: 'CenturyGothic';
    font-size: 22px;
    line-height:22px;
    z-index: 20;
    background-color: black;
    width: 207px;
    margin-left: 50px;
    padding: 5px;
}
.smallbeyaz {
    position: absolute;
    top: 60%;
    margin-top:55px;
    color:#000;
    width: 100%;
    font-family: 'CenturyGothic';
    font-size: 14px;
    line-height:14px;
    z-index: 20;
    background-color: white;
    width: 186px;
    margin-left: 50px;
    padding: 5px;
}
/* #About
================================================== */

#about{
	position: relative;
	margin: 0 auto;
	width: 100%;
	background:#f2f2f2;
	overflow:hidden;
	padding-top:50px;
	padding-bottom:70px;
	z-index:2;
}
#about h6 {
	text-align:left;
	padding-bottom:25px;
}
.head-subtext {
	text-align:center;
	padding-top:30px;
	font-family: 'CenturyGothic', sans-serif;
	color:#black;
    padding-left: 10px;
    padding-right: 10px;
    line-height: 40px;
    font-size: 23px;
}
#about .head-subtext {
	padding-bottom:30px;
}
#work .head-subtext {
	padding-bottom:30px;
}
svg {
	pointer-events: none;
}
.drawings {
	position: relative;
	max-height: 600px;
}

.illustration {
	position: absolute;
	top: 50%;
	left: 50%;
	max-height: 100%;
	max-width: 100%;
	opacity: 0;
	-webkit-transform: translateX(-50%) translateY(-50%);
	transform: translateX(-50%) translateY(-50%);
}

.show {
	opacity: 1;
}

.hide {
	opacity: 0;
}

.line-drawing,
.illustration {
	-webkit-transition: opacity 0.8s;
	transition: opacity 0.8s;
}

.line-drawing path {
	fill: none;
	stroke-width: 1;
}

path.line-round {
	stroke-linecap: round;
}

path.stroke-medium {
	stroke-width: 2;
}

path.stroke-thin {
	stroke-width: 1;
}



/* #Sep sections
================================================== */
#sep{
	position: relative;
	margin: 0 auto;
	width: 100%;
	overflow:hidden;

    height: 450px;
}
#sep1{
	position: relative;
	margin: 0 auto;
	width: 100%;
	overflow:hidden;
	padding-bottom:170px;
}
.z-index{
	z-index:2;
}

/* #testimonials section
================================================== */
.test{
	position:relative;
	width:100%;
	z-index:100;
	text-align:center;
	margin:0 auto;
}
.test h6{
	font-family: 'CenturyGothic';
	font-size: 16px;
	line-height:22px;
	padding-bottom:25px;
	padding-top:15px;
	color:#fff;
}
.test p{
	padding-bottom:10px;
	font-size: 90%;
	text-align:center;
	color:#fff;
}
.test span{
	border-top:1px solid rgba(255,255,255,.7);
	padding-top:5px;
}

.icon-test  {
	position:relative;
	font-family: 'FontAwesome';
	font-size: 26px;
	line-height: 26px;
	height: 26px;
	width:100%;
	margin:0 auto;
	padding-bottom:20px;
	text-align:center;
}



/* DIRECTION CONTROLS (NEXT / PREV) */

.bx-wrapper{
	position:relative;
	width:100%;
}
.bx-wrapper .bx-prev {

	background:url(../images/arr1.png) no-repeat center center;
	background-size:15px 15px;
	border-top-left-radius:3px;
	border-bottom-left-radius:3px;
	-webkit-transition : all 0.2s ease-out;
	-moz-transition : all 0.2s ease-out;
	-o-transition :all 0.2s ease-out;
	transition : all 0.2s ease-out;  
}

.bx-wrapper .bx-next {
	right:50%;
	margin-right:-35px;
	bottom:-40px;
	background:url(../images/arr2.png) no-repeat center center;
	background-size:15px 15px;
	border-top-right-radius:3px;
	border-bottom-right-radius:3px;
	-webkit-transition : all 0.2s ease-out;
	-moz-transition : all 0.2s ease-out;
	-o-transition :all 0.2s ease-out;
	transition : all 0.2s ease-out;  
}

.bx-wrapper .bx-prev:hover {
  -webkit-transform: scale(0.95);
  -moz-transform: scale(0.95);
  -ms-transform: scale(0.95);
  -o-transform: scale(0.95);
  transform: scale(0.95);
}

.bx-wrapper .bx-next:hover {
  -webkit-transform: scale(0.95);
  -moz-transform: scale(0.95);
  -ms-transform: scale(0.95);
  -o-transform: scale(0.95);
  transform: scale(0.95);
}

.bx-wrapper .bx-controls-direction a {
	position: absolute;
	outline: 0;
	width: 30px;
	height: 30px;
	text-indent: -9999px;
	z-index: 9;
}

.bx-wrapper .bx-controls-direction a.disabled {
	display: none;
}




 .parallaxFarkimiz {
	background: url('../images/parallax/nidakule-atasehir.jpg') repeat fixed;
	background-size: cover;
	position: absolute;
	top: 0; 
	left: 0; 
	right: 0;
	bottom: 0;
	z-index: -1;
	width:100%;
     height: 420px;
}

@media only screen and (min-width: 1930px) { .parallaxFarkimiz { background-size: cover; } }
 @media only screen and (min-device-width : 768px) and (max-device-width : 1024px) and (orientation : landscape) {
	.parallaxFarkimiz { background-size: cover; background-attachment: scroll; background-position: top center!important; }
}
@media only screen and (max-width: 959px) {
	.parallaxFarkimiz { background-size: cover; background-attachment: scroll; background-position: top center!important; }
}
  .parallax1 {
	background: url('../images/parallax/nidakule-atasehir.jpg') repeat fixed;
	background-size: cover;
	position: absolute;
	top: 0; 
	left: 0; 
	right: 0;
	bottom: 0;
	z-index: -1;
	width:100%;
}

@media only screen and (min-width: 1930px) { .parallax1 { background-size: cover; } }
 @media only screen and (min-device-width : 768px) and (max-device-width : 1024px) and (orientation : landscape) {
	.parallax1 { background-size: cover; background-attachment: scroll; background-position: top center!important; }
}
@media only screen and (max-width: 959px) {
	.parallax1 { background-size: cover; background-attachment: scroll; background-position: top center!important; }
}
 

#action {
	position: relative;
	width: 100%;
	background:rgba(0,0,0,.3);
	padding-top:30px;
	padding-bottom:30px;
	margin-bottom:150px;
	z-index:200;
	-webkit-transition : all 0.3s ease-out;
	-moz-transition : all 0.3s ease-out;
	-o-transition :all 0.3s ease-out;
	transition : all 0.3s ease-out;
}
#action:hover {
	background:rgba(0,0,0,.5);
}
#action h6 {
	color: #fff;
}
#action p {
	padding-top:10px;
	text-align:center;
	text-transform:uppercase;
}






#contact{
	position: relative;
	margin: 0 auto;
	width: 100%;
	overflow:hidden;
	padding-top:100px;
}

@media only screen and (min-width: 1930px) { .parallax2 { background-size: cover; } }
 @media only screen and (min-device-width : 768px) and (max-device-width : 1024px) and (orientation : landscape) {
	.parallax2 { background-size: cover; background-attachment: scroll; background-position: top center!important; }
}
@media only screen and (max-width: 959px) {
	.parallax2 { background-size: cover; background-attachment: scroll; background-position: top center!important; }
}

.contact-wrap{
	position: relative;
	margin: 0 auto;
	overflow:hidden;
	padding-top:75px;
	padding-bottom:75px;
	padding-left:40px;
	padding-right:40px;
}
.contact-wrap h6{
	padding-bottom:25px;
	text-align:center;
	color:#fff;
}
.contact-wrap p{
	padding-bottom:30px;
	text-align:center;
	color:#fff;
	opacity:.8;
}
.contact-wrap p span{
	font-family: 'CenturyGothic', sans-serif;
	color:#fff;
	font-size: 20px;
	line-height: 20px;
	text-transform:uppercase;
	padding-right:10px;
	font-weight: 800;
}


/*
#google_map {
	-webkit-filter: grayscale(90%);
	-moz-filter: grayscale(90%);
	-ms-filter: grayscale(90%);
	-o-filter: grayscale(90%);
	filter: grayscale(90%);
	filter: url(../images/grayscale.svg#greyscale);
	filter: gray; /* IE 6-9 */
/*}*/

#google_map {
	width:100%;
	height:400px;
	z-index:0;
	position:relative;
	z-index:200;
	opacity:.8;
}

.map-tooltip h6 {
	color: #292929;
	text-transform: uppercase;
	margin-left:20px;
	font-size: 18px;
	margin-bottom: 10px;
	margin-top: 10px;	
}

.map-tooltip p {
	margin-bottom: 10px;
	margin-left:20px;
	font-size: 13px;
	text-align:center;
}


.portfolio-wrap{
	position: relative;
	width: 100%;
	overflow:hidden;
}
.portfolio-box{

}
.portfolio-box img{


	width: 100%;
	height:auto;
	display:block;
    -webkit-transition: all 300ms linear;
    -moz-transition: all 300ms linear;
    -o-transition: all 300ms linear;
    -ms-transition: all 300ms linear;
    transition: all 300ms linear;
}
.portfolio-box:hover img{
	-webkit-transform: scale(1.1);
	-moz-transform: scale(1.1);
	-ms-transform: scale(1.1);
	-o-transform: scale(1.1);
	transform: scale(1.1);
}
.portfolio-box .mask{
	position:absolute;
	background:rgba(233,232,232,.7);
	top:0;
	left:0;
	width: 100%;
	height:100%;
	display:block;
	-webkit-transform: scale(0);
	-moz-transform: scale(0);
	-ms-transform: scale(0);
	-o-transform: scale(0);
	transform: scale(0);
    -webkit-transition: all 300ms linear;
    -moz-transition: all 300ms linear;
    -o-transition: all 300ms linear;
    -ms-transition: all 300ms linear;
    transition: all 300ms linear;
}
.portfolio-box:hover .mask{
	-webkit-transform: scale(1);
	-moz-transform: scale(1);
	-ms-transform: scale(1);
	-o-transform: scale(1);
	transform: scale(1);
}
.portfolio-box h4{
	position:absolute;
	bottom:0px;
    font-family: 'CenturyGothic';
    text-transform: none;
	font-weight:400;
	font-size: 19px;
	line-height:25px;
	padding-top:15px;
	padding-bottom:15px;
color:black;
	background-color: #ffffff;
	opacity:0.85;

}
.portfolio-box:hover h4{

}

.isotope-item {
    overflow: hidden;
    z-index: 2;
}
.isotope-hidden.isotope-item {
    pointer-events: none;
    z-index: 1;
}
.isotope, .isotope .isotope-item {
    -webkit-transition-duration: 0.6s;
       -moz-transition-duration: 0.6s;
            transition-duration: 0.6s;
}
.isotope {
    -webkit-transition-property: height, width;
       -moz-transition-property: height, width;
            transition-property: height, width;
}
.isotope .isotope-item {
    -webkit-transition-property: -webkit-transform, opacity;
       -moz-transition-property:    -moz-transform, opacity;
        -ms-transition-property:     -ms-transform, opacity;
         -o-transition-property:         top, left, opacity;
            transition-property:         transform, opacity;
}


/* #Projects
================================================== */
.wrapper {
	position: relative;
    height: 100% !important;
    height: 100%;
    margin: 0 auto; 
    overflow: hidden;
}
.main {
	position: relative;
	width: 100%;
	margin: 0 auto;
}



.project-info{
	position: fixed;
	bottom:20px;
	left:20px;
	width:400px;
	padding:30px;
	background:rgba(255,255,255,.8);
	border-radius:3px;
	z-index:6;
}
.project-info h6{
	text-align:left;
	padding-bottom:25px;
}

#project-image1{
	position: relative;
	margin: 0 auto;
	background:url('../images/projects/1.jpg') no-repeat center center;
	background-size:cover;
	width: 100%;
	overflow:hidden;
	z-index:2;
}



/* #Media Queries
================================================== */



@media only screen and (min-width: 960px) and (max-width: 1199px) {
.prev {
	left:100px;
}
.next {
	right:100px;
} 


.small-text { 
	margin-top:25px;
}
    .small-text1 {
        margin-top:25px;
    }
.prev {
	top:auto;
	bottom:20px;
	margin-top:0;
	background:url('../images/arrow-left.png') no-repeat center center;
	background-size:16px 29px;
	left:20px;
	width:16px;
	height:29px;
}
.next {
	top:auto;
	bottom:20px;
	margin-top:0;
	background:url('../images/arrow-right.png') no-repeat center center;
	background-size:16px 29px;
	right:20px;
	width:16px;
	height:29px;
} 
.flipWrapper {
	height: 236px;
}
.flipWrapper svg {
	display:none;
}
.flipWrapper .card .face {
	padding-top:0;
	padding-bottom:0;
	padding-left:0;
	padding-right:0;
	width:100%;
}
}

@media only screen and (min-width: 480px) and (max-width: 767px) {

.small-text { 
	margin-top:20px;
	font-size: 20px; 
	line-height:20px;
}
    .small-text1 {
        margin-top:20px;
        font-size: 20px;
        line-height:20px;
    }
.social-top{ 
	margin-top:50px;
}
.prev {
	top:auto;
	bottom:20px;
	margin-top:0;
	background:url('../images/arrow-left.png') no-repeat center center;
	background-size:16px 29px;
	left:20px;
	width:16px;
	height:29px;
}
.next {
	top:auto;
	bottom:20px;
	margin-top:0;
	background:url('../images/arrow-right.png') no-repeat center center;
	background-size:16px 29px;
	right:20px;
	width:16px;
	height:29px;
}
#about svg{
	display:none;
}
.flipWrapper {
	height: 420px;
}
.flipWrapper svg {
	display:none;
}
.flipWrapper .card .face {
	padding-top:0;
	padding-bottom:0;
	padding-left:0;
	padding-right:0;
	width:100%;
}
.facts-line{
	display:none;
}
.logos-wrap{
	width: 33.3333333333333333333333333%;
}
}

@media only screen and (min-width: 320px) and (max-width: 479px) {

.small-text { 
	margin-top:20px;
	font-size: 14px; 
	line-height:14px;
}
    .small-text1 {
        top:43%;
        font-size: 14px;
        line-height:14px;
    }
.social-top{ 
	margin-top:50px;
}
.prev {
	top:auto;
	bottom:20px;
	margin-top:0;
	background:url('../images/arrow-left.png') no-repeat center center;
	background-size:16px 29px;
	left:20px;
	width:16px;
	height:29px;
}
.next {
	top:auto;
	bottom:20px;
	margin-top:0;
	background:url('../images/arrow-right.png') no-repeat center center;
	background-size:16px 29px;
	right:20px;
	width:16px;
	height:29px;
}
#about svg{
	display:none;
}
.flipWrapper {
	height: 300px;
}
.flipWrapper svg {
	display:none;
}
.flipWrapper .card .face {
	padding-top:0;
	padding-bottom:0;
	padding-left:0;
	padding-right:0;
	width:100%;
}
.facts-line{
	display:none;
}
.logos-wrap{
	width: 50%;
}	
.project-info{
	width:200px;
}
}

@media only screen and (max-width: 319px) {

.small-text { 
	margin-top:0;
	font-size: 14px; 
	line-height:14px;
}
.social-top{ 
	margin-top:20px;
}
.prev {
	top:auto;
	bottom:20px;
	margin-top:0;
	background:url('../images/arrow-left.png') no-repeat center center;
	background-size:16px 29px;
	left:20px;
	width:16px;
	height:29px;
}
.next {
	top:auto;
	bottom:20px;
	margin-top:0;
	background:url('../images/arrow-right.png') no-repeat center center;
	background-size:16px 29px;
	right:20px;
	width:16px;
	height:29px;
}
#about svg{
	display:none;
}
.flipWrapper {
	height: 220px;
}
.flipWrapper svg {
	display:none;
}
.flipWrapper .card .face {
	padding-top:0;
	padding-bottom:0;
	padding-left:0;
	padding-right:0;
	width:100%;
}
.facts-line{
	display:none;
}
.logos-wrap{
	width: 50%;
}	
.project-info{
	width:200px;
}
}








span{
    font-weight: bolder;
}

.hakkimizda{
    margin-bottom: 67px;
    z-index: 2;
    background-color: white;
}
.farkimiz{
    top: -107px;
    z-index: 100;
    background-color: white;
}
.hizmetlerimiz{
    background-color: #e6e6e6;
    width: 100%;

}
.imkanlar {
    padding-left: 50px;
    font-size: 18px;
    margin-bottom: 11px;
display: inline-flex;
    width: 90%;
}
.imkanDis{
    padding-left: 40px;
}
.imkanText{
    font-size: 18px;
    margin-bottom: 11px;
    padding-left: 35px;
}
.imkanCheck{
    color: #000;
    font-size: 18px;
    padding-right: 0.5em;
    top: 10px;
    left: 0;
    float: left;
}
.imkanlar:before{
    content: "\f00c";
    font-family: FontAwesome;
    color: #000;
    font-size: 18px;
    padding-right: 0.5em;
    top: 10px;
    left: 0;
}
.imkanTitle {
    padding-left: 50px;
    font-size:30px;
    margin-bottom: 20px;
    padding-top: 30px;
}
.toplanti-odalarimiz {
    width: 100%;
}
.detayimkanbaslik1{
    font-size: 28px;
    text-align: left;
    padding-bottom: 20px;
    padding-top: 20px;
}
.imkanlardetay1{
    padding-right: 8px;
    font-size: 15px;
    margin-bottom: 11px;
    text-align: left;

}
.imkanlardetay:before{
    content: "\f00c";
    font-family: FontAwesome;
    color: #000;
    font-size: 18px;
    padding-right: 0.5em;
    top: 10px;
    left: 0;
}
.imkanlardetay1:before{
    content: "\f00c";
    font-family: FontAwesome;
    color: #000;
    font-size: 18px;
    padding-right: 0.5em;
    top: 10px;
    left: 0;
}
.detayimkanbaslik{
    font-size: 28px;
    padding-left: 50px;
    text-align: left;
    padding-bottom: 20px;
    padding-top: 20px;
}
.imkanlardetay{
    padding-left: 50px;
    font-size: 15px;
    margin-bottom: 11px;
    text-align: left;

}
@media only screen and (max-width: 959px) {
    .imkanlar {
        padding-left: 10px;
    }
    .imkanlardetay1 {
        padding-left: 10px;
    }
    .imkanlardetay{
        padding-left: 10px;
    }
    .imkanDis{
        padding-left: 0px;
    }
    .imkanTitle {
        padding-left: 10px;
    }
    .h1farkimiz{
        margin-top: 33px;
        margin-bottom: -1px;
    }
    .h1binayonetim{
        margin-top: 52px;
        margin-bottom: 47px;
    }
    .h1proje{
        margin-top: -8px;
        margin-bottom: 42px;
    }
}
.projeYazi{
    float: left;
    position: absolute;
    left: 0px;
text-align: center;
    z-index: 100;
    font-weight: bold;
    width: 500px;
    color: white;
    background-color: #282b2d;
    display: none;
}
.projeBaslik{
    font-family: 'CenturyGothic';
    font-size: 23px;
    font-weight: normal;
    line-height: 50px;
}
.projeText{
    font-family: 'CenturyGothic';
    font-size: 14px;
    font-weight: normal;
    line-height: 16px;
    margin-bottom: 20px;
}
.iletisim{
width: 100%;
    background-color: #ffffff;

}

.h1farkimiz{
    margin-top: 33px;
    margin-bottom: -1px;
}
.h1binayonetim{
    margin-top: 52px;
    margin-bottom: 47px;
}
.h1proje{
    margin-top: -8px;
    margin-bottom: 42px;
}
.h4iletisim{
margin-top: 12px;
    margin-bottom: 47px;
    font-size: 38px;
    line-height: 38px;
    text-transform: uppercase;
    font-weight: bold;
}
.hakkimizdayazi{
background-color:#ffffff;
    width: 100%;
}




/**
 * BxSlider v4.1.2 - Fully loaded, responsive content slider
 * http://bxslider.com
 *
 * Written by: Steven Wanderski, 2014
 * http://stevenwanderski.com
 * (while drinking Belgian ales and listening to jazz)
 *
 * CEO and founder of bxCreative, LTD
 * http://bxcreative.com
 */


/** RESET AND LAYOUT
===================================*/

.bx-wrapper {
    position: relative;
    margin: 0 auto 60px;
    padding: 0;
    *zoom: 1;
}

.bx-wrapper img {
    max-width: 100%;
    display: block;
    margin: 0 auto;
}

/** THEME
===================================*/

.bx-wrapper .bx-viewport {
    left: -5px;
    background: #fff;

    /*fix other elements on the page moving (on Chrome)*/
    -webkit-transform: translatez(0);
    -moz-transform: translatez(0);
    -ms-transform: translatez(0);
    -o-transform: translatez(0);
    transform: translatez(0);
}

.bx-wrapper .bx-pager,
.bx-wrapper .bx-controls-auto {
    position: absolute;
    bottom: -30px;
    width: 100%;
}

/* LOADER */

.bx-wrapper .bx-loading {
    min-height: 50px;
    background: url(images/bx_loader.gif) center center no-repeat #fff;
    height: 100%;
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 2000;
}

/* PAGER */

.bx-wrapper .bx-pager {
    text-align: center;
    font-size: .85em;
    font-family: Arial;
    font-weight: bold;
    color: #666;
    padding-top: 20px;
}

.bx-wrapper .bx-pager .bx-pager-item,
.bx-wrapper .bx-controls-auto .bx-controls-auto-item {
    display: inline-block;
    *zoom: 1;
    *display: inline;
}

.bx-wrapper .bx-pager.bx-default-pager a {
    background: #666;
    text-indent: -9999px;
    display: block;
    width: 10px;
    height: 10px;
    margin: 0 5px;
    outline: 0;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
}

.bx-wrapper .bx-pager.bx-default-pager a:hover,
.bx-wrapper .bx-pager.bx-default-pager a.active {
    background: #000;
}

/* DIRECTION CONTROLS (NEXT / PREV) */

.bx-wrapper .bx-prev {
    left: 10px;
    background: url(images/controls.png) no-repeat 0 -32px;
}

.bx-wrapper .bx-next {
    right: 10px;
    background: url(images/controls.png) no-repeat -43px -32px;
}

.bx-wrapper .bx-prev:hover {
    background-position: 0 0;
}

.bx-wrapper .bx-next:hover {
    background-position: -43px 0;
}

.bx-wrapper .bx-controls-direction a {
    position: absolute;
    top: 50%;
    margin-top: -16px;
    outline: 0;
    width: 32px;
    height: 32px;
    text-indent: -9999px;
    z-index: 9999;
}

.bx-wrapper .bx-controls-direction a.disabled {
    display: none;
}

/* AUTO CONTROLS (START / STOP) */

.bx-wrapper .bx-controls-auto {
    text-align: center;
}

.bx-wrapper .bx-controls-auto .bx-start {
    display: block;
    text-indent: -9999px;
    width: 10px;
    height: 11px;
    outline: 0;
    background: url(images/controls.png) -86px -11px no-repeat;
    margin: 0 3px;
}

.bx-wrapper .bx-controls-auto .bx-start:hover,
.bx-wrapper .bx-controls-auto .bx-start.active {
    background-position: -86px 0;
}

.bx-wrapper .bx-controls-auto .bx-stop {
    display: block;
    text-indent: -9999px;
    width: 9px;
    height: 11px;
    outline: 0;
    background: url(images/controls.png) -86px -44px no-repeat;
    margin: 0 3px;
}

.bx-wrapper .bx-controls-auto .bx-stop:hover,
.bx-wrapper .bx-controls-auto .bx-stop.active {
    background-position: -86px -33px;
}

/* PAGER WITH AUTO-CONTROLS HYBRID LAYOUT */

.bx-wrapper .bx-controls.bx-has-controls-auto.bx-has-pager .bx-pager {
    text-align: left;
    width: 80%;
}

.bx-wrapper .bx-controls.bx-has-controls-auto.bx-has-pager .bx-controls-auto {
    right: 0;
    width: 35px;
}

/* IMAGE CAPTIONS */
.sliderUst{
background-color: #282b2d;
    margin-left: 50px;
    font-size: 33px;
    padding-left: 20px;
    padding-right: 20px;
    padding-top: 15px;
    padding-bottom: 15px;
}
.sliderAlt{
    margin-top: 10px;
    background-color: rgba(255, 255, 255, 0.8);
    color:black;
    font-size: 33px;
    line-height: 1.2em;
    padding-left: 35px;
    padding-right: 20px;
    padding-top: 10px;
    padding-bottom: 10px;

}
.slider-prev{
    margin-left: 50px;
    color: white;
    font-size: 33px;
    font-weight: bolder;
    float: left;
    position: absolute;
    top: 18%;
}
.sliderAlt1{
    margin-top: 10px;
    background-color: #ffffff;
    color:black;
    margin-left: 50px;
    font-size: 33px;
    line-height: 1.2em;
    padding-left: 20px;
    padding-right: 20px;
    padding-top: 10px;
    padding-bottom: 10px;
    width: 215px;
}
.bx-wrapper .bx-caption {
    position: absolute;
    bottom:90px;
width:100%;
}

.bx-wrapper .bx-caption span {
    font-family: 'DidotLTPro';
    display: block;
    font-weight: normal;
}
.iletisimYazi{
    font-size: 23px;
    line-height: 31px;
    margin-bottom: 25px;
    width: 100%;
    /* left: 50px; */
    text-align: center;
}



@media (max-width: 767px) {
    .hidden-xs {
        display: none !important;
    }
    .hakkimizda{
       /* top:-35px !important;*/
    }
    .head-subtext{
        font-size: 14px;
        line-height: 20px;
    }
    .h1farkimiz{
        font-size: 18px;
    }
    h1{
        font-size: 18px;
    }
    .imkanTitle {
        font-size: 18px;
    }
    .imkanlar {
        font-size: 14px;
    }
    .imkanText{
        font-size: 14px;
    }
    .projeBaslik{
        font-size: 18px;
        line-height: 30px;
    }
    .projeText{
        font-size: 11px;
        line-height: 13px;
        margin-bottom: 10px;
    }
    .portfolio-box h4 {
        font-weight: 200;
        font-size: 14px;
        line-height: 17px;
        padding-top: 10px;
        padding-bottom: 10px;
        padding-left: 10px;
        padding-right: 10px;
    }
    .h4iletisim {
        margin-top: 12px;
        margin-bottom: 27px;
        font-size: 19px;
        line-height: 19px;
    }
    .iletisimYazi{
        font-size: 16px;line-height: 20px;margin-bottom: 25px;
    }

    .farkimiz{
        top: -250px;

    }
    .projeYazi{
        display: block;
    }
    .bx-wrapper, .bx-viewport, .bx-wrapper img {height: 500px !important;align:left;}
    .bx-wrapper, .bx-viewport, .bx-wrapper img {width: 967px !important;}
    .bx-wrapper img {
        margin-left: -200px;
        margin-top: -78px;
    }
    #wrapper-slider{
        height:500px !important;
    }
    .sliderUst{
        background-color: #282b2d;
        margin-left: 15px;
        font-size: 14px;
        padding-left: 10px;
        padding-right: 10px;
        padding-top: 7px;
        padding-bottom: 7px;
    }
    .sliderAlt{
        margin-top: 10px;
        background-color: #ffffff;
        color:black;
        margin-left: 15px;
        font-size: 9px;
        padding-left: 10px;
        padding-right: 10px;
        padding-top: 5px;
        padding-bottom: 5px;
        width: 121px;
    }
    .sliderAlt1 {
        margin-top: 10px;
        background-color: #ffffff;
        color: black;
        margin-left: 15px;
        font-size: 9px;
        padding-left: 10px;
        padding-right: 10px;
        padding-top: 5px;
        padding-bottom: 5px;
        width: 102px;
    }

    .bx-wrapper .bx-caption {
        position: absolute;
        top:300px;

    }
}
@media (min-width: 768px) and (max-width: 991px) {
    ul.cMenu li a {
        font-size: 14px;
    }

}
@media (min-width: 768px) and (max-width: 1050px) {

    .bx-wrapper .bx-caption {
        position: absolute;
        bottom:90px;

    }

}


.nopadding {
    padding: 0 !important;
    margin: 0 !important;
}

.menuIcon{
    margin-right: 17px;
}
.bttCss{
    position: fixed;
    bottom:30px;
    z-index: 111111;
    width: 100%;
    text-align: right;
    right: 30px;
    display: none;

}
.topTitle{
    color:black;
    font-size: 19px;
    width: 100%;
    text-align: center;
    margin-top: 20px;
}
.topYazi{
    color: black;
    font-size: 16px;
    line-height: 1.6em;
    margin-top: 19px;
    padding-left: 20px;
    padding-right: 20px;
}
.topLeft{
    color: black;
    position: inherit;
    bottom: 21px;
    left:15px;
    padding-right: 20px;
    font-size: 22px;
}
.topRight{
    color: black;
    position: inherit;
    bottom: 10px;
    right:0px;
    padding-right: 20px;
    font-size: 22px;
}
.topLeftSvg{
    float: left;
}
.topLeftMasa{
    float: left;
    font-size: 28px;
    margin-top: 2px;
    padding-right: 10px;
}
.topRightSvg{
    float: left;
    margin-top: -8px;
}
.topRightMasa{
    float: left;
    font-size: 28px;
    margin-top: 2px;
    padding-right: 10px;
}
.topRightSvg img{
    width: 53px;
    height: 43px;
}
.topLeftSvg img{
    width: 50px;
    height: 26px;
}
.topRightMasaDetay{
    float: left;
    font-size: 42px;
    margin-top: 10px;
    padding-right: 15px;
}
.topLefttMasaDetay{
    float: left;
    font-size: 42px;
    margin-top: 3px;
    padding-right: 15px;
}
.topRightSvgDetay{
    float: left;
    margin-top: -5px;
}
@media only screen and (max-width: 410px){
    .topYazi{
        font-size: 12px;
        margin-top: 5px;
        line-height: 16px;
    }
    .topTitle{
        font-size: 15px;
        margin-top: 10px;
    }
    .topLeftMasa{
        float: left;
        font-size: 26px;
        margin-top: 2px;
        padding-right: 10px;
    }
}



.detay-sol{
    text-align: center;
    font-size: 22px;
}
.detay-merkez {
  margin: auto 1.5em; display: inline-block;
    padding-bottom: 40px;
    padding-top: 15px;
    text-align: center;
}
    .detay-baslik{
        text-align: center;
        font-size: 32px;
        padding-top: 50px;
        padding-bottom: 50px;
        font-weight: bold;

}




div.column {
    /* The background image must be 800px wide */
    max-width: 1600px;
}
.detaysvg1{
    margin-top:3px;
    height: 35px;

}
.detaysvg2{
    height: 55px;

}
.detay-kapasite{
    background-color: #f2f2f2;
    margin-top: 30px;
}
.altbaslik{

}
/*
.fixedratioHizmet {
    width: 100%;
}
.fixedratioDonanim {
    width: 100%;
}
.fixedratioYemek {
    width: 100%;
}

*/
.hizmetler{
    background-color: #f2f2f2;
    padding-bottom: 30px;
}
#hizmetImg{
    width: 100%;
    overflow: hidden;
    margin-bottom: -6px;
}
#snackImg{
    width: 100%;
    overflow: hidden;
    margin-bottom: -6px;
}
#donImg{
    width: 100%;
    overflow: hidden;
    margin-bottom: -6px;
}
.donanim{
    background-color: #f2f2f2;
    padding-bottom: 30px;
}
.iIcon{
    margin-left: 5px;
    margin-top: 2px;
    color:#aaaaaa;
}
.iIcon1{
    margin-left: 10px;
    margin-top: 2px;
    color:#000;
}


#ajax-form {
    margin-right: 10px;
    font-family: 'CenturyGothic';
    font-size: 10px;
    line-height:14px;
    color:#000000;
    margin:0 auto;text-transform:uppercase;
}
label {
    display: block;
    font-family: 'CenturyGothic';
    font-size: 14px;
    line-height:32px;
}
input{
    width: 80%;
    border:none;
    margin-bottom:10px;
    font: 13px/22px 'CenturyGothic', sans-serif;
    padding-top: 5px;
    padding-bottom: 5px;
    background: #eeeeee;
}
textarea {
    font: 13px/22px 'CenturyGothic', sans-serif;
    height:90px;
    margin-top:2px;
    padding-top: 5px;
    padding-bottom: 5px;
    border:none;
    background: #eeeeee;
}
.error {
    font: 10px/22px 'CenturyGothic', sans-serif;
    text-transform:uppercase;
    display: none;
    color:red;

    margin-left: 10px;
}
#ajaxsuccess {
    background: #f5f5f5;
    color:#000;
    font: 20px/60px 'CenturyGothic', sans-serif;
    height:60px;
    display: none;
    padding-left:10px;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    margin-top: 30px;
}
#button-con {

    height:45px;
    position:relative;
    text-align:center;

    margin-top:10px;
    margin-right: -10px;
    padding-bottom: 50px;
}
#button-con button{
    width:132px;
    height:45px;
    padding-top:0;
    margin:0 auto;
    text-align:center;
    font-family: 'CenturyGothic', sans-serif;
    font-size: 13px;
    line-height:45px;
    color:#fff;
    background: rgba(0,0,0,1);
    text-transform:uppercase;
}
#button-con button:hover{
    background: rgba(0,0,0,.6);
}
#button-con button:focus{
    outline: none !important;
}
.text-align-center{
    text-align:center;
    padding-top:10px;
}
#ajax-form textarea:active,
#ajax-form input:active {
    color: #000;
    border-bottom:1px solid rgba(100,100,100,.3);}
#ajax-form textarea:active,
#ajax-form input:hover {
    color: #000;
    border-bottom:1px solid rgba(255,255,255,.3);}
#ajax-form textarea:focus,
#ajax-form input:focus {
    outline: none !important;
    border-color: rgba(255,255,255,.6);
    box-shadow: 0 0 10px rgba(0,0,0,.4);}
#ajax-form textarea,
#ajax-form input {

    color: #000;
    border-bottom:1px solid rgba(255,255,255,.3);}

#ajax-form input[type="text"]{
    padding-left:2%;
    padding-right:2%;

}
#ajax-form input[type="text"], textarea{
    padding-left:2%;
    padding-right:2%;
    width: 30%;
}
@media only screen and (max-width: 800px) {
    #ajax-form input[type="text"], textarea{
        padding-left:2%;
        padding-right:2%;
        width: 80%;
    }
}



/* text slider */
/* Basic jQuery Slider essential styles */

ul.bjqs{
    position:relative; list-style:none;padding:0;margin:0;overflow:hidden; display:none;
    padding-left: 100px;
    background-color: white;
    opacity: 0.8;
}
li.bjqs-slide{position:absolute; display:none;
    font-size: 33px;
    padding-top: 25px;
    line-height: 1.2em;
    font-family: 'DidotLTPro';
    color: black;
}
ul.bjqs-controls{list-style:none;margin:0;padding:0;z-index:9999;}
ul.bjqs-controls.v-centered li a {
    position: absolute;
}
ul.bjqs-controls.v-centered li.bjqs-next a{
    color:black;
    right:0;
    background-color: white;
    padding-left: 15px;
    padding-right: 15px;
    padding-top: 12px;
    padding-bottom: 12px;
    font-size: 24px;
}
ul.bjqs-controls.v-centered li.bjqs-prev a{
    color:black;
    left:0;
    background-color: white;
    padding-left: 15px;
    padding-right: 15px;
    padding-top: 12px;
    padding-bottom: 12px;
    font-size: 24px;
}
ol.bjqs-markers{list-style: none; padding: 0; margin: 0; width:100%;}
ol.bjqs-markers.h-centered{text-align: center;}
ol.bjqs-markers li{display:inline;}
ol.bjqs-markers li a{display:inline-block;}
p.bjqs-caption{display:block;width:96%;margin:0;padding:2%;position:absolute;bottom:0;}

#banner-fade{
top:400px;
}
iframe{
    width:100%;
    height:auto;
    display:block;
}

.topimg{
    height: 100%;
}
@media only screen and (max-width: 800px) {
    .menu-collapser {
        position: fixed;
        height: 48px;
        line-height: 48px;
        font-size: 16px;
        padding: 0 8px;
        box-sizing: border-box;
        -moz-box-sizing: border-box;
        -webkit-box-sizing: border-box;
        z-index: 10000;
    }
    .collapse-button {

        position: fixed;
        right: 8px;
        top: 50px;
        width: 53px;
        height: 20px;
        color: #000;
        background-color: white;
        cursor: pointer;
        font-size: 12px;
        text-align: center;

    }
    .menuButton{
        z-index: 10000;
        z-index: 50;
        margin-left: -9px;
        width: 60px;
        margin-top: -2px;
        background-image: url(../images/icon-set/menu/menu.svg);
        background-size: 11px 8px;
        background-repeat: no-repeat;
        background-position: right center;
        line-height: 25px;
    }
    .menuButton1{
        z-index: 10000;
        z-index: 50;
        margin-left: -9px;
        width: 60px;
        margin-top: -2px;
        background-image: url(../images/icon-set/menu-close/menu-close.svg);
        background-size: 11px 8px;
        background-repeat: no-repeat;
        background-position: right center;
        line-height: 25px;
    }
    .menuIcon {
        margin-right: 7px;
        height: 12px;
        width: auto;
    }





    h1 { font-size: 28px; line-height:28px; }
    #royal_preloader.text .loader {
        letter-spacing: 2px;
        font-size: 26px;
    }
    #menu-wrap{

    }
    .logo{
        position:absolute;
        width:74px;
        height:90px;
        z-index:10000;
        left:10px;
        top:0px;
        background:url('../images/palladium_logo.png') no-repeat center center;
        background-size:70px 85px;
        background-color: rgba(255,255,255,0.75);
    }
    ul.cMenu{
        background-color: white;

    }
    ul.cMenu li a {
        border-bottom:none;
        padding-right: 25px;
        font-size: 15px;

    }
    ul.cMenu li a:hover {
        border-bottom:none;
        background:none;
    }
    ul.cMenu li {
        background:none;

    }
    ul.cMenu li > ul {
        width: 100%;
        text-align:right;

    }
    .detayimkanbaslik1{
        padding-left: 10px;
        line-height: 36px;
    }
    .detayimkanbaslik{
        padding-left: 10px;
        line-height: 36px;
    }

    #banner-fade{
        visibility: hidden;
    }

}
@media only screen and (min-width: 800px) and (max-width: 990px){
    .detayimkanbaslik1{
        padding-left: 50px;
        line-height: 36px;
    }
    .detayimkanbaslik {
        padding-left: 50px;
        line-height: 36px;
    }
    .imkanlardetay1{
        padding-left: 50px;
    }
    .imkanlardetay{
        padding-left: 50px;
    }
    li.bjqs-slide{
        font-size: 18px;
    }
}

@media only screen and (min-width: 1000px) and (max-width: 1400px){
    .topYazi{
        color: black;
        font-size: 12px;
        line-height: 14px;
        margin-top: 10px;
        padding-left: 20px;
        padding-right: 20px;
    }
    .topTitle {
        color: black;
        font-size: 16px;
        width: 100%;
        text-align: center;
        margin-top: 10px;
    }
    .topLeft {
        color: black;
        position: inherit;
        bottom: 12px;
        left: 15px;
        padding-right: 20px;
        font-size: 22px;
    }
    .topRight {
        color: black;
        position: inherit;
        bottom: 5px;
        right: 0px;
        padding-right: 20px;
        font-size: 22px;
    }
    .topRightMasa {
        float: left;
        font-size: 28px;
        margin-top: 8px;
        padding-right: 10px;
    }
}

#referanslar{
    background-color: #000000;
    padding-bottom: 110px;
    color:white;
}
.h1referanslar{
    margin-top: -8px;
    margin-bottom: 110px;
}
.refUst{
    margin-top: -8px;
    font-size: 23px;
    line-height: 1.6em;

}
.refUst1{
    margin-top: -8px;
    font-size: 23px;
    line-height: 1.6em;
}
.pad50r{
    padding-right: 50px;
}
.pad50l{
    padding-left: 50px;
}
.refAd{
    font-size: 18px;
    font-weight: normal;
}
.refAd1{
    padding-left: 50px;
    font-size: 18px;
    font-weight: normal;
}
.tosImg{
    margin-right: 50px;
    margin-left: 50px;
    background-color: #222222;
    padding-bottom: 138px;
    padding-top: 138px;
    margin-bottom: 30px;
}
.cevaImg{
    margin-left: 50px;
    background-color: #222222;
    padding-bottom: 120px;
    padding-top: 120px;
    margin-bottom: 30px;
    margin-right: 50px;
}
.nidaImg{
    margin-right: 50px;
    margin-left: 50px;
    background-color: #222222;
    padding-bottom: 138px;
    padding-top: 138px;
    margin-bottom: 30px;
}
.tCenter{
    text-align: center;
}
@media only screen and (min-width: 992px) and (max-width: 1200px){
    .tosImg img{
        width: 150px;
    }

    .cevaImg img{
        width: 150px;
    }
    .nidaImg img{
        width: 150px;
    }
}
@media only screen and  (max-width: 992px) {
    .refUst1{
        margin-bottom: 30px;
    }
    .pad50r{
        padding-left: 50px;
    }
    .pad50l{
        padding-right: 50px;
    }
    .refAd{
        padding-left: 50px;
    }
}
@media only screen and  (max-width: 500px) {
    .tosImg img{
        width: 150px;
    }
    .cevaImg img{
        width: 150px;
    }
    .nidaImg img{
        width: 150px;
    }
    .refUst{
        font-size: 14px;
    }
    .refUst1{
        font-size: 14px;
        margin-bottom: 30px;
    }
    .refAd{
        font-size: 12px;
    }
    .refAd1{
        font-size: 12px;
    }
    #ajax-form{
        width:295px;
    }
    .iletisimYazi{
        text-align: center;
        left:0px;
        width: 100%;
    }

}


.tooltip {
    display:none;
    width: 170px;
    position:absolute;
    border:1px solid #333;
    background-color:#161616;
    border-radius:5px;
    padding:10px;
    color:#fff;
    font-size:12px;
    line-height: 12px;
}