﻿@import url('http://fonts.googleapis.com/css?family=Montserrat:400,700');
html, body {
	height: 100%;
	margin: 0px;
	padding: 0px;
	overflow-x: hidden;
	overflow-y: auto;
}
html, body {
	-webkit-text-size-adjust: 100%;
}
body {
	font-family: 'Montserrat', sans-serif;
	color: #FFFFFF;
	font-size: 12px;
	font-weight: 400;
	display: none;
}
a {
	-o-transition: .3s;
	-ms-transition: .3s;
	-moz-transition: .3s;
	-webkit-transition: .3s;
	transition: .3s;
}
h1 {
	font-weight: 700;
	font-size: 26px;
	margin-bottom: 30px;
}
h2 {
	font-size: 55px;
	margin-bottom: 60px;
	text-align: center;
	font-weight: 400;
}
h2 span {
	font-weight: 700;
}
strong {
	font-weight: 700;
}
#container {
	width: 22000px;
	position: absolute;
	top: 0px;
	left: 0px;
	bottom: 0px;
	overflow-x: hidden;
}
.section {
	margin: 0px;
	float: left;
	height: 80%;
	background: no-repeat center center;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
}
.services {
	background-image: url('/images/bg/services.jpg');
}
.about {
	background-image: url('/images/bg/about.jpg');
}
.portfolio {
	background-image: url('/images/bg/portfolio.jpg');
}
.home {
	background-image: url('/images/bg/main.jpg');
}
header {
	position: fixed;
	z-index: 999;
	width: 100%;
	position: fixed;
	padding-bottom: 20px;
}
.black-header {
	background-color: #242424;
}
section {
	padding-top: 0px;
	position: relative;
	top: 30%;
	transform: translateY(-30%);
}
#contact section {
	top: 0%;
	transform: translateY(-0%);
}
#portfolio section {
	top: 20%;
	transform: translateY(-20%);
}
footer {
	position: fixed;
	bottom: 0;
	left: 0;
	width: 100%;
	z-index: 9999;
}
#footer-in {
	margin: auto;
	height: 35px;
	width: 100%;
	padding-right: 20px;
	padding-left: 20px;
}
#footer-in #copyright {
	float: left;
	color: #C0C0C0;
	margin-top: 5px;
}
#footer-in #copyright span {
	color: #999999;
}
#footer-in #social {
	float: right;
}
#footer-in #social ul li {
	float: left;
	margin-left: 7px;
}
#footer-in #social ul li.follow {
	color: #999999;
	margin-right: 10px;
	margin-top: 5px;
}
#footer-in #social ul li a {
	width: 22px;
	height: 22px;
	display: block;
	background-position: center top;
	background-image: url('/images/verna_social.png');
	background-repeat: no-repeat;
}
#footer-in #social ul li a.twitter {
	background-position: left top;
}
#footer-in #social ul li a.twitter:hover {
	background-position: left bottom;
}
#footer-in #social ul li a.vimeo {
	background-position: -36px top;
}
#footer-in #social ul li a.vimeo:hover {
	background-position: -36px bottom;
}
#footer-in #social ul li a.facebook {
	background-position: -72px top;
}
#footer-in #social ul li a.facebook:hover {
	background-position: -72px bottom;
}
#footer-bottom {
	height: 35px;
}
#footer-bottom {
	background-color: #919191;
}
#home #footer-bottom {
	background-color: #919191;
}
#footsign {
	margin: auto auto 10px auto;
	background-position: center top;
	background-image: url('/images/verna_sign.png');
	background-repeat: no-repeat;
	width: 59px;
	height: 44px;
	position: relative;
	z-index: 999;
}
#logo {
	float: left;
	margin-top: 20px;
	margin-left: 32px;
}
#logo a {
	background-position: left top;
	background-image: url('/images/verna_logo.png');
	background-repeat: no-repeat;
	display: block;
	width: 80px;
	height: 100px;
}
#menucontainer {
	float: left;
	margin-left: 100px;
	margin-top: 45px;
}
#menuwrapper ul li {
	border: 2px solid rgba(111,111,111,0.2) transparent transparent;
	padding: 8px;
	float: left;
	margin-right: 40px;
}
#menuwrapper ul li.current {
	border: 2px solid #FFFFFF;
	margin-right: 40px;
}
#menuwrapper ul li:last-child {
	margin-right: 0px;
}
#menuwrapper a {
	display: block;
	font-size: 13px;
	font-weight: 700;
}
#menuwrapper a:hover {
}
#languages {
	margin-top: 62px;
	float: right;
	margin-right: 25px;
}
#languages ul li {
	float: left;
	padding-right: 5px;
	padding-left: 5px;
	border-style: dotted;
	border-width: 0px 0px 0px 1px;
	border-color: #FFFFFF;
}
#languages ul li:first-child {
	border-width: 0px;
}
#languages ul li a {
	display: block;
	font-size: 13px;
	font-weight: 400;
	color: #E4E4E4;
}
#languages ul li.selected a {
	font-weight: 700;
	color: #FFFFFF;
}
article {
	width: 960px;
	margin: auto;
}
article p {
	margin-bottom: 17px;
	line-height: 20px;
	text-align: justify;
}
#map {
	width: 100%;
	height: 92%;
	position: relative;
	z-index: 44;
}
.mapAddress {
	color: #333333;
	width: 210px;
	height: 75px;
}
.mapAddress strong {
	margin-bottom: 10px;
}
.gmnoscreen, #map-new span, #map-new a img, #map-new div a {
	display: none;
}
#map-new {
	width: 100%;
	height: 100%;
	position: relative;
	z-index: 44;
}
.gmnoprint {
	display: none;
}
.ghost {
	text-align: center;
}
.ghost a {
	padding: 10px;
	font-size: 20px;
	color: #FFFFFF;
	border: 3px solid #FFFFFF;
}
.ghost a:hover {
	color: #000; /* Fallback for older browsers */;
	color: rgba(0, 0, 0, 0.5);
	background-color: #FFFFFF;
}
#contacts-container {
	position: absolute;
	width: 390px;
	margin: auto;
	z-index: 9999;
}
#contactpage {
	padding: 20px;
	margin: auto;
	width: 350px;
	position: absolute;
	z-index: 99999;
	background-color: #3d9fc6;
	left: 35px;
	top: 200px;
}
#contactpage p {
	margin-bottom: 8px;
}
#formcontainer {
	margin-top: 20px;
}
#formcontainer ul li {
	margin-bottom: 10px;
}
.w-form-field {
	border: 1px solid #FFFFFF;
	font-family: 'Montserrat', sans-serif;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	display: inline-block;
	line-height: 16px;
	font-size: 12px;
	background-color: transparent;
	color: #FFFFFF;
}
.w-form-field.small {
	height: 34px;
	padding: 8px 10px;
}
.w-form-field.medium {
	height: 37px;
	padding: 10px 10px 9px;
}
.w-form-field.large {
	height: 37px;
	padding: 10px 10px 9px 10px;
	width: 300px;
	overflow: hidden;
	overflow-y: hidden;
	overflow-x: hidden;
}
.w-form-field.big {
	height: 40px;
	padding: 10px 10px;
	line-height: 18px;
	font-size: 14px;
}
textarea.w-form-field.large {
	font-family: 'Montserrat', sans-serif;
	height: 110px;
	padding: 10px 10px 9px 10px;
	padding: 10px 10px 9px 10px;
	overflow: hidden;
	overflow-y: hidden;
	overflow-x: hidden;
}
.w-form-field.huge {
	width: 320px;
}
.w-form-field.hover,.w-form-field:hover:not(:focus){}
.w-form-field.invalid, .w-form-field:invalid {
	border-color: #ff0000;
}
.w-form-field.focus, .w-form-field:focus {
}
.w-form-button {
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	display: inline-block;
	border-radius: 6px;
	line-height: 16px;
	font-size: 12px;
	cursor: pointer;
	border: 1px solid;
	color: #ffffff;
	font-weight: bold;
	text-align: center;
	text-transform: uppercase;
	white-space: nowrap;
}
.w-form-button.small {
	height: 34px;
	padding: 8px 10px;
}
.w-form-button.medium {
	height: 37px;
	padding: 10px 10px 9px;
}
.w-form-button.big {
	height: 40px;
	padding: 10px 10px;
	line-height: 18px;
	font-size: 14px;
}
.w-form-button.huge {
	height: 62px;
	padding: 19px 10px;
	line-height: 22px;
	font-size: 18px;
}
.w-form-button.input {
	-webkit-appearance: none;
}
.w-form-button:not([disabled]).hover,.w-form-button:not([disabled]):hover:not(:active){box-shadow:3px 5px 5px rgba(212, 218, 221, 0.5),inset 3px 5px 30px rgba(255, 255, 255, 0.5);}
.w-form-button:not([disabled]).hover.no-outer-shadow,.w-form-button:not([disabled]):hover:not(:active).no-outer-shadow{box-shadow:inset 3px 5px 30px rgba(255, 255, 255, 0.5);}
.w-form-button:not([disabled]).push,.w-form-button:not([disabled]):active{box-shadow:inset 3px 5px 10px rgba(0, 0, 0, 0.24);}
.w-form-button[disabled] {
	cursor: auto;
	background-color: #d1cfcf;
	border-color: #d1cfcf;
}
.w-form-button.red:not([disabled]){background-color:#017cba;border-color:#3396c8;}
.w-form-button.red:not([disabled]).hover,.w-form-button.red:not([disabled]):hover:not(:active){border-color:#3396c8;}
.w-form-button.red:not([disabled]).push,.w-form-button.red:not([disabled]):active{border-color:#3396c8;}
.submit {
	margin-top: 20px;
	padding-bottom: 20px;
}
.btn a {
	font-size: 12px;
	color: #FFFFFF;
	padding: 5px;
	border: 1px solid #FFFFFF;
}
.btn a:hover {
	background-color: #FFFFFF;
	color: #3d9fc6;
}
.messages {
	margin-top: 10px;
}
.messages div {
	padding-bottom: 3px;
}
.hatali {
	display: none;
}
.servicestabs {
}
.servicestabs ul.tabs {
	float: left;
	width: 230px;
}
.servicestabs ul.tabs li {
	background-position: right center;
	border-width: 0px 0px 1px 0px;
	border-style: solid solid dotted solid;
	border-color: #FFFFFF;
	position: relative;
	padding-right: 30px;
	-o-transition: .3s;
	-ms-transition: .3s;
	-moz-transition: .3s;
	-webkit-transition: .3s;
	transition: .3s;
}
.servicestabs ul.tabs li a {
	padding: 14px 0px 14px 0px;
	text-decoration: none;
	display: block;
	font-size: 12px;
}
.servicestabs ul.tabs li.active {
	background-position: right center;
	background-image: url('/images/seltab.png');
	background-repeat: no-repeat;
}
.servicestabs ul.tabs li.active a, .servicestabs ul.tabs li.active a:hover {
	color: #FFFFFF;
	font-weight: 700;
}
.servicestabs ul.tabs li a:hover {
}
.servicestabs .tab_container {
	width: 700px;
	float: left;
	height: auto;
}
.servicestabs .tab_content {
	margin-left: 40px;
}
.serviceimg {
	float: right;
	margin-left: 30px;
	margin-bottom: 20px;
}
#timeline {
	border: 0px solid #FFFFFF;
	width: 940px;
	overflow: hidden;
	margin: 60px auto 0px auto;
	position: relative;
	background: url('../images/dot.gif') left 45px repeat-x;
}
#project-list {
	margin-top: 20px;
}
#project-list h3 {
	font-size: 20px;
	margin: 0px 0px 15px 0px;
	padding: 0px;
}
#project-list > ul > li {
	float: left;
	width: 280px;
	margin-right: 20px;
}
#project-list ul li ul li {
	padding-top: 5px;
	padding-bottom: 5px;
	border-style: dotted;
	border-width: 0px 0px 1px 0px;
	border-color: #FFFFFF;
}
#dates {
	width: 940px;
	height: 100px;
	overflow: hidden;
}
#dates li {
	list-style: none;
	float: left;
	width: 100px;
	height: 50px;
	font-size: 24px;
	text-align: center;
	background: url('../images/biggerdot.png') center bottom no-repeat;
}
#dates a {
	line-height: 38px;
	padding-bottom: 10px;
	display: block;
}
#dates .selected {
	font-size: 38px;
}
#issues {
	width: 940px;
	overflow: hidden;
}
#issues li {
	width: 940px;
	list-style: none;
	float: left;
}
#next, #prev {
	position: absolute;
	top: 0;
	font-size: 70px;
	top: 170px;
	width: 22px;
	height: 38px;
	background-position: 0 0;
	background-repeat: no-repeat;
	text-indent: -9999px;
	overflow: hidden;
}
#next:hover, #prev:hover {
	background-position: 0 -76px;
}
#next {
	right: 0;
	background-image: url('../images/next.png');
}
#prev {
	left: 0;
	background-image: url('../images/prev.png');
}
#next.disabled, #prev.disabled {
	opacity: 0.2;
}
.projects .prj {
	padding: 3px;
	float: left;
	border: 1px solid #808080;
	width: 200px;
	height: 124px;
	margin-right: 32px;
	margin-bottom: 15px;
	position: relative;
	overflow: hidden;
	background-size: cover;
}
.projects .prj:nth-child(4n+0) {
     margin-right: 0px;
 }
