

body { overflow-x: hidden;

 }

a { text-decoration: none; }

.headerContainer {
    height: 140px;
}
.fullScreenSlider {
    background: rgba(0, 0, 0, 0.8) none repeat scroll 0 0;
    max-width: 100%;
}

.header {
 
    height: 139px;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 999;
}
.mainLogo {
    float: left;
    position: relative;
}
.mainLogoBg {
    float: left;
    position: relative;
    top: -225px;
    -webkit-transition: 0.8s; /*Chrome 4.0 ve önceki tarayıcılar  + Safari 3.1 ve önceki tarayıcılar  */
    -moz-transition: 0.8s; /* Mozilla 4.0 ve önceki tarayıcılar */
    -ms-transition: 0.8s; /* Internet Explorer. */
    -o-transition: 0.8s; /* Opera 10.5 ve öncesi için */
    transition: 0.8s; /* Yeni tarayıcıların desteklediği */
}


.mainLogoBg.activeLogo {
    top: 0;
}
.mainLogoBg img {
    width: 331px;
}
.mainLogoThumb {
    left: 0;
    position: absolute;
    top: 10px;
    width: 100%;
    display: none;
}
.mainLogoThumb a {
    display: block;
    text-align: center;
}
.mainLogoThumb img {
    width: auto;
}
.headerTop {
    float: right;
    margin-top: 10px;
	padding-bottom:5px;
}
.links {
    float: left;
    margin-top: 7px;
}

.links a {
    color: #eee2cb;
    font-family: "Open Sans",sans-serif;
    font-size: 11px;
    margin-right: 12px;
}
.headerSocial {
    float: left;
}
.headerSocial li {
    border: 4px solid rgba(0, 0, 0, 0.4);
    border-radius: 204px;
    float: left;
    margin-left: 4px;
    -webkit-transition: 0.3s; /*Chrome 4.0 ve önceki tarayıcılar  + Safari 3.1 ve önceki tarayıcılar  */
    -moz-transition: 0.3s; /* Mozilla 4.0 ve önceki tarayıcılar */
    -ms-transition: 0.3s; /* Internet Explorer. */
    -o-transition: 0.3s; /* Opera 10.5 ve öncesi için */
    transition: 0.3s; /* Yeni tarayıcıların desteklediği */
	  list-style: none;
}
.headerSocial li:hover {
    border: 4px solid rgba(183, 43, 32, 0.8);
}
.headerSocial li a {
    background: rgba(0, 0, 0, 0.9) none repeat scroll 0 0;
    border-radius: 200px;
    color: rgba(255, 255, 255, 0.5);
    float: left;
    font-size: 16px;
    height: 30px;
    padding-top: 7px;
    text-align: center;
    width: 30px;
    -webkit-transition: 0.3s; /*Chrome 4.0 ve önceki tarayıcılar  + Safari 3.1 ve önceki tarayıcılar  */
    -moz-transition: 0.3s; /* Mozilla 4.0 ve önceki tarayıcılar */
    -ms-transition: 0.3s; /* Internet Explorer. */
    -o-transition: 0.3s; /* Opera 10.5 ve öncesi için */
    transition: 0.3s; /* Yeni tarayıcıların desteklediği */
}
.headerSocial li a:hover {
    color: rgba(255, 255, 255, 1);
}
.mainMenu {
    float: right;
    margin-right: -12px;
    margin-top: 15px;
}
.footer {
    position: absolute;
    bottom: 0;
    width: 100%;
    z-index: 99;
}
.footerTop {
    float: left;
    width: 100%;
    background: transparent url("../images/footerBg.png") repeat-x scroll 0 0;
    height:280px;
}
.footerBox {
    float: left;
    margin-right: 10px;
    width: 15%;
}
.footerBox:nth-child(2) {
    width: 27.5%;
}
.footerTitle {
    border-bottom: 1px solid #fff;
    color: #fff;
    font-family: "Open Sans",sans-serif,bold;
    font-size: 16px;
    font-weight: 700;
    margin-bottom: 7px;
    padding-bottom: 2px;
	f
}
.footerBox li {
    display: block;
}
.footerBox li a {
    color: #fff;
    display: block;
    font-family: "Open Sans",sans-serif;
    font-size: 11px;
    padding-bottom: 3px;
}

