/* THIS WEBSITE DESIGNED BY ULTINETS */

/*
==================================================
=================   RESET CSS   ==================
==================================================
*/

html, body, div, span, applet, object, iframe, h1, 
h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, 
acronym, address, big, cite, code, dfn, em, font, 
img, ins, kbd, q ,s, samp, small, strike, strong, 
sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, 
ul, li, fieldset, form, label, legend, table, caption, 
tbody, tfoot, thead, tr, th, td{
	margin:0;
	padding:0;
	border:0;
	outline:0;
	list-style:none;
	list-style-type:none;
	text-decoration:none;
	font-family: 'Roboto', sans-serif;
	font-weight: lighter;
}

body,html{
	margin: 0px;
	height: 100%;
	background-color: #6495ed;
}

.clear{
	clear: both;
}

.wrapper{
	position: absolute;
	z-index: 1;
  	height: 100%;
  	width: 100%;
}

.slider{
	position: absolute;
	z-index: -1;
    width: 100%;
    height: 100%;
    overflow: hidden;
}

.slider .slides{
    display: block;
    width: 600%;
    height: 100%;
    margin: 0;
    padding: 0;
}

.slider .slides .slide{
    float: left;
    list-style-type: none;
    width: 16.6666667%;
    height: 100%;
}

/*
==================================================
==============   RESPONSIVE CSS   ================
==================================================
*/

    /* Medium Devices, Desktops */
    @media only screen and (max-width : 1024px){

    	.wrapper .slider{
    		display: none;
    	}

    	.wrapper .homeimg{
    		display: block;
    	}

    	.header .header-ic{
    		display: block;
    		float: none;
    		position: static;
    		width: 100%;
    	}

    	.header .header-ic .logo{
    		margin-left: 5%;
    	}

    	.header .header-ic .res-menu{
    		display: block;
    		margin-right: 5%;
    		cursor: pointer;
    	}

    	.header .header-ic .menu ul{
    		display: none;
    		float: left;
    		position: relative;
    		top: 1px;
    		width: 100%;
    	}

    	.header .header-ic .menu ul li{
    		float: none;
    		position: static;
    		background-color: rgba(14, 47, 68, 0.8);
    	}

    	.header .header-ic .menu ul li img{
    		display: none;
    	}

    	.header .header-ic .menu ul li a{
    		text-align: left;
    		padding-left: 5%;
    		padding-right: 5%;
    		width: 90%;
    	}

    	.header .header-ic ul li ul.submenu{
    		float: none;
    		position: static;
    	}

    	.header .header-ic ul li ul.submenu li{
    		float: none;
    		position: static;	
    	}

    	.header .header-ic ul li ul.submenu li a{
    		line-height: 30px;
			height: 30px;
    	}

    	.header .header-ic ul li img{
    		display: none;
    	}

    	.content{
    		display: block;
    		float: none;
    		position: static;
    		margin-bottom: 10px;
    	}

    	.content .content-ic{
    		display: block;
    		float: none;
    		position: static;
    		width: 90%;
    		margin-left: 5%;
    		margin-right: 5%;
    	}

    	.content .content-ic .contentMsg{
    		display: block;
    		float: none;
    		position: static;
    		width: 100%;
    	}

    	.content .content-ic .contentMsg h1{
    		font-size: 35px;
    		padding: 2%;
    	}

    	.content .content-ic .contentBox{
    		display: block;
    		float: none;
    		position: static;
    		width: 100%;
    	}

    	.content .content-ic .contentBox h2{
    		display: block;
    		font-size: 20px;
    		text-align: left;
    	}

    	.content .content-ic .contentBox p{
    		display: block;
    		font-size: 14px;
    		text-align: justify;
    	}

    	.wrapper .footer{
    		display: none;
    	}

    	.footer-ic{
    		position: static;
    		float: none;
    	}

    	.wrapper .resfooter{
    		display: block;
    	}

    }

    /* For Menu Display Block */
    @media only screen and (min-width : 1024px){

    	.menu ul.first{
			display: block!important
		}
    	
    }

/*
==================================================
==============   HEADER SECTİON   ================
==================================================
*/

.header{
	width: 100%;
	height: 50px;
	background-color: rgba(14, 47, 68, 0.8);
	z-index: 7;
}

.header-ic{
	width: 70%;
	margin: 0px auto;
}

