@font-face {
  font-family: 'icomoon';
  src:  url('fonts/icomoon.eot?evrk64');
  src:  url('fonts/icomoon.eot?evrk64#iefix') format('embedded-opentype'),
    url('fonts/icomoon.ttf?evrk64') format('truetype'),
    url('fonts/icomoon.woff?evrk64') format('woff'),
    url('fonts/icomoon.svg?evrk64#icomoon') format('svg');
  font-weight: normal;
  font-style: normal;
}

:root {
    color-scheme: light only;
}

a[href^=tel] { color: inherit; text-decoration: none; }

* {font-family:"Raleway", sans-serif}

[class^="icon-"], [class*=" icon-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'icomoon' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;

  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.icon-close:before {
  content: "\e916";
}
.icon-event:before {
  content: "\e917";
}
.icon-software:before {
  content: "\e918";
}
.icon-fix:before {
  content: "\e919";
}
.icon-electronics:before {
  content: "\e91a";
}
.icon-arrow-down:before {
  content: "\e91b";
}
.icon-arrow-up:before {
  content: "\e91c";
}
.icon-arrow-right:before {
  content: "\e91d";
}
.icon-arrow-left:before {
  content: "\e91e";
}
.icon-play:before {
  content: "\e91f";
}
.icon-search:before {
  content: "\e920";
}
.icon-flicker:before {
  content: "\e921";
}
.icon-youtube:before {
  content: "\e922";
}
.icon-facebook:before {
  content: "\e923";
}
.icon-instagram:before {
  content: "\e924";
}




body {
	color:#FFFFFF;
	padding-bottom:0px;
}

a {
	color:#FFFFFF;
}

.dmbs-main a {
	color:#F26021;
}


.menu-bar {
	background-color:#020305;
	height:108px;
}

.service-excerpt a {
    text-decoration: underline;
}

.navbar-default {
	background-color: transparent;
	border:none;
}
.navbar .navbar-default .navbar-nav .active a,  .navbar-default .navbar-nav .active a:hover {
  background-color: transparent;
}

.navbar {
	font-family:'Raleway', sans-serif;
	font-color: #FFFFFF;
	background-color:rgba(2, 3, 5, 0.8);
	height:108px;
}

.navbar-nav {
	top: 12px;
	position: relative;
	left: 20px;
}

.current-menu-item a {
    color: #f06224;
}

.nav-login {
    margin-right: 20px;
    position: relative;
    top: 25px;
}

.lng {
	top: 39px;
    float: left;
    position: relative;
    padding-left: 15px;
	z-index:10000;
}

.logo {
    width: 223px;
    padding-top: 5px;
}

.page-highlights, .page-highlights-large {
    align-self: center;
    display: inline-block;
    width: 100%;
    height: auto;
    align-content: center;
    padding-bottom: 40px;
}

.page-highlights .service-item {
    width: 250px;
    height: 370px;
    display: inline-block;
    padding: 10px;
    overflow: hidden;
}

.page-highlights-large .service-item {
    display: inline-block;
    padding: 10px;
}

.page-highlights-large ul, .page-highlights-large li {
    padding-left: 0px;
}

.page-highlights .service-excerpt, .page-highlights-large .service-excerpt {
    font-size: 16px;
}

.page-highlights-large .service-excerpt {
    text-align: left;
}


.page-highlights .service-icon,  .page-highlights-large .service-icon{
    color: #f06224;
    border-color: #f06224;
    display:inline-block;
}

.navbar a.navbar-brand.logo {
	height: 82px;
	top: 16px;
	position: relative;
	z-index: 1000;
}

.sep:before {
    content: "|";
    padding-left: 10px;
}

.sep {
    display: inline-block;
    padding-right: 10px;
}

.navbar .menu-item {
	font-weight:bold;
	font-size:16px;
	text-transform:uppercase;
}

.navbar .nav-login, .navbar .nav-search {
	font-weight:medium;
	font-size:14px;
	display:inline-block;
	position:relative;
}

.navbar form {
	margin:0px;
	padding:0px;
	width:15em;
}


#map {
    height: 400px;
    width: 100%;
    margin-bottom: 50px;
   }

.navbar input {
	display:inline;
}

.nav li a:hover {
    background-color: transparent;
}


.navbar-header button:last-of-type, .navbar-header button:last-of-type:focus {
        border: 0;
        background: transparent;
    }
    .navbar-collapse {
		position: relative;
		padding-top: 30px !important;
		max-height: 270px;
	}
	.navbar-collapse form[role="search"] {
		position: absolute;
		top: 0px;
		right: 0px;
		width: 100%;
		padding: 0px;
		margin: 0px;
		z-index: 0;
	}
	.navbar-collapse form[role="search"] button,
	.navbar-collapse form[role="search"] input {
		padding: 8px 12px;
		border-radius: 0px;
		border-width: 0px;
		color: #ee6224;
		background-color:rgba(160, 160, 160,0);
		box-shadow: none;
		outline: none;
	}
	.navbar-collapse form[role="search"] input {
		padding: 16px 12px;
		font-size: 14pt;
		font-style: italic;
		background-color:#020305;
		color: rgb(160, 160, 160);
		box-shadow: none;
	}
	.navbar-collapse form[role="search"] button[type="reset"] {
		display: none;
	}