.footerBox li a:hover {
    color: #133993;
  
  
}



.footerBox li a .icon {
    color: #fff;
   /* font-size: 6px;*/
    margin-right: 6px;
    position: relative;
    top: 0px;
}
.footerBox h2 {
    color: #fff;
    display: block;
    float: left;
    font-family: "Open Sans",sans-serif;
    font-size: 11px;
    padding-bottom: 6px;
}
.footerBox .phone {
    background: transparent url("../images/iconPhone.png") no-repeat scroll 0 2px;
    text-indent: 24px;
}
.footerBox .fax {
    background: transparent url("../images/iconFax.png") no-repeat scroll 0 2px;
    text-indent: 24px;
    margin-left: 15px;
}
.footerBox .socialFacebook {
    background: transparent url("../images/iconFacebook.png") no-repeat scroll 0 2px;
    text-indent: 24px;
}
.footerProjects {
    float: left;
    margin-left: 15px;
    width: 54.6%;
}
.projectItem {
	     background: rgba(255, 255,255, 0.33) none repeat scroll 0 0;
    float: left;
    padding: 6px;
    width: 100%;
    -webkit-transition: 0.3s; /*Chrome 4.0 ve önceki tarayıcılar  + Safari 3.1 ve önceki tarayıcılar  */
    -moz-transition: 0.3s; /* Mozilla 4.0 ve önceki tarayıcılar */
    -ms-transition: 0.3s; /* Internet Explorer. */
    -o-transition: 0.3s; /* Opera 10.5 ve öncesi için */
    transition: 0.3s; /* Yeni tarayıcıların desteklediği */
}
.projectItem:hover {
  
  background: #fff;
}
.projectItemThumb {
    float: left;
    height:225px;
    overflow: hidden;
    width: 100%;
}
.projectName {
    color: #fff;
    display: block;
    float: left;
    font-family: "Open Sans",sans-serif;
    font-size: 11px;
    text-align: center;
    width: 100%;
}
.footerBottom {
   	 background: rgba(255, 255, 255, 0.9) none repeat scroll 0 0;
    float: left;
    width: 100%;
    height: 34px;
}
.copyright, .design {
    color: #000;
    font-family: "Open Sans",sans-serif;
    font-size: 11px;
    line-height: 3;
}
.copyright { float: left; }
.copyright span { font-weight: 800; }
.design { float: right; }

/*.contentBody {}*/

.contentPage {
    height: 450px;
    position: absolute;
    top: 150px;
    width: 1241px;
    z-index: 9;
}
.leftContent {
    background: rgba(255, 255, 255, 0.7) none repeat scroll 0 0;
    float: left;
    height: 100%;
    margin-left: 24px;
    padding: 80px 5px 5px;
    width: 282px;
   
}
.leftNav {
    display: block;
}
.leftNav li a {
    border-bottom: 1px dotted rgba(0, 0, 0, 0.1);
    color: #000;
    display: block;
    font-family: "Open Sans",sans-serif;
    font-size: 14px;
    font-weight: 400;
    padding-bottom: 5px;
    padding-top: 5px;
    -webkit-transition: 0.3s; /*Chrome 4.0 ve önceki tarayıcılar  + Safari 3.1 ve önceki tarayıcılar  */
    -moz-transition: 0.3s; /* Mozilla 4.0 ve önceki tarayıcılar */
    -ms-transition: 0.3s; /* Internet Explorer. */
    -o-transition: 0.3s; /* Opera 10.5 ve öncesi için */
    transition: 0.3s; /* Yeni tarayıcıların desteklediği */
    text-indent: 5px;
}
.leftNav li a:hover {
 background: #133993;
 color:#fff;
 
}
.leftNav li {
    display: block;
}

