/*Author: W3layouts
Author URL: http://w3layouts.com
License: Creative Commons Attribution 3.0 Unported
License URL: http://creativecommons.org/licenses/by/3.0/
--*/
h4, h5, h6,
h1, h2, h3 {margin-top: 0;}
ul, ol {margin: 0;}
p {margin: 0;}
html,body{
	font-family: 'Open Sans', sans-serif;
	overflow-x: hidden;
}
body a{
    transition:0.2s all;
	-webkit-transition:0.2s all;
	-moz-transition:0.2s all;
	-o-transition:0.2s all;
	-ms-transition:0.2s all;
}
.header{
	background:#fff;
}
.logo{
	float:left;
	padding:1em 0em;
}
.footer{
	padding:1em 0em;
	border-top:1px solid #DDDFE0;
}
.footer p{
	font-size:1.1em;
	font-weight:400;
	color:#9F9F9F;
	line-height: 1.5em;
	margin:0.5em 0em;
	text-align:center;
}
.footer a{
	color:#2D58A7;
}
.footer a:hover{
	color:#D94748;
}
.mail-success{
	font-size: 1.1em;
	color:#00CF00;
}
.mail-error{
	font-size: 1.1em;
	color:#CF0000;
}

/**************** Slider *****************/
.slideshow-container {
  margin-left:25px;
  margin-right:25px;
  margin-bottom:25px;
  position:relative;
}

.slideshow-picture {
	float:left;
	width:280px;
	max-height:461px;
}

.mySlide {
    display: none;
}

.prev, .next {
  height:60px;
  margin-top:auto;
  margin-bottom:auto;
  cursor: pointer;
  position: absolute;
  top: 50%;
  width: 30px;
  color: white;
  padding-top:20px;
  font-weight: bold;
  font-size: 18px;
  transition: 0.6s ease;
  border-radius: 3px 3px 3px 3px;
  text-decoration:none;
  text-align:center;
}

.mySlide img{
	align-content:center;
	align-items: center;
	margin : 10px;
	max-width: 250px;
	max-height: 166px;
}

.mySlide .text {
  color: #f2f2f2;
  font-size: 15px;
  padding: 8px 12px;
  position: absolute;
  bottom: 8px;
  width: 100%;
  text-align: center;
}

.mySlide .numbertext {
  color: #f2f2f2;
  font-size: 12px;
  padding: 8px 12px;
  position: absolute;
  top: 0;
}

.prev{
	left:-30px;
}
.next {
	right:-30px;
}

.prev:hover, .next:hover {
  background-color: rgba(0,0,0,0.8);
  text-decoration:none;
}

.dot {
  cursor:pointer;
  height: 11px;
  width: 11px;
  margin: 0 2px;
  background-color: #bbb;
  border-radius: 50%;
  display: inline-block;
  transition: background-color 0.6s ease;
}

.active {
  background-color: #717171;
}

.fading {
  -webkit-animation-name: fade;
  -webkit-animation-duration: 1.5s;
  animation-name: fade;
  animation-duration: 1.5s;
}

@-webkit-keyframes fade {
  from {opacity: .4} 
  to {opacity: 1}
}

@keyframes fade {
  from {opacity: .4} 
  to {opacity: 1}
}


/**************** Section Digital Signage *****************/
.digital-signage .container{
	margin:auto;
	position: relative;
}
.digital-signage{
	color:white;
	padding:2.2em;
	background-color:#2D58A7;
	border-bottom: 2px solid #0000AA;
}
.digital-signage p{
	color:white;
}

.digital-signage .bullet p{
	font-size:1.1em;
	font-weight:300;
	color:white;
	margin:1em 0em;
	line-height: 1.2em;
}

.digital-signage .bullet {
	margin: 1em 0em;
}


/**************** Section Reference *****************/
.references{
	padding:3em;
	border-bottom: 2px solid #DDDFE0;
}

.image-reference{
	max-height:120px;
	margin: 20px;
}

/**************** Section Contact *****************/
.contact{
	padding-top:3em;
	padding-bottom:3em;
	background-color:#F0F0F0;
	border-bottom: 2px solid #DDDFE0;
}