.input-group {
    /* width: 100%; */
    float: right;
    top: 19px;
    /* left: 220px; */
}

.glyphicon-search {
	font-size: 24px;
}

form.mega-search.expand-to-left.mega-search-closed input {
    display: none;
}


.input-group-button {
    position: relative;
    font-size: 0;
    white-space: nowrap;
    display: table-cell;
    width: 1%;
    vertical-align: top;
}

.frontpage-highlight img {
   position: absolute;
   left: 50%;
   top: 50%;
   width: 100%;
   height: auto;
   -webkit-transform: translateY(-50%) translateX(-50%);
   -moz-transform: translateY(-50%) translateX(-50%);
   transform: translateY(-50%) translateX(-50%);
    opacity:0.3;
}
.frontpage-highlight {
    padding: 0px;
    height: 543px;
    overflow: hidden;
    background-color:rgb(2, 3, 5);
}


.highlight-texts {
    width: 100%;
    text-align: center;
    position: absolute;
    top: 245px;
    font-family:'Raleway', sans-serif;
    font-weight:medium;
    text-transform:uppercase;
}

.highlight-title {
    max-width: 1000px;
    text-align: center;
    display: inline-block;
    font-size:48px;
    line-height:55px;
}

.highlight-link {
    position: relative;
    top: 50px;
    border: 2px solid #f06224;
    color: #f06224;
    width: 200px;
    display: block;
    left: 50%;
    font-size: 24px;
    margin-left: -100px;
    padding: 10px;
}

ul.nav.navbar-nav.navbar-right.nav-login {
    display: none;
}


* { box-sizing: border-box; }

div#vidtop-top-title {
    color: #fff;
    top: 180px;
    height: 90px;
    line-height: 90px;
    transform: translateY(-40%);
    width: 100%;
    text-align: center;
    font-family: 'Raleway', sans-serif;
    font-size: 33px;
    font-weight: bold;
    text-transform: uppercase;
    position: absolute;
    text-shadow: 0px 0px 98px rgba(0,0,0,1);
}


div#vidtop-content-title {
    color: #fff;
    top: 180px;
    height: 50px;
    line-height: 90px;
    transform: translateY(-40%);
    width: 100%;
    text-align: center;
    font-family: 'Raleway', sans-serif;
    font-size: 43px;
    font-weight: bold;
    text-transform: uppercase;
    position: absolute;
    text-shadow: 0px 0px 98px rgba(0,0,0,1);
}

div#general-background {
    height: 100vh;
    width: 100vw;
    position: absolute;
    background: rgba(0,0,0,0.5);
    top: 0;
}