.rightContent {
    background:  rgba(255, 255,255, 0.7) none repeat scroll 0 0;
	
    float: left;
    height: 100%;
    margin-left: 10px;
    width: 74.4%;
}
.pageTitle {
   
   color: #133993;
    font-family: "Open Sans",sans-serif;
    padding-bottom: 7px;
    font-size: 25px;
    font-weight: bold;
    letter-spacing: 1px;
    border-bottom: 1px dotted #444;
    margin-bottom: 20px;
}

.pageText {
    color: #000;
    font-family: "Open Sans",sans-serif;
    font-size: 16px;
    font-weight: 700;
    line-height: 1.55;
	padding:5px;
}


.pageText ul {
	  /*	margin:30px;*/
		color: #000;
		margin-left:30px;
	
	list-style-type: disc;
	font-size: 100%;
	font-weight: normal;

}
.pageText li {

position: relative;
}




.projeAdi .icon {
    font-size: 23px;
    margin-right: 6px;
}

.projeAdi {
    background: #133993 none repeat scroll 0 0;
    float: left;
    padding: 10px;
    width: 100%;
}

.projeAdi h3 {
    color: #fff;
 font-family: "Open Sans",sans-serif;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
	font-size:15px;
}
.projects {
    float: left;
    width: 100%;
}
.projects li {
float: left;
    margin-bottom: 15px;
    margin-right: 25px;
    /*width: 32.3%;*/
	  width: 17.1%;
	  list-style:none;
}
.projectInnerItem {
    background: rgba(255, 255,255, 0.33) none repeat scroll 0 0;
    float: left;
    padding: 7px;
    -webkit-transition: 0.3s; /*Chrome 4.0 ve önceki tarayıcılar  + Safari 3.1 ve önceki tarayıcılar  */
    -moz-transition: 0.3s; /* Mozilla 4.0 ve önceki tarayıcılar */
    -ms-transition: 0.3s; /* Internet Explorer. */
    -o-transition: 0.3s; /* Opera 10.5 ve öncesi için */
    transition: 0.3s; /* Yeni tarayıcıların desteklediği */
    width: 100%;
}
.projects li:hover .projectInnerItem {
     background: rgba(255,255, 255, 1) none repeat scroll 0 0;
}
.projectInnerThumb {
    float: left;
    overflow: hidden;
    width: 100%;
	    height:240px;
}
.projectInnerThumb img {
     height:240px;
    width: 100%;
   
}



.projectInnerText {
    color: #fff;
    float: left;
    font-family: "Open Sans",sans-serif;
    font-size: 13px;
    margin-bottom: 5px;
    margin-top: 5px;
    text-align: center;
    width: 100%;
}
.projectsDetail {
    float: left;
    padding-right: 15px;
    width: 100%;
}
.projectComment {
    color: #fff;
    font-family: "Open Sans",sans-serif;
    font-size: 14px;
    font-weight: 300;
    line-height: 1.5;
}
.projectDetailThumbs {
    margin-top: 15px;
}



.projectDetailThumbs li {
    float: left;
    margin-left: 5px;
    margin-right: 5px;
    width: 18.8%;
    margin-bottom: 20px;
		position: relative;
		list-style:none;
}


.projectDetailThumbs a{
	color:#000;
 
}


.projectDetailThumbs li:nth-child(4n+4) {
	margin-right: 0;
}



.projectDetailThumb {
	overflow: hidden;
	float: left;
	width: 100%;
	height: 133px;
	border:solid 1px #133993;
}
.projectDetailThumb img {
   	max-width: none;
	height: 250px;
	width: 100%;
}



.projeDetailHover {
    height: 100%;
    position: absolute;
    top: 0;
    width: 100%;
    -webkit-transition: 0.2s;
    -moz-transition: 0.2s;
    -ms-transition: 0.2s;
    -o-transition: 0.2s;
    transition: 0.2s;
	
}

.projeDetailHover:hover {
	background: rgba(0, 0, 0, 0.8) none repeat scroll 0 0;
}
.projeDetailHover .icon {
    color: #133993;
    display: none;
    font-size: 40px;
    height: 133px;
    width: 208px;
    text-align: center;
    vertical-align: middle;
}
.projeDetailHover:hover .icon {
	display: table-cell;
}







