/* SLIDER */

 		/* jssor slider bullet navigator skin 05 css */
        /*
        .jssorb05 div           (normal)
        .jssorb05 div:hover     (normal mouseover)
        .jssorb05 .av           (active)
        .jssorb05 .av:hover     (active mouseover)
        .jssorb05 .dn           (mousedown)
        */
        .jssorb05 {
            position: absolute;
        }
        .jssorb05 div, .jssorb05 div:hover, .jssorb05 .av {
            position: absolute;
            /* size of bullet elment */
            width: 16px;
            height: 16px;
            background: url('img/b05.png') no-repeat;
            overflow: hidden;
            cursor: pointer;
        }
        .jssorb05 div { background-position: -7px -7px; }
        .jssorb05 div:hover, .jssorb05 .av:hover { background-position: -37px -7px; }
        .jssorb05 .av { background-position: -67px -7px; }
        .jssorb05 .dn, .jssorb05 .dn:hover { background-position: -97px -7px; }

        /* jssor slider arrow navigator skin 22 css */
        /*
        .jssora22l                  (normal)
        .jssora22r                  (normal)
        .jssora22l:hover            (normal mouseover)
        .jssora22r:hover            (normal mouseover)
        .jssora22l.jssora22ldn      (mousedown)
        .jssora22r.jssora22rdn      (mousedown)
        */
        .jssora22l, .jssora22r {
            display: block;
            position: absolute;
            /* size of arrow element */
            width: 40px;
            height: 58px;
            cursor: pointer;
            background: url('img/a22.png') center center no-repeat;
            overflow: hidden;
        }
        .jssora22l { background-position: -10px -31px; }
        .jssora22r { background-position: -70px -31px; }
        .jssora22l:hover { background-position: -130px -31px; }
        .jssora22r:hover { background-position: -190px -31px; }
        .jssora22l.jssora22ldn { background-position: -250px -31px; }
        .jssora22r.jssora22rdn { background-position: -310px -31px; }

/* SLIDER END */

.home_btn{
	display: block;
	color: white;
	border-radius: 15px;
	border-width: 2px;
	border-color: white;
	border-style: solid;
	height: 40px;
	width: 80px;
	text-align: center;
}

body{
	background-color: white;
}

/* MENU */
.menu{
	background-color: #015f79;
}

.links{
	color: silver;
	cursor: pointer;
	font-family: 'Roboto';
	font-size: 13px;
	font-weight: 900;
	text-transform: uppercase;
	text-decoration: none;
	margin-right: 30px;
}

.menu a:hover{
	color: white;
}

.navbar{
	margin-bottom: 0px;
	border-width: 0;
	border-radius: 0;
}

.navbar-default .navbar-nav>li>a{
	color: silver;
}

.navbar-default .navbar-nav>li>a:hover{
	color: white;
}
/* END MENU */

/* INFO */
.info{
	height: 350px;
}

.info div{
	padding: 20px;
}

.info div h1{
	font-family: 'Roboto';
	font-size: 50px;
	font-weight: 900;
	color: #025e79;
	line-height: 45px;
}

.info div p{
	font-family: 'Open sans';
	font-weight: 400;
	font-size: 13px;
	color: #4f4f4f;
	text-transform: uppercase;
}
/* END INFO */

/* DISTIN */
.distin{
	height: 450px;
	background-image: url('/images/distingue.jpg');
	background-size: 100% auto;
	background-position: center;
}

.distin_div{
	padding: 20px;
	height: 225px;
	text-align: center;
}

.distin_img{
	height: 50px;
	text-align: center;
	margin-top: 10px;
}

.distin div h5{
	font-family: 'Roboto';
	font-size: 15px;
	color: #00b8f0;
	font-weight: 400;
	text-transform: uppercase;
}

.distin div p{
	font-family: 'Open sans';
	font-size: 13px;
	color: #dcdddd;

}
/* END DISTIN */

/* CLIENTES */
.clientes{
	height: 300px;
	text-align: center;
	padding: 20px;
}

.clientes div{
	margin-top: 5px;
	margin-bottom: 5px;	
}

.clientes h1{
	font-family: 'Roboto';
	fotn-size: 60px;
	font-weight: 900;
	color: #00b8f0;
	text-transform: uppercase;
}

.clientes h5{
	font-family: 'Roboto';
	fotn-size: 13px;
	font-weight: 400;
	color: #4f4f4f;
	text-transform: uppercase;
}
/* END CLIENTES */

/* CONTACTO */
.contacto{
	height: 400px;
	background-color: #2c2c2c;
	padding: 20px;
}

.contacto div h5{
	color: gray;
	font-family: 'Roboto';
	font-size: 13px;
	font-weight: 900;
	margin-top: 20px;
	margin-bottom: 30px;
	margin-left: 15px;
}

.contacto_inf{
	padding: 25px 0;
}

.contacto_inf div{
	color: #dcdddd;
	font-family: 'Roboto';
	font-size: 11px;
	font-weight: 400;
}

.right{
	text-align: right;
}

.right h1{
	font-family: 'Roboto';
	font-size: 40px;
	color: silver;
	font-weight: 900;
}