.video-background {
  background: #000;
  position: relative;
  width: 100vw;
  height: 100vh;
  top: 0; right: 0; bottom: 0; left: 0;
  z-index: -99;
  overflow: hidden;
}
.video-foreground,
.video-background iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
}
#vidtop-content {
    color: #fff;
    bottom: 250px;
    left: 0px;
    position: absolute;
    transform: translateY(-40%);
    width: 100%;
}
.vid-info {
    position: absolute;
    top: 0;
    text-align: center;
    width: 100%;
    /* right: 0; */
    background: rgba(0,0,0,0.6);
    text-shadow: 0px 0px 98px rgba(0,0,0,1);
    color: #fff;
    padding: 1rem;
    font-family: 'Raleway', sans-serif;
    font-size: 25px;
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#000000+48,000000+100&0+1,0+1,0+1,0.65+19,0.65+76,0+100 */
background: -moz-linear-gradient(left, rgba(0,0,0,0) 1%, rgba(0,0,0,0.65) 19%, rgba(0,0,0,0.65) 48%, rgba(0,0,0,0.65) 76%, rgba(0,0,0,0) 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(left, rgba(0,0,0,0) 1%,rgba(0,0,0,0.65) 19%,rgba(0,0,0,0.65) 48%,rgba(0,0,0,0.65) 76%,rgba(0,0,0,0) 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to right, rgba(0,0,0,0) 1%,rgba(0,0,0,0.65) 19%,rgba(0,0,0,0.65) 48%,rgba(0,0,0,0.65) 76%,rgba(0,0,0,0) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#00000000',GradientType=1 ); /* IE6-9 */
}

.vid-info h1 { font-size: 2rem; font-weight: 700; margin-top: 0; line-height: 1.2; }

.image-background {
    background-image: url('https://www.skeemipesa.ee/wp-content/themes/devdmbootstrap3-child/img/personvision.jpg');
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover; 
}

@media (min-aspect-ratio: 16/9) {
  .video-foreground { height: 300%; top: -100%; }
}
@media (max-aspect-ratio: 16/9) {
  .video-foreground { width: 300%; left: -100%; }
}
@media all and (max-width: 600px) {
.vid-info { width: 50%; padding: .5rem; }
.vid-info h1 { margin-bottom: .2rem; }
}
@media all and (max-width: 500px) {
.vid-info .acronym { display: none; }
}

.contactus-link {
    position: relative;
    margin-top: 50px;
    border: 2px solid #f06224;
    color: #f06224;
    width: 280px;
    display: block;
    left: 50%;
    font-size: 24px;
    margin-left: -140px;
    padding: 10px;
    text-transform:uppercase;
    text-align:center;
}

.latest-post-area {
	background-color:#252525;
	padding: 0px;
}

.latest-post {
	padding: 0px;
	padding-top: 60px;
    padding-bottom: 50px;
}

.latest-post img {
    width: 100%;
    height:100%;
    max-height: 540px;
    object-position: inherit;
}

.post-image img {
    min-height: 540px;
    height: auto;
    width: 100%;
	position: relative;
    top: 50%;
    transform: translateY(-50%);
}

.post-navigation {
	text-align:center;
	font-family:'Raleway', sans-serif;
	margin:30px;
}

.post-navigation a {
	color:#f06224;
	font-size: 18px;
}

.post-texts {
    font-family:'Raleway', sans-serif;
    font-weight:medium;
}

.post-title {
    font-size: 35px;
    line-height:40px;
    padding-top: 44px;
    position: relative;
    text-transform: uppercase;
}

span.post-tag-bg {
    font-size: 12px;
    margin-left: 2px;
    margin-top: 2px;
    padding: 2px;
    padding-left: 3px;
    padding-right: 3px;
    display: block;
    float: left;
    background-color: rgba(2, 3, 5, 0.7);
    text-transform: initial;
}

.post-date {
    font-size: 14px;
    margin-top: 5px;
}

.post-excerpt {
    font-size: 16px;
    margin-top: 25px;
}

.post-author {
    font-size: 14px;
    text-transform: uppercase;
    margin-top: 35px;
    clear:both;
}

hr.post-separator {
    width: 55%;
    float: left;
    border-top: 1px solid rgba(240, 98, 36, .35);
    margin-top: 35px;
}

hr.more-posts-separator {
    margin-top: 20px;
    margin-bottom: 20px;
    border: 0;
    width: 100%;
    border-top: 1px solid rgba(240, 98, 36, .35);
    clear: both;
}

.latest-posts {
    background-color: #252525;
    padding-bottom: 30px;
}


.post-content-area .latest-posts {
	color:#FFFFFF;
	padding-left:20px;
}

.list-post-front {
    float: right;
    font-family:'Raleway', sans-serif;
    font-weight:medium;
    padding:40px;
}

.list-post-front .post-title, .post-overview .post-title, .post-overview-sub .post-title{
	font-size:20px;
	line-height:23px;
}

.more-posts {
    text-align: center;
    font-weight: bold;
    font-size: 16px;
    color: #f06224;
    padding:0px;
}

.services, .services2 {
    background-color: #f06224;
    font-family:'Raleway', sans-serif;
    padding-left: 50px;
    padding-right: 50px;
    padding-bottom: 20px;

}

.projects{
    background-color: #f06224;
    font-family:'Raleway', sans-serif;
    padding-left: 15px;
    padding-right: 15px;
    padding-bottom: 20px;

}

.contact .team-item-admin {
    width: 32%;
    display: inline-block;
    margin-top: 0px;
    vertical-align: top;
    padding: 0px;
}

.services2 {
    background-color: #252525;
    padding-top: 40px;
}

.services .contactus-link, .services .contactus-link a, .services2 .contactus-link, .services2 .contactus-link a {
	color: #FFFFFF;
	border-color: #FFFFFF;
}



.services-page {
    background-color: #f06224;
    font-family:'Raleway', sans-serif;
    padding-left: 50px;
    padding-right: 50px;
}

.services-page .service-icon {
    font-size: 95px;
    width: 200px;
    height: 200px;
    border-radius: 50%;
    border: 1px solid #FFFFFF;
    color: #fff;
    line-height: 200px;
    text-align: center;
    margin-top: 75px;
    display:inline-block;
}

.services-page .icon {
	text-align:center;
}

.services-page .service-title {
	font-weight:bold;
	margin-top: 100px;
}

.services-page .contactus-link {
	margin-left:0px;
	left:0px;
}

.case-title a, .services-page a, .frontpage-highlight .highlight-link a {
    color: #f16321;
}

.wpcf7-form-control.g-recaptcha.wpcf7-recaptcha {
    display: inline-block;
}



.more-posts a {
    padding-top: 20px;
    margin-top: 20px;
    position: relative;
    display: block;
}

.team-members {
	display:none;
}

.team .more-posts a {
	color: #f06224;
}

.service-row {
    padding-bottom: 90px;
    border-bottom: 1px solid #FFFFFF;
}

.service-cases .case-studies {
	background-color:white;
	color:#000000;
}

.services-title {
    text-align:center;	
    font-size:45px;
    margin-top:80px;
    text-transform:uppercase;
}

.service-title {
	font-size:20px;
	font-weight:medium;
	text-transform:uppercase;
	margin-top: 30px;
}

.service-excerpt {
	font-size:19px;
	font-weight:medium;
	margin-top: 20px;
}

.services .service-excerpt, .services2 .service-excerpt {
	font-size:16px;
}

.services .service-excerpt a:hover {
	color:#FFFFFF;
}

.frontpage-highlight .row, .latest-post-area .row {
    margin: 0px;
}

.service-icon {
    font-size: 55px;
    width: 110px;
    height: 110px;
    border-radius: 50%;
    border: 1px solid #FFFFFF;
    color: #fff;
    line-height: 110px;
    text-align: center;
    margin-top: 55px;
}

.case-studies {
    background-color: white;
    color:#000000;
    font-family:'Raleway', sans-serif;
    padding-left: 50px;
    padding-right: 50px;
    padding-bottom: 20px;

}

.client-item {
	float: none;
	display:inline-block;
}

.clients {
	text-align:center;
}

.case-studies .services-title {
	margin-bottom: 40px;
}

.service-cases a {
	color: #000000;
}

.latest-posts .post-overview {
	width:340px;
}

.case-image {
	width: 350px;
    height: 260px;
    position:relative;
    overflow:hidden;
}

.case-image img {
    position: absolute;
   left: 50%;
   top: 50%;
   -webkit-transform: translateY(-50%) translateX(-50%);
   -moz-transform: translateY(-50%) translateX(-50%);
   transform: translateY(-50%) translateX(-50%);
}

.case-item {
	margin-top:60px;
}

.case-title {
	font-size:20px;
	line-height:23px;
    margin-top: 44px;
    position: relative;
    text-transform: uppercase;
    color:#f16321;
}

.case-client {
	font-size:16px;
	font-weight:bold;
	margin-top: 20px;
}

.case-excerpt {
	font-size: 16px;
	font-family:'Raleway', sans-serif;
	overflow: hidden;
	margin-top: 15px;
}

.rooms .latest-post {
	background-color:#FFFFFF;
	color:#000000;
}

.about-team {
	background-color: #f06224;
	color:#FFFFFF;
	padding-bottom: 50px;
}

.about-team .team-image {
	border-color:#f06224;
}

.about-team .team-role, .about-team .case-title {
	color: #FFFFFF;
}

.service-cases .projects-detailed {
    background-color: #252525;
}

.projects-detailed .detail-project {
    width:100%;
    margin: 20px;
    background-color: #252525;
    color: #ccc8cc;
    float: left;
}

.large-image img {
    width: auto;
    max-width: 100%;
    max-height: 400px;
}

.post-tags {
    margin-top: 10px;
    margin-bottom: 10px;
}

.supporters-front {
    background-color: #E0E0E0;
}

.supporters, .supporters2 {
	font-size: 16px;
    font-family: 'Raleway', sans-serif;
    color:#000000;
    padding-bottom: 20px;
}

.supporters img {
	filter: gray;
  	filter: grayscale(1);
      -webkit-filter: grayscale(1); 
      margin:5px;
}

.carousel-caption {
    right: 30%;
    left: 30%;
    padding-bottom: 30px;
    opacity: 0.7;
    background-color: black;
}

hr.case-separator {
    width: 100%;
    border-top: 1px solid rgba(240, 98, 36, .35);
    margin-top: 35px;
}

.team-item {
	width:300px;
	display:inline-block;
	margin-top:35px;
	vertical-align:middle;
}

.team-item-admin {
    width: 45%;
    display: inline-block;
    margin-top: 35px;
    vertical-align: top;
    padding: 30px;
}

.team-image{
    width: 145px;
    height: auto;
    border-radius: 50%;
    border: 1px solid #FFFFFF;
    color: #fff;
    line-height: 145px;
    text-align: center;
    margin-top: 55px;
    overflow:hidden;
    margin: 0 auto;
}

.icon-image {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    background-color: #fff;
    text-align: center;
    overflow: hidden;
    display: inline-flex;
    border: solid 5px #fff;
    margin: 10px auto;
}

.about-team .icon-image {
    border-color: #f06224;
}

.icon-image img {
    width: 45px;
    margin-left: -3px;
    margin-top: -2px;
}

.client-image {
    height: 160px;
    text-align: center;
    width: 160px;
    display: block;
    position: relative;
    font-size: 66px;
    line-height: 2.5em;
}

.client-image img {
    max-width: 100%;
    max-height: 100%;
    width: auto;
    height: auto;
    margin: auto;
    top: 0;
    bottom: 0;
    position: absolute;
    left: 0;
    right: 0;
    overflow: hidden;
    filter: gray;
    filter: grayscale(1);
    -webkit-filter: grayscale(1);
}

.client-title {
    height: 60px;
    margin-top: 10px;
    font-size: 16px;
    font-family: 'Raleway', sans-serif;
    display:none;
}

.service-page-excerpt {
    font-size: 16px;
    margin-top: 180px;
    display: block;
    text-align: center;
}



.team .case-title, .members {
	text-align:center;
}

.team .case-excerpt, .about-team .case-excerpt {
	height:80px;
	margin-top:20px;
}

.team {
	margin-bottom: 40px;
}

.team .services-title, .team .case-excerpt, .supporters .services-title{
	color:#000000;
	text-align:center;
}

.team-role {
	color:#000000;
	font-style:italic;
	text-align:center;
}

.gallery-images {
	background-color:rgb(2, 3, 5);
}

.icon-arrow-left, .icon-arrow-right {
	position:absolute;
	top:50%;
	color:#f06224;
	font-weight: bold;
    font-size: 40px;
}

.gallery-image {
	display: flex;
    justify-content: center;
    overflow: hidden;
    max-height: 653px;
}

.gallery-image img {
    flex: none; /* keep aspect ratio */
}

.moreimages-link {
    position: relative;
    margin-top: 20px;
    border: 2px solid #FFFFFF;
    width: 280px;
    display: block;
    left: 50%;
    font-size: 24px;
    margin-left: -140px;
    padding: 10px;
    text-transform:uppercase;
    text-align:center;
}

.supporters, .supporters2 {
	margin-top:40px;
	text-align:center;
}

.supporters .services-title {
	margin-top: 100px;
}

.supporters2 .services-title {
	margin-top: 10px;
}

.supporters a, .supporters2 a {
	color: #f06224;
}

.support-content {
	padding-left:10%;
	padding-right:10%
}

.footer {
	background-color:#252525;
	text-align:center;
	font-size: 16px;
	font-family:'Raleway', sans-serif;
	color:#FFFFFF;
	padding-bottom: 20px;
}

.cooperation {
	width: 80%;
	margin-top:35px;
	display:inline-block;
}

.container.regular-page.contact {
    margin-top: 0px;
}

.contact label {
    font-weight: bold;
}

.contact .members {
    margin-bottom: 100px;
}

.contact-details ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
    overflow: hidden;
    margin-top:65px;
}

.contact-details .item {
    float: left;
    margin-right: 25px;
    margin-top: 18px;
}

.footer-icon {
	font-size: 35px;
	display:inline-block;
	color: #000000;
	
	width: 55px;
    height: 55px;
    border-radius: 50%;
    background-color: #fff;
    line-height: 55px;
    text-align: center;
    overflow:hidden;
    margin: 0 auto;
    margin-right: 15px;
	
}

.social-icons {
	float:right;
}

.post-image {
	height: 540px;
	overflow: hidden;
	text-align: center;
}

.page-page {
	font-family:'Raleway', sans-serif;
	font-size:16px;
	color:#000000;
	padding-top:100px;
}

div.wpcf7 {
    margin: 0;
    padding: 0;
    text-align: center;
}

.wpcf7-form label {
    text-align:left;
    font-family:'Raleway', sans-serif;
	font-size:16px;
    font-weight:normal;
    width:100%;
}

.wpcf7 input.wpcf7-text {
    width: 100%;
}

textarea.wpcf7-form-control.wpcf7-textarea {
    width: 100%;
}


.post-page {
	background-color:#252525;
}

.post-content-area {
    background: linear-gradient(to left, #06070b 0%, #06070b 50%, #fff 50%, #fff 100%);
    display: block;
    padding: 0;
    overflow: hidden;
}


.blog-post {
	background-color:#FFFFFF;
    color: #000000;
    font-family:'Raleway', sans-serif;
    padding-bottom:40px;
    overflow: hidden;
    padding-left: 20px;
    padding-right: 30px;

}

.detail-project {
    width: 350px;
    margin: 20px;
    background-color: #252525;
    color: #ccc8cc;
    float: left;
}

.detail-text {
    padding-left: 15px;
    padding-right: 15px;
    padding-top: 10px;
    position: relative;
    float: left;
}

.regular-page {
	margin-top: 40px;
    text-align: center;
    max-width: 860px;
    font-size: 16px;
    font-family: 'Raleway', sans-serif;
    color:#000000;
    margin-bottom: 30px;
}

.regular-page .services-title {
	margin-top:100px;
}

.regular-page a {
	color: #f06224;
}

.page-page .services-title {
    margin-top: 40px;
    margin-bottom: 60px;
}


.icon-bar {
    background-color: #FFFFFF;
}


.recent .list-post-front .post-title {
	margin-top:20px;
}

.recent {
	background-color:#06070b;
}

.list-post-front .post-author {
	margin-bottom:20px;
}

.post-content {
	font-size:16px;
	font-weight:medium;
	margin-top: 30px;
}

.post-author a {
	color:#f06224;
	font-size: 18px;
}

.latest-posts .list-post-front {
	padding:0px;
	float:left;
}

.latest-posts .post-author a, .post-glimpse .post-author a {
	color:#FFFFFF;
	font-size:14px;
}


.tags li {
    list-style-type: none;
    display: block;
    float: left;
    color: black;
    background-color: #EFEBEF;
    margin: 5px;
    padding: 7px;
    font-weight:medium;
}

ul.tags {
    clear: both;
    display: block;
    padding: 0px;
    margin-bottom: 60px;
}

.tags a {
    color: #000000;
}

.blog-post a {
	color: #f06224;
}

.post-overview {
	width:350px;
	height:275px;
	overflow:hidden;
	position:relative;
	float: left;
    margin: 20px;
    display: inline-block;
}

.post-overview-sub {
	width:350px;
	height:275px;
	overflow:hidden;
	position:relative;
	float: left;
    display: inline-block;
}


.service.post-title {
    padding-left: 5px;
    padding-right:5px;
}

.post-glimpse {
    position: absolute;
    bottom: 0px;
    left: 0px;
    background-color: rgba(2, 3, 5, 0.7);
    width:100%;
    padding-left: 10px;
    padding-right: 10px;
}

.post-glimpse .post-title {
	margin-top:5px;
}

.post-glimpse .post-author {
	margin-top:5px;
	margin-bottom:10px;
}

.post-page-header {
	background-color: #06070b;
	height:120px;
}

.search-title {
    font-family: 'Raleway', sans-serif;
    font-size: 30px;
    margin-top: 115px;
    text-transform: uppercase;
    margin-bottom: 20px;
}

.footer a:hover {
  color:#FFFFFF;	
}

.post-glimpse .post-title {
    padding-top:0px;
    font-size: 18px;
    font-weight: 500;
}

.footer-icon:hover {
    background-color: #f06224;
    color: #FFFFFF;
}

.popup-box {
  display: block;
  margin: 0 auto;
  padding: 0px;
  max-width: 960px;
  min-width:350px;
  z-index: 10;
  color: #000000;
  font-family: 'Raleway', sans-serif;
}

.popup-box .case-title {
    font-size: 40px;
    margin-top: 50px;
    margin-bottom: 40px;
    width: 100%;
    text-align: center;
}

.popup-box label, .comment-form label, #wppb_register label {
    clear: both;
    display: block;
    font-weight: normal;
    font-size: 15px;
}

#wppb_register {
    max-width: 600px;
    display: inline-block;
    text-align: left;
}