---

.BprojectInnerItem {
    background: rgba(183, 43, 32, 0.33) none repeat scroll 0 0;
    float: left;
    padding: 7px;
    -webkit-transition: 0.3s; /*Chrome 4.0 ve önceki tarayıcılar  + Safari 3.1 ve önceki tarayıcılar  */
    -moz-transition: 0.3s; /* Mozilla 4.0 ve önceki tarayıcılar */
    -ms-transition: 0.3s; /* Internet Explorer. */
    -o-transition: 0.3s; /* Opera 10.5 ve öncesi için */
    transition: 0.3s; /* Yeni tarayıcıların desteklediği */
    width: 100%;
}
.Bprojects li:hover .projectInnerItem {
     background: rgba(183, 43, 32, 0.9) none repeat scroll 0 0;
}
.BprojectInnerThumb {
    float: left;
    overflow: hidden;
    width: 100%;
	  height: 190px;
}

.BprojectInnerText {
    color: #fff;
    float: left;
    font-family: "Open Sans",sans-serif;
    font-size: 13px;
    margin-bottom: 5px;
    margin-top: 5px;
    text-align: center;
    width: 100%;
}
.BprojectsDetail {
    float: left;
    padding-right: 15px;
    width: 100%;
}
.BprojectComment {
    color: #fff;
    font-family: "Open Sans",sans-serif;
    font-size: 14px;
    font-weight: 300;
    line-height: 1.5;
}
.BprojectDetailThumbs {
    margin-top: 15px;
}



.BprojectDetailThumbs li {
    float: left;
    margin-left: 35px;
    margin-right: 5px;
    width: 28%;
    margin-bottom: 20px;
		position: relative;
		list-style:none;
}


.BprojectDetailThumbs a{
	color:#000;
 
}


.BprojectDetailThumbs li:nth-child(4n+4) {
	margin-right: 0;
}



.BprojectDetailThumb {
	overflow: hidden;
	float: left;
	width: 100%;
	height:auto;
	border:solid 1px #133993;
}
.BprojectDetailThumb img {
   	max-width: none;
height:auto;
	width: 100%;
}



.BprojeDetailHover {
    height: 100%;
    position: absolute;
    top: 0;
    width: 100%;
    -webkit-transition: 0.2s;
    -moz-transition: 0.2s;
    -ms-transition: 0.2s;
    -o-transition: 0.2s;
    transition: 0.2s;
	
}

.BprojeDetailHover:hover {
	background: rgba(0, 0, 0, 0.8) none repeat scroll 0 0;
}
.BprojeDetailHover .icon {
    color: #133993;
    display: none;
    font-size: 40px;
    height:380px;
    width: 350px;
    text-align: center;
    vertical-align: middle;
}
.BprojeDetailHover:hover .icon {
	display: table-cell;
}







.contactPage {
    background: rgba(0, 0, 0, 0.7) none repeat scroll 0 0;
    float: left;
    height: 100%;
    margin-left: 24px;
    padding-right: 1em;
    width: 98%;
}
.contactPage .pageTitle {
    float: right;
    text-align: right;
    width: 100%;
}
.contactAddress {
    float: left;
    width: 50%;
    margin-top: 15px;
}
.contactAddress h3 {
    color: #000;
    float: left;
    font-size: 14px;
    font-family: "Open Sans", sans-serif;
  
    margin-bottom: 6px;
    width: auto;
    margin-right: 20px;
}
.contactAddress h3 .icon {
    font-size: 14px;
    margin-right: 5px;
    text-align: center;
    width: 19px;
}
.contactForm {
    float: left;
    margin-top: 15px;
    width: 49%;
}
.contactForm li {
    float: left;
    width: 50%;
	list-style:none;
}
.contactForm li input, .contactForm textarea {
    background: rgba(212, 26,13,0.08) none repeat scroll 0 0;
    border: 0 none;
    color: #000;
    float: left;
    font-family: "Open Sans", sans-serif;
    font-size: 16px;
    font-weight: 700;
    height: 51px;
    margin: 3px;
    padding: 2px;
    text-indent: 9px;
    width: 98%;
}
.contactForm textarea {
    height: 140px;
    width: 99%;
}
.contactForm .temgon {
    float: right;
    margin-right: 3px;
    margin-top: 7px;
}
.contactForm .temgon input {
    background: #222222 none repeat scroll 0 0;
    border: 0 none;
    color: #fff;
    cursor: pointer;
    float: right;
    font-family: "Open Sans",sans-serif;
    font-size: 14px;
    height: 40px;
    transition: all 0.2s ease 0s;
    width: 158px;
}

