
@import url(http://fonts.googleapis.com/css?family=Raleway:400,500,600,700,300,800,900);

@font-face {
    font-family: 'Comfortaa-Regular';
    src: url('../fonts/Comfortaa-Regular.ttf') format('truetype');
    font-style: normal;
}

* {
	margin: 0;
	padding: 0;
}

html, body{
	height:100%;
	position: relative;
}

body{
	background-color: #F5F5F5;
	height: 100%;
	font-family: 'Comfortaa-Regular';
	overflow-x: hidden;
}

a{
	text-decoration: none;
	outline: 0;
}

ol,ul {
    list-style: none;
    margin:0;
    padding:0;
}

#wrapper{
	min-height:100%;
	position:relative;
}

header{
	position: fixed;
	width: 100%;
	height: 60px;
	top: 0;
	z-index: 1;
	transition: all ease .5s;
}

#logo{
	position: absolute;
	top: 9px;
	left: 50px;
	width: 120px;
	z-index: 2;
}

#logo img{
	display: block;
	width: 100%;
	height: auto;
}

.emp, .fb{
	position: absolute;
	color: #FFF;
	display: block;
	text-align: center;
}

.emp{
	right: 120px;
	font-size: 1.1em;
	top: 15px;
	width: 120px;
	height: 30px;
	line-height: 30px;
	border-radius: 4px;
	border: 1px solid transparent;
	transition: all linear .3s;
}

.emp:hover{
	border: 1px solid #FFF;
}

.fb{
	right: 50px;
	font-size: 2em;
	top: 10px;
}

.pimg{
	position: relative;
	width: 100%;
	height: 350px;
	min-height: 100%;
	margin: 0 0 20px 0;
	background: url('../images/pimgbg.jpeg') center center / cover no-repeat;
}

.pimg h2, .pimg h3{
	position: absolute;
	font-family: 'Comfortaa-Regular';
	text-align: center;
	font-weight: normal;
	text-shadow: 0px 1px 4px rgba(0, 0, 0, 0.70);
	width: 600px;
	margin: 0 auto;
	left: 0;
	right: 0;
	color: #FFF;
}

.pimg h2{
	top: 90px;
	font-size: 2.4em;
}

.pimg h3{
	top: 205px;
	font-size: 1.8em;
}

.join{
	position: absolute;
	margin: 0 auto;
	left: 0;
	right: 0;
	bottom: 40px;
	display: block;
	width: 150px;
	height: 42px;
	line-height: 42px;
	text-align: center;
	color: #FFF;
	font-weight: 800;
	border-radius: 4px;
	transition: all ease .3s;
}

.join:hover{
	transform: scale(1.1);
}

.cnrprod{
	position: relative;
	margin: auto;
	width: 1440px;
}

.box {
	position: relative;
	display: inline-block;
 	vertical-align: top;
 	margin: 10px 9px;
 	width: 220px;
 	height: 340px;
 	border: 1px solid #ccc;
 	background: #FFF;
 	transition: all ease .3s;
}

.box:hover{
	transform: scale(1.05);
}

.pic{
	position: relative;
	width: 90%;
	height: 230px;
	margin: 10px 10px 5px 10px;
	text-align: center;
	overflow: hidden;
}

.pic img { 
	position: relative;
	left: 100%;
	margin-left: -200%;
	width: auto;
	height: 100%;
}

.box label{
	display: block;
	text-align: center;
	width: 90%;
	padding: 5px 11px;
	font-size: 0.9em;
	color: #000;
}

.boxemp{
	display: block;
	position: absolute;
	bottom: 0;
	width: 100%;
	height: 30px;
	padding: 5px 0; 
	background-color: #DBDBDB;
}

.boxemp span, .boxemp img{
	display: inline-block;
	vertical-align: top;
}

.boxemp img{
	width: 28px;
	height: 28px;
	margin: 2px 10px;
	border-radius: 28px;
}

.boxemp span{
	margin: 6px 0 0 0;
	font-size: 0.9em;
	color: #000;
}

#pedido{
	display: none;
	max-width: 800px;
}

.modalimage, #pedido form{
	display: inline-block;
	vertical-align: top;
}

.modalimage{
	width: 50%;
	height: auto;
}

#pedido form{
	overflow: hidden;
	width: 45%;
	padding: 10px;
}

#pedido form h2{
	text-align: center;
}

#pedido form span, #pedido form select, #pedido form input[type="text"], #pedido form input[type="email"], #pedido form textarea{
	position: relative;
	outline: none;
	display: inline-block;
	vertical-align: top;
	font-family: 'Comfortaa-Regular';
}

#pedido form span{
	width: 72px;
	height: 35px;
	line-height: 35px;
	font-size: 0.9em;
}

.align{
	line-height: 18px !important;
}

#pedido form input[type="text"], #pedido form input[type="email"], #pedido form textarea{
	padding: 8px 10px;
	width: 70%;
	border: 1px solid #ccc;
	border-radius: 2px;
}

#pedido form select{
	padding: 8px 10px;
	width: 75.5%;
	border: 1px solid #ccc;
	border-radius: 2px;
}

#pedido form textarea{
	resize: vertical;
	min-height: 30px;
	max-height: 100px;
}

#pedido form input[type="submit"]{
	cursor: pointer;
	position: relative;
	margin: 5px 0 0 69%;
	outline: none;
	border: 0;
	width: 100px;
	height: 40px;
	line-height: 40px;
	text-align: center;
	background-color: #0099E0;
	font-size: 1.05em;
	color: #FFF;
	font-weight: 400;
	border-radius: 4px;
}

#pedido .row{
	position: relative;
	width: 100%;
	margin: 0 0 5px 0;
}

.fancybox-inner{
	overflow: hidden !important;
}

@media only screen and (max-width: 1460px){
	.cnrprod{
		width: 1200px;
	}
}

@media only screen and (max-width: 1218px){
	.cnrprod{
		width: 960px;
	}
}

@media only screen and (max-width: 1008px){
	.cnrprod{
		width: 720px;
	}
}

@media only screen and (max-width: 744px){
	.cnrprod{
		width: 480px;
	}
}