/*
* Author: Vasterad
* Template: Centum
* URL: https://themeforest.net/user/Vasterad/
*/

/* =================================================================== */
/* Import Section
====================================================================== */
@import url("base.css");				/* Default Reset, Typography, Forms, etc. */ 
@import url("skeleton.css");			/* 960 Grid + Media Query Layouts */ 

body {
	font: 1em/1.4 Arial,Helvetica,sans-serif;
	color: #000;
}

p,
ul,
ol  {
	font: .85em/1.4 Arial,Helvetica,sans-serif;
	color: #000;
}

p {
    margin-bottom: 1em;
}

/* =================================================================== */
/* Header
====================================================================== */

.logo {	margin-top: 30px; }

.logo img {
	 margin-left:54px;
 }

.banner {
	padding-top:25px;
	padding-bottom:25px;
	margin-left: -10px;
	margin-right: -10px;
}

.align { margin-left:50px; }

/* =================================================================== */
/* main content
====================================================================== */
.custom-col section {
	margin-bottom:1.5em;
}

.container h1 {
	font-size: 1.65em;
	line-height: 1.2;
	font-weight: normal;
	padding-bottom:10px;
	color: #006e9f;
	text-transform:uppercase;
}

.container ul {
	padding-left:15px;
	list-style-type:disc;
	margin-bottom: 1em;
}

.container li { 
	line-height:1.4;
	margin-bottom: 1em; }

section.last {
	margin-bottom:55px;
}

.custom-col {
	-moz-column-count: 2;
	-webkit-column-count: 2;
	-ms-column-count: 2;
	column-count:2;
	-moz-column-gap: 2em;
	-ms-column-gap: 2em;
	column-gap: 2em;
	margin-bottom:25px;
	margin-left:17px;
}

.custom-col  h2, 
fieldset h2 {
	font: normal 1.2em/1.2em Arial, Helvetica, sans-serif;
	padding:0;
	color: #00b6d7;
	
}

.lghblue { color: #00b6d7; }

.callout { color: #006e9f; }

.bold {	font-weight:bold; }


	
/* contact form
====================================================================== */
#contactForm fieldset {
    display: block;
    margin: 0 0 1em;
    padding: 0;
}

#contactForm a, 
#contactForm a:hover,
#contactForm a:visited { color: #00b6d7 }

#contactForm label {
    float: left;
    display: block;
    margin: 1em 1em 0 0;
    font-weight: normal;
}

#contactForm select,
#contactForm input {
    display: block;
}

#contactForm #name,
#contactForm #jobTitle,
#contactForm #department,
#contactForm #location,
#contactForm #nomName,
#contactForm #nomjobTitle,
#contactForm #nomLocation,
#contactForm #nomEmail,
#contactForm #nomDepartment {
	width:15em;
}

fieldset { margin-bottom: 20px; }
	
input[type="text"],
input[type="password"],
input[type="email"],
input[type="date"],
textarea,
select {
	border: 1px solid #d8d8d8;
	padding: 5px;
	outline: none;
	font: 1em Arial, sans-serif;
	color: #888;
	margin: 0;
	max-width: 100%;
	display: inline;
	background: #fff;
	box-shadow:  0 1px 1px 0 rgba(180, 180, 180, 0.1);
	width: 90%;
}
	
textarea {
	width: 100%;
	min-height: 60px;
}

select {
	padding: 0;}
	
input[type="text"]:focus,
input[type="password"]:focus,
input[type="email"]:focus,
textarea:focus {
	border: 1px solid #ccc;
	color: #666; 
}

label,
legend {
	display: block;
	font-weight: bold;
	font-size: .75em; 
	font-weight: normal;
	margin-bottom: 8px;
}
	
label span,
legend span {
	font-weight: normal;
	font-size: .75em;
	color: #444;
 }


/* button
====================================================================== */
.button {
	width:90px;
	background-color:#bbb;
	border:1px solid #dcdcdc;
	display:inline-block;
	color:#fff;
	font: normal 1em/2 Arial,Helvetica, sans-serif;
	text-transform:uppercase;
	text-decoration:none;
	text-align:center;
	transition: background-color .25s linear;
}

.button:hover {
    background-color:#d8d7d7;
	color:#fff;
	text-decoration:none;
}