.contactForm .temgon input:hover {
    background: #133993 none repeat scroll 0 0;
    border: 0 none;
    color: #fff;
    cursor: pointer;
    float: right;
    font-family: "Open Sans",sans-serif;
    font-size: 14px;
    height: 40px;
    transition: all 0.2s ease 0s;
    width: 158px;
}

.contactMap {
    float: left;
    margin-top: 13px;
    width: 95%;
	border:1px solid #133993;
}
.contactMap iframe {
    height: 300px;
}
.mobileMenu {}


	.projectDetailThumbd {
        width: 100%;
		padding-top:20px;
		    float: left;
		text-align:center;
		clear:both;

	
    }
	
	
	
	
	.belge {
	
text-align: center;
position:absolute;
    font-family: "Open Sans", sans-serif;
     }
	 	

.de
	
	{
		width:96px; height:96px; 
 margin-left:50px;  margin-top:10px;
     }
	
	

	
	@media only screen and (min-width:319px) and (max-width:360px) {
	p img 	
		{
display:none;
	    }	
			
	.projectDetailThumb {
	height:75px;

  }	
  
  .projeDetailHover .icon {

    height:75px;

 
}
  
  .footerProjects {
     float: none;
    margin: 0 auto;
    width: 200px;
    margin-top: 20px;
}
	
	
.projectItem {

    float: left;
    padding: 6px;
    width: 80%;
    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    -ms-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
    margin-left: 20px;
}	
		
		
	.belge {
	
text-align: center;
position:absolute;
    font-family: "Open Sans", sans-serif;
     }
	 	

.de
	
	{
		width:96px;
		 height:96px; 
 margin-top:10px;
     }
	 
	
	

	    .contentPage {

     height:337px;

        left: 0;

        top: 117px;

        width: 100%;

    }
	 
	 .BprojectDetailThumbs li {
 
    margin-right:5px ;
  

}

.BprojeDetailHover .icon {
    color: #133993;
    display: none;
    font-size: 40px;
    height: 100px;
    width: 350px;
    text-align: center;
    vertical-align: middle;
}
	 
	 
	   }
	   
	   
	   	
	@media only screen and (min-width:375px) and (max-width:479px) {
		
		
			p img 	
		{
display:none;
	    }
		
		.de
	
	{

 margin-top:10px;
     }
	 

	 	 .contentPage {
    height: 460px;
    left: 0;
    top: 117px;
    width: 100%;
}


	 	 .BprojectDetailThumbs li {
 
    margin-right:5px ;
  

}
	 
.BprojeDetailHover .icon {
    color: #133993;
    display: none;
    font-size: 40px;
    height: 100px;
    width: 350px;
    text-align: center;
    vertical-align: middle;
}


	 
	   }



