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

html {
    -webkit-font-smoothing: antialiased;
}
.img-responsive {max-width: 100%; height: auto; display:block}
.ccover { padding: 2%;}
/* #Panel
================================================== */


.bx-caption{
    display: none;
}

/* #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{
    position: fixed;
	padding-bottom:10px;
	width:100%;
	z-index:1000;
	top:0;
	left:0;
    height: 100px;
    background-color: white;
}

.menu-back{
	background:rgba(230,230,230,.9);
}


ul.cMenu li ul li a {
    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:207px;
	height:53px;
	z-index:10000;
	left:50px;
	top:26px;
	background:url('../images/logo.png') no-repeat center center;
	background-size:207px 53px;
}



.menu-collapser {
    position: relative;
    width: 100%;
    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
}
.collapse-button {
    position: absolute;
    right: 30px;
    top: 50px;
    width: 40px;
height: 50px;
    color: #fff;
    box-shadow: 0 1px 0 rgba(255, 255, 255, 0.1) inset, 0 1px 0 rgba(255, 255, 255, 0.075);
    padding: 7px 10px;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
    cursor: pointer;
    font-size: 14px;
    text-align: center;

    transform: translate(0, -50%);
    -o-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    -moz-transform: translate(0, -50%);
    -webkit-transform: translate(0, -50%);

    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box
}
.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:right;
	margin-top:22px;
	margin-bottom:10px;
}
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';
    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;
}
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;
	padding-bottom:40px;
	font-family: 'CenturyGothic', sans-serif;
	color:#black;
    padding-left: 20px;
    padding-right: 20px;
    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:5;
}

/* #testimonials section
================================================== */
.test{
	position:relative;
	width:100%;
	z-index:100;
	text-align:center;
	margin:0 auto;
}
.test h6{
	font-family: 'OpenSans-Light-webfont';
	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 {
	left: 50%;
	margin-left:-35px;
	bottom:-40px;
	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: 'Open Sans', 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(255,255,255,.7) url('../images/cross.png') no-repeat center center;
	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:white;
	background-color: rgba(40,43,45,0.85);
	opacity:1;

}
.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 (max-width: 800px) {
h1 { font-size: 28px; line-height:28px; }
#royal_preloader.text .loader {
    letter-spacing: 2px;
    font-size: 26px;
}
#menu-wrap{
    background-color: white;
}
.logo{

	left:10px;

}
    ul.cMenu{
        background-color: white;
        margin-top: 30px !important;
    }
    ul.cMenu li a {
    border-bottom:none;
    padding-right: 25px;
}
ul.cMenu li a:hover {
    border-bottom:none;
	background:none;
}
ul.cMenu li {
	background:none;

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

}
}

@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{
 /*   top: -67px;*/
    z-index: 100;
    background-color: white;
}
.farkimiz{
    top: -107px;
    z-index: 100;
    background-color: white;
}
.hizmetlerimiz{
    background-color: #e6e6e6;
    width: 100%;

}
.hizmetler {
    padding-left: 50px;
    font-size: 18px;
    margin-bottom: 11px;
    width:90%;
    display: -webkit-inline-flex;
    display: -ms-inline-flexbox;
    display: inline-flex;
}
.hizmetler:before{
    content: "\f00c";
    font-family: FontAwesome;
    color: #000;
    font-size: 18px;
    padding-right: 0.5em;
    top: 10px;
    left: 0;
}
.hizmetBaslik{
    padding-left: 50px;
    font-size:30px;
    margin-bottom: 20px;
    margin-top: 30px;
    line-height: 1.2em;
}
.projelerimiz{
    width: 100%;
}
@media only screen and (max-width: 959px) {
    .hizmetler{
        padding-left: 10px;
    }
    .hizmetBaslik{
        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;
    bottom: 10px;
    text-align: center;
    z-index: 100;
    font-weight: bold;
    color: white;
    background-color: rgba(40,43,45,0.85);
    width: 96%;
    margin: 0px 2%;
}
.projeBaslik{
    font-family: 'CenturyGothic';
    font-size: 25px;
    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: #ececec;
    text-align: center;
}

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



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

.bx-wrapper .bx-viewport {

    left: -5px;
    background: #fff;
top:100px;
    /*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{
    position: absolute;
    margin-top: 10px;
    background-color: #ffffff;
    color:black;
    margin-left: 50px;
    font-size: 19px;
    padding-left: 20px;
    padding-right: 20px;
    padding-top: 10px;
    padding-bottom: 10px;
    white-space: nowrap;
    width: auto;

}
.sliderAlt1{
    margin-top: 10px;
    background-color: #ffffff;
    color:black;
    margin-left: 50px;
    font-size: 19px;
    padding-top: 10px;
    padding-bottom: 10px;

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

}

.bx-wrapper .bx-caption span {
    font-family: 'CenturyGothic';
    display: block;
    font-weight: normal;
}
.iletisimYazi{
    font-size: 23px;line-height: 31px;margin-bottom: 25px;
}



@media (max-width: 767px) {
    #farkimiz{
        margin-top: 155px;
    }
    #hizmetlerimiz{
        margin-top: -220px;
    }
    .hidden-xs {
        display: none !important;
    }
    .hakkimizda{
        /*top:-210px; hakkımızda animasyon*/
    }
    .head-subtext{
        font-size: 14px;
        line-height: 20px;
    }
    .h1farkimiz{
        font-size: 18px;
    }
    h1{
        font-size: 18px;
    }
    .hizmetBaslik{
        font-size: 18px;
    }
    .hizmetler{
        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;
    }

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

    }
    .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;
bottom:180px;
    }
}
/*phones*/

@media (min-width: 440px) and (max-width: 768px) {
    .hakkimizda{
       /* top:-60px; hakkımızda animasyon*/
    }
    .bx-wrapper .bx-caption {
        position: absolute;
        bottom:280px;
    }
}
@media (min-width: 315px) and (max-width: 325px) {
    .bx-wrapper .bx-caption {
        position: absolute;
        bottom:280px;
    }
    .hakkimizda {
       /* top: -150px; hakkimizda animasyon*/
    }

}
@media (min-width: 470px) and (max-width: 490px) {
    .bx-wrapper .bx-caption {
        position: absolute;
        bottom:280px;
    }
    .hakkimizda {
      /*  top: -210px;hakkimizda animasyon*/
    }
}
/*iphoneson*/
@media (max-width:440px){
    #sep{
        margin-top: -150px;
    }
    .istirak{
        margin-left: -25px;
    }
}
@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:245px;
    }

}

*/
.nopadding {
    padding: 0 !important;
    margin: 0 !important;
}
.topimg{
    height: 100%;
    margin-top:5px;
}
.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: 25px 30px;
    background-repeat: no-repeat;
    background-position: right center;
    line-height: 25px;
    height: 50px;
}
.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: 25px 30px;
    background-repeat: no-repeat;
    background-position: right center;
    line-height: 25px;
    height: 50px;
}
.menuIcon {
    margin-right: 7px;
    height: 12px;
    width: auto;
}
.sli{

}
.slid{
width: 100%;
}
.istirak{
    margin-top: 25px;
    margin-bottom: 15px;
    font-size: 16px;
}