.contact ul{
	list-style-type: none;
	margin-bottom: 15px;
}
.contact ul li{
	font-size:1.4em;
	font-weight:400;
	color:#2D58A7;
}
.contact ul li.title{
	font-size:2em;
	color:#6C6C6C;
}
.contact ul li .addon{
	color:#CF0000;
}
.contact input{
	min-width:350px;
	width:100%;
	font-size:1.2em;
	padding-left:3px;
}
.contact textarea{
	min-width:350px;
	width:100%;
	font-size:1.2em;
	padding-left:3px;
}
.contact-section{
	margin:3em 0em;
}
.contact-section h5{
	font-size:2.2em;
	font-weight:400;
	color:#2D58A7;
	text-transform:uppercase;
}
.contact-section p{
	font-size:1.1em;
	font-weight:400;
	color:#9F9F9F;
	margin:2em 0em;
}

/**************** Tools for clearance *****************/
.container:after { content: "\0020"; display: block; height: 0; clear: both; visibility: hidden; }
.clearfix:before,
.clearfix:after,
.row:before,
.row:after {
	content: '\0020';
	display: block;
	overflow: hidden;
	visibility: hidden;
	width: 0;
	height: 0; 
}
.row:after,
.clearfix:after {
	clear: both; 
}
.clear {
	clear: both;
	display: block;
	overflow: hidden;
	visibility: hidden;
	width: 0;
	height: 0;
}


/**************** Section Contact *****************/

@media (min-width:768px){
	.head-nav{
		float:right;
	}
	.head-nav ul{
		margin:0;
		padding:0;
		display:block;
	}
	.head-nav ul li{
		display:inline-block;  
	}
	.head-nav ul li a{
		/* color:#6C6C6C;color:#6C6C6C; */
		color:#2D58A7;
		text-decoration:none;
		font-size: 1.4em;
		font-weight:400;
		margin:0px 15px 0px 15px;
		display:block;	
		padding:1.1em 0.3em;	
	}	
	
	.head-nav ul li a:hover,.head-nav ul li.active a{
		border-bottom:3px solid #CF0000;
		color:#CF0000;
	}
}

/**************** Responsive Design Small768 *****************/
@media (max-width:768px){
.head-nav ul li{
	display:block;
	float:none;
	margin:5px;
	width:100%;
}
.head-nav ul li a{
	height:40px;
	display:inline-block;
	border-right:none;
	border-bottom:none;
	background:#CF0000;
	color: #ffffff;
	width:100%;
}
.head-nav ul{
	position: absolute;
	margin: 0;
	padding: 2% 0;
	z-index: 999;
	width: 92%;
	display: none;
	text-align: center;
	left:2em;
	top:4em;
}
.head-nav span.menu{
	display:block;
	background:none;
	position:absolute;
	top:30px;
	right:22px;
}	
.head-nav span.menu:before{
	content:url(../images/menu.png);
	color:#FFF;
	font-size:1.3em;
	text-transform:uppercase;
	text-align:right;
	padding:0.5em 0.3em;
	cursor:pointer;
}
.head-nav ul li a {
	text-decoration: none;
	font-size: 1.2em;
	padding: 0.5em 0.3em;
}
.head-nav{
	background:none;
}
.head-nav ul li a:hover, .head-nav ul li.active a {
	border-bottom:none;
	color:#000000;
}
.digital-signage{
	padding:2em;
}
}


/**************** Responsive Design Small640 *****************/
@media (max-width:640px){
.logo img {
	width: 90%;
}
.head-nav ul {
	top: 4.2em;
}
.digital-signage .bullet p{
	font-size:1.1em;
	font-weight:300;
	color:white;
	margin:1em 0em;
	line-height: 1.5em;
}


}
/**************** Responsive Design Small480 *****************/
@media (max-width:480px){
.logo img {
	width: 80%;
}
.head-nav ul {
	top: 4.4em;
}
.digital-signage{
	padding:1.5em;
}
.digital-signage .bullet p {
	font-size: 1em;
}
.footer p {
	font-size: 1em;
}
.image-reference{
	max-height:100px;
	max-width:320px;
	margin: 10px;
}
.contact input{
	min-width:200px;
	width:100%;
	font-size:1em;
}
.contact textarea{
	min-width:200px;
	width:100%;
	font-size:1em;
}
.g-recaptcha{
	max-width:300px;
	width:100%;
}
/**************** Responsive Design Small320 *****************/
@media (max-width:320px){
.logo img {
	width: 70%;
}
.head-nav ul {
	left: 1em;
}
.head-nav span.menu {
	top: 25px;
}
.text {
	font-size: 11px;
}
.g-recaptcha{
	max-width:220px;
	width:100%;
}
.digital-signage{
	padding:1em;
}
.bullet {
	text-align: center;
}

}