@media only screen and (min-width:319px) and (max-width:479px) {
	p img 	
		{
display:none;
	    }	

	 
	 .BprojectDetailThumbs li {
 
    margin-right:5px ;
  

}

.BprojeDetailHover .icon {
    color: #133993;
    display: none;
    font-size: 40px;
    height: 100px;
    width: 350px;
    text-align: center;
    vertical-align: middle;
}
	 
	
    .container {
        width: 100% !important;
    }
    .mainLogoBg img {
        width: 180px;
    }
    .mainLogoThumb img {
        width: 130px;
    }
    .links {
        display: none;
    }
    .headerSocial {
        display: none;
    }
    .footerBox {
        display: none;
    }
    .footerProjects {
        float: none;
        margin: 0 auto;
        width: 230px;
    }


    .rightContent {
        margin-left: 0;
        width: 100%;
    }
    .leftContent {
        display: none;
    }
    .pageTitle {
        font-size: 26px;
        text-align: center;
    }

    /* scrollPage css */
    .scrollContent {
        padding-right: 2em !important;
    }
    .scrollBar {
        right: 0 !important;
    }
    /* scrollPage css */

    .projects li {
        margin-left: 0;
        margin-right: 0;
        width: 100%;
    }
    .projects {
        float: none;
        margin: 0 auto;
        width: 288px;
    }
    .projectsDetail {
        padding-right: 0;
    }
    .projectDetailThumbs li {
        width: 46.5%;
    }
    .contactPage {
        margin-left: 0;
        padding-right: 0;
        width: 100%;
    }
    .contactPage .pageTitle {
        text-align: center;
    }
    .contactForm {
        width: 100%;
    }
    .contactAddress {
        margin-top: 0;
        width: 100%;
    }
    .contactMap {
        width: 100%;
    }

}




@media only screen and (min-width:375px) and (max-width:479px) {
	
		p img 	
		{
display:none;
	    }
	
img,
  .footerProjects {
        width:330px;
    }
	
	
    .footerProjects {
        width: 95%;
    }
    .projectDetailThumb img {
        width: 215px;
    }
    .projectDetailThumbs li {
        width: 45.2%;
    }

.projectDetailThumb {
	height:100px;

  }
  .projectDetailThumbd img {
        width: 320px;
    }
	
	.projectDetailThumbd {
        width: 50%;
    }

}


@media only screen and (min-width:479px) and (max-width:767px) {
	
		p img 	
		{
display:none;
	    }
		.main-nav{
		display:none;	
}
    .container {
        width: 100% !important;
    }
    .mainLogoBg {
        display: none;
    }
    .mainLogoThumb img {
        width: 185px;
    }
    .footerBox {
        display: none;
    }
    .footerProjects {
        float: none;
        margin: 0 auto;
        width: 440px;
    }
    .footer {
        position: relative;
    }
    .footerTop {
        background: rgba(0, 0, 0, 0.8) none repeat scroll 0 0;
        padding-top: 11px;
    }
    .headerTop {
        width: 325px;
        margin-top: 5px;
    }
    .links {
        float: right;
    }
    .headerSocial {
        float: right;
        margin-top: 7px;
    }
    .sliderText {
        display: none;
    }


    .contentPage {
        height: 412px;
        left: 0;
        width: 100%;
    }
    .rightContent {
        margin-left: 0;
        width: 100%;
    }
    .leftContent {
        display: none;
    }
    .pageTitle {
        font-size: 26px;
        text-align: center;
    }

    /* scrollPage css */
    .scrollContent {
        padding-right: 2em !important;
    }
    .scrollBar {
        right: 0 !important;
    }
    /* scrollPage css */

    .projects li {
        width: 47.7%;
    }
    .projects {
        float: none;
        margin: 0 auto;
        width: 440px;
    }
    .projectsDetail {
        padding-right: 0;
    }
    .projectDetailThumb img {
        width: 215px;
    }
    .projectDetailThumbs li {
        width: 31.1%;
    }
    .contactPage {
        margin-left: 0;
        padding-right: 0;
        width: 100%;
    }
    .contactPage .pageTitle {
        text-align: center;
    }
    .contactForm {
        width: 100%;
    }
    .contactAddress {
        margin-top: 0;
        width: 100%;
    }
    .contactMap {
        width: 100%;
    }


}
@media only screen and (min-width:600px) and (max-width:767px) {
    .footerTop {
        background: transparent url("../images/footerBg.png") repeat-x scroll 0 0;
        padding-top: 0;
    }
    .footer {
        position: absolute;
    }
    .sliderText {
        display: block;
    }
    .sliderText h3 {
        font-size: 31px;
    }
    .contentPage {
        height: 553px;
    }
}