.popup-box form {
	padding:15px;
}

.comment-form textarea, #wppb_register textarea {
	width: 100%;
}

.popup-box input, #wppb_register input {
	width:100%;
}


.comment-form input.contactus-link, input#addusersub, input.wpcf7-submit {
    position: relative;
    margin-top: 50px;
    background-color: #FFFFFF;
    border: 2px solid #f06224;
    color: #f06224;
    width: 280px;
    display: block;
    left: 50%;
    font-size: 24px;
    margin-left: -140px;
    padding: 10px;
    text-transform: uppercase;
    text-align: center;
}

.popup-box a {
	color: #F26021;
}

input#remember-me, input#dev_team, input#agree_terms_and_conditions   {
    display: block;
    float: left;
    width: auto;
}

label.remember-me, label#dev_team, label#agree_terms_and_conditions  {
    width: auto;
    clear: right;
    float: left;
    display: block;
    position: relative;
    padding-left: 5px;
}

.popup-box input.contactus-link {
    background-color: transparent;
    border-color: #F26021;
    color: #F26021;
    width: auto;
    padding-left: 20px;
    padding-right: 20px;
    margin: 0px;
    float: right;
    clear: both;
    left: 0px;
    margin-top: 20px;
}

.helper-links {
    clear: both;
    float: right;
    margin-top: 20px;
}

