/*
 * Globals
 */

/* Links */
a, a:focus, a:hover {
	color: #fff;
}
/* Custom default button */
.btn-default, .btn-default:hover, .btn-default:focus {
	color: #333;
	text-shadow: none; /* Prevent inheritence from `body` */
	background-color: #fff;
	border: 1px solid #fff;
}
/*
 * Base structure
 */

html, body {
	height: 100%;
	background-color: #2d2d2d;
	
}
body {
	color: #fff;
}
/* Extra markup and styles for table-esque vertical and horizontal centering */
.site-wrapper {
	display: table;
	width: 100%;
	height: 100%; /* For at least Firefox */
	min-height: 100%;
	background: url(../images/bgoff.jpg) center center fixed;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	transition: background 1s ease-in-out;
	-moz-transition: background 1s ease-in-out;
	-webkit-transition: background 1s ease-in-out;
	transition-delay:1.5s;
	-moz-transition-delay:1.5s;
	-webkit-transition-delay:1.5s;
}
.site-wrapper-inner {
	display: table-cell;
	vertical-align: top;
}
.cover-container {
	margin-right: auto;
	margin-left: auto;
}
/* Padding for spacing */
.inner {
	padding: 30px;
	text-align:center;
}
/*
 * Header
 */
.masthead-brand {
	margin-top: 10px;
	margin-bottom: 10px;
}
.masthead-nav > li {
	display: inline-block;
}
.masthead-nav > li + li {
	margin-left: 20px;
}
.masthead-nav > li > a {
	padding-right: 0;
	padding-left: 0;
	font-size: 16px;
	font-weight: bold;
	color: #fff; /* IE8 proofing */
	color: rgba(255,255,255,.75);
	border-bottom: 2px solid transparent;
}
.masthead-nav > li > a:hover, .masthead-nav > li > a:focus {
	background-color: transparent;
	border-bottom-color: #a9a9a9;
	border-bottom-color: rgba(255,255,255,.25);
}
.masthead-nav > .active > a, .masthead-nav > .active > a:hover, .masthead-nav > .active > a:focus {
	color: #fff;
	border-bottom-color: #fff;
}
 @media (min-width: 768px) {
.masthead-brand {
	float: left;
}
.masthead-nav {
	float: right;
}
.site-wrapper:hover {
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
}
}
/*
 * Cover
 */

.cover {
	padding: 0 20px;
}
.cover .btn-lg {
	padding: 10px 20px;
	font-weight: bold;
}
/*
 * Footer
 */

.mastfoot {
	color: #999; /* IE8 proofing */
	color: rgba(255,255,255,.5);
}


/*
 * Affix and center
 */