.right_bottom{
	text-align: right;
	margin-top: 130px;
	font-family: 'Roboto';
	font-size: 10px;
	color: silver;
	font-weight: 900;
}

.form_field{
	margin: 5px 0;
}

.form_field h1{
	font-family: 'Roboto';
	font-size: 40px;
	color: silver;
	font-weight: 900;
}

.form_field div{
	height: 20px;
	font-family: 'Roboto';
	font-size: 12px;
	color: #00b8f0 !important;
	font-weight: 400 !important;
	text-transform: uppercase;
}

.form_input{
	width: 100%;
	border-style: solid;
	border-width: 0px;
	border-collapse: gray;
	color: white;
	background-color: #00b8f0;
	padding: 5px;
	outline: none;
}

.form_ta{
	width: 100%;
	border-style: solid;
	border-width: 0px;
	border-collapse: gray;
	color: white;
	background-color: #00b8f0;
	padding: 5px;
	outline: none;
}

.form_btn{
	width: 100%;
	padding: 5px;
	font-family: 'Roboto';
	font-weight: 700;
	color: white;
	background-color: #025e79;
	border-style: solid;
	border-width: 0;
	font-size: 11px;
}

::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  color: white;
}
::-moz-placeholder { /* Firefox 19+ */
  color: white;
}
:-ms-input-placeholder { /* IE 10+ */
  color: white;
}
:-moz-placeholder { /* Firefox 18- */
  color: white;
}


/* LAMINACION */

.toplam{
	height: 300px;
	background-image: url('/images/laminacion1.jpg');
	background-size: 100% auto;
	background-position: cover;
	background-attachment: fixed;
	position: relative;
	background-repeat: no-repeat;
}

.toplam h1{
	position: absolute;
	bottom: 20px;
	left: 40px;
	color: white;
	font-family: 'Roboto';
	font-weight: 900;
	font-size: 50px;
}

.toplam a{
	position: absolute;
	bottom: 20px;
	right: 40px;
	font-family: 'Roboto';
	font-weight: 900;
	color: white;
	cursor: pointer;
	font-size: 15px;
	text-decoration: none;
	display: block;
	border-width: 1px;
	border-color: white;
	border-style: solid;
	border-radius: 15px;
	padding: 10px;
}

.toplam a:hover{
	color: #00b8f0;
	border-color: #00b8f0;
}

.msglam{
	height: 150px;
	background-color: white;
	color: #191919;
	font-family: 'Roboto';
	font-size: 15px;
	font-weight: 700;
	text-align: center;
	padding: 50px 60px;
	text-transform: uppercase;
}

.matlam{
	background-color: #e2e2e2;
	height: 380px;
	padding: 40px 10px;
}

.matlam_block{
	border-radius: 15px;
	border-width: 0px;
	border-color: silver;
	border-style: solid;
	height: 300px;
	background-color: #c8c8c8;
	overflow: hidden;
	padding: 0;
}

.matlam_block_item1{
	height: 150px;
	background-color: white;
	padding: 0;
	position: relative;
}

.matlam_block_item1 img{
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translateX(-50%) translateY(-50%);
}

.matlam_block_itemtxt{
	text-align: left;
	padding: 10px 20px;
}

.matlam_block_itemtxt h3{
	font-family: 'Roboto';
	font-size: 30px;
	color: #1e1e1e;
	font-weight: 700;
}

.matlam_block_itemdata ul li{
	font-family: 'Roboto';
	font-size: 12px;
	color: #1e1e1e;
	font-weight: 700;
	text-transform: uppercase;
}

/* DOMOS */
.topdom{
	height: 300px;
	background-image: url('/images/domos1.jpg');
	background-size: 100% auto;
	background-position: cover;
	background-attachment: fixed;
	position: relative;
	background-repeat: no-repeat;
}

.topdom h1{
	position: absolute;
	bottom: 20px;
	left: 40px;
	color: white;
	font-family: 'Roboto';
	font-weight: 900;
	font-size: 50px;
}

.topdom a{
	position: absolute;
	bottom: 20px;
	right: 40px;
	font-family: 'Roboto';
	font-weight: 900;
	color: white;
	cursor: pointer;
	font-size: 15px;
	text-decoration: none;
	display: block;
	border-width: 1px;
	border-color: white;
	border-style: solid;
	border-radius: 15px;
	padding: 10px;
}

.topdom a:hover{
	color: #00b8f0;
	border-color: #00b8f0;
}

/* DOMOS */
.domos{
	padding: 0;
}

.domos_block{
	background-color: #015f79;
	color: white;
	height: 450px;
	font-family: 'Roboto';
	padding: 5px;
}

.domos_titulo{
	padding: 10px;
	font-weight: 900;
	font-size: 20px;
}

.domos_img{
	background-color: #d9d9d9;
}

.domos_desc{
	padding: 10px;
	font-size: 13px;
	color: silver;
}

.domos_tema{
	font-family: 'Roboto';
	font-size: 30px;
	color: gray;
	background-color: white;
	padding: 10px;
	font-weight: 700;
	text-align: center;
}