.projects .prj img {
	width: 100%;
	max-height: 154px;
}
.caption {
	display: none;
	position: absolute;
	top: 0;
	left: 0;
	background: url(/images/trans-black-50.png);
	width: 100%;
	height: 100%;
}
.caption h3 {
	margin: 10px 10px 20px 10px;
	font-size: 17px;
	line-height: 20px;
}
.caption a.learn-more {
	padding: 5px 10px;
	background: #08c;
	color: #fff;
	border-radius: 2px;
	-moz-border-radius: 2px;
	font-weight: 300;
	text-decoration: none;
	margin-left: 10px;
	margin-top: 20px;
	font-size: 12px;
}
.caption a.learn-more:hover {
	background: #fff;
	color: #08c;
}
.modaloverlay {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	overflow: auto;
	background-image: url("/images/trans-black-50.png");
	z-index: 99999;
	display: none;
}
.modaltable {
	margin: auto;
	display: table;
	text-align: left;
	vertical-align: top;
	top: 0;
	left: 0;
	height: 100%;
	height: 100%;
	z-index: 2;
}
.modalcell {
	display: table-cell;
	vertical-align: top;
}
.modalcontent {
	border-style: solid;
	border-width: 1px 0px 1px 0px;
	border-color: rgba(234, 238, 250, 0.6);
	display: inline-block;
	padding: 0px;
	text-align: left;
	background-color: #FFFFFF;
	-webkit-box-shadow: 0px 3px 7px rgba(0,0,0,0.3);
	-moz-box-shadow: 0px 3px 7px rgba(0,0,0,0.3);
	box-shadow: 0px 3px 7px rgba(0,0,0,0.3);
	margin-top: 150px;
	width:960px;
}
.modal-header {
	padding: 10px 20px 5px 20px;
	margin: auto;
	border-bottom: 1px solid #EEEEEE;
	width: 920px;
}
.modal-header h1 {
	color: #666666;
	font-size: 20px;
	font-weight: 300;
	margin-top: 20px;
}
.modal-buttons {
	float: right;
	width: 100px;
	margin-top: 4px;
	margin-right: 4px;
}
.modal-buttons ul li {
	float: right;
}
.modal-buttons a {
	display: block;
	-o-transition: 0;
	-ms-transition: 0;
	-moz-transition: 0;
	-webkit-transition: 0;
	transition: 0;
}
a.close {
	background-position: left top;
	background-image: url('/images/modal.buttons.png');
	width: 45px;
	height: 45px;
}
a.close:hover {
	background-position: right top;
}
.modal-footer {
	display: block;
	background-color: #F5F5F5;
	padding: 14px 20px 15px 20px;
	border-top: 1px solid #EEEEEE;
	-webkit-border-radius: 0 0 6px 6px;
	-moz-border-radius: 0 0 6px 6px;
	border-radius: 0 0 6px 6px;
	-webkit-box-shadow: inset 0 1px 0 #FFF;
	-moz-box-shadow: inset 0 1px 0 #FFF;
	box-shadow: inset 0 1px 0 #FFF;
	zoom: 1;
	margin-bottom: 0;
	text-align: left;
}
.modal-footer-contents {
	width: 960px;
	margin: auto;
}
.modal-footer a.btn {
	text-decoration: none;
	cursor: pointer;
	display: inline-block;
	background-repeat: no-repeat;
	padding: 5px 14px 6px;
	color: #333;
	font-size: 13px;
	line-height: normal;
	border: 1px solid transparent;
	-webkit-transition: 0.2s linear all;
	-moz-transition: 0.2s linear all;
	transition: 0.2s linear all;
	border-radius: 3px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
}
.modal-footer a.btn.primary {
	color: #FFF;
	text-shadow: 0 1px 0 rgba(0, 0, 0, 0.25);
	background-color: #999;
	background-repeat: repeat-x;
	margin-right: 15px;
}
.modal-footer a.btn.primary:hover {
	border: 1px solid #444;
	background-color: #444;
}
.modal-footer a.btn.secondary {
	padding: 5px 2px 6px;
}
.modal-footer a.btn.secondary:hover {
	color: #999;
}
.modal-body {
	margin: auto;
	width: 920px;
	padding-top: 25px;
	padding-bottom: 25px;
}
div.modal-contents {
}
#modalajax {
	width: 122px;
	margin: 70px auto 70px auto;
}
#projectdetail {
}
#projectdetail .pdimage {
	float: left;
	width: 600px;
}
#projectdetail .pdimage .pthumbs {
	margin-left: 30px;
}
#projectdetail .pdimage .pthumbs li {
	width: 80px;
	height: 50px;
	text-align: center;
}
#projectdetail .pdimage .pthumbs li:nth-child(4n+4){
	margin-right: 0px;
}
#projectdetail .pdimage .pthumbs li a {
	display: block;
	width: 70px;
	height: 50px;
	overflow: hidden;
}
#projectdetail .pdimage .pthumbs li img {
	max-width: 100%;
}
#projectdetail .pdetails {
	float: right;
	border: 0px solid #FFFFFF;
	width: 260px;
	color: #999999;
	line-height: 17px;
}
#projectdetail .pdetails p {
	color: #999999;
	line-height: 17px;
}
#projectdetail .pdetails ul.infos li {
	padding-left: 55px;
	line-height: 16px;
	padding-bottom: 0px;
	margin-bottom: 10px;
}
#projectdetail .pdetails ul.infos li .intitle {
	font-weight: 600;
	font-size: 13px;
}
#expo {
	float: left;
}
.controls {
	padding-right: 25px;
	float: right;
}
#aboutmodules {
	margin-bottom: 40px;
}
#aboutmodules ul li {
	float: left;
}
#aboutmodules ul li:first-child {
	margin-right: 50px;
}
#aboutmodules ul li .aimg {
	width: 175px;
	margin-bottom: 10px;
}
#aboutmodules ul li .aimg img {
	width: 100%;
}
#aboutmodules ul li .aname {
	margin-bottom: 5px;
}
#aboutmodules ul li .amail {
	margin-top: 10px;
}