@media only screen and (min-width: 767px) and (max-width: 991px) {
    .container {
        width: 100% !important;
    }
    .mainLogoBg img {
        width: 260px;
    }
    .mainLogoThumb img {
        width: 185px;
    }
    .footerBox:nth-child(1) {
        display: none;
    }
    .footerBox:nth-child(2) {
        width: 250px;
    }
    .footerProjects {
        width: 61.6%;
    }
    .footerTopContainer {
        width: 767px !important;
    }

    .contentPage {
        top: 120px;
        height: 700px;
        width:739px;
    }
    .leftContent {
        margin-left: 19px;
        padding: 65px 10px 10px;
        width: 30.0%;
    }
    .rightContent {
        width: 65.7%;
    }
    .contentBody .container {
        width: 767px !important;
    }
    .projects li {
        width: 46.1%;
    }
    .projectDetailThumbs li {
        width: 31%;
    }
    .contactPage .pageTitle {
        font-size: 25px;
    }
    .contactPage {
        width: 97.0%;
        margin-left: 19px;
    }

}

@media only screen and (min-width: 991px) and (max-width: 1280px) {
    .container {
        width: 100% !important;
    }
    .mainLogoBg img {
        width: 260px;
    }
    .mainLogoThumb img {
        width: 185px;
    }
    .footerTopContainer {
        width: 990px !important;
    }
    .footerProjects {
        width: 52.6%;
    }

    .contentPage {
        top: 120px;
        height: 700px;
        width:963px;
    }
    .leftContent {
        margin-left: 19px;
        padding: 65px 10px 10px;
        width: 23.1%;
    }
    .rightContent {
        margin-top: 30px;
        width: 73.8%;
        height: 95.7%;
    }
    .contentBody .container {
        width: 985px !important;
    }
    .projects li {
        width: 46.1%;
    }
    .projectDetailThumbs li {
        width: 31%;
    }
    .contactPage .pageTitle {
        font-size: 25px;
    }
    .contactPage {
        width: 97.0%;
        margin-left: 19px;
    }

}

@media only screen and (min-width : 1824px) {
	
.projectDetailThumb {
    height: 114px;
}
	
	.belge {
	
text-align: center;
position:absolute;
    font-family: "Open Sans", sans-serif;
     }
	 	

    .container {
        width: 1600px !important;
    }
    .links a {
        font-size: 13px;
    }
    .footerTitle {
        font-size: 18px;
    }
    .footerBox li a {
        font-size: 13px;
    }
    .footerBox h2 {
        font-size: 13px;
    }
    .projectName {
        font-size: 13px;
    }
    .contentPage {
        width: 1580px;
        height: 650px;
    }
    .rightContent {
        margin-left: 180px;
        width: 69%;
    }



}



@media only screen and (min-width:319px) and (max-width:374px) {
	  .projectDetailThumbd img {
        width: 250px;
		text-align:center;
    }
	
	.projectDetailThumbd {
        width: 100%;
		text-align:center;
    }
	
	
	
.overlay {
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: rgba(0, 0, 0, 0.7);
  transition: opacity 500ms;
  visibility: hidden;
  opacity: 0;
}
.overlay:target {
  visibility: visible;
  opacity: 1;
}

.popup {
  margin: 70px auto;
  padding: 20px;
  background: #fff;
  border-radius: 5px;
  width: 30%;
  position: relative;
  transition: all 5s ease-in-out;
}

.popup h2 {
  margin-top: 0;
  color: #333;
  font-family: Tahoma, Arial, sans-serif;
}
.popup .close {
  position: absolute;
  top: 20px;
  right: 30px;
  transition: all 200ms;
  font-size: 30px;
  font-weight: bold;
  text-decoration: none;
  color: #333;
}
.popup .close:hover {
  color: #06D85F;
}
.popup .content {
  max-height: 30%;
  overflow: auto;
}

@media screen and (max-width: 700px){
  .box{
    width: 70%;
  }
  .popup{
    width: 70%;
  }
}