.logo{
	float: left;
	margin-top: 5px;
}

/*
==================================================
===============   MENU SECTİON   =================
==================================================
*/

.menu ul{
	float: right;
}

.menu ul li{
	float: left;
	text-align: center;
}

.menu ul li a{
	display: block;
	font-size: 15px;
	line-height: 50px;
	height: 50px;
	width: 110px;
	color: white;
	font-family: 'Open Sans', sans-serif;
	font-weight: bold;
}

.menu ul li img{
	position: absolute;
	z-index: -1;
	margin-left: 0px;
	-webkit-box-shadow: 2px 2px 2px 0px rgba(0,0,0,0.75);
	-moz-box-shadow: 2px 2px 2px 0px rgba(0,0,0,0.75);
	box-shadow: 2px 2px 2px 0px rgba(0,0,0,0.75);
	border-bottom-right-radius: 5px;
}

.menu ul li a:hover{
	background-color: #4099FF;
}

ul.submenu{
	display: none;
	position: absolute;
	top: 50px;
	z-index: 6;
}

ul.submenu li{
	float: none;
	text-align: left;
}

ul.submenu li a{
	font-size: 14px;
	width: 120px;
	padding-left: 10px;
	font-family: 'Roboto', sans-serif;
	font-weight: lighter;
	background-color: rgba(14, 47, 68, 0.8);
}

.res-menu{
	display: none;
	float: right;
	font-size: 15px;
	line-height: 20px;
	padding: 5px;
	margin-top: 8px;
	color: white;
	border: 2px solid white;
	border-radius: 5px;
}

/*
==================================================
==============   CONTENT SECTİON   ===============
==================================================
*/

.content{
	float: none;
	position: static;
	width: 100%;
}

.content-ic{
	width: 70%;
	margin: 0px auto;
}

.homeimg{
	display: none;
	width: 100%;
	height: 75%;
}

.contentMsg{
	float: left;
	width: 34%;
	margin-right: 1%;
	margin-top: 2%;
	z-index: 3;
}

.contentMsg h1{
	position: relative;
	color: white;
	text-shadow: 1px 1px 4px #000;
	font-family: 'Open Sans', sans-serif;
	font-weight: bold;
	font-size: 50px;
	text-align: center;
	padding: 10px;
}

.contentMsg h1:hover{
	color: rgba(14, 47, 68, 0.8);
	text-shadow: none;
}

.contentBox{
	float: right;
	width: 64%;
	margin-left: 1%;
	margin-top: 2%;
	background-color: rgba(14, 47, 68, 0.8);
	border-radius: 5px;
	z-index: 3;
}

.contentBox img{
	width: 100%;
	border-radius: 5px 5px 0px 0px;
	margin: 0px auto;
}

.contentBox h2{
	color: white;
	font-family: 'Open Sans', sans-serif;
	font-weight: bold;
	font-size: 20px;
	text-align: left;
	padding: 0px 10px;
	margin: 10px 0px;
}

.contentBox p{
	color: white;
	font-size: 15px;
	text-align: justify;
	padding: 0px 10px 10px 10px;
}

.footer{
	display: block;
	position: fixed;
	bottom: 0px;
	width: 100%;
	height: 50px;
	background-color: rgba(14, 47, 68, 0.8);
}

.footer-ic{
	width: 70%;
	margin: 0px auto;
}

.footerLogo{
	float: left;
	margin-top: 5px;
	width: 170px;
}

.footerCopy{
	display: block;
	float: right;
	color: white;
	font-size: 14px;
	line-height: 20px;
	text-align: right;
	margin-top: 5px;
}

.ultinets:hover{
	color: red;
}

.flag{
	display: none;
	position: absolute;
	margin: 5px;
	border-radius: 100px;
	cursor: pointer;
}

.footerLang ul{
	float: left;
	width: 200px;
}

.footerLang ul li{
	float: left;
	text-align: center;
}

.footerLang ul li a{
	display: block;
	font-size: 20px;
	line-height: 50px;
	height: 50px;
	width: 50px;
	color: white;
	font-family: 'Open Sans', sans-serif;
	font-weight: bold;
}

.footerLang ul li:hover .flag{
	display: block;
}

.resfooter{
	display: none;
	position: absolute;
	z-index: 5;
	width: 100%;
	height: auto;
	background-color: rgba(14, 47, 68, 0.8);
}

