/* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * *

 * Stylesheet: styles
 * Clean Project v1.1
 * Autor / Author: Quickin - info@quickin.co
 * Use this file to write your custom styles

 *  * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * */
header li
{
	color: #7F7F7F;
	display: inline-block;
	float: left;
	font-size: 1.5em;
	margin-top: 50px;
	text-align: center;
	text-transform: uppercase;
	width: 17.5%;
}
header li:hover
{
	color: #E94E1B;
}
header .logo
{
	margin-top: 10px;
	width: 30%;
}
section.slider
{
	position: relative;
}
.bxslider li article
{
	background-color: rgba(255, 255, 255, 0.5);
	height: 100%;
	left: 0;
	position: absolute;
	top: 0;
	width: 50%;
}
.bxslider li article h2
{
	color: #2D2D2D;
	font-size: 4.4em;
	left: 50%;
	position: inherit;
	text-transform: uppercase;
	top: 50%;
	transform: translate(-50%,-50%);
	width: 70%;
}
.pager
{
    bottom: 10%;
    list-style-type: none;
    position: absolute;
    left: 25%;
}
.pager ul 
{
    list-style: none;
    width: 100%;
}
.pager li 
{
    display:inline-block;
}
.pager li a 
{
    text-decoration: none;
   	background-color: rgba(0, 0, 0, 0.5);
    padding: 0;
    margin: 0;
    line-height: 60px;
    display: block;
    width: 15px;
    height: 15px;
    border-radius: 10px;
}
.pager li a.active, .pager li a:hover 
{
    background-color: #E94E1B;
}
.ind
{
	top: 100%;
    position: absolute;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 5%;	
}
section.desc, section.services, section.customers
{
	display: inline-block;
	text-align: center;
}
section.services
{
	background-color: #F7F7F7;
}
section.desc h1, section.services h2, section.customers h2
{
	font-size: 3.2em;
	margin: 40px 0;
}
section.desc p, section.services p
{
	display: inline-block;
	font-size: 1.6em;
	line-height: 1.6em;
	margin-bottom: 50px;
	width: 60%;
}
section.services h2, section.customers h2
{
	color: #E94E1B;
}
section.services p
{
	width: 50%;
}
section.services article
{
	margin-bottom: 60px;
}
section.services .service
{
	background-size: 100%;
	color: #fff;
	display: inline-block;
	float: left;
	height: 358px;
	text-align: left;
	transition: all 0.2s ease;
	width: 33.33%;
}
section.services .service span
{
	background-color: rgba(0,0,0,0.3);
	box-sizing: border-box;
	display: inline-block;
	height: 100%;
	padding: 15px;
	position: relative;
	width: 100%;
}
section.services .service:hover
{
	background-size: 105%;
	transition: all 0.2s ease;

}
section.services .service span div
{
	bottom: 20px;
	position: absolute;
	width: 90%;
}
section.services .service h3
{
	font-size: 1.8em;
	margin-bottom: 5px;
	max-width: 90%;
	text-transform: uppercase;
}
section.services .service p
{
	font-size: 1.3em;
	line-height: 1.3em;
	margin: 0 0 10px 0;
	width: 100%;
}
section.services .service a
{
	background-color: #E94E1B; 
	border-radius: 5px;
	display: block;
	font-size: 1.3em;
	margin: 0;
	padding: 5px;
	text-align: center;
	text-transform: uppercase;
	width: 50%;
}
section.services .service a:hover
{
	background-color: #E30613;
}
section.form
{
	box-sizing: border-box;
	color: #000;
	display: inline-block;
	text-align: left;
	padding: 5% 20%;
}
section.form article
{
	display: inline-block;
	float: left;
	width: 50%;
}
section.form article .media
{
	display: inline-block;
	margin: 0 0 20px 35px;
	width: 100%;
}
section.form article .media-left
{
	display: inline-block;
	float: left;
}
section.form article .media-left img
{
	width: 70%;
}
section.form article .media-body
{
	display: inline-block;
	float: left;
	width: 57%
}
section.form article .media-body h4
{
	display: inline-block;
	font-size: 1.6em;
}
section.form h2
{
	font-size: 3.2em;
	margin-bottom: 25px;
	text-transform: uppercase;
}
section.form p
{
	font-size: 1.5em;
	line-height: 1.5em;
}
section.form label
{
	display: block;
	font-size: 1.3em;
	line-height: 1em;
	margin-top: 20px;
}
section.form input, section.form textarea
{
	font-size: 12px;
	margin-top: 15px;
	width: 100%;
}
section.form input
{
	border-bottom: 1px solid #AFAFAF;
	border-left: none;
	border-right: none;
	border-top: none;
}
section.form textarea
{
	min-height: 100px;
}
section.form button
{
	background-color: #E94E1B; 
	border-radius: 3px;
	box-sizing: border-box;
	color: #fff;
	display: block;
	font-size: 1.5em;
	margin: 15px 0 0 0;
	padding: 15px;
	text-align: center;
	width: 100%;
}
section.form button:hover
{
	background-color: #E30613; 
}
footer
{
	background-color: #161b1f;
	display: inline-block;
	height: 50px;
}
footer p
{
	color: #fff;
	font-size: 1.3em;
	margin-top: 10px;
	text-align: center;
}
.container .menuMobile
{
	display: none;
}
.bx-wrapper
{
	margin: 0 auto 30px;
}
.modal {
  background-color: rgba(0,0,0,0.6);
  display: none;
  height: 100%;
  left: 0;
  padding-top: 100px;
  overflow: auto;
  position: fixed;
  top: 0;
  width: 100%;
  
  z-index: 99;
}
.modal-content
{
  background-color: #fff;
  border-style: solid;
  border-width: 6px;
  -webkit-border-image: 
      -webkit-linear-gradient(bottom, #e30613, #e94e1b) 1 100%;
    -moz-border-image:
      -moz-linear-gradient(bottom, #e30613, #e94e1b) 1 100%;  
    -o-border-image:
      -o-linear-gradient(bottom, #e30613, #e94e1b) 1 100%;
    border-image:
      linear-gradient(to top, #e30613, #e94e1b) 1 100%; 
  bottom: 50%;
  box-sizing: border-box;
  left: 50%;
  color: #000;
  font-size: 2em;
  height: 170px;
  margin: auto;
  max-width: 1200px;
  padding: 0;
  position: absolute;
  text-align: center;
  transform: translateX(-50%);
  width: 40%;
}
.modal-content p
{
  margin-top: 20px;
}

.modal-content .closeFeedback
{
  background-image: url(images/exit.svg);
  background-position: center;
  background-size: cover;
  display: block;
  height: 20px;
  margin: -30px;
  float: right;
  width: 20px;
}

@media (max-width: 1024px), handheld and (orientation: landscape)
{
	section.services .service
	{
		height: 268px;
	}
}

@media (max-width: 768px), handheld and (orientation: landscape)
{
	.container
	{
		width: 90%;
	}
	.container .menuDesktop
	{
		display: none;
	}
	.container .menuMobile
	{
		display: block;
	}
	header li
	{
		background-color: #e94e1b;
	    border-bottom: 3px solid #fff;
	    border-right: 3px solid #fff;
	    box-sizing: border-box;
	    color: #fff;
	    margin: 0;
	    padding: 15px 0;
	    width: 50%;
	}
	header li:hover
	{
		color: #fff;
	}
	header .logo
	{
		background-color: #fff;
		width: 100%;
	}
	header .logo img
	{
		width: 70%;
	}
	section.slider
	{
		margin-top: 30px;
	}
	.bxslider li article h2
	{
		font-size: 3em;
	}
	.pager
	{
		display: none;
	}
	.ind
	{
		width: 8%;
	}
	section.desc p, section.services p
	{
		width: 90%;
	}
	section.services .service
	{
		height: 250px;
		width: 50%;
	}
	section.services .service h3
	{
		font-size: 2em;
	}
	section.form article
	{
		margin-top: 50px;
		width: 100%;
	}
	section.form
	{
		padding: 5% 10%;
	}
	.bx-wrapper
	{
		margin: 0;
	}
	.modal-content
	{
		font-size: 1.5em;
		width: 60%;
	}
}

@media (max-width: 480px)
{
	header .logo img
	{
		width: 100%;
	}
	header li
	{
		font-size: 1.3em;
	}
	.bxslider li article
	{
		width: 100%;
	}
	.bxslider li article h2
	{
		font-size: 2.5em;
		width: 80%;
	}
	section.services .service
	{
		height: 320px;
		width: 100%;
	}
	section.services .service h3
	{
		font-size: 2.5em;
	}
	.modal-content
	{
		font-size: 1.5em;
		width: 80%;
	}
}
