/*  MAKE LAYOUT RESPONSIVE at 768px FOR IPAD PORTRAIT ================================================================ */

        body { font-size: 1em; }
	
		header1 {
			width: 80%; /* 720px / 768px */
		}

		#maincontent{
			width: 93.75%; /* 720px / 768px */
		}
        .slide {
        height: 250px;
        }

        #works header {
            max-width:90%;
            margin:0 auto;
        }

		
		.maincontent{
			width: 93.75%; /* 720px / 768px */
		}

		
		footer1 {
			width: 93.75%; /* 720px / 768px */
		}


		.banner h1{
			font-size: 2.7em;
		}
		
		.contacts {
			width: 100% !important;
			margin-left: 0 !important;
		}
		