.resfooter-ic{
	width: 90%;
	margin: 0px auto;
}

img.center{
	display: block;
    margin: 0px auto;
    padding-top: 10px
}

.resfooterCopy{
	color: white;
	font-size: 14px;
	text-align: center;
	padding-top: 10px;
}

.resfooterLang ul{
	float: none;
	width: 120px;
	margin: 0px auto;
}

.resfooterLang ul li{
	float: left;
	text-align: center;
}

.resfooterLang ul li a{
	display: block;
	font-size: 20px;
	line-height: 50px;
	height: 50px;
	width: 30px;
	color: white;
	font-family: 'Open Sans', sans-serif;
	font-weight: bold;
}
.resfooterLang ul li a:hover{
	background-color: #4099FF;
}

.bg{
	background: url('../img/sbg.jpg') no-repeat center center fixed; 
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	width: 100%;
	height: 100%;
}

.cWrapper{
	width: 100%;
	height: 100%;
	/*background-color: rgba(14, 47, 68, 0.8);*/
	background: #f06;
	background: linear-gradient(45deg, rgba(0,153,204,0.3), white);
}

.cWrapper-in{
	width: 70%;
	margin: 0px auto;
}

.cWrapper-in .logo{
	float: right;
	padding: 15px 0px;
}

.cWrapper-in p{
	font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
	font-size: 18px;
	line-height: 25px;
	text-align: justify;
}

h1 {
	position: relative;
	overflow: hidden;
	white-space: nowrap;
	text-align: center;
	text-overflow: ellipsis;
	font-family: 'Open Sans', sans-serif;
	font-weight: bold;
	font-size: 60px;
	color: rgb(14, 47, 68);
	padding: 15px 0;
	}
h1:before,
h1:after {
	content: "";
	position: relative;
	display: inline-block;
	width: 50%;
	height: 8px;
	vertical-align: middle;
	background: rgb(14, 47, 68);
	}
h1:before {    
	left: -.5em;
	margin: 0 0 0 -50%;
	}
h1:after {    
	left: .5em;
	margin: 0 -50% 0 0;
	}
h1>span {
	display: inline-block;
	vertical-align: middle;
	white-space: normal;
	}

.certifications{
	width: 100%;
}

.certifications-in{
	width: 70%;
    position: absolute;
    z-index: 1;
    top: 50%;
    left: 50%;
    margin-right: -50%;
    transform: translate(-50%, -50%);
    background-color: rgba(255, 255, 255, 0.5);
    border-radius: 10px;
}

.certifications-in form{
	width: 90%;
	margin: 5%;
}

input[type="text"]{
	width: 150px;
	height: 20px;
	border-radius: 5px;
	margin-top: 10px;
	margin-bottom: 10px;
}

input[type="submit"]{
	padding: 5px;
	border-radius: 5px;
}

textarea{
	width: 400px;
	height: 100px;
	border-radius: 5px;
	margin-top: 10px;
	margin-bottom: 10px;
}

.certifications-in img{
	float: left;
	width: 20%;
	margin: 6% 6.5%;
	border-radius: 10px;
	/*box-shadow: 2px 2px 5px black;*/
}

.production{
	width: 100%;
}

.production-in{
	width: 70%;
    position: absolute;
    z-index: 1;
    top: 50%;
    left: 50%;
    margin-right: -50%;
    transform: translate(-50%, -50%);
    background-color: rgba(255, 255, 255, 0.5);
    border-radius: 10px;
}

.production-in img{
	float: left;
	width: 46%;
	margin: 2% 2%;
	border-radius: 10px;
	/*box-shadow: 2px 2px 5px black;*/
}

#map { 
  height: calc(100% - 100px); 
  width: 100%;
  margin-top: 50px;
  position: absolute;
  top: 0; 
  left: 0; 
  z-index: -1; /* Set z-index to 0 as it will be on a layer below the contact form */
}
 
.contactWrp { 
  position: relative; 
  z-index: 1; /* The z-index should be higher than Google Maps */
  width: 500px;
  margin: 60px auto 0;
  left: 200px;
  padding: 30px;
  background-color: rgba(14, 47, 68, 0.8);
  height: auto;
  border-radius: 10px;
  color: white;
  font-size: 14px;
  line-height: 16px;
  font-weight: bolder;
  text-align: left;
  box-shadow: 2px 2px 2px black;
}