@media (min-width: 768px) {
/* Pull out the header and footer */
  .masthead {
	position: fixed;
	top: 0;
}
.mastfoot {
	position: fixed;
	bottom: 0;
}
/* Start the vertical centering */
  .site-wrapper-inner {
	vertical-align: middle;
}
/* Handle the widths */
  .masthead, .mastfoot, .cover-container {
	width: 100%; /* Must be percentage or pixels for horizontal alignment */
}
}
 @media (min-width: 1200px) {
.masthead, .mastfoot, .cover-container {
	width: 1170px;
}
}
.circle {
	width: 160px;
	height: 160px;
	float:left;
	text-align:center;
	padding-top:70px;
	background: rgba(255,255,255,0.9);
	-moz-border-radius: 50%;
	-webkit-border-radius: 50%;
	border-radius: 50%;
	color:#7a7a7a;
	font-size:18px;
	cursor:pointer;
	margin:5px;
	font-weight:600;
	transition: background .25s ease-in-out;
	-moz-transition: background .25s ease-in-out;
	-webkit-transition: background .25s ease-in-out;
}
.circleblue:hover {
	background: rgba(37,170,225,1);
	color:#ffffff;
	cursor:pointer;
}
.circlegreen:hover {
	background: rgba(57,181,74,1);
	color:#ffffff;
	cursor:pointer;
}
.circlered:hover {
	background: rgba(241,89,42,1);
	color:#ffffff;
	cursor:pointer;
}
.circleorange:hover {
	background: rgba(247,148,30,1);
	color:#ffffff;
	cursor:pointer;
}
.animated {
	-webkit-animation-duration: 1s;
	animation-duration: 1s;
	-webkit-animation-fill-mode: both;
	animation-fill-mode: both;
}
.animated-2 {
	-webkit-animation-duration: 1s;
	animation-duration: 1s;
	-webkit-animation-fill-mode: both;
	animation-fill-mode: both;
	-webkit-animation-delay: 2s; /* Safari and Chrome */
	animation-delay: 2s;
}
.animated-3 {
	-webkit-animation-duration: 1s;
	animation-duration: 1s;
	-webkit-animation-fill-mode: both;
	animation-fill-mode: both;
	-webkit-animation-delay: 3s; /* Safari and Chrome */
	animation-delay: 3s;
}
.animated-circle-1 {
	-webkit-animation-duration: 1s;
	animation-duration: 1s;
	-webkit-animation-fill-mode: both;
	animation-fill-mode: both;
	-webkit-animation-delay: 1500ms; /* Safari and Chrome */
	animation-delay: 1500ms;
}
.animated-circle-2 {
	-webkit-animation-duration: 1s;
	animation-duration: 1s;
	-webkit-animation-fill-mode: both;
	animation-fill-mode: both;
	-webkit-animation-delay: 1700ms; /* Safari and Chrome */
	animation-delay: 1700ms;
}
.animated-circle-3 {
	-webkit-animation-duration: 1s;
	animation-duration: 1s;
	-webkit-animation-fill-mode: both;
	animation-fill-mode: both;
	-webkit-animation-delay: 2000ms; /* Safari and Chrome */
	animation-delay: 2000ms;
}
.animated-circle-4 {
	-webkit-animation-duration: 1s;
	animation-duration: 1s;
	-webkit-animation-fill-mode: both;
	animation-fill-mode: both;
	-webkit-animation-delay: 2300ms; /* Safari and Chrome */
	animation-delay: 2300ms;
}
 @-webkit-keyframes fadeIn {
 0% {
opacity: 0;
}
 100% {
opacity: 1;
}
}
@keyframes fadeIn {
 0% {
opacity: 0;
}
 100% {
opacity: 1;
}
}
.fadeIn {
	-webkit-animation-name: fadeIn;
	animation-name: fadeIn;
}
.navigation-circle {
	margin-left:auto;
	margin-right:auto;
	max-width:710px;
	width:100%;
	margin-top:40px;
	margin-bottom:20px;
}
.cover-heading {
	font-family:"Dosis", Arial, Helvetica, sans-serif;
	font-weight:300;
	font-size:48px;
	text-align:center;
}
.circle-lang {
	width: 58px;
	height: 58px;
	float:right;
	text-align:center;
	padding-top:20px;
	background: rgba(255,255,255,0.9);
	-moz-border-radius: 50%;
	-webkit-border-radius: 50%;
	border-radius: 50%;
	color:#7a7a7a;
	font-size:14px;
	cursor:pointer;
	margin:5px;
	font-weight:600;
	transition: background .25s ease-in-out;
	-moz-transition: background .25s ease-in-out;
	-webkit-transition: background .25s ease-in-out;
}
.bluelink a {
	background-color: rgba(37,170,225,1) !important;
	color:#ffffff;
}
.greenlink a {
	background-color: rgba(57,181,74,1) !important;
	color:#ffffff;
}
.redlink a {
	background-color: rgba(241,89,42,1) !important;
	color:#ffffff;
}
.orangelink a {
	background-color: rgba(247,148,30,1) !important;
	color:#ffffff;
}
.headeris {
	background-color: #1e1d16;
	width: 100%;
	height: 200px;
}
.logo {
	float: left;
	text-align: left;
	padding-top: 40px;
	padding-left: 15px;
}
.circle-small {
	width: 120px;
	height: 120px;
	float:left;
	text-align:center;
	padding-top:50px;
	background: rgba(30,29,22,1);
	-moz-border-radius: 50%;
	-webkit-border-radius: 50%;
	border-radius: 50%;
	color:#7a7a7a;
	font-size:14px;
	cursor:pointer;
	margin:5px;
	font-weight:600;
	transition: background .25s ease-in-out;
	-moz-transition: background .25s ease-in-out;
	-webkit-transition: background .25s ease-in-out;
}
.circleblue-active {
	background: rgba(37,170,225,1) !important;
	color:#ffffff;
	cursor:pointer;
}
.circlegreen-active {
	background: rgba(57,181,74,1) !important;
	color:#ffffff;
	cursor:pointer;
}
.circlered-active {
	background: rgba(241,89,42,1) !important;
	color:#ffffff;
	cursor:pointer;
}
.circleorange-active {
	background: rgba(247,148,30,1) !important;
	color:#ffffff;
	cursor:pointer;
}
.navigation-menu {
	float: left;
	padding-top: 30px;
}
.lang-menu {
	float: right;
	margin-top: 30px;
	margin-right: 15px;
}
.mainpadding {
	padding-left:30px;
	padding-right:30px;
	padding-top:30px;
	padding-bottom:30px;
}
.tabspadding {
	padding-left:30px;
	padding-right:30px;
	padding-top:30px;
}
.text-padding {
	padding-top:30px;
	padding-bottom:30px;
	color: #b0b0b0;
	line-height:1.6;
}
.gallerypadding {
	padding-bottom:30px;
}
.copyright-text {
	color: #b0b0b0;
}
.circle-project {
	width: 260px;
	height: 260px;
	float:left;
	cursor:pointer;
	margin-right:30px;
	margin-bottom:30px;
	position:relative;
}
.circle-project img {
	width: 260px;
	height: 260px;
	float:left;
	-moz-border-radius: 50%;
	-webkit-border-radius: 50%;
	border-radius: 50%;
	cursor:pointer;
	position:relative;
}
.circle-project-text {
	width: 260px;
	height: 260px;
	float:left;
	text-align:center;
	padding-top:90px;
	-moz-border-radius: 50%;
	-webkit-border-radius: 50%;
	border-radius: 50%;
	color:#fff;
	font-size:16px;
	cursor:pointer;
	font-weight:600;
	background: rgba(247,148,30,1);
	display:block !important;
	position:absolute !important;
	z-index:999;
	left:0px;
	top:0px;
	opacity:0;
	background-image: url(../images/cursor.png) !important;
	background-repeat: no-repeat !important;
	background-position: center bottom !important;
	transition: opacity .25s ease-in-out;
	-moz-transition: opacity .25s ease-in-out;
	-webkit-transition: opacity .25s ease-in-out;
}
.circle-project-text:hover {
	width: 260px;
	height: 260px;
	float:left;
	text-align:center;
	padding-top:90px;
	padding-left:30px;
	padding-right:30px;
	-moz-border-radius: 50%;
	-webkit-border-radius: 50%;
	border-radius: 50%;
	color:#fff;
	opacity:0.9;
	font-size:16px;
	cursor:pointer;
	font-weight:600;
	display:table-cell !important;
	position:absolute !important;
	z-index:999;
	left:0px;
	top:0px;
	vertical-align:middle;
	background-color: rgba(247,148,30,1);
	background-image: url(../images/cursor.png) !important;
	background-repeat: no-repeat !important;
	background-position: center bottom !important;
}
.circle-gallery {
	width: 140px;
	height: 140px;
	float:left;
	cursor:pointer;
	margin-right:20px;
	margin-bottom:20px;
	position:relative;
}
.circle-gallery img {
	width: 140px;
	height: 140px;
	float:left;
	-moz-border-radius: 50%;
	-webkit-border-radius: 50%;
	border-radius: 50%;
	cursor:pointer;
	position:relative;
	transition: box-shadow .25s ease-in-out;
	-moz-transition: box-shadow .25s ease-in-out;
	-webkit-transition: box-shadow .25s ease-in-out;
}
.circle-gallery img:hover {
	-webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(255, 255, 255, .8);
	box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(255, 255, 255, .8);
}
.forma {
	float:left;
	margin-top:20px;
	margin-bottom:60px;
	width:100%;
}
.why-us {
	float:left;
	margin-top:20px;
	margin-bottom:20px;
	width:100%;
	position:relative;
	min-height:180px;
}
.why-us p {
	margin-top:20px;
	width:100%;
	padding-left:190px;
	position:relative;
}
.why-us .circlewhy {
	width: 160px;
	height: 160px;
	float:left;
	text-align:center;
	padding-top:70px;
	background: rgba(255,255,255,0.9);
	-moz-border-radius: 50%;
	-webkit-border-radius: 50%;
	border-radius: 50%;
	color:#7a7a7a;
	font-size:18px;
	margin-right:35px;
	font-weight:600;
	position:absolute;
	left:0px;
	top:0px;
}
.why-us .textbox {
	float:left;
	width:50%;
	text-align:left;
	padding-top:30px;
	margin-left:35px;
}
.back {
	float: left;
	width: 100%;
	padding-top: 10px;
	padding-bottom: 20px;
}
.back img {
	opacity:0.6;
	transition: opacity .25s ease-in-out;
	-moz-transition: opacity .25s ease-in-out;
	-webkit-transition: opacity .25s ease-in-out;
	cursor:pointer;
}
.back img:hover {
	opacity:1;
	cursor:pointer;
}