.post-content .wp-caption {
    max-width: 100%;
}

.post-content img {
    max-width: 100%;
    height:auto;
}

.blog-post h1, .blog-post h2, .blog-post h3 {
    clear: both;
}

p.wp-caption-text {
    height: 35px;
}

.alignleft, .alignnone {
	margin:10px;
/*	display: block;
    min-width: 50%;
    float: left;*/
	text-align: center;
}

.aligncenter {
    width: 100%;
    min-width: 100%;
	text-align:center;
}

.clear {
    width: 100%;
    height: 2px;
    clear: both;
}


	@media (min-width: 1199px) {
		.navbar-collapse {
			padding-top: 0px !important;
			padding-right: 38px !important;
		}
		.navbar-collapse form[role="search"] {
			width: 38px;
		}
		.navbar-collapse form[role="search"] button,
		.navbar-collapse form[role="search"] input {
			padding: 15px 12px;
		}
		.navbar-collapse form[role="search"] input {
			font-size: 18pt;
			opacity: 0;
			display: none;            
            height: 50px;
		}
		.navbar-collapse form[role="search"].active {
			width: 100%;
		}
		.navbar-collapse form[role="search"].active button,
		.navbar-collapse form[role="search"].active input {
			display: table-cell;
			opacity: 1;
		}
    	.navbar-collapse form[role="search"].active input {
			width: 100%;
		}
		
		.input-group-btn {
    		width: 1px;
		}
}