.button:active {
	position:relative;
	top:1px;
}

/* Back To Top
====================================*/
#scroll-top-top {
	position: absolute;
	right: 0;
	bottom: 25px;
}

#scroll-top-top a {
	width: 35px;
	height: 35px;
	display: block;
	background-color: #72b626;
	background-image: url(../images/scroll-top-top.png);
	background-repeat: no-repeat;
	background-position: 50%;
	-webkit-transition: all 0.1s ease-in-out;
	-moz-transition: all 0.1s ease-in-out;
	-o-transition: all 0.1s ease-in-out;
	-ms-transition: all 0.1s ease-in-out;
	transition: all 0.1s ease-in-out;
}

#scroll-top-top a:hover {background-color: #aaa;}


/* Tooltip
====================================*/

.tooltip {
  position: absolute;
  z-index: 1020;
  display: block;
  padding: 5px;
  font-size: 12px;
  opacity: 0;
  filter: alpha(opacity=0);
  visibility: visible;
  font-style:normal;
  
}

.tooltip.in {
  opacity: 1;
  filter: alpha(opacity=100);
}

.tooltip.top {
  margin-top: -2px;
}

.tooltip.right {
  margin-left: 2px;
}

.tooltip.bottom {
  margin-top: 2px;
}

.tooltip.left {
  margin-left: -2px;
}

.tooltip.top .tooltip-arrow {
  bottom: 0;
  left: 50%;
  margin-left: -5px;
  border-top: 5px solid #bdbdbd;
  border-right: 5px solid transparent;
  border-left: 5px solid transparent;
}

.tooltip.left .tooltip-arrow {
  top: 50%;
  right: 0;
  margin-top: -5px;
  border-top: 5px solid transparent;
  border-bottom: 5px solid transparent;
  border-left: 5px solid #444;
}

.tooltip.bottom .tooltip-arrow {
  top: 0;
  left: 50%;
  margin-left: -5px;
  border-right: 5px solid transparent;
  border-bottom: 5px solid #ededed;
  border-left: 5px solid transparent;
}

.tooltip.right .tooltip-arrow {
  top: 50%;
  left: 0;
  margin-top: -5px;
}

.tooltip-inner {
  max-width: 600px;
  padding: 20px;
  color: #000;
  text-align: left;
  text-decoration: none;
  background-color: #ededed;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
   border-radius: 10px;
   margin-left:0px;
}

.tooltip-arrow {
  position: absolute;
  width: 0;
  height: 0;
}

.popover {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1010;
  display: none;
  padding: 2px;
}

.fade {
  opacity: 0;
  -webkit-transition: opacity 0.15s linear;
	 -moz-transition: opacity 0.15s linear;
	  -ms-transition: opacity 0.15s linear;
	   -o-transition: opacity 0.15s linear;
		  transition: opacity 0.15s linear;
}

.fade.in {
  opacity: 1;
}

/* List Styles
====================================*/
.check_list li,
.plus_list li,
.square_list li,
.circle_list li {
	list-style: none;
	margin: 5px 0;
}

/* =================================================================== */
/* Media Queries
====================================================================== */

/* All Mobile Sizes (devices and browser)
====================================================================== */
@media only screen and (max-width: 767px) {

#scroll-top-top { display: none; }
}

/* Mobile Landscape Size to Tablet Portrait (devices and browsers)
====================================================================== */
@media only screen and (min-width: 480px) and (max-width: 767px) {

.align { margin-left:0; } 

.logo img {
    margin-top: 25px;
    float: left;
    margin-left: 15px;
}

h3 {padding-top:20px;}

}
	

/* Mobile Portrait Size to Mobile Landscape Size (devices and browsers)
====================================================================== */
@media only screen and (max-width: 479px) {

	.custom-col {
		-moz-column-count: 1;
		-webkit-column-count: 1;
		column-count:1;
		-ms-column-count: 1;
		margin-bottom:25px;
		margin-left:17px;
	}

	section.last {
		margin-bottom:0;
	}

	.buttons {float:right; margin-top:10px;}

	.align { margin-left:0; } 


	.logo {
		margin-top: 12px;
		padding-left:0px;
	}

	.logo img {
		margin-top: 0;
		float: left;
		margin-left: 15px;
	}

}