@media (max-width: 1199px) {
	.post-image {
		height:400px;
    }

    .navbar {
        height:65px;
    }

    .post-overview {
        margin-top:20px;
        margin-bottom:20px;
        margin-left:0px;
        margin-right:0px;
        float:none;
    }

    .post-overview-sub {
        margin-top:20px;
        margin-bottom:20px;
        margin-left:0px;
        margin-right:0px;
        float:none;
    }

    .cooperation {
        width: 95%;
    }

    .post-overview .post-title {
        text-align: left;
    }

    .services-title {
        margin-top:50px;
    }

    .supporters .services-title {
        margin-top: 50px;
    }

    .services-page .contactus-link {
        margin-left: -140px;
        left: 50%;
    }

    .col-lg-12.services-title.page-top {
        margin-top: 90px;
    }

    .services-page {
        padding-left: 15px;
        padding-right: 15px;
    }

    img {
        max-width: 100%;
        height: auto;
    }

    .regular-page {
        padding-left: 25px;
        padding-right: 25px;
    }

    .page-page .services-title {
        word-wrap: break-word;
        font-size: 38px;
    }

    .post-texts {
        padding-left: 25px;
        padding-right: 25px;
    }

    .services-page .service-title {
        margin-top: 50px;
        text-align: center;
    }

    .service-excerpt {
        font-size: 16px
    }

    .supporters {
        margin-left: 10px;
        margin-right: 10px;
    }

    .service-item {
        text-align: center;
    }

    .service-icon {
        display: inline-block;
    }

    .services-page .service-icon {
        font-size:55px;
        height: 110px;
        width: 110px;
        line-height: 110px;
    }

    .client-image {
        height:80px;
        margin:10px;
    }
    
    .team-item-admin {
        width: 100%;
    }

    .social-icons {
        margin-top: 30px;
        float:none;
    }

    .contact-details .item {
        float: none;
        margin-right: 0px;
        margin-top: 7px;
    }
	
	.post-image img {
		min-height: 100%;
		min-width: 100%;
		position: relative;
		transform: translateY(-50%);
	}
	
	.alignright, .alignleft, .alignnone {
		/*width: 100%;
		min-width:100%;*/
	}
	.aligncenter {
		width: 100%;
		min-width: 100%;
		text-align:center;
	}
	
	.frontpage-highlight {
		height:400px;
	}
	
	.highlight-texts {
		top:150px;	
	}
	
	.highlight-title {
		font-size: 38px;
		line-height: 48px;
	
	}
	.service-page-excerpt {
       margin-top: 40px;
	}
	
	.collapse {
		background-color: black;
    }
    
    div#vidtop-content-title {
        color: #fff;
        top: 180px;
        height: 90px;
        line-height: 90px;
        transform: translateY(-40%);
        width: 100%;
        text-align: center;
        font-family: 'Raleway', sans-serif;
        font-size: 38px;
        font-weight: bold;
        text-transform: uppercase;
        position: absolute;
        text-shadow: 0px 0px 98px rgba(0,0,0,1);
    }


    #vidtop-content {
        color: #fff;
        bottom: 280px;
        left: 0px;
        position: absolute;
        transform: translateY(-40%);
        width: 100%;
    }
    .vid-info {
        position: absolute;
        top: 0;
        text-align: center;
        width: 100%;
        /* right: 0; */
        background: rgba(0,0,0,0.6);
        text-shadow: 0px 0px 98px rgba(0,0,0,1);
        color: #fff;
        padding: 1rem;
        font-family: 'Raleway', sans-serif;
        font-size: 20px;
  }

  .services, .services2 {
    padding-left: 30px;
    padding-right: 30px;
    padding-bottom: 20px;
}

.projects {
    padding-left: 15px;
    padding-right: 15px;
    padding-bottom: 20px;
    text-align:center;
}
    


<!-- new above-->


a {
	color:#F26021;
}

a:hover {
  color: #F26021;
  text-decoration: none;
}



iframe {
	max-width:100%;
}

#banner-header {
	text-align:center;
	border:none;
	width:100%;
	background: url('https://www.skeemipesa.ee/wp-content/uploads/2013/11/circuit_background.jpg');
	background-attachment:fixed;
	padding:0px;
	z-index: 1;
}

.thumbnail {
	background-color:transparent;
	border:none;
}

.thumbnail .caption {
	color:#FFFFFF;
}


table>thead>tr>th, table>tbody>tr>th, table>tfoot>tr>th, table>thead>tr>td, table>tbody>tr>td, table>tfoot>tr>td {
  border:0px;
}

#banner-header .container {
	padding:0px;
}
/*
.nav-main {
	display:inline-block;
	
}
*/
.nav-main ul {
	display:inline-block;
}


.nav-main::after {
  background: url("/wp-content/themes/shoestrap-3/assets/img/woodtexture.jpg") repeat scroll 0% 0% / 225px auto #855E42;
  /*box-shadow: 5px 2px 15px rgba(0, 0, 0, 0.4);*/
  height: 20px;
  width: 100%;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
  top:30px;
}

footer.content-info {
	background:none;
	margin-top:0px;
	padding-top:0px;
}

.well {
	background-color: transparent;
	border:none;
	padding:10px;
}

.widget {
	float:left;
}

.widget_text {
  margin: 0px;
  padding: 0px;
}

.textwidget {
	  color:#FFFFFF;
}

.main .col-md-8 .entry-title {
  margin-top: 0px;
  line-height: 100%;
}

.post {
  margin-bottom: 60px;
}

.entry-title, .tern_wp_members_user_nicename {
  font-family: 'Gloria Hallelujah';
  line-height: 100%;
}

.wp-caption {
    width: 100% !important;
}

.entry-title h1 {
  font-size: 32px;
  padding-bottom: 10px;
}

.entry-title h2 {
  font-size: 25px;
  padding-bottom: 10px;
}

.tern_wp_members_user_nicename h5 {
	font-size: 15px;
	margin-top: 5px;
}

.nav-list {
	background-color:transparent;
	border:none;
	width:200px;
	display:block;
	float:left;
}

.nav-list li a {
	color:#FFFFFF;
}

.nav-list li a:hover{
	background:transparent;
	color: #F26021;
}

.nav-list li {
	border:none;
}




.pagination>li>a, .pagination>li>span {
  background-color: #555;
  color: #FFF;
  border: none;
  margin: 1px;
}

.login {
  height: 30px;
  display:none;
  float:right;
  margin-top:9px;
}

#top_login {
  float: right;
  font-family: Verdana,Helvetica,sans-serif;
  font-size: 12px;
  margin-right: 14px;
}


#sidebar-primary {
  padding-right: 0px;
  padding-left: 10px;
}

#page-footer:before {
  background: url('/wp-content/themes/shoestrap-3/assets/img/postseparator2.png') no-repeat center bottom;
  background-size: 435px auto;
  clear: both;
  content: "";
  display: block;
  margin: 0 0 1.6em;
  width: 100%;
  height: 45px;
}

.events img {
  float: left;
  margin-right: 10px;
  margin-top: 10px;
  margin-bottom: 10px;
}

.entry-content h2 {
  clear: both;
}


.events h3 {
  clear: both;
  padding-top: 20px;
}

.profile-title {
    float: left;
    font-size: 25px;
    line-height:25px;
    margin: 0 0 0.6em;
    vertical-align:bottom;

}
.scientific_degree {
    font-size: 13px;
    margin-left: 5px;
    line-height:35px;
    vertical-align:bottom;
	float:left;
}

.profile_image {
     float: right;
      margin-top: 45px;
     margin-left: 20px;
     margin-bottom:15px;
}
.profile_description {
  clear:left;
  font-size: 14px;
  margin-bottom:95px;
  text-align:justify;
}

input#password, input#pass1, input#pass2 {
    display: block;
    width: 100%;
    height: 34px;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #555;
    background-color: #fff;
    background-image: none;
    border: 1px solid #c4c4c4;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,0.075);
    box-shadow: inset 0 1px 1px rgba(0,0,0,0.075);
    -webkit-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}


input#answer {
    display: inline-block;
}

#wppb_modify p label, #wppb_register p label, #wppb_login p label, #wppb_recover_password p label {
    float:none;
   }

.wppb-description-delimiter {
   padding-left: 0px;
   margin-left: 0px;
}

.wppb_holder textarea {
    height: 130px;
}
@media (max-width: 1199px) {
    .navbar-header {
        float: none;
    }
    .navbar-left,.navbar-right {
        float: none !important;
    }
    .navbar-toggle {
        display: block;
    }
    .navbar-collapse {
        border-top: 1px solid transparent;
        box-shadow: inset 0 1px 0 rgba(255,255,255,0.1);
    }
    .navbar-fixed-top {
        top: 0;
        border-width: 0 0 1px;
    }
    .navbar-collapse.collapse {
        display: none!important;
    }
    .navbar-nav {
        float: none!important;
        margin-top: 7.5px;
    }
    .navbar-nav>li {
        float: none;
    }
    .navbar-nav>li>a {
        padding-top: 10px;
        padding-bottom: 10px;
    }
    .collapse.in{
        display:block !important;
    }
    button.navbar-toggle.collapsed {
        padding-top: 30px;
    }
    
  }

  @media (max-width: 700px) {
    .contact .team-item-admin {
        width: 100%;
        display: inline-block;
        margin-top: 0px;
        vertical-align: top;
        padding: 0px;
    }
  }